:root {
    margin-left: 0;
}
body{
    font-family: '"Poppins", Sans-serif';
}

button, input, optgroup, select, textarea{
    font-family: "Poppins", Sans-serif !important;
  }


.bg-banner {
    background-image: url(../images/Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 60px;
    max-width: 100%;
    background-position: center;
}

.bg-banner .contact .fa-envelope{
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #1F6091;
    color: #fff;
    border-radius: 50%;
    margin-top: -3px;
}

.bg-banner .contact-bg li span a{
    color: #5FB6E4;
    font-weight: 600;
}

.bg-banner .contact a{
    color: #1F6091;
}

.navbar-brand img{
    width: 160px;
}

.contact-bg{
    background:#fff;
    height: auto;
    border-radius: 0 0 12px 12px;
    color: #909090;
    padding-bottom: 6px;
}

.contact-bg p{
font-family: "Poppins", Sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: center;
margin-top: 11px;
margin-left: 18px;
margin-bottom: 0;
}

.contact-bg ul{
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.contact{
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
    margin-left: 15px;
}

.contact-bg li img{
    margin-right: 10px;
}

.quote-btn{
    width: 129px;
    height: 37px;
    top: 85px;
    left: 1251px;
    padding: 9px 24px 9px 25px;
    border-radius: 14px !important;
    border: 1px !important; 
    gap: 10px;
    border-color: #fff !important;
    background: #3FA6DD;
    margin-left: 20px;
    color:#fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;

}

.navbar{
    margin-top: 25px;
}

.navbar li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #212B27 !important;
    padding: 8px 25px !important;
    font-family: "Poppins", Sans-serif;
}

.navbar li a:hover{
    color: #1F6091 !important;
}

.navbar-nav .nav-link.active {
    color: #1F6091 !important;
    font-weight: 700;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #1F6091 !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 0 !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-clip: border-box !important;
    cursor: pointer;
    background-color: #ffffff;
    border: 0;
    border-top: 0 !important;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
    border-radius: 22px;
    opacity: 1 !important;
}


.carousel-caption{
    text-align: left !important;
    right: 0 !important;
    left: 0 !important;
}


.navbar .container-fluid{
    padding: 0 !important;
}

.bd-placeholder-img-lg{
    margin-top: 20px;
    height: 0;
}

.carousel-caption {
    position: relative !important;
    padding-top: 0 !important;
}

.slider-top-button{
    padding: 2px 12px 2px 12px;
    border-radius: 214px;
    background: #3FA6DD;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    border:0;
}


.slider-top-button:hover{
    background: #3FA6DD;
    transition: all .5s;
    transform : translateX(10px);
}


.carousel-caption h5{
    font-family:  "Poppins", Sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 0em;
    text-align: left;
    color: #142E38;
}

.carousel-caption h5 span{
    color: #1F6091;
}

.carousel-caption p{
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #142E38;
}

.slider-readmore-button{
    margin-top: 20px;
    left: 61px;
    border-radius: 14px;
    background: #1F6091;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    padding: 17px 40px;
    transition: 0.3s;
}

.slider-readmore-button:hover{
    background:#3FA6DD;
    transform: translate(0, -5px);
}

.carousel-outer{
    margin-top: 80px !important;
}

.form-outer{
    border-radius: 49.09px;
    background: #F6FBF9;
    padding: 25px;
    width: 380px;
    margin: auto;
    margin-top: 30px;
}


.form-area{
    background-image: url(../images/form-outer.svg);
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 60px;
    background-position: center;
}

.Schedule-area h1{
    font-family:  "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: center;
    color: #1F6091 !important;
}

.Schedule-area h2{
    color: #3FA6DD;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.Schedule-area p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #999999;
    font-family: "Poppins", Sans-serif;
}

.featured-area{
    background: #F5F5F5;
}

.featured-area h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.5px;
    text-align: center;
    color:  #1F6091;
    font-family: "Poppins", Sans-serif;
}

.featured-area h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.5px;
    text-align: left;
    color:  #1F6091;
    font-family: "Poppins", Sans-serif;
}

.featured-area h4{
    color: #142E38;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.featured-area p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #73788C;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 0;
}

.featured-area .feature{
    background: #FFFFFFB5;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.feature-button{
    text-align: center;
    margin-top: 85px !important;
}

.featured-area .feature:hover{
    box-shadow: 4px 4px 4px -1px #0000001C;
    background: #FFF;
}


/* Slick Slider */

.slick-prev, .slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
  }
  
  .slick-prev {
    left: 0;
  }
  
  .slick-next {
    right: 0;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  
  .slick-track:before,
  .slick-track:after {
      display: table;
      content: '';
  }
  
  .slick-track:after {
      clear: both;
  }
  
  .slick-loading .slick-track {
      visibility: hidden;
  }
  
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  
  [dir='rtl'] .slick-slide {
      float: right;
  }
  
  .slick-slide img {
      display: block;
  }
  
  .slick-slide.slick-loading img {
      display: none;
  }
  
  .slick-slide.dragging img {
      pointer-events: none;
  }
  .slick-initialized .slick-slide {
      display: block;
  }
  .slick-loading .slick-slide {
      visibility: hidden;
  }
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
      display: none;
  }
  
  .slide {
      transition: filter .4s;
      margin: 0px 40px;
  }
  
  .fas {
      color: #96bd0b;
  }
  .slick-prev {
      left: 0;
  }
  .slick-prev, .slick-next {
      position: absolute;
      top: 40%;
      font-size: 1.8rem;
      color: #3FA6DD;
  }
  
  .section {
    max-width: 1200px;
    margin: 0 auto;
  }

  .gutter-horizontal h3{
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 2.0999999046325684px;
    color: #1F6091;
    padding-top: 50px;
    font-family: "Poppins", Sans-serif;
  }

  .about-us img{
    width: 100%;
  }

  .about-us h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1F6091;
    padding: 10px 0;
    font-family: "Poppins", Sans-serif;
  }

  .about-us p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30.24px;
    text-align: justify;
    color: #909090;
    font-family: "Poppins", Sans-serif;
  }

  .Inspection-bg{
    background-image: 
    linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(29,29,29,0.47) 58%, rgba(29,29,29,1) 100%),
    url("../images/Inspection-bg.svg");
    padding-bottom: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
  }

  .Inspection-bg h2{
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    color: #fff;
    font-family: "Poppins", Sans-serif;
  }

  .Inspection-bg h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #1F6091;
    font-family: "Poppins", Sans-serif;
  }

  .Inspection-bg p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #909090;
    font-family: "Poppins", Sans-serif;
    text-align: left;
  }

  .Inspection-bg-box {
    background: #FFFFFFDE;
    border: 0px;
    padding: 10px;
    height: 100%;
  }

  .testimonial-slider {
    padding: 5em 2em 5em;
  }

  .testimonial-slider img{
    width: 68px !important;
    border-radius: 100px;
    height: 68px;
    margin-left: -33px;
    margin-top: -30px;
  }

  .testimonial-slider .card{
    background: #1F6091;
    border-radius: 10px;
    border: 0;
    color: #fff;
  }

  .testimonial-slider .carousel-inner{
    overflow: inherit;
  }

  .testimonial-title {
    color: #fff;
  }
  .testimonial-title h2 {
    padding-left: 0.2em;
  }

.testimonial-slider .card-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
  }

  input{
    width: 100%;
  }

  form h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    color: #212B27;
    font-family: "Poppins", Sans-serif;
  }

  .form-area input, textarea{
    border-radius: 15.34px;
    border-color: #0000001A;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #909090;
    padding: 10px;
    outline: 0;
    width: 100%;
  }

  .form-area .main-button-icon{
    width: 129px;
    height: 37px;
    padding: 10px 40px 11px 40px;
    border-radius: 12px;
    text-align: center;
    background: #1F6091;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
  }
  
 .testimonial-title h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1F6091;
    font-family: "Poppins", Sans-serif;
 }

.testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev{
    top: 80%;
    width: 40%;
}

.testimonial-slider .card-body{
    padding: 0 55px 55px;
    font-family: "Poppins", Sans-serif;
}

.gray-bg{
    background: #f5f5f5;
}

.gray-bg h1{
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: center;
    color: #1F6091 !important;
}

.gray-bg .accordion-button:not(.collapsed) {
    color: #1F6091;
    background-color: #ffffff;
    box-shadow: 0px 5px 16px 0px #080F340F;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
}

.gray-bg .accordion-item {
    border: 0;
    text-align: left;
    color: #909090;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    background-color: #fff0;
}

.gray-bg .accordion-item:first-of-type .accordion-button{
    border-radius:16px;
}


.gray-bg .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 16px;
}

.gray-bg .accordion-button {
    position: relative;
    display: flex;
    box-shadow: 0px 5px 16px 0px #080F340F;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    background-color: #1F6091;
    border: 0;
    border-radius: 16px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    margin-top: 20px;
}

.top-social li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    margin-top: 20px;
}

.top-social li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.top-social{
    display: inline-grid;
    float: right;
}

.top-social li a:hover {
    color: #ffffff;
    background: #054457;
    transition: all .5s;
    transform : translateY(10px);
}

.indoor-area h1{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.5px;
    color: #1F6091;
    padding: 10px 0;
    font-family: "Poppins", Sans-serif;
}

.indoor-area img{
    padding: 0;
}

.indoor-area p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #73788C;
    font-family: "Poppins", Sans-serif;
}

.main-footer{
    position: relative;
    background: #fff;
  }

  .main-footer ul{
    padding-left: 0;
  }
  
  .footer-content{
    position: relative;
    padding: 85px 0px 80px 0px;
  }
  
  .footer-content .logo-widget{
    position: relative;
    margin-top: -5px;
  }

  .footer-content .footer-social li{
    position: relative;
    display: inline-block;
    margin-right: 9px;
  }

  .footer-content .footer-social li:last-child{
    margin-right: 0px;
  }

  .footer-content  .footer-social li a{
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #3FA6DD;
    color: #fff;
    text-align: center;
    border-radius: 50%;
  }

  .footer-content  .footer-social li a:hover{
    color: #ffffff;
    background: #1F6091;
    transition: all .5s;
    transform : translateY(10px);
  }

  .footer-content .logo-widget .logo-box{
    margin-bottom: 25px;
  }

  .footer-content .logo-widget .text p{
    color: #1F6091;
    margin-bottom: 32px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
  }

  .footer-content .footer-title{
    position: relative;
    font-size: 24px;
    line-height: 35px;
    color: #1F6091;
    font-weight: 700;
    margin-bottom: 27px;
    font-family: "Poppins", Sans-serif;
  }

  .footer-content .service-widget .list li{
    display: block;
    margin-bottom: 12px;
  }

  .footer-content .service-widget .list li a{
    position: relative;
    display: inline-block;
    color: #1F6091;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
  }

  .footer-content .service-widget .list li a:hover{
    color: #3FA6DD;
  }

  .footer-content .contact-widget p{
    color: #1F6091;
    margin-bottom: 15px;
    font-family: "Poppins", Sans-serif;
  }
  
  .footer-content .contact-widget .footer-title{
    margin-bottom: 29px;
  }
  
 a button{
    cursor: pointer !important;
 }
  
 .footer-nav a{
    cursor: auto;
 }
  /** footer-bottom **/
  
  .footer-bottom{
    position: relative;
    background: #F5F5F5;
    padding: 25px 0px 10px 0px;
    border-top: 1px solid #3fa6dd;
  }

  .footer-bottom .copyright,
  .footer-bottom .copyright a,
  .footer-bottom .footer-nav li a{
    position: relative;
    font-family: "Poppins", Sans-serif;
    color: #054457;
  }

  .footer-bottom .copyright a:hover,
  .footer-bottom .footer-nav li a:hover{
    color: #3FA6DD;
  }

  a {text-decoration: none !important;}

  .footer-bottom .footer-nav{
    position: relative;
    text-align: right;
  }

  .footer-bottom .footer-nav li{
    position: relative;
    display: inline-block;
    margin-left: 29px;
  }

  .footer-bottom .footer-nav li:first-child{
    margin-left: 0px;
  }

  .footer-bottom .footer-nav li:before{
    position: absolute;
    content: '';
    background: #9ea0a9;
    width: 1px;
    height: 14px;
    top: 7px;
    left: -18px;
  }

  .footer-bottom .footer-nav li:first-child:before{
    display: none;
  }

  .logo-box img {
      max-width: 220px;
  }

  .footer-title img{
    width: 223px;
  }

  .form-area .col-form-label{
    font-family: "Poppins", Sans-serif;
  }

  
 /** Contact us **/

 .top-bg{
    background-image: url(../images/top-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 60px;
    max-width: 100%;
    background-position: center;
 }


 .top-headings h1{
    color: #1F6091;
    font-weight:bold;
    font-size: 40px;
    line-height: 60px;
    font-family:  "Poppins", Sans-serif;;
 }

 .top-headings h3{
    color: #fff;
    font-weight:500;
    font-size: 18px;
    line-height: 27px;
    font-family:  "Poppins", Sans-serif;
 }

 .contact-form-outer{
    box-shadow: 0px -123px 0px -167px rgba(0,0,0,0.45),
    -155px -110px 88px -224px rgba(144,144,144,1),
    0px 15px 96px -120px rgba(0,0,0,0.22),
    0px 0px 19px 3px rgba(0,0,0,0.08);
    border-radius: 10px;
 }

 #form-container{
    left: 50%;
    top: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
 }

 .contact-form-outer .input {
    position: relative;
    margin: 0 1em;
    width: calc(50% - 2em);
    height: 80px;
  }
  
  .contact-form-outer .message {
    width: calc(100% - 2em);
    height: 100px;
  }
  
  .contact-form-outer textarea {
    border: none;
    resize: none;
  }
  
  .contact-form-outer .input__field {
    position: absolute;
    margin: 0.8em 6px;
    padding: 1.5em 0.4em;
    width: 100%;
    height: calc(100% - 1.6em);
    border: none;
    border-radius: 0;
    background: transparent;
    color: #909090;
    font-size: 12px;
    font-weight: 500;
    -webkit-appearance: none;/* for box shadows to show on iOS */
    font-family:  "Poppins", Sans-serif;
  }
  
  .contact-form-outer .input__field:focus {
    outline: none;
  }
  
  .contact-form-outer .input__label {
    position: absolute;
    padding: 0 1em;
    margin: 1.2em 0;
    width: 100%;
    height: calc(100% - 2.4em);
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .contact-form-outer  .input__label-content {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    color:#909090;
    font-size: 12px;
    font-weight: 500;
    font-family:  "Poppins", Sans-serif;
  }
  
  .contact-form-outer .input__label::before,
  .input__label:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #909090;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  
  .contact-form-outer  .input__label::before {
    top: 0;
    height: 0;
  }
  
  .contact-form-outer .input__label::after {
    bottom: 0;
  }
  
  .contact-form-outer .input__field:focus + .input__label .input__label-content,
  .input--filled .input__label-content {
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
  }
  
  .contact-form-outer  .input__field:focus + .input__label::before,
  .input--filled .input__label::before {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
  }
  
  .contact-form-outer .input__field:focus + .input__label::after,
  .input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0.5em, 0);
    transform: translate3d(0, 0.5em, 0);
  }
  
  .contact-form-outer #send-button {
    width: 200px;
    height: 60px;
    background-color: #6a7989;
    color: #000;
    border: 0;
    font-weight: bold;
    font-size: 70.25%;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  
  .contact-form-outer #send-button:hover,
  #send-button:focus {
    outline: 0;
    background-color: #ffcc00;
    color: #000;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .contact-form-outer .address {
    width: calc(100% - 2em);
}

.arrow{
    width: 100%;
}

.arrow img{
    float: right;
    margin-right: 130px;
    margin-top: -33px;
    margin-bottom: -42px;
}


.contact-blue-bg{
    background: #1F6091;
    padding: 50px 0 0 40px !important;
    border-radius:10px
}

.contact-blue-bg h1{
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    font-family:  "Poppins", Sans-serif;
    line-height: 42px;
}

.contact-blue-bg h3{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family:  "Poppins", Sans-serif;
    line-height: 27px;
}

.contacts p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family:  "Poppins", Sans-serif;
    line-height: 24px;
}

.contacts .fas {
    color: #ffffff;
    font-size: 22px;
    padding-right: 15px;
}

.contacts a{
    color: #ffffff;
}

.contact-social-icons {
    background-image: url(../images/contact-elements.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    margin-top: 161px;
    height: 185px;
}

.contact-social-icons img{
    margin-top: 150px;
    margin-right: 5px;

}

.top-bg .contact a {
    color: #1F6091;
}

.top-bg .contact .fa-envelope {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #1F6091;
    color: #fff;
    border-radius: 50%;
    margin-top: -3px;
}



.error{
    font-size: 12px;
    color: #ff0000;
    padding: 0 11px;
    font-family:  "Poppins", Sans-serif;
}

  @media (min-width: 576px) {
    .carousel-item {
      margin-right: 0;
      flex: 0 0 50%;
      display: block;
    }
  
    
  }
  @media (max-width: 768px) {
  
  .navbar-nav .nav-link.active {
    color: #ffffff !important;
    font-weight: 700;
    background: #1F6091;
}

.navbar-nav{
    margin-top: 20px;
}

.navbar li a{
    background: #3fa6dd;
    color: #fff !important;
}

.bg-banner {
    background-image: url(../images/tab-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 60px;
    max-width: 100%;
    background-position: center;
}

.top-social {
    display: none;
}

.carousel-caption h5{
    text-align: center;
}
.carousel-caption p{
    text-align: center;
}
.carousel-caption{
    text-align: center !important;
}

.about-us h2{
    text-align: center;
}

.about-us p{
    text-align: center;
}

.indoor-area p {
    text-align: center;
}

}

  @media (min-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
      opacity: 1;
      position: absolute;
      left: 1em;
      top: 90%;
      transform: translateY(-50%);
    }
    .carousel-control-next {
      left: 5em;
    }
  
  }
  


@media (max-width: 575.98px) { 

    .contact-bg ul{
        display: inline;
    }

    .form-area{
        margin-left: 0;
        margin-top: 30px;
    }
    .bg-banner {
        background-size: cover;
    }

    .form-area {
        background-image: none;
    }

    .form-outer {
        width: auto;
    }

    .top-social {
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        
    }
    .top-social {
        display: inherit;
        float: none;
    }

    .slide {
        margin: 0;
    }

    .testimonial-title h2{
        margin-bottom: 50px;
    }

    .feature-button {
        margin-top: 10px !important;
    }

    .footer-bottom .footer-nav{
        text-align: center;
    }

    .footer-bottom .footer-nav ul{
        padding-left: 0;
    }

    .footer-bottom .copyright{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-content{
        text-align: center;
    }

    .indoor-area h1{
        font-size: 32px;
        line-height: 48px;
    }

    .about-us h2{
        font-size: 32px;
        line-height: 48px;
        text-align: center;
    }

    .bg-banner {
        background-image: url(../images/mobile-bg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        padding-bottom: 60px;
        max-width: 100%;
        background-position: center;
    }

    .carousel-caption p{
        text-align: center;
    }

    .carousel-caption h5{
        text-align: center;
    }

    .carousel-caption{
        text-align: center !important;
    }

    .top-social{
        display: none;
    }

    .navbar-nav .nav-link.active {
        color: #ffffff !important;
        font-weight: 700;
        background: #1F6091;
    }
    .navbar-nav{
        margin-top: 20px;
    }

    .navbar li a{
        background: #3fa6dd;
        color: #fff !important;
    }

 }
