:root {

    scroll-behavior: auto;

}



.navbar.navbar-dropdown.navbar-fixed-top {

    /* background-color: transparent; */

    border-bottom: 0px;

}



section#menu1-h {

    min-height: 0px;

}



.section-map.custom-map {

    padding: 110px 0px;

}



.section-title {

    position: relative;

    text-align: center;

    margin-bottom: 40px;

}



.section-title.text--left {

    text-align: left;

}



.section-title.mb--small {

    margin-bottom: 10px;

}



[data-overlay-title]:before {

    content: attr(data-overlay-title);

    color: #f5f5f5;

    font-weight: 900;

    font-size: 120px;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 3;

    line-height: 60px;

}



.section-title>* {

    position: relative;

    z-index: 5;

}



.subtitle {

    font-size: 14px;

    text-transform: uppercase;

    padding: 5px 12px;

    border: 2px solid #1573c5;

    display: inline-block;

}



h2.title {

    font-size: 40px;

    font-weight: 800;

}



h2.title span.thin {

    font-weight: 300;

}



.ltrg--map {}



.fancy-separator {

    max-width: 170px;

    margin: 30px auto 0px;

    height: 2px;

    background-color: #f5f5f5;

    display: flex;

    justify-content: center;

}



.fancy-separator:before {

    content: "";

    background-color: #85bd00;

    width: 14px;

    height: 14px;

    margin-top: -6px;

    border-radius: 45px;

    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px #85bd00;

}



.section-map.custom-map {

    padding: 80px 0px;

}



.section-title {

    position: relative;

    text-align: center;

    margin-bottom: 40px;

max-width: 770px;margin-left: auto;margin-right: auto;}



[data-overlay-title]:before {

    content: attr(data-overlay-title);

    color: #f5f5f5;

    font-weight: 900;

    font-size: 120px;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 3;

    line-height: 60px;

}



.section-title>* {

    position: relative;

    z-index: 5;

}



.subtitle {

    font-size: 14px;

    text-transform: uppercase;

    padding: 5px 12px;

    border: 2px solid #1573c5;

    display: inline-block;

}



h2.title {

    font-size: 50px;

    font-weight: 800;

}



h2.title span.thin {

    font-weight: 300;

}



.ltrg--map {

    position: relative;

}



.fancy-separator {

    max-width: 170px;

    margin: 30px auto 30px;

    height: 2px;

    background-color: #e0e0e0;

    display: flex;

    justify-content: center;

}



.fancy-separator:before {

    content: "";

    background-color: #85bd00;

    width: 14px;

    height: 14px;

    margin-top: -6px;

    border-radius: 45px;

    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 3px #85bd00;

}



.map-markers {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

    transition: inherit;

}



.ltrg--map span[class*=marker--] {

    background-image: url(/assets/images/marker.png);

    width: 40px;

    height: 58px;

    background-size: contain;

    background-repeat: no-repeat;

    position: absolute;

    top: 0;

    right: 0px;

}



.ltrg--map span.marker--pk {

    top: 207px;

    right: 424px;

}



.ltrg--map span.marker--in {

    top: 138px;

    right: 324px;

    left: initial;

}



.ltrg--map span.marker--th {

    top: 247px;

    right: 249px;

    left: initial;

}



.ltrg--map span.marker--sg {

    top: 354px;

    right: 302px;

    left: initial;

}



.ltrg--map span.marker--my {

    top: 314px;

    right: 285px;

    left: initial;

}



.ltrg--map span.marker--us {

    top: 184px;

    left: 232px;

}



.ltrg--map span.marker--fr {

    top: 160px;

    left: 615px;

}





.ltrg--map span.marker--gb {

    top: 135px;

    left: 570px;

}





.ltrg--map span.marker--nz {

    top: 521px;

    right: 52px;

    left: initial;

}





.ltrg--map span.marker--au {

    top: 451px;

    right: 182px;

    left: initial;

}



.section-map .card-box>img {

    max-width: 68px;

    margin-bottom: 12px;

}



.overlay-objects {

    position: absolute;

    top: 20%;

    left: 0;

    padding: 0px 90px;

    transform: scale(0) rotate(45deg);

    transition: all 0.5s;

    transition-delay: 1000ms;

    pointer-events: none;

}



.section--active .overlay-objects {

    transform: scale(1) rotate(0deg);

}

.section-features{
    background-image: url(/assets/images/feature-layer-art.png);
    background-repeat: no-repeat;
    background-size: cover;
   position: relative;

}

.section-features:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(255 255 255 / 85%);
   z-index: 2;
}

.section-features .container {
    position: relative;
    z-index: 3;
}

section.section-features .card-wrapper {

    background-color: transparent;

    transition: all 0.5s;

    border: 2px dashed #19191914;

    max-width: 370px;

    margin: 0 auto;

    padding: 40px;

    cursor: pointer;

}



section.section-features {

    background-color: #f7f7f7;

    padding: 90px 0px 120px;

}



.section-features .card-wrapper:hover,

.section-features .card-wrapper.active {

    filter: drop-shadow(3.473px 19.696px 50px rgba(0, 0, 0, 0.08));

    background-color: #ffffff;

    border-color: transparent;

}



.section-features [data-overlay-title]:before,

.content-wrapper [data-overlay-title]:before {

    color: #fff;

}



.ltgr-feature-icon {

    display: block;

    width: 85px;

    height: 85px;

    background-color: transparent;

    border-radius: 60px;

    margin: 0px auto 30px;

    transition: all 0.5s;

    background-size: 45px;

    background-repeat: no-repeat;

    background-position: center;

    border: 2px solid #6f9d00;

}



.card-wrapper:hover .ltgr-feature-icon {

    background-color: #85bd00;

}



.feature--contribute {

    background-image: url(/assets/images/contribute.png)

}



.card-wrapper:hover .feature--contribute {

    background-image: url(/assets/images/contribute--hover.png)

}



.feature--share {

    background-image: url(/assets/images/share.png)

}



.card-wrapper:hover .feature--share {

    background-image: url(/assets/images/share--hover.png)

}



.feature--calorie {

    background-image: url(/assets/images/calorie.png)

}



.card-wrapper:hover .feature--calorie {

    background-image: url(/assets/images/calorie--hover.png)

}



.beer-slider {

    position: absolute;

    width: 100%;

    height: 100%;

}



.ltrg-reality .slider-arrow .slick-prev {

    left: -70px;

}



.ltrg-reality .slider-arrow .slick-next {

    right: -70px;

}



.ltrg-reality {

    position: relative;

    height: 90vh;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    color: white;

}



.pat1 {

    background-image: url(/assets/images/reality-after.jpeg);

    background-size: cover;

    background-position: center;

}



.pat2 {

    background-image: url(/assets/images/reality-before.jpeg);

    background-size: cover;

    background-position: center;

}



.beer-handle {

    bottom: 0;

    top: auto;

}



.project-box {

    min-width: 280px;

    min-height: 343px;

    background-size: cover;

    background-position: center;

}



.project-slide {

    padding: 15px;

}



.slider-nav .slick-dots {

    display: flex;

    list-style: none;

    justify-content: center

}



.slider-nav .slick-dots button {

    font-size: 0;

    width: 12px;

    height: 12px;

    padding: 0;

    border-radius: 30px;

    background-color: #cee595;

    margin: 0 3px;

    transition: all 0.3s

}



.slider-nav .slick-dots .slick-active button {

    width: 32px;

    background-color: #86bd00;

}



.section-projects {

    padding: 80px 0px;

}



.ltgr-form .display-2 {

    font-size: 40px;

    font-weight: 300;

}



.ltgr-form .alert-success {

    background-color: #85bd00;

}



/* Beer Slider */



.beer-slider {

    display: inline-block;

    overflow: hidden;

    position: relative

}



.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before {

    box-sizing: border-box

}



.beer-slider img,.beer-slider svg {

    vertical-align: bottom

}



.beer-slider>* {

    height: 100%

}



.beer-slider>img {

    height: auto;

    max-width: 100%

}



.beer-reveal {

    left: 0;

    opacity: 0;

    overflow: hidden;

    position: absolute;

    right: 50%;

    top: 0;

    transition: opacity .35s;

    z-index: 1

}



.beer-reveal>:first-child {

    height: 100%;

    max-width: none;

    width: 200%

}



.beer-reveal>img:first-child {

    height: auto

}



.beer-range {

    -moz-appearance: none;

    -ms-touch-action: auto;

    -webkit-appearance: slider-horizontal!important;

    bottom: 0;

    cursor: pointer;

    height: 100%;

    left: -1px;

    margin: 0;

    opacity: 0;

    position: absolute;

    top: 0;

    touch-action: auto;

    width: calc(100% + 2px);

    z-index: 2

}



.beer-range::-webkit-slider-thumb {

    -webkit-appearance: none;

    height: 300vh

}



.beer-range::-moz-range-thumb {

    -webkit-appearance: none;

    height: 300vh

}



.beer-range::-ms-tooltip {

    display: none

}



.beer-handle {

    background: hsla(0,0%,100%,.5);

    border-radius: 50%;

    box-shadow: 0 0 6px transparent;

    color: #000;

    height: 48px;

    left: 50%;

    opacity: 0;

    pointer-events: none;

    position: absolute;

    top: 50%;

    transform: translate3d(-50%,-50%,0);

    transition: background .3s,box-shadow .3s,opacity .5s .25s;

    width: 48px;

    z-index: 2

}



.beer-handle:after,.beer-handle:before {

    border-left: 2px solid;

    border-top: 2px solid;

    content: "";

    height: 10px;

    position: absolute;

    top: 50%;

    transform-origin: 0 0;

    width: 10px

}



.beer-handle:before {

    left: 10px;

    transform: rotate(-45deg)

}



.beer-handle:after {

    right: 0;

    transform: rotate(135deg)

}



.beer-range:focus~.beer-handle {

    background: hsla(0,0%,100%,.85);

    box-shadow: 0 0 3px rgba(0,0,0,.4)

}



.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after {

    background: hsla(0,0%,100%,.75);

    border-radius: .125rem;

    content: attr(data-beer-label);

    line-height: 1;

    padding: .5rem;

    position: absolute;

    top: 1.5rem

}



.beer-slider[data-beer-label]:after {

    right: 1.5rem

}



.beer-reveal[data-beer-label]:after {

    left: 1.5rem

}



.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after {

    content: none

}



.beer-ready .beer-handle,.beer-ready .beer-reveal {

    opacity: 1

}



.image2.cid-sJ4YG9X0CB  {

    background-image: url(/assets/images/banner.jpeg);

}



#home {

    min-height: 700px;

    height: 90vh;

}



#home .text-wrapper {

    background-color: #ffffffe0;

    max-width: 490px;

    margin-top: 60px;

    transform: translateX(-30px);

    opacity: 0;

    transition: all 0.5s;

    transition-delay: 0.2s;

}



.site--loaded #home .text-wrapper {

    transform: translateX(0px);

    opacity: 1;

}



#home .ltgr-section-title {

    font-size: 44px;

}



#home .ltgr-text {

    font-size: 18px;

}

.square img {
    float: right; 
    margin: 5px;
    width: 50%;
}
.square p {
    text-align: justify;
   
}

#home .image-wrapper {

    position: absolute;

    z-index: 9999;

    overflow: visible;

    text-align: center;

    right: 0px;

    max-width: 640px;

    bottom: -150px;

    transform: translateY(30px);

    opacity: 0;

    transition: all 0.5s;

}



.site--loaded #home .image-wrapper {

    transform: translateY(0px);

    opacity: 1;

}



.image2.cid-sJ4YG9X0CB {

    z-index: 3 !important;

}



.cid-s48OLK6784 .navbar.navbar-short {

    top: 0px;

    box-shadow: 0px 2px 8px rgb(0 0 0 / 6%);

}



.cid-s48OLK6784 nav.navbar {

    top: 35px;

}



.ltgr-social {

    display: flex;

    list-style: none;

    color: #000;

    margin: 0;

    padding: 0;

    margin-left: auto;

}



.ltgr-social a {

    color: #7aad00;

    transition: all 0.5s;

}



.ltgr-social a:hover, 

.ltgr-social a:focus {

    color: #000;

}



.ltgr-social svg {

    width: 20px;

    margin-right: 5px;

    fill: #7aad00;

    transition: inherit;

}



.ltgr-social a:hover svg {

    fill: #000;

}



.section-map .card-box strong span {

    font-weight: inherit;

}



.site-loader {

    display: flex;

    position: fixed;

    z-index: -99;

    width: 100%;

    height: 100%;

    opacity: 0;

    pointer-events: none;

    background-color: rgba(255,255,255,0.98);

    top: 0;

    left: 0;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    transition: all 0.3s

}



.site-loader .loader-content {

    display: flex;

    flex-direction: column

}



.site-loader .loader-content .loader-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 40px;

    margin-bottom: 40px;

    flex-direction: column;

}



.site-loader .loader-content .loader-icon img {

    max-width: 240px;

    display: block;

}



.site-loader .loader-content .loader-icon:after {

    content: "Loading...";

    font-size: 22px;

    margin-left: 0;

    font-weight: 700;

    color: #333333;

    margin-top: 30px;

}



.site-loader.is--loading {

    opacity: 1;

    z-index: 9999999999

}



h2.title span {

    font-size: inherit;

    font-weight: inherit;

}



h2.title span {

    font-size: inherit;

    font-weight: inherit;

}



.js-section .section-title {

    transition: all 0.5s ;

}

#donation-alliance .section-title {
    margin-top: 130px;
    text-align: center;
}

#donation-alliance .section-title p {
    line-height: 1.7;
    color: #101010;
    font-weight: 500;
    margin-top: 20px;
    font-size: 17px;
}

.section-title .mask-wrapper {

    display: block;

}

.ltgr-alliances {
    margin: 100px 0 0;
}
.ltgr-donators{
    margin: 90px 0;
}

.js-section .section-title .title {

    overflow: hidden;

    transition: inherit;

}



.js-section .section-title .mask-wrapper {

    transform: translateY(100%);

    transition: inherit;

}



.site--loaded .js-section.section--active .section-title .mask-wrapper {

    transform: translateY(0%);

}



.js-section .section-title .fancy-separator {

    transform: scaleX(0);

    transition: inherit;

}



.site--loaded .js-section.section--active .section-title .fancy-separator {

    transform: scaleX(1);

}



.js-section .section-title .fancy-separator:before {

    transform: scale(0);

    transition: inherit;

    transition-delay: 0.6s;

}



.site--loaded .js-section.section--active .section-title .fancy-separator:before {

    transform: scale(1);

}



.js-section .ltrg--map {

    transition: all 0.5s ;

}



.js-section .ltrg--map img {

    transform: scale(0);

    transition: inherit;

    transition-delay: 0.5s;

}



.site--loaded .js-section.section--active .ltrg--map img {

    transform: scale(1);

}



.js-section .ltrg--map .map-markers span[class*=marker--] {

    transform: translateY(-1000px);

    transition: inherit;

    transition-delay: 0.5s;

}



.site--loaded .js-section.section--active .ltrg--map .map-markers span[class*=marker--] {

    transform: translateY(0px);

}



.map-markers span[class*=marker--] {

    display: block;

}



.map-markers span[class*=marker--] img {

    width: 25px;

    height: 25px;

    margin: 6px auto;

    border-radius: 40px;

    border: 1px solid #fff;

}



.map-countries-list {

    display: flex;

    flex-wrap: wrap;

    margin-top: 60px;

    transition: all 0.4s;

}



.map-countries-list > span {

    flex: 0 0 50%;

    display: flex;

    align-items: center;

    margin-bottom: 20px;

}



.map-countries-list > span img {

    width: 40px;

    height: 40px;

    margin-right: 17px;

    object-fit: cover;

    border-radius: 20px;

    border: 1px solid #e0e0e0;

}



.js-section .js-country-markers span {

    transform: translateY(30px);

    opacity: 0;

    transition: inherit;

}



.site--loaded .js-section.section--active .js-country-markers span {

    transform: translateY(0px);

    opacity: 1;

}



/* .section-title.text--left .fancy-separator {

    margin-left: 23px;

    justify-content: left;

} */



.section-title.text--left .fancy-separator::before {

    margin-left: -23px;

}



.projects-carousel .slick-list:before,

.projects-carousel .slick-list:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 250px;

    height: 100%;

    background: linear-gradient( 90deg,#ffffffbd 1%,hsla(0,0%,100%,0));

    pointer-events: none;

    z-index: 1;

}



.projects-carousel .slick-list:after {

    right: 0;

    left: initial;

    transform: scaleX(-1)

}





.projects-carousel-wrapper {

    position: relative;

}



.slider-arrow button {

    position: absolute;

    top: calc(50% - 20px);

    background-image: url(../../images/svg/arrow.svg);

    font-size: 0px;

    width: 50px;

    height: 50px;

    background-size: contain;

    background-repeat: no-repeat;

    opacity: 0.6;

    transition: all 0.4s;

}



.slider-arrow button:hover {

    opacity: 1;

}



.slider-arrow .slick-next {

    right: 30px;

}



.slider-arrow .slick-prev {

    left: 30px;

    transform: scaleX(-1)

}



.section-map .card-box {

    text-align: center;

}



.section-map .card-box img {

    margin-left: auto;

    margin-right: auto;

}



.cid-s48OLK6784 .navbar .navbar-logo img {

    position: absolute;

    bottom: -5px;

    height: 88px;

}



.cid-s48OLK6784 .navbar-brand {

    z-index: 2;

}



#ltg-top-navigation .nav-link {

    color: #000;

    font-size: 15px;

    margin: 5px 10px !important;

}



#ltg-top-navigation .nav-link.active {

    color: #85bd00;

}



#ltg-top-navigation .nav-link:after {

    content: "";

    position: absolute;

    bottom: -5px;

    width: 20px;

    height: 2px;

    background-color: #85bd00;

    transition: all 0.3s;

    transform: scaleX(0);

}



#ltg-top-navigation .nav-link.active:after {

    transform: scaleX(1);

}



.beer-slider h3 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: #c3303087;

    transition: all 1s 3s;

    opacity: 1;

}



.beer-slider .pat1 > h3 {

    justify-content: center;

    right: 0%;

    left: initial;

    width: 50%;

    background-color: #85bd0075;

    

}



.section--active .beer-slider h3 {

    opacity: 0;

    pointer-events: none;

}



.reveal-wrapper:before {

    content: "";

    position: absolute;

    width: 0%;

    height: 100%;

    /* transform: scaleX(0); */

    background-image: var(--after-slide);

    top: 0;

    left: 0;

    background-size: cover;

    transform-origin: right;

    animation: revealSlide 0.8s 1 forwards;

    /* background-attachment: fixed; */

    background-position: center;

}



.pat2.reveal-wrapper:before {

    background-image: var(--before-slide);

}



.subheader {

    margin-top: 76px;

    padding: 180px 20px 40px;

    background-image: url(/assets/images/banner.jpeg);

    color: #fff;

    background-size: cover;

    background-position: top;

    position: relative;

    background-attachment: fixed;

}



.subheader:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgb(0 0 0 / 55%);

}



.subheader .container {

    z-index: 4;

}



.section-content {

    padding: 60px 20px;

}



.markup p {

    margin-bottom: 7px;

}



.overlaying-title {

    background-color: rgb(0 0 0 / 72%);

    color: #fff;

    position: absolute;

    padding: 5px 14px;

    text-align: center;

    border-radius: 40px;

    min-width: max-content;

    left: 50%;

    transform: translateX(-50%) scale(0);

    bottom: 50%;

    transition: all 0.3s;

    pointer-events: none;

}



.ltrg--map span[class*=marker--]:hover .overlaying-title {

    transform: translateX(-50%) scale(1);

    bottom: 100%;

}



.ltrg--map span[class*=marker--] {

    cursor: pointer;

}



.tabs-lising > ul {

    display: flex;

    list-style: none;

    border-radius: 70px;

    position: relative;

    padding: 0px;

    justify-content: space-around;

    flex-wrap: wrap;

}



.tabs-lising > ul .tab-item {

    cursor: pointer;

    flex: 0 0 auto;

    color: #b7b7b7;

    font-weight: 500;

    font-size: 19px;

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    z-index: 9;

    position: relative;

    min-width: 160px;

}



.tabs-lising > ul .tab-item.active {

    font-weight: 600;

    color: #fff;

}



.tabs-lising > ul .tab-item.active .tab-text {

    font-weight: inherit;

}



.tabs-lising > ul .tab-item .tab-text {

    transition: all 0.1s 0.4s;

}



.section-pricetabs * {

    box-sizing: border-box;

}



.tab-indicator {

    position: absolute;

    z-index: 6;

    width: 260px;

    height: 50px;

    top: 0;

    left: 0px;

    background-color: #85bd00;

    border-radius: 90px;

    margin: 0px;

    transition: all 0.5s;

}



.tab-animated.tab-indicator:after {

    height: 4px;

}



.tab-indicator:after {

    content: "";

    background-color: #000;

    position: absolute;

    bottom: 0;

    width: 70px;

    height: 0px;

    display: block;

    margin-left: auto;

    margin-right: auto;

    left: 0;

    right: 0;

    transition: all 0.3s ease-out;

    display: none;

}



.feature-slide-content {

    display: flex;

    align-items: center;

}



.feature-slide-content .media {

    flex: 0 0 55%;

}



.feature-slide-content .content {

    flex: 0 0 45%;

    padding-left: 30px;

}



.feature-slide-content .btn {

    margin: 0;

}



.feature-slide-content .media img {

    padding: 0px;

    width: auto;

    max-height: 440px;

    max-width: 520px;

}



.feature-slide-content .content h3 {

    font-weight: 600;

    line-height: 40px;

}



.feature-slide-content .content p {

    line-height: 22px;

}



.feature-carousel-wrapper {

    margin: 70px 0px 0px;

    position: relative;

}



.feature-carousel-wrapper .slider-arrow .slick-prev {

    left: -60px;

}



.feature-carousel-wrapper .slider-arrow .slick-next {

    right: -60px;

}



.ltgr-form .form-button {

    width: auto;

    margin-left: auto;

    display: inline-block;

}



.slider-nav .slick-dots {

    margin-top: 30px;

}



.slick-dots {

    padding: 0px;

    margin-bottom: 0px;

}



textarea.form-control {

    min-height: 48px;

    height: 48px;

}



.btn + .btn {

    margin-left: 15px;

}



.btn-whatsapp {

    background-color: #57b64b !important;

}



.ltgr-section-btn {

    text-align: right;

}



.ltgr-form .btn-whatsapp:hover {

    background-color: #3b8731 !important;

}



.ltgr-form .form-button {

    display: inline-flex;

}



.ltgr-form .form-button .socicon {

    margin-right: 10px;

}



.ltgr-social-icons.nav-link-with-image img {

    max-width: 22px;

}



.ltgr-social-icons.nav-link-with-image {

    padding: 0.24rem 1rem;

}

.hr-line{
    width: 60%;
    margin: 0 20px;
    
}


 
.subheader h4.subtitle{
    padding: 10px 0;

}

.faq-subheading{
    
margin-bottom: 20px;}
.faq-questions{
    cursor: pointer;
    padding: 15px 20px;
    font-weight: 500;
  
}

.ltgr-faqs{

    border-top: 1px solid #bdbbbb;
    background-color: white;
    margin-bottom: 20px;
}
.faq-body{
   
    padding: 0 20px;
    background-color: white;
    overflow: hidden;
    color: gray;
}

.faq-container{
    
    padding: 50px 0px;
}

.faq-sidebar {
    max-width: 200px;
}
  .faq-section{
    margin-left: 200px;
    float: right;
    width: 100%;
}
  
  /* Sidebar links */
  .faq-sidebar a {
    display: block;
    color: black;
    padding: 20px;
    text-decoration: none;
  }
  
  /* Active/current link */
  .faq-sidebar a.active {
    background-color: #85bd00;
    color: white;
  }
  
  /* Links on mouse-over
  .faq-sidebar a:hover:not(.active) {
    background-color: #bfbaba;
    color: white;
  }
 */


@keyframes revealSlide {

    0% {

        width: 0%;

    }



    100% {

        width: var(--slide-width);

    }

}




.section-title p {
    font-size: 16px;
    line-height: 23px;
    color: #979797;
}


.alliance-media {
    text-align: center;
    max-width: 300px;
    margin-top: 30px;
}

.alliance-content {
    padding: 20px;
}

.alliance-content p {
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

.alliance-content h3 {
    font-size: 26px;
    color: #000000;
    line-height: 33px;
    margin-bottom: 24px;
    font-weight: 600;
}

.section-contact {
    padding: 30px 0px;
}

.ltgr-form .dragArea {
    margin-top: 40px;
}

.ltgr-form .alert {
    margin-bottom: 0px;
}

.filepicker-zone {
    display: block;
    padding: 60px 40px;
    text-align: center;
    border: 2px dashed #86bd01;
    border-radius: 10px;
    background-color: #fbfdf8;
}

.filepicker-zone .filepicker-icon {
    display: block;
    max-width: 40px;
    margin: 0 auto;
}

.filepicker-zone p {
    margin-bottom: 0px;
    font-weight: 500;
}

.filepicker-zone .highlight {
    color: #86bd01;
    font-weight: 600;
    cursor: pointer;
}

.filepicker-zone small {
    font-weight: 300;
    font-size: 13px;
    color: #cdcdcd;
}

.filepicker-document {
    width: 100px;
    height: 100px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.uploads-list li {
    margin-right: 20px;
}

.filepicker-document img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

li:first-child .filepicker-document {
    margin-right: 0px;
}

.filepicker-document .filepicker-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    padding: 1px;
    width: 28px;
    height: 28px;
    border-radius: 35px;
    fill: #af1717;
    transform: scale(0);
    cursor: pointer;
    transition: all 0.2s;
}

.filepicker-document:hover .filepicker-remove {
    transform: scale(1);
}

ul.uploads-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

label.lbl-dropzone {
    width: 100px;
    height: 100px;
    border: 2px dashed #c7c7c7;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.lbl-dropzone a{
    pointer-events: none;
}

.ltgr-image-upload [type=file] {
    display: none;
}

.dropzone {
    display: flex;
    margin-bottom: 20px;
}

.section-share {
    padding: 40px;
    background-image: url(/assets/images/layer-art.png);
    background-size: 550px;
    background-position: bottom left;
    position: relative;
}

.section-share:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffeb;
    z-index: 2;
}

.section-share .container {
    position: relative;
    z-index: 3;
}

.section-share .form-control {
    box-shadow: none;
    border: 1px solid #d9d9d9 !important;
}

small.public-note {
    font-weight: 500;
    font-size: 16px;
}

.modal-body h3 {
    font-weight: 500;
    margin: 20px 0px;
    font-size: 22px;
}
.weight-legend-example {
    padding: 18px;
}

.weight-legend-list .weight-legend-item {
    padding: 14px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #dfdfdf;
    display: flex;
    align-items: center;
}

.weight-legend-list .weight-legend-item img {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    max-width: 80px;
    margin-right: 20px;
}

a.weight-legend-link {
    font-style: italic;
    color: #85bd00;
    font-weight: 600;
    border-bottom: 1px dashed;
    font-size: 14px;
    float: right;
    margin-top: 5px;
    padding: 5px;
}

.accordion-item a.weight-legend-link{
    float: none;
}

.iti {
    width: 100%;
}

.iti__flag {background-image: url("../../intl-tel-input/img/flags.png");}

.faq-sidebar .nav-pills .nav-link {
    color: #000;
    text-align: left;
    padding-left: 26px;
    margin-bottom: 3px;
}

.faq-sidebar .nav-pills .nav-link:hover {
    background-color: #85bd001a;
}

.faq-sidebar .nav-pills .nav-link.active {
    background-color: #85bd00;
    color: #fff;
}

.faq-sidebar > .nav {
    margin-top: 48px;
}

.faq-sidebar > .nav {
    margin-top: 48px;
}

.accordion-button:not(.collapsed) {
    background: #f3f8e5;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2385bd00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.section-features .card-wrapper .card-box {
    height: calc(100% - 115px);
    display: flex;
    flex-direction: column;
}

section.section-features .card-wrapper .card-box .btn {
    margin: auto auto 0px auto;
    max-width: 170px;
}

.card-box .card-title {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

select.form-control {
    background-image: url('/assets/images/down-arrow.png');
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 35px;
}

.title .num {
    font-size: 37px;
}
.icon-text {
    display: flex;
    align-items: center;
}

.icon-text img {
    height: 17px;
    width: 17px;
    margin-right: 5px;
    position: relative;
    top: -8px;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../../intl-tel-input/img/flags@2x.png");}
}

@media screen and (min-width: 768px) {

    .map-countries-list {

        display: none;

    }

}

@media screen and (min-width: 1399px){
  
}

@media screen and (max-width: 1399px) {

    
    .ltrg--map span.marker--pk {

        top: 187px;

        right: 374px;

    }

    

    .ltrg--map span.marker--in {

        top: 98px;

        right: 284px;

        left: initial;

    }

    

    .ltrg--map span.marker--th {

        top: 187px;

        right: 219px;

        left: initial;

    }

    

    .ltrg--map span.marker--sg {

        top: 292px;

        right: 262px;

        left: initial;

    }

    

    .ltrg--map span.marker--my {

        top: 264px;

        right: 255px;

        left: initial;

    }

    

    .ltrg--map span.marker--us {

        top: 174px;

        left: 192px;

    }

    

    .ltrg--map span.marker--fr {

        top: 143px;

        left: 515px;

    }

    

    

    .ltrg--map span.marker--gb {

        top: 108px;

        left: 490px;

    }

    

    

    .ltrg--map span.marker--nz {

        top: 441px;

        right: 40px;

        left: initial;

    }

    

    

    .ltrg--map span.marker--au {

        top: 381px;

        right: 156px;

        left: initial;

    }

}



@media screen and (max-width: 1199px) {

    
    .card-box .title span.num {
        font-size: 2rem;
    } 

    .ltrg--map span.marker--pk {

        top: 157px;

        right: 314px;

    }

    

    .ltrg--map span.marker--in {

        top: 88px;

        right: 244px;

        left: initial;

    }

    

    .ltrg--map span.marker--th {

        top: 147px;

        right: 179px;

        left: initial;

    }

    

    .ltrg--map span.marker--sg {

        top: 245px;

        right: 206px;

        left: initial;

    }

    

    .ltrg--map span.marker--my {

        top: 214px;

        right: 197px;

        left: initial;

    }

    

    .ltrg--map span.marker--us {

        top: 124px;

        left: 152px;

    }

    

    .ltrg--map span.marker--fr {

        top: 110px;

        left: 425px;

    }

    

    

    .ltrg--map span.marker--gb {

        top: 80px;

        left: 403px;

    }

    

    

    .ltrg--map span.marker--nz {

        top: 361px;

        right: 31px;

        left: initial;

    }

    

    

    .ltrg--map span.marker--au {

        top: 311px;

        right: 132px;

        left: initial;

    }

}

@media screen and (min-width: 991px) {

   

    #ltg-top-navigation .navbar-collapse {
        height: 32px !important;
    }
}

@media screen and (max-width: 991px) {
    .ltrg--map {
        display: none;
    }
    
    .alliance-content{
        margin-top:20px;
    }
    .ltgr-alliances{
        margin: 10px 0 0;
    }

    .ltgr-donators {
        margin: 30px 0;
    }

    .alliance-media{
        margin: auto;
    }

    .faq-container{
        padding: 0;
    }
  .faq-sidebar{
    width: 100%;
    
    max-width: 400px;
    margin: auto auto 35px auto;
  } 


    .row-copirayt {

        text-align: center;

    }

    

    .row-copirayt .ltgr-social {

        margin-top: 10px;

    }



    .map-markers span {

        display: none;

    }

    .map-countries-list {

        display: flex;

    }



    .map-countries-list > span {

        flex: 0 0 33.3%;

    }



    section.section-features .card-wrapper {

        margin-bottom: 30px;

    }



    #home .image-wrapper {

        display: none;

    }



    #home .text-wrapper {

        padding: 30px 28px;

    }



    .project-box {

        min-width: initial;

        min-height: 273px;

    }



    .ltrg-reality {

        height: 50vh;

    }


/* 
    .cid-s48OLK6784 .navbar .navbar-logo img {

        bottom: -11px;

    } */


    #ltg-top-navigation .nav-link {

        padding: 13px 17px !important;

        margin: 0px 0px 0px !important;

        display: block;

        border-bottom: 2px solid #e9e9e9;

    }

    

    #ltg-top-navigation .nav-link:after {

        bottom: -2px;

        transform-origin: left;

        width: 100%;

        left: 0;

    }

    

   .cid-s48OLK6784 .navbar ul.navbar-nav li {

        margin-left: 0px;

        width: 100%;

    }

    

    #ltg-top-navigation .nav-link {

        padding: 13px 17px !important;

        margin: 0px 0px 0px !important;

        display: block;

        border-bottom: 2px solid #e9e9e9;

    }

    

    #ltg-top-navigation .nav-link:after {

        bottom: -2px;

        transform-origin: left;

        width: 100%;

        left: 0;

    }



    .cid-s48OLK6784 .navbar .navbar-logo img {

        position: relative;

    }

    

   .cid-s48OLK6784 .navbar {

        min-height: 93px;

        padding: 20px 20px;

    }

    

    .cid-s48OLK6784 ul.navbar-nav {

        margin: 22px 0px 0px;

    }



    .feature-slide-content .media {

        flex: 0 0 50%;

    }



    .feature-slide-content .content {

        flex: 0 0 50%;

        padding-left: 20px;

    }



    .feature-slide-content .media img {

        max-height: 340px;

        max-width: 100%;

    }



    .js-reality-arrow.slider-arrow {

        display: none;

    }

}



@media screen and (max-width: 767px) {

<<<<<<< HEAD
 .alliance-content p{
     text-align: justify;
 }
=======
    .faq-container {
        margin-bottom: 30px;
    }

    .card-box .title span.num {
        font-size: 1.6rem;
    }
>>>>>>> 13fe2989649e8170e0afe19771d6d9a8d345bed2

    .faq-container{
        padding: 0;
    }
  .faq-sidebar{
    width: 100%;
    margin-bottom: 35px;
    max-width: 400px;
  }

    .alliance-content{
        padding-left: 0;
        padding-right: 0;
    }
     .ltgr-alliances{
        margin: 10px 0 0;
    } 
    .ltgr-donators {
        margin: 20px 0;
    }

    .section-donation {
        padding: 30px 10px;
    }     

    .public-note {
        display: block;
        margin-bottom: 20px;
    }

    .section-share {
        padding: 15px;
    }

    .dropzone {
        flex-wrap: wrap;
    }

    .ltgr-section-btn {

        display: flex;

        flex-direction: column;

    }

    

    .ltgr-section-btn .btn.btn-whatsapp {

        order: 1;

        width: 100%;

    }

    

    .ltgr-section-btn .btn {

        margin-left: 0px;

        margin-bottom: 1rem!important;

    }



    .cid-s48OLK6784 .navbar .navbar-logo img {

        bottom: 0px;

    }



    .js-feature-nav.slider-nav {

        margin-top: 50px;

        padding: 0;

    }



    .tabs-lising > ul {

        display: flex;

        flex-wrap: wrap;

    }

    

    .feature-slide-content {

        flex-wrap: wrap;

        flex-direction: column;

    }

    

    .feature-slide-content .media {

        flex: 0 0 100%;

    }

    

    .feature-slide-content .content {

        flex: 0 0 100%;

    }

    

    .feature-slide-content .media img {

        max-width: 100%;

        max-height: 340px;

        margin-bottom: 30px;

    }

    

    .section-advanced-features {

        padding-top: 40px;

        padding-bottom: 40px;

    }



    .cid-s48OLK6784 .navbar ul.navbar-nav li {

        margin-left: 0px;

        width: 100%;

    }

    

    #ltg-top-navigation .nav-link {

        padding: 13px 17px !important;

        margin: 0px 0px 0px !important;

        display: block;

        border-bottom: 2px solid #e9e9e9;

    }

    

    #ltg-top-navigation .nav-link:after {

        bottom: -2px;

        transform-origin: left;

        width: 100%;

        left: 0;

    }

    

    .section-map.custom-map {

        padding: 40px 0px;

    }

    

    .section-map.custom-map .card.p-4 {

        padding: 15px !important;

    }

    

    .section-map.custom-map .content-row {

        margin-top: 15px !important;

    }

    

    section.section-features {

        padding: 50px 0px;

    }

    

    section.section-features .card-wrapper {

        padding: 30px;

    }

    

    section.section-features .card:last-child .card-wrapper {

        margin-bottom: 0px;

    }

    

    .cid-sJ5pDsGKvc {

        padding: 0px 0px;

    }

    

    section#reality {

        padding: 40px 0px;

    }

    

    .section-projects {

        padding: 20px 0px;

    }

    

    .cid-s48OLK6784 .navbar ul.navbar-nav li {

        margin-left: 0px;

        width: 100%;

    }

    

    #ltg-top-navigation .nav-link {

        padding: 13px 17px !important;

        margin: 0px 0px 0px !important;

        display: block;

        border-bottom: 2px solid #e9e9e9;

    }

    

    #ltg-top-navigation .nav-link:after {

        bottom: -2px;

        transform-origin: left;

        width: 100%;

        left: 0;

    }



    .cid-s48OLK6784 .navbar .navbar-logo img {

        position: relative;

    }



    .ltgr-form .display-2 {

        font-size: 34px;

    }

    

    .ltrg-reality {

        height: 60vh;

    }

    

    #home .ltgr-section-title {

        font-size: 33px;

    }

    

    .map-countries-list > span {

        flex: 0 0 50%;

    }



    .ltrg--map {

        display: none;

    }

    .ltgr-social a {

        padding: 8px 6px;

        font-size: 15px;

    }



    .ltgr-social-icons.nav-link-with-image {

        padding: 0.24rem 6px;

    }

    

    .ltgr-social a span {

        font-size: 15px;

    }

    

    .ltgr-social {

        margin-left: 0px;

        flex: 0 0 100%;

        justify-content: center;

    }


    

    .cid-s48OLK6784 .navbar {

        min-height: 93px;

        padding: 20px 20px;

    }

    

    .cid-s48OLK6784 ul.navbar-nav {

        margin: 22px 0px 0px;

    }

    

    #home .image-wrapper img {

        display: none;

    }

    

    #home {

        padding: 150px 0px;

    }

    

    .overlay-objects {

        display: none;

    }

    

    section.section-features .card-wrapper {

        margin-bottom: 30px;

        max-width: 310px;

    }

    

    .slider-arrow {

        display: none;

    }

    

    .projects-carousel .slick-list:before, .projects-carousel .slick-list:after {

        display: none;

    }

    

    .project-slide {

        padding: 10px;

    }

    

    section#footer3-i > .container {

        padding: 0px;

    }

    

    .footer3 .ltgr-social {

        justify-content: left;

        margin-top: 7px;

    }

    

    .footer3 .ltgr-social .nav-item:first-child .nav-link {

        padding-left: 0px;

    }



    .cid-sJ5pDsGKvc .content-wrapper {

        padding: 40px 30px;

    }

    

    section#about > .container {

        padding: 0px;

    }

    

    h2.title {

        font-size: 34px;

        font-weight: 800;

    }

}



@media (max-width: 400px) {



    .slider-nav .slick-dots .slick-active button {

        width: 24px;

        background-color: #86bd00;

    }



    .slider-nav .slick-dots button {

        margin: 0 2px;

    }

}