html{
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
font-family: 'Matter'!important;
    
}

@media(min-width: 1366px){
.cmpad{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}

}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}

p{
    margin-bottom: 0;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

a{
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
   font-size: 16px;
  font-weight: 400;
}
a:hover{
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.posrel{
  position: relative;
}
.btn{
       padding: 0 24px;
    display: flex;
    font-weight: 400;
    text-align: center;
    border-radius: 40px;
    align-items: center;
    border: none;
    text-align: center;
    justify-content: center;
}


.mybtn-primary {
    position: relative;
    color: #ffffff;
    background: linear-gradient(270deg, #1F5746, #35846C);
    overflow: hidden;
    min-width: 144px;
    z-index: 1;
    font-size: 16px;
    min-height: 48px;
}

.mybtn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-25deg);
}

/* Gradient animation on hover */
.mybtn-primary:hover {
  background: linear-gradient(270deg, #35846C, #1F5746);
  box-shadow: 0 8px 20px rgba(31, 87, 70, 0.4);
  color: #fff;
}
.mybtn-primary:hover::before {
  animation: shine 0.8s forwards;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}



.mybtn-secondary {
   position: relative;
    color: #2060AD;
    background: transparent;
    border: 1px solid #2060AD;
    overflow: hidden;
    min-width: 161px;
    z-index: 1;
}
.mybtn-secondary:hover{
    background: #2060AD;
    color: #FFF;
}


.mybtn-fill {
   position: relative;
    color: #ffffff;
    background: transparent;
    background: #2060AD;
    border: 1px solid transparent;
    overflow: hidden;
    min-width: 161px;
    z-index: 1;
}
.mybtn-fill:hover{
  border: 1px solid #2060AD;
    background: transparent;
    color: #2060AD;
}

.mybtn-fill span{
  background:#ffffff;
      display: flex
;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.mybtn-fill:hover span{
background: #174985;
}
.mybtn-fill:hover span img{
  filter: brightness(0) invert(1);
}


.bnrhed{
  font-size: 84px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 89px;
}
.ornge{
  color: #FBA103;
}
.mainhed{
  font-size: 70px;
  font-weight: 500;
  color: #1F5746;
      line-height: 71px;
}






/* loader */
.ip-loader {
	    bottom: 0 !important;
    text-align: center !important;
    position: relative !important;
    margin-left: 0%;
    width: 100%;
    height: 100vh;
    display: flex
;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.loader {
  width: 100px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#1F5746 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#1F5746);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

.c-leaf {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #ffffff;
  transform: scale(1);
  border-radius: 15px;
}

.c-leaf__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  height: 107px;
  fill: white;
}

.c-leaf__fill {
  width: 100px;
  height: 100px;
  background: #2060AD;
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, -100px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, -100px);
  }
}







/* haeder */

.header{
  height: 0;
  position: relative;
    z-index: 11;

}
.header-inn{
  padding-top: 48px;
  padding-bottom: 48px;
}
.logo{
  width: 100%;
  float: left;

}
.logo img{
  width: 100%;
  max-width: 152px;
  float: left;
}
.hdr-menu{
    height: 100%;
}
.menus{
  display: flex;
      gap: 12px;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}


/* Fixed header class */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 11px #00000030;
  animation: slideDown 0.3s ease forwards;
  background: #1F5746;
  height: auto;
}
.fixed-header .header-inn{
  padding-top: 15px;
  padding-bottom: 15px;
}


/* Optional animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: right;
  height: 100%;
  display: flex
;
    align-items: center;
}

.content {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
}

nav {
  position: relative;
}

/* Hide native checkbox */
nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Hamburger Icon */


.hamburger-label {
  position: relative;   /* Use absolute for positioning inside the container */
  top: 7px;        /* Aligns to the right side */
  z-index: 1100;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.mobile-container {
  position: relative;
}


.hamburger-label::before,
.hamburger-label::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #4dad90;
  left: 0;
  transition: 0.3s ease;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 10px;
}

/* Becomes X when open */
#hamburger1:checked + .hamburger-label::before {
  transform: rotate(45deg);
  top: 8px;
}

#hamburger1:checked + .hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
}

/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

/* Navigation links */
.nav-links {
 margin: 0px 0 0 0;
  padding: 125px 0;
  background: url(../img/slider/bnr-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-links li {
  list-style: none;
  /*border-bottom: 1px solid #ddd;*/
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-links li a,
.submenu-label {
  text-decoration: none;
  display: block;
  padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
  text-align: center;
  color: white;
  opacity: 80%;

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #ffffff;
}

/* Animate in when menu opens */
#hamburger1:checked ~ .overlay .nav-links li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hamburger1:checked ~ .overlay .nav-links li:nth-child(1) { transition-delay: 0s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(2) { transition-delay: 0.1s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(3) { transition-delay: 0.2s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(4) { transition-delay: 0.3s; }

/* Submenu */
.has-submenu {
  position: relative;
}

.has-submenu input[type="checkbox"] {
  display: none;
}

.submenu {
  display: none;
  background: #216c55;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #327f67;
}

.has-submenu input[type="checkbox"]:checked ~ .submenu {
  display: block;
  padding-left: 0;
}

@media(min-width:992px){
  .mobile-wrapper{
    display: none;
  }
}
/*mob*/

.header_menu_area ul li a img{
  margin-left: 0px;
    width: 12px;
        margin-top: 3px;
}

.header_menu_area {
    position: relative;
    text-align: center;
}
.header_menu_area > ul {
    padding-right: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float: left;
    vertical-align: middle;
    display: flex
;
    align-items: center;
}

.header_menu_area > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000000;
    float: left;
    text-decoration: none;
    list-style-type: none;
    position: relative;
    margin: 0px 28px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -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;
    text-decoration: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.header_menu_area > ul > li > a {
    position: relative;
    display: flex;
    gap: 4px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
    transition: all ease-in-out 0.5s;
    -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;
}
.header_menu_area > ul > li > a:hover{
    color: #77f9d2;
}
.stable{
  color: #ffffff !important;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* transform: translate(0, 20px); */
    /* transition: all .2s ease-out; */
    /* -webkit-transform: perspective(600px) rotateX(-90deg); */
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    /* transform: perspective(600px) rotateX(-90deg); */
    /* -webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    /* transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
}
/* .submenu2{
  width: 460px!important;
}
.submenu2 li{
  width: 50%!important;
} */

.menu ul li a:hover, .menu ul li:hover>a {
        background: #fba103;
    color: #ffffff;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -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;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}
.menu ul li a {
        width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    display: block;
    color: #ffffff;
    background: #124a3a;
    text-align: -webkit-match-parent;
    text-decoration: none;
    /* border-radius: 30px; */
    /* margin-bottom: 10px; */
    text-align: left;
    border-bottom: 1px solid #fba1033b;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -80px;
}


/*overlay*/

.side-menu-4 {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
    width: auto;
    float: right;
}

.burger-menu img {
  width: 32px;
 
  cursor: pointer;
}

.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 102;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}

.overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-area,
.right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}
.right-areamain{
  width: 100%;
  float: left;
}
.right-areamain h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.right-areamain p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.left-area h6{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
}

.left-area {
  background: #194b88;
  color: white;
  text-align: left;
}

.right-area {
  background: #2060AD;
  color: #A8A8A8;
      box-shadow: -1px 0px 13px #10346057;
  text-align: left;
}

.left-area nav ul {
  list-style: none;
  padding: 0;
}

.left-area nav li {
  margin-bottom: 20px;
}

.left-area nav a {
  color: white;
  font-size: 40px;
  text-decoration: none;
}
.close img{
  width: 100%;
  max-width: 30px;
}
.overlay-menu .close {
  position: absolute;
    right: 60px;
    top: 55px;
    font-size: 30px;
    background: white;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 10;
    transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay-menu .close:hover {
  opacity: 1;
}
.right-area-main{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.right-area-main h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 35px;
  font-weight: 500;
}
.right-area-main p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.right-area-main a{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.left-area form {
    width: 100%;
    float: left;
    margin-top: 40px;
    transition-delay: 300ms;
}
.ham-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ham-field label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.ham-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    height: 51px;
    outline:none!important;
}
.ham-field textarea {
    width: 100%;
    float: left;
    padding: 12px;
      border: none!important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline:none!important;
}


/* banner */
.bnr-carousel .owl-nav {
    display: none;
}
.bnrtxt-carousel .owl-nav {
    display: none;
}

.bnr-carousel .owl-dots{
  position: relative;
    bottom: 47px;
    max-width: 1145px;
    display: flex;
    margin: auto;
    justify-content: flex-end;
    padding-right: 15px;
    display: none;
}
.banner {
background: url(../img/slider/bnr-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
    position: relative;
    padding-bottom: 90px;
    padding-top: 160px;
}
.bnrtxt-slider{
  width: 100%;
  height: 100%;
  display: flex;
      align-items: center;
}

.bnrimg-sec{
  position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}
.bnrimg-p{
      position: absolute;
    bottom: 2%;
    left: 72%;
}
.bnrimg-p p{
  color: #fff;
  font-size:14px;
}
.bnrimg-p .mrgn{
margin-right: 5px;
}
.banner .sldimg{
  width: 100%;
  float: left;
  position: relative;
  max-width: 582px;
  height: auto!important;
  object-fit: cover;
}
.bnrtext {
      display: flex;
      gap: 22px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 27px;
}
.bnrtext p{
  color: #FFFFFF;
  opacity: 70%;
  max-width: 70%;
}
.bnrsub{
    
    text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  opacity: 50%;
}


.spad{
  padding-top: 80px;
  padding-bottom: 80px;
}
.spad2{
   padding-top: 70px;
  padding-bottom: 70px;
}

.slide-con {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 56%;
    transform: translateY(-56%);
    /* bottom: 25%; */
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: -1px 0px 8px #00000026;
    /* overflow: hidden; */
}

.slide-con li {
    border-bottom: 1px solid #C2C2C2;
    background-color: #fff;
    /* backdrop-filter: blur(4px); */
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.slide-con li:hover {
    background-color: #2060AD;
}
.slide-con li:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
    filter: brightness(0) invert(1);
}
@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }

.slide-con li:nth-child(3) {
    border-bottom: none;
}

.slide-con li a {
        width: 58px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .slide-con li img {
    width: 20px;
    margin: auto;
} */
.slide-con li:first-child {
    border-radius: 16px 0 0 0;
}
.slide-con li:last-child {
    border-radius: 0 0 0 16px;
}



/* about */
.abt{
  overflow: hidden;
    border-radius: 15px;
    position: relative;
    width: 100%;
}
.abt img{
  object-fit: cover;
}

.abtcont{
  padding-left: 35px;
  gap: 25px;
}
.abtcont p{
  opacity: 70%;
}
.shining{
      position: relative;
    overflow: hidden;
}
.shining:hover::before {
    -webkit-animation: shineng .75s;
    animation: shineng .75s;
}
.shining:before {
    position: absolute;
    top: 0;
    left: -92%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shineng {
  100% {
    left: 125%;
  }
}
@keyframes shineng {
  100% {
    left: 125%;
  }
}

.mainsub{
     text-transform: uppercase;
color: #595959;
opacity: 70%;
font-size: 14px;
}


/* services */

.service-sec{
   display: flex
;
    flex-direction: column;
    align-items: center;
    margin-bottom: 38px;
}
.servicecard{
  position: relative;
}
.servicecard::after{
  content: '';
  position: absolute;
  background: url(../img/images/grenbac.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicecard:hover::after{
  height: 100%;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.servicecard img{
  width: 100%;
}
.servicecard .card-cont h3{
font-size: 24px;
font-weight: 600;
color: #FDFDFD;
margin-bottom: 0px;
text-align: center;
}
.servicecard .card-cont{
      padding: 55px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
       justify-content: flex-end;
    height: 100%;
    width: 100%;
    z-index: 1;
        background: linear-gradient(0deg, #00000099, transparent);
}
.servicecard .card-cont p{
  color: #fff;
  margin-bottom: 17px;
  text-align: center;
  display: none;
  opacity: 0;
 
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicecard:hover .card-cont p{
  display: block;
  opacity: 1;
  margin-top: 28px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicecard .card-cont .btn{
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicecard:hover .card-cont .btn{
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.servicecard:hover .card-cont{
  justify-content: center;
  background: linear-gradient(0deg, transparent, transparent);
}

.padd{
  padding-right: 0;
  padding-left: 0;
}


/* whychooseus */
.whycard{
  padding: 38px 50px;
  border-radius: 30px;
  border: 1px solid #0000001a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
      justify-content: center;
  height: 100%;
}
.whycard img{
    width: 38px;
    margin-bottom: 17px;
}
.whycard .desc{
  font-size: 24px;
  font-weight: 600;
  color: #1F5746;
  margin-bottom: 8px;
}
.whycard .cont{
  opacity: 70%;
  margin-bottom: 11px;
}
.whycard2{
  background: url(../img/images/grenbac.svg);
  background-repeat: no-repeat;
  background-size: cover;
    background-position-x: 70%;
}
.whycard2 .desc{
  color: #fff;
}
.whycard2 .cont{
  color: #fff;
}

.whyimg img{
  border-radius: 30px;
}


/* features */
.features-sec{
  display: flex;
  flex-direction: column;
      align-items: flex-start;
}
.features{
  background: url(../img/slider/bnr-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.txtw{
  color: #fff;
}
.features-para{
  display: flex;
      align-items: flex-end;
    height: 100%;
}
.features-para p{
  color: #fff;
  opacity: 70%;
}
.featurecard{
  padding: 5px;
}
.featurecard img{
    width: 56px;
    margin-bottom: 20px;
}

.featurecard:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
    
}

.featurecard .desc{
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
.featurecard .cont{
  opacity: 70%;
  color: #fff;
  margin-bottom: 0;
}
.featurespoint{
  padding-left: 30px;
}



/* Testimonial */
.testimonialcard img{
width: 70px!important;
margin-bottom: 18px;
}
.testimonialcard .desc{
margin-bottom: 18px;
}
.testimonialcard h3{
  font-weight: 600;
  color: #000;
  margin-bottom: 7px;
  font-size: 24px;
}
.testimonialcard .desg{
  opacity: 70%;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 57px;
    width: 100%;
    transform: translateY(-100%);
    display: flex
;
    justify-content: flex-end;
    gap: 17px;
}




/* products */
.products{
  background: #E3F2FF;
}
.products .subhed {
    background: #fff;
}
.producthed{
  padding-bottom: 15px;
}
.producthed p{
  color: #404040;
}
.product-bx{
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
}
.product-bx img{
  border-radius: 15px;
  object-fit: cover;
}
.product-bx .cont{
  padding: 17px 21px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex
;
    align-items: center;
}
.product-bx .cont h3{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: calc(100% - 46px);
}
.product-bx span{
 width: 46px;
    height: 46px;
    border-radius: 30px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.product-bx span img{
  border-radius: unset;
}
.product-bx:hover span{
  background: #2060AD;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.product-bx span img{
  width: 17px!important;
  height: 17px!important;
}
.product-bx:hover span img{
  filter: brightness(0) invert(1);
      animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
    transform: rotate(45deg);
}

/* counter */

.abtcount{
  border-radius: 40px;
  border: 1px solid #0000001a;
}
.countbx{
 background: transparent;
    border-radius: 40px;
        padding: 45px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.countbx:hover{
  background: #FDFDFD;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.count-cont{
  padding-top: 0!important;
  border-top: unset!important;
}
.count-cont h3{
font-weight: 400;
    font-size: 45px;
    display: flex;
    /* letter-spacing: 4px; */
    align-items: center;
    color: #1F5746;
    justify-content: center;
}
.count-cont h3 .odometer{
  margin-top: 4px;
}


.count-cont h4{
font-weight: 400;
font-size: 16px;
color: #595959;
opacity: 80%;
margin-top: 20px;
text-align: center;
}


/* clients */
.clients{
  border-radius: 15px;
  border: 1px solid #E8E8E8;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
  
}
.clients img{
  border-radius: 15px;
}
.clients:hover{
  border: 1px solid #AFAFAF;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
  
}
.client-carousel .owl-nav {
    display: none;
}
.clientslide .owl-carousel .owl-stage {
     transition-timing-function: linear !important;
}

.client-carousel2 .owl-nav {
    display: none;
}


/* logistics */
.logistics-con{
  gap:14px;
  height: 100%;
  padding-right: 20px;
      justify-content: center;
}

/* marquee */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: url(../img/images/count-bac.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 27px 0;
}

.marquee-track {
  display: flex;
  animation: marquee-scroll 15s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  text-align: center;
  margin-right: 27px;
  display: flex
;
    flex-direction: row;
    align-items: center;
}

.marquee-item img {
  width: 15px;
  height: 24px;
  display: block;
  margin-right: 27px;
}

.marquee-item p {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.marquee-item p span{
  font-weight: 400;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* certifications */
.certifications{
  background: #FBFBFB;
  border-top: 1px solid #0000001a;
}
.certifications .subhed {
    background: #fff;
}
.certifications p{
    max-width: 80%;
    color: #595959;
    margin-top: 26px;
}
.certficatelist{
  display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 15px;
}

.certficatelist img{
  height: 120px;
}


/* truck */
.truck-full{
  border-bottom: 7px solid #2060AD;
}
.stoppuls {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  border: 6px solid #2060AD;
  position: relative;
  animation: pulseShadow 2s infinite;
      position: absolute;
    bottom: -15px;
}

@keyframes pulseShadow {
  0% {
    box-shadow:
      0 0 0 7px rgba(47, 105, 174, 0.6),
      0 0 0 14px rgba(47, 105, 174, 0.5);
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(47, 105, 174, 0.2),
      0 0 0 20px rgba(47, 105, 174, 0.1);
  }
  100% {
    box-shadow:
      0 0 0 7px rgba(47, 105, 174, 0.6),
      0 0 0 14px rgba(47, 105, 174, 0.5);
  }
}

.truck{
  padding-left: 40px;
  margin-top: 1px;
}
.truck img {
  transition: transform 1.5s ease;
  will-change: transform;
width: 790px;
  max-width: 100%;
}

.scroll-down .truck img {
  transform: translateX(0px); /* Move left when scrolling down */
}

.scroll-up .truck img {
  transform: translateX(250px);  /* Move right when scrolling up */
}


/* calltoaction */

.callto-bx{
  background: url(../img/images/callto.webp);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 80px 30px;
     display: flex
;
    align-items: flex-end;
    justify-content: space-between;
}
.callto-bx h2{
  color: #fff;
}
.callto-bx p{
  color: #DEDCDC;
  max-width: 60%;
}



/* footer */
.footer{
  background: url(../img/slider/bnr-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.foter-logo{
  padding-top: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid #ffffff21;
      justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.ft-logo{
  max-width: 100%;
}
.ftr-para p{
  width: 458px;
  color: #fff;
  opacity: 70%;
}


.quicklink h2{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 13px;
}
.quicklink li{
  margin-bottom: 8px;
  color:#ffffff;
  opacity: 70%;
  font-size: 16px;
  font-weight: 400;
}

.quicklink li a{
    color:#ffffff;
  opacity: 70%;
  font-size: 16px;
  font-weight: 400;
}
.quicklink p{
  margin-bottom: 8px;
  color:#ffffff;
  opacity: 70%;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}
.ft-contct{
  padding-left: 41px;
}
.quicklink2{
  padding-top: 40px;
}
.quicklink li a:hover{
 opacity: 1;

}
.copy{
margin-top: 50px;
padding: 30px 0px;
border-top: 1px solid #ffffff21;
display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy p{
  color: #fff;
  opacity: 70%;
}

.ft-social{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.ft-social a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft-social a:hover span img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}

.copy p a{
color: #fff;
  opacity: 70%;
}
.copy p a:hover{
  opacity: 90%;
}




/* modal */
@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
#enroll .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 0px;
        background: url(../img/slider/bnr-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
 border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #35816a url(../img/icons/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 30px;
   border-radius: 20px;
}

.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.con-field{
    margin-bottom: 12px;
}
.con-field label {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.con-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
        background: #c4e2d9;
    height: 51px;
    outline:none!important;
}
.con-field select {
    width: 100%;
    float: left;
    padding: 12px;
    border: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
        background: #c4e2d9;
    height: 51px;
    outline:none!important;
}
.con-field textarea {
    width: 100%;
    float: left;
        background: #c4e2d9;
    padding: 12px;
      border: none!important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline:none!important;
}
.log-sec p {
    font-size: 14px;
    color: #817f7f;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    float: left;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 30px 30px;
    height: 100%;
        display: flex
;
    flex-direction: column;
    justify-content: center;

}
.mod-right img{
width: 100%;
    max-width: 200px;
    
    display: block;
    text-align: center;
}
.mod-right a {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 22px;
    color: #ffffff;
    opacity: 70%;
    text-decoration: none;
}
.mod-right h6 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}
.time-mod {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: 400;
    margin-top: 30px;
}



@media(max-width: 1336px){
  .bnrimg-p{
    left: 67%;
  }
  .bnrimg-p p{
    font-size: 14px;
  }
  .bnrimg-p .mrgn{
    margin-right: 0px;
  }
}








@media(max-width: 1366px){
    
.mainhed{
      font-size:45px;
      line-height: normal;
    }
    .abtcont{
      gap: 13px;
      padding-left: 0;
      margin-bottom: 30px;
    }
  }



@media (min-width:992px) and (max-width:1199px){
.bnrhed{
  font-size: 80px;
}
.header_menu_area > ul > li{
  margin: 0 11px;
}
}

@media(max-width: 1199px){
.service-card .card-hed h3{
  font-size: 22px;
}
.bnrtext p{
  max-width: 90%;
}
}



@media(max-width: 991px){

.menus{
  display: none;
}
.side-menu-4{
  display: none;
}
.hdr-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bnrtext p{
  max-width: 100%;
}
.bnrtext{
  width: 75%;
  gap: 15px;
}
.bnrhed{
  font-size: 50px;
  line-height: normal;
  margin-bottom: 0px;
}
.banner .sldimg{
  height: 545px;
}
.shining:before{
  left: -106%;
}
.mainhed {
        font-size: 35px;
    }

.count-cont h3{
  font-size: 35px;
}
.countbx{
  padding: 30px 15px;
}
.certifications p{
  max-width: 100%;
}
.certificte{
  padding: 0;
}
.certficatelist{
  
  flex-wrap: wrap;
}

.spad{
  padding-top: 60px;
  padding-bottom: 60px;
}
.spad2{
   padding-top: 60px;
  padding-bottom: 60px;
}
.quicklink{
  margin-bottom: 25px;
}
.bnrimg-slider{
  margin-top: 30px;
}
.bnrimg-sec{
  align-items: flex-start;
}
    .bnrimg-slider{
      max-width: 582px;
    }
    .servicecard:hover .card-cont p{
      margin-top: 18px;
    }
    .servicecard .card-cont h3{
      font-size: 20px;
    }
    .whycard{
      padding: 20px;
    }
    .featurespoint{
      padding-left: 0;
      padding-top: 30px;
    }
    .testimonial-slide{
      margin-top: 20px;
    }
    .certficatelist img{
      height: 70px;
    }
    .ftr-para p{
      width: 300px;
    }
}






@media(max-width: 767px){
  .banner{
    padding-top: 130px;
    padding-bottom: 60px;
  }
.bnrhed{
  font-size: 40px;
}
.abtcont{
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px;
}
.header-inn{
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo img{
  max-width: 130px;
}
    .service-card .card-hed h3 {
        font-size: 20px;
    }
.service-sec{
  width: 100%;
  align-items: flex-start;
}
   
    .product-bx{
      height: 250px;
    }
    .product-bx img{
      height: 100%;
              width: 100%;
    }
    .product-bx .cont h3{
      font-size: 20px;
    }
    .product-bx .cont {
    padding: 15px 15px;
  }
  
  .copy{
    flex-direction: column;
            gap: 10px;
                margin-top: 30px;
                padding: 10px;
  }
  .copy p{
    text-align: center;
  }

  .callto-bx{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 50px 25px;
  }
  .callto-bx p{
    max-width: 100%;
  }

.servicecard{
  min-height: 348px;
}
.servicecard img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.servicecard .card-cont{
  padding: 40px 30px;
}
.servicecard:hover .card-cont p{
display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.whyimg {
  margin-top: 15px;
}
.certficatelist{
  justify-content: flex-start;
}
.certifications p{
  text-align: left!important;
}
.foter-logo{
  flex-direction: column;
          align-items: flex-start;
}
.ft-logo {
  max-width: 200px;
}
.ftr-para p{
  width: 100%;
}
.mob-ftcont{
  display: flex;
  width: 100%;
  margin-top: 15px;
}
}


@media(max-width: 575px){
  
.bnrtext{
  width: 100%;
  padding-right: 0;
}
.bnrtext p{
  max-width: 100%;
}

.bnrhed{
  font-size: 35px;
}
.abtmain{
  max-width: 100%;
}
.mainhed {
        font-size: 30px;
    }
        .countbx {
        padding: 15px 15px;
    }
   .count-cont h4 {
    margin-top: 10px;
   }

.product-bx {
        height: 210px;
    }


.marquee-item p{
  font-size: 20px;
}
.marquee-track{
  animation: marquee-scroll 15s linear infinite;
  float: left;
}
.marquee-item img {
    height: 26px;
    width: 26px;
    margin-right: 20px;
  }
  .marquee-item {
margin-right: 20px;  
}

.spad{
  padding-top: 50px;
  padding-bottom: 50px;
}
.spad2{
   padding-top: 50px;
  padding-bottom: 50px;
}
.quicklink{
  margin-bottom: 16px;
}
.quicklink2{
  padding-top: 0px;
}
.circle-logo2 {
    width: 55px;
    height: 55px;
}
.ft-logo {
    max-width: 100%;
    width: 170px;
}
.foter-logo {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.slide-con li a {
           width: 42px;
        height: 38px;
      }

    .slide-con li a img{
  width: 22px;
}
.copy p br{
  display: block;
}
.copy p span{
  display: none;
}

.padd{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.whycard2{
  margin-top: 15px;
  height: auto;
}
.certficatelist img{
  height: 60px;
}
}


@media(max-width: 440px){
.bnrimg-p{
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  text-align: right;
}
}

@media(max-width: 360px){
  

.bnrhed{
  font-size: 30px;
}

}


.mainhed br{
    display:none;
}

@media (min-width: 1400px) {
    
    .mainhed br{
    display:block;
}

    
    
}




.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
.grecaptcha-badge { 
    visibility: hidden;
}



.page-table{
    width:100%;
    float:left;
}




@media (max-width: 767px) {
  .ft-logo a img{
     margin: unset !important;
  }
}














