.outer-div {
  max-width: 100%;
  background-color: #003865;
  margin: auto;
}


.inner-div {
  max-width: 100%;
  margin: auto;
}

.inside_inner_div {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 20px;
}

/* .logoImg {
  max-width: 140px;
} */
.logo{
  padding: 10px 0px;
  width: 128px;
}

.header-btn {
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background: #3dce4d;
  border: none;
  color: #fff;
  height: 50px;
  width: 250px;
  border-radius: 55px 0;
  font-size: 18px;
}

.banner-img {
  background-image: url('images/CAIR2.jpg');
  height: 450px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin:0px auto;
}

.bnr-text h1 {
  color: #fff;
  padding: 13% 135px 0px 0px;
  line-height: 1.7;
  font-size: 2.4vw;
}
    .col-sm-8{
      padding: 0;
    }
@media screen and (max-width:1040px) {
  /* .bnr-text h1 {
  color: #fff;
  padding: 100px 135px 0px 105px;
  line-height: 1.7;
  font-size: 2.4vw;
} */
  .banner-img {
height: 320px;
}
}
@media screen and (max-width:768px) {
  .banner-img {
height: 250px;
}
}
@media screen and (max-width:640px) {
  .banner-img {
height: 186px;
}
}

.outer-div1 {
  max-width: 100%;
  margin: auto;
}

.inner-div1 {
  max-width: 80%;
  margin: auto;
}

.frm-img img {
  margin-top: 40px;
  /* margin-bottom: 40px; */
  /* width: 10%; */
  /* height: 93%; */
}

.frm-cls {
  margin-top: 100px;
}

.contact-heading {
  color: #fff;
  font-size: 42px;
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.footer{
  color: white;
  background: black;
}

.request {
  background-color: #3dce4d;
  height: 70px;
  width: 250px;
  border-radius: 55px 0px;
  display: flex;
  margin-right: -3px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.request a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  padding: 30px 15px;
}
.carousel-inner .item {
  padding: 20px 150px;
}

@media screen and (max-width: 678px) {
  .carousel-inner .item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px){
.row.left {
    display: flex;
    flex-direction: column-reverse;
}
}
@media screen and (max-width: 480px) {
  .outer-div {
    max-width: 100%;
    background-color: #003865;
    margin: auto;
  }
  .sat-2{
    margin-top: -40px;
  }
  
  .row.left {
    display: flex;
    flex-direction: column-reverse;
}
  .carousel-inner .item{padding: 20px 10px;}
  .inner-div {
    max-width: 91%;
    margin: auto;
  }

  .inside_inner_div {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 12.5px;
  }

  /* .logoImg {
    width: 70%;
  } */
.logo{
    width: 128px;
    padding: 10px 0px;  
}
  .banner-img {
    max-width: 100%;
    width: 100%;
    background-image: url('images/banner.jpg');
    height: 217px;
    background-repeat: no-repeat;
    margin: 0px auto 0;
    background-size: cover;
  }

  .bnr-text h1 {
    color: #fff;
    padding: 80px 20px 15px 0px;
    font-size: 14px;
    /* font-size: 36px; */
    
  }
  .outer-div1 {
    max-width: 100%;
    margin: auto;
  }

  .inner-div1 {
    max-width: 100%;
    margin: auto;
  }

  .frm-img img {
    margin-top: 40px;
    /* margin-bottom: 0px;
    width: 100%; */
  }

  .frm-cls {
    margin-top: 40px;
  }

  .header-btn {
    text-align: center;
    padding: 12px;
    text-decoration: none;
    background: #3dce4d;
    border: none;
    color: #fff;
    height: 50px;
    width: 196px;
    border-radius: 55px 0;
    font-size: 16px;
  }

  .contact-heading {
    color: #fff;
    font-size: 20px;
    padding-top: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
  }

  .contact_img {
    width: 60px;
  }
  .footer{
    color: white;
    background: black;
  }
  .request {
    background-color: #3dce4d;
    height: 50px;
    width: 250px;
    border-radius: 55px 0px;
    display: flex;
    margin-right: -3px;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    color: #fff;
    margin: 10px 0px;
  }

  /* .request{
    background-color: #3dce4d;
    height: 37px;
    width: 152px;
    border-radius: 55px 0px;
    display: flex;
    color: #fff;
    justify-content: space-around;
    align-items: center;
    margin-left: 261px;
    margin-top: -43px;
  } */

  .request a {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 30px 15px;
  }
}

.heading-cards h2 {
  color: #215179;
  font-size: 36px;
}

.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 60px 0px 40px;
  
}
.col-md-6{
  align-content: center;
}

.feature-card {
  background: #f9f5ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  
  width: calc(95%/3);  
  transition: transform 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon img {
  max-width: 80%;
  width: 100%;
}

.feature-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #fd7124;
  text-align: left;
}
.feature-card:hover .feature-title {
  color: #000;
}

.feature-icon img:hover {
  transform: scale(1.1);
}
.feature-icon{
  overflow: hidden;
}
.feature-icon img {


  transition: 0.5s;
}
.para-d {
  text-align: left;
  font-size: 18px;
}
.feature-card:hover .para-d{
  color: #000;
} 
.feature-icon img {
  max-width: 30%;
}
/* Responsive styles for smaller screens */
@media (max-width: 991px) {
  .feature-card {
    
    width: calc(96%/2);

  }
}
@media (max-width: 767px) {
  .feature-card {
    
    width: calc(96%/1);

  }
}

@media (max-width: 480px) {
  .feature-card {
    
    width: 96%;
  }
  .feature-icon img:hover {
    transform: scale(1);
  }
  .heading-cards h2 {
    font-size: 20px;
}
}