html{scroll-behavior: smooth; }
hr{margin:40px 0;}
hr{background: rgb(68 68 68 / 50%);}
::-webkit-scrollbar{width: 7px; height:7px; }
::-webkit-scrollbar-track{box-shadow: inset 0 0 7px #444; }
::-webkit-scrollbar-thumb{background: #9ac329; }
::-webkit-scrollbar-thumb:hover{background: #000; }
::selection{color: #fff; background: #9ac329;}
:focus-visible{outline: #9ac329 auto 1px;}
.nav-link:focus{color: #9ac329;}


:root {
  --theme-dark: #242632;
  --theme-light: #F3F3F3;
  --theme-color: #291F6E;
  --theme-color2: #03274A;
}

body{font-family: 'Rubik', sans-serif;color: #444;font-size: 17px;line-height: 28px;font-weight: 400;}
h1, h2, h3, h4, h5, h6{margin: 0;}
a{text-decoration: none;color: unset;}
ul{margin: 0;padding: 0;list-style: none;}
p{margin: 0;}

body{overflow-x: hidden;}

/*====================== Page Site Link ======================*/
.site-link{padding: 0 0 10px 0;position: relative;line-height: 1;z-index: 0;}
.site-link:before{position: absolute;top: 0;left: 0;overflow: hidden;padding: 0 0 4px 0;max-width: 0;border-bottom: 1px solid #fff;color: #fff;content: attr(data-hover);transition: max-width 0.5s;white-space: pre;}
.site-link::after{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background: #000;transition: 500ms;z-index: -1;}
.site-link:hover:before{max-width: 100%;}
.site-link:hover:after{width: 100%;}

/*====================== Theme Title ======================*/
.theme-heading .sub-title{margin-bottom: 5px;font-size: 18px;font-weight: 400;line-height: 1.3;}
.theme-heading .sub-title::after{content: '';display: inline-block;margin-left: 6px;width: 50px;height: 2px;background: #9ac329;}
.theme-heading .title{font-size: 40px;font-weight: 300;line-height: 1.25;white-space: pre-line; margin: 0px 0px 15px 0px;}
p{margin-bottom: 13px;font-size: 16px;font-weight: 400;line-height: 1.5;}
p.smart-para{font-size: 18px;color: #242728;}
p:last-child{margin-bottom: 0;}



/*====================== Page Button ======================*/
.page-btn{display: inline-block;padding: 0 18px;width: fit-content;border: 2px solid #9ac329;border-radius: 30px;font-size: 16px;font-weight: 400;color: #444;letter-spacing: 0.8px;line-height: 43px;overflow: hidden;z-index: 0;transition: 500ms;background: unset;}
.page-btn::before{padding-left: 26px;border-bottom: none;}
.page-btn::after{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;background: #000;z-index: -1;transition: 500ms;}
.page-btn:hover, 
.page-btn:focus{border-color: #000;color: #000;}
.page-btn:hover::after{width: 100%;}

/*====================== Page List ======================*/
.page-list li{padding-left: 30px;position: relative;}
.page-list li::before{content: '';position: absolute;top: 3px;left: 0;width: 20px;aspect-ratio: 1/1;background: url(../img/list-icon.svg) no-repeat;background-size: contain;}



/*====================== Header ======================*/
.top-header{border-bottom: 1px solid #ECECEC;}
.top-header .header-content{display: flex;justify-content: flex-end;align-items: center;}
.top-header .header-content .header-contact{display: flex;align-items: center;}
.top-header .header-content .header-contact li{margin-right: 27px;}
.top-header .header-content .header-contact li:last-child{margin-right: 18px;}
.top-header .header-content .header-contact li a{font-size: 16px;font-weight: 400;line-height: 1;color: #444;}
.top-header .header-content .header-contact li a .icon{display: inline-block;margin-right: 10px;}
.top-header .header-content .header-contact li a .site-link:before{top: 2px;border-bottom: 1px solid #000;color: #000;}
.top-header .header-content .header-contact li a .site-link:after{background: #fff;}
.top-header .header-content .header-contact li a:hover .site-link:before{max-width: 100%;}
.top-header .header-content .header-social{display: flex;}
.top-header .header-content .header-social li{border-left: 1px solid #ECECEC;}
.top-header .header-content .header-social li a{display: block;width: 55px;line-height: 50px;text-align: center;font-size: 18px;color: #666;transition: 500ms;}
.top-header .header-content .header-social li a.facebook:hover{color: #1058A4;}
.top-header .header-content .header-social li a.linkedin:hover{color: #C23071;}
/*--------  --------*/
.btm-header {padding: 15px 0px;}
.btm-header .logo{display: block; max-height: 150px;}
.btm-header .logo img{ max-height: 100px;}
/*--------  --------*/
.header{position: relative;z-index: 1;}
.header .navbar{padding: 0;}
.header .navbar-nav .nav-item{padding: 0 25px;}
.header .navbar-nav .nav-item .nav-link{padding: 0;font-size: 17px;font-weight: 400;color: #444;line-height: 1;}
.header .navbar-nav .nav-item .nav-link.site-link:before{color: #000;border-color: #000;}
.header .navbar-nav .nav-item .nav-link.site-link:after{background: #fff;}
.header .navbar-nav .nav-item .nav-link.site-link.active:before{max-width: 100%;}
.header .navbar-nav .nav-item .nav-link.enq-btn{border-radius: 0;overflow: unset;}
.header .navbar-nav .nav-item .nav-link.enq-btn::after{display: none;}
/*--------  --------*/
.header .enq-btn{margin: 5px 22px 5px 0;padding: 12px 18px;border: 2px solid #707070;border-radius: 5px;font-size: 17px;font-weight: 400;color: #444;line-height: 1;overflow: hidden;transition: border 0.5s;}
.header .enq-btn.site-link:before{padding: 12px 0 12px 18px;border: none;}
.header .enq-btn::after{background: #000;}
.header .enq-btn:hover{border-color: #000;color: #000;}





/*-------------------  -------------------*/


/*-------------------  -------------------*/
.header .navbar-toggler{margin: 15px 0 15px;padding: 0;}
.header .navbar-toggler:focus{box-shadow: none;}
.ham-menu{height: 20px;width: 25px;position: relative;display: flex;flex-direction: column;justify-content: space-between;}
.ham-menu .line{width: 100%;height: 2px;background: var(--theme-color2);}
.ham-menu .line1{transform-origin: 0% 0%;transition: transform 100ms ease-in-out;}
.ham-menu .line2{transition: 100ms ease-in-out;}
.ham-menu .line3{transform-origin: 0% 100%;transition: transform 100ms ease-in-out;}
/*-------------------  -------------------*/
.header .navbar-toggler:focus{box-shadow: none;}
/* .header .navbar-toggler:focus .ham-menu .line1{width:calc(100% - 8px);transform: translateX(-8px);}
.header .navbar-toggler:focus .ham-menu .line2{width:calc(100% + 8px);transform: translateX(-8px);}
.header .navbar-toggler:focus .ham-menu .line3{width:calc(100% - 8px);transform: translateX(8px);} */
.header .navbar-toggler.close .ham-menu .line1{display: block;transform: rotate(45deg);}
.header .navbar-toggler.close .ham-menu .line2{opacity: 0;}
.header .navbar-toggler.close .ham-menu .line3{display: block;transform: rotate(-45deg);}


/*====================== Index Slider ======================*/
.page-slider{z-index: 0;}
.page-slider .carousel-item{position: relative;background: #435057;}
.page-slider .carousel-item::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%; background: url(../images/banner-bg.jpg) no-repeat center left;background-size: contain;opacity: 40%;}
.page-slider .carousel-item .banner-img{display: block;margin: 0 0 0 auto;max-width: 100%;max-height: 38vw;position: relative;z-index: 1;}

.page-slider .carousel-item .carousel-caption{top: 0;left: 0;right: 0;bottom: 0;text-align: left;}
.page-slider .carousel-item .carousel-caption .text-area{position: absolute;top: 50%;transform: translateY(-50%);}
.page-slider .carousel-item .carousel-caption .text-area h2{margin-bottom: 10px;font-size: 40px;font-weight: 300;color: #fff;line-height: 1;
  -webkit-animation: 0.9s ease-in-out 0.0s normal backwards 1 running fadeInLeft;animation: 0.9s ease-in-out 0.0s normal backwards 1 running fadeInLeft;}
  .page-slider .carousel-item .carousel-caption .text-area p{font-size: 20px;font-weight: 300;color: #fff;line-height: 1.6;text-transform: uppercase;white-space: pre-line;
    -webkit-animation: 0.6s ease-in-out 0.8s normal backwards 1 running fadeIUp;animation: 0.6s ease-in-out 0.8s normal backwards 1 running fadeInUp;}
    .page-slider .carousel-indicators{margin-bottom: 100px;opacity: 1;transition: 500ms;}
    .page-slider .carousel-indicators [data-bs-target]{width: 20px;height: 3px;opacity: 1;transition: 500ms;}
    .page-slider .carousel-indicators .active{width: 50px; background-color: #9ac329;}
    .page-slider:not(:hover) .carousel-indicators{opacity: 0;}

/*====================== Index Facility ======================*/
.facility-area{margin-top: -24px;padding: 47px 0 40px 0;background: #242728;border-radius: 0 0 6px 6px;color: #fff;position: relative;z-index: 0;}
.facility-area .facility-card{padding: 0 45px;height: 100%;border: 0 solid rgb(255 255 255 /25%);border-width: 0 1px 0 0;}
.facility-area div[class*='col']:last-child .facility-card{border-width: 0;}
.facility-area .facility-card h5{margin-bottom: 12px;font-size: 18px;font-weight: 500;}
.facility-area .facility-card p{font-size: 15px;font-weight: 400;line-height: 1.5;color: rgb(255 255 255/ 65%);}

/*====================== Index Company Intro ======================*/
.company-intro{margin-bottom: 50px;padding: 58px 0 50px 0;border-bottom: 1px solid #e1e1e1;}
.company-intro .theme-heading{padding-left: 45px;}
.company-intro .text-area{padding: 0 15px 0 30px;max-width: 855px;}
.company-intro .page-btn::before{padding-left: 18px;}

/*====================== Index Services ======================*/
.index-services .title-area{height: 100%;display: flex;flex-direction: column;justify-content: center;position: relative;}
.index-services .title-area::before{content: '';position: absolute;top: 0;right: 0;height: 100%;width: 100vw;background: #9ac329;z-index: -1;}
.index-services .theme-heading{color: #fff;}
.index-services .theme-heading .sub-title::after{background: #fff;}
.index-services .title-area .page-btn{position: relative;margin-top: 50px;border-color: #fff;font-size: 16px;color: #fff;}
.index-services .title-area .page-btn::before{padding-left: 18px;background: #fff;}
.index-services .title-area .page-btn:hover::before{color: #fff;}
/*--------  --------*/
.index-services .index-service-card{display: block;background: #efefef;transition: 0.3s;}
.index-services .index-service-card .service-card-img{width: 100%;}
.index-services .index-service-card .service-card-img img{width: 100%;height: auto;}
.index-services .index-service-card .service-card-content{padding: 25px 30px 15px;min-height: 175px;}
.index-services .index-service-card .service-card-content h4{margin-bottom: 10px;font-size: 18px;font-weight: 500;line-height: 1.2;color: #444;transition: 0.3s;}
.index-services .index-service-card .service-card-content p{font-size: 16px;font-weight: 400;line-height: 1.3;color: #444;transition: 0.3s; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.index-services .index-service-card:hover{background: #242728;}
.index-services .index-service-card:hover .service-card-content h4{color: #fff;}
.index-services .index-service-card:hover .service-card-content p{color: rgb(255 255 255/ 65%);}
/*--------  --------*/
.index-services .owl-carousel .owl-nav{transition: 0.5s;}
.index-services .owl-carousel .owl-nav.disabled{display: block;}
.index-services .owl-carousel .owl-nav .owl-prev,
.index-services .owl-carousel .owl-nav .owl-next{width: 78px;height: 78px; transition: all 0.4s; border: 3px solid #fff;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);opacity: 65%;}
.index-services .owl-carousel .owl-nav .owl-prev:hover,
.index-services .owl-carousel .owl-nav .owl-next:hover{opacity: 1;}
.index-services .owl-carousel .owl-nav .owl-prev{left: 20px;}
.index-services .owl-carousel .owl-nav .owl-prev:after, .index-services .owl-carousel .owl-nav .owl-next:after{content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%);background-image: url(../images/arrow.svg); height: 100%; width: 100%; background-size: 20px; background-repeat: no-repeat; background-position: center;}
.index-services .owl-carousel .owl-nav .owl-next:after {transform: translate(-50% , -50%) rotate(180deg);}
.index-services .owl-carousel .owl-nav .owl-next{right: 20px;}
.index-services .owl-carousel:not(:hover) .owl-nav{opacity: 0;}

/*====================== Index Benefits ======================*/
.index-benefits{padding: 70px 0 80px;}
.index-benefits .theme-heading{margin-bottom: 40px;}
.index-benefits .benefit-card .icon-area{margin-bottom: 25px;padding-top: 20px;position: relative;}
.index-benefits .benefit-card .icon-area::before{content: '';position: absolute;top: 0;left: 50%;transform: translateX(calc(-50% - 15px));width: 65px;height: 65px;background: #efefef;border-radius: 50%;transition: 0.5s;} 
.index-benefits .benefit-card .icon-area img{max-height: 55px;width: auto;margin: 0 auto;}
.index-benefits .benefit-card h6{font-size: 16px;font-weight: 400;line-height: 1.3;text-align: center;white-space: pre-line;}
.index-benefits .benefit-card:hover .icon-area::before{background:rgb(154 195 41 / 44%);}

/*====================== Index Footer ======================*/
.footer{background: #242728;}
.footer .footer-top{border-bottom: 1px solid rgb(226 227 227 /20%);position: relative;}
.footer .footer-top .row{align-items: center;}
a.footer-logo img {max-width: 90px;margin: 15px 0px;}
.footer .footer-top .footer-contact{display: flex;justify-content: center;align-items: center;}
.footer .footer-top .footer-contact .icon img{margin-right: 17px;}
.footer .footer-top .footer-contact .details{line-height: 1;font-weight: 400;}
.footer .footer-top .footer-contact .details p{margin: 0 0 5px 0;font-size: 16px;color: rgb(255 255 255 /55%);}
.footer .footer-top .footer-contact .details a{font-size: 25px;color: rgb(255 255 255 /75%);}
.footer .footer-top .footer-contact .details a.site-link:before{top: 2px;}
.footer .footer-top .footer-social{display: flex;justify-content: center;}
.footer .footer-top .footer-social li{margin-right: 25px;}
.footer .footer-top .footer-social li:last-child{margin-right: 0;}
.footer .footer-top .footer-social li a{font-size: 16px;color: #fff;font-weight: 400;}
.footer .footer-top .footer-social li a i{margin-right: 10px;width: 44px;height: 44px;background: #1058A4;border-radius: 50%;font-size: 27px;line-height: 44px;color: #fff;text-align: center;}
.footer .footer-top .footer-social li a.facebook i{background: #1058A4;}
.footer .footer-top .footer-social li a.linkedin i{background: #C23071;}
/*--------  --------*/
.footer .footer-mid{padding: 20px 0;border-bottom: 1px solid rgb(226 227 227 /20%);}
.footer .footer-mid .footer-nav{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.footer .footer-mid .footer-nav li{margin: 4px 50px 4px 0;font-size: 16px;line-height: 1.2;font-weight: 400;}
.footer .footer-mid .footer-nav li:last-child{margin-right: 0;}
.footer .footer-mid .footer-nav li a{color: #fff;}
.footer .footer-mid .footer-nav li a.site-link:before{top: 2px;}
/*--------  --------*/
.footer .footer-btm{padding: 18px 30px 25px 25px;display: flex;justify-content: space-between;align-items: center;}
.footer .footer-btm p{margin: 0;font-size: 14px;line-height: 1.2;color: rgb(255 255 255 /75%);}
.footer .footer-btm p a{color: rgb(255 255 255 /75%);}
.footer .footer-btm p a.site-link:before{top: 2px;}



.float{position:fixed;right:40px;bottom:40px;width:60px;height:60px;background:#25d366;border-radius:50px;font-size:30px;line-height: 60px;color:#fff;text-align:center;box-shadow: 2px 2px 3px #999;z-index:100;transition: 500ms;}
.float:hover{background: #179645;color: #fff;}



/*====================== Back to top =========================*/
#back-top a{position: fixed;bottom: 50px;right: 30px;width: 50px;height: 50px;text-align: center;background: #fff;box-shadow: 0 0 20px rgb(0 0 0 / 23%);
  -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;
  transition: all .3s ease;-webkit-animation: jump 1s ease-in alternate infinite;animation: jump 1s ease-in alternate infinite;z-index: 1;}
  #back-top a span{width: 30px;height: 30px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-image: linear-gradient(to right, #82B82A, #1BA77C);clip-path: polygon(0% 100%,50% 0,100% 100%,50% 85%);}
  @keyframes jump{
    0%{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    100%{-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,50%,0);}
  }
/*====================== inquiry form  =========================*/

.contact_detail_scssn {
  display: block;
  position: relative;
  border: 1px solid #434d53;
  max-width: 1200px;
  margin: 60px auto 0 auto;
  padding: 35px 15px;
}

.contact_detail_scssn .border-right {
  border-right: 1px solid #cccccc;
}
.contact_detail_scssn .bussiness-contact{display: flex;justify-content: center;align-items: center;}
.contact_detail_scssn .bussiness-contact .icon img{margin-right: 17px;}
.contact_detail_scssn .bussiness-contact .details{line-height: 1;font-weight: 400;}
.contact_detail_scssn .bussiness-contact .details p{margin: 0 0 5px 0;font-size: 18px;color: rgb(68 68 68 / 72%);}
.contact_detail_scssn .bussiness-contact .details a{font-size: 23px;color: rgb(68 68 68);}
.contact_detail_scssn .bussiness-contact .details a.site-link:before{top: 2px;}