/* -- */
.navbar {
    transition: background-color 0.3s ease-in-out;
    z-index: 1060;
  }
  .navbar.scrolled {
    background-color: #345A33;
    transition: background-color 0.3s ease-in-out;
  }
  
.navbar img{
    max-height: 88px;
}
@media only screen and (max-width:1200px){
    .navbar img{
        max-height: 78px;
    }
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #ca9b51;
    font-weight: 600;
    letter-spacing: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 14px;
    padding-right: 14px;
    letter-spacing: 0.25px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 12px;
        padding-right: 12px;
    }
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #ca9b51;
}
.navbar-light .navbar-toggler{
    border-color: #fff;
}
.navbar-light .navbar-toggler-icon{
    background-image: url('../img/menu.png');
}
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 600 !important;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    left: 14px;
    bottom: 3px;
    height: 1px;
    background-color: #ca9b51;
    transition: .4s;
    width:0
}
.navbar-light .navbar-nav .nav-link:hover:before {
    width: calc(100% - 28px);
}

.navbar-light .navbar-nav .nav-link:hover:before {
    width: calc(100% - 28px);
}.navbar-light .navbar-nav .nav-link.active:before {
    width: calc(100% - 28px);
}
.navbar .dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
    color: #ca9b51;
    font-weight: 600;
}
@media only screen and (min-width:991px) {
    .navbar-nav .dropdown-menu {
border-radius: 0;
        display: block !important;
        visibility: hidden;
        transform: translateY(-10px);
        opacity: 0;
        transition: .4s;
}

    .navbar-nav .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(4px);
}
}

@media only screen and (max-width:991px) {
    .navbar img {
        max-height: 60px;
    }

    ul.navbar-nav {
        background-color: #345a33;
        padding-bottom: 20px;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    ul.navbar-nav li {
        width: 100%;
    }
    
    ul.navbar-nav li .nav-link.btn-header {
        display: inline-block;
    }
    .dropdown-item {
        white-space: pre-wrap;
}
}

/* banner */
.carousel-control-prev-icon{
    background-image: url(../img/banner-arrow.svg);
}
.carousel-control-next-icon{
    background-image: url(../img/banner-arrow-2.svg);
}
.banner{
    position: relative;
}
.banner .carousel-item img{
    object-fit: cover;
    min-height: 708px;
}
.banner .carousel-item img{
    object-fit: cover;
    min-height: 708px;
}
.banner.inner-banner .carousel-item img{
    min-height: 300px;
}
.banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.container.text-main-conatiner {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    z-index: 1;
}
.banner .text-conatiner {
    color: #fff;
    align-items: flex-start;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
 }
 .banner.inner-banner .text-conatiner{
    margin-top: 30px;
 }
.banner .text-conatiner p{
    margin-bottom: 24px;
    display: block;
    width: 34%;
}
.banner .text-conatiner h1 {
    margin-bottom: 16px;
}
.carousel-control-next, .carousel-control-prev{
    padding-bottom: 25px;
    opacity: 1;
}
.carousel-control-prev{
    left: 79%;
}

.banner-slider-nav{
    --banner-slider-side-width: 15px;
    left: auto;
    right: var(--banner-slider-side-width);
    position: absolute;
    bottom: 24px;
    display: flex;
    align-items: center;
    z-index: 1;
}
@media (max-width: 991px){
    .banner .text-conatiner p{
        width:100%
    }
}

@media (min-width: 576px){
    .banner-slider-nav{
        --banner-slider-container-width: 540px;
        --banner-slider-side-width: calc((100vw - var(--banner-slider-container-width)) / 2);
    }
}
@media (min-width: 768px){
    .banner-slider-nav{
        --banner-slider-container-width: 720px;
    }
}
@media (min-width: 992px){
    .banner-slider-nav{
        --banner-slider-container-width: 960px;
        bottom: 60px;
    }
}
@media (min-width: 1200px){
    .banner-slider-nav{
        --banner-slider-container-width: (100vw - 30px);
    }
}
@media (min-width: 1282px){
    .banner-slider-nav{
        --banner-slider-container-width: 1252px;
    }
}
.banner-slider-nav .carousel-control-next, 
.banner-slider-nav .carousel-control-prev{
    width: auto;
    padding: 8px;
    position: static;
}
.banner-slider-nav .indication-wrapper{
    display: flex;
    color: #fff;
    align-items: center;
}
.banner-slider-nav .carousel-indicators{
    position: static;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
}
.banner-slider-nav .carousel-indicators li{
    width: auto;
    height: auto;
    text-indent: 0;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    border: none;
    margin: 0;
    display: none;
    flex-shrink: 0;
    cursor: default;
}
.banner-slider-nav .carousel-indicators li.active{
    display: block;
}
.banner-slider-nav span{
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-left: 4px;
    margin-right: 4px;
}

/* Text and Media Section */
.text-and-media p {
    width: 50%;
}
.text-and-media a {
    position: relative;
    z-index: 1;
}
.text-and-media .image-container--faded {
    position: relative;
    z-index: 0;
    margin-top: -15px;
}

@media only screen and (max-width:991px){
    .text-and-media p {
        width: 100%;
    }
    .banner .text-conatiner{
        width: 100%;
    }
    .banner .carousel-item img{
        min-height: 450px;
    }
    .container.text-main-conatiner{
        top: 8%;
    }
    .carousel-control-prev{
        left: 69%;
    }
}
@media only screen and (max-width:520px){
    .banner .carousel-item img{
        min-height: 570px;
    }
}

@media only screen and (min-width:991px){
    .section-title {
        font-size: 42px;
    }
    .text-main-conatiner h1 {
        font-size: 56px;
    }
}
/* Our services section - Start */
.our-services-section{
    padding-top: 88px;
    padding-bottom: 100px;
}
.our-services-section h2{
    margin-bottom: 20px;
}
.our-services-section h3{
    margin-bottom: 40px;
    color: #CA9B52;
    font-size: 32px;
}
.our-services-section .large-card{
    margin-bottom: 42px;
}
@media (max-width: 991px){
    .our-services-section .row > *:not(:last-child){
        margin-bottom: 42px;
    }
}
/* Our services section - End */

/* Community card section - Start */
.community-card-section{
    padding-top: 78px;
    padding-bottom: 96px;
}
.community-card-section .large-card:not(:last-child){
    margin-bottom: 56px;
}
/* Community card section - End */

/* Large card - Start */
.large-card{
    display: flex;
    padding: 32px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    align-items: center;
}
.large-card.alternative{
    flex-direction: row-reverse;
}
.large-card .text-container{
    padding-right: 66px;
    padding-left: 34px;
    flex: 1;
}
.large-card.half-media .text-container{
    flex: auto;
    width: 50%;
    padding-right: 46px;
    padding-left: 8px;
}
.large-card.large-card.alternative .text-container{
    padding-right: 8px;
    padding-left: 46px;
}
.large-card .image-container{
    flex: 2;
}
.large-card.half-media .image-container{
    flex: auto;
    width: 50%;
}
.large-card .title{
    margin-bottom: 24px;
    font-weight: bold;
}
.large-card .description:last-of-type:not(:last-child){
    margin-bottom: 24px;
}
.large-card.half-media .description:last-of-type:not(:last-child){
    margin-bottom: 32px;
}
.large-card .description:last-child{
    margin-bottom: 0;
}
@media (max-width: 991px){
    .large-card{
        flex-wrap: wrap;
        padding: 16px;
    }
    .large-card .text-container, 
    .large-card.half-media .text-container, 
    .large-card.large-card.alternative .text-container{
        padding: 34px 0 20px ;
        flex: auto;
        width: 100%;
        order: 1;
    }
    .large-card .image-container, 
    .large-card.half-media .image-container{
        flex: auto;
        width: 100%;
    }
}
/* Large card - End */

/* Small card - Start */
.small-card{
    display: flex;flex-direction: column;
    padding: 22px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
}
.small-card .text-container{
    padding-top: 22px ;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.small-card .image-container{
    position: relative;
    height: 0;
    padding-top: 60.39%;
}
.small-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.small-card .title{
    margin-bottom: 22px;
    font-weight: 600;
}
.small-card .description{
    margin-bottom: 20px;
}
.small-card .btn{
    margin-top: auto;
    margin-left: auto;
}
/* Small card - End */

/* Text and Media Section */
.text-only {
    margin-top: 70px;
}
.text-and-media p,
.text-only p {
    width: 60%;
}
.text-and-media a {
    position: relative;
    z-index: 1;
}
.text-and-media .image-container--faded {
    position: relative;
    z-index: 0;
    margin-top: -15px;
}

.text-and-media--horizontal{
    padding-top: 70px;
    padding-bottom: 40px;
    overflow-x: hidden;
}
.text-and-media--horizontal .image-container,
.text-and-media--horizontal .image-container img{
    height: 100%;
    object-fit: cover;
}
.text-and-media--horizontal .text-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.text-and-media--horizontal .text-container ul{
    padding: 20px;
    width: 90%;
}
.text-and-media--horizontal .text-container ul li{
    margin-bottom: 16px;
    padding-left: 10px;
}

.text-and-media--horizontal .text-container:before{
    content: '';
    position: absolute;
    background: url(../img/branch_vector.svg);
    background-repeat: no-repeat;
    top: -40px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.text-and-media--horizontal .text-container{
    --text-and-media-horizontal-negative-width: -30px;
}
@media (min-width: 576px){
    .text-and-media--horizontal .text-container{
        --text-and-media-horizontal-outer-width: 540px;
        --text-and-media-horizontal-side-width: ((100vw - var(--text-and-media-horizontal-outer-width)) / 2);
        --text-and-media-horizontal-negative-width: calc(var(--text-and-media-horizontal-side-width) * -1 - 20px);
    }
}
@media (min-width: 768px){
    .text-and-media--horizontal .text-container{
        --text-and-media-horizontal-outer-width: 720px;
    }
}
@media (min-width: 992px){
    .text-and-media--horizontal .text-container{
        --text-and-media-horizontal-outer-width: 960px;
    }
}
@media (min-width: 1200px){
    .text-and-media--horizontal .text-container{
        --text-and-media-horizontal-negative-width: -30px;
    }
}
@media (min-width: 1282px){
    .text-and-media--horizontal .text-container{
        --text-and-media-horizontal-outer-width: 1252px;
        --text-and-media-horizontal-negative-width: calc(var(--text-and-media-horizontal-side-width) * -1 - 20px)
    }
}
.text-and-media--horizontal .text-container.left:before{
    left: var(--text-and-media-horizontal-negative-width);
}

.text-and-media--horizontal .text-container.right:before{
    right: var(--text-and-media-horizontal-negative-width);
    left: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media only screen and (max-width:991px){
    .text-and-media p,
    .text-only p {
        width: 100%;
    }
    .container.text-main-conatiner{
        top: 8%;
    }
    .carousel-control-prev{
        left: 79%;
    }
}


/* End Text and Media Section */

/* Form Section */
.contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-form input{
    border: 1px solid rgba(52, 90, 51, 0.4);
    height: 48px;
    border-radius: 0;
    margin-top: 20px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: #8d8d8d;
}
.select2{
    margin-top: 20px;
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid rgba(52, 90, 51, 0.4);
    height: 48px;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 46px;
    color: #495057;
    padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #8d8d8d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url('../img/select-arrow.svg');
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    top: 12px;
    right: 16px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #CA9B52;
}
.contact-form textarea {
    height: 95px;
    margin-top: 20px;
    border: 1px solid rgba(52, 90, 51, 0.4);
    border-radius: 0;
    resize: none;
}
.contact-form .image-container {
    display: flex;
    height: 100%;
}
.contact-form .image-container img{
    object-fit: cover;
}
.contact-form .form-group {
    margin-bottom: 0;
}
.contact-form .text-container {
    padding-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* End Form Section */

/* Footer Section */
.footer {
    background-color: #345A33;
    padding-top: 72px;
    margin-top: 16px;
    color: #fff;
}
.footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.footer p {
    padding-top: 16px;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 16px;
}
.footer ul li {
    padding: 0;
    margin: 0;
    padding-bottom: 16px;
}
.footer ul li a{
    color: #fff;
}
.footer-banner{
    padding-top: 30px;
}
/* End Footer Section*/

/* contact page */
.contact-details {
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact-details p {
    color: #345A33;
    margin: 0;
}
.contact-details span{
    display: block;
    height: 15px;
    margin-right: 10px;
}
.contact-details span img{
    height: 100%;
    display: block;
    width: auto;
}
/* End contact page */

/* End Text and Media Section */
.gallery .gal-col{
    padding: 8px;
}
.gallery .gal-col img{
    object-fit: cover;
}
.ekko-lightbox-nav-overlay{
    display: none;
}
.ekko-lightbox .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    max-width: 70% !important;
}

.ekko-lightbox-container {
    height: 100% !important;
}
.ekko-lightbox .modal-header,.modal-footer{
    display: none !important;
}
.gallery .dropdown-toggle::after{
    display: none;
}
.gallery .btn:focus{
    box-shadow: none;
}
.gallery .dropdown-toggle{
    color: #345A33;
    font-family: 'Cormorant';
}
.gallery .dropdown-toggle img{
    margin-right: 7px;
}
@media only screen and (max-width:600px){
    .ekko-lightbox .modal-dialog {
        top: 50%;
        transform: translate(-50%, -50%) !important;
        max-width: 89% !important;
        left: 50%;
        margin: 0;
    }
}

/* Process steps section - Start */
.process-steps-section{
    padding-top: 96px;
    padding-bottom: 112px;
}
/* Process steps section - End */

/* Steps - Start */
.steps-wrapper{
    --steps-border-width: 8px;
    --steps-left-spacing: 24px;
    --steps-default-color: #D9D9D9;
    --steps-active-color: var(--secondary-color);

    --steps-icon-width: 0px;
    --steps-item-top-spacing: 0px;
    --steps-item-bottom-spacing: 58px;
    --steps-content-top-spacing: 0px;

    --steps-content-left-spacing: 20px;
    --steps-progress-round-width: 26px;
    --steps-progress-round-top: 6px;

    --active-items: attr(data-progress);

    --steps-active-height: 0px;
}
.steps-wrapper.with-icon{
    --steps-icon-width: 66px;
    --steps-content-top-spacing: 16px;
}
@media (max-width:767px){
    .steps-wrapper{
        --steps-border-width: 6px;
        --steps-left-spacing: 16px;
        --steps-item-bottom-spacing: 32px;
        --steps-content-left-spacing: 12px;
        --steps-progress-round-width: 18px;
        --steps-progress-round-top: 12px;
    }
    .steps-wrapper.with-icon{
        --steps-icon-width: 48px;
        --steps-content-top-spacing: 6px;
    }
}
@media (min-width:992px){
    .steps-wrapper.with-icon{
        --steps-content-top-spacing: 14px;
    }
}
.steps-wrapper{
    list-style: none;
    border-left: var(--steps-border-width) solid var(--steps-default-color);
    padding-left: var(--steps-left-spacing);
    margin-bottom: 0;
    position: relative;
}
.steps-wrapper::before{
    content: "";
    display: block;
    background-color: var(--steps-active-color);
    width: var(--steps-border-width);
    height: var(--steps-active-height);
    transition: height 1s ease-in-out;
    position: absolute;
    left: calc(var(--steps-border-width) * -1);
    top: 0;
}
.steps-wrapper .steps-item{
    display: flex;
    align-items: flex-start;
    padding-top: var(--steps-item-top-spacing);
    padding-bottom: var(--steps-item-bottom-spacing);
    position: relative;
}
.steps-wrapper .steps-item:first-child{
    --steps-item-top-spacing: 68px;
}
.steps-wrapper .steps-item:last-child{
    --steps-item-bottom-spacing: 68px;
}
@media (max-width:767px){
    .steps-wrapper .steps-item:first-child{
        --steps-item-top-spacing: 48px;
    }
    .steps-wrapper .steps-item:last-child{
        --steps-item-bottom-spacing: 48px;
    }
}
.steps-wrapper .steps-item img{
    width: var(--steps-icon-width);
    height: var(--steps-icon-width);
}
.steps-wrapper .steps-item .steps-content{
    position: relative;
    margin-left: var(--steps-content-left-spacing);
    margin-top: var(--steps-content-top-spacing);
}
.steps-wrapper .steps-item img + .steps-content{
    margin-top: var(--steps-content-top-spacing);
}
.steps-wrapper .steps-item .steps-content::before{
    content: "";
    display: block;
    width: var(--steps-progress-round-width);
    height: var(--steps-progress-round-width);
    background-color: var(--steps-active-color);
    border-radius: 50%;
    position: absolute;
    left: calc(0px - var(--steps-icon-width) - (var(--steps-left-spacing) + var(--steps-content-left-spacing)) - (var(--steps-border-width) / 2));
    top: var(--steps-progress-round-top);
    transform: translateX(-50%);
    z-index: 1;
}
.steps-wrapper .steps-item.active ~ .steps-item:not(.active) .steps-content::before{
    background-color: var(--steps-default-color);
}
@media (min-width: 992px){
    .steps-wrapper .steps-item h3.heading{
        font-size: 32px;
    }
}
.steps-wrapper .steps-item .heading:not(:last-child){
    margin-bottom: 32px;
}
.steps-wrapper .steps-item p:last-child{
    margin-bottom: 0;
}
/* Steps - End */

/* FAQ Section */
.faq{
    margin-top: 70px;
}
.faq .container{
    position: relative;
}
.faq h4 {
    font-weight: 600;
    margin-bottom: 16px;
}
.btn.btn-link{
    position: relative;
    text-align: left;
    width: 100%;
    padding-left: 0;
}
.btn.btn-link:after{
    content: '';
    position: absolute;
    background: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) scaleY(-1);
    width: 15px;
    height: 15px;
    transition: all 0.4 ease-in-out;
}
.btn.btn-link.collapsed:after {
    content: '';
    position: absolute;
    background: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}
.faq button{
    color: #345A33;
}
.faq button:focus:not(:focus-visible){
    box-shadow: none;
    text-decoration: none;
    color: #345A33;

}
.faq button:hover{
    text-decoration: none;
    color: #345A33;

}
.faq .card{
    background-color: transparent;
}
.faq .card .card-header{
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,.4);
    border-bottom: none;
}
.faq .accordian{
    margin-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,.4);
}
.faq .container:before {
    position: absolute;
    content: '';
    background: url(../img/branch_vector.svg);
    left: 100px;
    top: 0;
    width: 300px;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    background-size: contain;
}
@media only screen and (max-width:1200px){
    .faq .container:before{
        left: 0;
    }
}
/* FAQ Section */

/* Our team section - Start */
.our-team-section{
    padding-top: 48px;
    padding-bottom: 92px;
    overflow: hidden;
}
.our-team-section .section-title{
    margin-bottom: 44px;
}
.our-team-section .section-description{
    margin-bottom: 0;
}
.our-team-section .team-container{
    background-color: var(--secondary-color);
    padding: 20px 4px;
    margin-top: 20px;

}

.our-team-section .slick-track{
    display: flex;
}
.our-team-section .team-slide{
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.our-team-section .slider-nav{
    display: flex;
    margin-top: 44px;
}
.our-team-section .team-prev{
    margin-right: 10px;
}
.our-team-section .team-prev, .our-team-section .team-next{
    color: var(--secondary-color);
    padding: 8px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px){
    .our-team-section .team-container{
        --team-outer-container-width: 720px;
    }
}
@media (min-width: 992px){
    .our-team-section .text-container, .our-team-section .team-container{
        --team-outer-container-width: 960px;
        --team-outer-container-side-width: ((100vw - var(--team-outer-container-width)) / 2);
    }
    .our-team-section .text-container{
        position: relative;
        z-index: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .our-team-section .text-container::before{
        content: "";
        z-index: -2;
        display: block;
        background-color: #fff;
        width: calc(var(--team-outer-container-side-width) + 50px + 100%);
        height: 100%;
        position: absolute;
        margin-left: calc(var(--team-outer-container-side-width) * -1 - 20px);
    }
    .our-team-section .text-container::after{
        content: "";
        z-index: -1;
        display: block;
        width: calc(100% + 100px);
        height: 80%;
        position: absolute;
        top: -40px;
        margin-left: calc(var(--team-outer-container-side-width) * -1 - 20px);
        background-image: url('../img/Our_team_bg_vector.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .our-team-section .team-container{
        height: 100%;
        padding: 38px 0 0 38px;
        margin-top: 0;
        position: relative;
        width: calc(100% + 100px);
    }
    .our-team-section .team-container::before{
        content: "";
        display: block;
        position: absolute;
        background-color: var(--secondary-color);
        top: 0;
        left: 0;
        width: calc(var(--team-outer-container-side-width) + 25px + 100%);
        height: 100%;
    }
    .our-team-section .team-container::after{
        content: "";
        display: block;
        position: absolute;
        background-color: var(--secondary-color);
        top: 0;
        left: 0;
        width: 38px;
        height: 100%;
        z-index: 1;
    }
    .our-team-section .slick-list{
        overflow: visible;
    }
    .our-team-section .team-slide{
        padding-left: 0;
        padding-right: 32px;
    }
}
@media (min-width: 1200px){
    .our-team-section .text-container, .our-team-section .team-container {
        --team-outer-container-width: (100vw - 30px);
    }
}
@media (min-width: 1282px){
    .our-team-section .text-container, .our-team-section .team-container {
        --team-outer-container-width: 1252px;
    }
}
/* Our team section - End */

/* Profile card - Start */
.profile-card{
    background-color: #F8F8F8;
    height: 100%;
    padding: 20px 26px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: background-color 200ms;
    position: relative;
}
.profile-card .profile-image{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;
}
.profile-card img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    transition: all 200ms ease-in-out;
}
.profile-card .profile-name, 
.profile-card .profile-position{
    transition: color 200ms;
}
.profile-card .profile-position{
    margin-bottom: 0;
}
.profile-card .profile-description-wrapper{
    height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}
.profile-card .profile-description{
    margin-top: 16px;
}
.profile-card:hover{
    background-color: rgba(248, 248, 248, 0.1);
    color: #fff;
}
.profile-card:hover .profile-name{
    color: #fff;
}
.profile-card:hover .profile-image{
    flex: 0;
}
.profile-card:hover img{
    height: 0;
}
.profile-card:hover  .profile-description-wrapper{
    flex: 1;
}
/* Profile card - End */

/* Our services section - Start */
.upmarket-difference-section{
    padding-top: 48px;
    padding-bottom: 48px;
}
.upmarket-difference-section .section-title{
    margin-bottom: 60px;
}
.upmarket-difference-section .row > *{
    margin-bottom: 48px;
}
/* Our services section - End */

/* Review Cards */
.customer-review{
    margin-bottom: 70px;
}
.review-cards {
    background: #fff;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
    padding: 40px 24px;
    margin: 20px;
}

.review-cards .text-container {
    padding: 15px 32px 30px 50px;
    position: relative;
}

.review-cards .text-container:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../img/quote-icon_1.svg');
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.review-cards p {
    margin: 0;
}

.review-cards .user-image {
    background-color: #B4E5BC;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-cards .user-image img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.review-user {
    display: flex;
    gap: 10px;
    position: relative;
}

.review-cards .review-user:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../img/quote-icon.svg');
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

p.user-name {
    font-weight: 600;
    font-size: 14px;
    color: #345A33;
}

p.review-date {
    color: #0000004D;
}
/* Review Cards - End */

/* Gallery Grid */
.gallery-grid{
    margin-bottom: 50px;
}
.gallery-grid-items{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: -6px;
    margin-right: -6px;
}
.gallery-grid-items .gallery-item-list {
    margin: 6px;
}
.gallery-grid-items .gallery-item-list img{
    width: 100%;
    height: 274px;
    object-fit: cover;
}
@media only screen and (max-width:1023px){
    .gallery-grid-items .gallery-item-list img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .gallery-grid-items{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery-grid-items .gallery-item-list{
        width: 45%;
    }
}
@media only screen and (max-width:576px){
    .gallery-grid-items .gallery-item-list img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .gallery-grid-items{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    .gallery-grid-items .gallery-item-list{
        margin: 12px 0px;
        width: 100%;
    }
}
@media (min-width: 1024px){
    .gallery-grid-items .gallery-item-list{
        flex: 1;
    }
}
/* End Gallery Grid */
/* Filter Menu */
.filter-menu {
    position: relative;
}
.filter-list {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    min-width: 250px;
    right: 0;
    list-style: none;
}
.filter-btn{
    color: #345A33;
    font-family: 'Cormorant';
}
.filter-btn img{
    margin-right: 7px;
}
  .filter-sub-list{
    padding: 0;
    list-style: none;
  }
  .filter-menu li {
    margin: 0;
  }
  
  .filter-menu .form-check {
    padding-left: 1.5rem;
  }
  
  .filter-menu .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.5rem;
  }
  
  .filter-menu .form-check-label {
    padding-left: 1rem;
  }
  
  .filter-menu .form-check-inline {
    margin-right: 1rem;
  }
  .filter-sub-list .filter-list--item {
    padding-left: 20px;
}
@media only screen and (max-width:767px){
    .filter-list{
        right: 50%;
        transform: translateX(50%);
    }
}
/* END Filter Menu */
@media only screen and (max-width: 991px){
.navbar-brand{
    position: relative;
    z-index: 100;
}
.navbar-toggler{
    position: relative;
    z-index: 100;
}
.navbar-collapse {
    position: fixed;
    width: 100vw;
    height: 100vh !important;
    background-color: #345a33;
    overflow: auto;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: transform 300ms ease;
}
.navbar-collapse.show {
    transform: translateX(0);
}

    ul.navbar-nav {
        max-width: 100%;
        box-sizing: border-box;
        max-height: calc(100% - 86px);
        margin-top: 86px;
        overflow: auto;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url(../img/close.png);
}
    
 }
