/*fonts*/
@font-face {
    font-family: inter-Regular;
    src: url(../fonts/inter/Inter-Regular.ttf);
  }
  @font-face {
    font-family: inter-Black;
    src: url(../fonts/inter/Inter-Black.ttf);
  }
  @font-face {
    font-family: inter-Bold;
    src: url(../fonts/inter/Inter-Bold.ttf);
  }
  @font-face {
    font-family: inter-Medium;
    src: url(../fonts/inter/Inter-Medium.ttf);
  }
  @font-face {
    font-family: inter-SemiBold;
    src: url(../fonts/inter/Inter-SemiBold.ttf);
  }
  @font-face {
    font-family: SortsMillGoudy-Italic;
    src: url(../fonts/inter/SortsMillGoudy-Italic.ttf);
  }
  @font-face {
    font-family: SortsMillGoudy-Regular;
    src: url(../fonts/inter/SortsMillGoudy-Regular.ttf);
  }
  @font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/inter/Poppins-Regular.ttf);
  }
  @font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/inter/Poppins-SemiBold.ttf);
  }
  @font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/inter/Poppins-Bold.ttf);
  }
  
  /*common*/
  body{
      
  }
  #blink{ transition: 0.5s; font}
  p{
      margin: 0;
      padding: 0;
  }
  .common-btn{
      padding: 12px 40px;
      border:unset;
      border-radius: 10px;
      font-family: inter-Medium;
      font-size: 16px;
      font-weight: 100;
  }
  .btn-black{
      background-color: #A52A2A;
      color: #fff;
  }
  .btn-light{
      background-color: transparent;
      border: 2px solid #D8A860;
      color: #fff;
  }
  .com-header-dark{
      color: #000;
  }
  .com-header-light{
      color: #fff;
  }
  .com-header-size{
      font-size: 32px;
      font-family: inter-Bold;
  }
  .com-header-tm{
      color: #D8A860;
  }
  .com-subheader-dark{
      font-size: 18px;
      font-family: inter-Regular;
      padding-right: 45px;
      color: #000;
  }
  .com-subheader-light{
      font-size: 18px;
      font-family: inter-Regular;
      padding-right: 45px;
      color: #fff;
  }
  .bold-class{
      font-family: inter-Bold;
  }
  .common-50w{
      width: 60%;
  }
  .Omb-8{
      margin-bottom: 8%;
  }
  .mobile-btn, .about-mob{
      display: none;
  }
  .modal-body{
      padding: 0;
  }
  .point-c{
      cursor: pointer;
  }
  .hide-div{
      display: none;
  }
  
  /*menu css*/
  .header-menu{
      padding: 1% 8%;
  }
  .header-menu .navbar{
      margin: 0;
  }
  .navbar-header{
      width: 6%;
  }
  .navbar-header img{
      width: 80%;
      padding-top: 8%;
  }
  .nav-menu-ul li{
      padding: 22px;
  }
  .nav-menu-ul li a{
      padding: 0;
      font-family: inter-Regular;
      color:black;
      font-size: 16px;
  }
  .nav-menu-ul .active{
      font-family: inter-Regular;
      color: #fff;
      padding: 4px 8px;
      background: #396A5D;
      border-radius: 6px;
  }
  .nav>li>a:focus{
      background-color:unset;
      text-decoration: unset;
      border: unset;
    outline: unset;
  }
  .nav-menu-ul .active:hover{
    background-color:#396A5D;
    text-decoration: unset;
}
  .nav>li>a:hover{
      background-color:#fff;
      text-decoration: unset;
  }
  
  /*banner section start*/
  /*.section1{
      background: url('../images/sjc.mp4') no-repeat;
       height: 60vh; 
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      background-position: bottom center;
      padding: 13% 0;
  }*/
  /*.section2{
      background: url('../images/Banner1.png') no-repeat;
      background-size: cover;
      height: 86vh;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }
  .section3{
      background: url('../images/Banner3.jpg') no-repeat;
      background-size: cover;
      height: 86vh;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }*/
  .banner-div{display: flex;flex-direction: column;width: 100%;margin: 4% 10% 0;}
  .banner-header{
      margin-bottom: 14px;
  }
  .banner-header h1{
  
  font-family: 'inter-Bold';
  
  color: #fff;
  
  font-size: 60px;
  
  line-height: 1.2;
  
  text-align: center;
  
  padding-top: 86px;
  }
  
  
  
  .banner-desc{
          margin-bottom: 30px;
  }
  .banner-desc p{
  
  font-family: inter-Regular;
  
  color: #fff;
  
  font-size: 18px;
  }
  .banner-sec{
      position: relative;
  }
  
  .video-banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;

}

 /* .swiper-button-next, .swiper-button-prev{
      color:#d8a860 !important;
  }
  .swiper-pagination-bullet-active{
      background:#d8a860 !important;
  }
  .banner-bar{
      position: absolute;
      bottom: -50px;
      width: 100%;
      z-index: 9;
  }
  .inside-banner-bar{
      width: 75%;
      margin: auto;
      background: #FFF28A;
      border-radius: 9px;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-around;
      align-items: center;
      padding: 2% 0;
  }
  .inside-banner-bar h3{
      font-size: 33px;
    font-family: inter-Medium;
  }
  .bar-btn-dark{
      background: #2D7A36;
      color: #fff;
      font-family: inter-Medium;
  }*/
  /*banner section end*/
  
  /*welcome section start*/
  .welcome-sec{
      height: auto;
      padding: 3% 12% 0%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: url(../images/bg.png);
  }
  .top-M{
      margin-top: 4%;
  }
  .left-M{
      margin-left: 30px;
  }
  .extra-bold-P{
      font-size: 20px !important;
     font-weight: 900;
  }
  .welcome-div{
      display: flex;
      align-items: center;
  }
  .welcome-left{
          padding: 10px 20px 0 0;
          text-align: center;
  }
  .welcome-heading p{
      font-family: inter-Black;
  }
  .welcome-heading p:nth-of-type(1){
      font-size: 36px;
      margin-bottom: 15px;
      color: #000;
      font-family: inter-SemiBold;
  }
  .welcome-heading p:nth-of-type(2){
      font-size: 50px;
      font-weight: bolder;
      color: #000;
  }
  .welcome-desc{
      margin-top: 5px;
      margin-bottom: 30px;
  }
  .welcome-desc p{
      font-size: 16px;
      color: #000;
      padding: 0px 20%;
      letter-spacing: 1px;
      font-family: inter-Regular;
  }
  .welcome-follower{
      display: flex;
      width: 54%;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 20px 0;
  }
  .welcome-follower-sec{
      display: flex;
      flex-direction: column;
          align-items: center;
  
  }
  .welcome-follower-sec p:nth-of-type(1){
      font-family: inter-Bold;
      font-size: 36px;
      color: #000;
  }
  .welcome-follower-sec p:nth-of-type(2){
      font-family: inter-Regular;
      font-size: 14px;
      color: #000;
  }
  .welcome-right{
      position: relative;
  }
  .welcome-right img{
      width: 100%;
      height:50vh;
  }
  .welcome-right iframe{
      width: 100%;
      height: 50vh;
  }
  /*welcome section end*/
  .spotlight-sec{margin-top: 10%;display: flex;flex-direction: column;flex-wrap: wrap;width: 100%;}
  .spotlight-row{display: flex;justify-content: space-between;align-items: stretch;margin-bottom: 3%;width: 100%;flex-direction: row;flex-wrap: wrap;}
  .spotlight-box{width: 48%;background: #DDDFF8;/* height: 35vh; */margin-bottom: 5%;display: flex;flex-direction: column;align-items: center;padding-top: 20px;border-radius: 9px;}
  .spotlight-box img{
      margin-bottom: 3%;
      width: 15%;
  }
    .spotlight-box1{width: 48%;background: #F8F7B1;/* height: 35vh; */margin-bottom: 5%;display: flex;flex-direction: column;align-items: center;padding-top: 20px;border-radius: 9px;}
  .spotlight-box img{
      margin-bottom: 3%;
      width: 15%;
  }
      .spotlight-box2{width: 48%;background: #F8DDE1;/* height: 35vh; */margin-bottom: 5%;display: flex;flex-direction: column;align-items: center;padding-top: 20px;border-radius: 9px;}
  .spotlight-box img{
      margin-bottom: 3%;
      width: 15%;
  }
      .spotlight-box3{width: 48%;background: #DDF8E8;/* height: 35vh; */margin-bottom: 5%;display: flex;flex-direction: column;align-items: center;padding-top: 20px;border-radius: 9px;}
  .spotlight-box img{
      margin-bottom: 3%;
      width: 15%;
  }
  .spotlight-content h5{font-family: inter-Regular;font-size: 20px;line-height: 30px;color: #000;text-align: center;font-weight: 900;margin: 0;margin-bottom: 9px;}
  .spotlight-content a{
      
  color: #2D7A36;
      
  font-size: 16px;
  }
  .bg-event-update{
      background: #FFF8C4;
  }
  .event-update-sec{
  
  margin: 3% 0;
  }
  .event-update-row{
  
  width: 100%;
  
  display: flex;
  
  flex-direction: row;
  
  justify-content: space-around;
  }
  .event-update-box{
  
  width: 30%;
  
  background: #fff;
  
  padding: 3% 2%;
  
  border-radius: 9px;
  box-shadow: 4px 4px 10px 0px;
  }
  .event-update-content{
  
  text-align: left;
  }
  .event-update-content h5{
  
  font-family: inter-SemiBold;
  
  color: #2D7A36;
  
  font-size: 18px;
  
  margin-bottom: 6%;
  }
  .event-update-content ul{
  
  padding-left: 16px;
  }
  .event-update-content ul li{
      
  font-family: inter-Medium;
      
  font-size: 15px;
  }
  /*=============================*/
  /*object section start*/
  .obj-sec{
      padding: 0% 5% 2%;
  }
  .home-trophy-header{
      display: flex;
      align-items: center;
  }
  .home-trophy-header img{
      margin-left: 10px;
  }
  .home-com-header{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: baseline;
  }
  .obj-main{
           margin-top: 7%;
           display: flex;
           flex-wrap: nowrap;
           align-items: flex-start;
           justify-content: space-between;
  }
  .obj-box{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 32%;
  }
  .obj-box img{
          margin-bottom: 20px;
  }
  .obj-box h5{
          font-family: inter-SemiBold;
      font-size: 18px;
  }
  .obj-box p{
          text-align: center;
          padding: 0 15px;
          font-size: 16px;
  }
  .obj-btn{
      margin-top: 5%;
      text-align: center;
  }
  /*object section end*/
  
  /*object section start*/
  .accomp-sec{
      padding: 9% 10% 17%;
      background: url('../images/accomp-bg.png');
      background-size: cover;
  }
  .accomp-main{
           display: flex;
           flex-wrap: nowrap;
           align-items: flex-start;
           justify-content: space-between;
           margin-top: 3%;
  }
  .home-accomp{
      margin-bottom: 0 !important;
  }
  .accomp-box{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 28%;
      margin-bottom: 5%;
  }
  .accomp-box img{
          margin: 30px 0 10px;
  }
  .accomp-box h5{
          font-family: inter-SemiBold;
          font-size: 22px;
          text-align: center;
          color: #fff;
          line-height: 1.3;
  }
  .accomp-box p{
          text-align: center;
          padding: 0 15px;
          color: #fff;
          font-size: 13px;
          font-family: inter-Regular;
  }
  .accomp-btn{
      margin-top: 5%;
      text-align: center;
  }
  /*object section end*/
  
  /*grounds section start*/
  .ground-sec{
      padding: 2% 10% 2%;
  }
  .ground-selectbtn{
        margin: 2% 8%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
  }
  .ground-main{
           display: flex;
           flex-wrap: nowrap;
           align-items: center;
           justify-content: space-between;
  }
  .ground-sbtn{
        padding: 8px 42px;
        font-family: inter-Medium;
        background: transparent;
        border: 1px solid;
        font-size: 16px;
        border-radius: 5px;
        margin: 2% 0;
  }
  .btn-select{
          background: #4f6e4a;
      color: #fff;
      font-family: inter-Medium;
  }
  .ground-box{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 25%;
      position: relative;
  }
  .ground-box h5{
          position: absolute;
      bottom: 30px;
      color: #fff;
      font-family: inter-Bold;
      font-size: 16px;
  }
  .ground-btn{
      margin-top: 5%;
      text-align: center;
  }
  /*grounds section end*/
  /*wos start*/
  .wos-box{
          display: flex;
          width: 100% !important;
          flex-direction: column;
          border-radius: 10px;
          height: 420px;
          padding: 0 5%;
  }
  .wos-profile{
      display: flex;
      margin-bottom: 30px;
      align-items: center;
  }
  .wos-profile-info{
      margin-left: 20px;
  }
  .wosslider{
      padding: 0 30px;
  }
  .wos-profile-name{
          font-family: 'inter-Black';
      color: #000;
      font-size: 17px;
  }
  .wos-profile-data{
      font-family: 'inter-Regular';
  }
  .wos-profile-date{
      font-family: 'inter-Regular';
      font-size: 12px;
  }
  .wos-testimonial{
      padding: 0 6% 8%;
  }
  .wos-testimonial p{
      font-family: 'inter-Regular';
      font-size: 18px;
      text-align: center;
      line-height: 1.5;
  }
  .wos-star{
          text-align: center;
  }
  .wos-main{
          margin-top: 4%;
  }
  /*wos end*/
  
  /*branches section start*/
  .branches-sec{
  padding: 1% 5%;
  }
  .branches-box{background: #F2F2F2;display: flex;flex-direction: column;align-items: center;border-radius: 5px;}
  .branches-main{
      margin-top: 5%;
      position: relative;
  }
  .branches-box img{
  
  width: 100%;
  }
  .branches-box-header{
  
  display: flex;
  
  flex-direction: row;
  
  align-items: flex-start;
  }
  .branches-box-header h5{
  
      font-family: inter-Bold;
      font-size: 16px;
      margin: 0;
      text-decoration: underline;
      text-align: center;
      line-height: 24px;
  }
  .branches-box-header img{
  
  width: 18px;
  
  margin-left: 10px;
  }
  .branches-box-desc{
          font-weight: 800;
      padding: 0px 6%;
      margin: 5% 0;
      font-family: inter-Regular;
      text-align: center;
      font-size: 18px;
      color: #d8a860;
  }
  .branches-main .swiper{
      position: unset !important;
  }
  .branch-prev{
    left: 0px !important;
    background:#396A5D !important;
    padding: 2%;
  }
  .branch-next{
    right: 0px !important;
    background:#396A5D !important;
    padding: 2%;
  }
  .branch-next:after, .branch-prev:after{
      font-size: 18px !important;
    border-radius: 50%;
    padding: 2% 1.8% 2% 2%;
    color: #fff;
    font-weight: bold;
  }
  .hide-last{
      position: relative;
  }
  .overlay{
          width: 100%;
      height: 100%;
      position: absolute;
      background: #000000d6;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .overlay p{
      color: #fff;
      font-size: 45px;
      font-family: 'inter-Medium';
  }
  /*branches section end*/
  
  /*contact section start*/
  .git-sec{
      padding: 5% 10%;
  }
  .git-main{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content:space-between;
      width: 100%;
  }
  .git-map{
      width: 45%;
  }
  .git-map iframe{
          width: 500px;
      border: 0;
      height: 700px;
  }
  .git-form{
          width: 65%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  /*contact section end*/
  
  /*footer section start*/
  .footer-sec{
        background: #96BC9B;
      padding: 2% 10%;
  }
  .extra-font-f{
          font-size: 22px;
      line-height: 34px;
  }
  .footer-main{
          display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: flex-start;
      align-items: flex-start;
      width: 100%;
  }
  .footer-info{
      width: 30%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }
  .footer-branch{
          width: 20%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .footer-link{
      width: 20%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .footer-social{
              width: 29%;
      display: flex;
      flex-direction: column;
        align-items: baseline;
      margin-left: 3%;
  }
  .footer-social img{
      width: 30%;
  }
  .footer-info img{margin-bottom: 15px;}
  .footer-info p{margin-bottom: 16px;color: #000;font-family: inter-Medium;font-size: 15px;padding-right: 5px;}
  .footer-info-com{
          display: flex;
      margin-bottom: 10px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
  }
  .footer-info-com p{margin-bottom: 3px;color: #000;font-family: inter-Medium;font-size: 15px;padding-right: 5px;}
  .footer-info-com p a{
      color: #000;
  }
  .footer-info-com a{
      color: #000;
      text-decoration: unset;
      font-family: inter-Medium;
  }
  .footer-info-com img{
          margin-right: 10px;
  }
  .footer-link h4, .footer-branch h4, .footer-social h4{
      color: #000;
      font-family: 'inter-Bold';
      margin-bottom: 10px;
      font-size: 15px;
      margin-top: 10px;
  }
  .footer-link p img{
      margin-right: 30px;
      cursor: pointer;
  }
  .footer-link p{
  
  font-size: 16px;
  
  margin-bottom: 16px;
  
  color: #000;
  
  font-family: 'inter-Medium';
  }
  .footer-bDiv{
          display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 14px;
  }
  .footer-bDiv img{
          margin-right: 20px;
  
  }
  .footer-bDiv p{
          font-size: 16px;
      color: #000;
      font-family: 'inter-Medium';
      text-decoration: none;
  }
  .footer-sub{
          width: 100%;
      position: relative;
  }
  .footer-sub input{
          width: 100%;
      padding: 10px 2px 10px 10px;
      background: transparent;
      border: 1px solid #d8a860;
      border-radius: 9px;
  }
  .footer-sub input::placeholder {
    color: #D8A860;
    opacity: 1; /* Firefox */
  }
  
  .footer-sub input::-ms-input-placeholder { /* Edge 12-18 */
    color: #D8A860;
  }
  .footer-sub img{
          position: absolute;
      right: 13px;
      bottom: 10px;
  }
  .social-icon{
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          width: 45%;
  }
  .social-icon img{
      cursor: pointer;
  }
  /*footer section end*/
  
  
  
  /*contact us page start*/
  
  .contactus-main{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .contactus-map{
      width: 95%;
  }
  .contactus-map iframe{
      width: 100%;
    height: 170px;
  }
  .contactus-adddress{
      font-family: inter-Medium;
      text-align: left;
  }
  /*contact us page end*/
  
  /*gallery page start*/
  .gallery-header{
      background: #4F6E4A;
      padding: 3% 0;
  }
  .galleryP-btn{
      margin-top: 4%;
  }
  .gallery-main{
      padding: 1% 10%;
  }
  .gallery-main-box{
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .gallery-box{
        display: flex;
      flex-direction: column;
      width: 32%;
      margin-bottom: 1%;
      flex-wrap: wrap;
      display: none;
  }
  .gallery-box img{
      width: 100%;
  }
  .gallery-selectbtn{
          margin: 2% 8%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .gallery-sbtn{
        padding: 8px 42px;
      font-family: inter-Medium;
      background: transparent;
      border: unset;
      font-size: 16px;
      color: #828282;
      border-radius: 5px;
      margin: 2% 0;
  }
  .btn-gallery-select{
          color: #4f6e4a;
      font-family: inter-Medium;
      font-weight: 600;
      border-bottom: 3px solid #D8A860;
      border-radius: unset;
  }
  
  /*gallery page end*/
  
  /*about page start*/
  .about-section1{
      background: url('../images/about-banner.png') no-repeat;
      height: 86vh;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }
  .about-details-sec{
      padding: 2% 10%;
  }
  .about-info{
      margin-top: 3%;
    padding: 0 2%;
  }
  .about-info p{
      text-align: center;
    font-size: 17px;
    margin-bottom: 2%;
  }
  .about-follow{
          display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
  }
  .about-details-btn, .about-details-img{
      text-align: center;
  }
  .about-follower{
      display: flex;
      width: 45%;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 20px 0;
  }
  .about-follower-sec{
      display: flex;
      flex-direction: column;
          align-items: center;
  
  }
  .com-about-tm{
      color: #D8A860 !important;
  }
  .about-follower-sec p:nth-of-type(1){
      font-family: inter-Bold;
      font-size: 50px;
      color: #4F6E4A;
  }
  .about-follower-sec p:nth-of-type(2){
      font-family: inter-Regular;
      font-size: 14px;
      color: #000;
  }
  .about-objective{
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: row;
      margin: 8% 0;
      flex-wrap: wrap;
  }
  .about-objective-contant{
      padding: 0 5%;
  }
  .about-objective-p p{
      font-family: 'inter-Regular';
      font-size: 16px;
      margin-bottom: 5%;
  }
  .about-obj-box{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 10%;
  }
  .common-w40{
      width: 40%;
  }
  .common-w55{
      width: 55%;
  }
  .about-obj-box img{margin-right: 5%;}
  .about-obj-box h5{
          font-family: inter-SemiBold;
      font-size: 18px;
  }
  .about-obj-box p{padding-right: 10%;font-family: 'inter-Regular';color: #000;}
  .about-objective-contant-r{
      margin-top: 5%;
      padding-top: 3%;
  }
  .about-objective-img-r{
      margin-top: 5%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .about-objective-acc-sec{
        padding: 9% 10% 17%;
      background: url(../images/about-img.png);
      background-size: cover;
  }
  .about-objective-acc-main{
      margin-top: 3%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
  }
  .about-branches-box{background: #F2F2F2;display: flex;flex-direction: column;align-items: center;border-radius: 5px;width: 30%;margin-bottom: 3%;}
  .about-branches-main{
  /*	isplay: flex;*/
      margin-top: 5%;
      /*flex-wrap: wrap;
      align-items: center;
      flex-direction: row;
      justify-content: space-evenly;*/
  }
  .about-branches-box img{
  width: 100%;
  }
  .about-branches-box-header{
  
  display: flex;
  
  flex-direction: row;
  
  align-items: flex-end;
  }
  .about-branches-box-header h5{
  
  font-family: inter-Bold;
  
  font-size: 18px;
  
  margin-top: 9%;
  
  margin-bottom: 0;
  
  text-decoration: underline;
  }
  .about-branches-box-header img{
  
  width: 18px !important;
  
  margin-left: 10px;
  }
  .about-branches-sec{
      padding: 2% 10%
  }
  table{
      border-collapse: collapse;
      width: 100%;
      font-family: inter-Regular;
      border: 1px solid;
  }
  th{
      font-size: 16px;
      color: #000;
  }
  th, td{
      text-align: center;
      padding: 12px 13px;
      font-family: inter-Medium;
      border-right: 1px solid #000;
      border-left: 1px solid #000;
  }
  tr{}
  tr:nth-child(even) {
  }
  .point-c img{
      margin: 0 10px;
      width: 13px;
  }
  .bold-td{
      font-family: 'inter-Bold';
      line-height: 1.5;
  }
  .no-bold-td{
      font-family: 'inter-Regular';
  }
  .day-td{
      font-size:16px;
      margin-bottom: 2px;
  }
  .about-details-img{
      position: relative;
  }
  .about-pagevideo{
      position: absolute;
      left: 5%;
      width: 89%;
      height: 73vh;
  }
  }
  /*about page end*/
  
  /*service page start*/
  .service-sec{
      padding: 2% 10%;
  }
  .special-sec{
      padding: 2% 10% 7%;
  }
  .service-box-title{
      margin:0 0 2% !important;
  }
  .service-box{background: #F2F2F2;display: flex;flex-direction: column;align-items: flex-start;border-radius: 5px;width: 30%;}
  .service-main{
      margin-top: 5%;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
  }
  .service-box img{
  
  width: 100%;
  
  margin-right: 20%;
  }
  .service-box-header{
  
  display: flex;
  
  flex-direction: column;
  
  align-items: flex-start;
  
  padding: 5% 6%;
  }
  .service-box-header h5{
  
  font-family: inter-Bold;
  
  font-size: 18px;
  
  margin: 9% 0;
  }
  .service-box-desc{
  
  font-family: inter-Regular;
  
  text-align: center;
  
  font-size: 14px;
  }
  .service-box-icon{
      display: flex;
  
  }
  .special-box-desc{
      font-family: inter-Regular;
      text-align: left;
      font-size: 14px;
      color: #000;
      margin-bottom: 3%;
  }
  .service-box-location{
      color: gray;
  margin-bottom:3%;
  }
  .service-box-date{
      background: #D9D9D9;
      font-size: 13px;
  }
  /*service page end*/
  
  /*branches css*/
  .school-1{
      background-color: #f2f2f2;
  }
  .school-2{
      background-color:#eee7dc;
  }
  .school{
          border: 4px solid #5b7657;
      padding: 8px;
      border-radius: 20px;
      width: 31%;
      height: 24vh;
      text-align:center;
  }
  .school h4{
      font-size: 25px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: #4f6e4a;
  }
  .school p{
    font-size: 21px;
    font-weight: 600;
    color: #000;
  }
  .school h5{
      font-size: 16px;
    font-weight: 600;
    color: 	#222;
    margin:0;
  }
  .branches-section{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
      margin: 15px 0;
  }
  .navigate button{
    border: 2px solid transparent;
    background-color: #5b7657;
    color: #fff;
    padding: 7px;
    border-radius: 6px;
    font-size: 14px;
    /* text-align: center; */
    margin: auto;
  }
  .navigate{
      text-align: center;
      margin: 10px 0;
  }
  .navigate button img{
    width: 15px;
    margin: 0 2px;
  }
  .popImage{
      width: 100%;
  }
  .modal-title{
      text-align: center;
  }
  
  
  
  
  /*gallery section new*/
  .half-top-sec{
      padding: 0% 7%;
      margin-bottom: 5%;
  }
  .half-top-div{
      background-size: cover;
      height: 30vh;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 9px;
  }
  .half-top-div h2{
          font-family: inter-Bold;
      font-size: 32px;
      color: #fff;
  }
  .item-box{
        padding: 0 7%;
      margin-bottom: 4%;
  }
  .item-strip{
        width: 100%;
      padding: 15px 30px;
      display: flex;
      justify-content: space-between;
      background: #FFF8C4;
      margin-bottom: 2%;
         align-items: center;
  }
  .item-strip p{
      color: #000;
      font-family: inter-Medium;
      font-size: 18px;
  }
  .item-strip a{
          color: #fff;
          background: #2D7A36;
      font-family: inter-Medium;
      font-size: 18px;
      padding: 10px 20px;
      border-radius: 9px;
  }
  /*gallery section new*/
  
  /*beyond section new*/
  .bbox{
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          /* justify-content: space-between; */
  }
  .item-bbox{
      width: 25%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 4%;
      padding: 0 1%;
  }
  .item-bbox img{
      width: 100%;
  }
  .item-bbox p{
          margin: 2% 0;
      font-family: inter-Medium;
      font-size: 17px;
      color: #000;
  }
  .item-bbox a{
      color: #2D7A36;
      font-family: inter-Medium;
      font-size: 16px;
  }
  /*beyond section new*/
  /*notice section new*/
  .fee-section {
      padding: 0% 7%;
      margin-bottom: 5%;
      width: 100%;
  }
  .h-e-section{
      display: flex;
      justify-content: space-between;
  }
  .fee-box{
      padding: 2% 4%;
          box-shadow: 0px 0px 9px 4px #0f0f0fa1;
      border-radius: 9px;
      margin-bottom: 5%;
  }
  .fee-box-h2{
      text-align: center;
      color: #000;
      font-family: inter-Bold;
      margin-bottom: 30px;
      font-size: 32px;
  }
  .fee-p{
      font-family: inter-Medium;
  }
  .fee-p p{
      margin-bottom: 2%;
      font-size: 17px;
      color: #000;
  }
  .fee-half{
      width: 48%;
      padding: 2% 3%;
      box-shadow: 0px 0px 9px 4px #0f0f0fa1;
      border-radius: 9px;
  }
  .h-e-div{
      margin-bottom: 20px;
  }
  .h-e-topic{
      font-family: inter-Medium;
      font-size: 16px;
      font-weight: 900;
  }
  .h-e-desc{
      font-family: inter-Medium;
      font-size: 16px;
  }
  /*notice section new*/
  /*contact us section new*/
  .contact-section{
      padding: 0% 7%;
      margin-bottom: 5%;
  }
  .contact-div{
          display: flex;
      width: 100%;
      justify-content: space-between;
  }
  .contact-div-top{
      box-shadow: 0px 0px 9px 4px #0f0f0fa1;
      margin-top: 2%;
      padding: 2% 4%;
      text-align: center;
      border-radius: 9px;
      margin-bottom: 5%;
  }
  .contact-div-top h1 {
      font-family: inter-Bold;
      font-size: 38px;
      color: #000;
      margin-bottom: 2%;
      text-align: center;
  }
  .contact-form{
      width: 50%;
      display: flex;
      flex-direction: column;
  }
  .contact-form form{
      width: 100%;
      display: flex;
      flex-direction: column;
  }
  .contact-form input,.contact-form textarea{
          margin-bottom: 2%;
      border-radius: 4px;
      background: #D9D9D9;
      border: unset;
      padding: 6px;
  }
  .contact-form button{
          margin-top: 2%;
      width: 20%;
      padding: 11px;
      font-family: inter-Medium;
      font-size: 16px;
      background: #2D7A36;
      color: #fff;
      border: unset;
      border-radius: 9px;
  }
  /*contact us section new*/
  
  .about-con-l {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }
  .about-con-p {
      width: 73%;
  }
  .about-con-img img {
      width: 40%;
  }
  .about-con-p p,.about-con-p-all p {
      font-family: inter-Medium;
      font-size: 16px;
      margin-bottom: 2%;
  }
  .about-con-img {
      width: 30%;
      text-align: center;
  }
  
  .about-con-p-all {
      padding-right: 7%;
      padding-top: 1%;
  }
  section.outaim {
      padding: 2% 0%;
  }
  .out-sec {
      display: flex;
      justify-content: center;
      margin-bottom: 3%;
  }
  .out-box {
      width: 10%;
      display: flex;
  }
  
  .out-box img {
      width: 100%;
  }
  
  p.out-header1 {
      font-family: inter-Bold;
      font-size: 50px;
      color: #000;
      margin-bottom: 14px;
  }
  
  .out-title {
      margin-left: 40px;
      text-align: center;
  }
  
  p.out-header2 {
      font-family: inter-Bold;
      font-size: 48px;
      color: #2D7A36;
      font-style: italic;
  }
  .aim-sec {
      width: 100%;
      display: flex;
      margin-bottom: 5%;
      align-items: center;
      justify-content: flex-end;
  }
  
  .aim-half {
      width: 50%;
      background: #FBF4C0;
  }
  
  .aim-half img {
      width: 100%;
      height: 100%;
  
  }
  
  h2.aim-header {
      font-family: inter-Bold;
      font-size: 32px;
      margin-bottom: 30px;
  }
  
  ul.aim-list {
      font-family: inter-Medium;
      font-size: 16px;
      padding-left: 54px;
      padding-right: 45px;
  }
  
  .aim-list li {
      margin-bottom: 24px;
      line-height: 28px;
      color: #000;
  }
  section.house-sec {
      padding: 2% 7%;
  }
  
  .house-sec-div {
      text-align: center;
      margin-bottom: 4%;
  }
  
  h2.house-header {
      font-family: inter-Bold;
      font-size: 32px;
  }
  
  p.house-p {
      padding: 0 8%;
      font-family: inter-Medium;
      font-size: 17px;
  }
  
  .house-box {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .house-item {
       width: 24%; 
      margin-bottom: 8%;
  }
  
  p.house-box-title {
      margin-top: 2%;
      font-family: inter-Medium;
      font-weight: 900;
      font-size: 16px;
      margin-left: 2%;
  }
  
  p.house-box-desc {
      font-family: inter-Medium;
      color: #828282;
      font-size: 16px;
      margin-left: 2%;
  }
  /*about section new*/
  /*footer section*/
  .footer-copy {
      background: #000;
      text-align: center;
      padding: 1% 0;
  }
  
  .footer-copy p {
      color: #fff;
      font-family: inter-Medium;
  }
  .footer-copy p span{
      color: red;
  }
  /*footer section*/
  section.teams-sec {
      padding: 2% 7%;
  }
  
  .teams-content {
      text-align: center;
      padding: 0 5%;
  }
  
  .teams-content h2 {
      font-family: inter-Bold;
      font-size: 32px;
      margin-bottom: 30px;
  }
  
  .teams-content p {
      margin-bottom: 2%;
      color: #000;
      font-size: 16px;
      font-family: inter-Medium;
  }
  
  p.extra-p-t {
      font-style: italic;
      font-size: 27px;
      color: #2D7A36;
  }
  .house-item img {
      width: 100%;
  }
  
  .teams-box {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-top: 3%;
  }
  
  .teams-item img {
      width: 100%;
  }
  
  .teams-item {
      width: 31%;
      display: flex;
      flex-direction: column;
  }
  
  p.teams-title {
      font-family: inter-Medium;
      font-weight: 800;
      margin-top: 17px;
      font-size: 18px;
      margin-bottom: 10px;
  }
  
  p.teams-desc {
      color: #828282;
      font-family: 'inter-Medium';
      font-size: 15px;
  }
  .contact-map{
      width: 48%;
  }
  .career-form {
      box-shadow: 0px 0px 9px 4px #0f0f0fa1;
      margin-top: 2%;
      padding: 2% 4%;
      text-align: center;
  }
  
  .career-form h1 {
      font-family: inter-Bold;
      font-size: 38px;
      color: #000;
      margin-bottom: 2%;
  }
  
  .career-input {
      flex-direction: row;
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
  .career-input input {
      margin-bottom: 2%;
      border-radius: 4px;
      background: #D9D9D9;
      border: unset;
      padding: 6px;
      width: 48%;
  }
  .career-input1 textarea{
      margin-bottom: 2%;
      border-radius: 4px;
      background: #D9D9D9;
      border: unset;
      padding: 6px;
      width: 100%;
  }
  .career-form button{
          margin-top: 2%;
      width: 20%;
      padding: 11px;
      font-family: inter-Medium;
      font-size: 16px;
      background: #2D7A36;
      color: #fff;
      border: unset;
      border-radius: 9px;
  }
  .common-sec-s{
      padding: 0% 7% 2%;
  }
  .top-sec-adc, .mid-sec-adc{
      text-align: center;
  }
  .top-sec-adc h1, .mid-sec-adc h1{
      font-family: inter-Bold;
      font-size: 32px;
      color: #000;
      margin-bottom: 2%;
  }
  .top-sec-adc p{
      font-family: inter-Medium;
      font-size: 16px;
      color: #000;
      padding: 0% 5% ;
  }
  .adc-cam-box {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  
  img.adc-cam-item {
      margin-bottom: 3%;
      width: 23%;
  }
  .mid-sec-adc1 {
      display: flex;
      width: 100%;
      background: #fff28a80;
  }
  
  .adc-cam-left {
      width: 50%;
      padding: 1% 5%;
  }
  
  .adc-cam-right {
      padding: 3% 0;
  }
  
  h2.adc-cam-left-h2 {
      font-family: inter-Bold;
      font-size: 32px;
      margin-bottom: 7%;
  }
  
  .adc-cam-left p {
      font-family: inter-Medium;
      margin-bottom: 7%;
      font-size: 16px;
  }
  .top-admission-div {
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
  
  .box-size-l {
      width: 59%;
  }
  
  .box-size-r {
      width: 39%;
  }
  
  .top-admission-box {
      padding: 2%;
      background: #fff28a8a;
      border-radius: 9px;
  }
  
  .top-admission-box h1 {
      font-family: inter-Bold;
      color: #000;
      margin-bottom: 3%;
      padding-left: 4%;
      font-size: 32px;
  }
  
  .top-admission-box ul {
      font-family: inter-Medium;
  }
  
  .top-admission-box ul li {
      font-size: 16px;
      margin-bottom: 2%;
  }
  
  .admission-form {
      box-shadow: 0px 0px 9px 4px #0f0f0fa1;
      margin-top: 2%;
      padding: 2% 4%;
      text-align: center;
      border-radius: 9px;
  }
  
  .admission-form h1 {
      font-family: inter-Bold;
      font-size: 32px;
      color: #000;
      margin-bottom: 2%;
  }
  
  .admission-input {
      flex-direction: row;
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
  .admission-input input {
      margin-bottom: 2%;
      border-radius: 4px;
      background: #D9D9D9;
      border: unset;
      padding: 6px;
  }
  .admission-input1 textarea{
      margin-bottom: 2%;
      border-radius: 4px;
      background: #D9D9D9;
      border: unset;
      padding: 6px;
      width: 100%;
  }
  .admission-form button{
          margin-top: 2%;
      width: 20%;
      padding: 11px;
      font-family: inter-Medium;
      font-size: 16px;
      background: #2D7A36;
      color: #fff;
      border: unset;
      border-radius: 9px;
  }
  .admission-form p{
          margin-bottom: 2%;
      text-align: left;
      font-family: 'inter-Medium';
      font-size: 16px;
      font-weight: 900;
  }
  .w100{
      width: 100%;
  }
  .w70{
      width: 69%;
  }
  .w30{
      width: 29%;
  }
  .w50{
      width: 49%;
  }
  .w25{
      width: 24%;
  }
  
  /*teams css*/
  section.faclities-sec {
      padding: 2% 7%;
  }
  
  h2.faclities-sec-head {
      text-align: center;
      font-family: inter-Bold;
      font-size: 32px;
      margin-bottom: 30px;
      color: #000;
  }
  
  .faclities-div {
      display: flex;
      flex-direction: row;
  }
  
  .faclities-content {
      width: 40%;
  }
  
  .faclities-img {
      width: 60%;
  }
  /*teams css*/
  .faclities-img-div img {width: 48%;margin-bottom: 2%;}
  
  .faclities-img-div {
      display: flex;
      justify-content: space-between;
  }
  
  .faclities-ul li {
      font-family: inter-Medium;
      font-size: 18px;
      margin-bottom: 7%;
  }
  
  ul.faclities-ul {
      padding-right: 10%;
  }
  .bottom-img-faclities{
      width: 100%;
  }
  section.partorn-sec {
      padding: 2% 7%;
  }
  
  .partorn-inner-div {
      display: flex;
  }
  
  .partorn-content-info {
      width: 55%;
      padding-right: 5%;
  }
  
  .partorn-img-info {
      width: 45%;
  }
  
  .partorn-img-info img {
      width: 100%;
  }
  
  .partorn-content-info p {
      font-family: 'Poppins-Regular';
      margin-bottom: 3%;
      font-size: 16px;
      color: #000;
  }
  
  .partorn-god-inner-div {
  }
  
  .partorn-god-inner-half {
      width: 100%;
      display: flex;
      margin: 2% 0;
      justify-content: space-between;
  }
  
  .partorn-god-inner-half {}
  
  .partorn-god-inner-half img {
      width: 100%;
  }
  
  .partorn-god {
      /* margin: 5%; */
  }
  
  .partorn-god-inner-inner h3 {
      font-family: 'Poppins-SemiBold';
      font-size: 24px;
      margin-bottom: 5%;
      color: #000;
  }
  
  .partorn-god-inner-inner {
      background: #E4EFE9;
      padding: 2% 2%;
      width: 23%;
      text-align: center;
      border-radius: 13px;
  }
  
  .partorn-god-inner-inner p {
      font-family: 'Poppins-Regular';
      color: #000;
      font-size: 18px;
  }
  .spotlight-content p {
      font-size: 16px;
      text-align: center;
      padding: 0 20px;
      font-family: inter-Regular;
      color: #000;
  }
  .spotlight-content li {
      font-family: inter-Regular;
      color: #000;
      font-size: 16px;
      margin-bottom: 1%;
  }
  .spotlight-content li::marker {
    color: #A52A2A;
    font-size: 20px;
  }
  .spotlight-content ul {
      margin-bottom: 4%;
      margin-left: 4%;
  }
  section.msg-sec {
      padding: 0 12% 5%;
      background: url(../images/bg.png);
  }
  .msg-sec div {
      text-align: center;
  }
  section.event-u-sec {
      padding: 0 12% 5%;
      background: url(../images/bg.png);
  }
  
  .event-u-div {
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
  }
  
  .update-div {
      width: 48%;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #DDDFF8;
      border-radius: 30px;
      padding: 2% 5%;
  }
  
  .upcoming-div {
      width: 48%;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #F8F7B1;
      border-radius: 30px;
      padding: 2% 5%;
  }
  .upcoming-div h2 {
    font-family: SortsMillGoudy-Regular;
    font-size: 30px;
    margin-bottom: 5%;
}
.upcoming-box {
    width: 90%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.upcoming-item {
    width: 100%;
    padding-left: 21px;
}

.upcoming-item p {
    font-family: 'inter-Regular';
    font-size: 17px;
    margin-bottom: 2px;
}
  
  .update-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .update-item{width: 48%;margin-bottom: 4%;background: #fff;border-radius: 20px;padding: 2% 5%;}
  .update-item h4 {
    font-family: 'inter-Bold';
}

.update-item ul {
    margin: 0;
    padding-left: 18px;
}

.update-item ul li {
    font-family: 'inter-Regular';
    font-size: 15px;
    margin-bottom: 4px;
}

.update-item ul li::marker {
    font-size: 20px;
    color: #A52A2A;
}
.update-div h2 {
    font-family: SortsMillGoudy-Regular;
    font-size: 30px;
    margin-bottom: 5%;
}
  section.full-top-sec {
    padding: 2% 7%;
    margin-bottom: 3%;
    background: #396A5D;
}

.full-top-div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.full-top-div h2 {
    color:#fff;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    font-family: SortsMillGoudy-Regular;
}
.full-top-div p {
    font-size: 16px;
    padding: 0 14%;
    color: #fff;
    font-family: Poppins-Regular;
}
.par-bg-col{
    background-color: #EFE4EF;
    border-radius: 11px;
}

.partorn-inner-div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
h2.partorn-header {
    color: #396A5D;
    font-family: SortsMillGoudy-Regular;
    font-size: 34px;
    margin-bottom: 30px;
}

.partorn-content-info h6 {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    margin-bottom: 20px;
}
.all-sec-par{
    background-color: #fff;
}
.partorn-god-inner-half-f {
    width: 100%;
    display: flex;
    margin: 2% 0;
    justify-content: space-between;
}

.partorn-god-inner-inner-f {
    /* background: #a2c8b2f7; */
    padding: 2% 6%;
    width: 33%;
    text-align: left;
    border-radius: 13px;
}

.partorn-god-inner-inner-f p {
    line-height: 25px;
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 16px;
}
.partorn-god-inner-h2{
    text-align: center;
    font-family: 'Poppins-SemiBold';
    font-size: 24px;
    margin: 1% 0;
    color: #000;
}
.partorn-god-inner-div-dd{
    background: #E4EFE9;
    padding-top: 1%;
    border-radius: 11px;
    margin-bottom: 5%;
}
.aim-half-30 {
    width: 30%;
    z-index: 9;
}

.aim-half-70 {
    width: 70%;
    background: #BCD7C8;
    z-index: 2;
    padding-top: 5%;
    padding-bottom: 8%;
    padding-right: 9%;
    text-align: center;
    border-radius: 20px;
    display: flex;
}
.aim-half-70 p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #000;
}
.aim-half-30 img,.aim-half-20 img,.contact-half-20 img {
    display: none;
}

.overlap-img {
    width: 20%;
    position: relative;
}

.overlap-img-non {
    width: 80%;
    padding-left: 4%;
}

.overlap-img img {
    position: absolute;
    right: 0;
}
.aim-half-20 {
    width: 10%;
    z-index: 9;
}

.aim-half-80 {
    width: 86%;
    background: #BCD7C8;
    z-index: 2;
    padding-top: 3%;
    padding-bottom: 4%;
    padding-right: 9%;
    text-align: left;
    border-radius: 20px;
    display: flex;
}
.overlap-img-ex {
    width: 10%;
    position: relative;
    display: flex;
    align-items: center;
}
.overlap-img-ex img {
    position: absolute;
    right: 0;
}

.overlap-img-non-ex {
    width: 90%;
    padding-left: 4%;
}
.aim-header-ex{
    font-size: 28px;
    margin-bottom: 16px;
    font-family: Poppins-SemiBold;
}
.overlap-img-non-ex p {font-family: Poppins-Regular;font-size: 18px;margin-bottom: 1%;}

.overlap-img-non-ex a {
    color: #396A5D;
    font-size: 18px;
    font-family: Poppins-SemiBold;
    text-decoration: unset;
    cursor: pointer;
}
.contact-sec{
    width: 100%;
    display: flex;
    margin-bottom: 5%;
    justify-content: space-around;
}
.contact-half-20 {
    width: 38%;
    z-index: 9;
}
.contact-half-80 {
    width: 59%;
    background: #BCD7C8;
    z-index: 2;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 9%;
    text-align: center;
    border-radius: 20px;
    display: flex;
}
.overlap-img-contact {
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
}
.overlap-img-non-contact {
    width: 80%;
    padding-left: 4%;
}
.aim-header-contact {
    font-size: 28px;
    margin-bottom: 16px;
    font-family: Poppins-SemiBold;
}
.contact-half-80 iframe {
    position: absolute;
    right: 0;
    width: 500%;
    height: 40vh;
}
.overlap-img-non-contact p {font-family: Poppins-Regular;font-size: 18px;margin-bottom: 1%;}
.contact-half-50{
    width: 49%;
}
.contact-half-50 img{
    width: 100%;
}
.overlap-form-non{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0% 3%;
}
.overlap-form-non form{
    text-align: center;
}
.overlap-form-non input, .overlap-form-non textarea {
    margin-bottom: 5%;
    border-radius: 4px;
    background: #fff;
    border: unset;
    padding: 6px;
    width: 100%;
    padding: 13px;
}
.overlap-form-non button {
    margin-top: 2%;
    width: 20%;
    padding: 11px;
    font-family: inter-Medium;
    font-size: 16px;
    background: #396A5D;
    color: #fff;
    border: unset;
    border-radius: 9px;
    text-align: center;
}
.overlap-form-non h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: SortsMillGoudy-Regular;
    font-size: 34px;
}
.about-sec {
    width: 100%;
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
}
.collection-sliver{
    width: 100%;
    background-color: #fff;
}
.about-sec-left-btn a {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    border: 2px solid #00000024;
    margin-bottom: 4%;
    border-radius: 9px;
    padding: 2%;
    text-align: center;
    color: #000;
    text-decoration: unset;
    font-weight: 700;
}
a.active-abt {
    background: #396A5D;
    color: #fff;
}
.about-sec-left-btn {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.about-sec-right-cont {
    width: 78%;
}

.about-sec-right-cont table {
    border: unset;
}
.only-img-tr{
    background-image: url('../images/tr-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: unset;
}
.no-img-tr td{
    padding: 5px;
}
.fst-th{
    width: 20%;
    text-align: left;
    padding-left: 30px;
}
.snd-th{
    width: 50%;
}
.thrd-th{
    width: 30%;
}
.about-sec-right-cont tr th, .about-sec-right-cont tr td{
    border: unset;
    color:#fff;
    font-size: 16px;
    font-family: Poppins-Bold;
}
.about-sec-content-img {
    width: 100%;
}

.about-sec-content p {
    font-family: 'Poppins-Regular';
    margin: 30px 0;
    font-size: 16px;
    text-align: center;
}

.about-sec-content h2 {font-family: Poppins-SemiBold;margin-top: 50px;text-align: center;margin-bottom: 30px;color: #396A5D;}
.image-about-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.image-about-box img {
    width: 31%;
    margin-bottom: 2%;
    margin-right: 2%;
}

.about-sec-content-p{
    font-family: Poppins-Regular;
    font-size: 20px;
    padding-left: 5%;
    }
    /* start here */
    .fst-sec-abot {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5%;
    }
    .fst-sec-img-inner{
    width: 50%;
    }
    .fst-sec-abot img {
    width: 100%;
    }
    
    .fst-sec-abot-inner {
    width: 50%;
    }
    
    .sec-abot-inner-h5 {
    font-family: Poppins-Bold;
    font-size: 40px;
    color: #396A5D;
    padding:0 5%;
    }
    
    .fst-sec-abot-inner p {
    font-size: 17px;
    font-family: Poppins-Regular;
    margin-top: 4%;
    color:#000
    }
    .snd-sec-abot {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: relative;
    }
    
    .snd-sec-abot p {
        font-size: 17px;
        font-family: Poppins-Regular;
        margin-top: 4%;
        color:#000;
    }
    
    .trd-sec-abot {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 6%;
    }
    
    .trd-sec-abot p {
        font-size: 17px;
        font-family: Poppins-Regular;
        margin-top: 4%;
        color:#000;
        text-align: right;
    }
    .frd-sec-abot {
        display: flex;
    }
    
    .frd-sec-abot-inner p {
        font-size: 17px;
        font-family: Poppins-Regular;
        margin-top: 4%;
        color:#000;
        text-align: right;
    }
    
    .five-sec-abot {
        display: flex;
    }
    
    .five-sec-abot-inner p {
        font-size: 17px;
        font-family: Poppins-Regular;
        margin-top: 4%;
        color:#000;
        text-align: left;
    }
    
    .six-sec-abot {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        position: relative;
        margin-top: 6%;
    }
    
    .six-sec-abot p {
        font-size: 17px;
        font-family: Poppins-Regular;
        margin-top: 4%;
        color:#000;
        text-align: right;
    }
    
    .seven-sec-abot {
        display: flex;
        flex-direction: column;
        width: 70%;
    }
    
    .seven-sec-abot p {
        font-size: 17px;
        font-family: Poppins-Regular;
        margin-top: 4%;
        color:#000;
    }
    .eight-sec-abot {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        position: relative;
        margin-top: 6%;
        justify-content: flex-end;
    }
    .eight-arr-abot{
        width:20%;
    }
    .eight-arr-abot img{
        position: absolute;
        width: 36%;
        top: -140px;
        left: 200px;
    }
    .eight-sec-abot p {
        font-size: 17px;
        font-family: Poppins-Regular;
        margin-top: 4%;
        color:#000;
        text-align: right;
    }
    .eight-con-sec-s {
        display: flex;
        width: 80%;
        flex-direction: column;
        align-items: flex-end;
    }
    .snd-con-abot {
        width: 30%;
    }
    
    .snd-arr-abot {
        width: 69%;
        position: relative;
    }
    
    .snd-arr-abot-fst {
        position: absolute;
        top: -174px;
        left: -90px;
        width: 364px;
        width: 60%;
    }
    img.snd-arr-abot-snd {
        position: absolute;
        left: -17px;
        width: 443px;
        top: 57px;
        width: 70%;
    }
    .trd-sec-cont-con {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    
    .trd-sec-img-con {
        width: 70%;
        position: relative;
    }
    
    img.trd-arr-abot-fst {
        position: absolute;
        bottom: -70px;
        right: 0px;
        width: 42%;
    }
    .frd-sec-img-inner {
        width: 30%;
    }
    
    .frd-sec-abot-inner {
        width: 70%;
    }
    
    .txt-right {
        text-align: right;
    }
    .five-sec-ing-inner {
        width: 34%;
    }
    
    .five-sec-abot-inner {
        width: 66%;
    }
    .on-class-img-a {
        display: flex;
        justify-content: center;
    }
    .six-arr-abot {
        width: 60%;
    }
    
    .six-con-sec-s {
        display: flex;
        width: 40%;
        flex-direction: column;
        align-items: flex-end;
    }
    img.six-arr-abot-fst {
        position: absolute;
        top: -161px;
        left: 300px;
        width: 41%;
    }
    
    img.six-arr-abot-six {
        position: absolute;
        bottom: -44px;
        right: 329px;
        transform: rotate(29deg);
        width: 30%;
    }
    .about-sec-content-p span {
        font-weight: 900;
        font-family: 'Poppins-Bold';
    }
    .on-class-img-a img {
        width: 35%;
    }
    .phone-hide{
	    display:block;
	}
	.phone-show{
	    display:none;
	}
	.des-show{
	    display:show;
	}
	.mob-show{
	    display:none;
	}
	.video-banner{
	    max-width:100%;
	    height:70vh;
	}
	.play-sec {
    position: absolute;
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000b0;
    z-index: 9999;
}
.play-sec i {
    font-size: 60px;
    color: #fff;
}