@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.f-regular{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.f-medium{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.f-semibold{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.f-bold{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

  font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

  font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  /*height: 66px;*/
  padding: 0px 0 0px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-bottom: 5px solid #80c14d;
}
/*header.shrink{
animation: 0.3s 0.3s fadeInDown both;
background: #fff;
box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
  transform: translateY(-6rem);
  transform: translate3d(0,-6rem,0);
}
/*header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}*/
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.navbar-expand-md {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 15px;
  color: #343F74;
  padding: 0;
  /* margin-right: 12px; */
  transition: all 0.3s ease-in-out;
  position: relative;
  font-weight: 500;
  margin: 0px 10px;
  margin-top: 25px;
  position: relative;
  padding: 0px 8px;
}
/*.navbar-expand-md .navbar-nav .nav-link::before
{
  background: transparent linear-gradient(270deg, #FFFFFF 0%, #FF4343 40%, #00BEF7 100%) 0% 0% no-repeat padding-box;
  height: 3px;
  width: 0%;
  position: absolute;
  content: "";
  bottom: -18px;
  left: 6px;
  transition: all 0.4s;
}
*//*.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  width: 100%;
  }*/
  .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
  .navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
  }
  header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #000;
  }
  .navbar-brand {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0;
  }
  .navbar-brand img {
    width: 100%;
  }
  .foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
  }
  .main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
    padding-bottom: 50px;
  }
  .slider-section .common-btn {
    color: #fff;
  }
  footer{
    position: relative;
    background: #141E4D;
  }
  .main-footer {
    /* background: #121A2C; */
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 0px;
  }
  .btm-strip .container {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  /*.btm-strip {
    background: #00339C;
    }*/
    .btm-strip p {
      color: #FFFFFF;
      font-size: 13px;
      font-weight: 400;
    }

    /*a.top-arrow {
      background: #5A6162;
      position: absolute;
      right: -55px;
      width: 56px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      transform: rotate(270deg);
    } */
    .column:nth-child(1) {
      width: 22%;
      margin-right: 0;
    }
    .column:nth-child(1) p {
      color: #fff;
      margin-top: 20px;
      font-size: 15px;
      line-height: 22px;
      width: 89%;
      font-weight: 100;
      margin-bottom: 0;
    }
    .social-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
      color: #fff;
      font-size: 21px;
      /*margin-right: 23px;*/
    }
    .footer-logo {
     background: #fff;
     padding: 10px 20px;
     box-shadow: 0px 0px 93px #00000029;
     border-radius: 6px;
     margin-top: -26%;
   }
   .column:nth-child(2) {
    width: 21%;
    position: relative;
  }
  .column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .column:nth-child(3) {
    width: 28%;
  }
  .address h6{
    color:#fff;
  }
  .column:nth-child(4) {
    width: 30%;
    margin-right: 0px;
  }
  .column:nth-child(5) {
    width: 25%;
  }
  .column:nth-child(5) p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
    color: #90A0AA;
  }
  .column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    width: fit-content;
  }
  .Contact-wrapper a img{
    margin-right: 10px;
  }
  .Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
  }
  .footerlogo {
    width: 21%;
    margin-right: 10%;
  }
  .column:last-child a {
    font-size: 25px;
  }
  .column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  footer a,
  footer p{
    color: #fff;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
  .common-btn {
    width: 152px;
    height: 46px;
    /* background: #00339C;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;

  }
  .common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#343f74;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }
  .address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 0px;
  }
  .common-btn:hover{
    color: #fff !important;
    border:0px !important;
  }
  .common-btn:hover:before{
    transform:scaleX(1);
  }
/*.common-btn span {
  font-size: 10px;
  align-items: center;
  justify-content: center;
  color: #ffffffc4;
  transform: rotate(323deg);
  position: relative;
  top: 1px;
  }*/
  .footer-contact a {
    padding-bottom: 0px !important;
  }
  .footer-contact span {
    padding-right: 5px;
    color: #5EC434;
  }
  .btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
  }
  .btm-strip a {
    font-size: 14px;
    color: #fff;
  }
  .btm-strip {
    color:#fff;
  }
/*.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 9px 30px;
  color: #00339C;
  font-size: 13px;
  margin-top: 16px;
  }*/
  .home-slider h2 {
    font-size: 45px;
    text-align:left;
/*  background: linear-gradient(to right, #246bb3, #639a9d, #b0b772, #e42c2f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.caption-left {
  position: absolute;
  top: 32%;
  color:#fff;
}

.caption-left .btns {
  display: flex;
}

.slider-section .caption-left .common-btn{
  margin:0px 10px;
  background:#00AFF0;
} 

.slider-section .caption-left .btns .common-btn:nth-child(2){
  background:transparent;
  border:2px solid #fff;
}
.slider-section{
  position: relative;
}
.slider-section .caption-left .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.owl-theme .owl-dots .owl-dot button {
  background: transparent;
  border: 0px;
}
.slider-section .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.slider-section .owl-theme .owl-dots .owl-dot button {
  background: transparent;
  border: 0px;
  color:#fff;
  text-align:left;
  margin: 0px 10px;
  opacity:0.6;
}
.slider-section .owl-theme .owl-dots .owl-dot button {
  border-top: 3px solid #ffffffad;
  padding-top: 10px;
}

.slider-section .owl-theme .owl-dots .owl-dot.active button{
  opacity: 1;
  border-top: 3px solid #00AFF0;
}

.about-home .about-img {
  position: absolute;
  top: 15%;
  width: 50%;
  left: -4%;
  z-index: 1;
}
.about-home {
  position: relative;
  padding: 60px 0px;
}
.aboutimg {
  position: relative;
  z-index: 3;
  left: 86px;
  top: 40px;
}
.about-home .common-btn {
  background: transparent;
  color: #000;
  margin-top: 30px;
}
.common-btn span {
  background: #00AFF0;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:10px;
}
.common-btn span img{
  width: 15px;
  height: 15px !important;
  filter: invert(10%) sepia(0%) saturate(7629%) hue-rotate(425deg) brightness(410%) contrast(79%);
}

.vision-missionbtn img {
  width: 8%;
  margin: 0px 5px;
}
.vision-missionbtn {
  color: #000;
}
.vision-missionbtn .right-arrow {
  width: 15px;
  margin-left: 5px;
  transition:all 0.3s ease-in-out;
}
.vision-missionbtn {
  background: #EEF5F8;
  padding: 18px 40px 20px 20px;
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color:#343F74 !important;
}

.vision-missionbtn:before {
  background: #EEF5F8;
  position: absolute;
  width: 50%;
  height: 100%;
  left: -41%;
  top: 0px;
  content: "";
  z-index: -1;
}
.about-home p {
  margin-bottom: 30px;
}

.vision-missionbtn{
  color:#000;
}
.vision-missionbtn .right-arrow {
  width: 15px;
}

.about-rightimg {
  float: right;
  position: absolute;
  right: -3%;
  bottom: 19%;
  width: 18%;
}
.about-home {
  position: relative;
  padding: 40px 0px;
  padding-bottom: 150px;
}
.aboutcontent {
  padding-top: 50px;
}

.heading{
  font-size:44px;
}
.products {
  padding: 60px 0px;
}
.products-heading {
  /* width: 40%; */
  padding-left: 15%;
}
/*.products-slider {
  width: 60%;
  }*/
  .products{
    background:url(../images/products-bg.webp);
    position:relative;
    background-repeat:no-repeat;
  }

/*.products-cont {
  display: flex;
  width:100%;
  }*/
  .products .item {
    background: linear-gradient(#fff, #fff);
    padding: 40px 30px 0px;
    border-radius: 41px;
    margin-bottom: 45px;
    /*transition: all 400ms ease-in;*/
    height:385px;
    transition: background 0.5s ease; /* Smooth transition */
  }
  .products .item img {
    width: 70% !important;
    margin: 0 auto;
    position: absolute;
    display: block;
    bottom: 4%;
    left: 13%;
    box-shadow: 0px 10px 10px #cccccc6e;
    border-radius: 50%;
  }
  .slider-section .right-arrow {
    width: 12px !important;
    height: 10px !important;
  }

  .products .owl-stage{
    padding-left:0px !important;
  }
  .productslider p {
    color: #51516A;
    font-size: 15px;
    display:none;
  }
  
  .productslider .owl-prev, .productslider .owl-next{
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;

  }

  .productslider .owl-nav [class*=owl-]{
    background:transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius:50px !important;
    background:transparent !important;
    color:#343f74 !important;
    border:1px solid #343f74;
    font-size:18px !important;
  }
  .productslider .owl-theme .owl-nav span{
    font-size:20px;
  }

  .productslider  .owl-nav {
    display: flex;
    position: absolute;
    bottom: 10%;
    left: -45%;
  }

  .subheading {
    font-size: 20px;
    color:#000 !important;
  }
  .productslider .item:hover{
    background-image: linear-gradient(136deg, #72AC45, #00AFF0);
    color:#fff;
    background-color: #fff;
  }

  .productslider .item:hover p{
    color:#fff
  }

  .products .plus-sign {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0%;
    left: 45%;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 31;
    opacity: 0;
    background: rgb(128, 193, 77);
    border-radius: 50px;
  }
  .productslider .item:hover .plus-sign{
    opacity:1;
  }

  .productslider .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #ccc;
    border: 1px solid #ccc;
  }

  .counter-wrapper.counter {
    display: flex;
    flex-wrap: wrap;
  }
  .counter-single {
    width: 20%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .counter-list {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .counter-list h4 {
    font-size: 48px;
    color:#80c14d;
    margin-left: 10px;
  }

  .counter-list p {
    text-align: left;
    padding-left: 14px;
    color: #343F74;
    font-size: 21px;
    line-height: 27px;
  }
  .counter-single img {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    /*filter: invert(76%) sepia(20%) saturate(1091%) hue-rotate(49deg) brightness(87%) contrast(91%);*/
    filter: invert(22%) sepia(11%) saturate(4069%) hue-rotate(195deg) brightness(92%) contrast(84%);
  }

  .client-slider img {
    width: 74% !important;
    padding: 10px;
    padding: 30px;
  }
  .client-single {
    width: 90%;
    margin: 0 auto;
    height: 135px;
    margin: 0 auto;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0px 2px 20px #483e741c; */
    border-radius: 20px;
    border: 1px solid #cccccc40;
    margin-right:10px;
  }


  .clients .client-slider .item {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px #00000017;
    margin-left:10px;
    background: #fff;

  }

  .clients{
    padding:60px 0px;
    background: #F4F8FA;
  }


  .global-presence{
    background:url(../images/global-bg.webp);
    background-repeat:no-repeat;
    background-attachment:fixed;
    padding:60px 0px;
    position: relative;
  }
  .map {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  #location1 {
    position: absolute;
    bottom: 52%;
    left: 26%;
  }
  #location2 {
    position: absolute;
    bottom: 59%;
    left: 51%;
  }
  #location3 {
    position: absolute;
    bottom: 57%;
    left: 63%;
  }
  #location4 {
    position: absolute;
    bottom: 37%;
    left: 69%;
  }
#location8 {
    position: absolute;
    bottom: 65%;
    left: 65%;
}
  .address-wrapper .fa {
    font-size: 30px;
    margin-right: 10px;
    color: #80C14D;
  }

  .btm-strip .container {
    background: linear-gradient(91deg, #72ac45bf, #283996 50%, #00aff0c2);
  }

  .footerwrp {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
  }
  .footerwrp {
    color: #fff;
    display: flex;
    border-bottom: 1px solid #cccccc33;
    padding-bottom: 20px;
    justify-content: space-between;
  }
  .social-box a {
    font-size: 23px;
    margin: 0px 8px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 59px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
  }

  .nos-wrap {
    margin-right: 30px;
    align-items: center;
    display: flex;
  }
  .nos-wrap .fa {
    color: #80C14D;
    font-size: 24px;
    padding-right: 7px;
  }

  .clients .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: #9b9b9b73;
  }
  .clients .owl-theme .owl-dots .owl-dot.active span{
    width:30px;
    height:9px;
    background:#21155D !important;
  }

  .down-arrow {
    position: absolute;
    right: 4%;
    bottom: 6%;
    z-index: 1;
    animation: bounce infinite 2s ease-in-out;
  }
  .aboutus .counter-single {
    width: 50%;
    text-align: center;
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
  }
  .vision-mission {
    background: url(../images/vision-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
  }
  .vision-mission .mission {
    background-image: linear-gradient(0deg, #80c14dc4, #80c14dc4, #80c14dc4);
    border-radius: 0px 0px 115px 0px;
    padding: 130px 105px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .vision-mission .vision {
    background-image: linear-gradient(180deg, #00aff094, #00aff094, #00aff094);
    border-radius: 115px 0px 0px 0px;
    padding: 130px 105px;
    text-align: center;
    color: #fff;
    position:relative;
  }
  .vision-icon {
    background: #fff;
    padding: 10px;
    border-radius: 65px;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    position: absolute;
    top: -10%;
    left: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 86px #0000001F;
    transition: all 0.3s ease-in-out;
  }

  .vision-icon img{
    width: 75%;
    filter: invert(76%) sepia(20%) saturate(1091%) hue-rotate(49deg) brightness(87%) contrast(91%);
  }

  .aboutus {
    padding: 70px 0px;
  }
  .values-wrapper {
    display: flex;
  }
  .values-single:hover{
    background:#80C14D;
    color:#fff;
  }
  .values-single:hover img {
    filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(278deg) brightness(238%) contrast(101%);
  }

  .values-single {
    width: 30%;
    text-align: center;
    margin: 0px 10px;
    transition:all 0.3s ease-in-out;
  }
  .values-single {
    width: 30%;
    text-align: center;
    margin: 0px 10px;
    background: #F4F8FA;
    padding: 30px 25px;
    border-radius: 20px;
  }
  .values-single img {
    width: 40%;
    margin-bottom: 20px;
    filter: invert(76%) sepia(20%) saturate(1091%) hue-rotate(49deg) brightness(87%) contrast(91%);
  }
  .values {
    padding: 60px 0px;
  }

  .cmd-message {
    background: #F2F4F6;
    padding:60px 0px;
  }

  .cmd-message p {
    color: #343F74;
  }


  .cmd-message h3{
    margin-bottom:30px;
  }

  .cmd-message h4 {
    background: #80C14D;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  .cmd-message h5{
    color:#343F74;
  }

  .cmd-message h5 {
    color: #343F74;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
  }

  .cmd-message .cmd-test {
    margin-top: -70px;
  }
  .services-slider {
    display: flex;
    /*max-width: 600px;*/
  }

  .nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(108, 232, 220, 0.9);
  }

  .slider-main {
    width: 100%;
  }

  .main-container {
    width: 70%;
    background: #00AFF0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .nav-container img {
    max-height: 135px;
  }
  .content-milestone {
    width: 57%;
    height:350px;
  }
  .nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 0px;
  }

/*.services-slider .slick-track {
padding-left: 50px;
}*/
.nav-container {
  width: 30%;
  background: #343F74;
  color: #fff;
  padding-top: 75px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.nav-container .slick-slide.slick-current.slick-active{
  background:#00aff0;
}
.history {
  position: relative;
  padding: 70px 0px;
}
.milestonesimg {
  position: absolute;
  right: -4vw;
  top: 13vw;
  width: 38%;
}

.icon-right-arrow-1.slick-arrow.leftarrow {
  position: absolute;
  left: -36%;
  color: #fff;
  top: -18%;
  transform: rotate(90deg);
  cursor:pointer;
}


.rightarrow {
  position: absolute;
  left: -36%;
  color: #fff;
  transform: rotate(90deg);
  cursor:pointer;
  bottom: -12%;
}

.slick-initialized .slick-slide h5{
  padding-left:40px;
}

.history .slick-slide h5 {
  padding-left: 40px;
  padding: 10px 10px 10px 40px;
  margin-bottom: 0px;
  cursor:pointer;
  display:flex;
  align-items:center;
}

.slider.milestones {
  padding-left: 50px;
  color: #fff;
}

.clients.association {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.values .values-wrapper {
  margin-top: 30px;
}

.breadcum {
  position: relative;
  margin-top: 100px;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum img {
  width: 100%;
  /*  filter: brightness(0.6);*/
}
.breadcum h1, .breadcum h2 {
  font-size: 70px;
  line-height: 75px;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.breadcum img {
  filter: brightness(0.7);
}
.caption-heading {
    position: absolute;
    top: 74%;
    z-index: 1;
    padding-left: 0px;
    /* left: 8%; */
}

.aboutus .counter h4{
  color:#000;
}

.bottom-menu ul {
  display: flex;
  margin-bottom: 10px;
  padding-left: 0px;
}

header .container-fluid {
  padding: 0px 3vw;
}


.aboutdetailimg {
  position: absolute;
  width: 48%;
  left: -7vw;
  bottom: 0px;
}

.aboutus{
  position:relative;
}
.aboutdetailimg {
  position: absolute;
  width: 49%;
  left: -8vw;
  bottom: 8vw;
}
.about-heading {
  padding-left: 4vw;
  padding-top: 2vw;
  position: relative;
}
.aboutus .counter-list p{
  color:#000;
}
.products-listing {
  background: #F2F4F6;
}

.products-wrapp {
  display: flex;
  flex-wrap: wrap;
}


.products-wrapp .products-single {
  width: 30%;
  margin: 0px 18px;
  margin-bottom: 30px;
  position: relative;
}
.products .products-wrapp .products-single:hover .plus-sign{
  opacity:1;
}
.products-single p {
  color: #51516A;
  font-size: 16px;
}

.products .products-wrapp .products-single .plus-sign {
  width: 40px;
  height: 40px;
  background: #80c14d;
  display: block;
  position: absolute;
  bottom: -1%;
  left: 42%;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 31;
  /* opacity: 0; */
}
.products-wrapp .products-single {
  width: 30%;
  margin: 0px 18px;
  margin-bottom: 30px;
  color: #000;
}
.products .products-wrapp .products-single:hover{

}
.products .item:hover {
  background: linear-gradient(136deg, #72AC45, #00AFF0);
  color: #fff;
}

.products .item:hover p {
  color: #fff;
}

.products-info {
  background-image: linear-gradient(136deg, #72AC45, #00AFF0);
  padding: 50px 40px;
  border-radius: 30px;
  height: 29vw;
  width: 65%;
  float: right;
}.products-info h3 {
  font-size: 36px;
  color: #fff;
}

.products-info h3 {
  margin-bottom: 45px;
}

.products-info p {
  color: #fff;
}
.products-info .common-btn{
  color:#fff;
}
.products-info .common-btn span {
  background: #fff;
  color: #000;
}

.products-info .common-btn span img{
  filter: invert(10%) sepia(0%) saturate(7474%) hue-rotate(483deg) brightness(891%) contrast(15%);
}

/*.productdetails-sec {
    display: flex;
    background-image: linear-gradient(136deg, #72ac45b3, #00aff09c 50%);
    border-radius: 44px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 10px #cccccc8a;
}*/
.productdetails-sec {
  display: flex;
/*    background-image: linear-gradient(136deg, #72AC45 31%, #00AFF0 47%);*/
border-radius: 44px;
margin-bottom: 30px;
box-shadow: 10px 10px 10px #cccccc8a;
background: linear-gradient(to bottom, #72ac45 40%, #00aff0);
}
.productdetails-sec .productdetail-div:nth-child(1) {
  padding-top: 4vw;
  padding-left: 3vw;
  color: #fff;
  width: 70%;
  padding-right: 30px;
  /* font-size: 37px; */
  /* padding-bottom: 55PX; */
}

.productdetails-sec .productdetail-div h4{
  font-size:30px;
}

.productdetails-sec .common-btn{
  color:#fff;
}
.features li{
 color:#51516A; 
}
.features li {
  color: #51516A;
  margin-bottom: 10px;
  font-size: 16px;
  list-style-type:disc;
}
.product-detail p{
  color:#51516A;
  font-weight: 400;
}
.features {
    margin-top: 25px;
    margin-bottom: 0px;
}
.product-detail {
  padding: 70px 0px;
}
.features li{
  position: relative;
}
.display-flex img {
  padding-right: 5px;
}
/*.features li:before {
  content: "";
  position: absolute;
  background: url(../images/li-icon.svg);
  width: 22px;
  height: 22px;
  left: -30px;
  top: 4px;
}*/
.product-contact {
  display: flex;
  align-items: center;
}
.product-contact {
  display: flex;
  align-items: center;
  background: #F4F8FA;
  padding: 19px;
  border-radius: 40px;
  justify-content: space-around;
}

.product-contact .common-btn{
  background:#00aff0;
  color:#fff;
}
.product-contact p {
  margin-bottom: 0px;
  margin-right: 20px;
}

.breadcum-list {
  position: absolute;
  bottom: 0%;
  width: 100%;
  background: #00000033;
  padding: 10px;
/*  padding-left: 8vw;*/
}

.productdetail-slider {
  background:#F2F4F6;
}
.gallery-wrapp .gallery-single {
  width: 31%;
  margin-bottom: 21px;
  position: relative;
}
.gallery-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gallery-wrapp .gallery-single p {
  color: #455491;
  line-height: 1.3;
  padding: 12px 34px;
}
/*.gallery-wrapp .gallery-single {
  width: 19%;
  position: relative;
  margin: 0px 5px;
  margin-bottom: 15px;

  }*/
  .gallery-wrapp .gallery-single .img-wrapp span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    font-size: 30px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .gallery-wrapp .gallery-single .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background:#0000008a;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius:30px;
  }
  .gallery-single:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 110%;
    background: #343f74;
    top: -5%;
    left: 10%;
    z-index: -1;
    border-radius: 10px;
  }
  .gallery-wrapp .gallery-single:hover .img-wrapp span, .gallery-wrapp .gallery-single:hover .overlay {
    opacity: 1;
  }
  .gallery-main{
    padding:60px 0px;
  }
  .gallery-wrapp .gallery-single{
    border-radius:20px;
    position:relative;
    margin-bottom:80px;
    margin: 0px 10px 55px;
  }
  .gallery {
    padding: 80px 0px;
  }
  .news-single h5{
    font-size:16px;

  }
  .news-single h4 {
    font-size: 20px;

  }

  .news {
    padding: 70px 0px;
  }
  .news-content {
    padding: 20px;
    background: #343f74;
    color: #fff;
  }

  .news-single  .img-box img{
    transition: all 0.3s ease-in-out;
  }

  .news-single:hover .img-box img{
    transform: scale(1.1);
  }

  .news-single .img-box {
    position: relative;
    overflow:hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .news-content {
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
  }
  .contact-box {
    padding: 4vw 0 0;
  }
  .box-single i {
    font-size: 34px;
    display: block;
    text-align: center;
    margin-bottom: 1vw;
    color: #00aff0;
  }
  .box-single {
    background: #fff;
    box-shadow: 0px 0px 10px #a6a3a3;
    border-radius: 20px;
    height: 16vw;
    padding: 0px 1vw;
    padding-top: 1.4vw;
  }
 .box-single a, .box-single a:hover {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
}
  .box-single p {
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
  }
  .box-single h5 {
    font-weight: 600;
    color: #343f74;
  }
  .contact {
    padding-bottom: 5.208vw;
    padding-top: 7.063vw;
    background: #343f75;
    margin-top: -4vw;
  }
  .contact .social-box i {
    font-size: 21px;
    /* margin-right: 10px; */
    color: #ffffff;
  }
  .contact .form-group .form-control {
    border: 0px;
    background: #F5F6F8;
    padding: 13px 20px;
  }
  .form-box .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 20px;
    padding-left: 0;
    color: #000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 9px;

  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-box button.common-btn {
    background: #fff;
    color: #000000;
    margin-top: 1.146vw;
    padding: 10px 31px;
    border: 0;
  }

  header.animated.shrink{
    background:#fff;
    box-shadow: 0px 2px 10px #00000059;
    transition: all 0.3s ease-in-out;
  }

  .vision-missionbtn:hover{
    color:#000;
  }
  /*.randd {
    padding: 55px 0px 25px;
  }*/
  .randd {
    padding: 55px 0px 40px;
    position: relative;
}
.randd.sus-rnd{
    padding: 55px 0px;
    position: relative;
}
  .randd .img-div img{
    border-radius: 20px;
  }
  .rand-slider .item img {
    border-radius: 20px;
  }

  .randd .img-div {
    position:relative;
    overflow:hidden;
    border-radius: 20px;
  }
  /*.randd .img-div img {
    transition: all 0.3s ease-in-out;
  }

  .randd .img-div:hover img {
    transform: scale(1.1);
  }*/

  .rand-slider .owl-nav [class*=owl-] {
    background: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    background: transparent !important;
    color: #343f74 !important;
    border: 1px solid #343f74;
    font-size: 19px !important;
  }

  .rand-slider .owl-prev, .rand-slider .owl-next {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;
  }
  .rand-slider .owl-nav {
    display: flex;
    position: absolute;
    bottom: 60%;
    width: 100%;
  }
  .randslider {
    padding: 70px 0px;
    background: #f5f5f5;
  }
  .rand-slider .owl-prev {
    left: -6%;
    position: absolute;
  }

  .rand-slider .owl-next {
    right: -6%;
    position: absolute;
  }
  .italic {
    font-style: italic;
  }

  .rnd-heading {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align:center;
  }

  .randd h4 span {
    text-align: right;
    clear: both;
    font-size: 16px;
    margin-right: 35px ! important;
    margin-bottom: 20px;
    color: #80c14d;
    display: block;
  }
  .randd li {
    list-style-type: disc;
    margin-bottom: 10px;
  }
  .slider-section .caption-left .common-btn .fa {
    padding-left: 7px;
    font-size: 19px;
  }
  .caption-left p {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .products .item h5 {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }
  .aboutus p{
    color:#51516A;
  }
  .common-page {
    padding: 60px 0px;
  }

  .vision-missionbtn:hover .right-arrow{
    margin-left:10px;
  }

  .social-box a{
    transition: all 0.3s ease-in-out;
  }
  .facebook:hover{
    background:#4867aa;
  }
  .linkdin:hover{
   background:#0077b5;
 }
 .twitter:hover {
  background: #000;
}
.sitemap a {
  display: block;
  color: #000;
  margin-bottom: 15px;
  font-size: 17px;
}

.sitemap{
  padding:60px 0px;
}
.bottom-menu a {
  margin: 0px 0px 0px 0px;
  font-size: 15px;
  border-right: 1px solid #ccc;
/*  padding-right: 28px;*/
padding-left: 20px;
padding-right: 20px;
}
.sticky ul {
  background: #fff;
  box-shadow: 1px 7px 10px #ccc;
  /* border-radius: 20px; */
  width: 80%;
  margin-left: 10%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sticky ul ul {
  margin: 0;
  box-shadow: unset;
  width: 100%;
  padding-top: 0;
  padding-left: 0.75rem;
  padding-bottom: 0px;
}
.sticky ul ul li {padding-left: .5rem;}
.sticky a {
 padding: 6px 12px;
 display: block;
 background: #fff;
 margin-bottom: 0px;
 border-radius: 40px;
 color: #000;
 position: relative;
 left: -20px;
}

.sticky a.active{
  background: #7fc04d;
  color:#fff;
}


.sticky a:hover{
  color:#000;
}


.sticky h4{
  width:80%;
  padding-left:30px;
}
.sticky h4 {
  width: 80%;
  padding-left: 30px;
  padding: 13px;
  font-size: 20px;
  margin: 0 auto;
  background: #343f74;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
.sticky {
  position: sticky;
  top: 0vw;
  left: 0;
}
.bottom-menu ul li.nav-item:last-child a {
  margin-right: 0px !important;
  border-right:0px;
  padding-right:0px;
}
.common-page.error-page img {
  width: 10%;
}
.error-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-btns .common-btn{
  border:1px solid #ccc;
  margin:0px 10px;
}
.navbar-expand-md .navbar-nav .nav-link img {
  margin-right: 8px;
}

.vision-mission .vision:hover .vision-icon, .vision-mission .mission:hover .vision-icon {
  background: #81c24f;
}

.vision-mission .vision:hover img{
  filter: invert(100%) sepia(1%) saturate(7431%) hue-rotate(166deg) brightness(103%) contrast(109%);
}

.vision-mission .mission:hover img{
 filter: invert(100%) sepia(1%) saturate(7431%) hue-rotate(166deg) brightness(103%) contrast(109%); 
}
.productdetails-sec .productdetail-div:nth-child(2) {
  width: 60%;
}

.main-li:before{
  display:none;
}
.features ul {
  padding-left: 30px;
}

.errors {
  font-size: 12px;
  color: red;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.locations img {
  width: 48% !important;
}
.map img {
  width: 100%;
}
#location5 {
  position: absolute;
  top: 55%;
  left: 29%;
}

#location6 {
    position: absolute;
    top: 37%;
    left: 63.9%;
}
#location7 {
    position: absolute;
    top: 35.5%;
    left: 67%;
}
#location10 {
    position: absolute;
    bottom: 62%;
    left: 53%;
}
#location11 {
    position: absolute;
    bottom: 62%;
    left: 56%;
}
#location16 {
  position: absolute;
  bottom: 54%;
  left: 64.5%;
}
#location17 {
    position: absolute;
    bottom: 53%;
    left: 71%;
}
#location19 {
    position: absolute;
    bottom: 56%;
    left: 72.5%;
}
.history .slick-slide h5 .fa {
  font-size: 15px !important;
  margin-right: 10px;
}

.display-flex {
  display: flex;
  align-items: center;
}
.main-li {
  list-style-type: none !important;
}
.knowledge-center-details h2 {
  font-size: 28px;
}
.knowledge-center-details {
  padding: 60px 0px;
}

.knowledge-center-details .img-box {
  margin-bottom: 15px;
  position:relative;
  overflow:hidden;
}

.knowledge-center-details .img-box img{
  transition: all 0.3s ease-in-out;
}

.knowledge-center-details .img-box:hover img{
  transform: scale(1.1);
}

.knowledge-center-details h5{
  margin-bottom:10px;
}

.knowledge-center-details .social h5 {
  margin-bottom:0px;
}
.productdetails-sec .productdetail-div img {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.details-sec {
  border-bottom: 1px solid #cccccc85;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.details-sec:last-child {
  border-bottom: 0px;
}
.sus-icon {
  padding: 0px 0px 60px;
  /* background: url(../images/sustainability-img.webp); */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
    /* background
Shorthand property for setting most background properties at the same place in the style sheet.
Learn more

Don't show
: #fcfcfc; */
}
.keyfeatures-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.keyfeatures-single {
  padding: 20px 15px;
  width: 31%;
  margin: 0px 10px;
  box-shadow: 0px 4px 9px #ccc;
  margin-bottom: 30px;
  border-radius: 20px;
  position: relative;
  height: 250px;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: flex-end;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
/*.sus-icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #0000007d;
}*/

.knowledge-center-details .img-box {
  border-radius: 20px;
}
.keyfeatures-single img {
  width: 21%;
  color: #fff;
  /* filter: invert(99%) sepia(3%) saturate(4%) hue-rotate(137deg) brightness(119%) contrast(100%); */
  margin-bottom: 10px;
  top: 0px;
  transition: all 0.5s ease-in-out;
}
.keyfeatures-single h5 {
  font-size: 20px;
  font-weight: 600;
  color:#fff;
}
.rnd-keywrapper {
  display: flex;
}
/*.img-box img {
    width: 21%;
}*/
.rnd-single {
  margin-right: 10px;
  width: 50%;
}
.rnd-single .img-box {
  background: #cccccc29;
  width: 80px;
  padding: 10px;
  border-radius: 50px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rnd-single .img-box img {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.gallery-single img {
  border-radius: 30px;
}
.knowledge-center-details .social-box a {
  color: #000;
}
.knowledge-center-details .social {
  display: flex;
  align-items: center;
}
.knowledge-center-details .social-box .twitter, .knowledge-center-details .social-box .insta, .knowledge-center-details .social-box .facebook, .knowledge-center-details .social-box .linkedin{
  color:#000;
}

.knowledge-center-details .social-box a:hover{
  color:#fff;
}

.sitemap a:hover{
  color:#000;
}
.whatsup:hover{
  background:#47c254;
}

.bottom-menu .nav-item:nth-child(1) a {
  padding-left: 0px;
}


/* Initial state of the image */
.slider-section .owl-carousel .item img {
 transform: scale(1.5);
 transition: all 10s ease-in-out;
}

.slider-section .item{
  overflow: hidden;
}
.slider-section .owl-carousel .owl-item.active img{
  transform: scale(1);
}
ul#navbarscroll .common-btn {
  margin: 0 auto;
  background: #3a4579;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-top: 10px;
}
#product-contact-form .modal-dialog {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
#product-contact-form .form-control {
  border: 1px solid #ccc;
  padding: 12px 19px;
}
#product-contact-form #phone2 {
  padding-left: 6rem !important;
}
#product-contact-form .common-btn {
  background: #3a4579;
  color: #fff;
}
#product-contact-form button.btn-close {
  position: relative;
  right: 0;
  top: 0;
  background: #000;
  opacity: 1;
  color: #fff;
  padding-top: 4px !important;
  padding-bottom: 9px !important;
}

.aboutimg span {
  font-size: 130px;
  color: #80c14d;
  padding-right: 5px;
}
.aboutimg h1{
  display: flex;
}
#location9 {
    position: absolute;
    bottom: 57%;
    left: 39.8%;
}
#location12 {
    position: absolute;
    bottom: 42%;
    left: 45%;
}
#location13 {
  position: absolute;
  bottom: 57%;
  left: 15%;
}
#location14 {
    position: absolute;
    bottom: 59%;
    left: 77.5%;
}
.hex {
 display: flex;
 position: relative;
 width: 290px;
 height: 310px;
 background-color: #424242;
 -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
 clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
 box-sizing: border-box; /* Prevents border from affecting size */
 z-index: 1; /* Ensures the content (image) is above the border */
 margin:0 auto;
}


.hex:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
}

.hex:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4 / span 2;
}

.hex:nth-child(3) {
  grid-row-start: 1;
  grid-column: 6 / span 2;
}

.hex:nth-child(4) {
  grid-row-start: 2;
  grid-column: 1 / span 2;
}

.hex:nth-child(5) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}

.hex:nth-child(6) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
}

.hex:nth-child(7) {
  grid-row-start: 2;
  grid-column: 7 / span 2;
}

.hex:nth-child(8) {
  grid-row-start: 3;
  grid-column: 2 / span 2;
}

.hex:nth-child(9) {
  grid-row-start: 3;
  grid-column: 4 / span 2;
}

.hex:nth-child(10) {
  grid-row-start: 3;
  grid-column: 6 / span 2;
}

.rand-slider .hex {
  position:relative;
  overflow:hidden;
}

.rand-slider img{
  transition: all 0.3s ease-in-out;
}

.rand-slider .hex:hover img{
  transform: scale(1.1);
}

.roadmap {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 40px;
}

.roadmap-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roadmap-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4caf50;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.roadmap-details {
  text-align: center;
}

.roadmap-item:not(:last-child):after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #4caf50;
  position: absolute;
  right: -50px;
  top: 50%;
}
.year-single {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #80c14d;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
  /* left: 20px; */
  top: 45px;
}
/*.year-single:after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 46px;
    border: 20px solid transparent;
    border-top-color: #80c14d;
}*/
.milestone-single .year-single p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  left: 5px;
  /* line-height: 90px; */
  top: 5px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  z-index: 1;
}
.milestone-single.sky-blue .year-single{
  background-color: #00aff0;
}
.milestone-single.sky-blue .year-single:after{
  border-top-color: #00aff0;
}
.milestone-single.sky-blue .border-box:before {
 background: #00aff0;
}
.border-box {
  height: 35px;
  width: 247px;
  /* border-left: 2px dashed; */
  border-top: 2px dashed;
  position: relative;
  left: 245px;
  top: 0px;
  margin-bottom: 20px;
}
.border-box.border-left-none {
  /* border-left: 0px; */
  border-top: 0px;
}
.border-box:before {
  content: "";
  position: absolute;
  width: 10px;
  top: -5px;
  left: -5px;
  height: 10px;
  background: #80c14d;
  border-radius: 30px;
}

.content-wrapp p {
  text-align: center;
}
.milestone-single .content-wrapp{
  height:120px;
}
.milestone-single.sky-blue .content-wrapp {
  height: 120px;
}
#milestone {
  padding: 60px 0px;
}

.border-box.border-left-none.milestone-2024:before {
  display: none;
}

.milestone-slider .owl-nav [class*=owl-] {
  background: transparent;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  background: transparent !important;
  color: #343f74 !important;
  border: 1px solid #343f74;
  font-size: 19px !important;
}

.milestone-slider .owl-prev, .milestone-slider .owl-next {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
}
.milestone-slider .owl-nav {
  display: flex;
  position: absolute;
  bottom: 85%;
  width: 100%;
}
.milestone-slider .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}

.milestone-slider .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}

.rnd-icon{
/*  background:url(../images/rnd-banner.webp);*/
position:relative;
background-repeat:no-repeat;;
background-size:cover ;
background-attachment: fixed;

}

.menu-slider {
  position: absolute !important;
  right: -15%;
  width: 15% !important;
  top: 44%;
}

.aboutimg h1 {
  display: flex;
  line-height: 38px;
  align-items: center;
}
/*span.blue {
  color: #13b7e6;
}*/
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 2px 10px #00000059;
  transition: all 0.3s ease-in-out;
  background-color: #343f74;
}
.navbar-mob .dropdown-menu {
  position: absolute;
  padding: 0;
  border-radius: 0;
  top: 100%;
}
.navbar-mob .nav-item.dropdown {
  position: relative;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}
.navbar-mob .nav-item .dropdown-item {
  color: #fff;
  padding: 7px 10px;
}
.navbar-mob .nav-item .dropdown-item:hover{
  background:#95ca51;
}
.many-more{
  margin:0 auto;
  display:flex;
  background:#13b7e6;
  color:#fff;
  margin-bottom:20px;
}

.journey {
  position: relative;
  padding-bottom: 50px;
}

.journey-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 3.5rem;
  padding-top: 40px;
  position: relative;
}

.journey-content p {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0px;
}

.journey-content p.green {
  font-size: 13px;
  text-align: left;
}

.journey-content.order-2 .content {
  /*position: absolute;*/
  /*top: 30px;*/
  text-align: right;
  /*left: 75px;*/
}

.journey-wrapper:nth-child(2) span.right-arrrow {
  font-size: 12px !important;
  margin-left: -3px;
}

.journey-wrapper:nth-child(2) a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -10px;
}

.journey-wrapper:before {
  position: absolute;
  content: "\eb06";
  font-size: 25px;
  font-family: 'icomoon' !important;
  color: #f19329;
  z-index: 1;
  left: 49%;
  top: 50%;
  transform: translateY(-50%) scale(1);
  line-height: 23px;
  background-color: #ffffff;
  width: 25px;
  border: 8px solid #95ca51;
  height: 25px;
  border-radius: 50px;
  -webkit-animation: grower 27s linear infinite;
  animation: grower 27s linear infinite;
}
.buyer-works {
  padding: 60px 0px;
}
.years-journey {
  /*display: flex;*/
  width: 50%;
  /*align-items: baseline;*/
  position: relative;
}

.journey-content {
  width: 50%;
  /*padding-top: 15px;*/
  padding-left: 45px;
}
.journey-content h3 {
  margin: 0 0 10px;
  font-family: 'Sarabun', sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.journey-content ul {list-style: none; padding: 0;}
.journey-wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #dfe4e0;
  left: 50%;
  top: 0%;
}

.journey-wrapper .journey-content.order-2 {
  position: relative;
  left: 11%;
}

.journey-wrapper:nth-child(2) span {
  font-size: 88px;
  margin-left: -12px;
  position: relative;
  top: 13px;
}

.years-journey.left .journey-icon {
  right: 45px;
  position: absolute;
  font-size: 70px;
  color: #82ab27;
  top: -25px;
  display: block;
}

.journey-content .form-control {
  border: 2px solid #ccc;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #0f5530;
  font-size: 15px;
}

.years-journey.right .journey-icon {
  left: 45px;
  position: absolute;
  font-size: 70px;
  color: #82ab27;
  top: -25px;
  display: block;
}
.years-journey.right .journey-icon span, .years-journey.left .journey-icon span {display: block; color: #061735;}
.journey-wrapper:nth-child(1) .journey-content, .journey-wrapper:nth-child(3) .journey-content,
.journey-wrapper:nth-child(5) .journey-content, .journey-wrapper:nth-child(7) .journey-content,
.journey-wrapper:nth-child(9) .journey-content {
  border-right: 0px;
  position: relative;
  left: 10px;
  text-align:right;
}
.journey-wrapper:nth-child(3) .journey-content p{
  text-align:right;
}
.years-journey .journey-icon img {width: 7rem;}
/*Industries*/
.industries-wrapper {padding: 7rem 0 3rem !important;}
.years-journey span {
  font-size: 88px;
  font-weight: 700;
  color: #3c438645 ! IMPORTANT
}
.buyer-works.seller .container .journey-wrapper:nth-child(3) p,  .buyer-works.seller .container .journey-wrapper:nth-child(5) p, .buyer-works.seller .container .journey-wrapper:nth-child(7) p,
.buyer-works.seller .container .journey-wrapper:nth-child(9) p, .buyer-works.seller .container .journey-wrapper:nth-child(11) p, .buyer-works.seller .container .journey-wrapper:nth-child(13) p{
  text-align: right;
  padding-right: 50px;
}
.green{
  color:#80c14d !important;
}
span.darkblue{
  color:#3b4188 !important;
}
.blue{
  color:#13b7e6 !important;
}
.about-home h1 {
  font-size: 50px;
  line-height: 56px;
  margin-top: 10px;
}
#location18 {
  position: absolute;
  top: 31%;
  left: 50%;
}
.menu-slider img {
  width: 60% !important;
  margin:0 auto;
}

table th {
  background: #343f74;
  color: #fff;
  font-size: 15px;
}
table th, table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}
ol li {
  list-style-type: disc;
}

ol li ul li {
  list-style-type: none !important;
}

.details-sec li {
  list-style-type: disc !important;
  margin-bottom: 10px;
}
.journey-wrapper:nth-child(2n+1) {
  /* flex-direction: column-reverse; */
}
.details-sec table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;  /* Thinner border */
  border-radius: 10px;
  overflow: hidden;
}
.keyfeatures-img {
  width: 100% !important;
  position: absolute;
  height: 100%;
  left: 0px;
  border-radius: 15px;
  z-index: -1;
  filter: brightness(0.5) !important;
}
.keyfeatures-single:hover .keyfeatures-img {
  transform: scale(1.1);
}
.keyfeatures-wrapper.sus-key img{
  filter: invert(99%) sepia(3%) saturate(4%) hue-rotate(137deg) brightness(119%) contrast(100%) !important;
}
.keyfeatures-wrapper.sus-key .keyfeatures-single {
  height: auto;
  justify-content: flex-start;
}
.keyfeatures-wrapper.sus-key .keyfeatures-single h5 {
  color: #000;
}

.aboutimg span.br {
  font-size: 50px !important;
  line-height: 48px !important;
  color: #000 !important;

}
.aboutimg span.br b{
  position:relative;
}
.aboutimg span.br b:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #0000001c;
  top: 83%;
  margin: 0 auto;
}




.top-arrow {
  color: #fff;
  background: #95ca51;
  position: fixed;
  right: 3%;
  bottom: 10%;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  font-size: 26px;
  text-align: center;
  z-index: 99;
  border-radius: 5px;
  text-decoration: none;
  display: none;
}
.top-arrow .fa {
  padding-top: 8px;
}

.img-div.rndimg {
  width: 80%;
  margin: 0 auto;
  display: block;
}
/*#location6 img {
    width: 80% !important;
}*/

.randd .heading-rnd {
 background: linear-gradient(to right, #72ac45, #283996, #00aff0c2);
 padding: 10px;
 border-radius: 10px;
 width: fit-content;
 text-align: center;
 margin: 0 auto;
 padding: 10px 30px;
 color:#fff;
}

.sustainable-key .keyfeatures-single {
  padding: 20px 15px;
  width: 31%;
  height: 430px;

}

.sustainable-key .keyfeatures-single img {
  width: 14%;
}

.sustainable-key .keyfeatures-single p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
}
.products .heading {
  font-size: 63px;
}
.products h5 {
  font-size: 30px;
  margin-top: 20px;
  line-height: 39px;
}
#location20 {
    position: absolute;
    top: 41%;
    left: 49%;
}
.container.lightgallery .heading {
  margin-bottom: 30px;
}
.philosophy {
  width: 200px;
  height: 190px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to bottom, #72ac45 40%, #00aff0);
}
.philosophy-div {
  display: flex
  ;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.sustainability-cont {
  padding-left: 20px;
}
.keyfeatures-single.many-morebtn {
  box-shadow: none;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  /* background: #000; */
}
.keyfeatures-single.many-morebtn .common-btn {
  background: #8ac75a;
  color: #fff;
}
.randd h6 {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.philosophy h3{
  margin-bottom:0px !important;
}
.philosophy-div img {
  width: 12%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.map {
    margin-bottom: 25px;
}

/*.headings-rnd span {
    font-size: 130px;
    color: #80c14d;
    padding-right: 5px;
}*/
.headings-rnd span {
    font-size: 75px;
    color: #80c14d;
    padding-right: 5px;
}
.headings-rnd span.br b {
    position: relative;
    font-weight:600 !important;
}
/*.headings-rnd span.br {
    font-size: 50px !important;
    line-height: 55px !important;
    color: #000 !important;
    font-weight:600 !important;
}*/
.headings-rnd span.br {
    font-size: 27px !important;
    line-height: 35px !important;
    color: #000 !important;
    font-weight: 600 !important;
}
/*.headings-rnd span.br b:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0000001c;
    top: 91%;
    margin: 0 auto;
}*/
.headings-rnd span.br b:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0000001c;
    top: 99%;
    margin: 0 auto;
}
.headings-rnd {
    display: flex;
    line-height: 38px;
    align-items: center;
    position: relative;
    top: 25px;
    z-index: 1;
    justify-content: center;
}
.rndimg {
    width: 39%;
    margin: 0 auto;
    display: flex;
    position: absolute;
    left: 0px;
    top: 12%;
}