    * {
  padding: 0;
  
}

body, html {
  max-width:100%;
  overflow-x: hidden;
  background:#F2F2EF;
  
}




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

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

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




a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family: 'Poppins';
}

h1,
h2 {
 font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto;
  margin-bottom:15px;
  font-weight:600;
}

h3,h4,h5 {font-family: 'Poppins-m';}


p {
  font-size: 14px;
  line-height: 2;
  color: #231F20;
}


.banner {
    position:relative;
}

.banner .container{
    position:absolute;
    left:0;
    right:0;
    height:100%;
    z-index:1;
}


.slider-container::before {
    background: rgb(0,0,0);
    background: linear-gradient(84deg, rgba(0,0,0,1) 0%, rgba(0,57,112,0) 100%);
    content:'';
    position:absolute;
    width:100%;
    height:100%;
}

.slider-container .slick-dots li button:before {border:1px solid #fff !important;}
.slider-container .slick-dots li.slick-active button:before {background:#fff !important;}

.banner .h2 {color:#fff; font-family: 'Poppins-l' !important; margin-bottom:0px;}
.banner .h2 span {font-family: 'Poppins-m' !important; font-style:normal !important;}

.caption { position: absolute; display: flex; flex-direction: column; height: 100%; width: 100%; align-items: center; justify-content: center; }


.banner img, .banner video {
    height:80vh;
    object-fit:cover
}

.overlay {
    position:absolute;
    width:100%;
    left:0;
    top:0;
    height:100%;
    background:linear-gradient(360deg,rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.65) 34%, rgba(0, 0, 0, 0.17) 100%);
    z-index:1;
}

.span {
    font-size:15px;
    display:block;
    color:#959595;
    margin-bottom:15px;
    text-transform:uppercase;
}
.span::before {content:'•'; color:#0D825E; margin-right:8px;}


nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all ease-in-out 0.5s;
  padding:15px 0;
}
nav .navbar {
  padding: 0px;
}
.navbar-brand img {
  width: 100px;
}

.navbar-brand {
    margin-left:0px;
}
nav .logoblack {
  display: none;
}
nav .navbar-nav {
    margin-right: 35px;
}
nav .navbar-nav .nav-item {
  margin-left: 70px;
}
nav .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 14px;
  text-transform:uppercase;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#fff;
    height:1px;
    transition:all 0.5s ease 0s;
}

nav .navbar-nav .nav-link:hover {
    opacity:1;
    color:#fff;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

nav.dlf_nav {
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background:#0D825E;
}

nav .borde {border:1px solid #fff !important; color:#fff !important;}

nav.dlf_nav .grm-btn.borde::before {background:#000 !important;}


.banner {
    height:80vh;
}


.nav-right {
    margin:0px;
    display:flex;
    align-items:center;
    margin-left:30px;
}



@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }




.pad80 {
  padding: 80px 0;
}

.padt80 {
  padding-top: 80px;
}

.padb80 {
  padding-bottom: 80px;
}



.h2 {
  font-size: 47px;
  margin-bottom: 35px;
}

.h2 span {font-style: italic;}

.h2.less {
    margin-bottom:25px;
}



h4{
    font-size:25px;
}

h4 span {
    color:#23BA97;
}


.black {
    color:#000;
}

.grey {
    background:#F2F2EF;
}



h5 {
    font-size:17px;
    line-height:1.6;
}

h5.head {
    padding-bottom:20px;
    border-bottom:1px solid #ffffff45;
    margin-bottom:35px;
}

.grm-btn {
    border:0px;
    color:#fff;
    padding:8px 22px;
    transition:all 0.5s ease 0s;
    cursor:pointer;
    background:#0D825E;
    border-radius:30px;
    font-size:13px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    z-index:1;
}

.grm-btn::before {
    content:'';
    background: #0D825E !important;
    z-index: -1;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
    border-radius: 0;
    transform: none;
    transition: all 0.5s ease 0s;
    position:absolute;
    left:0;
    
}

.grm-btn:hover::before {
    height:100%;
}

.grm-btn:hover {
    color:#fff;
}

.grm-btn.borde {
    background:none;
    border:1px solid #000;
    color:#000;
}

.grm-btn.borde::before {
    background:#0D825E !important;
}


.grm-btn.borde:hover {
    color:#fff;
    border:1px solid transparent !important;
}


.hoverlink {
    position:relative; 
    color:#000 !important; 
    font-size:14px; 
    transition:all 0.5s ease 0s;
    display: inline-flex;
}
.hoverlink:hover {color:#0D825E !important;}
.hoverlink::after {
    content:'';
    position:absolute;
    left:0;
    width:0;
    bottom:-2px;
    background:#000;
    transition:all 0.3s ease-in-out 0s;
    height:0.5px;
}
.hoverlink:hover::after {width:100%; left:auto;}
.hoverlink img {margin-top:2px; background: #0D825E; width: 16px; height: 16px; padding: 3px; border-radius: 50%; margin-left:10px; }

.radius {border-radius:20px;}
.white {background:#fff;}
.p20 {padding:20px;}
.overflow {overflow:hidden;}
.overflow img {transition:all 0.5s ease 0s;}
.overflow:hover img {transform:scale(1.2);}
.main-products { padding: 20px !important; padding-bottom: 0 !important; }
.main-products .hoverlink::after {display:none;}
.product {background:#f8f7f2; display:flex; align-items:center; justify-content:space-between; padding:25px;}
.product_img {margin-right:0px;}
.product_img img {width:160px; transition:all 0.5s ease 0s;}
.product_detail {width:60%;}
.product p { margin-bottom: 0px; line-height: 1.7; font-size: 13px; color:#000000a1;}
.product h4 {margin-bottom:10px; color:#000;}
.product .hoverlink { position: absolute; right: 40px; top: 10px; }
.product .hoverlink img { transform: rotate(330deg); width: 23px; height: 23px; padding: 5px; transition:all 0.5s ease 0s;}
.product:hover .hoverlink img {background:#000;}
.product:hover .product_img img{transform:translateY(-5px);}
.counter-cont {font-size:50px; color:#0D825E; position:relative; font-family:'Poppins-m';}
.counter-cont::before {content:''; position:absolute; top:-2px; width:80%; height:1px ; background:#95959594;}
.counter-cont.firstrow {margin-bottom:50px;}
.partners {margin-top:50px;}
.partners ul {display:flex; justify-content:space-between;}
.partners li {list-style:none;}
.partners img {width:70px;}
.partners .divider {width:1px; height:40px; background:#95959594; margin-top:13px; }
.nav-tabs {
    position: relative;
    padding: 5px;
    border: 1px solid #add4c8;
    border-radius: 30px;
    justify-content: space-between;
    background: #fff;
    max-width: 500px;
    margin: 50px auto;
}

.nav-tabs .nav-link {
    color: #0D825E;
    min-width: 120px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    border: 0px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.nav-tabs .nav-link.active {
    color: #fff;
}

.tab-indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: calc(100% - 10px);
    width: 120px;
    background: #0D825E;
    border-radius: 20px;
    transition: all 0.4s ease;
    z-index: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background:none;}

/*.flex-container, .main-products {position:relative;}*/
/*.flex-container::before, .main-products::before { z-index: 1; width: 183px; height: 100%; position: absolute; left: -10px; top: 0; content: ''; background: linear-gradient(to right, #F2F2EF 0%, rgba(242, 242, 239, 0) 100%); }*/
.main-products::before {left:50px;}
.brands_slide .slick-list {padding-right:100px;}
.brands {background:#F8F7F2; padding:8px; margin:0 8px; border-radius:20px;}
.brands > img {width:220px; margin:0 auto; margin-bottom:30px;}
.brands .hoverimg { top: 0; opacity: 0; position: absolute; width: 100%; left: 0; height: 100%; object-fit: cover; border-radius: 20px; transition: all 0.7s ease 0s; }
.brands h4 {margin-bottom:8px;}
.brands h4, .brands p {padding-left:15px; transition:all 0.5s ease 0s; position:relative;}
.brands .grm-btn {width:100%; text-align:center; padding:15px;}
.our-brands .brands {transition:all 0.5s ease 0s; position:relative;}
.our-brands .brands:hover .hoverimg {opacity:1;}
.our-brands .brands:hover h4, .our-brands .brands:hover p {color:#fff;}
.our-brands .brands:hover p {opacity:0.8;}
.our-brands .brands:hover .grm-btn {background:#fff; color:#000;}
.our-brands .brands:hover .grm-btn:hover {color:#fff;}
/*.our-brands .slick-track {margin-left:0;}*/
.slick-dots {position:relative !important;}
.slick-dots li {margin:0 2px !important;}
.slick-dots li button:before {padding:0px; border:1px solid #0D825E !important; content:'' !important; width:13px !important; height:13px !important;}
.slick-dots li.slick-active button:before {background:#0D825E;}
.mapsection {overflow:hidden;}
.mansuit {height:580px; object-fit:cover}
.mapimage {margin-top:50px;position:relative;}
.map {transition:all 0.7s ease 0.2s;}
.country {font-family:"Playfair Display", serif !important; opacity:0.8; transition:all 0.6s ease 0.2s; font-size:75px; color:#fff; display:flex; align-items:center; justify-content:center; background:#0D825E; width:330px; height:330px; border-radius:50%; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
.country::before { content: 'Serving'; font-size: 12px; position: absolute; left: 30%; margin-top: 67px; font-family: 'Poppins'; transform: translateX(-50%); }
.country::after { content: 'Countries'; font-size: 12px; position: absolute; margin-left: 140px; margin-top: 67px; font-family:'Poppins'; }
.cities {transform:scale(0.6); transition:all 0.6s ease 0.2s; opacity:0; width: 70px; height: 70px; border-radius: 50%; position: absolute; z-index: 1; background: #0D825E; color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; top: 0; left: 0; text-align: center; line-height: 1.4; }
.cities.one { left: 13%; top: 27%; }
.cities.two { left: 55%; top: 8%; }
.cities.three { left: 61%; top: 36%; }
.cities.four {left:auto; right:20%; top:26%;}

.mapsection.active .map {transform:scale(1.2);}
.mapsection.active .country {opacity:0; transform:scale(1) translate(-50%, -50%);}
.mapsection.active .cities{opacity:1; transform:scale(1);}

.purity_slide {margin-top:20px;}
.purity_slide .slick-list, .purity_slide .slick-track {display:flex;}
.purity_box {height:100%; background:#fff; border-radius:20px; padding:20px;display:flex; align-items:center; margin:0 10px;} 
.p1_image { margin-right: 25px; overflow: hidden; border-radius: 20px; width: 220px; flex-shrink: 0; }
.p1_image img {border-radius:10px; width:100%; border-radius:20px; transition:all 0.5s ease 0s;  object-fit:cover}
.purity_box:hover .p1_image img {transform:scale(1.2);}
.purity_slide .slick-list {padding-right:100px;}
.purity_box .span { margin-bottom: 40px; font-size: 12px; display: flex; justify-content: space-between; }
.p1_cont {padding-right: 25px;}
.gridheight .overflow img, .gridheight video {height:550px; object-fit:cover}
.gridheight video {margin-bottom:-10px;}
.mt30 {margin-top:25px;}
.mb30 {margin-bottom:30px;}
.p_box {padding:40px}
.p60 {padding:60px;}
.social {height:130vh; }
.newsbox {padding:18px 18px 30px 18px; margin:0 8px; height:100%;}
.brands_slide .slick-list, .brands_slide .slick-track {display:flex;}
.newsmainsec .slick-list {padding-right:0px;}
.newsbox p, .newsbox h5 {
    display: -webkit-box;            /* required for line-clamp */
  -webkit-box-orient: vertical;    /* required for line-clamp */
  -webkit-line-clamp: 2;           /* number of lines to show */
  overflow: hidden;                /* hide the rest */
  text-overflow: ellipsis;         /* show ... when truncated */
}
.item.mb-4 {
    height: 100%;
}
.newsbox .overflow {margin-bottom:20px;}
.newsbox .overflow img {object-fit:cover}
.newsbox:hover .overflow img {transform:scale(1.2);}
.newsbox .span {margin-bottom:10px;}
.newsbox .span::before {display:none;}
.hiddenimg {display:none !important;}

#ourstory .newsbox {padding-bottom:10px;}

.slider-container {
    width: 100%
}


.slider-container .item {
    outline: none;
    position: relative
}

.slides-numbers {
    color: #ffffff;
    display: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing:2px;
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 0;
    text-align: right;
    font-size: 0;
    padding-right: 35px;
}

.slides-numbers .active {
    color: #fff;
    font-size: 15px;
}

.slides-numbers .total {
    bottom: 0;
    font-size: 15px;
}

.slides-numbers .total::before {
    content: '/'
}

.desktop-none {display:none;}

.slider-container .slick-dots {bottom:45px;}

/*.tab-pane {transform:translateX(300px); transition:all 1s ease 0.1s;}*/
/*.tab-pane.active.show {transform:translateX(0px);}*/

.navbar-nav .dropdown-menu {width:350px; border-radius:20px; padding:20px; border:0px;}
.navbar-nav .dropdown-menu a {font-size:14px; padding:8px; margin-bottom:2px; position:relative; transition:all 0.5s ease 0s;}
.navbar-nav .dropdown-menu a:last-child {margin-bottom:0px;}
.navbar-nav .dropdown-menu a:hover {background:#f3f3f3; border-radius:10px;}
.navbar-nav .dropdown-menu a img {margin-right:10px;}
.navbar-nav .dropdown-menu a i { position: absolute; right: 18px; top: 22px; color: #0000009e; }
.desktop-menu, .aboutmenu { opacity:0; visibility:hidden; transform:translateY(50px); transition:all 0.6s ease-in-out 0s; display:flex; position: absolute; left:0px; top: 60px; background: #F2F2EF; border-radius: 20px; padding: 30px; width: calc(100%); }
.desktop-menu.active, .aboutmenu.active {opacity:1; transform:translateY(0px); visibility:visible;}
.abouthover {position:relative;}
.aboutmenu {width:300px; left:0; padding:0;}
.aboutmenu .main-menu {width:100%; padding:15px;}
.main-menu {background:#fff; border-radius:20px; padding:25px; width:33%; }
.main-menu li {list-style:none; position:relative; margin-bottom:10px;}
.main-menu li a {color:#000; padding:8px; display:block; transition:all 0.5s ease 0s; border-radius:10px;}
.main-menu li a:hover {background:#F2F2EF; border-radius:10px;}
.main-menu li.active a {background:#F2F2EF;}
.main-menu li img {
    margin-right: 10px;
    width: 40px;
    border-radius: 8px;
    background: #e7e5e5;
    padding: 6px;
}
.main-menu li i { position: absolute; right: 10px; top: 20px; }
.myslider {width:33.333%; background:#fff; border-radius:20px; padding:25px; text-align:center;}
.myslider img {width:260px; margin:0 auto;}
.menu2 {width:34.333%; padding:0px 80px;}
.menu2 p {color: #000000; font-size: 18px;}
.menu2 li {list-style:none;}
.menu2 li a {font-size:14px; color:#0000006b; display:block; margin-bottom:16px; padding-bottom:16px; border-bottom:1px solid #ccc; transition:all 0.5s ease 0s;}
.menu2 li a:hover {color:#000;}
.menu2 li:last-child a {border-bottom:0px; margin-bottom:0px; padding-bottom:0px;}
.menu2 > p i {display:none;}
.social .span {color:#000;}

.vision-wrapper p {
    padding-right:10%;
}

footer {
        position: relative;
    overflow: hidden;
    font-size: 13px;
    background: #000;
    border-top-left-radius:45px;
    border-top-right-radius:45px;
}

footer h5 {
    color:#fff;
    margin-bottom:20px;
    font-family: 'Poppins-l';
    opacity:0.9;
}

footer ul {padding:0; margin:0;}
footer li {list-style:none; margin-bottom:10px; }
footer li a {position:relative; transition:all 0.5s ease 0s ;}
footer li a img { width: 10px; transform: rotate(-45deg); }
footer li a::before {content:''; background:#ffffff8a; width:0; height:1px ; left:0; bottom:0; position:absolute; transition:all 0.5s ease 0s;}
footer li a:hover::before {width:100%;}
footer li a, footer p a {color:#ffffff8a; opacity:1; transition: all 0.3s ease 0s; font-family: 'Poppins-l';}
footer li a:hover, footer p a:hover {opacity:1; color:#fff;}

footer p {
    font-size:13px;
}

footer p a {color:#ffffff8a;}
footer p a:hover {color:#fff;}
.sociallinks {margin-top:30px; margin-bottom:30px;}
.sociallinks a {
    background:#fff; transition:all 0.5s ease 0s; color:#000; margin-right:8px; border-radius:50%; width:30px; height:30px; display:flex; align-items:center;justify-content:center;
}
.sociallinks a:hover {background:#0D825E; color:#fff;}
.address p {margin-bottom:8px;}
footer p a {display:flex; }
footer p a i {color:#fff; margin-right:8px; margin-top:5px;}
.footerbarlinks a { color: #ffffff8a; transition: all 0.5s ease 0s; position: relative; padding-right: 10px; padding-left: 10px; font-size:12px; }
.footerbarlinks a::after {content:''; right:0; position:absolute; right:0; width:1px; height:100%; background:#ffffff8a;}
.footerbarlinks a:hover {color:#fff;}
.footerbarlinks a:last-child::after {display:none;}
.footerlogo {width:100px;}

.copyrite {background:#000; border-top:1px solid #4c4c4c; padding:10px 0px; font-size:12px;color:#ffffff8a;}

label.error {
    color:red;
    font-size:12px;
    position:relative;
    top:-20px;
    margin-bottom:-20px;
}

#contactForm .grm-btn::before {background:#000 !important;}


.spinner-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.grm-btn.btn2::before {background:#000 !important;}


.innerbanner {
    background:#000;
    height:80vh;
}
.innerbanner video, .innerbanner img {height:80vh;}
.innerbanner .container {top:0;}
.innerbanner .caption {text-align:center;}
.innerbanner::before {background:linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); width:100%; left:0; top:0; height:30%; content:''; position:absolute;}
.innerbanner .h2 {font-size:70px; font-family:"Playfair Display", serif !important;}
.innerbanner .h2 span {font-style:italic !important; font-family:"Playfair Display", serif !important;}
.counterabout {margin-top:50px;}
.counterabout .counter-cont{margin-bottom:0px;}

.fullbg {height:80vh; border-radius:30px; position:relative;}
.fullbg::before {border-radius:30px; background:linear-gradient(to left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%); width:100%; left:0; top:0; height:100%; content:''; position:absolute;}
.fullbg .row {align-items:center; height:100%;}
.fullbg .span::before {color:#fff;}
.fullbg .span, .fullbg p, .fullbg .h2 {color:#fff;}
.innerpartner {margin:0;}
.teamslide {margin-top:30px;}
.teamslide img, .teamslide .overflow {border-radius:20px; transition:all 0.5s ease 0s; overflow:hidden; width:100%;}
.teamslide .overflow {margin-bottom:20px; position:relative;}
.team {margin:0 15px;}
.team h3 {font-size:25px;}
.team p {opacity:0.7; line-height:1.5;}
.teamslide .team:hover .overflow img {transform:scale(1);}
.designation { font-size: 12px; transition: all 0.5s ease 0s; position: absolute; left: 10px; bottom: 10px; background: #4a4a4a; padding: 8px 10px; border-radius: 8px; color: #fff; }
.teamslide .team:hover .designation {transform:translateY(-10px);}

.certification {margin-bottom:-40px; padding:150px 0px;}
.accordion {margin-top:50px;}
.card {border-radius:20px !important; background:none; border:0; border-bottom:1px solid #ccc !important; margin-bottom:10px;transition:all 0.5s ease 0s;}
.card-body {padding:0px 40px 20px; position:relative;}
.card-body::before {content:''; background:#ccc; width:calc(100% - 60px); left:30px ; top:-20px ; height:1px; position:absolute; }
.card .btn-link { white-space:normal; padding:0px; text-align:left; background-color: transparent; width: 100%; display: flex; justify-content: space-between; text-decoration:none !important; align-items:center;}
.card .btn-link p {margin-bottom:0px; opacity:0.7;}
.card h3 {font-size:24px; width:25%; flex: 0 0 auto; font-family:"Playfair Display", serif !important; color:#212529; text-decoration:none !important;}
.card .btn-link .para {width:57%;}

.card-header {border-radius:20px !important;  padding: 40px; margin-bottom: 0; background:none; border-bottom: 0px; transition:all 1s ease 0s;}
.card-header span.ar, .benifitslist .ar {flex-shrink:0; color:#fff; background:#0D825E; border-radius:50%; display:flex; width:40px; height:40px; align-items:center ; justify-content:center; transition:all 0.5s ease ;}
.card-header span.ar:hover, .benifitslist .ar:hover {background:#000;}
.card-header span.ar i , .benifitslist .ar i{ transition: all 0.5s ease 0s; font-size: 16px; position: relative; top: 3px; }
/*.card.open {border:0px !important}*/
.card.open, .card:hover {background:#e9e9e5; border-radius:20px;}
.card.open .ar i, .benifitslist li.open .ar i  {transform:rotate(180deg); top:-1px;}
.showall {margin-top:40px;}
.showall i { margin-left: 3px; font-size: 15px; position: relative; top: 2px; }
.showall .grm-btn { padding: 13px 60px; font-size: 14px;}
.showall .grm-btn::before {background:#000 !important;}
.featured {
    background: #e7e7e7;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 30px;
    text-transform:uppercase;
}
.mainblog {padding-right:30px; }
.hasafter {position:relative;}
.hasafter::after {content:''; position:absolute; right:-2px ; top:0; background:#cccccc70; height:100%; width:1px;}
.blogheader {background:#0D825E !important;}
/*.blogheader::before {display:none;}*/
.blogheader, .blogheader img {height:50vh;}
.blogimage {border-radius:20px; margin-bottom:20px;}
.blogimage img {height:400px; border-radius:20px; object-fit:cover}
.col-lg-6.hasafter a {color:#212529;}
.featured_list {padding-left:30px;}
.featured_blogs {display:flex; align-items:center;  margin-bottom:20px;}
.featured_blogs .overflow {border-radius:20px; width:250px; margin-right:20px; flex-shrink:0;}
.featured_blogs img {border-radius:20px; height:130px; object-fit:cover}
.featured_list a, .allblogs a {color:#212529;}

.allblogs .overflow {margin-bottom:20px; border-radius:20px;}
.allblogs .overflow img { height: 300px; object-fit: cover; border-radius: 20px;}
.blogs_row {margin-bottom:-30px;}
.allblogs .col-lg-4 {margin-bottom:30px;}
.add {height:100%;  background-color: rgb(202 202 202 / 37%);  border-radius: 20px; padding: 20px 30px; }
.add h3 {font-size:22px; display:flex; justify-content:space-between; align-items:center;}
.add h3 svg {display:none;}
.add h3 svg path {stroke:#ffff}
/*.add p, .add li {color:#ffffffad;}*/
.add ul {margin-left:0px;}
.add li {font-size:14px; margin-bottom:8px; list-style:none;}
.addrow {margin-bottom:-40px;}
.addrow .col-sm-6 {margin-bottom:40px;}

.map {background:#fff; border-radius:15px; padding:10px; height:100%;}
.map iframe {border-radius:15px; height:100%; width:100%;}
.container2 {  bottom: 60px;  top: auto !important;  height: auto !important;}


.phonenumbers {background:#fff; padding:40px 50px; border-radius:20px; position:relative;}
/*.phonenumbers::before {content:''; position:absolute; left:15px; top:0; background:#ccc; height:100%; width:1px;}*/
.phonenumbers ul {margin:0px;}
.phonenumbers li {list-style:none; padding-bottom:10px; border-bottom:1px solid #ccc; margin-bottom:20px;}
.phonenumbers li p {margin-bottom:5px;}
.phonenumbers li a {color:#231F20;}
.phonenumbers li:last-child {margin-bottom:0px; border-bottom:0px; padding-bottom:0px;}
.phonenumbers h6 {font-size:20px; font-family:'Poppins-m';}
.form-control {background:#fff; border-radius:20px; border:0px ; padding:15px 20px; margin-bottom:25px;}
.form-control:focus {box-shadow:none;}
.partnersform .grm-btn {padding:12px 35px;}
.partnersform .grm-btn::before {background:#000 !important;}

.contactbanner .h2 {margin-top:-50px;}

.featured_list.f2 .overflow {width:170px; flex-shrink:0;}
.nav-pills a {color:#0D825E}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0D825E;
    border-radius: 20px;
}
.fa.fa-download {color:#000;}







.circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100vmax;
    display: flex
;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: scale(.5);
}
.logo {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #fff url(../images/play.png) no-repeat;
    background-size: 30%;
    border-radius: 100vmax;
    background-position: center;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Poppins-m';
  color: #ffffff;
  font-size: 15px;
  animation: textRotation 8s linear infinite;
  text-transform: uppercase;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 100px;
}




.certification.certification2 {
    padding:0;
    background: #d3d3d3;
}

.certificaicate-sm-6 {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 600px;
}
.fancybox-image {
    background: #ffffff !important;
}
.certification2 .pad80{
    
    padding-bottom: 310px;
}

.blog-content br {display:none;}
.blog-content img {width:100%; height:auto; object-fit:cover; border-radius:15px;}
.blog-content ul {margin-top:20px;}
.blog-content li {margin-bottom:8px; margin-left:18px;}
.allblogs #loadMoreBtn:hover {background:none;}
.allblogs #loadMoreBtn::before {background:#000 !important;}

.fancybox-infobar {font-size:30px !important;}
.table-condensed th {background:#0D825E; color:#fff;}
.table-condensed td {background:#e9e9e5; padding:20px;}
.table-condensed td strong {margin-bottom:-10px; display:block;}

.addh {
    margin-top: 80px;
    margin-bottom: 30px;
}

ul.list li {margin-left:15px; list-style:disc;}

.investorTable thead tr th:first-child {width:30%;}
.investorTable thead tr th:nth-child(2) {width:60%;}
.investorTable thead tr th:last-child {width:10%; text-align:center;}
.d-btn {text-align:center;}
.himalaya-box  {
    margin-bottom:15px;
}
.himalaya-box img {
    width: 50%;
    margin-bottom: 10px;
}
.brands.himalaya-box p {
    margin-bottom: 8px;
}

.himalayan-banner {position:relative;}
.himalayan-banner .caption {justify-content:flex-start; padding-top:12%;}
.himalayan-banner::before {background:#0000003d; position:absolute; top:0; width:100%; height:100%; content:''; left:0;}

.himalaya-box ul {
    list-style: none;
    margin: 0;
    padding: 0 15px 15px;
    font-size: 14px;
}

.himalaya-box .overflow-hidden{
    text-align:center;
}

.himalaya-box ul li {
    margin-bottom: 9px;
    
}


.himalaya-box .grm-btn:hover {color:#fff;}

.himalaya_Row {margin-bottom:-30px;}

.himalaya_Row .col-md-4{margin-bottom:30px;}

.himalaya-box {height:100%;}

.himalaya-box img {
    max-width:70%;
    margin-bottom:20px;
    transition:all 0.3s ease 0s;
}
.himalaya-box:hover .overflow-hidden img {transform:scale(1.05);}

.brands.himalaya-box p {min-height:initial !important}

.modal-content {background:#F2F2EF;}
.modal-title {width:100%; text-align:center; font-size:25px; }
.modal-body {padding:40px;}
.modal-content .grm-btn {padding:15px; width:100%;}
.modal-header .close {
    padding: 0;
    margin: 0;
    /* background: #ff8200; */
    background: #0D825E;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 2px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
}

.himalaya-wrapper .row {margin-bottom:-30px;}
.himalaya-wrapper .col-md-4 {margin-bottom:30px;}
.product_list {margin:0px; position:relative; padding-bottom:70px;}
.product_list h4 {display:flex; justify-content:space-between; margin-bottom:3px;}
.product_list h4 strong {font-weight:normal; width:70%;}
.product_list h4 span { background: #f2efe8; font-size: 12px; border-radius: 15px; padding: 9px 15px; color: #00000087; text-align:center; align-self: flex-start;  }
.product_list p {color:#00000087;}
.product_list ul {display:flex; padding-bottom:0px;}
.product_list li {width:50%; color:#00000087; font-size:13px; position:relative;}
.product_list li:first-child {padding-right:10px;}
.product_list li:first-child::after {position:absolute;right:0; top:0 ; background:#00000025; content:'';width:1px; height:20px;}
.product_list li:last-child {padding-left:20px;}
.product_list li b {color:#000; letter-spacing:0.5px;}
.product_list .grm-btn {left:0; background:#0D825E !important; color:#fff !important;border:1px solid transparent; position:absolute; bottom:0;}
.product_list .grm-btn:hover {color:#000 !important;}
.product_list .grm-btn::before {background:#fff !important;}
.mediarow {margin-bottom:-30px;}
.mediarow .col-md-4 {margin-bottom:30px;}


.btn-file {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #f46c21!important;
    color: #fff!important;
    cursor: inherit;
    display: block
}

.btn-file .error {
    position: absolute;
    top: 45px
}

span.file-name {
    font-size: 12px;
    display: flex;
    margin: 0
}

.btn-file i {
    margin-right: 10px!important;
    color: #0D825E;
    border: solid 1px #0D825E;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.benifitimg {
    border-radius: 20px;
    max-width: 94%;
    float: right;
    /*height: 470px;*/
    object-fit: cover;
    margin-left: 70px;
}
.benifitslist li {
    list-style: none;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
    cursor:pointer;
}
.benifitslist h5 {margin-bottom:0px; display:flex; justify-content:space-between; align-items:center;}
.benifitslist p {
    display: none;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-right: 70px;
}

.benifitslist .ar {width:30px; height:30px;}
.mt-50 {margin-top:50px;}

.privacy-text ul {margin-bottom:20px;}
.privacy-text li {margin-left:15px; margin-bottom:8px; font-size:14px;}

p a {color:#0D825E;}


