﻿/*! 
 * * Theme Name: Larapress
 * * Theme URI: none
 * * Description: Larapress is a custom wordpress theme.
 * * Author: Fast Eddy
 * * Author URI:
 * * Version: 1.0
 * * License: GNU General Public License v2
 * * License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 * */

.btn-close {
    filter: invert(1)
}

.gap-y-3 {
    gap: 25px 0
}

.fs-1-ultra {
    font-size: 60px !important;
    line-height: 1.25
}

@media(max-width: 991px) {
    .fs-1-ultra {
        font-size: 30px !important
    }
}

.fs-1,
.page-template-default .page-header h1 span,
.page-template-default .page-header h1 {
    font-size: 60px !important;
    line-height: 1.25
}

@media(max-width: 991px) {

    .fs-1,
    .page-template-default .page-header h1 span,
    .page-template-default .page-header h1 {
        font-size: 32px !important
    }
}

.fs-2,
.page-template-default .fl-builder-content .fl-row h2.fl-heading {
    font-size: 36px !important;
    line-height: 1.33
}

@media(max-width: 991px) {

    .fs-2,
    .page-template-default .fl-builder-content .fl-row h2.fl-heading {
        font-size: 28px !important
    }
}

.fs-3,
.page-template-default .fl-builder-content .fl-row h3.fl-heading {
    font-size: 36px !important;
    line-height: 1.33
}

@media(max-width: 991px) {

    .fs-3,
    .page-template-default .fl-builder-content .fl-row h3.fl-heading {
        font-size: 24px !important
    }
}

.fs-4,
.page-template-default .fl-builder-content .fl-row h4.fl-heading {
    font-size: 24px !important;
    line-height: 1.2
}

@media(max-width: 991px) {

    .fs-4,
    .page-template-default .fl-builder-content .fl-row h4.fl-heading {
        font-size: 22px !important
    }
}

.fs-5,
.page-template-default .page-header p {
    font-size: 20px !important;
    line-height: 1.81
}

@media(max-width: 991px) {

    .fs-5,
    .page-template-default .page-header p {
        font-size: 18px !important
    }
}

.fs-6,
p,
ul,
ol {
    font-size: 16px !important
}

@media(max-width: 991px) {

    .fs-6,
    p,
    ul,
    ol {
        font-size: 16px !important
    }
}

.fs-7 {
    font-size: 16px !important
}

@media(max-width: 991px) {
    .fs-7 {
        font-size: 14px !important
    }
}

.text-primary {
    color: var(--primary-color) !important
}

.text-secondary,
.page-template-default .page-header h1 span,
.page-template-default .page-header h1 {
    color: var(--secondary-color) !important
}

.text-red {
    color: var(--red) !important
}

.text-green {
    color: var(--green) !important
}

.text-dark {
    color: #d1d1d1
}

.text-gray {
    color: #828e9d !important
}

.bordered {
    border: solid 1px #d3d3d3
}

.border-top {
    border-top: solid 1px #d3d3d3 !important
}

.rounded-10 {
    border-radius: 10px
}

.mulish {
    font-family: "Mulish", sans-serif
}

.flex-1 {
    flex: 1
}

.letter-15 {
    letter-spacing: 3px
}

.bg-primary {
    background-color: var(--primary-color) !important
}

.bg-secondary {
    background-color: var(--secondary-color) !important
}

.bg-gray {
    background-color: #ecf2f4 !important
}

.rounded {
    border-radius: 20px !important
}

.form-control {
    border-radius: 0;
    min-height: 48px;
    border: solid 1px #fff;
    box-shadow: none !important;
    outline: none !important;
    transition: .3s ease-out
}

.form-control:hover,
.form-control:focus {
    border-color: var(--primary-color)
}

.form-select:focus,
.form-select:hover {
    box-shadow: 0 0 0 .25rem var(--primary-color) !important;
    outline: var(--primary-color);
    border-color: var(--primary-color)
}

.btn,
.page-template-default .page-header .fl-button .fl-button-text,
.page-template-default .fl-button .fl-button-text,
.nav-btn>a {
    border: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    border-radius: 0;
    padding: 19px 45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: fit-content;
    outline: 0 !important;
    box-shadow: none !important;
    white-space: nowrap;
    transition: .2s ease-in-out
}

.btn.btn-rounded,
.page-template-default .fl-button .btn-rounded.fl-button-text,
.nav-btn>a.btn-rounded {
    border-radius: 25px
}

.btn::before,
.page-template-default .page-header .fl-button .fl-button-text::before,
.page-template-default .fl-button .fl-button-text::before,
.nav-btn>a::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 120%;
    height: 120%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.1);
    transition: .2s ease-in-out;
    z-index: -1
}

.btn:hover,
.page-template-default .fl-button .fl-button-text:hover,
.nav-btn>a:hover {
    background: rgba(0, 0, 0, 0)
}

.btn:hover::before,
.page-template-default .fl-button .fl-button-text:hover::before,
.nav-btn>a:hover::before {
    opacity: 1;
    transform: none
}

.btn.btn-primary,
.page-template-default .page-header .fl-button .btn-primary.fl-button-text,
.page-template-default .fl-button .fl-button-text,
.nav-btn>a.btn-primary {
    background: var(--primary-color);
    color: #fff
}

.btn.btn-primary span,
.page-template-default .page-header .fl-button .btn-primary.fl-button-text span,
.page-template-default .fl-button .fl-button-text span,
.nav-btn>a.btn-primary span {
    background: var(--secondary-color);
    color: var(--primary-color)
}

.btn.btn-primary::before,
.page-template-default .page-header .fl-button .btn-primary.fl-button-text::before,
.page-template-default .fl-button .fl-button-text::before,
.nav-btn>a.btn-primary::before {
    background: var(--primary-colorAlt)
}

.btn.btn-secondary,
.page-template-default .fl-button .btn-secondary.fl-button-text,
.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button .fl-button-text,
.page-template-default .page-header .fl-button .fl-button-text,
.nav-btn>a {
    background: var(--secondary-color);
    color: #fff
}

.btn.btn-secondary span,
.page-template-default .fl-button .btn-secondary.fl-button-text span,
.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button .fl-button-text span,
.page-template-default .page-header .fl-button .fl-button-text span,
.nav-btn>a span {
    background: var(--primary-color);
    color: var(--secondary-color)
}

.btn.btn-secondary::before,
.page-template-default .fl-button .btn-secondary.fl-button-text::before,
.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button .fl-button-text::before,
.page-template-default .page-header .fl-button .fl-button-text::before,
.nav-btn>a::before {
    background: var(--secondary-colorAlt)
}

.btn.btn-black,
.page-template-default .fl-button .btn-black.fl-button-text,
.nav-btn>a.btn-black {
    background: #151a21;
    color: #fff
}

.btn.btn-black::before,
.page-template-default .fl-button .btn-black.fl-button-text::before,
.nav-btn>a.btn-black::before {
    background: var(--primary-color)
}

.btn.btn-black:hover,
.page-template-default .fl-button .btn-black.fl-button-text:hover,
.nav-btn>a.btn-black:hover {
    background: var(--primary-color)
}

.btn.btn-white-secondary,
.page-template-default .fl-button .btn-white-secondary.fl-button-text,
.nav-btn>a.btn-white-secondary {
    background: #fff;
    color: var(--primary-color)
}

.btn.btn-white-secondary--black,
.page-template-default .fl-button .btn-white-secondary--black.fl-button-text,
.nav-btn>a.btn-white-secondary--black {
    color: #000
}

.btn.btn-white-secondary--black:hover,
.page-template-default .fl-button .btn-white-secondary--black.fl-button-text:hover,
.nav-btn>a.btn-white-secondary--black:hover {
    color: #fff
}

.btn.btn-white-secondary::before,
.page-template-default .fl-button .btn-white-secondary.fl-button-text::before,
.nav-btn>a.btn-white-secondary::before {
    background: var(--secondary-color)
}

.btn.btn-white-secondary:hover,
.page-template-default .fl-button .btn-white-secondary.fl-button-text:hover,
.nav-btn>a.btn-white-secondary:hover {
    color: #fff
}

.main-header {
    position: relative;
    z-index: 100
}

@media(max-width: 991px) {
    .main-header .container-fluid {
        position: static
    }
}

.main-header__usps {
    border-bottom: solid 1px #eee
}

.main-header__usps .col-lg {
    text-align: center
}

.main-header__usps .col-lg:first-child {
    text-align: left
}

.main-header__usps .col-lg:last-child {
    text-align: right
}

.main-header__nav {
    background: var(--primary-color)
}

.main-header__search .search__input {
    background: #f8f8f8;
    position: relative
}

.main-header__search .search__input .form-control {
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2;
    padding-left: 45px
}

.main-header__search .search__input i {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: fit-content;
    line-height: 1;
    margin: auto;
    z-index: 1
}

.main-header .navbar-nav {
    gap: 30px
}

@media(max-width: 991px) {
    .main-header .navbar-nav {
        gap: 0
    }
}

.main-header .navbar-nav:hover .nav-link {
    opacity: .6
}

.main-header .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--alter-primary-color);
    transition: .3s ease-out
}

@media(max-width: 991px) {
    .main-header .navbar-nav .nav-link {
        color: var(--text-color)
    }
}

.main-header .navbar-nav .nav-link:hover {
    opacity: 1
}

.main-header .navbar-toggler {
    width: 35.5px;
    height: 30px;
    position: relative;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important
}

.main-header .navbar-toggler span {
    position: absolute;
    background: var(--primary-color);
    width: 17px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center center;
    transition: .3s ease-out
}

.main-header .navbar-toggler span:nth-child(1) {
    transform: translateY(-6px)
}

.main-header .navbar-toggler span:nth-child(3) {
    transform: translateY(6px)
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: rotate(-45deg)
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(45deg)
}

.main-header .navbar-brand img {
    height: 40px;
    width: auto
}

@media(max-width: 991px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
        padding: 10px 15px;
        background: #fff;
        text-align: left
    }
}

.main-header .social--link {
    font-size: 38px
}

@media(max-width: 767px) {
    .main-header .social--link {
        font-size: 24px
    }
}

.main-footer {
    position: relative;
    z-index: 1;
    padding: 0;
    border-top: solid 1px rgba(255, 255, 255, .1);
    color: #828e9d;
    font-size: 16px
}

.main-footer__bottom {
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, .1)
}

.main-footer__bottom img {
    width: 260px
}

.main-footer__bottom a:hover {
    color: var(--secondary-color)
}

.main-footer figure {
    margin: 0 0 25px
}

.main-footer h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px
}

.main-footer .social a {
    background: #fff;
    color: var(--primary-color);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.main-footer .social-links {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0
}

.main-footer .social-links a {
    color: var(--primary-color)
}

.main-footer p {
    color: inherit
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px
}

.main-footer ul a {
    color: #828e9d;
    text-decoration: none;
    transition: .3s ease-out
}

.main-footer ul a:hover {
    color: var(--alter-primary-color)
}

:root {
    --green: #10C100;
    --red: #D10000
}

::selection {
    color: var(--alter-primary-color);
    background: var(--primary-color)
}

.bg-primary *::selection {
    color: var(--alter-secondary-color);
    background: var(--secondary-color)
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6
}

.mainWrapper {
    max-width: 100vw
}

.mainWrapper>div:first-child:not(.section) {
    padding-top: 80px
}

@media(max-width: 991px) {
    .mainWrapper>div:first-child:not(.section) {
        padding-top: 50px
    }
}

.mainWrapper>div:last-child:not(.section) {
    padding-bottom: 80px
}

@media(max-width: 991px) {
    .mainWrapper>div:last-child:not(.section) {
        padding-bottom: 50px
    }
}

.mainWrapper>p {
    display: none !important
}

img {
    max-width: 100%
}

img.abs-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 992px) {
    .container-fluid {
        padding: 0 50px
    }
}

@media(min-width: 1400px) {
    .container-fluid {
        padding: 0 100px
    }
}

.container-fluid .container-fluid,
.container-fluid .container {
    padding: 0;
    max-width: 100%
}

.container-fluid--full {
    padding: 0 12px
}

.container .container-fluid,
.container .container {
    padding: 0;
    max-width: 100%
}

.decoration-none {
    text-decoration: none
}

.upper-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.upper-title::before {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: var(--secondary-color);
    opacity: .5;
    margin-right: 10px
}

.product-item figure {
    position: relative;
    padding-bottom: 100%;
    border: solid 1px #ebebeb
}

.product-item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-item:hover .btn,
.product-item:hover .page-template-default .fl-button .fl-button-text,
.page-template-default .fl-button .product-item:hover .fl-button-text,
.product-item:hover .nav-btn>a {
    opacity: 1
}

.product-item .btn,
.product-item .page-template-default .fl-button .fl-button-text,
.page-template-default .fl-button .product-item .fl-button-text,
.product-item .nav-btn>a {
    opacity: 0;
    transition: .3s ease-out
}

.product-item a {
    text-decoration: none;
    color: inherit
}

.lpss-breadcrumb ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.lpss-breadcrumb ul li.separator {
    padding: 0 6px
}

.lpss-breadcrumb ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 500
}

.sidebar .widget.widget-filter ul {
    list-style-type: none;
    padding: 0
}

.sidebar .widget.widget-filter ul a {
    color: #000;
    text-decoration: none
}

.sidebar .widget.widget-filter .ui-slider {
    width: 100%;
    height: 5px;
    background: #ebebeb;
    position: relative
}

.sidebar .widget.widget-filter .ui-slider .ui-slider-range {
    background: var(--primary-color);
    height: 100%;
    position: absolute
}

.sidebar .widget.widget-filter .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-33.3333%) translateX(-50%);
    background: var(--primary-color)
}

.sidebar .widget.widget-filter .ui-slider span.ui-slider-handle {
    transition: outline .3s ease-out
}

.sidebar .widget.widget-filter .ui-slider span.ui-slider-handle:hover,
.sidebar .widget.widget-filter .ui-slider span.ui-slider-handle:focus {
    outline: solid 4px rgba(0, 0, 0, .2)
}

.sidebar .widget.widget-filter .btn-submit {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    background: var(--primary-color);
    color: #fff
}

.sidebar .widget.widget-filter #amount {
    box-shadow: none !important;
    outline: none !important;
    font-weight: 500;
    font-size: 14px
}

.content-editor p:last-child {
    margin: 0
}

.team-member {
    border: solid 1px #d7d7d7;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1)
}

.testimonial {
    position: relative
}

.testimonial figure {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative
}

.testimonial figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 40px;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    box-shadow: 0 4px 60px rgba(0, 0, 0, .2)
}

.w-fit {
    width: fit-content
}

.section {
    padding: 100px 0;
    position: relative;
    z-index: 2
}

@media(max-width: 575px) {
    .section {
        padding: 40px 0
    }
}

.section.bg-primary .btn-secondary,
.section.bg-primary .page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button .fl-button-text,
.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button .section.bg-primary .fl-button-text,
.section.bg-primary .page-template-default .page-header .fl-button .fl-button-text,
.page-template-default .page-header .fl-button .section.bg-primary .fl-button-text,
.section.bg-primary .nav-btn>a {
    color: var(--primary-color)
}

.section--product-summary figure,
.section--brands figure {
    position: relative;
    border: solid 1px #ebebeb;
    padding-bottom: 100%
}

.section--product-summary figure img,
.section--brands figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain
}

.section--hero {
    padding: 240px 0 280px
}

@media(max-width: 991px) {
    .section--hero {
        padding: 80px 0
    }
}

@media(max-width: 575px) {
    .section--hero img {
        max-width: 120px;
        height: auto
    }
}

.section--banner .inner-content {
    padding: 280px 0 200px
}

@media(max-width: 991px) {
    .section--banner .inner-content {
        padding: 80px 0
    }
}

.section--projects .square,
.section--service-blocks .square {
    position: relative;
    padding-bottom: 100%;
    display: block
}

@media(max-width: 575px) {

    .section--projects .square,
    .section--service-blocks .square {
        padding-bottom: 50%
    }
}

.section--projects .square .badge,
.section--service-blocks .square .badge {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary-color);
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0
}

.section--projects .square .content,
.section--service-blocks .square .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 50px;
    text-decoration: none;
    color: #fff;
    transition: .3s ease-out
}

.section--projects .square.service .content,
.section--service-blocks .square.service .content {
    background: var(--secondary-color);
    border: solid 5px rgba(0, 0, 0, 0)
}

.section--projects .square.service .content:hover,
.section--service-blocks .square.service .content:hover {
    color: var(--primary-color);
    background: #fff;
    border-color: var(--secondary-color)
}

.section--projects .square.load-more .content,
.section--service-blocks .square.load-more .content {
    border: solid 5px var(--secondary-color);
    color: var(--secondary-color);
    text-transform: uppercase
}

.section--projects .square.load-more .content:hover,
.section--service-blocks .square.load-more .content:hover {
    background: var(--secondary-color);
    color: #fff
}

.section--content-image {
    position: relative
}

@media(min-width: 992px) {
    .section--content-image--full figure {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%
    }

    .section--content-image--full figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media(min-width: 992px) {
    .section--content-image--full .flex-row-reverse figure {
        right: 0;
        left: auto
    }
}

.section--blog .post h2 a {
    text-decoration: none;
    color: inherit
}

.section--bottom-banner {
    margin-bottom: -100px
}

.section--faq .accordion .accordion-item {
    border-radius: 0;
    border: solid 1px #c4c4c4
}

.section--faq .accordion .accordion-item .accordion-button {
    color: #282b38;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    box-shadow: none
}

.section--faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: var(--secondary-color);
    color: #fff;
    padding-bottom: 0
}

.section--faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    opacity: 0
}

.section--faq .accordion .accordion-item .accordion-collapse {
    background: var(--secondary-color);
    color: #fff
}

.section--faq .accordion .accordion-item .accordion-collapse p {
    font-size: 16px
}

.section--faq .accordion .accordion-item .accordion-collapse p:last-child {
    margin: 0
}

.section--faq .accordion .accordion-item+.accordion-item {
    margin-top: 20px
}

.section--white+.section--white {
    padding-top: 0
}

.section--gray+.section--gray {
    padding-top: 0
}

.star-dust {
    color: #fcbe48
}

.check-list,
.price-block ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.check-list li,
.price-block ul li {
    position: relative;
    padding-left: 40px
}

.check-list li::before,
.price-block ul li::before {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    background: var(--secondary-color);
    color: var(--primary-color);
    width: 26px;
    font-size: 14px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0
}

.uppercase {
    text-transform: uppercase
}

.nav-btn>a {
    padding: 8px 30px !important;
    font-weight: 700 !important;
    height: 60px
}

.home #ez-toc-container,
.home .ez-toc-section,
.home .ez-toc-section-end,
.home .rmp-wp-plugin {
    display: none !important
}

.flex-form .form-control {
    flex: 1
}

.flex-form .btn,
.flex-form .page-template-default .fl-button .fl-button-text,
.page-template-default .fl-button .flex-form .fl-button-text,
.flex-form .nav-btn>a {
    margin-left: 10px
}

.page-template-default .price-blocks h3.fl-heading {
    margin: 0 0 50px !important
}

.page-template-default .price-blocks .fl-node-content {
    margin: 0 !important
}

.page-template-default .fl-row-fixed-width {
    max-width: 100% !important
}

.page-template-default #ez-toc-container {
    display: block;
    background: #fff !important;
    padding: 25px 25px !important
}

.page-template-default #ez-toc-container .ez-toc-title {
    margin: 0 0 25px
}

.page-template-default #ez-toc-container .ez-toc-toggle {
    display: none !important
}

.page-template-default #ez-toc-container nav {
    display: block !important
}

.page-template-default #ez-toc-container nav>ul {
    display: block !important
}

.page-template-default .fl-button {
    text-decoration: none;
    display: block;
    width: fit-content;
    background: var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 0 !important;
    border: none !important
}

.page-template-default .fl-button .fl-button-text {
    background: var(--primary-color) !important
}

.page-template-default .fl-button .fl-button-text::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    background: var(--secondary-color);
    color: var(--primary-color);
    margin-left: 15px
}

.page-template-default .page-header {
    background-color: var(--primary-color);
    position: relative
}

.page-template-default .page-header * {
    text-align: left !important
}

.page-template-default .page-header .fl-row-content-wrap {
    background: rgba(0, 0, 0, 0) !important;
    padding: 50px 12.5px !important
}

@media(min-width: 992px) {
    .page-template-default .page-header .fl-row-content-wrap {
        padding: 90px 50px !important
    }
}

@media(min-width: 1400px) {
    .page-template-default .page-header .fl-row-content-wrap {
        padding: 130px 100px 90px !important
    }
}

.page-template-default .page-header .fl-module-content {
    margin: 0
}

.page-template-default .page-header .fl-col .fl-col:first-child {
    position: relative;
    z-index: 2;
    max-width: 50%
}

.page-template-default .page-header .fl-col .fl-col:first-child+.fl-col {
    position: static
}

.page-template-default .page-header .fl-photo,
.page-template-default .page-header .fl-photo-content {
    position: static
}

.page-template-default .page-header .fl-photo-img {
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
    object-fit: cover;
    z-index: 1
}

.page-template-default .page-header h1 {
    font-weight: 600;
    margin: 0 0 25px
}

.page-template-default .page-header h1 span {
    font-weight: 600;
    margin: 0 0 25px
}

.page-template-default .page-header p {
    color: #fff
}

.page-template-default .page-header p a {
    color: #fff
}

.page-template-default .page-header .fl-button {
    text-decoration: none;
    display: block;
    width: fit-content;
    background: var(--secondary-color) !important;
    border-radius: 30px
}

.page-template-default .page-header .fl-button .fl-button-text {
    background: var(--secondary-color) !important
}

.page-template-default .page-header .fl-button .fl-button-text::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    background: var(--primary-color);
    color: var(--secondary-color);
    margin-left: 15px
}

.page-template-default .fl-builder-content .fl-rich-text p a,
.page-template-default .fl-builder-content .fl-rich-text ul a,
.page-template-default .fl-builder-content .fl-rich-text ol a {
    font-weight: 600;
    color: inherit
}

.page-template-default .fl-builder-content .fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label {
    text-decoration: none;
    color: var(--primary-color)
}

.page-template-default .fl-builder-content .fl-tabs-horizontal .button {
    color: var(--primary-color);
    font-weight: 600
}

.page-template-default .fl-builder-content .fl-tabs-horizontal caption {
    margin-top: 30px !important
}

.page-template-default .fl-builder-content .fl-tabs-horizontal caption a {
    color: var(--primary-color);
    font-weight: 600
}

.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap {
    background: #fff !important;
    border: solid 1px #a3b5c1 !important;
    border-radius: 10px !important
}

.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button {
    width: calc(100% - 30px)
}

.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button .fl-button-text {
    width: 100%;
    background: var(--secondary-color) !important;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 58px
}

.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-button .fl-button-text::after {
    background: var(--primary-color);
    color: var(--secondary-color);
    position: absolute;
    top: 9px;
    right: 10px
}

.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-pricing-table-price {
    color: #000 !important;
    background: #faedcd !important
}

.page-template-default .fl-builder-content .fl-pricing-table-inner-wrap .fl-pricing-table-price span {
    color: #000 !important;
    background: #faedcd !important
}

.page-template-default .fl-builder-content .fl-row {
    border: solid 1px #a3b5c1;
    border-radius: 10px
}

.page-template-default .fl-builder-content .fl-row h2.fl-heading {
    font-weight: 600 !important
}

.page-template-default .fl-builder-content .fl-row h3.fl-heading {
    font-weight: 600 !important
}

.page-template-default .fl-builder-content .fl-row h4.fl-heading {
    font-weight: 600 !important
}

.page-template-default .fl-builder-content .fl-row+.fl-row {
    margin-top: 65px
}

/*# sourceMappingURL=style.css.map */

@media(min-width: 1310px) {
    .container {
        max-width: 1280px;
    }
}
.blog-post figure{
    background: #828e9d;
    margin: 0 0 10px;
}
.blog-post figure a{
    position: relative;
    display: block;
    padding: 0 0 65%;
}
.blog-post figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-post .blog-post__title a{
    text-decoration: none;
    color: var(--primary-color)
}
.blog-post__read-more{
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
}
@media(max-width: 991px) {
    .section {
        overflow: hidden;
    }
    .container{
        padding-left: 24px;
        padding-right: 24px;
    }
}
.section--page-header{
    background: var(--primary-color);
    position: relative;
}
.section--page-header .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
    z-index: 1;
}
.section--page-header .container{
    position: relative;
    z-index: 2;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0,0,0,.6);
}
.d-bread{
    gap: 10px;
}
.d-bread a{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}
.toc ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.toc ul a{
    text-decoration: none;
    color: var(--primary-color);
}
.author-box{
    border: solid 1px #ebebeb;
    padding: 15px 20px;
    border-radius: 20px;
}

.author-box .author-avatar{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.author-box .author-avatar img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#scrollToTop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #FFF;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .3);
    text-decoration: none;
}