.bg-color-gradient-custom {
    background: linear-gradient(91.72deg, #F7F1E6 -2.92%, #A08671 104.9%);
}
.custom-bg {
    background-image: url("../img/image-3.png");
    background-size: cover;
    position: relative;
 }

.custom-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 53, 18, 0.8);
}

.checkbox-size-custom {
    transform: scale(1.4);
}

.custom-card-style-1 {
    border: 2px solid transparent;
    transition: ease border 300ms;
    border-radius: 10px !important;
}

.custom-card-style-1:hover {
    border: 2px solid var(--tertiary);
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
    transform: translate3d(5px, -5px, 0);
    transition: ease transform 300ms;
}

.custom-card-style-1 .custom-card-style-1-title,
.custom-card-style-1 .custom-card-style-1-link {
    transition: ease color 300ms;
}

.custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
    transform: translate3d(0, 0, 0);
}

.horizontal-scroller-wrapper {
    z-index: 100;
    position: relative;
}

@media (max-width: 992px) {
    .horizontal-scroller-scroll {
        height: 100vh;
    }
    .horizontal-scroller-scroll .horizontal-scroller-item {
        height: auto;
    }
}

.horizontal-scroller-image {
    max-height: 90vh !important;
    padding-top: 0;
}

.custom-margin-bottom {
    margin-bottom: 4vh !important;
}


.custom-bg-secondary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -57%);
    background-color: var(--secondary);
}

/*dots*/
.custom-dots-style-1 .owl-dots {
    display: flex;
    justify-content: center;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid var(--tertiary);
    background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--tertiary);
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #36393d;
    border-radius: 100%;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
    border: 2px solid var(--tertiary);
}


.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
    background: var(--tertiary);
}

/*pagination*/

.page-link {
  font-size: 20px !important;
    padding: 13px 23px !important;
    margin-bottom: 8vh !important;
    margin-top: 4vh !important;
}

.prev a i,
.next a i {
    color: var(--tertiary);
}

/*
* Say Hello
*/
.col-half-section.col-half-section-left {
    float: left;
}

.custom-form-style .form-control-custom .form-control {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #1e1e1e;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 15px;
    box-shadow: none;
}

.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

.custom-form-style .form-control-custom .form-control::-moz-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

.custom-form-style .form-control-custom .form-control:-ms-input-placeholder {
    color: #1e1e1e;
;
    font-weight: 600;
}

.custom-form-style .form-control-custom .form-control:-moz-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

.custom-form-style .form-control-custom textarea.form-control {
    height: 100px;
    margin-bottom: 15px;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control {
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control::-webkit-input-placeholder {
    color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control::-moz-placeholder {
    color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control:-ms-input-placeholder {
    color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control:-moz-placeholder {
    color: #FFF;
}

.custom-feature-box .custom-feature-box-icon {
    border-radius: 100%;
    line-height: 0.9;
    padding: 10px;
    transition: ease background 300ms;
}

.custom-feature-box .custom-feature-box-icon i {
    font-size: 1.4em;
    transition: ease color 300ms;
}

.custom-feature-box .feature-box-info {
    padding-left: 25px;
    flex: none;
}

.custom-feature-box .feature-box-info > .custom-label {
    display: block;
    line-height: 1;
    font-size: 0.8em;
    color: #bdbdbd;
    position: relative;
}

.custom-feature-box .feature-box-info > strong {
    font-size: 1.7em;
    line-height: 1;
}

.custom-feature-box .feature-box-info.custom-both-side-border {
    border-right: 1px solid #52504d;
    border-left: 1px solid #52504d;
    line-height: 1;
    padding: 0px 16px;
    margin: 0 13px;
}

.custom-text-155 {
    font-size: 11em;
}

@media (max-width: 1200px) {
    .custom-text-155 {
        font-size: 8em;
    }
}

@media (max-width: 992px) {
    .custom-text-155 {
        font-size: 6em;
    }
}

@media (max-width: 768px) {
    .custom-text-155 {
        font-size: 4.5em;
    }
}

@media (max-width: 576px) {
    .custom-text-155 {
        font-size: 3.3em;
    }
}

@media (max-width: 400px) {
    .custom-text-155 {
        font-size: 2.7em;
    }
}

.custom-text-condensed {
    font-stretch: ultra-condensed !important;
}

.custom-image-position {
    height: 413px;
    width: 510px;
    right: -10px;
    bottom: 0;
}

.custom-image {
    height: 380px;
    width: 470px;
}

@media (max-width: 992px) {
    .custom-image {
        height: 320px;
        width: 400px;
    }
}

@media (max-width: 850px) {
    .custom-image {
        height: 240px;
        width: 300px;
    }
}

@media (max-width: 2560px) {
    .custom-image-position {
        height: 380px;
        width: 470px;
        right: 800px;
    }
}

@media (max-width: 2200px) {
    .custom-image-position {
        height: 380px;
        width: 470px;
        right: 620px;
    }
}

@media (max-width: 1920px) {
    .custom-image-position {
        height: 380px;
        width: 470px;
        right: 480px;
    }
}

@media (max-width: 1600px) {
    .custom-image-position {
        height: 380px;
        width: 470px;
        right: 140px;
    }
}

@media (max-width: 1440px) {
    .custom-image-position {
        height: 380px;
        width: 470px;
        right: 100px;
    }
}

@media (max-width: 1200px) {
    .custom-image-position {
        height: 380px;
        width: 470px;
        right: 170px;
    }
}

@media (max-width: 1035px) {
    .custom-image-position {
        height: 360px;
        width: 445px;
        right: 60px;
    }
}

@media (max-width: 992px) {
    .custom-image-position {
        height: 250px;
        width: 320px;
        right: 200px;
    }
}

@media (max-width: 768px) {
    .custom-image-position {
        height: 250px;
        width: 320px;
        right: 200px;
    }
}

@media (max-width: 425px) {
    .custom-image-position {
        height: 250px;
        width: 320px;
        right: 20px;
    }
}

@media (max-width: 375px) {
    .custom-image-position {
        height: 250px;
        width: 320px;
        right: -20px;
    }
}

@media (max-width: 320px) {
    .custom-image-position {
        height: 250px;
        width: 320px;
        right: -70px;
    }
}

.custom-bg-gradient {
    background: linear-gradient(184.77deg, #667694 64.9%, #20252E 106.25%) !important;
}

.custom-card-min-height {
    min-height: 15rem !important;
}

.custom-ls {
    letter-spacing: 0.5px !important;
}

.custom-border-color-yellow {
    border-color: #FF9900 !important;
}

.custom-div-p p {
    color: #3A4456 !important;
}

.custom-image-position-left {
    left: -53px !important;
    bottom: -200px !important;
    transform: scale(0.8) !important;
}

.custom-image-position-right {
    right: -53px !important;
    bottom: -200px !important;
    transform: scale(0.8) !important;
}


@media (max-width: 1300px) {
    .custom-image-position-right {
        right: -135px !important;
        bottom: -230px !important;
        transform: scale(0.5) !important;
    }
}

@media (max-width: 1300px) {
    .custom-image-position-left {
        left: -135px !important;
        bottom: -230px !important;
        transform: scale(0.5) !important;
    }
}

@media (max-width: 820px) {
    .custom-image-position-right {
        right: -180px !important;
        bottom: -230px !important;
        transform: scale(0.35) !important;
    }
}

@media (max-width: 820px) {
    .custom-image-position-left {
        left: -180px !important;
        bottom: -230px !important;
        transform: scale(0.35) !important;
    }
}

@media (max-width: 650px) {
    .custom-image-position-right {
        right: -180px !important;
        bottom: -230px !important;
        transform: scale(0.35) !important;
    }
}

@media (max-width: 650px) {
    .custom-image-position-left {
        left: -180px !important;
        bottom: -230px !important;
        transform: scale(0.35) !important;
    }
}

@media (max-width: 500px) {
    .custom-image-position-right {
        right: -160px !important;
        bottom: -210px !important;
        transform: scale(0.35) !important;
    }
}

@media (max-width: 500px) {
    .custom-image-position-left {
        left: -160px !important;
        bottom: -210px !important;
        transform: scale(0.35) !important;
    }
}

@media (max-width: 430px) {
    .custom-image-position-right {
        right: -140px !important;
        bottom: -180px !important;
        transform: scale(0.5) !important;
    }
}

@media (max-width: 430px) {
    .custom-image-position-left {
        left: -140px !important;
        bottom: -180px !important;
        transform: scale(0.5) !important;
    }
}

@media (max-width: 380px) {
    .custom-image-position-right {
        right: -115px !important;
        bottom: -130px !important;
        transform: scale(0.55) !important;
    }
}

@media (max-width: 380px) {
    .custom-image-position-left {
        left: -115px !important;
        bottom: -130px !important;
        transform: scale(0.55) !important;
    }
}

.custom-hover-border-color:hover {
    border-color: #FF9900 !important;
}
@media (max-width: 992px) {
    .custom-position-relative {
        position: relative !important;
    }
}

.custom-div-p-2 p{
 color: white !important;
    margin-bottom: 0 !important;
}


.custom-chair-position-left {
    left:160px !important;
    bottom:80px;
}

.custom-chair-position-right {
    right:160px !important;
    bottom:80px;
}

@media (max-width: 1200px) {
    .custom-chair-position-left {
        left:80px !important;
        bottom:80px;
    }
}

@media (max-width: 1200px) {
    .custom-chair-position-right {
        right:80px !important;
        bottom:80px;
    }
}

@media (max-width: 992px) {
    .custom-chair-position-left {
        left:-100px !important;
        bottom:0px;
    }
}

@media (max-width: 992px) {
    .custom-chair-position-right {
        right:-100px !important;
        bottom:0px;
    }
}

@media (max-width: 700px) {
    .custom-chair-position-left {
        left:-50px !important;
        bottom:0px;
    }
}

@media (max-width: 700px) {
    .custom-chair-position-right {
        right:-50px !important;
        bottom:0px;
    }
}

@media (max-width: 600px) {
    .custom-chair-position-left {
        transform: scale(0.7);
        left:40px !important;
    }
}

@media (max-width: 600px) {
    .custom-chair-position-right {
        transform: scale(0.7);
        right:40px !important;
    }
}

.custom-footer-logo {
    height: 61px !important;
    width: 104px !important;
}

@media (max-width: 600px) {
    .custom-footer-logo {
        height: 88px !important;
        width: 150px !important;
    }
}

.custom-menu-text-color {
    color: #434862 !important;
}

.custom-menu-bg-color {
    background-color: #434862 !important;
}

.custom-div-p-description p {
    text-align: start !important;
    color: black !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.custom-activities-chair {
    height: 391px;
    width: 438px;
    bottom: 0;
    position: absolute;
}

@media (max-width: 992px) {
    .custom-activities-chair {
        position: relative;
    }
}

.owl-stage {
    display: flex !important;
    align-items: center !important;
}

.custom-underline-parent1 .custom-underline::after,
.custom-underline-parent2 .custom-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    left: 0;
    bottom: -2px;
    transition: width 0.4s ease;
}

.custom-underline-parent1 .custom-underline::after {
    background: #434862;
}

.custom-underline-parent2 .custom-underline::after {
    background: white;
}

.custom-underline-parent1:hover .custom-underline::after,
.custom-underline-parent2:hover .custom-underline::after {
    width: 100%;
}
.custom-underline-parent {
    display: inline-block;
    position: relative;
}

.custom-underline {
    display: inline-block;
    position: relative;
}

.header-nav-main-mobile-light::before {
    border: 2px solid #434862;
}

.nav-pills li {
    border: none !important;
}

#header .header-nav-main {
    width: auto !important;
    left: auto !important;
}

.custom-hover-border-0:hover {
    border: none !important;
}

.process-step:hover .custom-hover-border-0 {
    border: none !important;
}

.custom-hero-background {
    background-image: url("/img/2560.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 665px;
}

@media (max-width: 1920px) {
    .custom-hero-background {
        background-image: url("/img/1920.png");

    }
}


@media (max-width: 1440px) {
    .custom-hero-background {
        background-image: url("/img/1440.png");

    }
}

@media (max-width: 1024px) {
    .custom-hero-background {
        background-image: url("/img/1024.png");

    }
}

@media (max-width: 768px) {
    .custom-hero-background {
        background-image: url("/img/768.png");

    }
}


@media (max-width: 425px) {
    .custom-hero-background {
        background-image: url("/img/425.png");

    }
}

@media (max-width: 375px) {
    .custom-hero-background {
        background-image: url("/img/375.png");

    }
}

@media (max-width: 320px) {
    .custom-hero-background {
        background-image: url("/img/320.png");

    }
}


.custom-div-primary p {
    color: var(--primary);
}
