/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 10px;
	--default: #777;
	--primary: #1e2e57;
	--primary-100: #1a284d;
	--primary-200: #172345;
	--primary-300: #141e3d;
	--primary--100: #223460;
	--primary--200: #26386a;
	--primary--300: #2a3d73;
	--primary-rgba-0: rgba(30, 46, 87, 0);
	--primary-rgba-10: rgba(30, 46, 87, 0.1);
	--primary-rgba-20: rgba(30, 46, 87, 0.2);
	--primary-rgba-30: rgba(30, 46, 87, 0.3);
	--primary-rgba-40: rgba(30, 46, 87, 0.4);
	--primary-rgba-50: rgba(30, 46, 87, 0.5);
	--primary-rgba-60: rgba(30, 46, 87, 0.6);
	--primary-rgba-70: rgba(30, 46, 87, 0.7);
	--primary-rgba-80: rgba(30, 46, 87, 0.8);
	--primary-rgba-90: rgba(30, 46, 87, 0.9);
	--secondary: #CE7D50;
	--secondary-100: #b56f47;
	--secondary-200: #a16241;
	--secondary-300: #8e553a;
	--secondary--100: #e89266;
	--secondary--200: #f2a17c;
	--secondary--300: #f7b193;
	--secondary-rgba-0: rgba(206, 125, 80, 0);
	--secondary-rgba-10: rgba(206, 125, 80, 0.1);
	--secondary-rgba-20: rgba(206, 125, 80, 0.2);
	--secondary-rgba-30: rgba(206, 125, 80, 0.3);
	--secondary-rgba-40: rgba(206, 125, 80, 0.4);
	--secondary-rgba-50: rgba(206, 125, 80, 0.5);
	--secondary-rgba-60: rgba(206, 125, 80, 0.6);
	--secondary-rgba-70: rgba(206, 125, 80, 0.7);
	--secondary-rgba-80: rgba(206, 125, 80, 0.8);
	--secondary-rgba-90: rgba(206, 125, 80, 0.9);
	--tertiary: #F4F5EC;
	--tertiary-100: #eaecdb;
	--tertiary-200: #e5e8d3;
	--tertiary-300: #e1e3cb;
	--tertiary--100: #fefefd;
	--tertiary--200: #ffffff;
	--tertiary--300: #ffffff;
	--tertiary-rgba-0: rgba(244, 245, 236, 0);
	--tertiary-rgba-10: rgba(244, 245, 236, 0.1);
	--tertiary-rgba-20: rgba(244, 245, 236, 0.2);
	--tertiary-rgba-30: rgba(244, 245, 236, 0.3);
	--tertiary-rgba-40: rgba(244, 245, 236, 0.4);
	--tertiary-rgba-50: rgba(244, 245, 236, 0.5);
	--tertiary-rgba-60: rgba(244, 245, 236, 0.6);
	--tertiary-rgba-70: rgba(244, 245, 236, 0.7);
	--tertiary-rgba-80: rgba(244, 245, 236, 0.8);
	--tertiary-rgba-90: rgba(244, 245, 236, 0.9);
	--quaternary: #E3F5E2;
	--quaternary-100: #d1eecf;
	--quaternary-200: #c8ebc6;
	--quaternary-300: #bee8bc;
	--quaternary--100: #f5fcf5;
	--quaternary--200: #fefffe;
	--quaternary--300: #ffffff;
	--quaternary-rgba-0: rgba(227, 245, 226, 0);
	--quaternary-rgba-10: rgba(227, 245, 226, 0.1);
	--quaternary-rgba-20: rgba(227, 245, 226, 0.2);
	--quaternary-rgba-30: rgba(227, 245, 226, 0.3);
	--quaternary-rgba-40: rgba(227, 245, 226, 0.4);
	--quaternary-rgba-50: rgba(227, 245, 226, 0.5);
	--quaternary-rgba-60: rgba(227, 245, 226, 0.6);
	--quaternary-rgba-70: rgba(227, 245, 226, 0.7);
	--quaternary-rgba-80: rgba(227, 245, 226, 0.8);
	--quaternary-rgba-90: rgba(227, 245, 226, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
	--primary-inverse: #FFF;
	--secondary-inverse: #777;
	--tertiary-inverse: #777;
	--quaternary-inverse: #777;
	--dark-inverse: #FFF;
	--light-inverse: #777;
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: "Lexend", sans-serif;
    color: var(--dark);
} */

.custom-font-secondary {
    font-family: "Lexend", sans-serif !important;
}

.custom-font-tertiary {
    font-family: "Playfair Display", serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    color: var(--dark);
}

body {
    font-family: "Sintony", sans-serif;
}
p {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.015em;
}

.badge {
    font-weight: 500;
    font-family: "Lexend", sans-serif !important;
}

.custom-graph-svg-color-primary {
    fill: var(--primary) !important;
}

.custom-graph-svg-color-secondary {
    fill: var(--secondary) !important;
}

.btn {
    padding: 16px 35.2px;
    padding: 1rem 2.2rem;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 500;
}

.custom-text-color-1 {
    color: #df0b0b;
}

.custom-text-color-2 {
    color: #e3993f;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
        font-family: "Lexend", sans-serif !important;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: -0.6px;
        color: var(--dark);
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover {
        color: var(--primary) !important;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active {
        color: var(--dark-rgba-50) !important;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu {
        transition: all 300ms;
        opacity: 0;
        transform: translate3d(-5px, 0, 0) !important;
        border: 1px solid var(--grey-200);
        border-radius: var(--border-radius2x) !important;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu li a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-right: 22px !important;
        padding-left: 22px !important;
    }
}

/* Mask Image */
.custom-mask-img {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
}

.custom-mask-img-1 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-1.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-1.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
}

.custom-mask-img-2 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-2.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-2.png);
}

.custom-mask-img-3 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-3.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-3.png);
}

.custom-mask-img-4 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-4.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-4.png);
}

/* Cascading Wrapper */
.custom-cascading-images-wrapper-1 {
    padding: 40% 0% 0 30%;
}

/* Stamp */
.custom-stamp-1 {
    width: 180px;
    height: 180px;
    left: -90px;
    top: 55%;
    border-radius: 50%;
}

.custom-stamp-1 svg {
    position: relative;
    left: 4px;
    top: 1px;
    margin: 2px;
}

.custom-stamp-1:after {
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 105px;
    height: 105px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #FFF;
    border-radius: 50%;
    display: block;
}

@media (max-width: 992px) {
    .custom-stamp-1 {
        top: 30%;
        transform: scale(0.5);
    }
}

/* Custom Elements */
.custom-el-1 {
    bottom: 13%;
    right: 7%;
}

@media (max-width: 1200px) {
    .custom-el-1 {
        right: 0;
        bottom: 8%;
    }
}

@media (max-width: 575px) {
    .custom-el-1 {
        bottom: 0;
    }
}

.custom-el-1 p {
    font-size: clamp(35px, -1.6666666667px + 0.0763888889 * 100vw, 90px);
    letter-spacing: -5px;
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

@media (max-width: 991px) {
    .custom-el-1 p {
        letter-spacing: -2px;
    }
}

.custom-el-1 em {
    font-size: clamp(18px, 11.3333333333px + 0.0138888889 * 100vw, 28px);
    position: relative;
    bottom: 2px;
    display: inline-flex;
    letter-spacing: -2px;
}

.custom-el-1 em mark {
    padding: 0 7px 5px !important;
}

@media (max-width: 991px) {
    .custom-el-1 em {
        bottom: 5px;
        right: -1px;
    }
}

.custom-el-2 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-el-2 img {
    height: 150%;
    min-width: 1200px !important;
    min-height: 1200px !important;
}

@media (max-width: 1400px) {
    .custom-el-2 img {
        min-height: 1500px !important;
    }
}

.custom-el-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
}

.custom-el-3 img {
    height: 100%;
    min-width: 1200px !important;
    min-height: 1200px !important;
}

.custom-el-4 svg {
    width: 100%;
}

.custom-el-5 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-el-5 img {
    height: 100%;
    min-width: 1000px !important;
    min-height: 1000px !important;
}

@media (min-width: 992px) {
    .custom-el-6 {
        margin-bottom: -70px;
        margin-left: 7px;
    }
}

.custom-el-7 {
    max-height: 32px;
    width: auto !important;
    max-width: 150px !important;
    transform: none !important;
}

/* Custom Pos */
.custom-pos-1 {
    right: -37%;
    top: -33%;
}

.custom-pos-2 {
    left: -75%;
    top: -33%;
}

.custom-pos-3 {
    margin-top: -80px;
}

.custom-pos-4 {
    right: -40%;
    top: -57%;
}

.custom-pos-5 {
    top: -85%;
}

.custom-pos-6 {
    left: -75%;
    bottom: -10%;
}

/* Gradient */
.custom-bg-gradient-1 {
    background-image: linear-gradient(to right, var(--secondary-rgba-30) 30%, var(--dark) 200%) !important;
}

@media (max-width: 991px) {
    .custom-bg-gradient-1 {
        border-radius: 0 !important;
    }
}



h2 {
    margin: 0 0 15px 0;
}

@media (max-width: 991px) {
    .custom-sm-margin-top {
        margin-top: 20px;
    }
}

.custom-primary-font {
    font-family: "Sintony", sans-serif;
}

.custom-secondary-font {
    font-family: "Playfair Display", serif;
}

.custom-section-padding {
    padding: 60px 0px;
}

.custom-section-padding-2 {
    padding-top: 60px;
}

.custom-section-padding-3 {
    padding-left: 110px !important;
}

.custom-opacity-font {
    opacity: 0.6;
    transition: ease all 300ms;
}

.custom-opacity-font:hover {
    opacity: 1;
}

.custom-border-radius {
    border-radius: 35px !important;
    padding: 11px 30px !important;
}

.custom-border-radius.custom-border-radius-small {
    padding: 7px 17px !important;
    font-size: 12px;
}

.btn-outline.custom-border-width {
    border-width: 2px;
}

@media (min-width: 991px) {
    .custom-md-border-top {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
}

.custom-position-1 {
    position: relative;
    margin-top: -177px;
}

@media (max-width: 991px) {
    .custom-position-1 {
        margin-top: 0;
        background: #101019;
    }
}

.custom-color-red {
    color: #fa4141;
}

.custom-nav-arrows-1 .owl-nav .owl-prev,
.custom-nav-arrows-1 .owl-nav .owl-next {
    width: 45px !important;
    height: 120px !important;
    background: rgba(16, 16, 25, 0.5);
}

.custom-nav-arrows-1 .owl-nav .owl-prev:hover,
.custom-nav-arrows-1 .owl-nav .owl-next:hover {
    background: #101019;
}

.custom-nav-arrows-1 .owl-nav .owl-prev:before,
.custom-nav-arrows-1 .owl-nav .owl-next:before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 70% !important;
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.custom-nav-arrows-1 .owl-nav .owl-prev:after,
.custom-nav-arrows-1 .owl-nav .owl-next:after {
    content: '';
    display: block;
    position: absolute;
    left: 106%;
    top: 50%;
    width: 70px;
    border-top: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0);
}

.custom-nav-arrows-1 .owl-nav .owl-next {
    right: 0 !important;
}

.custom-nav-arrows-1 .owl-nav .owl-prev {
    left: 0 !important;
}

@media (max-width: 767px) {
    .custom-nav-arrows-1 .owl-nav .owl-prev,
    .custom-nav-arrows-1 .owl-nav .owl-next {
        width: 30px;
        height: 90px;
    }
    .custom-nav-arrows-1 .owl-nav .owl-prev:before,
    .custom-nav-arrows-1 .owl-nav .owl-next:before {
        width: 20px;
        height: 20px;
    }
    .custom-nav-arrows-1 .owl-nav .owl-prev:after,
    .custom-nav-arrows-1 .owl-nav .owl-next:after {
        width: 50px;
    }
}

.custom-nav-arrows-1 .owl-nav .owl-next {
    backface-visibility: hidden;
    transform: rotate(180deg) !important;
    transform-origin: 50% 28%;
}

.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
    width: 45px;
    height: 120px;
    background: rgba(16, 16, 25, 0.5);
}

.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover {
    background: #101019;
}

.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after {
    content: '';
    display: block;
    position: absolute;
    left: 106%;
    top: 50%;
    width: 70px;
    border-top: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 767px) {
    .tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
        width: 30px;
        height: 90px;
    }
    .tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
        width: 20px;
        height: 20px;
    }
    .tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after {
        width: 50px;
    }
}

.tp-rightarrow.custom-arrows-style-1 {
    transform: rotate(180deg);
}

.owl-carousel .owl-item > div {
    width: calc(100% + 2px);
}

.owl-carousel.custom-dots-position .owl-dots, .owl-carousel.custom-dots-position-2 .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -45px !important;
    width: auto;
}

.owl-carousel.custom-dots-position-2 .owl-dots {
    width: 100%;
    max-width: 1140px;
    right: 50%;
    margin: 0 15px;
    text-align: right;
    transform: translateX(50%);
}

@media (min-width: 768px) {
    .owl-carousel.custom-dots-position-2 .owl-dots {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .owl-carousel.custom-dots-position-2 .owl-dots {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .owl-carousel.custom-dots-position-2 .owl-dots {
        max-width: 1140px;
    }
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next {
    position: absolute;
    width: 30px;
    transition: ease all 300ms;
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    left: auto;
    width: 100%;
    border-top: 1px solid #4dbb6d;
    transform: translateY(-50%);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #4dbb6d;
    border-right: 1px solid #4dbb6d;
    transform: translateY(-50%) rotate(45deg);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev.disabled:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next.disabled:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev.disabled:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next.disabled:before {
    border-top: 1px solid #646466;
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev.disabled:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next.disabled:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev.disabled:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next.disabled:after {
    border-top: 1px solid #646466;
    border-right: 1px solid #646466;
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev {
    left: -95px;
    transform: rotate(-180deg);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav {
    margin-top: -52px;
}

.owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:active, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:active {
    width: 30px;
}

@media (max-width: 767px) {
    .owl-carousel.custom-xs-arrows-style-2 .owl-nav {
        display: block;
    }
    .owl-carousel.custom-xs-arrows-style-2 .owl-dots {
        display: none;
    }
}

@media (min-width: 767px) {
    .owl-carousel.custom-xs-arrows-style-2 .owl-nav {
        display: none;
    }
}

/* 
* Header
*/
html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

html.sticky-header-active #header.header-effect-shrink .header-body {
    box-shadow: none !important;
}

/*
* Rev Slider
*/
@media (min-width: 991px) {
    .slider-container {
        height: 100vh !important;
    }
    .slider-container .slider {
        height: 100vh !important;
    }
}

@media (max-width: 767px) {
    .slider-container .btn {
        font-size: 12px !important;
    }
}

.custom-page-header {
    padding: 120px 0 35px !important;
}

.custom-page-header h1 {
    font-size: 2em;
}

/*
* Looking For
*/
.looking-for .container {
    padding: 30px;
}

.looking-for .looking-for-box h2 {
    color: var(--light);
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .looking-for .looking-for-box h2 {
        font-size: 2em;
    }
}

.custom-call-to-action {
    display: block;
    border-left: 2px solid #4a8961;
    padding-left: 10px;
}

.custom-call-to-action span:nth-child(2) {
    display: block;
    font-size: 17.6px;
    font-size: 1.1rem;
}

.custom-call-to-action.white-border {
    border-color: var(--light) !important;
}

@media (max-width: 991px) {
    .custom-call-to-action span:nth-child(2) {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .custom-call-to-action span:nth-child(2) {
        font-size: 1.2rem;
    }
}

.custom-content-grid:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 97px 70px rgba(152, 152, 152, 0.1);
    transform: translate(-50%, -50%);
}

.custom-content-grid .content-grid-item:before {
    left: 0px;
}

.custom-content-grid .content-grid-item:after {
    z-index: 1;
}

.custom-content-grid .counters .counter {
    margin-left: 80px;
    text-align: left;
}

.custom-content-grid .counters .counter.margin-style-2 {
    margin-left: 55px;
}

.custom-content-grid .counters .counter .counter-icon {
    float: left;
    margin-left: -50px;
    margin-top: 8px;
}

.custom-content-grid .counters .counter label {
    font-weight: normal;
    letter-spacing: -1px;
    color: #1e1e24;
}

.custom-content-grid .counters strong {
    font-size: 45px;
}

@media (max-width: 991px) {
    .custom-content-grid:before {
        content: none;
    }
    .custom-content-grid .counters .counter.custom-sm-counter-style {
        margin-left: 0;
        text-align: center;
        padding-left: 40px;
    }
    .custom-content-grid .counters .counter.custom-sm-counter-style.margin-style-2 {
        margin-left: 0;
    }
    .custom-content-grid .counters .counter.custom-sm-counter-style .counter-icon {
        float: none;
        margin-left: 0;
        position: absolute;
        top: 50px;
        left: 17%;
    }
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    font-size: 0.7em;
    padding: 10px;
    padding-top: 8px;
}

/*
* Expertise
*/
.feature-box.custom-feature-box {
    margin-bottom: 19.2px;
    margin-bottom: 1.2rem;
}

.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon, .feature-box.custom-feature-box:hover .feature-box-icon {
    box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5);
}

.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img, .feature-box.custom-feature-box:hover .feature-box-icon img {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.feature-box.custom-feature-box .feature-box-icon {
    flex: 0 0 auto;
    background: transparent;
    width: 100px;
    position: relative;
    height: 100px;
    border: 6px solid #FFF;
    border-radius: 100%;
    padding: 5px;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
    transition: ease box-shadow 300ms;
}

.feature-box.custom-feature-box .feature-box-icon img {
    position: absolute;
    width: 113%;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition: ease transform 300ms;
}

@media (max-width: 991px) {
    .col-md-12 .feature-box.feature-box-style-2.custom-feature-box .feature-box-info {
        padding-left: 115px;
    }
}

/*
* Our Strategy
*/
.custom-step-item .step {
    position: relative;
    text-align: center;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
}

.custom-step-item .step:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    height: 63px;
    border-left: 1px solid #e4e4e4;
}

.custom-step-item .step .step-number {
    display: block;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1;
}

.custom-step-item .step-content {
    margin-left: 80px;
}

.owl-carousel.numbered-dots .owl-dots {
    display: inline-block;
    counter-reset: dots;
    margin-left: 70px;
}

.owl-carousel.numbered-dots button.owl-dot span {
    width: 30px;
    height: 30px;
}

.owl-carousel.numbered-dots button.owl-dot span:before {
    counter-increment: dots;
    content: counter(dots);
    color: #245432;
    font-weight: bold;
    line-height: 2.2;
}

.owl-carousel.numbered-dots button.owl-dot.active span:before, .owl-carousel.numbered-dots button.owl-dot:hover span:before {
    color: var(--light);
}

.owl-carousel.numbered-dots button.owl-dot:hover {
    opacity: 0.5;
}

.owl-carousel.owl-theme button.owl-dot span {
    background: #eef4f2;
}

/*
* Frequently Asked Questions
*/
.custom-accordion-style-1 .card {
    position: relative;
    margin-top: 0 !important;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    box-shadow: none;
    border-radius: 0 !important;
}

.custom-accordion-style-1 .card:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.custom-accordion-style-1 .card .card-header {
    margin: 0;
}

.custom-accordion-style-1 .card .card-title > a {
    font-size: 14px !important;
}

.custom-accordion-style-1 .card .card-title > a.accordion-toggle {
    color: #4dbb6d;
    border-bottom: 1px solid #e4e4e4;
}

.custom-accordion-style-1 .card .card-title > a.accordion-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #4dbb6d;
}

.custom-accordion-style-1 .card .card-title > a.accordion-toggle .custom-accordion-plus:after {
    border-top: 2px solid #4dbb6d;
    transform: translate(-50%, -50%) rotate(0deg);
}

.custom-accordion-style-1 .card .card-title > a.collapsed {
    color: #1e1e24 !important;
    border-bottom: 0;
}

.custom-accordion-style-1 .card .card-title > a.collapsed:before {
    content: none;
}

.custom-accordion-style-1 .card .card-title > a.collapsed .custom-accordion-plus:after {
    border-top: 2px solid #1e1e24;
    transform: translate(-50%, -50%) rotate(90deg);
}

.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus {
    position: absolute;
    top: 23px;
    right: 15px;
    width: 15px;
}

.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:before, .custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    border-top: 2px solid #1e1e24;
    transform: translate(-50%, -50%);
    transition: ease all 300ms;
}

.custom-accordion-style-1 .card .card-body {
    padding: 15px 15px 35px;
}

/*
* Our Cases
*/
.thumb-info.custom-thumb-info-style-1 {
    border: none;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
    background: #4dbb6d !important;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
    color: var(--light) !important;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow {
    width: 55px;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before {
    border-top: 1px solid #FFF;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
    position: relative;
    padding: 25px;
    display: block;
    transition: ease background 300ms, ease width 300ms;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span {
    color: var(--default);
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
    display: block;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 40px;
    transform: translateY(-50%);
    transition: ease all 300ms;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 100%;
    border-top: 1px solid #1e1e24;
    transform: translateY(-50%);
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #1e1e24;
    border-right: 1px solid #1e1e24;
    transform: translateY(-50%) rotate(45deg);
}

.owl-carousel.custom-both-sides-shadow .owl-stage-outer:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: 0px 0px 140px 220px rgba(255, 255, 255, 0.8);
    z-index: 1;
    transition: ease opacity 300ms;
}

.owl-carousel.custom-both-sides-shadow .owl-stage-outer:after {
    left: auto;
    right: 0;
}

.owl-carousel.custom-both-sides-shadow .owl-stage-outer:hover:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:hover:after {
    opacity: 0;
}

.owl-carousel.custom-dots-style-1 .owl-dots {
    margin-top: 30px;
}

.owl-carousel.custom-dots-style-1 button.owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px solid black;
    background: transparent !important;
}

.owl-carousel.custom-dots-style-1 button.owl-dot.active span, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span {
    position: relative;
    border: 2px solid #4dbb6d;
    background: transparent;
}

.owl-carousel.custom-dots-style-1 button.owl-dot.active span:before, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #4dbb6d;
    transform: translate3d(-50%, -50%, 0);
}

.owl-carousel.custom-dots-style-1 button.owl-dot:hover {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .owl-carousel.custom-both-sides-shadow .owl-stage-outer:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:after {
        box-shadow: none;
    }
}

/*
* Testimonials
*/
.custom-rounded-image {
    border-radius: 100%;
}

.testimonial.custom-testimonial-style-1 blockquote {
    background: transparent;
    padding: 40px 20px 40px 0px;
}

.testimonial.custom-testimonial-style-1 blockquote:before {
    left: 0;
    font-size: 60px;
    color: #1e1e24;
}

.testimonial.custom-testimonial-style-1 blockquote:after {
    font-size: 60px;
    color: #1e1e24;
}

.testimonial.custom-testimonial-style-1 blockquote p {
    color: var(--default);
    font-family: "Sintony", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.8;
    padding: 0px;
}

.testimonial.custom-testimonial-style-1 .testimonial-author p {
    position: relative;
    margin: 0;
}

.testimonial.custom-testimonial-style-1 .testimonial-author p:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 18px;
    border-top: 2px solid #1e1e24;
}

/*
* Our Team
*/
.team-item {
    padding: 0px 10px;
}

.team-item:hover .image-wrapper img {
    transform: scale(1.1);
}

.team-item .image-wrapper {
    display: block;
    overflow: hidden;
}

.team-item .image-wrapper img {
    transition: ease transform 300ms;
}

.team-item .team-infos {
    position: relative;
    background: var(--light);
    padding: 25px;
}

.team-item .team-infos .share {
    position: absolute;
    bottom: calc(100% - 22px);
    right: 15px;
    width: 42px;
    overflow: hidden;
    z-index: 1;
    transition: ease height 300ms;
}

.team-item .team-infos .share:hover .share-icons {
    transform: translateY(0);
}

.team-item .team-infos .share:hover i.fa-share-alt {
    background: #4dbb6d;
}

.team-item .team-infos .share:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--light);
    width: 100%;
    height: 22px;
}

.team-item .team-infos .share .share-icons {
    text-align: center;
    padding-bottom: 42px;
    border-radius: 50px;
    transform: translateY(100%);
    transition: ease transform 300ms;
}

.team-item .team-infos .share i {
    display: block;
    color: var(--light);
    padding: 15px;
    opacity: 0.5;
    transition: ease opacity 300ms;
}

.team-item .team-infos .share i.fa-share-alt {
    position: absolute;
    background: #58605a;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    opacity: 1;
    z-index: 1;
}

.team-item .team-infos .share i.fa-facebook-f {
    color: #4d70a8;
}

.team-item .team-infos .share i.fa-instagram {
    color: #964b00;
}

.team-item .team-infos .share i.fa-linkedin-in {
    color: #0077b5;
}

.team-item .team-infos .share i:hover {
    opacity: 1;
}

.team-item .team-infos .team-member-desc {
    display: block;
    color: var(--default);
}

/*
* Our Blog
*/
article.blog-post .blog-post-image-wrapper img {
    max-width: 95%;
}

article.blog-post .blog-post-image-wrapper .blog-post-date {
    position: absolute;
    top: 65%;
    right: 10px;
    font-size: 3em;
    text-align: center;
    line-height: 1;
    padding: 25px 15px;
    transform: translateY(-50%);
}

article.blog-post .blog-post-image-wrapper .blog-post-date .month-year {
    display: block;
    font-size: 0.4em;
}

/*
* Contact Us
*/
.custom-call-to-action-2 .info {
    display: block;
}

.custom-social-icons-style-1 li {
    border: 2px solid #FFF;
}

.custom-social-icons-style-1 li a {
    background: transparent;
    color: var(--light) !important;
}

.custom-contact-form-style-1 .custom-input-box {
    position: relative;
}

.custom-contact-form-style-1 .custom-input-box .icons {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 1.3em;
}

.custom-contact-form-style-1 .custom-input-box .form-control {
    border-radius: 2px;
    height: 50px;
    padding-left: 50px;
}

.custom-contact-form-style-1 .custom-input-box textarea.form-control {
    padding-top: 14px;
    height: 0;
    min-height: 130px;
}

/*
* Footer
*/
#footer {
    background: var(--primary);
    border-top: 1px solid var(--primary);
    margin-top: 0;
    padding: 20px 0 0;
}

#footer p {
    color: #a8b1b8;
    margin-bottom: 0;
}

/* Skin */
.dropdown-menu > li > a i {
    color: var(--primary);
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
    background: var(--quaternary);
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-square nav > ul > li.active > a {
        color: var(--primary) !important;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li.active > a.dropdown-toggle::after {
        border-color: var(--primary) transparent transparent !important;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li:hover > a {
        color: var(--primary) !important;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li:hover > a.dropdown-toggle::after {
        border-color: var(--primary) transparent transparent !important;
    }
}

.btn-primary.active:not([disabled]):not(.disabled),
.btn-primary:active:not([disabled]):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem var(--primary-rgba-50);
}

.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
    background: var(--quaternary-rgba-50);
}

.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover {
    background: var(--quaternary-rgba-90);
}

.custom-call-to-action {
    border-color: var(--primary);
}

@media (max-width: 991px) {
    .custom-position-1 {
        background-color: var(--quaternary);
    }
}

.custom-accordion-style-1 .card .card-title > a.accordion-toggle:not(.collapsed) {
    color: var(--primary);
}

.custom-accordion-style-1 .card .card-title > a.accordion-toggle:not(.collapsed):before {
    border-color: var(--primary);
}

.custom-accordion-style-1 .card .card-title > a.accordion-toggle:not(.collapsed) .custom-accordion-plus:after {
    border-color: var(--primary);
}

.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:after {
    border-color: var(--primary);
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
    background-color: var(--primary) !important;
}

.owl-carousel.custom-dots-style-1 button.owl-dot.active span, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span {
    border-color: var(--primary);
}

.owl-carousel.custom-dots-style-1 button.owl-dot.active span:before, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span:before {
    background-color: var(--primary);
}

.team-item .team-infos .share:hover i.fa-share-alt {
    background-color: var(--primary);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:before {
    border-color: var(--primary);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:after {
    border-color: var(--primary);
}

.bg-gradient-primary-secondary{
    background-image: linear-gradient(to right, var(--secondary) 0, var(--primary) 100%) !important;
}

.only-mobile{
    display: none;
}
@media (max-width: 768px) {
    .only-mobile { display: block; }
}
.only-desktop{
    display: none;
}
@media (min-width: 768px) {
    .only-desktop { display: block; }
}


/*
* RTL
*/
/*
* CUSTOM ANIMATIONS
*/
@keyframes customFadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -50%, 0) rotate(45deg);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
}

.customFadeInLeft {
    animation-name: customFadeInLeft;
}

@keyframes customFadeInLeftNoRotate {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -50%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, -50%, 0);
    }
}

.customFadeInLeftNoRotate {
    animation-name: customFadeInLeftNoRotate;
}

@keyframes customFadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -50%, 0) rotate(45deg);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
}

.customFadeInRight {
    animation-name: customFadeInRight;
}

@keyframes customFadeInRightNoRotate {
    0% {
        opacity: 0;
        transform: translate3d(100%, -50%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, -50%, 0);
    }
}

.customFadeInRightNoRotate {
    animation-name: customFadeInRightNoRotate;
}


/*
* CUSTOM DEMO CLASSES
*/
.custom-box-shadow {
    box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
}

.custom-box-shadow-2 {
    box-shadow: 0px 0px 20px -2px rgba(139, 139, 139, 0.3);
}

.custom-border-1 {
    border: 8px solid #FFF;
}

.custom-overflow-hidden {
    overflow: hidden;
}

.custom-primary-font {
    font-family: "Sintony", sans-serif !important;
}

.custom-secondary-font {
    font-family: "Playfair Display", serif !important;
}

.custom-font-italic {
    font-style: italic !important;
}

.custom-btn-style-1 {
    padding: 12px 25px !important;
    font-weight: 800;
}

.custom-text-color-1 {
    color: #544b40 !important;
}

.custom-text-color-2 {
    color: #beb7b9 !important;
}

.custom-text-color-default {
    color: var(--default) !important;
}

.custom-hr-color-1 {
    background: #3f3035 !important;
}

.custom-position-relative {
    position: relative;
}

.custom-img-fluid-center {
    margin: 0 auto;
}

.custom-section-padding-1 {
    padding: 70px 0 160px !important;
}

.custom-section-padding-2 {
    padding: 110px 0 !important;
}

.custom-section-padding-3 {
    padding: 60px 0 180px !important;
}

@media (max-width: 767px) {
    .custom-section-padding-3 {
        padding: 60px 0 120px !important;
    }
}

.custom-section-padding-4 {
    padding: 78px 0 !important;
}

.custom-margin-1 {
    margin-left: 95px;
}

.custom-negative-margin-1 {
    margin: -90px 0 60px !important;
}

.custom-negative-margin-2 {
    margin-top: -180px !important;
}

@media (max-width: 767px) {
    .custom-negative-margin-2 {
        margin-top: -90px !important;
    }
}

@media (min-width: 992px) {
    .custom-md-margin-bottom-1 {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 991px) {
    .custom-sm-margin-bottom-1 {
        margin-bottom: 30px !important;
    }
    .custom-sm-margin-bottom-2 {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 767px) {
    .custom-xs-margin-bottom-1 {
        margin-bottom: 30px !important;
    }
    .custom-xs-ml-0 {
        margin-left: 0 !important;
    }
    .custom-xs-ml-1 {
        margin-left: 60px !important;
    }
    .custom-xs-padding-1 {
        padding-top: 0 !important;
        padding-bottom: 20px;
    }
}

.custom-icon-size-1 {
    font-size: 2em;
}

.custom-line-height-1 {
    line-height: 1.7 !important;
}

.custom-left-cloud {
    position: absolute;
    top: 0;
    left: 0;
}

.custom-right-cloud {
    position: absolute;
    top: 0;
    right: 0;
}

.custom-cloud {
    position: absolute;
    top: 50%;
    width: auto;
    height: 80%;
    transform: translateY(-50%);
}

.custom-cloud.left-pos {
    left: 0;
}

.custom-cloud.left-pos-2 {
    left: 90px;
    top: 58%;
}

.custom-cloud.right-pos {
    right: 0;
}

.custom-small-square {
    position: absolute;
    width: 192px;
    height: 192px;
    top: 50%;
    border: 10px solid #FFF;
    backface-visibility: hidden;
    transform: translateY(-50%) rotate(45deg);
}

.custom-small-square.left-pos {
    left: 3vw;
    top: 45%;
}

.custom-small-square.left-pos-2 {
    left: 250px;
}

.custom-small-square.right-pos {
    right: 3vw;
    top: 66%;
}

.custom-big-square {
    position: absolute;
    width: 312px;
    height: 312px;
    top: 43%;
    border: 10px solid #FFF;
    backface-visibility: hidden;
    transform: translateY(-50%) rotate(45deg);
}

.custom-big-square.left-pos {
    left: -150px;
}

.custom-big-square.left-pos-2 {
    left: 35px;
}

.custom-big-square.right-pos {
    right: -150px;
}

.custom-box-squares {
    position: relative;
    min-height: 300px;
    margin-top: 38px;
}

.custom-box-squares .custom-cloud {
    height: 100%;
}

.custom-box-squares .custom-big-square {
    width: 250px;
    height: 250px;
}

.custom-box-squares .custom-small-square {
    width: 155px;
    height: 155px;
}

@media (max-width: 991px) {
    .custom-cloud {
        height: 40%;
    }
    .custom-small-square {
        width: 102px;
        height: 102px;
        border: 5px solid #FFF;
    }
    .custom-small-square.left-pos {
        left: 4vw;
    }
    .custom-small-square.right-pos {
        right: 4vw;
        top: 54%;
    }
    .custom-big-square {
        width: 232px;
        height: 232px;
        border: 5px solid #FFF;
    }
}

.custom-social-icons li {
    box-shadow: none !important;
}

.custom-social-icons li a {
    background: transparent;
    font-size: 17px;
    color: var(--light) !important;
}

.custom-social-icons li:hover a {
    background: transparent !important;
    color: #da7940 !important;
}

.custom-social-icons-2 li, .custom-social-icons-big li {
    box-shadow: none !important;
    border: 1px solid #9D9D9D;
}

.custom-social-icons-2 li a, .custom-social-icons-big li a {
    line-height: 34px;
    background: transparent;
    color: #9D9D9D !important;
}

.custom-social-icons-2 li:hover, .custom-social-icons-big li:hover {
    border-color: var(--primary);
}

.custom-social-icons-2 li:hover a, .custom-social-icons-big li:hover a {
    background: transparent !important;
    color: var(--primary) !important;
}

.custom-social-icons-big {
    margin-bottom: 20px;
}

.custom-social-icons-big li {
    border-width: 2px;
    margin: 0;
}

.custom-social-icons-big li:nth-child(2) {
    margin: 0 20px;
}

.custom-social-icons-big li a {
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 23px;
    line-height: 65px;
    background: transparent !important;
}

.custom-social-icons-big li .custom-icon-title {
    position: absolute;
    left: 50%;
    bottom: -24px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -1px;
    transform: translateX(-50%);
}

.custom-social-icons-3 li {
    box-shadow: none;
    border: 2px solid #8C8C8C;
}

.custom-social-icons-3 li a {
    color: #8C8C8C !important;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 0.6rem 1.5rem;
    }
}

#header .header-nav-features:before {
    background: rgba(0, 0, 0, 0.23);
}

.custom-carousel-arrows-style-1 .owl-nav .owl-next,
.custom-carousel-arrows-style-1 .owl-nav .owl-prev {
    width: 45px !important;
    height: 80px !important;
    background: rgba(16, 16, 25, 0.5);
}

.custom-carousel-arrows-style-1 .owl-nav .owl-next:hover,
.custom-carousel-arrows-style-1 .owl-nav .owl-prev:hover {
    background: #101019;
}

.custom-carousel-arrows-style-1 .owl-nav .owl-next:before,
.custom-carousel-arrows-style-1 .owl-nav .owl-prev:before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 70% !important;
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.custom-carousel-arrows-style-1 .owl-nav .owl-next {
    transform: rotate(180deg) !important;
    transform-origin: 50% 25%;
}

.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
    width: 45px;
    height: 80px;
    background: rgba(16, 16, 25, 0.5);
}

.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover {
    background: #101019;
}

.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.tp-rightarrow.custom-arrows-style-1 {
    transform: rotate(180deg);
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
    position: absolute;
    width: 55px;
    background: transparent !important;
    transition: ease all 300ms;
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    left: auto;
    width: 100%;
    border-top: 1px solid #da7940;
    transform: translateY(-50%);
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    border-top: 1px solid #da7940;
    border-right: 1px solid #da7940;
    transform: translateY(-50%) rotate(45deg);
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev {
    left: 10px;
    transform: rotate(-180deg);
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"] {
    width: 32px;
    height: 55px;
    background: var(--quaternary);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 15px;
    height: 15px;
    border-top: 1px solid var(--light);
    border-left: 1px solid var(--light);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:focus, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active:hover, .owl-carousel.custom-arrows-style-2 .owl-nav button[class*="owl-"]:active:focus {
    background: var(--quaternary);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next {
    right: -4px;
    transform-origin: 50% 25%;
    transform: rotate(180deg);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev {
    left: -4px;
}

.owl-carousel.custom-nav-inside-center .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .owl-carousel.custom-sm-nav-bottom .owl-nav {
        top: 100%;
        left: 50%;
        margin-top: 0;
        width: 45%;
        transform: translateX(-50%);
    }
}

@media (max-width: 320px) {
    .owl-carousel.custom-sm-nav-bottom .owl-nav {
        width: 57%;
    }
}

/*
* Newcomers Class
*/
.custom-newcomers-class {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: var(--light);
    padding: 0 30px;
    font-size: 1.2em;
    min-width: 445px;
    white-space: nowrap;
}

.custom-newcomers-class:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #efece8;
}

.custom-newcomers-class > span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 25px 12px;
    font-family: "Playfair Display", serif;
    line-height: 1.1;
}

.custom-newcomers-class > span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: calc(100% - 10px);
    border-right: 1px solid #efece8;
    transform: translateY(-50%);
}

.custom-newcomers-class > span:last-child {
    padding-right: 0;
}

.custom-newcomers-class > span:last-child:after {
    content: none;
}

.custom-newcomers-class > span > span {
    font-size: 1.2em;
    padding-right: 3px;
}

.custom-newcomers-class.clock-one-events > span:last-child {
    padding-right: 12px;
}

.custom-newcomers-class.custom-newcomers-pos-2 {
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .custom-newcomers-class.custom-newcomers-pos-2 {
        top: -30px;
    }
}

@media (max-width: 1199px) {
    .custom-newcomers-class {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .custom-newcomers-class {
        flex-wrap: nowrap;
    }
    .custom-newcomers-class > span {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .custom-newcomers-class {
        padding: 25px 10px 15px 10px;
        font-size: 1em;
        flex-direction: column;
        min-width: 100%;
    }
    .custom-newcomers-class > span {
        justify-content: center;
        margin-bottom: 0 !important;
        padding: 15px 12px;
    }
    .custom-newcomers-class > span:after {
        content: none;
    }
    .custom-newcomers-class > span:last-child {
        padding-right: 12px;
    }
    .custom-newcomers-class.custom-newcomers-pos-2 {
        min-width: 93%;
    }
    .custom-newcomers-class.custom-newcomers-pos-2 + img {
        margin-top: 240px;
    }
}

/*
* About Us
*/
.custom-thumb-info-3 {
    border: none;
    padding: 15px;
}

.custom-thumb-info-3 .thumb-info-wrapper {
    margin: 0 !important;
}

.custom-thumb-info-3 .thumb-info-wrapper:after {
    content: none;
}

.custom-thumb-info-3 .thumb-info-caption {
    display: block;
    padding: 0;
}

.custom-thumb-info-3 .thumb-info-caption .thumb-info-caption-text {
    padding: 0;
    margin: 0;
}

.custom-thumb-info-3 .thumb-info-caption .thumb-info-caption-text p {
    font-size: 1em;
    padding: 0;
}

.custom-location {
    padding-left: 60px;
}

.custom-location > img {
    position: absolute;
    left: 30px;
    top: 7px;
}

.custom-phone {
    display: block;
}

.custom-form-style-1 .form-control {
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .custom-form-style-1 .form-control.custom-xs-mb {
        margin-bottom: 15px;
    }
}

.custom-thumb-carousel {
    padding: 8px;
}

.custom-thumb-carousel:after {
    content: '';
    display: block;
    clear: both;
}

.custom-thumb-carousel .img-thumbnail {
    padding: 0;
    margin: 0;
}

.custom-thumb-carousel .img-thumbnail.img-thumbnail-hover-icon:before {
    background: rgba(var(--quaternary), 0.65);
}

.custom-thumb-carousel .img-thumbnail.img-thumbnail-hover-icon:after {
    content: "\e090";
    font-family: simple-line-icons;
}

/*
* Event
*/
.custom-thumb-info {
    border: none;
    overflow: visible;
}

.custom-thumb-info .thumb-info-wrapper {
    margin: 0 !important;
}

.custom-thumb-info .thumb-info-wrapper:after {
    content: none;
}

.custom-thumb-info .thumb-info-caption {
    display: block;
    padding: 20px 40px;
}

.custom-thumb-info .thumb-info-caption .custom-thumb-info-wrapper-box {
    float: left;
    width: 100%;
    margin: -57px 0 15px 0;
}

.custom-thumb-info .thumb-info-caption .custom-event-infos, .custom-thumb-info .thumb-info-caption .thumb-info-catption-text {
    float: left;
    width: 100%;
}

.custom-thumb-info .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info .thumb-info-caption p {
    padding: 0;
    font-size: 1em;
    line-height: 2;
}

.custom-thumb-info .thumb-info-caption p {
    font-size: 0.9em;
}

.custom-event-infos ul {
    padding: 0;
    margin: 0;
}

.custom-event-infos ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 0.9em;
}

.custom-event-infos ul li:first-child {
    margin-left: 0;
}

.custom-event-infos ul li i {
    font-size: 1.2em;
    color: #1f222b;
    font-weight: bold;
}

.custom-post-event {
    position: relative;
}

.custom-post-event .post-event-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px;
}

.custom-post-event .post-event-date span {
    display: block;
}

.custom-post-event .post-event-date span.day {
    font-size: 1.9em;
}

.custom-post-event .post-event-date span.year {
    font-size: 0.9em;
}

.custom-post-event .post-event-date.custom-xlg-space {
    top: 30px;
    left: 30px;
}

.custom-post-event .post-event-content p {
    font-size: 0.9em;
}

/*
* Testimonial
*/
.custom-testimonial-style .testimonial-quote {
    display: inline-block;
    padding: 20px;
    border-radius: 100%;
    line-height: 1;
    margin: 5px 0 20px;
    box-shadow: 0px 5px 20px 5px rgba(207, 207, 207, 0.9);
}

.custom-testimonial-style blockquote p {
    font-family: "Sintony", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.7;
}

.custom-testimonial-style .testimonial-author strong {
    display: inline-block;
}

.custom-testimonial-style .testimonial-author span {
    display: inline-block;
    font-size: 1em;
}

/*
* Gallery
*/
.custom-thumb-info-4 {
    border: none;
    padding-bottom: 30px;
    overflow: visible;
}

.custom-thumb-info-4:hover .thumb-info-wrapper:before {
    background: rgba(0, 0, 0, 0.55);
}

.custom-thumb-info-4:hover .thumb-info-wrapper:after {
    top: 50%;
    opacity: 1;
}

.custom-thumb-info-4 a {
    cursor: pointer;
}

.custom-thumb-info-4 .thumb-info-wrapper:before {
    transition: background 0.2s;
    background: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.custom-thumb-info-4 .thumb-info-wrapper:after {
    transition: top 0.2s, opacity 0.2s;
    background: transparent;
    color: var(--light);
    content: "\e090";
    font-family: simple-line-icons;
    font-size: 30px;
    height: 30px;
    position: absolute;
    top: 30%;
    margin-top: -15px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3;
}

.custom-thumb-info-4 .thumb-info-wrapper.active {
    box-shadow: 0px 0px 60px -3px #8b8b8b;
}

.custom-thumb-info-4 .thumb-info-caption {
    position: relative;
    display: block;
    width: 80%;
    margin: -37px auto 0;
    padding: 15px;
    background: var(--light);
    z-index: 1;
}

.custom-thumb-info-4 .thumb-info-caption .thumb-info-caption-text {
    padding: 0;
}

.custom-thumb-info-4 .thumb-info-caption h2 {
    margin: 0;
    line-height: 1.5;
}

/*
* Blog
*/
.custom-thumb-info-2 {
    background: transparent;
    border: none;
    overflow: visible;
}

.custom-thumb-info-2 .thumb-info-wrapper:after {
    content: none;
}

.custom-thumb-info-2 .thumb-info-caption {
    position: relative;
    display: block;
    margin: -80px auto 0;
    background: var(--light);
    padding: 30px 30px 20px 30px;
    z-index: 1;
	min-height: 360px;
}

.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info-2 .thumb-info-caption p {
    padding: 0;
    font-size: 1em;
    line-height: 2;
}

.custom-thumb-info-2 .thumb-info-caption p {
    font-size: 0.9em;
    margin-bottom: 45px;
}

.custom-thumb-info-post-infos ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.custom-thumb-info-post-infos ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    width: calc(100% + 60px);
    border-top: 1px solid #efece8;
    transform: translateX(-50%);
}

.custom-thumb-info-post-infos ul:after {
    content: '';
    display: block;
    clear: both;
}

.custom-thumb-info-post-infos ul li {
    float: left;
    list-style: none;
    width: 50%;
    font-size: 0.9em;
}

.custom-thumb-info-post-infos ul li i {
    display: inline-block;
    font-size: 1em;
    color: #1f222b;
    font-weight: bold;
    margin-right: 8px;
}

.custom-thumb-info-post-infos.custom-blog-info ul:before {
    content: none;
}

.custom-thumb-info-post-infos.custom-blog-info ul li {
    margin-left: 2px;
}

@media (max-width: 1199px) {
    .custom-thumb-info-post-infos ul li {
        font-size: 0.8em;
    }
}

.custom-thumb-style-1 {
    border: none;
}

.custom-thumb-style-1 img {
    border-radius: 100% !important;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 0px 2px #E0E0E0;
}

ul.custom-comments-style li {
    border-top: 1px solid #DDE5E7;
}

@media (min-width: 768px) {
    ul.custom-comments-style li {
        padding: 35px 0 0 115px;
    }
}

ul.custom-comments-style > li:first-child {
    border-top: 0;
}

ul.custom-comments-style .comment-block {
    background: none;
    padding: 5px 0 20px;
}

.custom-form-style-1 .form-group {
    margin-bottom: 0;
}

.custom-form-style-1 .form-group .form-control {
    margin-bottom: 15px;
}

/*
* Map
*/
.custom-view-our-location {
    position: relative;
    bottom: 0;
    left: 0;
    background: #36252b;
    width: 100%;
    height: 96px;
    overflow: hidden;
    z-index: 1;
    transition: ease all 300ms;
}

.custom-view-our-location:hover {
    opacity: 0.9;
}

.custom-view-our-location > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    text-decoration: none;
    padding-top: 35px;
}

.custom-view-our-location > img {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 420px;
    transform: translateX(-50%);
}

#googlemaps {
    height: 500px;
}

/* Skin */
.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
    background: var(--quaternary-rgba-50);
}

.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover {
    background: var(--quaternary-rgba-90);
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background: var(--quaternary) !important;
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
    border-color: var(--primary);
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
    border-color: var(--primary);
}

.custom-social-icons li:hover a {
    color: var(--primary) !important;
}

.custom-thumb-carousel .img-thumbnail.img-thumbnail-hover-icon:before {
    background: var(--quaternary-rgba-50) !important;
}

.thumb-info.custom-thumb-info-4:hover .thumb-info-wrapper:before {
    background: var(--quaternary-rgba-50);
}

.custom-social-icons-2 li:hover, .custom-social-icons-big li:hover {
    border-color: var(--primary);
}

.custom-social-icons-2 li:hover a, .custom-social-icons-big li:hover a {
    color: var(--primary) !important;
}

.custom-post-blog img{
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.hamburguer-btn.hamburguer-btn-light .hamburguer span{
    background: var(--secondary);
}


.team-member img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	margin: 0 auto;
	transition: transform 0.3s ease;
  }
  
  .team-member:hover img {
	transform: scale(1.05);
  }
  
  .team-member span {
	font-size: 0.9rem;
  }
  
  .team-member strong {
	font-size: 1.1rem;
	font-weight: 600;
  }
  
  
  nav.locations .nav-tabs{
	overflow-x: initial;
	overflow-y: auto;
	height: 600px;
	width: 100%;
	width: 100%;
	padding: 0px 10px 0px 0px;
}
nav.locations .nav-tabs .nav-link {
	background: #1e2f56;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	
	transition: .6s;
	border: none!important;
	border-radius: 0!important;
	display: block;
	width: 100%;
}

nav.locations .nav-tabs .nav-link.active, nav.locations .nav-tabs .nav-link:hover{
	color: #ea5c0f;
}
nav.locations .nav-tabs::-webkit-scrollbar {
	
	width: 5px;
}
nav.locations .nav-tabs::-webkit-scrollbar-button {
	width: 7px;
	height: 0px;
}
nav.locations .nav-tabs::-webkit-scrollbar-thumb {
	background: #1e2f56;
	border: 0px none #ffffff;
	border-radius: 9px;
}
nav.locations .nav-tabs::-webkit-scrollbar-thumb:hover {
	border-radius: 9px;
	background: #1e2f56;
}
nav.locations .nav-tabs::-webkit-scrollbar-thumb:active {
	background: #1e2f56;
}
nav.locations .nav-tabs::-webkit-scrollbar-track {
	background: #fff;
	border: 0px none #ffffff;
	opacity: 0;
}
nav.locations .nav-tabs::-webkit-scrollbar-track:hover {
	background: #FFF;
}
nav.locations .nav-tabs::-webkit-scrollbar-track:active {
	background: #FFF;
}
nav.locations .nav-tabs::-webkit-scrollbar-corner {
	border-radius: 9px;
	background: transparent;
}


/* WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
  }
  
  ::-webkit-scrollbar-track {
	background: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
	background-color: #1e2e57;
	border-radius: 4px;
	border: 1px solid #1e2e57;
  }
  
  /* Firefox */
  * {
	scrollbar-width: thin;
	scrollbar-color: #1e2e57 transparent;
  }
  
  .team-list .social{
	display: flex;
	flex-direction: row;
	gap: 10px;
  }
  .team-list .social a{
    display: flex !important;
    font-size: 16px;
  }
  .team-list .social a span{
	
  }
  
  
  
  @media (max-width: 767.98px) {
    .nav-pills-desktop {
        display: none !important;
    }
    .nav-select-mobile {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .nav-pills-desktop {
        display: flex !important;
    }
    .nav-select-mobile {
        display: none !important;
    }
}

.nav-select-mobile select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}

input[type="file"]::file-selector-button {
	background-color: #1d2e57 !important;
	color: #fff !important;
  }
  
  
  .btn-outline-primary {
    --bs-btn-color: #233258;
    --bs-btn-border-color: #233258;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #233258;
    --bs-btn-hover-border-color: #233258;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #233258;
    --bs-btn-active-border-color: #233258;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #233258;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #233258;
    --bs-gradient: none;
}