/*site colors
yellow: #f8e119;
grey: #3d4549;
*/
/*custome style prostroy*/
p {
    margin: 0;
    padding: 0;
}

.navbar.navbar-header-wrap.header-fixed-top {
   /* background-color: rgb(0 0 0 / 38%);*/
}
.more-link{
    margin-top: 15px;
}

.social-icons{
 list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.social-icons li{
 display: inline-block;
}

.post-content {
    padding: 0px;
}
.social-icons a{
    color: #3d4549;
    font-size: 1.75rem;
}
@media (min-width: 992px){
   .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    } 
}
.btn-callback{
       padding: 1rem 0px;
       width: 100%;
       margin-top: 10px;
        max-width: 255px;
}
.btn-simple:hover{
    border: 1px solid white;
}
.tell-info{
   margin: 1rem 0px;
   color: black;
   padding: 0;
   border: 0px;
   text-align: right;
}
.tell-info a{
   color: black;
}
.tell-info .fa{
       color: #3d4549;
       font-size: 1.2rem;
       margin-left: 10px;
       margin-right: 10px;
}
.wp-block-post-featured-image img {
    width: 410px;
    height: auto;
    max-width: 410px;
    max-height: 170px;
    object-fit: cover;
}
.portfolio ul, .portfolio ol{
    margin: 0px;
    padding: 0px;
}
.portfolio .wp-block-post-featured-image {
    background: white;
    color: black;
    width: 100%;
    padding: 0px;
    border-radius: 5px;
    min-height: 300px;
}
.portfolio_img img{
    width: 100%;
    max-width: 410px;
    height: 215px;
    object-fit: cover;
} 
.portfolio_info{
    color: black;
    font-size: 14px;
    padding: 0 15px 15px;
}
.portfolio-title{
        color: black;
        padding: 10px 15px 15px;
}

.portfolio .wp-block-post-featured-image a{
  display: block;
  width: 100%;
    border-radius: 5px;
}
.portfolio .wp-block-post-featured-image a:hover{
  box-shadow: -2px 0px 13px 0px #fefefe;
}
.portfolio_img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.navbar.navbar-header-wrap {
    background-color: white;
        z-index: 1;
}
.navbar.navbar-header-wrap .nav .menu-item .nav-link{
    color: black;
}
.theme-blog .post {
    background-color: #202020;
    border: 0px solid #333;
    margin: 0 0 2.5rem;
    border-radius: 0px;
    padding: 0;
    transition: all 0.5s;
}

.white-bg{
    background: white;
    color: black;
}
.table-row{
        border-top: 1px solid #eaeaea;
        padding-top: 5px;
}
.table-row:first-child {
    border-top: 0;
}

.white-bg h1,.white-bg .h1,.white-bg h2,.white-bg .h2,.white-bg .h3,.white-bg h3,.white-bg h4,.white-bg .h4,.white-bg h5,.white-bg .h5,.white-bg .h6,.white-bg h6 {
    clear: both;
    margin: 0 0 1.4rem;
    color: black;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;

}
/*work progress*/
.work_progress_line ul{
  list-style: none;
    margin: 0;
    padding: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    
}
.work_progress_line ul li{
  display: inline-block;
  position: relative;
  margin-right: 105px;
  text-align: center;
  max-width: 140px;
height: 290 px;
vertical-align: top;
}

.work_progress_line ul li .h5{
  margin-bottom: 0;
  color: #555;
}

.work_progress_line ul li:last-child{margin-right: 0;}

.work_progress_line ul li .fa{
  margin-left: 0px;
}

.work_progress_line ul li:last-child:after{display: none;}

  .work_progress_line ul li .icon_item:hover{
    color: #f8e119;
    background: transparent;
  }

  .work_progress_line ul li .icon_item{
    font-family: 'fontello';
    font-size: 48px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 2px solid #f8e119;
    border-radius: 150px;
    width: 140px;
    height: 140px;
    line-height: 134px;
    background: #f8e119;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .work_progress_line ul li .icon_item:before{
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    left: -17px;
    top: calc(50% - 17px);
    text-align: center;
    line-height: 35px;
    color: #f8e119;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
  }
  .work_progress_line ul li .icon_item:after{
       position: absolute;
       content: '';
       width: 65px;
       height: 140px;
       display: block;
       left: 100%;
       top: 0;
       margin-left: 20px;
       background: url(../img/right_arrow.png) no-repeat center;
  }


  .work_progress_line ul li:nth-child(1) .icon_item:before{content: '1';}

  .work_progress_line ul li:nth-child(2) .icon_item:before{content: '2';}

  .work_progress_line ul li:nth-child(3) .icon_item:before{content: '3';}

  .work_progress_line ul li:nth-child(4) .icon_item:before{content: '4';}

  .work_progress_line ul li:nth-child(5) .icon_item:before{content: '5';}
  .work_progress_line ul li:nth-child(5) .icon_item:after{display: none;}

  .work_progress_line ul li h5{text-transform: none;}

.work_progress_line .h5{
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 30px;
}
.btn-border {
    background: #ffffff;
    color: #000;
    font-weight: bold;
}
.site-branding-text{
    display: none;
}
.home .wp-block-gallery{
    width: 100%;
    height: 680px;
    overflow: hidden;
}
@media (min-width:782px){
.wp-block-column:not(:first-child) {
    margin-left: 5em;
    }
}
.ourwork,.portfolio,.advantage{
   padding-top: 55px;
   padding-bottom: 50px;
}
.item_option{
    padding-top: 20px;
    margin-left: 50px;
}
.left {
    position: absolute;
    top: 25px;
    left: 0px;
}
.left .fa{
    font-size: 45px;
    color: #f5de18;
}
.advantage p{
  font-size: 14px;  
}

h1, .h1, h2, .h2, .h3, h3, h4, .h4, h5, .h5, .h6, h6{
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}
h2:before, .h2:before{
   content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 2px;
    background: #f4ce30;
}
h2, .h2{
    text-align: center;
}

/**/
.test-form-wrapper .wpcf7-response-output{
    display: none;
}
.test-form-wrapper .wpcf7-form {
    padding: 0;
}
.b-popup{
    position: fixed;
    top: 100px;
    background: #f0efe8;
    display: none;
}
.main-form-wrapper{
    position: relative;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 120px;
       width: 65vw;
    max-width: 750px;
    height: 585px;
    background: #262424;
    position: fixed;
    z-index: 21;
}
.b-popup .main{
    position: relative;
}
.b-close{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0px;
    cursor: pointer;
    z-index: 1;
}

.b-close:before{
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    transform: rotate(45deg);
}
.b-close:after {
     content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    transform: rotate(-45deg);
}
.overlay.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background: #212529a3;
}
.b-popup-questions, .b-popup-feedback{
    height: 410px;
}
.b-popup-feedback {
    margin-top: -200px;
    height: 400px;
}
.b-popup-questions .title, .b-popup-feedback .title{
    padding-top: 25px;
    font-size: 1rem;
    text-align: center;
}
.b-popup-questions .questions-form, .b-popup-feedback .feedback-form {
    margin: 0 auto;
        width: 80%;
}
.b-popup-questions .field{
    width: 347px;
    margin-left: 20px;
    float: left;
    padding-top: 20px;
}
.b-popup-feedback .field:first-child {
    margin-left: 0;
}
.b-popup-feedback .field {
    float: left;
    margin-left: 15px;
    width: 225px;
    padding-top: 20px;
}
.b-popup-questions .field-text{
    clear: both;
    padding-top: 35px;
}
.b-popup-questions .label, .b-popup-feedback .label{
    text-align: center;
    color: #6e6555;
    font: 15px PTSans, sans-serif;
    margin-bottom: 10px;
}
.b-popup-feedback .input {
    text-align: center;
    width: 215px;
}
.b-popup-questions  .field-submit, .b-popup-feedback  .field-submit{
    clear: both;
    text-align: center;
    padding: 40px 0;
}
.b-popup-questions .field:first-child{
    margin-left: 0;
}
.b-popup-questions .input{
    width: 336px;
    text-align: center;
}

.b-popup-questions .textarea{
    width: 703px;
    height: 95px;
    text-align: center;
}
.b-popup-info{
    top: 50%;
    margin-top: -150px;
    height:300px;
}
.b-popup-info .title{
    padding-top: 65px;
    text-align: center;
}
.b-popup-info .text{
    text-align: center;
    font: 20px PTSansBold, sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
}
.header-sticky {
    position: relative;
}
.header-sticky.header-fixed-top {
    position: fixed;
}
.wp-block-cover{   
    min-height: 460px;
    z-index: 0;
    margin-bottom: 0px;
}
input[type="submit"] {
    background-color: white;
    color: black;
    border: 2px solid #f8e119;
}
.social-icons li{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.social-icons li:hover{
    background: #f4ce30;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px
}
.social-icons li:hover a{
    color: white;
}
@media (max-width: 991px){
    .navbar.navbar-header-wrap {
    background-color: #202020;
}
    .navbar.navbar-header-wrap .nav .menu-item .nav-link {
    color: white;
}
}

/*news post*/
.news{
        padding-top: 60px;
    padding-bottom: 55px;
}
.news-post {
    position: relative;
    margin-bottom: 30px;
}
.news-post .wp-block-post-featured-image a {
    display: block;
    width: 100%;
    border-radius: 5px;
}
.news-post:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: inherit;
}
.news-post:hover:before {
    background-color: rgb(26 26 26 / 58%);
        z-index: 1;
}
.news-post a{
   width: 100%;
}
.news-post .news_img img {
    width: 100%;
    max-width: 100%;
    max-height: 270px;
}
.news-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
/*hover effect*/
.effect-layla{
    overflow: hidden;
    box-sizing: border-box;
    max-height: 270px;
}
.effect-layla .news_img img {
    width: 100%;
    max-width: 100%;
    max-height: 371px;
}
.effect-layla .news-title {
    padding: 3em;
    top:10%;
      z-index: 2;
}

.effect-layla .news-title::before,
.effect-layla .news-title::after {
	position: absolute;
	content: '';
	opacity: 0;
      
}

.effect-layla .news-title::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.effect-layla .news-title::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
        font-size: 16px;
    padding: 7px;
    margin: 0;
        margin-bottom: 15px;
}

.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.effect-layla img,
.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

.effect-layla img,
.effect-layla .news-title::before,
.effect-layla .news-title::after,
.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-layla:hover .news-title::before,
.effect-layla:hover .news-title::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-layla:hover h2,
.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-layla:hover .news-title::after,
.effect-layla:hover h2,
.effect-layla:hover p,
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*end hover effect*/

/*banner*/
/* Banner Style */
.banner {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.banner.carousel {
    height: 450px;
  width: 100%;
}
.banner.carousel .left, .banner.carousel .right {
  height: 100%;
  display: table;
  width: auto;
  background: none;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.banner.carousel .left .control, .banner.carousel .right .control {
  display: table-cell;
  vertical-align: middle;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner.carousel .left .control .shape, .banner.carousel .right .control .shape {
  display: inline-block;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  z-index: 3;
}
.banner.carousel .left .control .shape i, .banner.carousel .right .control .shape i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  padding: 10px;
  font-size: 18px;
  color: #fff;
  text-shadow: none;
}
.banner.carousel .left .control .shape:hover, .banner.carousel .right .control .shape:hover {
  background: #fff;
}
.banner.carousel:hover .left .control, .banner.carousel:hover .right .control {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.banner.carousel .carousel-inner {
  height: 100%;
  display: block;
  float: none;
}
.banner.carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}
.banner.carousel .carousel-inner .carousel-item .overlay {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
}
.banner.carousel .carousel-inner .carousel-item .overlay-dark {
  background: #333;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
}
.banner.carousel .carousel-inner .carousel-item .overlay-light {
  background: #fff;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
}
.banner.carousel .carousel-inner .carousel-item .container {
  display: table;
  height: 100%;
}
.banner.carousel .carousel-inner .carousel-item .content-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.banner.carousel .carousel-inner .carousel-item .content {
  position: relative;
  z-index: 3;
  float: none;
  padding: 0px 40px 0px 80px;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .underlined-heading {
  padding-bottom: 30px;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .underlined-heading h1 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 5px;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .underlined-heading h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .underlined-heading:after {
  background: #fff;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .banner-description {
  padding-bottom: 40px;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .banner-description h3 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .button-wrap .btn-outline {
  border-color: #fff;
  color: #fff;
}
.banner.carousel .carousel-inner .carousel-item .content .text-content .button-wrap .btn-outline:hover {
  background: #fff;
}
.banner.carousel .carousel-inner .carousel-item .content .image-content {
  text-align: center;
}
.banner.carousel .carousel-inner .carousel-item .content .image-content.phone-image .image img {
  width: 200%;
}
.banner .scroll-info {
  position: absolute;
  bottom: 20%;
  text-align: center;
  width: 100%;
  display: none;
}
.banner .scroll-info .shape {
  display: inline-block;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-left: -20px;
}
.banner .scroll-info .shape i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.banner .scroll-info .shape .fa-angle-down {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.banner .scroll-info .shape:hover {
  border: 1px solid #fff;
}
.banner .scroll-info .shape:hover i {
  color: #fff;
}
.banner .right {
    position: absolute;
    top: 102px;
    right: 35px;
    cursor: pointer;
}
.banner .left {
    position: absolute;
    top: 102px;
    left: 35px;
     cursor: pointer;
}
.valign-middle {
    display: table-cell;
    vertical-align: middle;
}
.banner h2{
    text-align: left;
}
.banner h2:before{
    display: none;
}
.wp-block-gallery.columns-1 {
    display: block;
    width: 100% !important;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid, .wp-block-gallery {
/*
    display: block;
    width: 100% !important;
*/
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-item.slick-slide{
    max-height: 605px;
}
.columns-1 .slick-slide {
    max-height: 605px;
}
.blocks-gallery-item.slick-slide{
    max-height: 605px;
}
.wp-block-buttons>.wp-block-button:last-child {
    margin: 0 auto;
}

ul.blocks-gallery-grid.slick-initialized.slick-slider {
   max-height: 605px;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.slider-nav .slick-slide {
    margin: 0 10px;
}
.slider-nav .slick-slide a{
    pointer-events: none;
}

a.wp-block-social-link-anchor:hover {
    background: white;
    border-radius: 50%;
    color: #111111 !important;
}
.pagination {
    width: 100%;
    display: flex;
}
.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
    width: 100%;
}
.b-popup-questions .wpcf7-response-output{
    display: block;
    position: fixed;
    bottom: 95px;
    z-index: 999;
    left: 0px;
    right: 0px;
    width: 30%;
    margin: 0 auto;
}

/* media --------------------------media*/
@media (max-width: 991px){
  .navbar-brand {
    margin-right: 0px;
}
    .navbar img.custom-logo{
        width: 100%;
        padding-top: 1rem;
    }
    .item_option {
    padding-top: 50px;
    margin-left: 0px;
        margin-bottom: 20px;
}
.advantage .left {
    position: absolute;
    top: 0px;
    left: 15px;
}
 .advantage .h5 {
    padding-bottom: 15px;
    margin: 0px;
}
    .work_progress_line ul li .icon_item {
    font-size: 24px;
    border: 2px solid #f8e119;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
    .work_progress_line ul li .icon_item:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 64px;
    margin-left: 10px;
    background-size: contain;
    }
    
    .work_progress_line ul li {
        margin-right: 15px;
        max-width: 125px;
    }
    .work_progress_line ul li .h5 {
    font-size: 14px;
}
}
@media (max-width: 767px){
    
    .slider-nav{
        display: none;
    }
    .banner .left {
    left: 10px;
}
    .banner .right {
    right: 10px;
}
    .banner.carousel .left, .banner.carousel .right {
    width: auto;
}
}
@media (max-width: 599px){
.item_option {

    margin-left: 50px;

}
    .advantage .left {
    left: 65px;
}
    .portfolio_img img {
    width: 100%;
    max-width: 100%;
}
    .tell-info {
    text-align: center;
}
.test-form-wrapper {
    margin: 0 auto;
    text-align: center;
}
  .navbar-brand, .sticky-navbar-brand {
       float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
}
    .main-form-wrapper{
       width: 85vw;
}
}