@import url('https://fonts.googleapis.com/css2?family=Jost');

body {
    background: #FDFDFE;
}

.main {
    background-image: url("/assets/template-salt/image/bg-shape.svg");
    background-repeat: no-repeat;
    background-position: right;
}

.animate {
    transition: all .25s ease-in-out;
}

.bg-shape1 {
    position: relative;
    top: 1000px;
    float: right;
}

.displayFlex {
    display: flex;
}

.p-hide {
    display: none;
}

.p-show {
    display: block;
}

.marginBottom {
    margin-bottom: 210px;
    position: relative;
}

.marginBottom2 {
    margin-bottom: 110px;
}

.marginBottom3 {
    margin-bottom: 139px;
}

.marginBottom50 {
    margin-bottom: 30px;
}

.marginBottom4 {
    margin-bottom: 118px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #B06F3F 0%, #C4A26E 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #B06F3F;
}

.nav-link {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #AFB8C5 !important;
    padding: 0.5rem 20px 0 0 !important;
}

.active {
    background: none !important;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53 !important;
    /*border-bottom: 2px solid #122F53!important;*/
    border-radius: unset !important;
}

.owl-dots button.owl-dot {
    margin: 30px 3px;
}

.owl-dots button.owl-dot span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #122F53;
    opacity: 0.5;
    margin: 3px 3px;
}

.owl-dots button.owl-dot.active {
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50% !important;
    border: 1px solid;
}

.owl-dots button.owl-dot.active span {
    background: #122F53;
    opacity: 1;
}

.header-section {
    margin-top: 20px;
    margin-bottom: 30px;
}

.header-section-bg {
    background: linear-gradient(0deg, #6c98e32b 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 107px;
    padding-top: 20px;
    margin-top: 0px;
}

.header-section-page-title {
    height: 275px;
    padding-top: 80px;
}

.header-section-page-title > h1 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 65px;
    text-align: center;
    color: #122F53;
}

.header-section-page-title > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #122F53;
}

.header-menu {
    margin: auto;
}

.header-logo-image {
    width: 140px;
}

.header-menu-active > a {

    color: #B06F3F !important;
    border-bottom: 2px solid #B06F3F;
    padding-bottom: 4px;
    text-decoration: none;
}

.header-menu > ul {
    position: relative;
    margin-top: 10px;
}

.header-menu > ul > li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
    padding-top: 20px;

}

.header-menu > ul > li > a {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    text-decoration: none;
}

.header-menu > ul > li > a:hover {
    color: #B06F3F !important;
    border-bottom: 2px solid #B06F3F;
    padding-bottom: 4px;
    text-underline: none;
    text-decoration: none;
}

.header-contact {
    padding-top: 14px;
}

.header-contact > button {
    border: none;
    float: right;
    width: 150px;
    height: 45px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #B06F3F 0%, #C4A26E 100%);
    border-radius: 22.5px;
    outline: none;

}

.header-contact > button :hover {
    border: none;
    float: right;
    width: 150px;
    height: 50px;
    background: #00A69C;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.header-contact > button :focus {
    outline: none !important;
}

/*Hero Section*/
.hero-img {
    Height: auto;
}

.hero-img > img {
    Width: 100%;
    Height: 100%;
}

.hero-img-text {
    margin-top: 110px;
}

.hero-img-text > h2 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 75px;
    color: #122F53;
}

.hero-img-text > h5 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 36px;
    color: #122F53;
}

.hero-img-text > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
}

.hero-img-text > a {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #B06F3F;
    text-decoration: none;
}

/*Hero Section End*/
/*Intro Section Start*/
.intro-section {
    width: 250px;
    height: 294px;
    background: linear-gradient(180deg, rgba(227, 237, 254, 0.1) 0%, #b3cdfa33 100%);
    margin-bottom: 20px;
}

.intro-section-icon {
    padding-top: 35px;
}

.intro-section-icon > img {
    margin-left: 80px;
    width: 90px !important;
    height: 90px !important;
}

.intro-section-detail {
    padding: 20px;
}

.intro-section-detail > h3 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #122F53;
}

.intro-section-detail > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #122F53;
    opacity: 0.7;
}

.community-section-display-hide {
    display: none;
}

.community-section-display-show {
    display: block;
}

.community-section-detail {
    padding: 70px 0 0 75px;
}

.community-section-detail > h1 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 65px;
    color: #122F53;
}

.community-section-detail > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
    margin-bottom: 65px;
}

.community-section-detail-growth > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #122F53;
    opacity: 0.7;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.community-section-detail-growth > h4 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    text-transform: uppercase;
    color: #122F53;
}

.portfolio-section-title {
    width: 50%;
}

.portfolio-section-title > h1 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 65px;
    color: #122F53;
}

.portfolio-section-title > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
}

.portfolio-section-title-btn {

    width: 50%;
}

.portfolio-section-title-btn > button {
    width: 120px;
    height: 40px;
    background: #F7F1ED;
    border-radius: 22.5px;
    border: none;
    float: right;
    margin-top: 35px;
}

.portfolio-section-title-btn > button > a {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #BB8C5A;
    text-decoration: none;
}

.portfolio-section-image {
    width: 350px;
    height: 400px;
    position: relative;
    display: none;
}

.portfolio-section-image > img {
    width: 100%;
    height: 100%;
}

.portfolio-section-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #122f5361;
}

.portfolio-section-image-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 23px;
    padding-bottom: 12px;
    padding-right: 15px;
}

.portfolio-section-image-title > h3 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
}

.portfolio-section-image-title > a {

    font-family: Jost, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;

}

.portfolio-detail-section-info > h2 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #122F53;
}

.portfolio-detail-section-info > h3 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #122F53;
    margin: 25px 0 37px 0;
}

.portfolio-detail-section-info > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #122F53;
    opacity: 0.7;
}

.portfolio-detail-section-image {
    width: 585px;
    height: 670px;
}

.portfolio-detail-section-image > img {
    width: 100%;
    height: 100%;
}

/*Intro Section End*/

/*Mid Banner Start*/
.mid-banner {
    height: 388px;
    background-image: url("/assets/template-salt/image/mid-banner-bg.svg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.mid-banner-title {
    font-family: Jost, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.3;
    padding-top: 80px;
}

.mid-banner-text {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 65px;
    text-align: center;
    color: #122F53;
    position: relative;
    top: -40px;
}

.mid-banner-button {
    text-align: center;
}

.mid-banner-button > button {
    width: 160px;
    height: 50px;
    background: linear-gradient(90deg, #B06F3F 0%, #C4A26E 100%);
    border-radius: 26px;
    border: none;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

/*Mid Banner End*/
/*Client Section Start*/
.client-section-img {
    width: 562px;
    height: 562px;
    padding: 35px;
}

.client-section-img > img {
    width: 100%;
    height: 100%;
}

.client-section-client {
    display: flex;
    padding: 0 0 0 75px;

}

.client-section-client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.client-section-client-detail {
    padding-left: 25px;
}

.client-section-client-detail > h5 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;
}

.client-section-client-detail > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #122F53;
    opacity: 0.5;
}

/*Client Section End*/

/*Expert Section Start*/

.expert-section-title {
    width: 50%;
}

.expert-section-title > h1 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 65px;
    color: #122F53;
}

.expert-section-title > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
}

.expert-section-title-btn {

    width: 50%;
}

.expert-section-title-btn > button {
    width: 120px;
    height: 40px;
    background: #F7F1ED;
    border-radius: 22.5px;
    border: none;
    float: right;
    margin-top: 35px;
}

.expert-section-title-btn > button > a {

    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #BB8C5A;
    text-decoration: none;
}

.expert-section-detail-frame {
    position: absolute;
    top: 1px;
    z-index: 2;
    width: auto !important;
}

.expert-section-detail-image {
    position: absolute;
    top: 59px;
    z-index: 1;
    left: 60px;
    width: auto !important;
}

.expert-section {
    position: relative;
    width: 250px;
    height: 363px;
}

.expert-section-detail-one {
    /*width: 250px;*/
    /*height: 363px;*/
    /*background: #FFD6D6;*/
    /*border-radius: 25px;*/
}

.expert-section-detail-one-box {
    /*width: 178.76px;*/
    height: 186.76px;
    background: #CE6666;
    border-radius: 25px;
    position: relative;
    top: 30px;
    /*left: 37px;*/
}

.expert-section-detail-one-btn {
    text-align: center;
}

.expert-section-detail-one-btn > button {
    width: 115px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(206, 102, 102, 0.7);
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #CE6666;
}

.expert-section-detail-two {
    /*width: 250px;*/
    /*height: 363px;*/
    /*background: #ABFDDF;*/
    /*border-radius: 25px;*/
}

.expert-section-detail-two-box {
    /*width: 178.76px;*/
    height: 186.76px;
    background: #57B090;
    border-radius: 25px;
    position: relative;
    top: 30px;
    /*left: 37px;*/
}

.expert-section-detail-two-btn {
    text-align: center;
}

.expert-section-detail-two-btn > button {
    width: 115px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #57B090;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #57B090;
}

.expert-section-detail-three {
    width: 250px;
    height: 363px;
    background: #F2D6FF;
    border-radius: 25px;
}

.expert-section-detail-three-box {
    /*width: 178.76px;*/
    height: 186.76px;
    background: #B476D1;
    border-radius: 25px;
    position: relative;
    top: 30px;
    /*left: 37px;*/
}

.expert-section-detail-three-btn {
    text-align: center;
}

.expert-section-detail-three-btn > button {
    width: 115px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #B476D1;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #B476D1;
}

.expert-section-detail-four {
    width: 250px;
    height: 363px;
    background: #D6FAFF;
    border-radius: 25px;
}

.expert-section-detail-four-box {
    /*width: 178.76px;*/
    height: 186.76px;
    background: #2FB9F4;
    border-radius: 25px;
    position: relative;
    top: 30px;
    /*left: 37px;*/
}

.expert-section-detail-four-btn {
    text-align: center;
}

.expert-section-detail-four-btn > button {
    width: 115px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #2FB9F4;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2FB9F4;
}

.expert-section-title-detail {
    position: relative;
    top: 45px;
    z-index: 3;
}

.expert-section-title-detail > h5 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #122F53;
}

.expert-section-title-detail > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #122F53;
    opacity: 0.5;
}

/*Expert Section End*/
/*About Section Start*/
.about-section-title {
    height: 140px;
}

.about-section-title > h1 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 65px;
    color: #122F53;
    text-align: center;
}

.about-section-title > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #122F53;
}

.about-section-hero {
    margin-bottom: 70px;
    height: 550px;
}

.about-section-hero > img {
    margin-left: -60px;
}

.about-section-info {
    height: 310px;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 60px;
}

.about-section-info-detail {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #122F53;
    opacity: 0.5;
}

.about-section-info-service {
    height: auto;
    margin-bottom: 104px;

}

.about-section-list {
    width: 301px;
}

.about-section-list > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #122F53;
    opacity: 0.3;
}

.about-section-list > h3 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #122F53;
}

/*About Section End*/
/*Slider Section Start*/
.slider-section {
    max-width: 100vw;
    overflow-x: hidden;
    background: linear-gradient(180deg, #F2F7FF 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 122px;
    padding-bottom: 50px;
}

.slider-section-info {
    width: 525px;
    padding: 45px 0 0 70px;
}

.slider-section-info > h1 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 65px;
    color: #122F53;
}

.slider-section-info > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
}

.slider-section-info > button {
    width: 150px;
    height: 50px;
    background: linear-gradient(90deg, #B06F3F 0%, #C4A26E 100%);
    border-radius: 27px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    border: none;

}

.slider-section-image {
    width: 700px;
    height: 488px;
}

.slider-section-image > img {
    width: 100%;
    height: 100%;
}

/*Slider Section End*/
/*Contact & Support Section Start*/
.support-option {
    width: 100%;
    height: 216px;
    background: linear-gradient(180deg, rgba(227, 237, 254, 0.1) 0%, #6c98e32b 100%);
    padding: 31px;
}

.support-option-icon {
    width: 60px;
    height: 60px;
    margin: auto;
}

.support-option-info {
    margin-top: 15px;
}

.support-option-info > h3 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #122F53;
    text-align: center;
}

.support-option-info > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #122F53;
    opacity: 0.5;
}

.contact-section {
    padding: 45px 0 0 70px;
}

.contact-section-info > h1 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 65px;
    color: #122F53;
}

.contact-section-info > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #122F53;
    opacity: 0.7;
}

.contact-section-form-btn {
    border: none;
    width: 150px;
    height: 50px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: linear-gradient(
            90deg, #B06F3F 0%, #C4A26E 100%);
    border-radius: 22.5px;
    outline: none;
}

.contact-section-map {
    width: 585px;
    height: 750px;
}

/*Contact & Support Section End*/
/*Service Section Start*/
.service-section-item {
    width: 100%;
    height: 399px;
    background: #FFFFFF;
    box-shadow: 0px 4px 80px rgba(18, 47, 83, 0.05);
    padding: 20px;
    display: none;
}

.service-section-item-icon {
    margin-bottom: 10px;
}

.service-section-item-info {
    margin-bottom: 20px;
}

.service-section-item-info > h3 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #122F53;
}

.service-section-item-info > p {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #122F53;
    opacity: 0.7;
}

.service-section-item-info > a {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
    color: #B06F3F;
    text-decoration: none;
    text-transform: uppercase;
}

.service-section-item-image {
    width: 100%;
    height: 130px;
}

.service-section-item-image > img {
    width: 100%;
    height: 100%;
}

/*Service Section End*/

.footer-section {
    width: 100%;
    height: 367px;
    margin-top: 90px;
    background: linear-gradient(0deg, #6c98e32b 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-section-subscribe {
    width: 60%;
    height: 160px;
    position: relative;
    top: -81px;
    left: 20%;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(18, 47, 83, 0.08);
    z-index: 99;
}

.footer-section-subscribe-text {
    width: 50%;
    padding: 56px;
    padding-right: 0px;
    padding-left: 29px;

}

.footer-section-subscribe-text > h5 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #122F53;
}

.footer-section-subscribe-text > h3 {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #122F53;
}

.footer-section-subscribe-input {
    width: 50%;
    padding: 56px;
    padding-left: 0;
}

.footer-section-subscribe-input-group {
    width: 310px;
    height: 50px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    border-radius: 25px;
    display: flex;
}

.footer-section-subscribe-input-group > input {
    background: none;
    border: none;
    width: 70%;
    padding-left: 20px;
    outline: none !important;
    color: #B8C1CB;
    opacity: 0.7;
}

.footer-section-subscribe-input-group > input::placeholder {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #B8C1CB;
    opacity: 0.7;
}

.footer-section-subscribe-input-group > button {
    width: 80px;
    height: 38px;
    background: linear-gradient(90deg, #B06F3F 0%, #C4A26E 100%);
    border-radius: 25px;
    border: none;
    margin: auto;
    outline: none;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-section-logo {
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
}

.footer-section-logo > p {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.footer-section-about {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.footer-section-contact-list {
    display: flex;
    margin-bottom: 10px;
}

.footer-section-contact-list > button {
    width: 36px;
    height: 36px;
    border: none;
    background: #CEEEEC;
    margin-right: 14px;
}

.footer-section-contact-list > a {
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #1D211F;
    text-decoration: none;
}


.footer-section-menu {
}

.footer-section-menu > h3 {
    text-align: center;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1D211F;
    margin-bottom: 15px;

}

.footer-menu {
    position: relative;
    z-index: 9999;
}

.footer-menu-active > a {
    color: #00A69C !important;
    border-bottom: 2px solid #00A69C;
    padding-bottom: 4px;
    text-decoration: none;

}

.footer-menu > ul {
    position: relative;
    padding-left: 0;

}

.footer-menu > ul > li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
    padding-top: 20px;

}

.footer-menu > ul > li > a {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    text-decoration: none;
}

.footer-menu > ul > li > a:hover {
    color: #B06F3F !important;
    border-bottom: 2px solid #B06F3F;
    padding-bottom: 4px;
    text-underline: none;
    text-decoration: none;
}


.footer-section-info {
    height: 60px;
    padding-top: 1.5%;
}

.footer-social {
    text-align: right;
    position: relative;
    z-index: 9999;
}

.footer-social > ul {
    position: relative;
}

.footer-social > ul > li {
    list-style: none;
    display: inline-block;
    padding-left: 30px;
    padding-top: 20px;

}

.footer-social > ul > li > a {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
}

.footer-section-info-copy-right {
    z-index: 9999;
    position: relative;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    color: #122F53;
    margin-top: 20px;
}

.footer-section-info-developer {
    float: right;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #1D211F;
}

.footer-section-info-developer > a {
    float: right;
    font-family: Lexend, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #0EABA1;
}

/*.footer-menu-bg {*/
/*    display: flex;*/
/*    position: relative;*/
/*    top: -280px;*/
/*    left: -356px;*/
/*    height: 100px;*/
/*}*/
.footer-bg-row {
    margin: -72px 0 0 0;
    padding: 0;
}

.footer-menu-bg {
    display: flex;
    position: relative;
    top: -261px;
    height: 100px;
}

.footer-menu-bg-leaf {
    width: 203px;
    height: 380px;
}

.footer-menu-bg-leaf > img {
    width: 100%;
    height: 100%;
}

.footer-menu-bg-leaf2 {
    width: 249px;
    height: 302px;
    position: relative;
    bottom: -82px;
    left: -88px;
}

.footer-menu-bg-leaf2 > img {
    width: 100%;
    height: 100%;
}

.footer-copy-right-bg {
    display: flex;
    position: relative;
    top: -334px;
    float: right;
    height: 100px;
}

/*.footer-copy-right-bg {*/
/*    display: flex;*/
/*    position: relative;*/
/*    top: -338px;*/
/*    right: -300px;*/
/*    float: right;*/
/*    height: 100px;*/
/*}*/

.footer-copy-right-bg-flower {
    position: relative;
    bottom: -316px;
    right: -137px;
}


/*MODAL FADE LEFT BOTTOM */

.modal.left {
    font-family: Kiron, serif;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    min-width: 300px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);

}

.modal.left .modal-dialog.modal-sm {
    max-width: 300px;
    height: 100vh;
    overflow-y: auto;

}

.modal.left .modal-content {
    min-height: 100vh;
    border: 0;
    height: 100vh;
    display: block;
    border-radius: 0;
}

.modal.left .modal-header {
    height: 58px;
}

.modal.left .modal-body {
    height: calc(100vh - 58px);
    overflow: auto;
}

.mobile-menu {
    list-style: none !important;
    padding-left: 5px;

}

.mobile-menu-sub {
    list-style: none !important;
    padding-left: 10px;

}

.mobile-menu li {
    font-size: 20px;
    line-height: 39px;
    list-style: none !important;

}

.mobile-menu-sub li {
    font-size: 20px;
    list-style: none !important;
    padding-left: 1px;
    line-height: 20px;
}

.mobile-menu a {
    padding: 6px 8px 6px 0px;
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.mobile-menu-sub a {
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.mobile-menu-sub-button {
    border: none;
    width: 150px;
    height: 45px;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: linear-gradient(
            90deg, #B06F3F 0%, #C4A26E 100%);
    border-radius: 22.5px;
    outline: none;
    margin-top: 50px;

}

.close {
    border: none !important;
    background: none !important;
    color: red !important;
}