/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.11.0
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/* Root */
:root {
    --primary-colorr: #175cff;
    --secondary-colorr: #ffc226;
}
ul {
    display: block;
    padding: 0;
    margin: 0;
}
p {
    font-weight: 400 !important;
    line-height: 25px;
}

/* Navigation */
.slider-wrapper {
    margin-top: 33%;
}
.header-main .nav > li > a {
    color: #292930;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: 0;
}
.nav-spacing-xlarge>li.active {border-bottom: 3px solid var(--secondary-colorr);}
.sticky-jump .stuck {background-color: #fff;}
.mt-primary-btn {
    background-color: var(--secondary-colorr);
    color: #292930;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 14.5px 30px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mt-primary-btn.primary-2:hover {color: #ffffff;}
.mt-primary-btn:before {
    content: "";
    background-color: var(--primary-colorr);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.mt-primary-btn:after {
    content: "";
    background-color: var(--primary-colorr);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.mt-primary-btn.primary-2:after, .mt-primary-btn.primary-2:before {background-color: var(--primary-colorr);}
.mt-primary-btn:hover:before, .mt-primary-btn:hover:after {width: 100%;}
.header-right .mt-primary-btn {
    background-color: var(--primary-colorr);
    color: #fff;
}
.header-right .mt-primary-btn:after, .header-right .mt-primary-btn:before {background-color: var(--secondary-colorr);}
.header-right .mt-primary-btn:hover {color: #292930;}

/* About Section */
.pt-100 {padding-top: 50px !important;}
.pb-100 {padding-bottom: 50px !important;}
.sub-heading {
    width: auto;
    position: relative;
    color: var(--primary-colorr);
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 20px 5px 40px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #e6efff;
    font-family: "Rubik", sans-serif;
}
.section-heading.section-heading-white .sub-heading {background-color: #ffffff;}
.sub-heading::before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background-color: var(--secondary-colorr);
}
.section-title {
    font-size: 40px;
    line-height: 1.3;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
}
.about-section .section-title {margin-bottom: 15px;}

/* Breadcrum */
.page-header {
    background-image: url(/wp-content/uploads/2024/01/page-header-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -8px center;
    width: 100%;
    height: 645px;
    display: flex;
    align-items: center;
    position: relative;
}
.bg-grey {background-color: #f6f3fc;}
.container.custom-container {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}
.page-header .shapes .shape {
    position: absolute;
    top: 10%;
    left: 0;
}
.page-header .shapes .shape.shape-2 {
    left: auto;
    right: 80px;
}
.page-header .shapes .shape.shape-3 {
    top: auto;
    bottom: 10%;
    left: 5%;
}
.page-header-content {
    padding-top: 130px;
    padding-left: 125px;
}
.page-header-content .title {
    color: #292930;
    font-size: 50px;
    margin-bottom: 15px;
}
.page-header-content .sub-title {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.page-header-content .sub-title .inner-page {color: var(--primary-colorr);}

/* Footer */
.footer-section {border-top: 4px solid var(--primary-colorr);}
.footer-widget.widget-1 p {
    max-width: 470px;
    text-align: justify;
}
.footer-widget .widget-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}
.footer-widget .address-list {
    list-style: none;
    margin-bottom: 30px;
}
.footer-widget .address-list li {
    font-size: 16px;
    display: flex;
    font-weight: 400;
    column-gap: 10px;
    margin-left: 0 !important;
}
.footer-widget .address-list li:not(:last-of-type) {margin-bottom: 15px;}
.footer-widget .address-list li i {
    color: var(--secondary-colorr);
    line-height: 1;
    margin-top: 6px;
}
.footer-widget .address-list li:nth-child(2) i {color: var(--primary-colorr);}
.footer-widget .address-list li:nth-child(3) i {color: #ff8c91;}
.absolute-footer.dark, .footer-widget p, .footer-widget .widget-header, .footer-widget .address-list li, .footer-widget .address-list li a, .footer-widget .footer-list li a, .widget-title {color: #ffffff;}
.footer-widget .social-list {
    display: flex;
    align-items: center;
    list-style: none;
}
.footer-widget .social-list li {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.footer-widget .social-list li:not(:last-of-type) {margin-right: 10px;}
.footer-widget .social-list li a {
    color: var(--secondary-colorr);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #4c4c53;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-widget .social-list li.pinterest a {color: var(--primary-colorr);}
.footer-widget .social-list li.twitter a {color: #ff8c91;}
.footer-widget .social-list li.instagram a {color: #d1efa7;}
.footer-widget .footer-list {list-style: none;}
.footer-widget .footer-list li {margin-left: 0 !important;}
.footer-widget .footer-list li:not(:last-of-type) {margin-bottom: 20px;}
.footer-widget .footer-list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.absolute-footer {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}
.widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.th-payments-widget a span {
    font-size: 14px;
    color: var(--primary-colorr);
    background: #fff;
    display: inline-block;
    margin: 0 8px 14px 0;
    padding: 6px 8px;
    border-radius: 1px;
    border: 1px solid #ffffff;
}

@media (min-width: 992px) {
    /* Navigation */
    .header {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .header-bg-color {background-color: transparent;}
    .header .header-main {
        max-width: 1420px;
        width: 100%;
        height: 131px;
        margin: 0 auto;
        padding: 0 50px;
        border-radius: 0 0 15px 15px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .header .container {max-width: 100%;}
    .nav-spacing-xlarge>li {margin: 0 25px;}

    /* About Section */
    .pt-100 {padding-top: 100px !important;}
    .pb-100 {padding-bottom: 100px !important;}
    .about-img .col-inner {
        padding-right: 15px;
        position: relative;
        z-index: 1;
    }
    .about-img:before {
        background-color: #edebf9;
        content: "";
        height: 1px;
        width: 3000px;
        position: absolute;
        left: 0;
        top: 0.5px;
        z-index: -1;
    }

    /* Footer */
    .footer-widget.widget-1 p {
        max-width: 470px;
        text-align: justify;
    }
    .absolute-footer {padding: 20px 0;}
}

@media (max-width: 1700px) {
    /* Breadcrum */
    .page-header {
        background-position: -150px center;
    }
}

@media (max-width: 991px) {
    /* Breadcrum */
    .page-header {
        background-position: 0 center;
        height: auto;
        padding: 100px 0;
        background-image: inherit !important;
    }
    .page-header-content {
        padding-top: 0;
        padding-left: 80px;
    }
}

@media (max-width: 767px) {
    /* About Section */
    .sub-heading {font-size: 16px;}
    .section-title {font-size: 32px;}

    /* Breadcrum */
    .page-header-content .title {font-size: 30px;}
}