
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
/*@font-face {
  font-family: 'Nexa Bold';
  src: local('Nexa Bold'), url('fonts/nexa/Nexa-Bold.woff') format('woff');
}

*/
/* Montserrat Font - Weight 100 (Thin) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-Thin.eot');
  src: local('Montserrat Thin'), local('Montserrat-Thin'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Thin.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Thin.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* Montserrat Font - Weight 200 (Extra-Light) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-ExtraLight.eot');
  src: local('Montserrat Extra-Light'), local('Montserrat-ExtraLight'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-ExtraLight.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-ExtraLight.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* Montserrat Font - Weight 300 (Light) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-Light.eot');
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Light.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Light.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Montserrat Font - Weight 400 (Regular) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Regular.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Regular.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Montserrat Font - Weight 500 (Medium) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Medium.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Medium.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Montserrat Font - Weight 600 (Semi-Bold) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-SemiBold.eot');
  src: local('Montserrat Semi-Bold'), local('Montserrat-SemiBold'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-SemiBold.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-SemiBold.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Montserrat Font - Weight 700 (Bold) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Bold.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Bold.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Montserrat Font - Weight 800 (Extra-Bold) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-ExtraBold.eot');
  src: local('Montserrat Extra-Bold'), local('Montserrat-ExtraBold'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-ExtraBold.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-ExtraBold.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Montserrat Font - Weight 900 (Black) */
@font-face {
  font-family: 'Montserrat';
  src: url('../vendor/fonts/Montserrat/otf/Montserrat-Black.eot');
  src: local('Montserrat Black'), local('Montserrat-Black'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Black.woff2') format('woff2'),
       url('../vendor/fonts/Montserrat/webfonts/Montserrat-Black.woff') format('woff'),
       url('../vendor/fonts/Montserrat/ttf/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


body {
font-family: 'Montserrat', sans-serif;
color:#414A4B;
font-size: 16px;
}
/* .container
{
    max-width: 1120px;
}*/
a {
  color: #6AB1B7;
  text-decoration: none;
}
a:hover {
  color: #98CC96;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Montserrat', sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #6AB1B7 ;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #98CC96 ;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 58px;
    transition: all 0.5s;
    z-index: 997;
    flex-shrink: 0;
    background: linear-gradient(90deg, #98CC96 1.49%, #6AB1B7 100.57%);
    /*animation: changeBackgroundColor 5s infinite alternate;*/ /* Change the duration as needed */
}

@keyframes changeBackgroundColor {
    0% {
        background: linear-gradient(90deg, #98CC96 1.49%, #6AB1B7 100.57%);
    }
    50% {
        background: linear-gradient(90deg, #6AB1B7 1.49%, #98CC96 100.57%); /* Change the gradient colors */
    }
    100% {
        background: linear-gradient(90deg, #98CC96 1.49%, #6AB1B7 100.57%);
    }
}


#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #576971;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

.header-social-links a {
  color: #7b909a;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 10px;
}

.header-social-links a:hover {
  color: #6AB1B7;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  width: 100%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
}

.navbar li {
  position: relative;
  padding: 0px 13px;  
  list-style: none;
  width: 15%;
  text-align: center;

}

.navbar li:hover::before,
.navbar li.active::before {
 content: '\2022';
  font-weight: bold;
  position: absolute;
  top: 80%;
  font-size: 1.4rem;
  margin: 0 auto;
  color: #fff;
  transition: opacity 0.3s ease-in-out; /* Add a smooth transition effect */
  font-size: 22px;
  font-weight: 600;

}
.navbar li:hover::before,
.navbar li.active::before {
  transform: translateY(-50%) scale(1); /* Increase the scale on hover or when active */
}
.navbar a,
.navbar a:focus {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 10px;*/
  padding: 18px 0 17px 0px;
  font-size: 15px;
  color: #6AB1B7;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  color: #ffffff;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
  padding-left: 10%;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 5px 0px 0px 0px;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 165px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #98CC96;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #6AB1B7;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #364146;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

/*@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}*/

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #364146;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #6AB1B7;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #6AB1B7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 70px;
  padding: 60px 0;
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #364146;
}

#hero h2 {
  color: #576971;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #6AB1B7;
}

#hero .btn-get-started:hover {
  background: #008bd1;
}

#hero .hero-img {
  text-align: center;
}

#hero .hero-img img {
  width: 70%;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #hero h2 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 130px 0 0px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f8f9;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}

.section-title h2 {
color: #728183;
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
line-height: 45px;
}


.picktextclr {
   background: linear-gradient(to right, #9acb94, #60a8aa);
            -webkit-background-clip: text;
            color: transparent;
            display: inline-block;
             font-size:40px;
  font-weight: 700;
  }

.hrgred {
 display: flex;
width: 500px;
height: 12px;

justify-content: center;
align-items: center;
flex-shrink: 0;
    background: linear-gradient(-90deg, #98CC96, #5EACAE, #98CC96, #5EACAE);
margin: 0 auto 15px auto;
  background-size: 400% 400%;

  animation: gradient 5s ease infinite;

}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}





.infosection p {
  text-align: justify;
  font-size: 16px;
    padding: 0px 11%;

}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 0;
  margin-top: 40px;
}

.about .container {
  background-color: #f7f8f9;
  padding: 60px 50px;
}

@media (max-width: 992px) {
  .about .container {
    padding: 30px;
  }
}

.about .content h3 {
  font-weight: 400;
  font-size: 32px;
  color: #364146;
  font-family: 'Montserrat', sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #28a745;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-bottom: 40px;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #364146;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border-left: 4px solid #fafbfb;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #576971;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link:hover {
  background: #fafbfb;
}

.features .nav-link:hover h4 {
  color: #364146;
}

.features .nav-link.active {
  border-radius: 0;
  border: 0;
  border-left: 4px solid #6AB1B7;
  background: #fafbfb;
}

.features .nav-link.active h4 {
  color: #6AB1B7;
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.features .tab-content {
  text-align: right;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #6AB1B7;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #364146;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #364146;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #6AB1B7;
  margin: 0 2px;
  font-size: 24px;
  display: inline-block;
  transition: 0.3s;
  background: #eaf8ff;
  border-radius: 50px;
  line-height: 0;
  padding: 6px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
  background: #6AB1B7;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6AB1B7;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6AB1B7;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 65, 70, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #364146;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #576971;
}

.cta .cta-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #6AB1B7;
}

.cta .cta-btn:hover {
  background: #008bd1;
}

@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


.testimonial-slider .testimonial-item {
width: 400px;
height: 400px;
flex-shrink: 0;
border-radius: 50%;
padding: 0px 10px;
}

.testimonial-slider .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonial-slider .testimonial-item p {
color: #1E8851;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
width: 100%;
/*height: 159px;
*/flex-shrink: 0;
padding: 0px 49px;
height: 155px;
}

.testimonial-slider .testimonial-item h4 {
 font-size: 18px;
  color: #3c7176;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
  font-weight: 500;
}

.testimonial-slider .testimonial-item .quote-icon-left,
.testimonial-slider .testimonial-item .quote-icon-right {
  color: #d8dee1;
  font-size: 26px;
}

.testimonial-slider .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonial-slider .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}



.testimonial-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #98CC96;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #98CC96;
}
.testimonial-slider .swiper-slide {
width: 400px;
height: 400px;
flex-shrink: 0;
border-radius: 50%;
/*background: linear-gradient(143deg, #98CC96 12.96%, #6AB1B7 87.07%);
*/}



.testimonial-slider .swiper-slide.swiper-slide-next {
width: 400px;
height: 400px;
flex-shrink: 0;
border-radius: 50%;
/*background: linear-gradient(143deg, #98CC96 12.96%, #6AB1B7 87.07%);
*/}

.quote {
  color: #3C7176;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  line-height: 1.2; /* Adjust line height as needed */
  margin-top: 30px;
  margin-bottom: -16px;
}

.testimonial-slider .swiper-slide.swiper-slide-next p {
color: #1E8851;
}
.testimonial-slider .swiper-slide.swiper-slide-next h4{
  color: #3C7176


}
.testimonial-slider .swiper-slide.swiper-slide-next .quote{
  color: #3C7176;
}





/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: url("../img/team-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.team::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #364146;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #364146;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5c1c6;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #627680;
}

.team .member .social a:hover {
  color: #6AB1B7;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #eceff0;
  border-left: 1px solid #eceff0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eceff0;
  border-bottom: 1px solid #eceff0;
  overflow: hidden;
  background: #fff;
  height: 120px;
  padding: 40px;
}

.clients .client-logo img {
  max-width: 50%;
  filter: grayscale(100);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e9ecee;
}

.pricing h3 {
  font-weight: 400;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}

.pricing h4 {
  font-size: 36px;
  color: #6AB1B7;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #6AB1B7;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 20px 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: #6AB1B7;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing .featured {
  background: #6AB1B7;
  border-color: #6AB1B7;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-buy {
  background: #fff;
  color: #6AB1B7;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #6AB1B7;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #e3e7e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #007ab7;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #6AB1B7;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #6AB1B7;
  float: left;
  width: 44px;
  height: 44px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #627680;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #6AB1B7;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #6AB1B7;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #6AB1B7;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1eb4ff;
}


.costomcontactform input,select,textarea{
  color: #728183 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  outline: none !important;
  border: 0px !important;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.costomcontactform input {
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.costomcontactform select {
    padding-bottom: 10px;
    margin-bottom: 50px;
      border-radius: 0px;
      padding-left: 0px;
  padding-right: 0px;
    font-weight: 400;


}
.submitbtncont{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 49px;
  padding-right: 44px;
  background: rgba(152, 204, 150, 0.15);
  border-radius: 10px;
  overflow: hidden;
  border: 3px #98CC96 solid;
  color: #0D5332;
  font-weight: 700;
  font-size: 23px;
  cursor: pointer;
  width: 200px;
}


  
/* Placeholder styling */
.costomcontactform input::placeholder {
  color: #728183;
  font-size: 20px;
}

/* Styling for select element */
.costomcontactform select {
  color: #728183;
  font-size: 20px;
  font-weight: 400;
}

/* Styling for placeholder in select dropdown */
.costomcontactform select option[disabled] {
  color: #728183;
  font-size: 20px;

}

/* Styling for textarea element */
.costomcontactform textarea {
  color: #728183;
  font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 50px;
      border-radius: 0px;
      padding-left: 0px;
  padding-right: 0px;
resize: none;
height: 138px;
  font-weight: 400;

}

/* Styling for placeholder in textarea */
.costomcontactform textarea::placeholder {
  color: #728183;
  font-size: 20px;
  font-weight: 500;

}




@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f6f7;
  min-height: 40px;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4c5c63;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:linear-gradient(103.38deg, #98cc96, #224D50);
  padding: 0 0 0px 0;
  color: #ffffff;
  font-size: 14px;
}
/*
#footer {
    background: linear-gradient(103.38deg, #98cc96, #224D50);
    padding: 0 0 0px 0;
    color: #ffffff;
    font-size: 14px;
    animation: changeBackgroundColorFooter 5s infinite alternate ease; /* Add the 'ease' timing function */
}

@keyframes changeBackgroundColorFooter {
    0% {
        background: linear-gradient(103.38deg, #98cc96, #224D50);
    }
    50% {
        background: linear-gradient(103.38deg, #224D50, #98cc96); /* Change the gradient colors */
    }
    100% {
        background: linear-gradient(103.38deg, #98cc96, #224D50);
    }
}*/



#footer .footer-top {
  padding: 60px 0 30px 0;
  border-top: 0px solid #e9ecee;
  border-bottom: 0px solid #e9ecee;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 19px;
  margin: 1rem 0 2rem 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
#footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 3rem;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  width: 57%;
  font-weight: 400;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e9ecee;
  color: #8a9ca5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #6AB1B7;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #364146;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6AB1B7;
  font-size: 18px;
  line-height: 1;
  margin-left: -5px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #576971;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #6AB1B7;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e3e7e9;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #6AB1B7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #007ab7;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #364146;
}


/*New custom css*/
.logo img {
  height: 5rem;
  padding: 10px;
}
.contacttext {
  font-size: 18px;
}
.leafpadding {
  padding: 10% 10% 10% 10%;
}


.gblsolutext {
  padding: 5% 9% 5% 5%;
}
.gblsolutext p{
  font-size: 16px;
}
a.bookbtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 49px;
  padding-right: 44px;
  background: rgba(152, 204, 150, 0.15);
  border-radius: 10px;
  overflow: hidden;
  border: 3px #98CC96 solid;
  color: #0D5332;
  font-weight: 700;
  font-size: 23px;
  cursor: pointer;
  display: inline-flex;
}


a.bookbtn:hover{
  background: rgba(134, 179, 132, 0.39);
}
.icondata p {
   background: linear-gradient(to right, #9acb94, #60a8aa);
            -webkit-background-clip: text;
            color: transparent;
            display: inline-block;
             font-size:42px;
  font-weight: 700;
    width: 100%;
  text-align: center;
  font-size: 73px;
  font-style: normal; 
  font-weight: bold;
  padding: 30px 10px 15px 10px;



  }
 .icondata {
  text-align: center;
}
.icondata span {
 color: #3C7176;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.667% */
width:236px;
display:inline-block;
}
.testimonial img {
  position: absolute;
  z-index: 99999;
  padding-top: 7%;
  width: 29%;
  left: 35%;
  color: #fff;
  font-size: 23px;

}

.testimonial {
  height: 31rem;
  width: 31rem;
  margin: 0 auto;
  border-radius: 50%;
  background-image: url('../img/gradient-circle.png');
  background-position: center center;
}


.testimonial p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  width: 100%;
  padding: 20% 4%;
}
.stay_connected img {
  margin: 10px;
  transition: transform 0.3s ease;
}
.stay_connected img:hover {
  transform: scale(1);
}
.socialbox img {
  height: 29px;
  margin: 6px;
  border-radius: 50%;
}
.socialbox img {
  height: 29px;
  margin: 6px;
  border-radius: 50%;
    transition: transform 0.3s ease; /* Adding a smooth transition effect */
}
.socialbox img:hover {
  transform: scale(1.2); /* Scaling the image by 1.2 times on hover */
}
.newsleft {
  float: left;
}
.newright {
  float: left;
  padding-left: 4%;
  width: 100%;
}
.newright input{
  text-align: right;
  font-weight: 500;
  color: #728183;
}
.socialbox{
 
}
.newright input {
  padding: 10px;
  border-width: 3px;
  border-style: solid;
  border-radius: 0px;

  /* Create a linear gradient from red to green for the border */
  border-image: linear-gradient(to right, #94CA99, #70B6B0);
  border-image-slice: 1; /* Ensure the gradient covers the entire border */
  font-size: 20px;
}
.newsleft label {
  color: #627680;
  font-size: 21px;
  line-height: 30px;
  padding: 8px 7px 0px 0px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #5a5af3;
  color: #fff;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0c0ca8;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.bgimageslider {
  background: red;
  width: 400px;
  height: 400px;
  border-radius: 50%;
}

.heroslider h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #3C7176;
}
.heroslider p{
color:#414A4B;
font-size: 16px;
}

.innerslide {
  top: 20%;
  left: 10%;
  text-align: left;
}
.innerslide h2 {
color: #3C7176;
font-size: 43px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 111.111% */
width: 38%;


}
.innerslide p {
  color: #414A4B;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 138.889% */
width: 55%;

}


.evenslide {
  top: 20%;
  left: 10%;
  text-align: left;
}
.evenslide h2 {
  width: 42%;
}
.evenslide p {
  width: 42%;
}
.oddslide {
  top: 20%;
  text-align: left;
  margin-left: 38%;
}
.oddslide h2 {
  width: 100%;
}
.oddslide p {
  width: 100%;
}


.heroslider .bookbtn {
  padding: 0.5% 4%;
  margin-top: 17px;
}

.carousel-indicators [data-bs-target] {
  background-color: #62a9a9;
 }

 .imgbox {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
      overflow: hidden;
      padding-top: 2%;
}
.imgbox im {
   display: block;
      width: 100%;
      height: auto;
      transition: transform 0.3s ease-in-out;
}
.imgbox h2 {
  color: #6E6A56;
  font-size: 18px;
  width: 75%;
  margin: 10% auto 13% auto;
  min-height: 55px;
}

.imgbox img:hover{
        transform: scale(1.2) !important;
        cursor: pointer;
}
.contactaddboxhrgred{
  width:85%;margin-left: 0px;margin-bottom: 50px;
}
.contactreachushrgred{
  width:85%;margin-left: 0px;margin-bottom: 25px;
}
.comingsoon{
  padding: 2% 2% 1% 4%;
}
.comingsoon img{
  width: 100px;
  margin-top: 10%;
}
.comingsoon h2 {
  color: #728183;
  margin-top: 3%;
  font-size: 26px;
  margin-bottom: 4%;
}
.comingsoon p {
  color: #728183;
  line-height: 33px;
  font-size: 16px;
}

.explore-link {
    display: inline-flex;
    align-items: center;
}
.explore-link .explore-text {
    opacity: 0;
    margin-left: 2px; /* Space for the arrow to move */
    transition: opacity 0.6s ease-in-out;
}

.explore-link .arrow-image {
    transition: transform 0.6s ease-in-out;
    position:absolute;
}

.explore-link:hover .explore-text {
    color: #6AB1B7;

    opacity: 1;
}

.explore-link:hover .arrow-image {
    transform: translateX(80px); /* Adjust as needed for desired movement */
}

/*flip text*/
/*
.arrow-image {
cursor: pointer;
transition: transform 0.3s ease-in-out;
}
*/
.read-more {
position: absolute;
top: 50%;
left: 60px; /* Adjust the position as needed */
opacity: 0;
transition: opacity 0.3s ease-in-out;

}
/*
.arrow-image:hover {
  opacity: 1;

transform: translateX(50px); 
}

.arrow-image:hover + .read-more {
opacity: 1;

}
*/
/*Product*/
.ourproduct{
  margin-top: 120px;
}


.ourproduct h2{
color: #6E6A56;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 20px;
width: 240px; 
}.gblsolutext .bookbtn {
  margin-top: 35px;
}
.ourpartner .testimonial-item {
  margin-top: 75px;
  text-align: center;
}
.ourpartner .testimonial-item .partners-img
{
  width: auto;
  height: 76px;
}.ourpartner {
  width: 1100px;
  margin: 0 auto;
}
.staycnbox {
  width: 85%;
  margin: 20px auto 0 auto;
}

.stay-connected .testimonial-item {
height: 450px;
flex-shrink: 0;background: #FFF;
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
padding: 15px;
}

.swiper-button-next, .swiper-button-prev{
  top: 36%;
}
.swiper-button-next, .swiper-button-next{
  top: 36%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 26px;
  font-weight: 800;
}
.swiper-button-next, .swiper-button-prev{
  color:#619788;
}
/*Flag and circle section*/
.imgcirbox {
  position: absolute;
}
.circleround {
  position: relative;
  left: 15%;
  top: -3px;
}
.circleimg {
  position: relative;
  top: -30px;
  right: 30%;
}
.staycnbox h3 {
  color: #414A4B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 25px;
}
.staycnbox p {
  color: #414A4B;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer-info {
  margin-top: 80px;
}
.footer-top1 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 100px;
  width: 75%;
  margin: 0 auto;
  background: url('../img/footerleaf.png');
  background-repeat: no-repeat;
  background-position: 90% 100%;
}
.footer-info h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 50px;
}.footer-info ul {
  margin-left: -30px;
  margin-bottom:25px;
}
.footer-top1 ul li{
  list-style: none;
}
.footer-top1 ul li a{
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; 
}

.footer-info p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.footer-info ul li a:hover{
  text-decoration: underline;
}.contactnsupprt {
  padding-top: 10px;
}
.contactnsupprt li  {
  margin-bottom: 20px;
}
.socialicon a {
  margin-right: 15px;
}

.product-footer h1{
text-align: center;
}
.product-footer .slider {
  margin-left: 15%;
}


  .phover1 {
    position: absolute;
    top: 0;
    left: 50px;
    opacity: 0;
  }
  .testimonial-item:hover .phover1 {
    display: block;
    background: #00000087;
    width: 209px;
    height: 209px;
    border-radius: 50%;
  }
  .testimonial-item:hover .phover1 {
    opacity: 1;
  }
  .phover1 img {
 margin: 70px auto 0px auto;
  padding: 0px;
  height: 66px;
  width: 66px;
}
  .product {
    position: relative;
    width: 200px;
  }
  .product img {
    width: auto;
    height: auto;
  }
  .phover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .product:hover .phover {
    display: block;
    width: 209px;
    height: 209px;
    border-radius: 50%;
  }
  .product:hover .phover {
    opacity: 1;
  }
  .phover img{
    margin:  60px auto;
  }

  /*About us page*/
  .aboutuspage{
   width: 1119px;
  }

  .aboutuspage img {
  border-radius: 50%;
  height: 400px;
  width: 400px;
}

.aboutuspage h1{
  color: #728183;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: left;
margin-top: 100px;
}

.aboutuspage h2{
  text-align: left;
  color: #728183;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 133.333% */
}

.aboutuspage .picktextclr{
  font-size: 41px;
}
.aboutuspage .hrgred {
  margin-left: 0px;
  margin-top: 15px;
}

.aboutuspageinfo{
   width: 1119px;
   color: #414A4B;
text-align: justify;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 122.222% */ 
  }

  .aboutuspageinfo p{
    margin-top: 70px;
  }


    .aboutuspage1{
   width: 1119px;

}

.aboutuspage1 p {
  padding-top: 50px;
  padding-right: 50px;
  text-align: justify;
}

.textinfoleft{
   padding-top: 60px !important;
  padding-left: 35px;
  text-align: justify;
}
.handshake {
  background-image: url('../img/handshake.png');
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 48% 88%;
}


/*c2c*/

.bdrdiv{
border-right:12px solid #5EACAE;
}

.bdrdiv::last-child{
  height: 50%;
}
.c2cbox{color: #728183;
text-align: justify;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 122.222% */}

.evenc2c .hrgred {
  width:100% ;
}


.evenc2c h2{
color: #728183;
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 45px;
  padding-bottom: 0px;
  padding-right: 30px;
  margin-bottom: 4px;
}
.oddc2c h2{
padding-top: 45px;
  padding-left: 25px;
  padding-bottom: 0px;
  color: #728183;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.evenc2c p{
  padding: 15px 30px 95px 0px;
  color:#414A4B;
}
.oddc2c p {
  padding:15px 0px 109px 25px;
    color:#414A4B;
}
.oddc2c .hrgred {
  width:100% ;
}
.conceptualization{
  display: block;
}
.servictestimonial
{padding-top: 30px; margin-bottom:90px;}
/*--------------------------------------------------------------
# careers
--------------------------------------------------------------*/
.careers{
padding: 65px 0px 50px 0px ;
}
.careers-even
{
  background: #EFF8F9;
}
.careers-odd
{
  background: #ffffff;
}
.careers-btn {
  display: flex;
  width: 225px;
  padding: 5px 0px 5px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 3px solid #98CC96;
  background: rgba(152, 204, 150, 0.15);
  color: #3C7176;
  font-weight: 600;
  font-size: 22px;
  margin-left: 4%;
}

.careers h2
{
  color: #3C7176;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 0px 0px 25px 0px;
padding: 0px 4%;
}

.careers h3
{
margin: 0px 0px 20px 0px;
color: #3C7176;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 0px 4%;
}

.careers p
{

color: #414A4B;
text-align: justify;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
margin: 0px 0px 20px 0px;


}
/*--------------------------------------------------------------
# pillars-section
--------------------------------------------------------------*/
.pillars-section ul li{
  width: 33%;
  list-style: none;
  float: left;
  text-align: center;
  padding: 40px 100px 10px 100px; 
  height: 230px;
}
.pillars-section ul li img{
 height: 120px;
 text-align: center;
 }
.pillars-section ul li h2
{
  color: #728183;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
width: 100%;
margin-top: 20px;
}
.sourcing ul{
  margin-top: 20px;
  margin-left: 12%;
}
.sourcing ul li {
  list-style: none;
  background: url('../img/tick-inside.png') left center no-repeat;
  padding-left: 30px;
  color: #5EACAE;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  padding-right: 16px;
  text-indent: 24px;
}
.careers p {
  padding: 0px 4%;
}
/*Sourcing*/

.greenbg {
  width: 180px;
  height: 180px;
  padding: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #98CC96 13.64%, #6AB1B7 84.73%);
  margin: 0 auto;
  padding:32px 20px 40px 35px;
}
.prodimage{
  margin: 0 auto;
height: 100px;
}
.productboxdata ul li {
  width: 33%;
  list-style: none;
  float: left;
  text-align: center;
  padding:5px 45px;
  margin-bottom: 4%;
    height: 330px;

}
.productboxdata h2 {
font-size: 24px;
font-style: normal;
font-weight: 700;
background: linear-gradient(278deg, #5EACAE 23.72%, #98CC96 91.53%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 25px 0px;
}
.productboxdata ul li p {
  color: #414A4B;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height: 180px;
  padding: 0% 9%;
}

.choose-generex {
  margin-top: 70px;
}
.choose-generex ul li {
  width: 33%;
  list-style: none;
  float: left;
  text-align: center;
  padding: 40px 45px;
  margin-bottom: 0px;
}
.choose-generex h2 {
  margin-top: 35px;
  color: #728183;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.choose-generex ul li p {
  margin-top: 20px;
  color: #414A4B;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 120px;
}
.productboxbtn{
  color: #728183;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.productboxbtn .fas{
  color: #98CC96;
}
.choose-generex-txt {
  font-size: 35px !important;
  margin-bottom: 15px !important;
}

/*Word animation*/

.scrollbox {
  margin: 0 auto;
  padding: 0px 0 45px 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scrollgroup {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
  margin-top: -8px;
}

.scrollgroup .scrollitem {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 40px;
  background: linear-gradient(to right, #9acb94, #60a8aa);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  text-align: left;
}


.scrollbox1 {
  margin: 0 auto;
  padding: 0px 0 45px 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scrollgroup1 {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
}

.scrollgroup1 .scrollitem1 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 42px;
  background: linear-gradient(to right, #9acb94, #60a8aa);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
}

.evenc2c .evenbar {
  position: relative;
  right: 8px;
}
.oddc2c .oddbar {
  position: relative;
  left: -43px;
}

.half-bdr-bottom {
  border-right: 12px solid;
  border-image: linear-gradient(to right, #5EACAE 50%, transparent 50%) 100% 1;
}
.home-footer-pad{
  margin-bottom: 50px;
}
.naturewidth{

}
.padl0{
  padding-left: 0px;
}


.padr0{
  padding-right: 0px;
}




/*======================================Contact us page============================================*/
.contactusleaf {
  background: url('../img/contactleaf.png');
  background-repeat: no-repeat;
  background-position: 100% 27%;
  background-size: auto 38%;
}

.contactinfobox h2, .contactaddbox h2 {
  color: #728183;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
}


.hrbgline {
  background: url('../img/hrbgline.png');
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: bottom;
}
.contactinfobox, .contactaddbox {
  text-align: left;
}
.contactinfobox h3, .contactaddbox h3 {
  color: #728183;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-top: 30px;
}

 .contactreachus{
  padding-left: 70px;
 }

.contactaddbox ul li img, .contactinfobox ul li img {
  height: 37px;
  width: 37px;
  margin-top: 0px;
  margin-right: 13px;
  color: #414A4B;
}
.contactaddbox ul li,
.contactinfobox ul li {
margin-left: -30px;
}
.prodiconbox img {
  height: 60px;
  width: 60px;
}
.contactaddbox ul li {
  color: #414A4B;
  text-align: justify;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  list-style: none;
}
.contactinfobox ul li{
  color: #728183;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  list-style: none;
}
.contactaddbox {
  margin-top: 0px;
  padding: 0% 2% 0% 4%;;
}

.contactaddbox b {
  font-weight: 600;
  color:#414A4B
}

.contactreachus a{color:#414A4B}

/*=======================================Map icon =======================================*/
.map-location {
  position: absolute;
}

.map-location-details {
  display: none;
}

.map-point {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #082C50;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  /*animation: waveAnimation 5s infinite;*/ /* Adjust the animation duration as needed */
}

@keyframes waveAnimation {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(8,44,80, 0.7), 0 0 0 0 rgba(8,44,80, 0.5), 0 0 0 0 rgba(8,44,80, 0.3);
  }
  25%, 75% {
    box-shadow: 0 0 0 2px rgba(8,44,80, 0.7), 0 0 0 6px rgba(8,44,80, 0.5), 0 0 0 10px rgba(8,44,80, 0.3);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(8,44,80, 0.7), 0 0 0 0 rgba(8,44,80, 0.5), 0 0 0 0 rgba(8,44,80, 0.3);
  }
}

.nyc1 {
  top: 28.8%;
  left: 15.8%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc1 img {
 top: -151px;
 position: absolute;
 left: -41px;

}

.nyc2 {
top: 42%;
  left: 25.8%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc2 img {
  top: -150px;
  position: absolute;
  left: -41px;
  float: left;
}
.nyc2 {
  top: 39%;
  left: 24.8%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc2 img {
  top: -150px;
  position: absolute;
  left: -41px;
  float: left;
}

.nyc3 {
top: 40.5%;
  left: 42%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc3 img {
  top: -103px;
  position: absolute;
  left: -119px;
  float: left;
}
.nyc4 {
 top: 43.5%;
  left: 41%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc4 img {
  top: -151px;
  position: absolute;
  left: -41px;
  float: left;
}
.nyc5 {
  top: 40.9%;
  left: 40%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc5 img {
  top: -86px;
  position: absolute;
  left: 0px;
  float: left;
}

.nyc6 {
  top: 78.5%;
  left: 44%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc6 img {
  top: -151px;
  position: absolute;
  left: -41px;
  float: left;
}

.nyc7 {
 top: 53%;
  left: 57%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc7 img {
  top: -151px;
  position: absolute;
  left: -40px;
  float: left;
}
.nyc8 {
  top: 57%;
  left: 56%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}
.nyc8 img {
  top: -96px;
  position: absolute;
  left: 0px;
  float: left;
}
.nyc9 {
  top: 42.5%;
  left: 67.2%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}
.nyc9 img {
  top: -151px;
  position: absolute;
  left: -41px;
  float: left;
}

.nyc10 {
 top: 42.1%;
  left: 68.5%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}
.nyc10 img {
  top: -112px;
  position: absolute;
  left: 0px;
  float: left;
}


.nyc11 {
  top: 95%;
  left: 73.5%;
  position: relative;
  float: left;
  width: 20px;
  cursor: pointer;
}

.nyc11 img {
  top: -151px;
  position: absolute;
  left: -40px;
  float: left;
}

/* ================All products=================*/


.allproducts p {
  text-align: justify;
  font-size: 16px;
    padding: 0px 4%;
/*    color: #000;
*/
}
.prodphover {
    position: absolute;
    top: 0;
    left: 61px;
    opacity: 0;
  }
  .testimonial-item:hover .prodphover {
    display: block;
   /* background: #00000087;*/
    width: 209px;
    height: 209px;
    border-radius: 50%;
  }
  .testimonial-item:hover .prodphover {
    opacity: 1;
  }
  .prodphover img{
    margin:  60px auto;
  }
.allproducts h2{
width: 100%;
  color: #3C7176;
text-align: center;
font-family: Montserrat;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 138.889% */
padding: 0px 15%;
}
.marb100{margin-bottom: 100px;}
.prodswiper{

  position: relative;


}


/*=======================================================Copy paste===============================================================================*/
.product-card-collection-wrapper {
  margin-bottom: 65px !important;
  display: inline-block;
}
.product-card {
  position:relative;
  padding-top:8.75rem;
  overflow:hidden;
}
.product-card .top-wrapper {
  overflow:hidden;
}
.content-wrapper .logo {
  margin-top: 40px;
  height: 50px;
}
.product-card .image-wrapper {
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:185px;
  overflow:hidden;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  text-decoration:none;
  transition:ease all 0.4s 0s;
}
.product-card .image-wrapper .overlay {
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:transparent;
  content:'';
  transition:ease all 0.2s 0s;
}
.product-card .image-wrapper .category-cover {
  position:absolute;
  z-index:9;
  bottom:0;
  left:0;
  width:95%;
  padding:.6875rem;
  opacity:0;
  transition:ease all 0.5s 0s;
}
.product-card .image-wrapper .category-title {
  padding:0 .3125rem;
  color:#FFF;
  font-size:1.125rem;
  font-weight:700;
  letter-spacing:.04688rem;
  line-height:1.625rem;
  text-transform:uppercase;
}
.product-card .image-wrapper .category-list {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
  transition:ease all 0.4s 0s;
}
.product-card .image-wrapper .category-list .category-item {
  margin: .3125rem .3125rem 0 0;
  padding: 8px 10px 8px 10px;
  border-radius: 20px;
  background: linear-gradient(276deg, #6AB1B7 -17.03%, #98CC96 100.93%);
  color: #ffffff;
  font-size: .75rem;
  line-height: .9375rem;
}
.product-card .content-wrapper {
  padding:15px 15px 0px 15px;
}
.product-card .content-wrapper .title {
  display:inline-block;
  width:100%;
  padding-right:10%;
  color:#222121;
  font-size:1.375rem;
  font-weight:700;
  letter-spacing:-.03125rem;
  line-height:1.625rem;
  text-decoration:none;
  transition:ease all 0.4s 0s;
}
.product-card .content-wrapper .description {
color: #728183;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
}
.product-card .bottom-wrapper {
  position:absolute;
  z-index:6;
  bottom:0;
  left:0;
  display:-ms-flexbox;
  justify-content:space-between;
  width:100%;
  padding:5px 20px 10px 0px;
  background:#FFF;
  text-align: right;
}
.product-card .bottom-wrapper .partner {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:column;
  flex-flow:column;
  -ms-flex-pack:center;
  justify-content:center;
  width:75px;
  height:40px;
}
.product-card .bottom-wrapper .partner .logo {
  vertical-align:middle;
  max-width:100%;
  max-height:100%;
  margin-right:.375rem;
}
.product-card .bottom-wrapper .partner path {
  fill:#FF5E3D
}
.product-card .bottom-wrapper .partner-link {
  margin-top: .125rem;
  border: none;
  background: #FFF;
  letter-spacing: .03125rem;
  color: #6AB1B7;
  text-align: right;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-decoration-line: underline;
}
.product-card-collection {
  padding: 0px 0px;
}
.product-card-collection .product-card {
  position:relative;
  display:block;
  width:263px;
  margin:0px 30px 60px 30px;
  padding-bottom:3.75rem;
  border:1px solid #d9d9d9;
  background-color:#fff;
  color:#728183;
  text-decoration:none;
  transition:ease background 0.4s 0s;
    float:left;
    height: 360px;

}
  
  .product-card:hover .image-wrapper {
    width:105%;
    height:calc(100% - 56px);
  }
  .product-card:hover .image-wrapper .overlay {
    background:rgba(0,0,0,.15);
  }
  .product-card:hover .image-wrapper .category-cover {
    top:initial;
    bottom:0;
    opacity:1;
  }
  .product-card:hover .image-wrapper .category-list {
    margin-bottom:.9375rem;
    transition:ease all 0.2s 0.1s;
  }
/*=================== Product details==============*/

.product-details .hrgred {
  margin-left: 0px;
  margin-top: 15px;
}
.product-details-box-1 {
  padding:80px 0 0px 0;
}
.product-details-box-2 {
  min-height: 676px;
  padding: 0px;
  margin: 6% 0px 0% 0px;
}
.product-details-box-3 {
    padding: 20px 0px 130px 0px;

 }
.product-details-box-4 {
  padding: 114px 0px 0px 0px;
}
.half-cir-left {
 /* background: url('../img/half-circle.png');*/
  background-repeat: no-repeat;
}
.row.product-details h2 {
  color: #728183;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.mechanism-of-action-box {
    height: 540px;
    display: flex; 
    align-items: center; 
    overflow-y: auto;
}
.key-pointers-box{
   height: 670px;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.clinical-box-box{

    height: 550px;
    display: flex;
    align-items: center;
    overflow-y: auto;
}
.mechanism-of-action {
  padding-left: 13px;
  text-align: left;
}
.mechanism-of-action ul {
  margin-left: -15px;
}
.mechanism-of-action li {
/*  list-style: image-set;
*/  color: #414A4B;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.mechanism-of-action li p {
  font-weight: normal;
}
.product-details-l-r-image {

}
.product-details-l-r-image img {
  height: 540px;
}
.product-details-box-2 .product-details {
  margin-left: 22%;
}
.key-pointers {
  padding-left: 12px;
}
.key-pointers li {
  text-align: left;
  list-style: disc;
  margin-bottom: 18px;
  width: 67%;
  font-size: 15px;
  color:#414A4B;
}
.clinical-findings li {
  list-style: disc;
  color: #414A4B;
  font-size: 15px;
  margin-bottom: 15px;
  width: 85%;
  text-align: left;
}
.clinical-findings {
  padding-left: 14px;
}
/*.clinical-box {
  padding-top: 115px;
}*/
.indicationbtn {
  border-radius: 15px;
  background: linear-gradient(93deg, #98CC96 9.87%, #6AB1B7 99.54%);
  display: inline-flex;
  padding: 0px 15px 2px 15px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0px 30px 30px 0px;
  min-width: auto;
}
.indicationbtn:hover {
  background: linear-gradient(93deg, #6AB1B7 9.87%, #98CC96 99.54%);
  color: #FFF;
}

.dosage-forms h2 {
  padding-bottom: 40px;
    padding-left: 100px;

}
.dosage-forms ul {
  padding-left: 35px;
}
.dosage-forms ul li{
  list-style: none;
}
.indication h2 {
  margin-bottom: 85px;
}


.dosage-forms ul li {
  list-style: none;
  width: 33%;
  float: left;
  height: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.dosage-forms p {
  color: #728183;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.awards {
  margin-top: 80px;
}
.awards img {
  margin: 0px 40px 30px 40px;
  height: 190px;
}
.vidoes {
  margin-top: 140px;
  margin-bottom: 125px;
}
.vidoes img {
  height: 470px;
}


.newsevents-box {
  text-align: center;
}
.newsevents-box h2 {
  text-align: left;
  padding-left: 7%;
  margin-top: 7%;
  width: 100%;
}
.newsevents-box h2 a {
  color: #515F61;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration-line: underline;
}
.newsevents-box p {
  color: #414A4B;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 7%;
  margin-top: 4%;
  width: 85%;
  margin-bottom: 33px;
  text-align: justify;
  height: 70px;
  overflow-y: scroll;
  padding-right: 20px;
}
.newsevents p{
  font-size: 16px;
}
.prodiconbox{
margin-bottom: 70px;
}
.prodiconbox h2 {
  color: #6E6A56;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.round-circle{
  border-radius: 50%;
}
 .custom-dropdown {
      position: relative;
      display: inline-block;
      width: 358px;
    }

    .custom-dropdown select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 10px;
      font-size: 16px;
      background-color: transparent;
      border: none;
      border-bottom: 2px solid transparent;
      cursor: pointer;
      outline: none;
      color: #728183;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 208.333% */
background: #fff;


    }
.custom-dropdown select option {
  font-size: 20px !important;
}

.productslogo img {
  height: 200px;
  width: 600px;
}
    .custom-dropdown::before {
  
        content: '\f078';
      font-family: 'Font Awesome 5 Free';
      font-weight: 600; /* Adjust font weight if needed */
      font-size: 53%;
      color: #98CC96;
      font-size: 24px;
      position: absolute;
      top: 57%;
      right: 10px;
      transform: translateY(-50%);
    }

    .custom-dropdown::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(-90deg, #98CC96, #5EACAE, #98CC96, #5EACAE);
    }

.custom-dropdown select {
    font-family: Montserrat, sans-serif; /* Include a generic fallback font */
    font-weight: 500;
}

/* You can also target specific options if needed */
.custom-dropdown select option {
    font-family: Montserrat, sans-serif; /* Include a generic fallback font */
 font-weight: 500;
}
.tickersection{
  margin-top:1%;padding-left: 14%;padding-right: 13%;
}

.videoboxfooter{
width:866px;
height:487px;
}   
 .sorucing-map{height: 616px !important; width:91% !important; background-position: center center !important;background-size: contain !important;background-repeat: no-repeat !important;}

.padt-0{ padding-top: 0px;}
.padb-0{ padding-bottom: 0px;}
.padl-0{ padding-left: 0px;}
.padr-0{ padding-right: 0px;}
.pad0{padding:0px;}
.padtb-0{ padding-top:0px; padding-bottom:0px; }
.padsectiontop-100{padding: 100px 0 0px 0;}
.padt-60{padding:60px 0 0px 0px;}

.padsectiontop-70{padding: 70px 0 0px 0;}
.padsectiontop-25{padding: 25px 0 0px 0;}
.contact-hrgred{width:85%;margin-left: 0px;}
.aboutushrd-1{margin-top: 10px;margin-bottom: 25px;width: 34%;}
.picktextclr-1{font-size: 41px !important;width: 100%;font-weight: 700;}
.padd010per{padding: 0% 10%;}
.infosection-top-pad{padding-top: 102px;padding-bottom: 80px;}
.about-us-page-logo{height: 5rem;width: auto;margin: 30px;}
.mart-110{margin-top:110px;}
.mart-55{margin-top:55px;}
.padt-50{padding-top:50px;}
 
.marb-100{margin-bottom: 100px;}
.mart-50{margin-top: 50px;}
.mart-40{margin-top: 40px;}
.mart-30{margin-top: 30px;}
.mart-25{margin-top: 25px;}
.marr-35{margin-right: 35px;}

.aboutus-hrd-margin-15{margin:15px auto !important; }
.aboutus-hrd-2{font-size: 30px;font-weight: 700;}
.width100{width: 100%;}
.about-us-meet-img{border-radius: 0px !important;width: 100% !important;}
.marb80per{margin-bottom: 80px !important;}


.contactusmapbox{margin-bottom:80px; padding: 0px 5%;}
.padt30mb90{padding-top: 30px; margin-bottom:90px;}
.contactusmapimg{width:100%;height:500px;border:0;}
.contactaddbox p{font-weight: normal;line-height: 23px;padding-left: 57px; color: #414A4B;}
.carrer-hred{width:43%; margin:0 auto 30px 27%;}
.news-width{width:1110px;}
.news-width1{width:1200px;}
.newseventpadding{padding:130px 0 295px 0;}
.sourcinghrgred{width:32%; margin: 0 auto 30px 32%;}
.servicehrgred{width:37%; margin: 0 auto 30px 30%;}

.martpadt{margin-top:0px;padding-top: 0px;}
.mart0pad80{margin-top:0px;padding-top: 80px;}
.sourchrgred{margin-top:50px; margin-bottom: 55px;}
.sourcp{padding: 0% 14% 4% 14% !important;}
.in-licencing-hrd{margin-top: 34px;margin-bottom: 30px;width: 32%;margin-left: 36%;}
.height306{height: 306px;}
.pillerhrd{width: 36%;margin:0 auto 1% auto;}
.padt160pxmarb133{padding-top:160px; margin-bottom:133px;}
.pillerp{font-size: 41px;font-weight: 700;  line-height: 55px;}
.imgh182px{height:182px;}
.dotsliderbox img{height:500px;}
.indexhrd{margin-top: 0px;margin-bottom: 0px;width: 30%;margin-left: 29%;}

#sustainability {
  padding: 100px 0 0px 0;
}
.indexhrdglobal{margin-top: 0px;margin-bottom: 30px;width: 37%;margin-left: 38%;}
.indexhrdestimatecost{margin-top: 0px;margin-bottom: 30px;width: 33%;margin-left: 30%;}

.indeximginfo{text-align: center;padding: 2%;}
.indexiframe{width:896px;height:490px;margin-top: 50;}
.marb30mart15px{margin-bottom: 30px; margin-top: 15px;}
.newseventsfrane{width:500px;height:319px;}
   .menuitem-licencing a{
    float: left;
   }
.pmenu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Adjust as needed */
}
.pmenuitem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  width: calc(20% - 40px);
  padding: 0 5px;
}
.pmenuitem img {
  display: block; /* Ensure the image is treated as a block element */
  margin: 0 auto; /* Center the image horizontally */
  height: 50px; /* Adjust the height based on your design */
  width: 50px; /* Adjust the width based on your design */
}
.pmenuitem h2 {
  color: #728183;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  margin: 16px 0; /* Adjust the margin as needed */
  white-space: wrap;
}
.licenmenuitem-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.licenmenuitem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  width: calc(25% - 20px); /* Adjusted width calculation for better responsiveness */
  padding: 0 10px; /* Adjusted padding for better spacing */
}

.licenmenuitem img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 50px;
}

.licenmenuitem h2 {
  color: #728183;
  font: 500 14px/normal Montserrat;
  letter-spacing: 0.7px;
  text-align: center;
  margin: 16px 0;
  overflow-wrap: break-word;
}




.in-licensing-menuitem {
  width: 72% !important;
}
/* normal menu css */
.main_menu{
  margin:  0 auto;
  width: 87%;
}
.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}
.main_menu ul li a {
  font-size: 16px;
  color: #ffffff;
/*  padding: 17px 25px;
*/  display: block;
  font-weight: 400;
}
.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: var(--hover-color);
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
/*  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
*/}
.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: right;
}
.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}
.main_menu ul li:hover {
  color: #ffffff;
}
/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
/*  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
*/}
.mega_menu_item {
  min-width: 17%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
}
.main_menu ul li .mega_menu_item a:focus {
  text-align: left;
  text-transform: capitalize;
}
.service2ndmenu {
  width: 51.5%;
}
.mega_menu_item_img {
  height: 225px;
}
.mega_menu_item a{
  text-align: left;
  text-transform: capitalize;
  color: #728183  !important;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.7px;
}
.mega_menu_item  a:hover {
  color: #464d4f !important;
}
.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
width: 100%;
  padding: 0% 10%;
}
.mega_menu_demo_2 a{
  color: #ffffff;
}
.mobile_btn {
  display: none;
}
.ani1{
  float: left;width: 54%;
}
.ani2{
  float: left;width: 46%;
}
.page-social{
  margin-top: 0px; margin-bottom: 120px;padding: 0px 0 0px 0;
}
#menuToggle{
  display: none;
}
.firstsliderbanner img {
  height: 618px;
}
.firstsliderbanner h2 {
  margin-top: 3%;
  padding-left: 3%;
}
.firstsliderbanner p{
  margin-top: 0px;
  margin-left: 3% !important;
  margin-bottom: 5%;

}
.thegenerexway{float: left;width: 54%;}
.thegenerexwayright{float: left;width: 46%; padding-left: 0px;}

.ingredients_that_work{ float: left;width: 54%; }
.ingredients_that_workright{float: left;width: 46%; padding-left: 0px; }
.whowearefirst {
  float: left;
  width: 48%;
  padding-left: 0px;
}
.whoweare{float: left;width: 49%;}
.whoweareright{float: left;width: 51%;}
.newseventsframe{
  height:320px; width:500px;
}
.newseventspadb{padding: 0px 0px 135px 0px}
 .custom-dropdown select {
  width: 381px;
  padding-right: 61px;
  padding-left: 0px;
}.category-item br{
  display: none;
}

.global_solutions{ float: left;width: 59%;  padding-left: 0px;}
.global_solutionsfirst{  float: left;width: 40%; padding-left: 0px;}

.weareinlice{float: left;width: 46%; padding-left: 0px;}
.weareinlicefirst{float: left;width: 53%; padding-left: 0px;}

.comprehensive{float: left;width: 44%; padding-left: 0px;}
.comprehensiveright{float: left;width: 56%; padding-left: 0px;}
.conceptualization{padding: 50px 0 0px 0;}

.c2cpad{padding: 0% 10%;}

.c2ceven{ background-repeat: no-repeat;background-size: contain;}

.evenc2c {background-repeat: no-repeat;background-size: contain;}
.oddc2c{background-repeat: no-repeat;background-size: contain;}

.about-us-page-logo{
  height: 7rem !important;
  padding: 0px !important;
}





.morecontent span {
    display: none;
}
.morelink {
    display: inline-flex;
}
.morelink.less {
  display: flex;
  text-align: left;
  margin-top: 5px;
}
.pdfdownloadbox {
  background: #0c0c0c;
  width: 156px;
  line-height: 25px;
  padding: 5px 10px;
  z-index: 999;
  position: absolute;
  bottom: 253px;
  left: 50px;
}

.pdfdownloadbox a img {
  height: 20px;
  margin-right: 10px;
}
.pdfdownloadbox a {
  color: #fff;
  line-height: 25px;
  vertical-align: middle;
  font-size: 15px;
}

.abtvideo{
  width:100%; height:336px;

}
.showhidemobile{
  display: none !important;
}
.showhidedesktop{
 display: block !important;

}