@media (max-width: 1120px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .hero_area {
    height: auto;
  }

  .intro {
    padding: 50px 0 125px 0;
  }
#intro .carousel-background img {
  max-width: 450%
}
  .info_section .info_form form {
    margin-bottom: 35px;
  }

  .info_section .row .col-md-3 {

    margin: 5px 0;
    text-align: center;

  }

  .info_section .info_logo a {
    justify-content: center;
  }

}

@media (max-width: 576px) {
  .intro .carousel-content {
    text-align: center;
  }
#intro .carousel-background img {
  max-width: 450%
}
  .intro .carousel-content h2 {
    font-size: 1.5rem;
  }

  .intro .carousel-content p {
    font-size: 3rem;
  }

  .intro ol.carousel-indicators {
    justify-content: center;
  }

  .contact_section form {
    padding-right: 0;
    margin-bottom: 45px;
  }

  .contact_section button {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .intro .carousel-content .btn-box .btn-1 {
    margin: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 420px) {
  .intro .carousel-content h2 {
    font-size: 1.25rem;
  }

  .intro .carousel-content p {
    font-size: 2.2rem;
  }

  .offer_section {
    text-align: center;
  }

  .offer_section .content-box {

    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }


  .offer_section .content-box .img-box {
    min-width: 100px;
    min-height: 85px;
    margin: 0;
    margin-bottom: 15px;
  }

  .offer_section .content-box .img-box svg {
    width: 45px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    display: none;
  }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/*Contact Form Responsive Section*/

@media screen and (max-width: 600px){


.contact_section {
        max-width: 100%;
        max-height: fit-content;
        margin: auto;
        border-radius: 0px;
        background: #0b907b;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
}

.contact_section h1{
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 5px
}

.contact_section h4{
  font-size: 18px;
  padding-top: 20px;
}

.contact_section input[type=text], select{
        width: 100%;
        padding: 10px 15px;
        margin: 12px 0;
        display:list-item;
        border: 1px solid #ccc;
        border-radius: 15px;
        box-sizing: border-box;
}

.contact_section input[type=checkbox]{
        width: auto;
        height: auto;
}

.contact_section input[type=submit]{
        width: 30%;
        margin-bottom: 10px;
        border-radius: 30px;
}


/*Contact Section Respoinsive Section*/

.info_section h1{
  font-size: 32px;
  padding-top: 30px;
}


/*Footer Section Responsive Section*/

  .footer_section {
    background-color: #252525;
    padding: 15px;
    background-color: #d9dee9;
  }

  .fa-brands{
    font-size: 20px;
    color: #045b87;

  }

  /*Testimonial and Affiliations Responsive Section*/ 

.testimonial_section h2 {
  padding-top: 50px;

}

.testimonial_section  h4 {
  font-weight: bolder;
  font-size: 18px;

}

.testimonial_section  h6 {
  font-size: 14px;

}

.testimonial_section .client_container .img-box {
  width: 150px;
}

.testimonial_section .client_container .img-box img {
  width: 100%;
}

.testimonial_section .client_container .detail-box {
  margin-top: 25px;
}

.testimonial_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
  font-size: 14px;
}

.testimonial_section .client_container .detail-box img {
  width: 40px;
}

.testimonial_section .carousel-control-prev,
.testimonial_section .carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: #045b87;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
/*--------------------------------------------------
Intro (Slidder banner)
--------------------------------------------------*/
#intro {
  display: table;
  width: 95%;
  margin: auto; 
  -webkit-transform: translateY(50px);
          transform: translateY(60px);
  height: 50%;
  display: -webkit-box;

}

/*---------Background Image-----------*/
#intro .carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------Background Image Opacity Cover-------*/
#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*-----Banner Content Layout------*/
#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 450%
}
#intro h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;

}

#intro p {
  width: 75%;
  margin: 0 auto 20px auto;
  color: #fff;
  font-size: 16px;
}

}