﻿/*!
* About us page
*/
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1;}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both;}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat);}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2);}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3);}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay);}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2);}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3);}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4);}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5);}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2);}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8);}.animate__animated.animate__slow{-webkit-animation-duration:calc(var(--animate-duration)*1.2);animation-duration:calc(var(--animate-duration)*1.2);}.animate__animated.animate__slower{-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);}@media print,(prefers-reduced-motion:reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;}.animate__animated[class*=Out]{opacity:0;}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible;}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible;}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible;}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible;}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@-webkit-keyframes animateFromBottom{0%{transform:translateY(12px);opacity:0;}to{transform:translateY(0);opacity:1;}}@keyframes animateFromBottom{0%{transform:translateY(12px);opacity:0;}to{transform:translateY(0);opacity:1;}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}.animate__slideFromBottom{transform:translateY(12px);opacity:0;animation-name:animateFromBottom;-webkit-animation-name:animateFromBottom;animation-timing-function:cubic-bezier(.51,.44,.4,.96);animation-fill-mode:forwards;}:root{--animate-duration:2s;--animate-delay:1.5s;--animate-repeat:1;}.about-us-page .accordion-holder .accordion-item{border:0;margin-bottom:10px;overflow:hidden;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:all .3s ease;opacity:0;}.about-us-page .accordion-holder .accordion-item .accordion-button{padding:16px;color:#000;font-family:"Quicksand",Arial;font-size:24px;font-weight:700;font-style:normal;background:#f2f2f2;transition:all .3s ease;outline:0;}.about-us-page .accordion-holder .accordion-item .accordion-button:focus{box-shadow:none;border-color:rgba(0,0,0,.125);}.about-us-page .accordion-holder .accordion-item .accordion-body{padding:16px;background:#f2f2f2;}.about-us-page .accordion-holder .accordion-item .accordion-body .body-contents{display:flex;flex-wrap:wrap;-moz-box-pack:start;justify-content:flex-start;gap:24px;align-items:flex-start;}.about-us-page .accordion-holder .accordion-item .accordion-body .body-contents .image-holder{width:130px;}.about-us-page .accordion-holder .accordion-item .accordion-body .body-contents .image-holder img{width:100%;max-width:100%;}.about-us-page .accordion-holder .accordion-item .accordion-body .body-contents .text-holder{width:calc(100% - 155px);}.about-us-page .accordion-holder .accordion-item .accordion-body .body-contents .text-holder p{color:#646464;font-family:"Quicksand",Arial;font-size:18px;font-weight:400;font-style:normal;line-height:normal;}.about-us-page #sectionTopSplash{position:relative;background-image:url(/images/gallery/pexels-photo-3680219-2880w.jpeg);background-repeat:no-repeat;background-size:cover;background-position:50% 52%;}.about-us-page #sectionTopSplash .overlay-holder{padding-top:100px;padding-bottom:100px;background-color:rgba(1,119,50,.5);}.about-us-page #sectionTopSplash h1{color:#fff;font-size:72px;font-weight:700;font-style:normal;line-height:1;margin-bottom:0;}@media(max-width:575.98px){.about-us-page #sectionTopSplash h1{font-size:60px!important;}}.about-us-page #sectionTopSplash h3{color:#fff;font-size:30px;font-weight:500;font-style:normal;line-height:1.5;margin-bottom:0;}@media(max-width:575.98px){.about-us-page #sectionTopSplash h3{font-size:24px!important;}}.about-us-page #sectionTopSplash a{font-weight:400;}.about-us-page #sectionWhyTrees{padding-top:80px;}.about-us-page #sectionWhyTrees .text-holder-1{padding-bottom:25px;}.about-us-page #sectionWhyTrees .text-holder-1 p{color:#333;font-family:"Quicksand",Arial;font-size:28px;font-weight:400;font-style:italic;line-height:normal;}.about-us-page #sectionWhyTrees .text-holder-2{padding-bottom:20px;}.about-us-page #sectionWhyTrees .text-holder-2 h2{color:#333;font-family:"Quicksand",Arial;font-size:50px;font-weight:700;font-style:normal;line-height:normal;}.about-us-page #sectionWhyTrees .text-holder-3{padding-bottom:40px;}.about-us-page #sectionWhyTrees .text-holder-3 p{color:#333;font-family:"Quicksand",Arial;font-size:28px;font-weight:400;font-style:normal;line-height:1.4;}.about-us-page #sectionWhyTrees .gallery-holder{padding-top:80px;}.about-us-page #sectionWhyTrees .gallery-holder .gallery-wrapper{opacity:0;padding-bottom:20px;}.about-us-page #sectionWhyTrees .gallery-holder .gallery-wrapper .gallery-item-holder{position:relative;border-radius:30px;-webkit-box-shadow:rgba(0,0,0,.6) 0 0 2px;-moz-box-shadow:rgba(0,0,0,.6) 0 0 2px;box-shadow:rgba(0,0,0,.6) 0 0 2px;overflow:hidden;}.about-us-page #sectionWhyTrees .gallery-holder .gallery-wrapper .gallery-item-holder .image-holder{border-radius:30px;height:460px;background-position:center center;background-size:cover;}.about-us-page #sectionWhyTrees .gallery-holder .image-text{padding:15px;text-align:center;}.about-us-page #sectionWhyTrees .gallery-holder .image-text a{text-decoration:none;}.about-us-page #sectionWhyTrees .gallery-holder .image-text h4{color:#009f3c;font-size:30px;font-weight:700;line-height:1.2;}.about-us-page #sectionOurVision{padding-top:50px;padding-bottom:80px;}.about-us-page #sectionOurVision .info-text-holder h2{color:#333;font-family:"Quicksand",Arial;font-size:50px;font-weight:700;font-style:normal;}.about-us-page #sectionOurVision .info-text-holder p{color:#333;font-family:"Quicksand",Arial;font-size:28px;font-weight:400;font-style:normal;line-height:1.4;}.about-us-page #sectionOurVision .accordion-holder{padding-top:40px;}.about-us-page #sectionOurVision #divMixedBoxes{padding-top:60px;}.about-us-page #sectionOurVision #divMixedBoxes .text-holder h3{color:#333;font-weight:700;margin-bottom:25px;}.about-us-page #sectionOurVision #divMixedBoxes .text-holder p{color:#646464;font-family:"Quicksand",Arial;font-size:28px;font-weight:400;font-style:normal;line-height:1.5;}.about-us-page #sectionOurVision #divMixedBoxes .text-holder p a{color:#009f3c;font-size:inherit;font-weight:700;text-decoration:underline;outline:0;}@media(max-width:767.98px){.about-us-page #sectionOurVision #divMixedBoxes .text-holder h3{font-size:42px;line-height:1.1;}.about-us-page #sectionOurVision #divMixedBoxes .text-holder p{font-size:24px;}}@media(min-width:768px) and (max-width:991.98px){.about-us-page #sectionOurVision #divMixedBoxes .text-holder h3{font-size:36px;line-height:1;}.about-us-page #sectionOurVision #divMixedBoxes .text-holder p{font-size:22px;}}@media(min-width:992px) and (max-width:1599.98px){.about-us-page #sectionOurVision #divMixedBoxes .text-holder h3{font-size:40px;line-height:1.1;}.about-us-page #sectionOurVision #divMixedBoxes .text-holder p{font-size:24px;}}@media(min-width:1600px){.about-us-page #sectionOurVision #divMixedBoxes .text-holder h3{font-size:48px;line-height:1.1;}.about-us-page #sectionOurVision #divMixedBoxes .text-holder p{font-size:28px;}}.about-us-page #sectionOurVision #divMixedBoxes .image-holder{position:relative;background-position:50% 50%;background-repeat:no-repeat;background-image:url("/images/gallery/pexels-photo-32198647-2880w.jpeg");background-size:cover;height:100%;border-radius:30px;}@media(max-width:767.98px){.about-us-page #sectionOurVision #divMixedBoxes .image-holder{aspect-ratio:16/9;}}.about-us-page #sectionOurVision #divMixedBoxes .image-holder .image-text-holder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;text-align:center;}.about-us-page #sectionOurVision #divMixedBoxes .image-holder .image-text-holder h3{color:#fff;font-weight:700;font-style:normal;margin-bottom:0;}@media(max-width:991.98px){.about-us-page #sectionOurVision #divMixedBoxes .image-holder .image-text-holder h3{font-size:36px;}}@media(min-width:992px) and (max-width:1539.98px){.about-us-page #sectionOurVision #divMixedBoxes .image-holder .image-text-holder h3{font-size:40px;}}@media(min-width:1540px){.about-us-page #sectionOurVision #divMixedBoxes .image-holder .image-text-holder h3{font-size:50px;}}