*{
    margin: 0px;
    box-sizing: border-box;
}
.cmn-gap{
    padding: 50px 0px;
}
.cmn-btn{
    padding: 18px 18px;
    background-color: #009245;
    color: white!important;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
}
.cmn-span{
    color: #244886;
    font-size: 12px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.cmn-head{
    color: #222222;
    font-size: 35px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}


.common{
    padding: 0px 10px;
    width: 100%;
    margin: auto;
    max-width: 1140px;
 }
 @media (max-width:1440px) {
.container{
    padding: 0px 10px;
    width: 100%;
    margin: auto;
    max-width: 1140px
} 
}

  /* *navigation */
  .cmn-btn{
    padding: 18px 18px;
    background-color: #009245;
    color: white!important;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
}
  .logo img{
    width: 157px;
    height: 52px;
}
  nav{
  display: flex;
  height: 100px;
  width: 100%;
  background-color: white;
  align-items: center;
  justify-content: space-between;
  padding: 0 150px 0 150px;
  flex-wrap: wrap;
}
nav .logo{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: #534d4d;
  text-decoration: none;
  font-size: 16px;
  padding-right: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
nav ul li a.active,
nav ul li a:hover{
  color: #111;
  background: #fff;
}
nav .menu-btn i{
  color: #000000;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}
@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 1295px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  .cmn-btn{
    display: none;
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #ffffff;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}



/* *navbar */
/* .main-nav-div{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.child-nav-div1 img{
    width: 157px;
    height: 52px;
}
.child-nav-div span{
    color: black;
}
.child-nav-div li{
    display: inline;
}
.child-nav-div a{
    text-decoration: none;
    color: #747474;
    padding-right: 25px;
}
.btn span{
    color: antiquewhite;
} */


/* *navbar-respo */
/* .nav-bar-btn{
    display: none;
}
.fa-bars{
    font-size: 30px;
}
.child-show-div{
    display: block;
}
.child-show-div li{
    display: block;
    padding-bottom: 15px;
}
.child-show-div{
    text-align: center;
}
.child-show-div a{
    text-decoration: none;
    color: #747474;
    padding-right: 25px;
}
.child-show-div{
    padding: 30px 0px;
}
.child-show-div{
    display: none;
} */

/* @media (max-width:1199px) and (min-width:01px){
  
} */
/* @media (max-width:955px) and (min-width:01px){
    .nav-bar-btn{
     display: block;
     padding-right: 25px;
    }
    .child-nav-div{
        display: none;
       }
 } */


/* .banner-sec */
.banner-sec{
    background-image: url("../image/banner\ image.svg");
    width: 100%;
    min-height: 700px;
    background-size: cover;
}
.main-banner{
    display: flex;
    align-items: center;
    min-height: 700px;
}
.banner-div{
    width: 43%;
    color: white;
}

.banner-div p{
    font-size: 16px;
    padding-bottom: 50px;
    color: white!important;
    font-family: "Mukta", serif;
}

.banner-div h1{
    font-size: 53px;
    line-height: 50px;
    padding-top: 15px;
}
.banner-div a{
    text-decoration: none;
    padding-top: 20px;
}


/* *logo */

/* logo section */
.main-logo-div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.child-logo-div{
    padding-bottom: 20px;
}


/* *about-sec */
.main-about-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.child-about-div{
    width: 47%;
}
.cmn-para{
    padding-top: 20px;
    line-height: 30px;
    color: #747474;
    font-size: 16px;
    font-family: "Mukta", serif;
}
.child-about-div img{
    width: 100%;
}
.child-about-div h2{
    padding-top: 20px;
}
.child-about-div p{
    padding-bottom: 40px;
}

/* card section */
.card-sec{
    background-color: #EAEFF5; 
}
.main-card1{
    text-align: center;
    margin-bottom: 50px;
}
.main-card1 h2{
    padding-top: 30px;
}

.main-card-div{
    display: flex;
    justify-content: space-between;
    padding-top: 30px; ;
    flex-wrap: wrap;
}
.main-card-div img{
    width: 100%;
}
.child-card-div{
   margin-bottom: 30px;
    width: 30%;
    background-color:#FFFFFF;
    padding: 10px 10px 20px 10px;
    border-radius:10px;
}
.child-card-div h4{
    font-size: 22px;   
    padding-top: 20px;
    font-family: "Mukta Malar", sans-serif;
}
.child-card-div1{
    padding-top: 50px;
}


/* *service-sec */
.main-service-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.child-service-div{
    width: 48%;
    padding-bottom: 50px;
}
.child-service-div img{
    width: 100%;
}
.child-service-div h2{
    padding-top: 30px;
}
.child-service-div p{
    padding-bottom: 41px;
}
.main-serv-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub-flex{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 25px;
}
.sub-flex h3{
    font-size: 16px;
    font-weight: normal;
    color: #3E3E3E;
    font-family: "Mukta", serif;
}
/* *feedback section */

  /* *banner */
  .main {
    height: 401px;
    width: 100%;
  }
  .wrapper,
  .slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slide {
    overflow: hidden;
  }
  .slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #F7FAFF;

    z-index: 10;
  }
  .slide .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slide .image-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .image-data span.text {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  .image-data h2 {
    font-size: 45px;
    font-weight: 600;
    color: #000000;
  }
  a.button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    color: #333;
    background: #fff;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
  }
  a.button:hover {
    color: #fff;
    background-color: #c87e4f;
  }
  /* swiper button css */
  .nav-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
  }
  .nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .swiper-button-next {
    right: 50px;
  }
  .swiper-button-prev {
    left: 50px;
  }
  .nav-btn::before,
  .nav-btn::after {
    font-size: 25px;
    color: #020101;
  }
  .swiper-pagination-bullet {
    opacity: 1;
    height: 12px;
    width: 12px;
    background-color: #fff;
    visibility: hidden;
  }
  .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background-color: #120b06;
  }
  @media screen and (max-width: 768px) {
    .nav-btn {
      visibility: hidden;
    }
    .swiper-pagination-bullet {
      visibility: visible;
    }
  }

  .image-data h3{
    font-weight: normal;
    font-size: 18px;
}
.image-data p{
    padding-bottom: 30px;
} 

/* *map-section */

.main-map{
    display: flex;
   
    justify-content: end;
    padding-top: 50px;
}
.map{
    width: 100%;
    height: 685px;
    padding-top: 30px;

}

.child-form{
    height: 566px;
    width: 476px;
    background-color: rgb(255, 255, 255);
    /* position: absolute; */
    margin-top: -645px;
    padding: 30px 30px 0px 30px;
    border-radius: 8px;
    /* padding-left: 50px;
    padding-right: 50px; */
}
.f-box{
    padding: 20px 0px 20px 10px; 
    font-size: 14px;
    width: 100%;
    border: none;
    background-color: #F9F9F9;
    border-radius: 5px;
}
.message{
    padding: 20px 0px 60px 10px;
    min-height: 100px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #F9F9F9;
}
.child-form a{
    text-decoration: none;
    color: white;
}
.Submit-btn{
    padding: 10px 15px 10px 15px;
    background-color: #009245;
    border-radius: 5px;
}



/* *footer section */
.footer-sec{
    background-color: #17315f;
}
.footer-main-div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   padding-bottom: 50px;
}
.footer-child-div{
    width: 21%;
    text-align: center;
}
.footer-child-div a{
    text-decoration: none;
    color: white;
    font-size: 16px;
}
.footer-child-div p{
    padding-bottom: 20px;
    color: white;
    font-size: 18px;
   
}
.footer-child-div li{
    display: block;
    line-height: 35px;

}

.child-footer1{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    flex-wrap: wrap;
}
.footer-child-div2 a{
    text-decoration: none;
    color: white;
    font-size: 16px;
   
}
.footer-child-div2 li{
display: inline;
}
hr{
    border: 1px solid white;
    opacity: 10%;
    
}






@media (max-width:1199px) and (min-width:992px){
    .child-about-div{
        width: 41%!important;
        text-align: center;
    }
    .child-card-div{
        width: 29%!important;
    }
    .child-service-div{
        width: 100%!important;
        text-align: center;
    }
    .footer-child-div{
        width: 21%!important;
        padding-bottom: 50px;
    }
    /* .child-form{
        width: 100%;
    } */
    .child-logo-div{
        width: 20%;
    }
}

  
@media (max-width:992px) and (min-width:768px){
    .child-card-div{
        width: 43%!important;
    }
    .footer-child-div{
        width: 31%!important;
    }
    .child-about-div{
        width: 100%!important;
        text-align: center;
    }
    .child-service-div{
        width: 100%!important;
        text-align: center;
    }
    /* .child-form{
        width: 100%;
    } */
    .child-logo-div{
        width: 30%;
    }
}
@media (max-width:768px) and (min-width:576px){
    .child-about-div{
        width: 100%!important;
    }
    .footer-child-div{
        width: 48%!important;
    }
    .child-card-div{
        width: 100%!important;
    }
    .child-about-div{
        width: 100%!important;
        text-align: center;
    }
    .child-service-div{
        width: 100%!important;
        text-align: center;
    }
    /* .child-form{
        width: 100%;
    } */
    .child-logo-div{
        width: 43%;
    }
}
@media (max-width:576px) and (min-width:01px){
    .child-card-div{
        width: 100%!important;
    }
    .child-service-div{
        width: 100%!important;
        text-align: center;
    }
    .footer-child-div{
        width: 100%!important;
    }
    .child-about-div{
        width: 100%!important;
        text-align: center;
    }
    .child-form{
        width: 100%;
    }
    .child-logo-div{
        width: 100%;
        text-align: center;
    }
    .sub-serv{
        width: 100%;
    }
} 