/*----------Common Css Start----------*/


/*----------Colors Css Start----------*/
:root {
    --green: #173629;
    --gray: #999999;
    --russet: #C87E5D;
    --cream: #F1E8D4;
    --white: #FFFFFF;
    --black1: #173629;
}
/*----------Colors Css End----------*/

/*----------Background Css Start----------*/
.bg-green {
    background-color: var(--green);
}

.bg-cream {
    background-color: var(--cream);
}

.bg-russet {
    background-color: var(--russet);
}

/*----------Background Css End----------*/

html, body {
    font-family: "Jost", sans-serif;
    font-weight: normal;
}

body {
    padding-top: 84px;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1290px;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
        padding: 22px 33px;
        border-radius: 0;
        top: 50px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item{
        padding: 0 0 20px 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:last-child{
        padding: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .dropdown-item {
        padding: 0 0 0 0;
        font-family: "Jost", sans-serif;
        font-size: 15px;
        color: #666666;
        transition: color 0.3s;
        display: inline-block !important;
        width: auto !important;
        background: white !important;
        text-transform: capitalize;

    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .dropdown-item:after{
        content: "";
        display: block;
        width: 0;
        height: 1.2px;
        background: var(--russet);
        transition: width .3s;
        margin-top: -3px;

    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .dropdown-item:hover:after{
        width: 100%;
        transition: width .3s;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .dropdown-item.active:after{
        width: 100% !important;
        /*transition: width .3s;*/
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .dropdown-item:hover{
        color: var(--russet);
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .dropdown-item.active {
        color: var(--russet);
    }
    .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        color: #777;
        transform: translateY(0px);
    }
}


/*----------Button Css Start----------*/

.btn {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 37px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all .3s ease;
    /*border: 0 solid;*/
    /*outline-offset: 0;*/
    /*text-shadow: none;*/
    /*transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);*/
}

.btn:hover {
    /*outline-offset: 15px;*/
}

.btn.btn-green {
    outline: 1px solid var(--cream);
    color: var(--cream);
}

.btn.btn-green:hover {
    background-color: var(--cream);
    color: var(--green);
    /*outline-color: rgba(255, 255, 255, 0);*/
}

.btn.btn-cream {
    outline: 1px solid var(--green);
    color: var(--green);
}

.btn.btn-cream:hover {
    background-color: var(--green);
    color: var(--cream);
    /*outline-color: rgba(255, 255, 255, 0);*/
}
.btn.btn-header {
    border: 1px solid var(--white);
    color: var(--white);
    padding: 3px 20px;
}

.btn.btn-header:hover {
    background-color: var(--russet);
    color: var(--white);
    border-color: var(--russet);
    /*outline-color: rgba(255, 255, 255, 0);*/
    /*outline-offset: 10px !important;*/
}

.btn.btn-form-contact {
    /*border: 0;*/
    /*outline: 1px solid var(--green);*/
    color: var(--white);
    background-color: var(--green);
}

.btn.btn-form-contact:hover {
    background-color: var(--cream);
    color: var(--green);
    /*outline-color: rgba(255, 255, 255, 0);*/
}

/*----------Button Css End----------*/


.title-before {
    color: var(--russet);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.main-heading {
    color: var(--white);
    font-size: 84px;
    font-weight: 400;
    line-height: 101px;
    font-family: "Prata", serif;
    margin-bottom: 25px;
}


.section-padding {
    padding: 90px 0 90px 0;
}
.top-padding {
    padding: 90px 0 0 0;
}
.faq-section {
    padding: 90px 0 0 0;
}

.text-after {
    font-family: "Jost", sans-serif;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.text-page .heading2{
    margin: 15px 0 10px 0;
    line-height: 40px;
}

.text-page p {
    color: #173629;
    margin-bottom: 30px;
    line-height: 30px;
    font-family: "Jost", sans-serif;
}
.text-page p:last-child{
    margin-bottom: 0;
}
.text-section{
    margin-bottom: 50px;
}
.text-section:last-child{
    margin-bottom: 0;
}
.text-page a {
    color: green;
}

.heading1 {
    font-size: 40px;
    line-height: 54px;
    font-family: "Prata", serif;
}
.heading2 {
    color: var(--black1);
    font-size: 32px;
    font-weight: 400;
    line-height: 52px;
    font-family: "Prata", serif;
}
.heading3 {
    font-size: 28px;
    font-family: "Prata", serif;
    margin: 25px 0 10px;
}
.heading4 {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 10px;
    font-family: "Prata", serif;

}
.heading5 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
    font-family: "Prata", serif;

}

.bullet-list li{
    color: #173629;
}

/*----------Page Header Css Start----------*/
.page-header {
    border-top: 1px solid #4A4A4A;
    padding: 62px 0 62px 0;
}
.page-header .heading{
    font-size: 64px;
    margin-bottom: 10px;
    color: var(--white);
    font-weight: 400;
    line-height: 101px;
    font-family: "Prata", serif;
}

.page-section {
    padding: 75px 0 75px 0;
}
/*----------Page Header Css End----------*/

/*----------FAQ Css Start----------*/

.faq-heading {
    margin-bottom: 58px;
}
.accordion-button {
    font-family: "Prata", serif;
    font-size: 24px;
    line-height: 54px;
    color: var(--black1);
    padding-left: 0;
    gap: 20px;
    /*justify-content: space-between;*/
    /*padding: 0 32px 0 0;*/
    /*margin-top: 24px;*/
}
.accordion-button:not(.collapsed) {
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    /*padding: 0;*/
}
.accordion-button:focus{
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: #FFFFFF;
    box-shadow: none;
    color: var(--black1);
}
.accordion-button.collapsed {
    justify-content: space-between;
}
.accordion-button.collapsed::after {
    background-image: url("../images/plus-circle.svg");
    /*margin-left: 10px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 32px;*/
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-circle.svg");
    /*margin-left: 10px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 32px;*/

}
.accordion-body {
    padding: 0 48px 32px 0;
    color: #173629;
    font-size: 16px;
    line-height: 30px;
    font-family: "Jost", sans-serif;
}
.accordion-flush>.accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
/*----------FAQ Css End----------*/


/*----------Common Css End----------*/

/*----------Navbar Css Start----------*/
.navbar {
    background-color: var(--green);
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--russet);
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
}
.navbar-nav .nav-link:hover{
    color: var(--russet);
}
.menu-item-has-children .nav-link:hover::after{
    background-image: url(../images/caret-russet.svg);
}
.menu-item-has-children .nav-link.active::after {
    background-image: url(../images/caret-russet.svg);
}

.navbar-nav .nav-item {
    color: var(--white);
    padding-right: 30px;
}
/*.navbar-nav .nav-item:last-child{*/
/*    font-family: "Jost", sans-serif;*/
/*    font-size: 13px;*/
/*    line-height: 34px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 1px;*/
/*    text-transform: uppercase;*/
/*    border-radius: 0;*/
/*    text-decoration: none;*/
/*    transition: all .3s ease;*/
/*    border: 1px solid var(--white);*/
/*    color: var(--white);*/
/*    padding: 0;*/
/*}*/
/*.navbar-nav .nav-item:last-child .nav-link{*/
/*    padding: 10px 20px;*/
/*}*/
/*.navbar-nav .nav-item:last-child .nav-link:hover{*/
/*    color: var(--white) !important;*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/
/*.navbar-nav .nav-item:last-child:hover{*/
/*    background-color: var(--russet);*/
/*    color: var(--white) !important;*/
/*    border-color: var(--russet) !important;*/
/*}*/


.navbar-nav > .nav-item:last-child {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all .3s ease;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 0;
    position: absolute;
    right: 0;
}
.navbar-nav > .nav-item:last-child .nav-link {
    padding: 10px 20px;
}
.navbar-nav > .nav-item:last-child .nav-link.active {
    color: var(--white) !important;
}
.navbar-nav > .nav-item:last-child .nav-link:hover {
    color: var(--white) !important;
    display: block;
    width: 100%;
}
.navbar-nav > .nav-item:last-child:hover {
    background-color: var(--russet);
    color: var(--white) !important;
    border-color: var(--russet) !important;
}



.menu-item-has-children .nav-link::after {
    content: "";
    position: absolute;
    background-image: url(../images/caret-white.svg);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-repeat: no-repeat;
    opacity: 1;
    height: 10px;
    width: 10px;
    top: 15px;
    right: -8px;
}

/*.menu-item-has-children .nav-link.active::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: var(--russet);*/
/*    transition: width .3s;*/
/*    !* margin-top: 0px; *!*/
/*    bottom: -17px;*/
/*    position: relative;*/
/*}*/

.dropdown-toggle.show::after {
    background-image: url(../images/caret-russet.svg);
}

.btn-contact {
    border-radius: 0;
    color: var(--white);
    border-color: var(--white);
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}

.btn-contact:hover, .btn-contact:active {
    background-color: var(--white) !important;
    color: var(--green) !important;
}

.navbar-toggler-icon {
    background-image: url("../images/hamburger-icon.svg");
}

.navbar-toggler {
    border-color: var(--white);
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

/*----------Navbar Css End----------*/

/*----------Hero Section Css Start----------*/
.slider-btn-grop {
    padding-top: 50px;
}

.btn-prev, .btn-forward {
    border: 0;
    outline: 0;
}

.btn-prev:active, .btn-forward:active {
    border: 0;
    outline: 0;
}

.owl-item {
    height: 0;
}

.owl-item.active {
    height: auto;
}

.slider-counter {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--white);

}

/*----------Hero Section Css End----------*/

/*----------Who We Are Section Css Start----------*/
.who-we-are .heading2 {
    color: var(--black1);
}

/*----------Who We Are Section Css End----------*/

/*----------Why Choose Section Css Start----------*/
.why-choose .header {
    margin-bottom: 45px;
}

.why-choose .heading1 {
    color: var(--cream);
}

.why-choose .box .icon {
    margin-bottom: 55px;
}

.why-choose .box .title {
    font-family: "Prata", serif;
    color: var(--cream);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.why-choose .box .desc {
    font-family: "Jost", sans-serif;
    color: var(--cream);
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px 0 30px;
}

.why-choose .card-container {
    position: relative;
    top: 100px;
}

.why-choose .card .card-body {
    background: var(--cream);
    padding: 62px 0;
    border-radius: 10px;
}

.why-choose .card .card-body .card-text {
    font-family: "Prata", serif;
    font-size: 24px;
    line-height: 36px;
    color: var(--black1);
    margin-bottom: 35px;
}

/*----------Why Choose Section Css End----------*/


/*----------Why Offers Css Start----------*/

.offers-section .header {
    margin-bottom: 61px;
    margin-top: 180px;
}

.offers-section .heading1 {
    color: var(--black1);
}

.offers-section .product-section .card {
    margin-bottom: 0;
}

.product-section .card .card-img-top {
    margin-bottom: 34px;
}

.product-section .card {
    border: 0;
    margin-bottom: 50px;
}

.product-section .card .card-title {
    font-family: "Prata", serif;
    color: var(--black1);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.product-section .card .card-text {
    font-family: "Jost", sans-serif;
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}

.product-section .card.last-item {
    margin-bottom: 0;
}

/*----------Why Offers Css End----------*/

/*----------Why Choose Section Css Start----------*/
.why-choose-2 .header {
    margin-bottom: 56px;
}

.why-choose-2 .text-box {
    margin-bottom: 50px;
}

.why-choose-2 .text-box .sub-heading {
    color: var(--cream);
    font-family: "Prata", serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.why-choose-2 .text-box .desc {
    color: var(--cream);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.why-choose-2 .round {
    border-radius: 220px 220px 220px 220px;
}

/*----------Why Choose Section Css End----------*/


/*----------Why Choose Other Section Css Start----------*/
.other-section .header {
    margin-bottom: 34px;
}

.other-section .text-after {
    color: #999999;
    font-size: 16px;
}

.other-section .card {
    border: 1px solid #F7F7F7;
    padding: 41px 37px;
    border-radius: 20px;
}

.other-section .card .card-image {
    border-radius: 20px;
}

.other-section .card .card-title {
    color: var(--black1);
    font-family: "Prata", serif;
    font-size: 24px;
    line-height: 32px;
}

.other-section .card .card-text {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    font-weight: 300;
}

/*----------Why Choose Other Section Css End----------*/


/*----------Why Contact Section Css Start----------*/
.contact-section .btn {
    margin-top: 36px;
}

.contact-section .heading1 {
    color: var(--cream);
    padding: 0 220px;
    margin-bottom: 28px;
}

.contact-section .text-after {
    color: var(--cream);
    padding: 0 20px;
}

/*----------Why Contact Section Css End----------*/
/*----------About Page Css Start----------*/
.president img{
    margin-bottom: 8px;
}
.president figcaption {
    font-family: "Prata", serif;
    font-size: 16px;
    line-height: normal;
    color: var(--black1);
    margin-top: 20px;
    margin-bottom: 10px;
}
.president span {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}
/*----------About Page Css End----------*/

/*----------Footer Section Css Start----------*/
.title-footer {
    font-family: "Prata", serif;
    color: var(--black1);
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}

.menu-list-items ul{
    padding: 0;
}
.menu-list-items ul li{
    list-style-type: none;
}

.menu-list-item a, .menu-list-items span,  .menu-list-items a{
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #5a5a5a;
    display: block;
    text-decoration: none;
    transition: color 0.3s;
}
.menu-list-item a:hover, .menu-list-items a:hover, .menu-list-item.current_page_item a{
    color: var(--black1);
}
.menu-list-item.address:hover{
    color: #5a5a5a;
    cursor: text;
}
.bottom-menu-item {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #686868;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
}
.bottom-menu-item:hover{
    color: var(--black1);
}
.bottom-menu-item.text:hover{
    color: #686868;
}
.divider {
    border-bottom: 1px solid #F5F5F5;
}
.footer-bottom {
    padding: 35px 0;
    color: #999999;
}
.footer-columns {
    margin-bottom:  64px;
}
/*----------Footer Section Css End----------*/