@font-face {
    font-family: 'space_grotesk';
    src: url('../fonts/spacegrotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/spacegrotesk-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'space_grotesk';
    src: url('../fonts/spacegrotesk-light-webfont.woff2') format('woff2'),
         url('../fonts/spacegrotesk-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'space_grotesk';
    src: url('../fonts/spacegrotesk-medium-webfont.woff2') format('woff2'),
         url('../fonts/spacegrotesk-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'space_grotesk';
    src: url('../fonts/spacegrotesk-regular-webfont.woff2') format('woff2'),
         url('../fonts/spacegrotesk-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'space_grotesk';
    src: url('../fonts/spacegrotesk-semibold-webfont.woff2') format('woff2'),
         url('../fonts/spacegrotesk-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

body {
    color: #303030;
	margin:0;
	padding:0;
    font-family: 'space_grotesk';
    overflow-x: hidden;
    background: #FFFFFF;
}
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #15522e;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #b2e7b2;
}
a, button {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
a {
    text-decoration: none !important;
}
.banner-col {
    padding: 0;
    min-height: 100vh;
}
.home-banner-left-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 15px;
}
.home-banner-left-inner-wrap {
    display: flex;
    flex-direction: column;
}
.home-banner-right-wrap, 
.footer-banner-left-wrap, 
.visits-banner-right-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
}
.footer-banner-image-wrap {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-banner-image-wrap, 
.visits-banner-image-wrap {
    height: 100%;
    width: 100%;
    background-position: right, top;
    background-size: 50%, 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #066136;
}
.home-banner-image-wrap img, 
.footer-banner-image-wrap img, 
.visits-banner-image-wrap img {
    display: none;
}
.home-banner-main-wrap, 
.footer-main-wrap, 
.visits-banner-main-wrap {
    position: relative;
}
.home-banner, 
footer.footer-wrap  {
    background: #9FD15F;
}
.home-banner-t-icon-wrap {
    position: absolute;
    right: -223px;
    bottom: -40px;
    z-index: 2;
}
.home-banner-t-icon-wrap img {
    max-height: 550px;
}
.home-banner-col-img, 
.visits-banner-col-img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}
.home-banner-head h3 {
    font-size: 120px;
    line-height: 135px;
    color: #ECF3E8;
    font-weight: 400;
    margin: 0;
}
.home-banner-content h2 {
    font-size: 60px;
    line-height: 60px;
    color: #1C643A;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 575px;
    font-weight: 400;
}
.home-banner-button-head p {
    font-size: 32px;
    line-height: 36px;
    color: #1C643A;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a {
    font-size: 32px;
    line-height: 36px;
    padding: 10px 20px;
    border: 3px solid #1C643A;
    border-radius: 50px;
    color: #1C643A;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
}
.visits-banner-list-btn a {
    font-size: 32px;
    line-height: 36px;
    padding: 10px 20px;
    border: 3px solid #8B993C;
    border-radius: 50px;
    color: #8B993C;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
}
.partner-right-button a{
    font-size: 32px;
    line-height: 36px;
    padding: 10px 20px;
    border: 3px solid #ECF3E8;
    border-radius: 50px;
    color: #ECF3E8;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
}
.home-banner-buttons {
    display: flex;
    margin: 0 -15px;
    position: relative;
    z-index: 9;
    flex-direction: row;
}
.home-banner-button-sec, 
.footer-banner-button-sec {
    padding: 0 15px;
    display: flex;
}
.home-banner-button-sec {
    padding: 10px 15px;
}
.home-banner-button-sec a:before, 
.footer-banner-button-sec a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1C643A;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
} 
.visits-banner-list-btn a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #8b993c;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.home-banner-button-sec a:hover, 
.footer-banner-button-sec a:hover, 
.visits-banner-list-btn a:hover,
.footer-banner-footer-links ul li a:hover {
    color: #ECF3E8;
}
.home-banner-button-sec a:hover:before, 
.footer-banner-button-sec a:hover:before, 
.visits-banner-list-btn a:hover:before, 
.partner-right-button a:hover:before {
    left: 0;
}
.partner-right-button a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.footer-banner-col-img{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.footer-main-wrap .row {
    display: flex;
    justify-content: flex-end;
}
.footer-banner-right-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 15px;
    padding-left: 160px;
}
.home-banner-right-inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 110px 0 55px 0;
}
.footer-banner-logo img {
    max-height: 55px;
}
.footer-banner-button-head p {
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #1C643A;
    padding-bottom: 30px;
    font-weight: 500;
}
.footer-banner-buttons {
    display: flex;
    margin: 0 -15px;
    padding-bottom: 20px;
}
.footer-banner-copyright p {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    color: #1C643A;
}
section.about-section {
    padding: 260px 0;
    position: relative;
    z-index: 9;
}
.about-images-wrap {
    display: flex;
    justify-content: flex-end;
}
.about-left-content-head h2 {
    font-size: 60px;
    line-height: 66px;
    color: #8B993C;
    margin: 0;
    padding: 0;
    padding-bottom: 35px;
    font-weight: 400;
}
.about-left-content-text p {
    padding: 0;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    color: #1C643A;
}
.about-left-content {
    padding: 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 720px;
}
section.partner-section {
    padding: 185px 0;
    background: #8B993C;
}
.partner-left-content-head h2 {
    font-size: 60px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    padding-bottom: 130px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.partner-left-content-head h2:hover {
    color: #1C643A;
}
.partner-right-content-text p {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #ECF3E8;
    margin: 0;
    padding: 0;
}
.partner-right-content-text {
    padding-top: 25px;
}
.partner-right-button {
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    max-width: 910px;
}
.partner-right-content-text {
    padding-top: 10px;
    width: 100%;
    max-width: 720px;
}
.partner-right-content {
    display: flex;
    justify-content: flex-start;
}
.partner-right-button-wrap {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
section.founder-section {
    padding: 100px 0;
}
.founder-section-main-inner-wrap {
    position: relative;
    z-index: 1;
}
.founder-right-content {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
}
.founder-left-content-head h1 {
    font-size: 90px;
    line-height: 110px;
    color: #8B993C;
    text-decoration: underline;
    font-weight: 400;
    text-decoration-thickness: 5px;
    margin: 0;
    padding: 0;
}
.founder-left-content-detail p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    color: #8B993C;
}
.founder-left-content-detail {
    padding-top: 70px;
    padding-bottom: 60px;
}
.founder-section-main-inner-wrap:hover .founder-right-content {
    opacity: 1;
}
section.visits-banner {
    background: #ECF3E8;
}
.visits-banner-list-head h2 {
    font-size: 60px;
    line-height: 66px;
    color: #8B993C;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
}
.visits-banner-left-wrap {
    padding: 100px 15px;
    padding-right: 70px;
    height: 100%;
    display: flex;
    align-items: center;
}
.visits-banner-list-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.visits-banner-list-content ul li {
    font-size: 32px;
    line-height: 36px;
    color: #1C643A;
    font-weight: 700;
    padding: 10px 0;
}
.visits-banner-list-btn {
    padding-top: 20px;
    display: flex;
}
.visits-banner-left-inner-wrap {
    height: 100%;
}
.visits-banner-left-inner-wrap .visits-banner-list-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.home-accordion-section {
    background: #ECF3E8;
    padding: 230px 0;
}
.accordion-card-head-sec a.accordion-card-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    padding-right: 60px;
}
.accordion-card-head-right p {
    margin: 0;
}
.accordion-card-head-arrow {
    position: absolute;
    right: 0;
    display: flex;
    top: 0;
    height: 15px;
    bottom: 0;
    margin: auto;
}
.accordion-card-head-sec a.accordion-card-link .accordion-card-head-left {
    width: 50%;
}
.accordion-card-head-sec a.accordion-card-link .accordion-card-head-right {
    width: 50%;
    padding-left: 30px;
}
.accordion-card-head-left h1 {
    font-size: 120px;
    line-height: 150px;
    color: #8B993C;
    font-weight: 400;
    margin: 0;
}
.accordion-card-head-right p {
    font-size: 32px;
    line-height: 36px;
    color: #8B993C;
}
.home-accordion-inner-wrap .accordion-card {
    padding: 30px 0;
    border-top: 5px solid #8B993C;
}
.home-accordion-inner-wrap .accordion-card:last-child {
    border-bottom: 5px solid #8B993C;
}
.accordion-card-body-wrap {
    display: flex;
}
.accordion-card-body.accordion-inner-cnt-left {
    width: 50%;
    position: relative;
}
.accordion-card-body.accordion-inner-cnt-right {
    width: 50%;
    padding-bottom: 40px;
}
.accordion-inner-cnt-img {
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    top: 0;
}
.accordion-card-body.accordion-inner-cnt-right p {
    font-size: 32px;
    line-height: 36px;
    color: #1C643A;
    margin: 0;
}
.accordion-card-head-arrow img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.collapsed.accordion-card-link .accordion-card-head-arrow img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
section.founder-image-section-mob {
    display: none;
}
span.arrow-main-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
}
span.arrow-main-wrap img.arrow-hover {
    position: absolute;
    right: 0;
    top: 0;
}
img.arrow-hover {
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
img.arrow-initial {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.visits-banner-list-btn a:hover img.arrow-hover,
.partner-right-button a:hover img.arrow-hover,
.footer-banner-footer-links ul li a:hover img.arrow-hover  {
    opacity: 1;
}
.visits-banner-list-btn a:hover img.arrow-initial,
.partner-right-button a:hover img.arrow-initial,
.footer-banner-footer-links ul li a:hover img.arrow-initial {
    opacity: 0;
}
.partner-right-button a:hover {
    color: #1c643a;
}
.about-images-wrap-new {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 1;
}
.about-right-images {
    display: flex;
    justify-content: flex-end;
}
.about-images-section-one {
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
}
.about-images-section-two {
    display: flex;
    justify-content: flex-start;
    margin-top: -150px;
    position: relative;
    z-index: -1;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
}
.about-images-section-one img, .about-images-section-two img {
    width: 100%;
    max-width: 70%;
}
.footer-banner-footer-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 -15px;
    padding-bottom: 20px;
}
.footer-banner-footer-links ul li {
    display: flex;
    padding: 0 15px;
}
.footer-banner-footer-links ul li a {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #1C643A;
    text-decoration: underline !important;
}
.footer-banner-footer-links ul li a span {
    margin-left: 10px;
}
.cookie-popup .modal-dialog.modal-xl {
    max-width: 1140px;
    padding: 15px;
}
.cookie-popup .modal-dialog.modal-xl .modal-header {
    display: flex;
    align-items: center;
}
.cookie-popup .modal-dialog h4.modal-title {
    color: #8B993C;
    font-size: 32px;
    line-height: 36px;
}
.cookie-popup button.close {
    outline: none;
}
.accordion-card-head-arrow img {
    height: 100%;
}
.accordion-inner-cnt-img {
    opacity: 0;
    display: none;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.home-accordion-inner-wrap .accordion-card .show .accordion-inner-cnt-img {
    opacity: 1;
    display: block;
}
.partner-right-button a img, .visits-banner-list-btn a img, .footer-banner-footer-links ul li a img {
    height: 16px;
}
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #1C643A;
    border-radius: 50%;
    display: none;
    padding: 17px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 11px rgb(0 0 0 / 23%);
    -webkit-box-shadow: 0 0 11px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0 0 11px rgb(0 0 0 / 23%);
    -ms-box-shadow: 0 0 11px rgb(0 0 0 / 23%);
    -o-box-shadow: 0 0 11px rgb(0 0 0 / 23%);
    z-index: 99999;
}
#toTop img {
    display: flex;
    width: 26px;
}
.home-video-banner-main-wrap {
    position: relative;
    z-index: 1;
}
.home-video-banner-main-wrap .video-banner-wrap {
    display: flex;
    width: 100%;
    position: absolute;
    height: 100vh;
    flex-direction: column;
    overflow: hidden;
    z-index: -1;
    align-items: center;
    justify-content: center;
}
.home-video-banner-main-wrap .video-banner-wrap video.videoembed {
    width: 100%;
}
.video-banner-cnt-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.video-banner-cnt-top {
    padding-top: 125px;
    padding-bottom: 30px;
}
.video-banner-cnt-top-bottom {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.video-banner-cnt-bottom {
    padding-bottom: 100px;
    padding-top: 30px;
}
.video-banner-cnt-bottom-inner-wrap h4 {
    font-size: 45px;
    line-height: 48px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
}
.home-video-banner-t-logo-head-wrap {
    display: flex;
    justify-content: flex-end;
}
.home-video-banner-t-logo img {
    height: 190px;
}
.home-banner-logo img {
    height: 70px;
}
.visits-banner-list-content h4 {
    font-size: 32px;
    line-height: 36px;
    color: #1C643A;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
}
.visits-banner-list-content p {
    font-size: 32px;
    line-height: 36px;
    color: #1C643A;
    margin: 0;
    font-weight: 400;
}
.visits-banner-list-content {
    max-width: 580px;
    padding: 0;
}
.footer-banner-head h2 {
    font-size: 60px;
    line-height: 66px;
    color: #1C643A;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
}
.footer-banner-head h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #1C643A;
    margin: 0;
}
.footer-banner-head {
    padding: 30px 0 30px 0;
    max-width: 590px;
}
.home-banner-button-head h2 {
    font-size: 60px;
    line-height: 66px;
    margin: 0;
    padding: 0;
    color: #1C643A;
    font-weight: 400;
}
.home-banner-button-head {
    padding-bottom: 80px;
    max-width: 580px;
}


@media (min-width: 768px){
.home-video-banner-t-logo-head-wrap.home-video-banner-t-logo-head-mob{
    display: none;
}
}
@media (max-width: 991px){
.container {
    max-width: 100%;
}
}
@media (min-width: 1200px){
.about-images-section-one {
    transform: translate(100px, 0px);
    -webkit-transform: translate(100px, 0px);
    -moz-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    -o-transform: translate(100px, 0px);
    opacity: 0;
}
.about-images-section-two {
    transform: translate(-100px, 0px);
    -webkit-transform: translate(-100px, 0px);
    -moz-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    -o-transform: translate(-100px, 0px);
    opacity: 0;
}
.about-section .hover-active .about-images-section-one, 
.about-section .hover-active .about-images-section-two {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    opacity: 1;
}
}
@media (min-width: 1380px){
.container {
    max-width: 1350px;
}
}   
@media (min-width: 1590px){
.container {
    max-width: 1560px;
}
}

@media (max-width: 1700px){
.video-banner-cnt-top {
    padding-top: 50px;
    padding-bottom: 30px;
}
.video-banner-cnt-bottom {
    padding-bottom: 50px;
    padding-top: 30px;
}
.home-banner-right-inner-wrap {
    padding: 50px 0 30px 0;
}
}
@media (max-width: 1589px){
.home-banner-logo img {
    max-height: 65px;
}
.home-banner-head h3,
.accordion-card-head-left h1 {
    font-size: 94px;
    line-height: 110px;
}
.home-banner-content h2 {
    font-size: 48px;
    line-height: 48px;
}
.home-banner-t-icon-wrap img {
    max-height: 500px;
}
.home-banner-t-icon-wrap {
    right: -203px;
    bottom: -30px;
}
.home-banner-left-wrap {
    padding-right: 100px;
}
.home-banner-button-head p {
    padding-bottom: 25px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a, 
.visits-banner-list-btn a, 
.home-banner-button-head p, 
.about-left-content-text p,
.accordion-card-head-right p,
.accordion-card-body.accordion-inner-cnt-right p,
.partner-right-button a,
.visits-banner-list-content ul li,
.cookie-popup .modal-dialog h4.modal-title,
.footer-banner-head h4,
.visits-banner-list-content p,
.partner-right-content-text p,
.visits-banner-list-content h4 {
    font-size: 26px;
    line-height: 30px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a {
    border: 2px solid #1C643A;
}
.visits-banner-list-btn a {
    border: 2px solid #8B993C;
}
.partner-right-button a {
    border: 2px solid #ECF3E8;
}
.home-banner-left-inner-wrap {
    max-height: 550px;
}
.about-left-content-head h2,
.partner-left-content-head h2,
.visits-banner-list-head h2,
.footer-banner-head h2,
.home-banner-button-head h2 {
    font-size: 48px;
    line-height: 52px;
}
section.about-section, 
section.home-accordion-section {
    padding: 150px 0;
}
.about-images-wrap img {
    max-height: 450px;
}
.about-left-content {
    padding-top: 45px;
    padding-right: 45px;
}
.home-accordion-inner-wrap .accordion-card {
    padding: 20px 0;
    border-top: 3px solid #8B993C;
}
.home-accordion-inner-wrap .accordion-card:last-child {
    border-bottom: 3px solid #8B993C;
}
.accordion-inner-cnt-img img {
    max-height: 265px;
}
section.partner-section {
    padding: 120px 0;
}
.founder-left-content-detail p,
.footer-banner-footer-links ul li a,
.footer-banner-button-head p {
    font-size: 20px;
    line-height: 26px;
}
.partner-left-content-head h2 {
    padding-bottom: 50px;
    padding-right: 50px;
}
.partner-left-logo img {
    max-height: 65px;
}
.partner-right-content-text,
.partner-right-button {
    max-width: 790px;
}
.founder-left-content-head h1 {
    font-size: 76px;
    line-height: 90px;
    text-decoration-thickness: 4px;
}
section.founder-section {
    padding: 70px 0;
}
.founder-left-content-detail {
    padding-top: 55px;
    padding-bottom: 50px;
}
.founder-right-content-image img {
    max-height: 555px;
}
.footer-banner-right-wrap {
    padding-left: 100px;
}
.visits-banner-list-content ul li {
    padding: 6px 0;
}
.visits-banner-list-head h2 {
    padding-bottom: 10px;
}
.visits-banner-list-btn {
    padding-top: 50px;
}
.footer-banner-logo img {
    max-height: 45px;
}
.footer-banner-copyright p {
    font-size: 14px;
    line-height: 18px;
}
.home-banner-right-inner-wrap {
    padding: 80px 0 40px 0;
}
.footer-banner-button-head p {
    padding-bottom: 30px;
}
.footer-banner-button-head {
    max-width: 490px;
}
/*.home-banner-image-wrap, 
.visits-banner-image-wrap {
    background-size: 60%, 100%;
}*/
.about-left-content-head h2 {
    padding-bottom: 30px;
}
.accordion-card-head-arrow {
    height: 14px;
}
.partner-right-button a img, 
.visits-banner-list-btn a img,
.footer-banner-footer-links ul li a img {
    height: 14px;
}
.partner-right-content-text {
    padding-top: 20px;
}
.about-images-wrap-new {
    max-width: 500px;
}
.accordion-card-body.accordion-inner-cnt-right {
    padding-bottom: 30px;
}
.home-video-banner-main-wrap .video-banner-wrap video.videoembed {
    width: 130%;
}
.video-banner-cnt-bottom-inner-wrap h4 {
    font-size: 38px;
    line-height: 42px;
}
}

@media (max-width: 1379px){
.home-banner-logo img {
    max-height: 55px;
}
.home-banner-head h3, 
.accordion-card-head-left h1 {
    font-size: 76px;
    line-height: 86px;
}
.home-banner-content h2 {
    font-size: 40px;
    line-height: 40px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a, 
.visits-banner-list-btn a, 
.home-banner-button-head p, 
.about-left-content-text p, 
.accordion-card-head-right p, 
.accordion-card-body.accordion-inner-cnt-right p, 
.partner-right-button a, 
.visits-banner-list-content ul li, 
.cookie-popup .modal-dialog h4.modal-title,
.footer-banner-head h4, 
.visits-banner-list-content p, 
.partner-right-content-text p, 
.visits-banner-list-content h4 {
    font-size: 22px;
    line-height: 26px;
}
.home-banner-left-inner-wrap {
    max-height: 620px;
}
.home-banner-t-icon-wrap img {
    max-height: 375px;
}
.home-banner-t-icon-wrap {
    right: -152px;
    bottom: -20px;
}
.about-left-content-head h2,
.partner-left-content-head h2,
.visits-banner-list-head h2,
.footer-banner-head h2,
.home-banner-button-head h2 {
    font-size: 40px;
    line-height: 48px;
}
section.about-section, 
section.home-accordion-section {
    padding: 100px 0;
}
.about-images-wrap img {
    max-height: 380px;
}
.about-left-content-head h2 {
    padding-bottom: 25px;
}
.about-left-content {
    padding-top: 30px;
    padding-right: 30px;
}
.partner-left-content-head h2 {
    padding-bottom: 80px;
    padding-right: 65px;
}
.partner-left-logo img {
    max-height: 55px;
}
section.partner-section {
    padding: 80px 0;
}
.founder-left-content-head h1 {
    font-size: 68px;
    line-height: 84px;
    text-decoration-thickness: 3px;
}
.founder-left-content-detail {
    padding-top: 45px;
    padding-bottom: 40px;
}
.founder-right-content-image img {
    max-height: 510px;
}
.visits-banner-list-btn {
    padding-top: 40px;
}
.footer-banner-logo img {
    max-height: 35px;
}
.footer-banner-button-head {
    max-width: 415px;
}
.footer-banner-copyright p {
    font-size: 12px;
    line-height: 16px;
}
.home-banner-right-inner-wrap {
    padding: 60px 0 30px 0;
}
.accordion-card-head-arrow {
    height: 13px;
}
.partner-right-button a img, 
.visits-banner-list-btn a img,
.footer-banner-footer-links ul li a img {
    height: 13px;
}
.home-banner-content {
    max-width: 400px;
}
.accordion-inner-cnt-img img {
    max-height: 225px;
}
.home-accordion-inner-wrap .accordion-card {
    border-top: 2px solid #8B993C;
}
.home-accordion-inner-wrap .accordion-card:last-child {
    border-bottom: 2px solid #8B993C;
}
.founder-left-content-detail p,
.footer-banner-footer-links ul li a,
.footer-banner-button-head p {
    font-size: 18px;
    line-height: 22px;
}
.video-banner-cnt-bottom-inner-wrap h4 {
    font-size: 32px;
    line-height: 36px;
}
.partner-right-content-text, 
.partner-right-button {
    max-width: 700px;
}
.partner-right-content-text {
    padding-top: 15px;
}
section.founder-section {
    padding: 50px 0;
}
.about-images-wrap-new {
    max-width: 450px;
}
.accordion-card-body.accordion-inner-cnt-right {
    padding-bottom: 20px;
}
.home-video-banner-main-wrap .video-banner-wrap video.videoembed {
    width: 140%;
}
}


@media (max-width: 1199px){
.home-banner-logo img {
    max-height: 45px;
}
.home-banner-head h3, 
.accordion-card-head-left h1 {
    font-size: 62px;
    line-height: 68px;
}
.home-banner-left-wrap {
    padding-right: 70px;
}
.home-banner-content h2 {
    font-size: 32px;
    line-height: 32px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a, 
.visits-banner-list-btn a, 
.home-banner-button-head p, 
.about-left-content-text p, 
.accordion-card-head-right p, 
.accordion-card-body.accordion-inner-cnt-right p, 
.partner-right-button a, 
.visits-banner-list-content ul li, 
.cookie-popup .modal-dialog h4.modal-title,
.footer-banner-head h4, 
.visits-banner-list-content p, 
.partner-right-content-text p, 
.visits-banner-list-content h4 {
    font-size: 20px;
    line-height: 22px;
}
.home-banner-button-sec, 
.footer-banner-button-sec {
    padding: 0 10px;
}
.home-banner-button-sec {
    padding: 10px 10px;
}
.home-banner-buttons,
.footer-banner-buttons {
    margin: 0 -10px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a, 
.visits-banner-list-btn a,
.partner-right-button a {
    padding: 10px 16px;
}
section.about-section, 
section.home-accordion-section {
    padding: 70px 0;
}
.home-banner-content {
    max-width: 325px;
}
.about-left-content-head h2, 
.partner-left-content-head h2, 
.visits-banner-list-head h2, 
.footer-banner-head h2,
.home-banner-button-head h2 {
    font-size: 32px;
    line-height: 36px;
}
.home-banner-button-head p {
    padding-bottom: 10px;
}
.about-images-wrap img {
    max-height: 330px;
}
.about-left-content {
    padding-top: 30px;
    padding-right: 0;
}
.home-banner-head h3, 
.accordion-card-head-left h1 {
    font-size: 66px;
    line-height: 78px;
}
.home-accordion-inner-wrap .accordion-card {
    padding: 15px 0;
}
.partner-left-content-head h2 {
    padding-bottom: 40px;
    padding-right: 50px;
}
.partner-right-content-text p, 
.founder-left-content-detail p,
.footer-banner-footer-links ul li a,
.footer-banner-button-head p {
    font-size: 16px;
    line-height: 20px;
}
.partner-left-logo img {
    max-height: 45px;
}
.partner-right-content-text {
    padding-top: 10px;
}
.founder-left-content-head h1 {
    font-size: 56px;
    line-height: 70px;
    text-decoration-thickness: 3px;
}
.founder-left-content-detail {
    padding-top: 35px;
    padding-bottom: 30px;
}
.founder-right-content-image img {
    max-height: 415px;
}
section.partner-section {
    padding: 60px 0;
}
section.founder-section {
    padding: 40px 0;
}
.visits-banner-left-wrap {
    padding-right: 50px;
}
.visits-banner-list-content ul li {
    padding: 5px 0;
}
.footer-banner-right-wrap {
    padding-left: 70px;
}
.footer-banner-logo img {
    max-height: 30px;
}
.footer-banner-button-head {
    max-width: 375px;
}
.footer-banner-copyright p {
    font-size: 11px;
    line-height: 14px;
}
.footer-banner-button-head p {
    padding-bottom: 35px;
}
.about-images-wrap-new {
    max-width: 400px;
}
.home-video-banner-main-wrap .video-banner-wrap {
    height: 100%;
}
.home-video-banner-main-wrap .video-banner-wrap video.videoembed {
    width: 150%;
}
.video-banner-cnt-wrap {
    height: 100%;
    min-height: 700px;
}
.video-banner-cnt-top-bottom {
    min-height: 700px;
    height: 100%;
}
.banner-col {
    padding: 0;
    min-height: 700px;
}
.video-banner-cnt-bottom-inner-wrap h4 {
    font-size: 28px;
    line-height: 32px;
}
}


@media (max-width: 991px){
.home-banner-col-img, 
.visits-banner-col-img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
}
.home-banner-right-wrap, 
.footer-banner-left-wrap, 
.visits-banner-right-wrap {
    position: relative;
}
.home-banner-image-wrap, 
.visits-banner-image-wrap {
    position: relative;
    background-image: none !important;
}
.home-banner-image-wrap img, 
.footer-banner-image-wrap img, 
.visits-banner-image-wrap img {
    display: block;
    width: 100%;
}
.home-banner-t-icon-wrap {
    right: auto;
    bottom: auto;
    top: auto;
    padding-top: 60px;
    position: relative;
}
.banner-col {
    padding: 0;
    min-height: auto;
}
.home-banner-t-icon-wrap img {
    max-height: 300px;
}
.home-banner-logo img {
    max-height: 60px;
}
.home-banner-head h3, 
.accordion-card-head-left h1 {
    font-size: 82px;
    line-height: 88px;
}
.home-banner-left-inner-wrap {
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.home-banner-left-wrap {
    padding: 100px 0;
    min-height: 400px;
}
.home-banner-content h2 {
    font-size: 42px;
    line-height: 42px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a, 
.visits-banner-list-btn a, 
.home-banner-button-head p, 
.about-left-content-text p, 
.accordion-card-head-right p, 
.accordion-card-body.accordion-inner-cnt-right p, 
.partner-right-button a, 
.visits-banner-list-content ul li, 
.footer-banner-button-head p,
.cookie-popup .modal-dialog h4.modal-title,
.footer-banner-head h4, 
.visits-banner-list-content p, 
.partner-right-content-text p, 
.visits-banner-list-content h4 {
    font-size: 24px;
    line-height: 28px;
}
.home-banner-content {
    max-width: 420px;
}
section.about-section, 
section.home-accordion-section {
    padding: 75px 0;
}
.about-left-content-head h2, 
.partner-left-content-head h2, 
.visits-banner-list-head h2,
.footer-banner-head h2,
.home-banner-button-head h2 {
    font-size: 42px;
    line-height: 46px;
}
.home-banner-buttons {
    justify-content: center;
}
.home-banner-button-head {
    padding-bottom: 30px;
}
.about-left-content-head h2 {
    padding-bottom: 40px;
}
.about-images-wrap img {
    max-height: none;
    width: 100%;
}
.about-right-images {
    padding-top: 35px;
}
.accordion-card-head-sec a.accordion-card-link {
    flex-direction: column;
}
.accordion-card-head-sec a.accordion-card-link .accordion-card-head-right {
    width: 100%;
    padding-left: 0;
}
.accordion-card-head-sec a.accordion-card-link .accordion-card-head-left {
    width: 100%;
}
.accordion-card-head-left h1 {
    padding-bottom: 20px;
}
.home-accordion-inner-wrap .accordion-card {
    padding: 20px 0;
}
.accordion-card-head-arrow {
    height: 15px;
    bottom: auto;
    margin: 0;
    top: 37px;
}
.accordion-card-body.accordion-inner-cnt-left {
    display: none;
}
.accordion-card-body.accordion-inner-cnt-right {
    width: 100%;
    padding-top: 30px;
}
.home-banner-buttons, 
.footer-banner-buttons {
    margin: 0 -5px;
}
.home-banner-button-sec, 
.footer-banner-button-sec {
    padding: 0 5px;
}
.home-banner-button-sec {
    padding: 5px 5px;
}
.home-banner-button-head p {
    padding-bottom: 20px;
    font-weight: 500;
}
.home-video-banner-t-logo-head-wrap {
    display: flex;
    justify-content: flex-start;
    padding-top: 100px;
}
.partner-right-content-text, 
.partner-right-button {
    max-width: 100%;
}
section.partner-section {
    padding: 85px 0;
}
.partner-left-content-head h2 {
    color: #ECF3E8;
    padding: 0;
    padding-bottom: 35px;
}
.partner-right-content-text p, 
.founder-left-content-detail p,
.footer-banner-footer-links ul li a,
.footer-banner-button-head p {
    font-size: 22px;
    line-height: 30px;
}
.partner-section-bottom-wrap {
    padding-top: 40px;
}
.partner-right-button-wrap {
    padding-top: 40px;
}
.partner-left-logo img {
    max-height: 60px;
    max-width: 100%;
}
section.founder-image-section-mob {
    display: block;
}
.founder-content-image img {
    width: 100%;
}
section.founder-section {
    padding: 85px 0;
}
.founder-left-content-head h1 {
    font-size: 64px;
    line-height: 74px;
    text-decoration-thickness: 4px;
}
.visits-banner-left-wrap {
    padding: 0;
}
section.visits-banner {
    padding: 90px 0;
}
.visits-banner-main-wrap .banner-col {
    padding: 0 15px;
}
.visits-banner-list-head h2 {
    padding-bottom: 30px;
}
.visits-banner-list-content ul li {
    padding: 10px 0;
}
.visits-banner-list-btn {
    padding-top: 50px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a, 
.visits-banner-list-btn a, 
.partner-right-button a {
    padding: 10px 20px;
}
.footer-banner-col-img {
    position: relative;
    width: 100%;
}
.footer-banner-logo img {
    max-height: 50px;
}
.footer-banner-right-wrap {
    padding: 0 15px;
}
.footer-banner-button-head {
    max-width: 100%;
}
.footer-banner-buttons-wrap {
    padding-top: 0;
}
.footer-banner-button-head p {
    padding-bottom: 30px;
}
.footer-banner-buttons {
    padding-top: 0px;
}
.footer-banner-copyright-wrap {
    padding-top: 40px;
    text-align: center;
}
.home-banner-right-inner-wrap {
    padding: 50px 0 40px 0;
}
.footer-banner-copyright p {
    font-size: 16px;
    line-height: 20px;
}
.about-images-wrap-new {
    max-width: 100%;
}
.footer-banner-footer-links ul {
    justify-content: center;
}
.accordion-card-body.accordion-inner-cnt-right {
    padding-bottom: 10px;
}
.founder-section-main-inner-wrap:hover .founder-right-content {
    display: none;
}
.home-video-banner-main-wrap .video-banner-wrap video.videoembed {
    width: 170%;
}
.video-banner-cnt-bottom-inner-wrap h4 {
    font-size: 26px;
    line-height: 28px;
}
}

@media (max-width: 767px){
.home-banner-t-icon-wrap img {
    max-height: 195px;
}
.home-banner-logo img {
    max-height: 40px;
}
.home-banner-head h3 {
    font-size: 52px;
    line-height: 40px;
    padding-top: 10px;
}
.video-banner-cnt-bottom {
    padding-bottom: 30px;
    padding-top: 0;
}
.home-banner-head {
    padding-bottom: 10px;
}
.home-banner-left-inner-wrap {
    max-height: none;
}
.home-banner-content h2 {
    font-size: 30px;
    line-height: 30px;
    max-width: 300px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a, 
.visits-banner-list-btn a, 
.home-banner-button-head p, 
.about-left-content-text p, 
.accordion-card-head-right p, 
.accordion-card-body.accordion-inner-cnt-right p, 
.partner-right-button a, 
.visits-banner-list-content ul li, 
.cookie-popup .modal-dialog h4.modal-title,
.footer-banner-head h4, 
.visits-banner-list-content p, 
.partner-right-content-text p, 
.visits-banner-list-content h4 {
    font-size: 18px;
    line-height: 20px;
}
.footer-banner-buttons {
    flex-wrap: wrap;
}
.home-banner-buttons{
    flex-direction: column;
    align-items: center;
}
.home-banner-button-head p {
    padding-bottom: 10px;
}
.home-banner-button-sec, 
.footer-banner-button-sec {
    padding: 5px;
}
.home-banner-button-sec a, 
.footer-banner-button-sec a {
    padding: 10px 16px;
}
.about-left-content-head h2, 
.partner-left-content-head h2, 
.visits-banner-list-head h2,
.footer-banner-head h2 {
    font-size: 30px;
    line-height: 32px;
}
.home-banner-button-head h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.home-banner-button-head {
    max-width: 260px;
}
.accordion-card-head-left h1 {
    font-size: 40px;
    line-height: 50px;
}
.accordion-card-head-arrow {
    height: 14px;
    top: 18px;
}
.founder-left-content-head h1 {
    font-size: 30px;
    line-height: 32px;
    text-decoration-thickness: 2px;
}
.partner-right-content-text p, 
.founder-left-content-detail p,
.footer-banner-footer-links ul li a,
.footer-banner-button-head p {
    font-size: 16px;
    line-height: 20px;
}
.visits-banner-list-btn a {
    max-width: 230px;
}
.partner-right-button a img, 
.visits-banner-list-btn a img {
    height: 11px;
}
.footer-banner-logo img {
    max-height: 30px;
}
.footer-banner-copyright p {
    font-size: 12px;
    line-height: 16px;
    max-width: 300px;
    display: inline-block;
}
.accordion-card-body.accordion-inner-cnt-right {
    padding-bottom: 0px;
}
#toTop {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 12px;
}
.video-banner-cnt-bottom-inner-wrap h4 {
    font-size: 30px;
    line-height: 30px;
}
.video-banner-cnt-top-bottom {
    min-height: 650px;
    height: 100vh;
}
.video-banner-cnt-top {
    padding-top: 60px;
    padding-bottom: 0px;
}
.home-video-banner-t-logo-head-wrap {
    padding: 20px 0;
}
.home-video-banner-right-wrap {
    display: none;
}
.about-images-section-two {
    margin-top: -100px;
}
.home-video-banner-main-wrap .video-banner-wrap img {
    height: 100%;
    width: auto;
}
.video-banner-cnt-wrap {
    height: 100vh;
    min-height: 650px;
}
.home-video-banner-main-wrap .video-banner-wrap {
    height: 100vh;
    min-height: 650px;
}
.home-video-banner-main-wrap .video-banner-wrap video.videoembed {
    height: 100vh;
    width: auto;
    min-height: 650px;
}
.partner-left-logo img {
    max-height: 40px;
}
}

@media (max-width: 340px){
.home-banner-t-icon-wrap img {
    max-height: 180px;
}
}