html{
    overflow-x: hidden;
     scroll-behavior: smooth;
}

body{
    margin: 0;
    overflow-x: hidden;
    font-family: 'DM Sans 36pt';
    scroll-behavior: smooth;

}
@font-face {
    font-family: 'DM Sans 36pt';
    src: url('../font/DMSans36pt-Medium.eot');
    src: url('../font/DMSans36pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-Medium.woff2') format('woff2'),
        url('../font/DMSans36pt-Medium.woff') format('woff'),
        url('../font/DMSans36pt-Medium.ttf') format('truetype'),
        url('../font/DMSans36pt-Medium.svg#DMSans36pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 36pt';i
    src: url('../font/DMSans36pt-Regular.eot');
    src: url('../font/DMSans36pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-Regular.woff2') format('woff2'),
        url('../font/DMSans36pt-Regular.woff') format('woff'),
        url('../font/DMSans36pt-Regular.ttf') format('truetype'),
        url('../font/DMSans36pt-Regular.svg#DMSans36pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 36pt';
    src: url('../font/DMSans36pt-ExtraLight.eot');
    src: url('../font/DMSans36pt-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-ExtraLight.woff2') format('woff2'),
        url('../font/DMSans36pt-ExtraLight.woff') format('woff'),
        url('../font/DMSans36pt-ExtraLight.ttf') format('truetype'),
        url('../font/DMSans36pt-ExtraLight.svg#DMSans36pt-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 36pt';
    src: url('../font/DMSans36pt-ExtraBold.eot');
    src: url('../font/DMSans36pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-ExtraBold.woff2') format('woff2'),
        url('../font/DMSans36pt-ExtraBold.woff') format('woff'),
        url('../font/DMSans36pt-ExtraBold.ttf') format('truetype'),
        url('../font/DMSans36pt-ExtraBold.svg#DMSans36pt-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 36pt';
    src: url('../font/DMSans36pt-Light.eot');
    src: url('../font/DMSans36pt-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-Light.woff2') format('woff2'),
        url('../font/DMSans36pt-Light.woff') format('woff'),
        url('../font/DMSans36pt-Light.ttf') format('truetype'),
        url('../font/DMSans36pt-Light.svg#DMSans36pt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 36pt';
    src: url('../font/DMSans36pt-Bold.eot');
    src: url('../font/DMSans36pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-Bold.woff2') format('woff2'),
        url('../font/DMSans36pt-Bold.woff') format('woff'),
        url('../font/DMSans36pt-Bold.ttf') format('truetype'),
        url('../font/DMSans36pt-Bold.svg#DMSans36pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 36pt';
    src: url('../font/DMSans36pt-Thin.eot');
    src: url('../font/DMSans36pt-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-Thin.woff2') format('woff2'),
        url('../font/DMSans36pt-Thin.woff') format('woff'),
        url('../font/DMSans36pt-Thin.ttf') format('truetype'),
        url('../font/DMSans36pt-Thin.svg#DMSans36pt-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 36pt';
    src: url('../font/DMSans36pt-SemiBold.eot');
    src: url('../font/DMSans36pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans36pt-SemiBold.woff2') format('woff2'),
        url('../font/DMSans36pt-SemiBold.woff') format('woff'),
        url('../font/DMSans36pt-SemiBold.ttf') format('truetype'),
        url('../font/DMSans36pt-SemiBold.svg#DMSans36pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
/*preloader*/



.ip-loader{
    margin-left: 0px!important;
    bottom: 46%!important;
}
.loader {
  width: 236px;
  height: 81px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  animation: filter-animation 3s infinite;
  /*  stroke: darkred;*/
  /*transition: fill .3s ease-in-out;*/
  /*animation: chng 1s linear infinite;*/
  /* transform-origin: bottom;*/
  /*-webkit-animation: colorchange 20s infinite alternate;*/
  /*margin-left: 80px;*/
}
.loader img {
    max-width: 76px;
    width: 100%;
    animation: rotate-animation 2s linear infinite; /* Add the rotation animation */
}

/* Define the rotation animation */
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





.megamenu-list li{
    width:25%;
    float:left;position:relative;
}
.submenu{position: absolute !important;!i;!;top: 55px;background: #fdf9f9;z-index: 99;width: 100%;}



.buttonarea{
    
padding-left: 19px;
    
float: right;
    
display: inline-block;
    
position: relative;
    
z-index: 111;
    
/* margin-left: 28px; */
}
.buttonarea a{
    transition: all ease-in-out .5s;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #1280db, #008ad5, #0091c9, #0096bb, #009aad, #01a0a7, #1ea59f, #37aa95, #3eb388, #54bb76, #70c15f, #91c545);
    background-position: 0% 0%;
    background-size: 103% 100%;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 142px;
    transition: background-position 0.5s ease-in-out;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
}

.buttonarea a:hover {
  background-color: #009aad; /* Apply a solid color on hover */
  /* background-position: 0% 0%; */ /* Move the background position to the right */
  background-size: 0% 0%;
  
}


.buttonarea a img {
       margin-top: 2px;
       float: right;
       width: 16px;
       height: auto;
       margin-left: 10px;
       fill: #fff;
       transition: all ease-in-out .5s;
       -webkit-transition: all ease-in-out .5s;
       -moz-transition: all ease-in-out .5s;
    }
.buttonarea a:hover img{
           transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    }
/*booknowcode*/
.quick-top {
    cursor: pointer;
}

.close_form3 {
    /* float: left; */
    display: block;
    position: absolute;
    width: 53px;
    height: 46px;
    right: 0px;
    top: 0;
    background: #e6f6fe url(../images/close.png) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 999;
    /* border: 1px solid #e0e0e0; */
}
.close_form3:focus{
outline: none;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: 100%;
    /* background: #00000096; */
    z-index: 9999999;
}


.req-form {
    width: 427px;
    float: right;
    height: 100vh;
    margin-right: 0;
    opacity: 1;
    background: #e6f6fe;
    padding: 49px 30px 50px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    border: 1px solid #e0e0e0;
    z-index: 99;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}
.field_area-d {
    width: 50%;
    float: left;
    position: relative;
    margin: 15px 0 28px;
}
.field_area label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.field_area input[type=email], .field_area input[type=number], .field_area input[type=text] {
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px #dfdfdf;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.field_area textarea {
    height:70px;
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px #d4d4d4;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.quick-send {
  transition: all ease-in-out .5s;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #1280db, #008ad5, #0091c9, #0096bb, #009aad, #01a0a7, #1ea59f, #37aa95, #3eb388, #54bb76, #70c15f, #91c545);
    background-position: 0% 0%;
    background-size: 103% 100%;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    width: 100%;
    transition: background-position 0.5s ease-in-out;
    height: 42px;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: none;
   
}

.quick-send:hover {
        background-color: #009aad; /* Apply a solid color on hover */
  /* background-position: 0% 0%; */ /* Move the background position to the right */
  background-size: 0% 0%;
}


.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}


.topfooterbox a{float: left;width: 100%;font-size: 14px;color: black;margin-top: 6px;}

.topfooterbox a:hover{
text-decoration: none;
}


.rlabel::after {
    content: '';
    height: 8px;
    width: 8px;
    background: transparent;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-radius: 50%;
}.rlabel {
    border: 1.2px solid #83bf41;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0px;
    position: relative;
    margin-left: -29px;
    margin-right: 29px;
    left: 0px;
    top: 4px;
}
.r-input {
    border: 0;
    margin-bottom: 15px;
    margin-top: 11px;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    position: relative;
opacity: 0;}
.f-input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}.f-input + label {
    width: 100%;
    font-size: 13px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0px;
    /* width: 100%; */
    width: 200px;
    margin-top: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    /* background: #e24a30; */
    background: #83bf41;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /* border: 1px solid #b7b7b7; */
    border: none;
}
.r-input[type="radio"]:checked+.rlabel::after {
    background: black;
}

.bn-title{
    width: 100%;
}

.mct_form-bn {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding-left: 0px !important;
    margin-top: 0px;
   /* border-radius: 5px;*/
}

.sp-a{
    position: relative;
}
.sp-a:before{
     content: '';
     position: absolute;
     right: -13px; /* Adjust spacing between text and arrow */
     top: 20%;
     transform: translateY(-50%) rotate(45deg);
     border: solid #757575; /* Adjust color to match text */
     border-width: 0 1px 1px 0;
     padding: 3px;
     display: inline-block;
}

/*booknowcomplete*/






.slider-ban{height: 100vh;top: 246px;float: left;width: 100%;}
.ban-carousel{
    top: 205px;
    float: left;
    width: 100%;
    height: 100vh;
}

.slide {
    float: left;
    width: 100%;
    height: 780px;
    position: relative;
    z-index: 1;
    background: white;
}

.slide .item {
    /* top: 127px; */
    height: 533px;
    width: 100%;
    float: left;
    position: relative;
}


.slide .item  .header-content {
    /* padding: 46px 0px; */
    position: absolute;
    /* margin-top: -50px; */
    width: auto;
    text-align: center;
    width: 100%;
    /* margin-left: 65px; */
    /* padding: 56px; */
    overflow: hidden;
    background: transparent;
    z-index: 9999;
}

.header-content h6{
    margin-top: 0px;
    font-size:20px;
    color: #91C545;
    font-weight: 500;
    text-align: left;
    line-height: 100%;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.header-content h1{
    margin-top: 0px;
    font-size: 75px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 120%;
    margin-bottom: 18px;
    float: left;
    width: 100%;
}

.slide .owl-item.active h1 {
    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}.slide .owl-item.active h6 {
    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.header-content p {
    line-height: initial;
    margin-top: 0px;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 500;
    line-height: 180%;
    width: 75%;
    text-align: left;
    /* margin-top: 28px; */
    /* padding-left: 34px; */
    margin-bottom: 45px;
    float: left;
}
.ban-carousel .owl-item.active img{
    animation: img-anim-top 1s forwards cubic-bezier(.645,.045,.355,1);
}
.owl-item.active .banner-text{
    animation: img-anim-left 1s forwards cubic-bezier(.645,.045,.355,1) .4s;
  }
.img-custom-anim-top {
  animation: img-anim-top 1s forwards cubic-bezier(.645,.045,.355,1);
  opacity: 0;
}
@keyframes img-anim-top {
  0% {
      transform: translateY(-5%);
      clip-path: inset(0 0 100% 0);
      opacity: 0;
  }

  100% {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1s forwards cubic-bezier(.645,.045,.355,1) .4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
      transform: translateX(-5%);
      clip-path: inset(0 100% 0 0);
      opacity: 0;
  }

  100% {
      transform: translateX(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
  }
}.bannerimg{

width: 100%;

float: right;


}
.ban-carousel{
    float: left;
    width: 100%;
}
.ban-img {
  float: right;
  width: 546px !important;!i;!;!
  @;!;
  border-top-right-radius: 40px;
  object-fit: cover;
  border-top-left-radius: 40px;
  height: 100vh;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}
.ban-img:hover
{ transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.ban-carousel .item{
 /* top: 127px; */
 height: 100vh;
 width: 100%;
 float: left;
 position: relative;
}


@media (min-width:1024px) and (max-width:1199px)
{
   
.nav-menu > li > a {

margin: 10px 14px !important;
}
.buttonarea {
    padding-left: 14px;

}
}

@media(max-width:1024px){

    .buttonarea{
        display: none;
    }
    .nav-menu > li > a {
  color: #fff !important;
}
.cr-wd p br{
    display:none;
}
}
@media(min-width:1024px){

    .submenu-indicator-chevron{
        display: none !important;
    }
}
.contact-card {
    display: flex;
    align-items: center;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-top: 53px;
    z-index: 9;
    position: absolute;
    bottom: 112px;
}

.icon-1 {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-1 img {
    width: 52px;
    height: auto;
}

.text-1 {
    margin-left: 15px;
    position: relative;
    top: 4px;
}

.title-1 {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 155%;
    margin-bottom: 2px;
}

.number-1 {
    margin: 0;
    font-size: 24px;
    color: #011632;
    font-weight: 700;
}

.number-1 a {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Use parent color */
    cursor: pointer; /* Show pointer cursor on hover */
    font-size: 25px;
    font-weight: 800;
    line-height: 155%;
}

.number-1 a:hover {
    color: #91c444; /* Add underline on hover */
}

.overlay-ban{
    position: absolute;
    bottom: -16px;
    left: 28%;
    width: 37%;
    z-index: -1;
    /* overflow: hidden; */
}

.banner2{
    float: left;
    width: 100%;
    padding: 90px 0px;
    background: linear-gradient(180deg, rgba(230, 246, 254, 1) 26%, rgb(255 255 255 / 143%) 85%);
    position: relative;
    z-index: 9;
}
.ban1{
    float: left;
    width: 100%;
    padding-bottom: 47px;
    border-bottom: 1px solid #d6d6d6;
}
.ban1 img{
    float: left;
    max-width: 524px;
    width: 100%;
    height: 363px;
    margin-right: 124px;
    margin-bottom: 50px;
}
.ban1 h1{
    color: #0D0D0D;
    font-size: 55px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 19px;
}
.ban1 p{
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    margin-bottom: 49px;
}.b2-2{
 /* margin-top: -10px; */
 float: left;
 width: 14%;
 padding: 0px 36px;
 /* border-left: 1px solid #e5e5e5; */
 border-right: 1px solid #d6d6d6;
}

.count{
    float: left;
    width: 100%;
}
.count .item1:after {
    content: '+';
    position: absolute;
    /* background: linear-gradient(to right, #338DAB 0%, #32A3BF 50%, #31C1D9 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-size: 55px;
    color: #000;
    font-weight: 500;
}
.count .item1.item2:after {
    content: none;
    position: unset;
    font-size: 0px;
}
.counter-suffix {
    font-size: 55px;
    font-weight: 500;
    line-height: 46px;
    margin-left: 2px; /* Adjust spacing as needed */
    color: #000;
}

.counter-plus {
    font-size: 55px;
    font-weight: 500;
    color: #000;
    margin-left: 2px; /* Adjust spacing between the number and '+' */
    line-height: 46px;
}
.count-cont{
    float: left;
    width: 100%;
}
.count .item1 {
    /* background: linear-gradient(to right, #338DAB 0%, #32A3BF 50%, #31C1D9 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-size: 55px;
    font-weight: 600;
    text-align: left;
    position: relative;
    line-height: 46px;
    margin-top: 6px;
    color: #000;
    }

.count .item p {
     margin-top: 15px;
     color: #7a7a7a!important;
     font-size: 16px !important;
     font-weight: 500;
     width: 100%;
     margin-bottom: 0px;
     float: left !important;
     text-align: left;
     line-height: 19px;
}


.ban2{
    float: left;
    width: 100%;
    padding-top: 90px;
    /* position: relative; */
}

.overlay-pro{
    position: absolute;
    right: 0px;
    top: 50%;
}
.ban2 h2{
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #91C545;
    /* margin-right: 100px; */
    /* margin-bottom: 164px; */
}
.ban2 h3{
     float: left;
     font-size: 55px;
     font-weight: 600;
     color: #0d0d0d;
     line-height: 100%;
     margin-bottom: 20px;
}
.ban2 h4{
     float: left;
    font-size: 16px;
    font-weight: 500;
    color: #7a7a7a;
    line-height: 200%;
}
.all-product{
    width: 185px;
    height: 185px;
    border: 1px solid;
    border-radius: 100%;
}
.all-product{
     font-size: 16px;
     font-weight: 500;
     color: #7a7a7a;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     float: right;
}



.all{
    float: left;
    width: 100%;
    position: relative;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

   
}
.all-img{
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

     background: #E6F6FE;
     float: left;
     max-width: 100%;
     height: 343px;
     /* object-fit: cover; */
     width: 100%;
     border-radius: 10px;
     padding: 96px 0px;
     display: flex;
     align-items: center;
     justify-content: center;
}
.product-loopimg{
    /* display: flex !important; */!i;!;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    /* margin: auto; */
    /* float: none; */
    /* height: 200px; */
}
.all-text{
    float: left;
    width: 100%;
    padding: 15px 0px;
} 

.all-text h5{
   float: left;
   width: 100%;
   font-size: 24px;
   font-weight: 600;
   color: #000;
   line-height: 160%;
   /* padding: 0px 100px; */
   /* font-style: italic; */
}


.all-text h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    font-style: normal;
    color: #7a7a7a;
    float: left;
    /* margin-top: 15px; */
    width: 100%;
}
.all-text h6 span{
    margin-left: 10px;
    color: #0679E8;
}
.product-loop{
    float: left;
    width: 100%;
    padding-top: 50px;
}

.arrow-1{
    position: absolute;
    height: 76px;
    width: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 20px;
    right: 30px;
    border: 1px solid #d0d0d0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    background: transparent;
}
.arrow-loop{

     align-items: center;
     justify-content: center;
     width: 24px !important;
}
.all:hover .arrow-1{
    background: linear-gradient(90deg, rgba(145,197,69,1) 0%, rgba(6,121,232,1) 100%);
  transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
.all:hover .arrow-loop{

filter: brightness(100);
}



.call-action {
    float: left;
    width: 100%;
    padding: 79px 0px;
    background-image: url("../images/cta.webp");
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    position: relative;
}



.call-bg h1{
   font-size: 55px;
   color: #fff;
   float: left;
   font-weight: 600;
margin-bottom: 0px;}

.call-action a h6{
    float: right;
    width: 152px;
    height: 45px;
    padding: 12px 0px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    color: #000;
    margin-top: 13px;
    font-weight: 500;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}


.banner4{
    float: left;
    width: 100%;
    padding: 90px 0px 0px 0px;
}
        .text-section {

float:left;

max-width: 63%;
}

        .text-section h1 {
            font-size: 55px;
            margin-bottom: 20px;
            font-weight: 600;
            color: #000000;
            width: 100%;
            margin-top: 20px;
            line-height: 121%;
        }

        .text-section h2 {
            font-size: 20px;
            font-weight: 500;
            color: #91C545;
            margin-bottom: 20px;
        }

        .text-section p {
            font-size: 16px;
            line-height: 200%;
            color: #7a7a7a;
            font-weight: 500;
            width: 84%;
            float: left;
        }

      
        .circle {
          float:right;
          width: 185px;
          height: 185px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .circle::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: conic-gradient(#91c545, #0679E8, #7AB648);
            border-radius: 50%;
            animation: rotateGradient 3s linear infinite;
            z-index: 1;
        }

        @keyframes rotateGradient {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        .circle span {
            font-size: 16px;
            color: #202020;
            background: #fff;
            border-radius: 50%;
            padding: 78px 48px;
            z-index: 2;
            position: relative;
            font-weight: 500;
            transition: all ease-in-out .5s;
            -webkit-transition: all ease-in-out .5s;
            -o-transition: all ease-in-out .5s;
            -moz-transition: all ease-in-out .5s;
        }
.circle span:hover{
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -o-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     padding: 66px 36px;
}

        .b4-slide{
            float: left;
            width: 100%;
            padding-top: 50px;
            padding-bottom: 90px;
        }

        .b4-box {
             transition: all ease-in-out .5s;
             -webkit-transition: all ease-in-out .5s;
             -o-transition: all ease-in-out .5s;
             -moz-transition: all ease-in-out .5s;
             position: relative;
             width: 100%; /* Adjust as needed */
             border-radius: 15px;
             overflow: hidden;
             display: inline-block;
             padding: 11px 0px;
             background: linear-gradient(to bottom, #91C545 10%, #ffffff 10%, #ffffff 90%, #0679E8 90%);
}
.extra-img{
   position: absolute;
    width: 68px !important;
    right: 28px;
    top: 38px;
}

.image-wrapper {
  position: relative;
}

.image-wrapper-img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.box-overlay {
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 10%;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.box-overlay h2 { transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.box-overlay p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 200%;
}

.box-overlay a { transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 9px;
  /* margin-right: 26px; */
  float: left;
}
.b4-arw{ transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
    width: 19px !important;!i;!;
    float: right;
    margin-left: 36px;
    margin-top: 4px;
}


.banner5{
    float: left;
    width: 100%;
    padding: 146px 0px 90px 0px;
    background: linear-gradien( #E6F6FE 70%, #ffffff 0%);););
    background: linear-gradient(180deg, rgba(230,246,254,1) 23%, rgba(255,255,255,1) 54%);
}

.b5-responsive-box {
 
height: 340px;
 
width: 100%; /* Use percentage for responsiveness */
 
padding: 62px 0px 62px 41px;
 
border-radius: 15px;
 
background-color: #ffffff; /* White background */
 
margin-bottom: 50px;
 
/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */ /* Subtle shadow */
}



.b5-small-heading {
  color: #91c545; /* Green color */
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 500;
}

.b5-heading {
  color: #0d0d0d; /* Black color */
  font-size: 55px; /* Reduced for better scaling */
  font-weight: 600;
  margin: 0px 0 16px;
  line-height: 100%;
  /* float: left; */
}

.b5-description {
  color: #7a7a7a; /* Gray color */
  font-size: 16px;
  margin: 0;
  line-height: 162%;
}


.b5-responsive-box img {
    float: right;
    width: 247px;
    height: 414px; /* Maintain aspect ratio */
    margin-top: -135px;
    object-fit: cover;
}

.b5-box2{
    float: left;
    width: 100%;
    background-image: url("../images/cta-bg-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    border-radius: 15px;
    padding: 46px 50px;
    position: relative;
}
.b52-1{
    float: left;
    width: 100%;

}
.b52-2{
    float: left;
    width: 100%;
    position: relative;
    bottom: -72px;
}
.b52-1 h1{
     color: #fff; /* Gray color */
     font-size: 16px;
     margin: 0;
     line-height: 200%;
     float: left;
     width: 63%;
}
.b52-1 img{
    width: 68px !important;
    height: auto !important;
    float: right;
}

.b5-box2 h2{
    float: left;
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
    line-height: 112%;
    width: 50%;
    position: relative;
    bottom: 0;
    margin-bottom: 0px;
}
.b5-box2  a{
    float: right;
    color: #000;
    background-color: #fff;
    border-radius: 50px;
    padding:10px  0px;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
    width: 152px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.ban66{
    float: left;
    width: 35%;
}
.back-ban6{
    position: absolute;
    left: -161px;
    top: 36%;
}
.banner6{


position: relative;


    float: left;width: 100%;padding-bottom: 50px;border-top: 1px solid #e8e8e8;margin-top: 60px;padding-top: 93px;}
.banner6 h6{
    float: left;
    width: 22%;
    font-size: 20px;
    color: #91C545;
    font-weight: 500;
}
.banner6 h5{
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 600;
    color: #0D0D0D;
    line-height: 100%;
    margin-bottom: 20px;
}
.banner6 p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #7a7a7a;
    margin-bottom: 40px;
}
.b6-1{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.b6-img{
float: left;
width: 82px;
height: auto;
margin-right: 20px;
margin-bottom: 20px;
}
.b6-1 h2{
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #0D0D0D;
    margin-bottom: 15px;
    margin-top: 8px;
}
.b6-1 h3{
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #7a7a7a;

}
.b6-main-img{
    float: right;
    width: 464px;
    margin-left: 20px;
    height: 565px;
    border-radius: 15px;
    object-fit: cover;
}

.float-left{
    float: left;
}




.footer {
  background-color: #000;
  color: #fff;
  padding: 70px 0px 30px 0px;
  float: left;
  width: 100%;
}


.footer-top {
  text-align: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #333;
}

.footer-logo img {
  width: 290px;
  margin-bottom: 42px;
  float: left;
}

.footer-logo h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.footer-logo p {
  font-size: 14px;
  margin: 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding-top: 15px;
}

.footer-column {
  flex: 1 1 200px;
  margin: 10px 0px;
  float: left;
  width: 100%;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.footer-column p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  /* width: 77%; */
  float: left;
  color: #c4c4c4;
}
.footer-column p a{
    color: #c4c4c4;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #c4c4c4;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 39px;
  font-size: 14px;
  float: left;
  width: 100%;
}
.ftr-p{
    line-height: 200%;
    width: 77%;
}
.footer-bottom h6{
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    color: #c4c4c4;
}.footer-bottom h5{
    text-align: right;
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #c4c4c4;
}
.footer-bottom a{
    color: #c4c4c4;
}.hh{
    float: right;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}.go-top {
    float: right;
    width: 21px;
    object-fit: cover;
    height: auto;
    /* margin-top: -11px; */
    filter: invert(1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-mega {
    width: 85% !important;
    left: 61px;
}
.megamenu-panel {
 transition: all 0.6s ease-in-out 0.1s;

}

/*.megamenu-panel {*/
  /*transition: all 0.2s ease-in-out; */
/*}*/

/*.megamenu-panel {*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/
.all:hover .all-img {
    background: #f2f2f2;
}


.all:hover  .all-text h6 span {
    margin-left: 10px;
    color: #91c545;
}

.b4-box:hover .box-overlay h2 {
    color: #91c545;
}

.b4-box:hover .box-overlay a {
    color: #91c545;
}

.b4-box:hover .b4-arw {
    margin-left: 40px;  transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}

.b5-box2 a:hover {
background: #91c545;
color: #fff;


}
.b4-box:hover{
        -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
    background: linear-gradient(to bottom, #0679E8  10%, #ffffff 10%, #ffffff 90%, #91C545 90%);
}













/*aboutus*/
.abt-banner1{
    padding: 200px 0px 100px 0px;
    float: left;
    width: 100%;
    /* height: 500px; */
    background-image: url("../images/bgh.png");
    background-color: #e6f6fe;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.abt-banner1 h1{
       text-align: left;
       float: left;
       width: 100%;
       color: #0d7ddf;
       font-size: 53px;
       line-height: 51px;
       /* padding-top: 200px; */
       position: relative;
       font-weight: 600;
}

.abt-banner1 h1 span{

width: 100%;
float: left;
  font-size: 15px;color: #9b9898;font-weight: 400;}
.abt-banner1 a{
     /* padding-top: 55px; */
     /* text-align: left; */
     float: right;
     color: #404040;
     font-weight: 400;
     font-size: 15px;
     position: relative;
     right: 0;
}

.abt-banner2{
  float: left;
  width: 100%;
  padding: 70px 0px;
}
.abt-banner2-img{
  border-radius: 20px;
  float: right;
  width: 500px;
  height: 525px;
  margin-left: 40px;
  margin-bottom: 30px;
  object-fit: cover;
  margin-top: 18px;
}
.abt-banner2 h6 {
    font-size: 20px;
    font-weight: 500;
    color: #91C545;
    margin-bottom: 20px;
}
.abt-banner2 h5{

font-size: 50px;

font-weight: 600;

line-height: 56px;

color: #000;

padding-bottom: 20px;
}

.abt-para  {
    
font-size: 15px;
    
color: #7a7a7a;
    
font-weight: 300;
    
text-align: left;
    
line-height: 194%;
    
padding-bottom: 20px;
}

.mar-top{
margin-top: -60px;
}


/*** Feature ***/
.feature {
    float: left;
    width: 100%;
    background: url("../images/bg-ne.webp") center center no-repeat;
    background-size: cover;
    padding: 100px 0px 80px 0px;
}
.badge {
      background-color: transparent;
      border: 1px solid white;
      padding: 8px 20px;
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      color: #ffffff;
      font-weight: 500;
    }
  
    .text-section-2 {
      float: left;
      width: 100%;
    }
    .text-section-2 h1 {
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    width: 62%;
    margin-top: 20px;
    line-height: 121%;
}
.text-section-2 p{
    float: left;
    width: 51%;
    margin-bottom: 21px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
}
    .stats-section {
      float: left;
      width: 100%;
    }
    .list {
      margin-top: 20px;
      padding-left: 0px;
      float: left;
      width: 100%;
    }
    .list-item {
      margin-bottom: 21px;
      color: #fff;
      font-weight: 300;
      /* float: left; */
      list-style: none;
    }
    .stats {
      /* margin-top: 30px; */
      /* display: flex; */
      justify-content: space-around;
      float: left;
      width: 100%;
      margin-bottom: 12px;
    }
    .stat-box {
      margin-right: 22px;
      float: left;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      padding: 26px 20px;
      text-align: center;
      width: 301px;
      margin-bottom: 23px;
    }
    .list-item img{
    width: 25px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 0px;

    }
    .count-1{
        float: left;
        width: 80px;
        margin-right: 10px;
    }
    .stat-box h2 {
      margin: 0;
      color: white;
      font-size: 39px;
      font-weight: 600;
    }
    .stat-box p {
      margin: 5px 0 0;
      font-size: 14px;
      color: #f7f7f7;
      font-weight: 300;
    }
    @media (max-width: 768px) {
      .text-section, .stats-section {
        float: none;
        width: 100%;
        margin-left: 0;
      }
      .stats {
        flex-direction: column;
        gap: 20px;
      }
      .stat-box {
        width: 100%;
      }
    }

    .mission-ban{
        float: left;
        width: 100%;
        padding: 90px 0px;
        background-color: #e6f6fe;
    }
    .mission-box {
      position: relative;
      background-color: #fff;
      padding: 20px 30px;
      width: 100%;
      overflow: hidden;
      border-radius:15px;
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    }

      /* Top border effect */
    .mission-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 5px;
      width: 0;
      background-color: #0679e8;
      transition: width 0.5s ease;
    }

    /* Bottom border effect */
    .mission-box::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 0;
      background-color: #91c545;
      transition: width 0.5s ease;
    }

    /* Hover effect */
    .mission-box:hover::before,
    .mission-box:hover::after {
      width: 100%;
    }

    .mission-box img{
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 85px;
        margin-bottom: 24px;
    }
    .mission-box h1{
        float: left;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 50px;
        color: #000;
        margin-bottom: 20px;
    }
    .mission-box p{
        float: left;
        width: 100%;
        text-align: center;
        color: #7a7a7a;
        font-size: 15px;
        font-weight: 300;
        line-height: 200%;
    }

    .product-main{
        float: left;
        width: 100%;
        padding: 90px 0px;
    }



.product-all{
    float: left;
    width: 100%;
    position: relative;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

   
}
.product-all-img{
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      -o-transition: all ease-in-out .5s;
      -moz-transition: all ease-in-out .5s;
      background: #f2f2f2;
      float: left;
      max-width: 100%;
      height: 343px;
      /* object-fit: cover; */
      width: 100%;
      border-radius: 10px;
      padding: 96px 0px;
      display: flex;
      align-items: center;
      justify-content: center;
}
.product-loop2{
    /* display: flex !important; */!i;!;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    /* margin: auto; */
    /* float: none; */
    /* height: 200px; */
}
.product-all-text{
    float: left;
    width: 100%;
    padding: 15px 0px;
} 

.product-all-text h5{
   float: left;
   width: 100%;
   font-size: 24px;
   font-weight: 600;
   color: #000;
   line-height: 160%;
   /* padding: 0px 100px; */
   /* font-style: italic; */
}


.product-all-text h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    font-style: normal;
    color: #7a7a7a;
    float: left;
    /* margin-top: 15px; */
    width: 100%;
}
.product-all-text h6 span{
    margin-left: 10px;
    color: #0679E8;
}


.pd-ban1{
    float: left;
    width: 100%;
    padding: 90px 0px;
}


#big .item 
{
  padding: 10px 0px;
  margin:2px;
  color: #FFF;
  background-color: #f7f7f7;
  height: 337px;
  display: flex;
  margin-bottom: 37px;
  }
#thumbs .item {
        background: #f7f7f7;
        padding: 0;
        margin: 5px auto;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
        height: 100px;
        display: flex;
        width: 94%;
        float: none;
}}
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item {  }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { }
#big.owl-theme { position: relative; }
 #big .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: none; 
}
 #thumbs .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: none; 
}
.big-img {
  
    width: 76% !important;
    display: block;
    float: none !important;
    margin: auto;
}


#thumbs .owl-nav{
    width: 100%;
    position: relative;
    float: none;
    top: 10px;
    margin: auto;
    display: block;
}
#thumbs .owl-prev img{
    float: none;
    width: 30px;
    position: relative;
    left: -4px;
}
#thumbs .owl-next img{

width: 30px;

float: none;

position: relative;

right: -9px;
}
#thumbs button.owl-prev{
        float: none;
        width: auto;
}
#thumbs button.owl-next{
        float: none;
        width: auto;
}
.thumbs-img {
    display: block;
    width: 75% !important;
    float: none;
    margin: auto;
    }

.details{
    float: left;
    width: 100%;
    padding: 0px 30px;
}
.details h1{
    float: left;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.details h1 span{
    width: 100%;
    font-size: 20px;
    color: #7a7a7a;
    float: left;
    margin-top: 20px;
    font-weight: 400;
}
.details h6{
     width: 85%;
     font-size: 16px;
     color: #7a7a7a;
     float: left;
     margin-top: 10px;
     font-weight: 400;
     line-height: 177%;
}
.details h2{
    float: left;
    width: 100%;
    color: #0d7ddf;
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 10px;
}
.details h2 span{
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 200%;
    float: left;
    margin-top: 10px;
    font-weight: 500;
}

.detail-enq{
    transition: all ease-in-out .5s;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #1280db, #008ad5, #0091c9, #0096bb, #009aad, #01a0a7, #1ea59f, #37aa95, #3eb388, #54bb76, #70c15f, #91c545);
    background-position: 0% 0%;
    background-size: 104% 118%;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    width: 142px;
    transition: background-position 0.5s ease-in-out;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: left;
}
.detail-enq:hover{
  background-color: #009aad; /* Apply a solid color on hover */
  /* background-position: 0% 0%; */ /* Move the background position to the right */
  background-size: 0% 0%;}

.uses-box{
    float: none;
    width: 100%;
    /* padding: 71px 30px; */
    background-color: #f6f6f6;
    margin-top: 50px;
    border-radius: 10px;
    height: 234px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.uses-box h3{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #0d7ddf;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    background-color: #e6f6fe;
    padding: 20px 30px;
    border-radius: 10px 10px 0px 0px;
}
.uses-box p{
    float: left;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 177%;
    text-align: left;
    /* padding: 0px 15px; */
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  /* box-shadow: rgb(216 216 216 / 41%) 0px 8px 24px; */
  float: left;
  width: 100%;
  padding: 0px 20px;
  margin-bottom: 21px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #0d7ddf;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7a7a7a;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #0d7ddf;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #0d7ddf;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  font-size: 16px;
  line-height: 180%;
  color: #7a7a7a;
}


.faq-sec{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.faq-sec h1{
    float: left;
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
}
.accordion{
        float: left;
        width: 100%;
        /* border: 1px solid; */
}
.float-left{
    float: left;
    width: 100%;
}















.ct-full{/* background: #161616; */width: 100%;float: left;padding: 80px 0;}
.ct-box {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
    background: #f2f2f2;
    padding: 25px 30px;
    display: table;
    border-radius: 20px;
    height: auto;
    overflow: hidden; /* Ensures :after stays within the parent */
}

.ct-box:after {
    transform: scaleX(0);
    transition: transform 800ms ease-in-out;
    position: absolute;
    content: '';
    height: 5px; /* Thickness of the bottom line */
    width: 100%; /* Full width of the box */
    bottom: 0;
    left: 0;
    background-color: #90c642; /* Color of the line */
    border-bottom-left-radius: 20px; /* Match parent's border-radius */
    border-bottom-right-radius: 20px; /* Match parent's border-radius */
}

.ct-box h5{
    font-size: 20px;color: #000000;margin-top: 5px;width: 100%;text-align: left;float: left;font-weight: 600;/* font-family: "Plus Jakarta Sans", sans-serif !important; *//* letter-spacing: -1px; */}
.ct-box p a{margin: 0;font-size: 15px;color: #7a7a7a;line-height: 25px;text-align: left;margin-top: 10px;/* font-family: "Rubik", sans-serif; */}

.ct-box p {margin: 0;font-size: 15px;color: #7a7a7a;line-height: 25px;float: left;width: 100%;text-align: left;margin-top: 10px;font-family: "Rubik", sans-serif;}


.ct-box:hover:after{
      transform: scaleX(1);
  }
 

.ct-right{width: 100%;float: left;background: #ffffff;/* margin-top: 30px; *//* padding: 50px 3% 50px 5%; */}
.ct-right form{

}
.ct-right h2{font-size: 30px;color: #000000;margin-bottom: 15px;/* font-family: "Plus Jakarta Sans", sans-serif !important; */font-weight: 600;float: left;width: 100%;}

.ct-right p{
    float: left;
    width: 100%;
    line-height: 200%;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.ct-field{

width: 48%;

float: left;

margin-right: 2%;

margin-bottom: 15px;
}
.ct-field label{width: 100%;float: left;color: #000000;font-size: 15px;/* font-family: "Rubik", sans-serif; */font-weight: 500;}
.ct-field input{width: 100%;float: left;/* background: #111111; */padding: 12px;border: 1px solid #e0e0e0;margin-top: 10px;font-family: "Rubix", sans-serif;color: #19291b;font-size: 15px;border-radius: 9px;}

.ct-text textarea{margin-bottom: 40px;width: 100%;font-size: 15px;float: left;/* background: #111111; */padding: 12px;border: 1px solid #e0e0e0;margin-top: 10px;border-radius: 9px;height: 110px;color: #19291b;font-family: "Roboto Flex", sans-serif;}
.ct-text label{width: 100%;float: left;color: #000000;/* font-family: "Rubik", sans-serif; */font-size: 15px;}

.ct-field input:focus-visible{
  outline: none !important;
}.ct-text textarea:focus-visible{
  outline: none !important;
}.ct-field input:focus{
  outline: none !important;
}.ct-text textarea:focus{
  outline: :none !important;
}



.career{
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 70px 0px 100px 0px;
}
.career h1{
 float: left;
 width: 100%;
 font-size: 60px;
 font-weight: 600;
 color: #000;
 text-align: center;
 line-height: 78px;
 margin-bottom: 5px;
}
.career h6{
 float: left;
 width: 100%;
  font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height:28px;
    text-align: center;
 padding: 0px 200px;
 margin-bottom: 50px;
}



.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
   width: 100%;
   font-size: 16px;
   font-weight: 500;
   color: #000000;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #192a1b;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.info-tag {
       float: left;
   font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-top: 15px;
}




.img-cr img{
      float: left;
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      width: 43px;
      /* height: 40px; */
      object-fit: cover;
      filter: invert(1);
}
.img-cr{
   
     float: left;
     display: block;
     width: 70px;
  
     margin-bottom: 10px;
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
    
}



.contact-send {
 border: 1px solid transparent;
 background-image: linear-gradient(to right, #1280db, #008ad5, #0091c9, #0096bb, #009aad, #01a0a7, #1ea59f, #37aa95, #3eb388, #54bb76, #70c15f, #91c545);
 background-position: 0% 0%;
 border-radius: 50px;
 font-size: 16px;
 font-weight: 500;
 color: white;
 transition: background-position 0.5s ease-in-out; 
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #1280db, #008ad5, #0091c9, #0096bb, #009aad, #01a0a7, #1ea59f, #37aa95, #3eb388, #54bb76, #70c15f, #91c545);
    background-position: 0% 0%;
    background-size: 104% 118%;
 height: 46px;
 display: flex;
 /* margin-top: 30px; */
 justify-content: center;
 align-items: center;
 text-decoration: none;
 float: none;

 padding: 0px  60px;
 width: 142px;
}

.contact-send:hover {
       background-color: #009aad; /* Apply a solid color on hover */
  /* background-position: 0% 0%; */ /* Move the background position to the right */
  background-size: 0% 0%;
}



.google-map {
    width: 100%;
  float: left;
    height: 300px;
}

.career-send {
border: 1px solid transparent;
 background-image: linear-gradient(to right, #1280db, #008ad5, #0091c9, #0096bb, #009aad, #01a0a7, #1ea59f, #37aa95, #3eb388, #54bb76, #70c15f, #91c545);
 background-position: 0% 0%;
 border-radius: 50px;
 font-size: 16px;
 font-weight: 500;
 color: white;
 transition: background-position 0.5s ease-in-out; 
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #1280db, #008ad5, #0091c9, #0096bb, #009aad, #01a0a7, #1ea59f, #37aa95, #3eb388, #54bb76, #70c15f, #91c545);
    background-position: 0% 0%;
    background-size: 104% 118%;
 height: 46px;
 display: flex;
 /* margin-top: 30px; */
 justify-content: center;
 align-items: center;
 text-decoration: none;
 float: none;
 margin-left: auto;
 margin-right: auto;
 width: 145px;
  padding: 0px  60px;
}

.career-send:hover {
       background-color: #009aad; /* Apply a solid color on hover */
  /* background-position: 0% 0%; */ /* Move the background position to the right */
  background-size: 0% 0%;
}











@media (min-width: 992px) {
    .modal-lg {
        max-width: 519px !important;
    }
}


#enroll .modal.modal-dialog {
    margin-top:10px !important;
}

#enroll .modal-content {
    width: 100%;
    float: left;
    /* background: #fafafa; */
    background-size: cover;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: transparent url("../images/close3.png") no-repeat center center;
    background-size: 25px 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.mod-new {
    width: 100%;
    float: left;
    /* padding: 30px; */
}
.log-sec h2{
      font-weight: 700;
      /* font-family: 'Typold' !important; */
      float: left;
      font-size: 30px;
      color: #ffffff;
      margin-bottom: 10px;
      width: 100%;
  }
.log-sec {
    width: 100%;
    float: left;
    background: #272727;
    padding: 52px 30px;
    /* border-radius: 30px; */
}.log-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}.log-field label {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    font-weight: 400;
    /* font-family: 'Typold' !important; */
    margin-bottom: 12px;
}.log-field input {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
          
}
.log-sec button:hover{
  background-position: 201%;
  color: #fff;
  text-decoration: none;
  background-color: #90c546;
}
.log-sec button {width: 152px;height: 46px;float: left;margin-top: 20px;background: #ffffff;border: 0;font-size: 15px;color: #19291b;/* font-family: "Rubik", sans-serif; */border-radius: 30px;padding: 11px 31px;cursor: pointer;font-weight: 500;}
.log-sec button img{
      /* filter: brightness(0.5); */
      /* transform: rotate(-75deg); */
      width: 24px;
      margin-left: 10px;
      margin-top: -4px;
      float: right;
}
.log-sec button:hover img{
filter: brightness(100);

}


.modal-open .modal {
z-index: 9999999;
}
.modal-body {
    padding: 0px !important;
    width: 100%;
}#enroll .mod-right {
    width: 100%;
    float: left;
    padding: 153px 30px 119px 0px;
}.mod-right img{
  width: 201px;
  float: none;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mod-right h5 {
    text-align: center;
    float: left;
    font-size: 27px;
    color: #1a291b;
    font-weight: bold;
    width: 100%;
    padding-top: 20px;
}.mod-right h6 {
    font-size: 17px;
    color: #000000;
    margin-top: 20px;
    line-height: 28px;
    float: left;
    width: 100%;
    font-weight: 400;
    text-align: center;
}
.point:hover img {
    margin-left: 10px;
  -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
} 


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }
}


        .circle2 {
          float:right;
          width: 185px;
          height: 185px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .circle2::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: conic-gradient(#91c545, #0679E8, #7AB648);
            border-radius: 50%;
            animation: rotateGradient 3s linear infinite;
            z-index: 1;
        }

        @keyframes rotateGradient {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        .circle2 span {
            font-size: 16px;
            color: #202020;
            background: #fff;
            border-radius: 50%;
            padding: 78px 46px;
            z-index: 2;
            position: relative;
            font-weight: 500;
            transition: all ease-in-out .5s;
            -webkit-transition: all ease-in-out .5s;
            -o-transition: all ease-in-out .5s;
            -moz-transition: all ease-in-out .5s;
        }

.circle2 span:hover {
    padding: 64px 32px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.social-icons img {
    float: left;
    width: 21px;
    margin-right: 5px;
}
.social-icons{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.footer-column ul li a:hover{
    color: #fff;
    text-decoration: none!important;
}
.footer-column p a:hover{
    color: #fff;
    text-decoration: none!important;
}
.footer-bottom a:hover{
    color: #fff;
    text-decoration: none!important;
}
.describe {
    float: left;
    width: 100%;
    padding: 20px 30px 0px 30px;
}
.pd-list{
    float: left;
    width: 100%;
    padding-left: 0px;
        list-style: none;
}
.pd-list li{
    float: left;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 177%;
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
}
.pd-list li span{
    color: #000;
}
.pd-list li img{
    float: left;
    margin-right: 10px;
    width: 15px;
        position: relative;
    top: 7px;
}

.call-action a h6:hover {
    background: #91c545;
    color: #fff;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.sorting{
    float: left;
    width: 100%;
    padding: 20px 0px;
    background-color: #fdfffa;
}
.sort-option span{
     color: #0c72cc;
     float: right;
    /* text-transform: uppercase; */
    font-size: 16px;
   
    font-weight: 500;
    margin-right: 25px;
    padding-top: 12px;
}
.media-span{
     color: #0c72cc;
     float: right;
    /* text-transform: uppercase; */
    font-size: 16px;
   
    font-weight: 500;
    margin-right: 25px;
    padding-top: 12px;
}
.dropdown {
  position: relative;
  box-sizing: content-box;
  width: 167px;
  height: 1em;
  padding: 18px 21px;
  background-color: #f2f2f2;
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); */
  /* height: 50px; */
  float: right;
}
.dropdown:hover svg {
  transform: scale(1.1);
}
.dropdown button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.dropdown button:focus ~ svg {
  transform: rotate(-180deg);
}
.dropdown .options {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.dropdown input {
  display: none;
}
.dropdown input:checked + label {
  display: block;
  z-index: 2;
  font-weight: 400;
  transform: none !important;
  font-size: 14px;
}
.dropdown label {
  color: black;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 19px 21px;
  line-height: 1;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s ease;
  font-size: 14px;
  font-weight: 400;
}
.dropdown label:hover {
  background-color: #90c542;
  color: white;
}
.dropdown button:focus + .options input:not(:checked) + label, .dropdown .options label:active, .dropdown .options label:active ~ label {
  transform: translateY(calc(var(--index) * 100%));
}
.dropdown button:focus + .options input:checked + label ~ label, .dropdown .options input:checked ~ label:active, .dropdown .options input:checked ~ label:active ~ label {
  transform: translateY(calc((var(--index) - 1) * 100%));
}
.dropdown svg {
  position: absolute;
  width: 21px;
  top: 25%;
  right: 14px;
  z-index: 2;
  fill: currentColor;
  transition: transform 0.1s;
}


@media only screen and (max-width:991px) {
.dropdown label{padding:21px 21px;/* text-align: right; */padding-right: 45px;}
.dropdown svg{top:34%; }
.dropdown
}

@media only screen and (max-width:450px) {

.dropdown{width: 87%;float: left;margin-top: 14px;}
}.sort-option span {
    
}
.extra-mar{
    margin-left: 25px;
}
.sort-main{
    float: left;
    width: 100%;
}

@media (min-width:450px) and (max-width: 1024px) {
  .sort-main {
    margin: 0 auto;
    display: block;
    flex-direction: column; /* Stack the dropdowns vertically */
    align-items: center;
    width: 379px; /* Adjust for responsive design */
    /* justify-content: center; */
    float: none;
  }
  .dropdown {
    margin-bottom: 10px;
    width: 180px; /* Adjust the dropdown width for smaller screens */
  }

  .dropdown label {
    font-size: 14px; /* Ensure text fits neatly */
  }
  .sort-option span {
    /* margin-right: 0px !important; */
    width: 132px;
}
.extra-mar {
    margin-left: 0px;
}
}
@media(max-width:450px)
{
    .desk-span{
        display: none;
    }
        .sort-main span{
       float: left;

        width: 100% !important;
    }
    .extra-mar{
        margin-left: 0px;
    }
}
@media(min-width:450px)
{
    .media-span{
        display: none;
    }
}








.parent-menu {

}

/* Toggle Button */
.toggle-button {
  float: right;
  border: none;
  background: none;
  font-size: 17px;
  cursor: pointer;
  color: #7a7a7a;
  /* padding: 10px; */
  margin-top: -5px;
}

.toggle-button:focus {
  outline: none;
}

/* Submenu Styles */
.submenu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f7f7f7;
  /* border: 1px solid #ddd; */
  position: relative; /* Relative to the parent <li> */
}

.submenu li {
  padding: 8px 15px;
  width: 100%;
}

.submenu li a {
  text-decoration: none;
  color: #7a7a7a;
  font-size: 15px;
  display: block;
  font-weight: 500;
}

.submenu li a:hover {
  color: #000000;
  /* background-color: #0d7ddf; */
}

/* Active Submenu (when visible) */
.parent-menu.active + .submenu,
.toggle-button.active + .submenu {
  display: block;
}

.megamenu-list > li > a:hover .toggle-button{
    color: #fff;
}
.sticky .main_header_area {
    padding-top: 30px !important;
}
.sticky {
  position: fixed !important;
    top: 0;
    height: 108px !important;
    width: 100%;
    background: #fff !important;
    z-index: 999 !important;
    height: 100px;
    transition: all 0.3s ease;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
@media(max-width:1024px){
    .megamenu-list li {
    width: 100% !important;
    }
}
.megamenu-list.list-col-12 li{
      width: 100% !important;
}