/*
Theme Name: Trevno
Theme URI: http://wordpress.org/themes/Trevno
Author: Ejeeban Design 
Author URI: http://wordpress.org/
Description: The 2023 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Trevno

*/


/*  --------------------------------------------------
    Generic CSS Setup
    -------------------------------------------------- */
html{
    width: 100%;
    height: 100%;
}
body{
    font-size: 17px;
    width: 100%;
    height: 100%;
    color: #2c2c2b;
    font-weight: 500;
    overflow-x: hidden;
    font-family: 'Poppins', serif;
}
/*body.is-open{
    overflow: hidden;
}*/
h1, h2, h3, h4, h5, td, tr, th, header, section, footer, form, input, textarea, select, fieldset{
    font-weight: 400;
}
h1{
    font-size: 60px;
    font-weight: 900;
    color: #007b3e;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
h2{
    font-size: 40px;
    font-weight: 900;
    color: #007b3e;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}
h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
h5{
    font-size: 18px;
    margin-bottom: 20px;
}
h6{
    font-size: 16px;
}
p{
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 500;
}
a{
    color: inherit;
    text-decoration: none;
}
img{
    max-width: 100%;
    object-fit: contain;
    transition: .5s;
}
ul, ol{
    padding-inline-start: 16px;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus{
    outline: 0;
    box-shadow: none;
}
form, input, select, textarea, label{
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
label{
    font-size: 16px;
    font-weight: 700;
}
input, select, textarea{
    font-size: 18px;
    padding: 8px 15px 8px 0;
    background-color: transparent;
    outline: 0px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #e0ddbc;
    font-weight: 700;
}
textarea{
    height: 100px;
}
input[type="submit"]{
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2b;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
    padding: 18px 80px;
    border-radius: 35px;
    border: 2px solid #2c2c2b;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    overflow: hidden;
    position: relative;
    background-color: white;
    margin-bottom: 0;
    transition: 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
input[type="submit"]:hover{
    color: #e0ddbc;
    border-color: transparent;
    background-color: #007b3e;
}
.wpcf7-not-valid-tip{
    color: #ef0000;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
}
.break{
    display: block;
}
.no-list{
    list-style: none;
    padding-inline-start: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.btn-link{
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2b;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
    padding: 18px 80px;
    border-radius: 35px;
    width: auto;
    border: 2px solid #2c2c2b;
    display: inline-block;
    text-decoration: none;
    margin-top: 16px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    background-color: #007b3e;
    transition: 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}
.btn-link::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #faf8f6;
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-link span{
    position: relative;
    z-index: 1;
}
.btn-link:hover::before{
    transform: translate3d(0,-100%,0);
}
.btn-link:hover{
    color: #faf8f6;
    text-decoration: none;
    border: 2px solid #007b3e;
}
.btn-fill{
    color: #2c2c2b !important;
    border: 2px solid transparent;
    padding: 18px 50px;
    background-color: #007b3e;
}
.btn-fill:before{
    background-color: #e0ddbc;
}
.btn-fill:hover{
    color: #2c2c2b !important;
    border: 2px solid #2c2c2b;
}


/*  --------------------------------------------------
    Preloader
    -------------------------------------------------- */
#preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #faf8f6;
}
#preloader .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
}
#preloader.is-hidden{
    visibility: hidden;
    opacity: 0;
}
.is-loading{
    overflow: hidden;
}
#preloader .is-hidden{
    visibility: hidden;
    opacity: 0;
}


/*  --------------------------------------------------
    Header & Navigation
    -------------------------------------------------- */
header nav{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 70px;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: top 0.5s ease-in-out;
}
.nav-logo{
    width: 220px;
}
.menuHolder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007b3e;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: .25s;
}
.menuHolder.active{
    opacity: 1;
    visibility: visible;
    z-index: 200;
}
.menu-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.main-menu{
    text-align: center;
}
.main-menu::-webkit-scrollbar, .menu-child ul::-webkit-scrollbar{
    width: 10px;
}
.main-menu::-webkit-scrollbar-track, .menu-child ul::-webkit-scrollbar-track{
    background: #005229;
}
.main-menu::-webkit-scrollbar-thumb, .menu-child ul::-webkit-scrollbar-thumb{
    background: #004422;
}
.main-menu::-webkit-scrollbar-thumb:hover, .menu-child ul::-webkit-scrollbar-thumb:hover{
    background: #002211;
}
.main-menu ul{
    list-style: none;
    padding-inline-start: 0px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.main-menu ul li{
    margin-bottom: 16px;
    overflow: hidden;
    flex-basis: 100%;
}
.main-menu ul li a{
    font-size: 50px;
    font-weight: 700;
    color: #e0ddbc;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
    transition: .2s;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.main-menu ul li span{
    display: block;
    position: relative;
    top: 100%;
    transition: .5s;
}
.menuHolder.active .main-menu ul li span{
    top: 0;
}
.main-menu ul li a:hover{
    color: #007b3e;
    text-decoration: none;
    text-shadow:
    -1px -1px 0 #e0ddbc,  
     1px -1px 0 #e0ddbc,
     -1px 1px 0 #e0ddbc,
      1px 1px 0 #e0ddbc;
}
.burger-menu{
    width: 30px;
    height: 18px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 300;
}
.burger-menu span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4c4d4f;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.burger-menu span:nth-child(1) {
    top: 0px;
}
.burger-menu span:nth-child(2), .burger-menu span:nth-child(3) {
    top: 8px;
}
.burger-menu span:nth-child(3){
    opacity: 0;
}
.burger-menu span:nth-child(4) {
    top: 16px;
}
.burger-menu.open span{
    background: #e0ddbc !important;
}
.burger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.burger-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger-menu.open span:nth-child(3) {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.menu-footer{
    color: #e0ddbc;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s ease-out;
    transition-delay: 0.2s;
}
.menu-footer p{
    margin-bottom: 0;
}
.menuHolder.active .menu-footer{
    opacity: 1;
    visibility: visible;
}
.nav-light .burger-menu span{
    background: white;
}
.fixed-nav{
    position: fixed;
    top: 0;
    height: 70px;
    background-color: white;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}
.hidden-nav{
    top: -150px;
    z-index: -1;
}
.nav-light .fixed-nav .burger-menu span{
    background: #4c4d4f;
}
.nav-light .nav-logo{
    filter: brightness(0) invert(1);
}
.nav-light .fixed-nav .nav-logo{
    filter: unset;
}

/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 55px 70px 45px;
    background-color: #007b3e;
    font-size: 14px;
    color: #e0ddbc;
    text-transform: uppercase;
    border-top: 1px solid #188754;
}
footer p{
    margin-bottom: 0;
}
footer a, footer a:hover{
    color: #e0ddbc;
}
footer .social a{
    display: inline-block;
    margin-left: 14px;
}
#home footer{
    position: fixed;
    bottom: 60px;
    left: 70px;
    transform: rotate(-90deg);
    transform-origin: 10% 50%;
    z-index: 10;
    padding: 0;
    background-color: transparent;
    color: #2c2c2b;
    text-transform: none;
    border: none;
}

#home footer .social{
    display: none;
}


/*  --------------------------------------------------
    Slider
    -------------------------------------------------- */
.slick-list{
    cursor: grab;
}
.slick-track{
    margin: 0;
}
.progress{
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #dfddda;
    margin-top: 40px;
}
.progress-bar{
    height: 100%;
    background-color: #007b3e;
    transition: .4s ease-in-out;
}


/*  --------------------------------------------------
    Indicators
    -------------------------------------------------- */
.progress-line{
    position: fixed;
    bottom: 60px;
    left: 200px;
    width: calc(100% - 400px);
    height: 55px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    border: 1px dotted #a7a5a3;
    z-index: 50;
}
.svgHolder svg{
    position: fixed;
    bottom: 60px;
    left: 200px;
    width: calc(100% - 400px);
    z-index: 50;
}
.indicators{
    position: fixed;
    bottom: 58px;
    left: 200px;
    width: calc(100% - 400px);
    height: 4.3vw;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    z-index: 70;
}
.progress-line-start{
    position: fixed;
    bottom: 89px;
    left: 200px;
    width: 40px;
    height: 26px;
    display: flex;
    justify-content: center;
    border-width: 0 0 0 1px;
    border-radius: 70px 0 0 0px;
    border: 1px solid #00b96b;
    border-color: transparent transparent transparent #00b96b;
    z-index: 60;
}
.progress-line-middle{
    position: fixed;
    bottom: 114px;
    left: 240px;
    width: calc(100% - 460px);
    height: 1px;
    z-index: 60;
    overflow: hidden;
}
.progress-line-middle span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #00b96b;
    z-index: 60;
}
.progress-line-end{
    position: fixed;
    bottom: 89px;
    right: 200px;
    width: 40px;
    height: 26px;
    display: flex;
    justify-content: center;
    border-width: 0 0 0 1px;
    border-radius: 0 0 0 70px;
    border: 1px solid #00b96b;
    border-color: transparent transparent transparent #00b96b;
    z-index: 60;
    transform: rotate(-180deg);
}
.indicators ul{
    width: calc(100% - 140px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.indicators .dot{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2c2c2b;
    position: relative;
    z-index: 100;
}
.indicators .dot span{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00b96b;
    position: absolute;
    top: 0;
    left: 0;
}


/*  --------------------------------------------------
    Common
    -------------------------------------------------- */
.contentHolder{
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 130px;
    text-align: center;
    z-index: 1;
    align-items: center;
}
.greenBox{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007b3e;
    color: #e0ddbc;
}
.greenBox h1, .greenBox h2{
    color: #e0ddbc;
}
.whiteBox{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #faf8f6;
}
.transparentBox{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: transparent;
}
.top-banner{
    height: 100vh;
    position: relative;
    background-color: #000;
}
.top-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}
.top-banner .videoHolder{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.top-banner .videoHolder video{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 80%;
    pointer-events: none;
}
.banner-caption{
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: #e0ddbc;
    width: 60%;
}
.banner-caption h1{
    color: #e0ddbc;
}
.custom-container{
    padding: 110px 10%;
}
.small-container{
    padding: 110px 18% 90px;
}
.section-top{
    padding-top: 200px;
}
.titleHolder{
    text-align: center;
    margin: 0 auto;
    width: 690px;
}
.no-list{
    list-style: none;
    padding-inline-start: 0px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.imgHolder{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.imgHolder img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgHolder:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.green-bg{
    color: #e0ddbc;
    background-color: #007b3e;
}
.green-bg h2, .green-bg ::placeholder{
    color: #e0ddbc;
}
#contact .green-bg input[type="submit"]{
    background-color: #e0ddbc;
    color: #2c2c2b;
    border: 2px solid #e0ddbc;
}
#contact .green-bg input[type="submit"]:hover{
    background-color: transparent;
    color: #e0ddbc;
    border: 2px solid #e0ddbc;
}
.marquee{
    overflow: hidden;
}
.marquee .outline-txt{
    display: inline-block;
    font-size: 95px;
    text-transform: none;
    padding: 0 0 50px;
}
.marquee .outline-txt span{
    margin-right: 50px;
}
.marquee:hover .outline-txt{
    color: #e0ddbc;
    text-shadow: none;
    text-decoration: none;
}
#news .top-banner img {
    filter: brightness(1);
}


/*  --------------------------------------------------
    Home Page
    -------------------------------------------------- */
#home{
    width: 100%;
    height: 100%;
    background: #faf8f6;
}
#home section{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
#home .big-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
#home .big-title h2{
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 0;
}
#home .videoHolder{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    background-color: black;
}
#home .videoHolder video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
/*    width: 120%;*/
    height: 120%;
}
#home .listHolder{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#home .listHolder ul{
    margin: -10px;
    margin-top: 0px;
    justify-content: center;
    width: 100%;
    padding: 0 8%;
}
#home .listHolder ul li{
    flex-basis: 25%;
    padding: 10px;
    position: relative;
}
#home .listHolder ul li a{
    display: block;
    position: relative;
}
#home .listHolder ul li a img{
    width: 100%;
    object-fit: cover;
}
#secIntro .contentHolder{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
#secIntro .blackBox{
    position: relative;
    width: 100%;
    height: 100%;
}
#secIntro .blackBox:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
}
#secIntro h1{
    color: #e0ddbc;
}
#secAbout{
    z-index: 10;
}
#secAbout .whiteBox{
    left: 100%;
}
#secService .whiteBox{
    width: 100%;
    left: 50%;
    text-align: center;
}
#secService h2{
    margin-top: -45px;
}
#secService .listHolder .btn-link{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #007b3e;
    color: #e0ddbc;
    background-color: #e0ddbc;
}
#secService .listHolder .btn-link:before{
    background-color: #007b3e;
}
#secService .listHolder a:hover .btn-link{
    color: #2c2c2b;
    border: 2px solid #2c2c2b;
}
#secService .listHolder a:hover .btn-link:before{
    transform: translate3d(0,-100%,0);
}
#secService .listHolder a:hover img{
    transform: scale(1.05);
}
#secService .slick-arrow-holder{
    position: relative;
    bottom: unset;
    left: unset;
    margin-bottom: 20px;
}
#secService .slick-arrow{
    width: 26px;
    cursor: pointer;
}
#secNews .big-title h2 span{
    display: block;
    margin-top: 10px;
    font-size: 40px;
}
#secContact .greenBox{
    width: 100%;
}

.Title-mask{
    display: block;
    position: relative;
    text-align: start;
    overflow: hidden;
}
.Title-line, .splitting .word{
    display: inline-block;
    opacity: 0;
    transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
    will-change: opacity, transform;
    animation: revealText 1.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.splitting .word{
    animation-delay: calc(1ms * var(--char-index) + 0.2s );
}
@keyframes revealText {
    from { opacity: 0; transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0); }
    to   { opacity: 1; transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0); }
}

.grid{
    display: grid;
    height: 100%;
    align-items: center;
    grid-template-columns: repeat(1,100%);
    overflow: hidden;
}
.grid__item{
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
.element img{
    max-width: none;
}
#glass{
    position: absolute;
    top: -70px;
    left: -120px;
}
#glass img{
    width: 350px;
}
#earth{
    position: absolute;
    bottom: -130px;
    left: 30%;
    z-index: 1;
}
#earth img{
    width: 350px;
}
#scope{
    position: absolute;
    bottom: 50px;
    right: -165px;
}
#bottle{
    position: absolute;
    bottom: -170px;
    left: 30%;
}
#pill1{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50px);
}
#pill2{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(270px);
}
#book{
    position: absolute;
    top: -90px;
    left: -50px;
}
#book img{
    width: 300px;
}
#coin{
    position: absolute;
    bottom: -95px;
    right: 20px;
}
/*contact*/
.contact-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}
.contact-col .imgHolder:after{
    padding-bottom: 50%;
}
.contact-col{
    width: 20%;
    padding: 10px;
}
.contact-col h3{
    font-size: 18px;
    margin-top: 10px;
}
.descHolder p{
    margin: 0 auto;
    width: 80%;
}
.descHolder .btn-link{
    margin-top: 10px;
}
.outline-txt{
    font-size: 45px;
    font-weight: 700;
    color: #007b3e;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow:
    -1px -1px 0 #e0ddbc,  
     1px -1px 0 #e0ddbc,
     -1px 1px 0 #e0ddbc,
      1px 1px 0 #e0ddbc;
    text-decoration: none;
    transition: .2s;
    font-family: 'Poppins', sans-serif;
}
.outline-txt:hover{
    color: #e0ddbc;
    text-shadow: none;
    text-decoration: none;
}
#secContact .outline-txt{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: 40% -390%;
}


/*  --------------------------------------------------
    About Page
    -------------------------------------------------- */
.about-col{
    text-align: center;
}
.about-img{
    padding: 0 10% 110px 10%;
}
.about-img img{
	width: 100%;
	height: auto;
}
.vision .about-row:first-child{
    padding-bottom: 80px;
}
.vision, .goals, .key{
    padding-top: 0 !important;
}
.goals{
    text-align: center;
}
.goal-row{
    margin: -6px;
    counter-reset: item;
    justify-content: center;
}
.goal-row li.goal-item{
    flex-basis: 33.33%;
    height: 380px;
    background-color: white;
    position: relative;
    overflow: hidden;
    padding: 6px;
    text-align: left;
}
.goal-row li.goal-item:before{
    content: counter(item, decimal-leading-zero);
    counter-increment: item;
    position: absolute;
    top: 36px;
    left: 36px;
    color: white;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow:
    -1px -1px 0 #007b3e,  
     1px -1px 0 #007b3e,
     -1px 1px 0 #007b3e,
      1px 1px 0 #007b3e;
    font-family: 'Poppins', sans-serif;
    z-index: 10;
    transition: .5s;
}
.goal-row h3{
    color: #007b3e;
}
.goal-box{
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(0,125,72,0.3);
    border-top: 5px solid #007b3e;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.goal-box img{
    height: 50px;
    margin-bottom: 25px;
}
.goal-hover ul{
    list-style: disc;
}

@media screen and (min-width: 1200px) {
    .goal-hover{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        padding-top: 120px;
        background-color: #e5f2ec;
        transition: .6s;
        z-index: 1;
    }
    .goal-hover ul{
        position: relative;
        transform: translateY(200px);
        transition: 0.25s cubic-bezier(1,0.5,0.5,1);
    }
    .goal-row li.goal-item:hover:before{
        color: #007b3e;
        text-shadow: none;
    }
    .goal-row li.goal-item:hover .goal-hover{
        top: 0;
    }
    .goal-row li:hover .goal-hover ul{
        transform: translateY(0px);
    }
}
.leader-row{
    margin: -20px -1px;
    margin-top: 40px;
}
.leader-row li{
    flex-basis: 50%;
    padding: 20px 1px;
}
.leader-item{
    cursor: pointer;
}
.leader-item img, .team-item img{
    -webkit-filter: grayscale(100%);
}
.leader-item .imgHolder:after, .team-item .imgHolder:after{
    padding-bottom: 80%;
}
.leader-item .imgHolder:before, .news-row li a .imgHolder:before{
    content: "Read more";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #e0ddbc;
    opacity: 0;
    transition: .6s;
}
.leader-item:hover img, .news-row li a:hover img{
    filter: brightness(0.5);
    transform: scale(1.01);
}
.leader-item:hover .imgHolder:before, .news-row li a:hover .imgHolder:before{
    opacity: 1;
    letter-spacing: 5px;
}
.team-item:hover img{
    -webkit-filter: unset;
}
.short-desc{
    padding-top: 35px;
}
.short-desc p{
    margin-bottom: 0;
    text-transform: uppercase;
}
.full-desc{
    display: none;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 500;
    opacity: 0;
    z-index: -1;
}
.popup.show{
    opacity: 1;
    z-index: 500;
}
.popup-body{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 60px;
    background-color: white;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-top: 30px;
    transition: .5s;
}
.popup.show .popup-body{
    opacity: 1;
    margin-top: 0;
}
.popup-body p:last-child{
    margin-bottom: 0;
}
.close-popup{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 0.5;
    cursor: pointer;
}

.team, .management{
    position: relative;
    padding-bottom: 110px;
}
.team .titleHolder h2, .management .titleHolder h2{
    margin: 0;
    margin-bottom: 10px;
}
.team-holder{
    padding-left: 10%;
}
.team-slider .slick-track, .management-slider .slick-track{
    margin: -1px 0 -20px -1px;
}
.team-slider .slick-list, .management-slider .slick-list{
    padding-right: 56%;
}
.team-item{
    padding: 20px 1px;
}
.team .slick-arrow-holder, .management .slick-arrow-holder{
    position: relative;
    bottom: unset;
    left: unset;
    margin-bottom: 20px;
}
.team .slick-arrow, .management .slick-arrow-holder img{
    width: 26px;
    cursor: pointer;
}


/*  --------------------------------------------------
    Service
    -------------------------------------------------- */
.serviceIntro{
    position: relative;
}
.serviceHolder{
    text-align: center;
}
.service-img{
    padding: 0 10% 110px 10%;
}
.service-img img{
    width: 100%;
}
.service.custom-container{
    padding-top: 0;
}
.service{
    position: relative;
}
.service ul{
    list-style-type: none;
    padding-inline-start: 0;
}
.accordion{
    text-align: center;
}
.accordion .accordion-item{
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 25px;
}
.accordion .accordion-item.active h3{
    color: #007d48;
}
.accordion .accordion-item.active .accordion-body{
    max-height: max-content;
}
.accordion .accordion-item.active .accordion-header::after{
    transform: rotate(270deg);
}
.accordion .accordion-item:last-child{
    margin-bottom: 0;
}
.accordion .accordion-item .accordion-header{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    justify-content: center;
    margin-bottom: 25px;
}
.accordion .accordion-item .accordion-header::after{
    content: "\f105";
    font-size: 20px;
    font-family: "FontAwesome";
    position: absolute;
    right: 1.5rem;
    transition: all 0.2s ease-in-out;
    transform: rotate(90deg);
}
.accordion .accordion-item .accordion-body{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.accordion .accordion-item .accordion-body .accordion-body-content{
    padding: 0 1.5rem 1.5rem;
    line-height: 2rem;
}
.accordion .accordion-body-content img{
    width: 50%;
    margin-bottom: 30px;
}
.cta{
    position: relative;
    background-color: #000;
}
.cta img{
    opacity: 0.4;
    width: 100%;
}
.cta .ctaHolder{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #e0ddbc;
    width: 80%;
}
.cta .ctaHolder h2{
    color: #e0ddbc;
}
.cta a{
    text-decoration: underline;
}
.cta a:hover{
    color: #e0ddbc;
    opacity: 0.8;
}

.related-slider{
    margin: -40px;
}
.slider-item{
    flex-basis: 50%;
    padding: 40px;
    position: relative;
}
.slider-item a{
    display: block;
    position: relative;
}
.slider-item a img{
    width: 100%;
    object-fit: cover;
}
.slider-item h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    color: #e0ddbc;
    margin-bottom: 0;
    z-index: 10;
}
.related-slider .slick-dots{
    list-style: none;
    padding-inline-start: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.slick-dots li{
    display: flex;
}
.slick-dots button{
    -webkit-appearance: none;
    padding: 0;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: rgb(224 221 188 / 60%);
    margin-left: 10px;
    transition: .2s;
    color: transparent;
}
.slick-dots li.slick-active button, .slick-dots button:hover{
    background-color: #e0ddbc;
}

#service .other-services .imgHolder:after{
    padding-bottom: 85%;
}
.other-services .btn-link{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #007b3e;
    color: #e0ddbc;
    background-color: #e0ddbc;
}
.other-services .btn-link:before{
    background-color: #007b3e;
}
.other-services a:hover .btn-link{
    color: #2c2c2b;
    border: 2px solid #2c2c2b;
}
.other-services a:hover .btn-link:before{
    transform: translate3d(0,-100%,0);
}
.other-services a:hover img{
    transform: scale(1.05);
}


/*  --------------------------------------------------
    Contact
    -------------------------------------------------- */
.secContact.custom-container{
    padding-top: 180px;
}
.secContact h1{
    font-size: 45px;
    color: #e0ddbc;
}
.secContact .titleHolder{
    width: 100%;
    margin-bottom: 50px;
}
.secContact .contactDetails{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
    align-items: center;
}
.secContact .contactDetails .contactForm{
    width: 65%;
    padding: 0 2%;
}
.secContact .contactDetails .contactInfo{
    width: 30%;
    padding: 0 2%;
}
.secContact .contactDetails .contactInfo ul{
    list-style-type: none;
}
.secContact .contactDetails .contactInfo ul li:hover a{
    color: #e0ddbc;
    opacity: 0.8;
}
.secContact .contactDetails .contactInfo ul li{
    margin-bottom: 50px;
}
.secContact .contactDetails .contactInfo ul li:last-child{
    margin-bottom: 0;
}
.secContact .contactDetails .contactInfo ul li h4, .secContact .contactDetails .contactInfo ul li p{
    margin: 0;
}
.secOffice.custom-container{
    padding-top: 0;
}
.secOffice ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1%;
    padding-inline-start: 0;
}
.secOffice ul li{
    width: 49%;
    padding: 0 1%;
    margin-bottom: 30px;
}
.secOffice ul li .imgHolder{
    margin-bottom: 20px;
}
.secOffice ul li .imgHolder:after{
    padding-bottom: 60%;
}


/*  --------------------------------------------------
    News
    -------------------------------------------------- */
.news-row{
    margin: -40px;
}
.news-row li{
    flex-basis: 50%;
    padding: 40px;
}
.news-row li a{
    text-decoration: none;
}
.news-row li a:hover{
    color: #2c2c2b;
}
.txtHolder{
    padding: 45px 0 30px;
    border-bottom: 1px solid #cdcdcd;
}
.txtHolder p{
    margin-bottom: 0;
}
#news .marquee{
    padding-top: 100px;
}
.news-row .imgHolder:after{
    padding-bottom: 80%;
}

/*  --------------------------------------------------
    Hi-res
    -------------------------------------------------- */
@media screen and (min-width: 1600px) {
    #home .big-title h2{
        font-size: 90px;
    }
    .outline-txt{
        font-size: 60px;
    }
}


/*  --------------------------------------------------
    For Tablet Landscape
    -------------------------------------------------- */
@media screen and (max-width: 1200px) {
    h1{
        font-size: 45px;
    }
    .menu-container{
        padding: 0 70px;
    }

    #home{
        width: 100%;
        height: 100%;
        overflow: unset !important;
    }
    #home section{
        position: relative;
        height: auto;
    }
    #home .videoHolder{
        overflow: hidden;
    }
    #home .videoHolder video{
        width: 100%;
        object-fit: cover;
    }
    #home:before, .svgHolder, .indicators{
        display: none;
    }
    #home .listHolder{
        padding: 130px;
    }
    #home .big-title{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: auto;
        display: flex;
        justify-content: center;
        padding: 200px 130px;
    }
    #home .listHolder ul{
        margin: -10px;
        margin-top: 0;
        padding: 0;
    }
    #home .listHolder ul li{
        padding: 10px;
    }
    .contentHolder, #secIntro .contentHolder{
        position: static;
        top: 0;
        left: 0;
        transform: none;
        padding: 130px;
    }
    #secIntro .contentHolder{
        padding-top: 180px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    #secAbout .contentHolder{
        padding-bottom: 180px;
    }
    #secAbout .whiteBox, #secNews .whiteBox, #secService .whiteBox{
        left: 0;
    }
    #secAbout .greenBox .grid__item, #secNews .greenBox .grid__item{
        overflow: hidden;
    }
    #secService h2{
        margin-top: 0;
    }
    #secContact .contentHolder{
        padding: 130px;
        padding-bottom: 50px;
    }
    #secContact .greenBox{
        text-align: center;
    }
    #bottle {
        transform: translateX(130px);
    }
    #pill1{
        transform: translateX(150px);
    }
    #pill2{
        transform: translateX(400px);
    }
    .grid{
        display: block;
        height: auto;
    }
    .greenBox, .whiteBox, .transparentBox{
        left: 0;
        width: 100%;
        height: auto;
        position: relative;
    }
    .transparentBox{
        height: 600px;
    }
    .outline-txt{
        font-size: 40px;
    }
    #secContact .outline-txt{
        position: relative;
        right: 0;
        bottom: 0;
        transform: none;
        transform-origin: unset;
        padding-top: 0;
    }
    #home footer, #contact footer{
        color: #e0ddbc;
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        padding: 50px 70px;
        padding-top: 80px;
        background-color: #007b3e;
        text-transform: uppercase;
    }
    #home footer, #contact footer p{
        margin-bottom: 0;
    }
    #home footer .social, #contact footer .social{
        display: block;
    }

    /*about*/
    .top-banner{
        height: 600px;
    }
    .banner-caption{
        padding: 0 10%;
    }
    .line{
        left: 10%;
        height: 120px;
        bottom: -60px;
    }
    .goal-row li.goal-item{
        flex-basis: 100%;
        height: auto;
    }
    .goal-box{
        display: block;
        padding-top: 120px;
    }
    .marquee .outline-txt{
        font-size: 65px;
    }

    .select-row li i{
        opacity: 1;
        margin-right: 0;
    }

}

@media screen and (max-width: 1100px) {
    .team-slider .slick-list, .management-slider .slick-list {
        padding-right: 55%;
    }
}

@media screen and (max-width: 992px) {
    .menuHolder{
        padding: 100px 70px;
        overflow-y: auto;
    }
    .menu-container, .menu-footer, .menu-contact{
        padding: 0;
    }
    .menu-container{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .transparentBox{
        height: 450px;
    }
    #secIntro .contentHolder{
        width: 100%;
        padding: 70px;
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .contact-col{
        width: 50%;
    }
    #secContact .contentHolder{
        padding: 70px;
        padding-bottom: 50px;
    }
    .descHolder p{
        width: 100%;
    }
    #secContact .contact-row{
        margin-bottom: 50px;
    }
    #contact #secContact .greenBox{
        padding-top: 100px;
    }

    /*about*/
    .section-top {
        padding-top: 110px;
    }
    .about-col{
        flex-basis: 100%;
    }
    .about-col:last-child{
        padding-left: 0;
    }
    .goal-row li{
        flex-basis: 50%;
    }
    .titleHolder{
        width: 100%;
    }
    .popup-body{
        width: 90%;
    }
    .accordion .accordion-body-content img{
        width: 100%;
    }
    .related-slider{
        margin: -20px;
    }
    .slider-item{
        padding: 20px;
    }
    .related-slider .slick-dots{
        top: -40px;
        right: 20px;
    }

    /*news*/
    .news-row{
        margin: -20px;
    }
    .news-row li{
        padding: 20px;
    }
    .txtHolder{
        padding: 30px 0;
    }

}

/*  --------------------------------------------------
    For Tablet Portrait
    -------------------------------------------------- */
@media screen and (max-width: 768px) {
    h2{
        font-size: 30px;
    }
    .menuHolder{
        padding: 50px 70px;
    }
    .main-menu ul li a{
        font-size: 40px;
    }
    .contentHolder, #home .listHolder{
        padding: 70px;
    }
    #home .big-title{
        top: 50%;
        padding: 200px 70px;
    }
    #home .big-title h2{
        font-size: 50px;
    }
    #home footer, #contact footer{
        padding-top: 50px;
    }

    /*about*/
    .short-desc{
        padding-right: 20px;
    }

    /*service*/
    .cta{
        height: 100vh;
    }
    .cta img{
        height: 100%;
        object-fit: cover;
    }

    /*contact*/
    .secContact .contactDetails .contactForm{
        width: 100%;
        text-align: center;
    }
    .secContact .contactDetails .contactInfo{
        width: 100%;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }
    .secContact .contactDetails .contactInfo ul li{
        margin-bottom: 30px;
    }
    .secContact .contactDetails .contactInfo ul li:last-child{
        margin-bottom: 0;
    }
}


@media screen and (max-width: 767px) {
    .other-row li{
        flex-basis: 100%;
    }
    .related-slider .slick-dots{
        position: relative;
        top: 0;
        right: auto;
        left: 20px;
    }
    .slick-dots button{
        margin-left: 0;
        margin-right: 10px;
    }
}


/*  --------------------------------------------------
    For Mobile
    -------------------------------------------------- */
@media screen and (max-width: 600px) {
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 25px;
        margin-bottom: 20px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    body{
        font-size: 16px;
    }
    p{
        line-height: 1.6;
    }
    #preloader .loader{
        width: 250px;
    }
    header nav{
        top: 20px;
        padding: 0 20px;
    }
    .nav-logo img{
        height: 26px;
    }
    .menuHolder{
        padding: 50px 30px;
    }
    .main-menu ul li{
        margin-bottom: 10px;
    }
    .main-menu ul li a{
        font-size: 35px;
    }
    .burger-menu{
        width: 20px;
        height: 12px;
    }
    .burger-menu span:nth-child(2), .burger-menu span:nth-child(3){
        top: 5px;
    }
    .burger-menu span:nth-child(4){
        top: 10px;
    }
    .btn-link, input[type="submit"]{
        font-size: 14px;
        line-height: 1.2;
        padding: 10px 40px;
        margin-top: 10px;
    }
    input[type="submit"]{
        margin-top: 0;
    }
    .transparentBox{
        height: 250px;
    }
    .outline-txt{
        font-size: 25px;
    }
    .progress{
        margin-top: 20px;
    }
    .contentHolder, #home .listHolder{
        padding: 50px 20px;
    }
    #secIntro .contentHolder,{
        padding: unset;
    }
    #home .big-title{
        padding: 140px 80px;
    }
    #home .big-title h2{
        font-size: 35px;
    }
    #secNews .big-title h2 span{
        font-size: 30px;
    }
    #home .big-title.quote{
        padding: 50px 30px;
    }
    #secAbout .big-title{
        padding-top: 100px;
    }
    #secAbout .contentHolder{
        padding-bottom: 100px;
    }
    #secService .listHolder .btn-link{
        width: 200px;
        padding: 5px 21px;
    }
    #secContact .contentHolder{
        padding: 50px 20px;
        padding-bottom: 30px;
    }
    #secContact .contact-row{
        margin-bottom: 20px;
    }
    .contact-col{
        width: 100%;
    }
    #home footer, #contact footer{
        text-align: center;
        justify-content: center;
        padding: 40px 20px;
    }
    .element img {
        max-width: 100%;
        width: 100%;
    }
    #glass img{
        display: none;
    }
    #earth img{
        width: 280px;
    }
    #earth{
        left: 50%;
        transform: translateX(-50%);
    }
    #book img{
        width: 220px;
    }
    #coin img{
        width: 350px;
    }
    #scope{
        bottom: -135px;
        left: -110px;
        width: 260px;
    }
    #bottle{
        bottom: -130px;
        width: 280px;
        transform: translateX(20px);
    }
    #pill1 {
        bottom: 20px;
        width: 40px;
        transform: translateX(10px);
    }

    /*about*/
    .banner-caption, #about .banner-caption{
        width: 100%;
        padding: 0 20px;
    }
    .custom-container, .small-container{
        padding: 80px 20px;
    }
    .about, .service-details{
        padding-bottom: 30px;
    }
    .about-img, .vision .about-row:first-child{
        padding-bottom: 50px;
    }
    .goal-row li, .leader-row li, .news-row li{
        flex-basis: 100%;
    }
    .short-desc{
        padding-top: 20px;
        padding-right: 0;
    }
    .popup-body{
        max-height: 80vh;
        padding: 40px 30px;
    }
    .marquee .outline-txt, #news .marquee .outline-txt{
        font-size: 50px;
        padding: 0 0 30px;
    }
    #news .marquee{
        padding-top: 30px;
    }

    /*service*/
    .service-img{
        padding: 0 20px 80px 20px;
    }
    .cta .ctaHolder{
        width: 100%;
        padding: 0 20px;
    }
    .cta .ctaHolder p{
        font-size: 14px;
    }
    .goal-box{
        padding: 120px 20px 30px;
    }
    .goal-row li.goal-item:before{
        left: 26px;
    }
    .goal-box img{
        margin-bottom: 10px;
    }
    .team, .management{
        padding-bottom: 80px;
    }
    .team-holder{
        padding-left: 20px;
        padding-right: 20px;
    }
    .team-slider .slick-list, .management-slider .slick-list{
        padding-right: 0;
    }

    /*news*/
    .txtHolder{
        padding: 20px 0;
    }

    /*contact*/
    .secContact.custom-container {
        padding-top: 140px;
    }
    .secOffice ul li{
        width: 100%;
    }
    #contact #secContact .greenBox{
        padding-top: 50px;
    }
    .close-popup{
        top: 20px;
        right: 20px;
    }

    footer{
        font-size: 12px;
        padding: 40px 20px;
        flex-wrap: wrap-reverse;
        text-align: center;
        justify-content: center;
    }
    footer .social{
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    footer .social a{
        margin-left: 0;
        margin-right: 10px;
    }
}


/*tweenmax*/
.about-col > *, .goals h2, .goals li.goal-item, .titleHolder h2, .titleHolder p, .leadership li, .service-col > *, .select-service h2, .select-service li, .why-choose, .statistic h2, .statistic li, .key h2, .key li.goal-item, .news-row li, #news-details .freetxt > *{
    opacity: 0;
    transform: translateY(100px);
    transition: .5s;
}

.reveal{
    opacity: 1 !important;
    transform: translateY(0px) !important;
}