.header-logo {
  display: flex;
  align-items: center;
}

.logo-img {
  border-radius: 6px;
}

.logo-text {
  margin-left: 10px;
  padding: 8px 14px;
  background-color: #e0cb85; /* color block */
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 6px;
  line-height: 1;
  text-transform: uppercase;
}
html, body, .body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (min-width: 1460px) {
    .container {
        max-width: 1420px !important;
    }
}

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;
}

@font-face {
    font-family: "CustomFont1";
    src: url("../../css/fonts/demos/accounting-2/font-1.woff") format("woff"), url("../../css/fonts/demos/accounting-2/font-1.ttf") format("ttf"), url("../../css/fonts/demos/accounting-2/font-1.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

[class*='custom-font-icon-']:before {
    display: inline-block;
    font-family: 'CustomFont1';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-font-icon-1:before {
    content: '\0041';
}

.custom-font-icon-2:before {
    content: '\0042';
}

.custom-font-icon-3:before {
    content: '\0043';
}

.custom-font-icon-4:before {
    content: '\0044';
}

.bg-custom-color-1 {
    background-color: #f2f5f1;
}

.custom-text-color-2 {
    color: #f8e095;
}

.custom-border-radius-1 {
    border-radius: var(--border-radius2x) !important;
}

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;
}

.custom-avatar-1 {
    display: inline-flex;
    overflow: hidden;
    border-radius: 24px;
    transform: translate3d(0, 25%, 0) !important;
}

.custom-avatar-1 img {
    max-width: 85px;
    width: 85px;
    height: 70px;
}

.btn {
    font-family: "Lexend", sans-serif !important;
    padding: 16px 35.2px;
    padding: 1rem 2.2rem;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Custom Position */
.custom-pos-1 {
    bottom: 13%;
    right: -3%;
}

.custom-pos-2 {
    top: 1%;
    right: -20%;
}

@media (min-width: 1000px) {
    .custom-pos-2 {
        right: -10%;
    }
}

@media (min-width: 1400px) {
    .custom-pos-2 {
        right: 11%;
    }
}

.custom-pos-3 {
    bottom: 12%;
    left: -5%;
}

/* Custom Elements */
.custom-el-1 {
    margin-top: -374px;
    position: relative;
    min-height: 570px;
}

.custom-el-1:before {
    content: ' ';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 80px 0 0;
}

.custom-el-2 {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
}

.custom-el-3 {
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
    margin-left: -40px;
    margin-top: -15px;
}

.custom-el-4 {
    display: inline-block;
    margin: -24px 50px -24px -32px;
    position: relative;
}

.custom-el-4:after {
    content: ' ';
    display: block;
    width: 390px;
    height: 280px;
    position: absolute;
    top: -75px;
    left: -55px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 30px solid #FFF;
    z-index: 11;
}

.custom-el-5 {
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #FFF;
    border-radius: 100%;
    margin: 10%;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.custom-el-5:before {
    content: ' ';
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: -6%;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    z-index: 1;
}

.custom-el-5-1 {
    height: 100%;
    aspect-ratio: 1 / 1;
    opacity: 0.8;
    background-color: #FFF;
    border: 70px solid #000;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}

.custom-el-5-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.custom-el-6 {
    width: 75px;
    height: 75px;
}

.custom-el-7 {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 100%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 1000;
}

.custom-el-7 i {
    font-size: 40px;
    position: relative;
    top: 17px;
}

.custom-el-8 {
    position: absolute;
    right: 8%;
    top: 15%;
}

.custom-el-8 i:nth-child(1) {
    font-size: 40px;
    opacity: 0.3;
}

.custom-el-8 i:nth-child(2) {
    font-size: 60px;
    position: relative;
    top: 40px;
    left: 5px;
}

.custom-el-8 i:nth-child(3) {
    font-size: 80px;
    position: relative;
    top: 100px;
    filter: blur(5px);
}

.custom-el-9 {
    position: relative;
    display: block;
    padding: 30px 0;
}

.custom-el-9 strong:nth-child(1) {
    opacity: 0.07;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    text-align: center;
    font-size: clamp(28px, -53.3333333333px + 0.1694444444 * 100vw, 150px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-el-9 strong:nth-child(2) {
    font-size: clamp(28px, 4px + 0.05 * 100vw, 64px);
    padding-top: 20px;
    display: block;
}

.custom-el-10 {
    min-height: 680px;
    background-position-x: right !important;
    background-repeat: no-repeat !important;
}

@media (min-width: 992px) {
    .custom-el-11 {
        margin: -110px 0;
    }
}

.custom-el-12 {
    min-height: 480px;
    background-position-x: right !important;
    background-repeat: no-repeat !important;
}

/* Custom Gallery */
.custom-gallery-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.custom-gallery-1 > div {
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    transition: flex 0.5s;
    height: 415px;
    position: relative;
}

.custom-gallery-1 > div img {
    height: 414px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-gallery-1 > div:hover {
    flex: 3;
}

.sticky-header-active #header .header-body {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9) !important;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search {
    z-index: 100;
}

@media (min-width: 992px) {
    #header .dropdown-menu {
        transition: all 300ms;
        border: 1px solid var(--grey-200);
        border-radius: var(--border-radius2x) !important;
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
        font-size: 1.05em;
        padding: 0 .2rem;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
        padding: 0 .5rem;
    }
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a span {
        display: inline-block;
        border-radius: 16px;
        padding: 10px 20px;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active span {
        background-color: #f2f5f1;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) a span {
        padding-right: 35px;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) a.dropdown-toggle:after {
        margin-left: -30px;
    }
    #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;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover.dropdown:not(.dropdown-mega) .dropdown-menu {
        opacity: 1;
        transform: translate3d(-5px, -10px, 0) !important;
    }
}

.custom-card-glass-1 {
    background-color: rgba(255, 255, 255, 0.9);
}

.custom-card-1 .custom-card-1-curves {
    position: absolute;
    transform: translate3d(-65%, -65%, 0) !important;
}

.custom-feather-shadow {
    mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}

@media (max-width: 991px) {
    .custom-owl-carousel-1 .owl-nav {
        display: none !important;
    }
}

.featured-icon.custom-featured-icon-style-1 {
    width: 115px;
    height: 115px;
    border-radius: 100% !important;
}

.custom-font-size-1 {
    font-size: 0.6em;
}

@media (min-width: 1200px) {
    .custom-big-font-size-1 {
        font-size: 6.9rem !important;
    }
}

@media (min-width: 1600px) {
    .custom-big-font-size-1 {
        font-size: 8.5rem !important;
    }
}

.custom-blockquote-style-1 {
    border-left-width: 12px;
    border-left-color: #f3f3f3;
}

.custom-bg-color-grey-1 {
    background-color: #5a6267;
}

.custom-border-color-grey-1 {
    border-color: #404040 !important;
}

@media (max-width: 991px) {
    .custom-ws-mobile-wrap {
        white-space: normal !important;
    }
}

.custom-box-shadow-1 {
    box-shadow: 0 0px 40px 0px rgba(187, 187, 187, 0.3);
}

/*
* Text Background
*/
@media (min-width: 992px) {
    .custom-text-background {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 20% 30%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (max-width: 991px) {
    .custom-text-background {
        background-image: none !important;
    }
}

/*
* Text Highlight
*/
.custom-highlight-text-1 {
    position: relative;
}

.custom-highlight-text-1:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 7px solid #d20d0d;
    opacity: 0.2;
    z-index: 0;
}

/*
* Buttons
*/
.custom-btn-style-1 {
    position: relative;
    transition: ease transform 300ms;
}

.custom-btn-style-1 > span {
    position: relative;
    z-index: 1;
}

.custom-btn-style-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0.7;
    border-radius: inherit;
    transform: translate3d(5px, 5px, 0);
    transition: ease transform 300ms;
    z-index: 0;
}

.custom-btn-style-1:hover {
    transform: translate3d(2.5px, 2.5px, 0);
}

.custom-btn-style-1:hover:before {
    transform: translate3d(0, 0, 0);
}

/*
* Crooked Line
*/
.custom-crooked-line {
    display: inline-block;
    width: 77px;
    overflow: hidden;
}

/*
* Custom Link Effects
*/
@keyframes crookedLineAnim {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-48%, 0, 0);
    }
}

.custom-link-hover-effects .custom-view-more svg {
    transition: ease transform 300ms;
}

.custom-link-hover-effects:hover .custom-crooked-line svg {
    animation-name: crookedLineAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.custom-link-hover-effects:hover .custom-view-more svg {
    transform: translate3d(7px, 0, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1 {
    transform: translate3d(2.5px, 2.5px, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1:before {
    transform: translate3d(0, 0, 0);
}

/*
* Header
*/
.custom-header-top-nav-background {
    position: relative;
}

.custom-header-top-nav-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: var(--grey-500);
    transform: skewX(-25deg);
    z-index: 1;
}

.custom-header-top-nav-background:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 100vw;
    height: 100%;
    background: var(--grey-500);
    transform: skewX(-25deg);
    z-index: 0;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 0px 1.2rem !important;
        font-size: 16px;
    }
}

/*
* Carousel
*/
.custom-carousel-box-shadow-1 {
    position: relative;
}

.custom-carousel-box-shadow-1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 0px;
    box-shadow: 0 40px 40px 120px rgba(0, 0, 0, 0.03);
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}

.custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
    margin-top: 30px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot > span,
.custom-dots-style-2 .owl-dots .owl-dot > span {
    background: #9e9e9e !important;
    transition: ease all 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span,
.custom-dots-style-2 .owl-dots .owl-dot.active > span {
    background: #3e3e3e !important;
    width: 18px;
}

@media (max-width: 991px) {
    .custom-dots-style-2 .owl-dots {
        transform: translate3d(0, -50px, 0);
    }
}

.custom-carousel-vertical-center-items .owl-stage {
    display: flex;
    align-items: center;
}

.custom-nav-style-1 .owl-nav {
    left: 50%;
    width: 105%;
    transform: translate3d(-50%, -50%, 0);
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 0.4;
}

/*
* Tabs
*/
.custom-tabs-style-1 .nav-tabs {
    border-bottom: 1px solid #f1f1f1 !important;
    margin-bottom: 35px !important;
}

.custom-tabs-style-1 .nav-tabs > li {
    margin-bottom: 0 !important;
}

.custom-tabs-style-1 .nav-tabs > li .nav-link {
    border-bottom-width: 1px !important;
}

.custom-tabs-style-1 .nav-tabs > li .nav-link.active {
    border-bottom-width: 2px !important;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
    border: 1px solid transparent !important;
    transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: #f4f4f4;
    transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header + .collapse.show,
.custom-accordion-style-1 > .card .card-header + .collapsing {
    border: 1px solid #efefef;
    border-top: 0;
}

.custom-accordion-style-1 > .card + .card {
    margin-top: 17px;
}

/*
* Read More
*/
.custom-read-more-style-1 .readmore-overlay {
    background: linear-gradient(rgba(2, 0, 36, 0) 0%, white 60%) !important;
}

/*
* Blog Post Date
*/
.custom-date-style-1 {
    position: relative;
    transition: ease transform 300ms;
}

.custom-date-style-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0.7;
    transform: translate3d(5px, 5px, 0);
    transition: ease transform 300ms;
    z-index: 0;
}

/*
* Footer
*/
#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
    color: #999;
}

#footer .footer-copyright p {
    color: #999;
}

/* Skin */
/*
* Text Highlight
*/
.custom-highlight-text-1:before {
    border-bottom-color: var(--primary);
}

/*
* Header
*/
.custom-header-top-nav-background {
    position: relative;
}

.custom-header-top-nav-background:before {
    background: var(--primary);
}

.custom-header-top-nav-background:after {
    background: var(--primary--300);
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
    background-color: var(--primary);
    color: var(--primary-inverse) !important;
}

.custom-accordion-style-1 > .card:hover .card-header a.collapsed {
    color: var(--primary) !important;
}

