
:root {
    --heading-color: #0a165e;
    --body-color: #585b6f;
    --accent-color: #0073E6;
    --white-color: #fff;
    --light-color1: #e3e3ec;
    --light-color2: #ced0df;
    --dark-bg: #040d43;
    --dark-bg2: #1e2656;
    --dark-bg3: #0a165e;
    --white-bg: #fff;
    --accent-bg: #0073E6;
    --light-bg1: #f5f6f7;
    --light-bg2: #e2e3ec;
    --light-bg3: #eef1ff;

    --fs-xl-20: 20px;
    --fs-xl-lineheight: 32px;
    --fs-lg-18: 18px;
    --fs-lg-lineheight: 28px;
    --fs-md-16: 16px;
    --fs-md-lineheight: 24px;
    --fs-xs-14: 14px;
    --fs-xs-lineheight: 22px;
    --fs-xss-12: 12px;
    --fs-xss-lineheight: 20px
}


.ui-menu[uiButton] {
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    overflow-y: auto;
    position: fixed;
    transition: .3s;
    width: 80%;
    z-index: 999
}

.ui-menu.active[uiButton] {
    left: 0
}

@media (min-width: 992px) {
    .ui-menu[uiButton] {
        display: none
    }
}

.ui-menu-head[uiButton] {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: flex-end
}

.ui-menu-head button[uiButton] {
    border-left: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    font-size: 25px;
    height: 50px;
    width: 50px
}

.ui-menu-main li[uiButton] {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ui-menu-main li[uiButton]:last-child {
    border-bottom: none
}

.ui-menu-main li a[uiButton], .ui-menu-main li button[uiButton] {
    align-items: center;
    color: #000 !important;
    display: flex;
    font-weight: 500;
    height: 50px;
    justify-content: space-between;
    padding: 0 0 0 15px;
    width: 100%
}

.ui-menu-main li a i[uiButton], .ui-menu-main li button i[uiButton] {
    display: grid;
    height: 50px;
    place-items: center;
    width: 50px
}

.ui-children li[uiButton] {
    padding-left: 2rem
}

.ui-active[uiButton] {
    background-color: #f5f5f5
}

.ui-toast li {
    padding: 1rem !important
}

.site-navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
    position: relative
}

.brand-logo, .default-logo, .responsive-logo {
    margin-right: 35px;
    max-width: 180px;
    position: relative;
    transition: all .4s;
    margin-top:-14px;
}
.brand-logo{
    margin-left:10px;
}

@media (min-width: 576px) {
    .site-navbar {
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .site-navbar {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
}

.site-navbar .menu-block-wrapper {
    align-items: center;
    flex-grow: 1
}

@media (min-width: 992px) {
    .site-navbar .menu-block-wrapper {
        display: flex !important;
        flex-basis: auto
    }
}

.site-header--absolute {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.site-header--sticky:not(.mobile-sticky-enable) {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

@media (min-width: 992px) {
    .site-header--sticky:not(.mobile-sticky-enable) {
        transition: .4s
    }

    .site-header--sticky:not(.mobile-sticky-enable).scrolling {
        transform: translateY(-100%);
        transition: .4s
    }

    .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
        box-shadow: 0 12px 34px -11px rgba(65, 62, 101, .1);
        transform: translateY(0);
        z-index: 1000
    }
}

.site-header--sticky.mobile-sticky-enable {
    position: fixed !important;
    right: 0;
    top: 0;
    transition: .4s;
    width: 100%;
    z-index: 999
}

.site-header--sticky.mobile-sticky-enable.scrolling {
    transform: translateY(-100%);
    transition: .4s
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, .1);
    transform: translateY(0);
    z-index: 9999
}

.site-header--menu-center .container {
    position: relative
}

.site-header--menu-center .menu-block-wrapper {
    position: static
}

@media (min-width: 992px) {
    .site-header--menu-center .menu-block {
        margin-left: auto;
        margin-right: auto
    }

    .site-header--menu-left .container-fluid .sub-menu.megamenu {
        left: 0;
        transform: translateX(0) translateY(10px)
    }

    .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
        left: 0;
        margin-left: 20px;
        transform: translateX(0) translateY(-10px)
    }
}

.site-header--menu-left .menu-block .site-menu-main {
    justify-content: flex-start;
    padding-left: 15px
}

@media (min-width: 1200px) {
    .site-header--menu-left .menu-block {
        width: 100%
    }
}

.site-header--menu-right .menu-block-wrapper {
    position: static
}

.site-header--menu-right .menu-block {
    margin-left: auto;
    margin-right: 70px
}

@media (min-width: 992px) {
    .site-header > .container-fluid .sub-menu.megamenu {
        left: 50%;
        transform: translateX(-50%) translateY(10px)
    }

    .site-header > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
        left: 50%;
        transform: translateX(-50%) translateY(-10px)
    }
}

@media (min-width: 768px) {
    .container-fluid .site-navbar {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 992px) {
    .container-fluid .site-navbar {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media (min-width: 480px) {
    .header-btns {
        margin-right: 15px
    }
}

@media (min-width: 992px) {
    .header-btns {
        margin-right: 0
    }
}

.top-contact-menu-wraper .header-btn {
    order: 3
}

.top-contact-menu-wraper .mobile-menu-trigger {
    order: 4
}

@media (min-width: 992px) {
    .top-contact-menu-wraper .nav-link-item {
        color: #fff !important
    }

    .top-contact-menu-wraper .site-menu-main .nav-link-item {
        padding-bottom: 19px !important;
        padding-top: 19px !important
    }

    .top-contact-menu-wraper .navbar {
        flex-wrap: wrap;
        padding: 30px 0 0
    }

    .top-contact-menu-wraper .brand-logo {
        min-width: 50%;
        order: 1;
        padding-bottom: 30px
    }

    .top-contact-menu-wraper .header-btn {
        order: 4
    }

    .top-contact-menu-wraper .menu-block-wrapper {
        background: #1d263a;
        border-radius: 0 0 0 5px;
        min-width: calc(100% - 256px);
        order: 3
    }

    .top-contact-menu-wraper .top-contact-block {
        display: flex !important;
        justify-content: flex-end;
        min-width: 50%;
        order: 2;
        padding-bottom: 8px
    }

    .top-contact-menu-wraper .menu-block {
        margin-left: 0
    }
}

.top-contact-block ul {
    align-items: center;
    display: flex
}

.top-contact-block ul li {
    align-items: center;
    display: inline-flex
}

.top-contact-block span {
    background: rgba(29, 36, 58, .12);
    height: 30px;
    margin: 0 35px;
    width: 1px
}

.top-contact-block img {
    margin-right: 12px
}

.top-contact-block a {
    align-items: center;
    color: #1d263a;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px
}

@media (min-width: 992px) {
    .row-lg {
        display: flex
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

.site-menu-main {
    margin-bottom: 0;
    padding-left: 0
}

@media (min-width: 992px) {
    .site-menu-main {
        display: flex;
        margin-bottom: 0;
        padding-left: 0
    }
}

.site-menu-main li {
    list-style: none
}

.site-menu-main ul {
    list-style: none;
    margin-left: 0
}

.site-menu-main a {
    text-decoration: none
}

.navbar {
    padding-bottom: 0;
    padding-top: 0
}

@media (min-width: 992px) {
    .navbar {
        padding-bottom: 0;
        padding-top: 0
    }
}

.site-menu-main .nav-item {
    display: inherit
}

.site-menu-main .nav-link-item {
    color: var(--heading-color);
    font-weight: 500;
    letter-spacing: -.01em;
    position: relative
}

.light-color .site-menu-main .nav-link-item {
    color: var(--white-color)
}

.header2 .site-menu-main .nav-link-item {
    color: var(--heading-color2)
}

.header4 .site-menu-main .nav-link-item {
    color: var(--heading-color3)
}

.header5 .site-menu-main .nav-link-item {
    color: var(--light-color4)
}

@media (min-width: 992px) {
    .site-menu-main .nav-link-item {
        padding: 30px 15px !important
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .site-menu-main .nav-link-item {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.dark-mode-texts .nav-link-item {
    color: #fff
}

.site-menu-main .sub-menu {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
    left: 0;
    margin: 0;
    min-width: 240px;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    top: 90px;
    transform: translatey(20px);
    transition: .4s;
    visibility: hidden;
    z-index: 4
}

.site-menu-main .sub-menu.shape-none:before, .sub-menu.megamenu:before {
    content: none
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu .sub-menu {
        left: 100%;
        top: 0 !important
    }
}

.site-menu-main .sub-menu--item {
    font-weight: 500
}

@media (max-width: 992px) {
    .site-menu-main .sub-menu--item {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 10px;
        padding-top: 10px
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item {
        color: #0a165e
    }
}

.site-menu-main .sub-menu--item > a {
    color: inherit;
    color: #0a165e;
    font-weight: 400;
    padding: 4px 20px;
    position: relative
}

.site-menu-main .sub-menu--item > a .menu-item-text {
    position: relative;
    transition: all .3s ease
}

.site-menu-main .sub-menu--item > a .menu-item-text:after {
    background-color: #0a165e;
    bottom: 0;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 0
}

.site-menu-main .sub-menu--item > a:hover .menu-item-text:after {
    left: 0;
    right: auto;
    width: 100%
}

.active .site-menu-main .sub-menu--item > a .menu-item-text:after {
    bottom: -5px
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item > a {
        transition: .4s
    }

    .site-menu-main .sub-menu.megamenu {
        background-color: #fff
    }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
    max-height: 336px
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        border: 0
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        border: 1px solid #e7e9ed;
        border-radius: 8px;
        box-shadow: 0 42px 54px rgba(0, 0, 0, .09);
        left: 50%;
        min-width: 925px;
        opacity: 0;
        padding: 30px;
        pointer-events: none;
        top: 100%;
        transform: translateX(-50%) translateY(10px);
        visibility: hidden;
        will-change: transform;
        z-index: -99
    }
}

@media (min-width: 1200px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 1100px
    }
}

@media (min-width: 1366px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 900px
    }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    display: block;
    padding-bottom: 8px;
    padding-top: 8px
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    transition: .4s
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        border-top: 1px solid var(--border-color-3);
        color: var(--color-headings);
        padding-bottom: 13px;
        padding-left: 20px;
        padding-top: 13px
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        padding-left: 0;
        padding-right: 10px
    }

    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
        color: #ffc947 !important
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu [class*=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .site-menu-main .sub-menu.megamenu [class*=row-] {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    li.nav-item-has-children:not(.has-megamenu) {
        position: relative
    }

    li.nav-item-has-children:hover > .sub-menu {
        opacity: 1;
        pointer-events: visible;
        transform: translateY(0);
        visibility: visible;
        z-index: 99
    }
}

.site-menu-main > li .sub-menu > ul > li > a {
    color: #555;
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: color .3s ease
}

.site-menu-main > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%)
}

.mobile-menu-head, .mobile-menu-trigger {
    display: none
}

@media (max-width: 991px) {
    .site-header .mobile-menu-trigger {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 30px;
        justify-content: center;
        margin-left: 40px;
        width: 30px
    }

    .site-header .mobile-menu-trigger span {
        background-color: #13111a;
        display: block;
        height: 2px;
        position: relative;
        width: 24px
    }

    .reveal-header .mobile-menu-trigger span {
        background-color: #13111a !important
    }

    .site-header .mobile-menu-trigger span:after, .site-header .mobile-menu-trigger span:before {
        background-color: #13111a;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%
    }

    .reveal-header .mobile-menu-trigger span:after, .reveal-header .mobile-menu-trigger span:before {
        background-color: #13111a !important
    }

    .dark-mode-texts .mobile-menu-trigger span, .dark-mode-texts .mobile-menu-trigger span:after, .dark-mode-texts .mobile-menu-trigger span:before {
        background-color: #13111a
    }

    .site-header .mobile-menu-trigger span:before {
        top: -8px
    }

    .site-header .mobile-menu-trigger span:after {
        top: 8px
    }

    .site-header .item-right {
        align-items: center
    }

    .site-header .menu-block {
        background-color: #fff;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        transform: translate(-100%);
        transition: all .5s ease;
        width: 320px;
        z-index: 1099
    }

    .site-header .menu-block.active {
        transform: translate(0)
    }

    .site-menu-main > li {
        display: block;
        line-height: 1;
        margin: 0
    }

    .site-menu-main > li > a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 50px 0 15px
    }

    .site-menu-main > li > a i {
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        transform: rotate(-90deg);
        width: 50px
    }

    .site-header .menu-block .mobile-menu-head {
        align-items: center;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        display: flex;
        height: 50px;
        justify-content: space-between;
        position: relative;
        position: sticky;
        top: 0;
        z-index: 501
    }

    .site-header .menu-block .mobile-menu-head .go-back {
        border-right: 1px solid rgba(0, 0, 0, .1);
        color: #000;
        cursor: pointer;
        display: none;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px
    }

    .site-header .menu-block .mobile-menu-head.active .go-back {
        display: block
    }

    .site-header .menu-block .mobile-menu-head .current-menu-title {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        visibility: hidden
    }

    .site-header .menu-block .mobile-menu-head.active .current-menu-title {
        visibility: visible
    }

    .site-header .menu-block .mobile-menu-head .mobile-menu-close {
        border-left: 1px solid rgba(0, 0, 0, .1);
        color: #000;
        cursor: pointer;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px
    }

    .site-header .menu-block .site-menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .site-menu-main > li .sub-menu, .site-menu-main > li .sub-menu.mega-menu {
        box-shadow: none;
        display: none;
        height: 100%;
        left: 0;
        margin: 0;
        max-width: none;
        min-width: auto;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 50px 0 15px;
        position: absolute;
        top: 0;
        transform: translateX(0);
        visibility: visible;
        width: 100%
    }

    .site-menu-main > li .sub-menu.active, .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a, .site-menu-main > li .sub-menu > ul > li > a {
        display: block
    }

    .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px
    }

    .menu-overlay {
        background-color: rgba(0, 0, 0, .5);
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: all .5s ease;
        visibility: hidden;
        width: 100%;
        z-index: 1098
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 992px) {
    .has-megamenu ul {
        margin-left: auto
    }

    .site-menu-main a {
        align-items: center;
        display: flex
    }

    .site-menu-main i {
        font-size: 20px;
        margin-left: 2px
    }
}

@media (min-width: 1200px) {
    .site-header--menu-center .menu-block-wrapper {
        left: 50%;
        position: absolute !important;
        transform: translateX(-50%)
    }
}

.nav-item-has-children a {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize
}

.reveal-header {
    background: #0d152e !important
}

.reveal-header .btn, .reveal-header .btn:hover, .reveal-header .nav-link-item {
    color: #fff !important
}

.reveal-header .dark-version-logo {
    display: block !important
}

.reveal-header .light-version-logo {
    display: none !important
}

.light-version-logo {
    height: 31px;
    width: auto
}

@media (min-width: 992px) {
    .reveal-header li.nav-item-has-children:hover > .sub-menu {
        top: 100%
    }

    .reveal-header li.nav-item-has-children:hover > .megamenu {
        top: 112%
    }
}

.menu-block.active .nav-link-item {
    color: #000 !important
}

@media (min-width: 480px) {
    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

ul.site-menu-main .nav-item i {
    transition: all .4s ease-in-out
}

ul.site-menu-main .nav-item:hover i {
    transform: rotate(-180deg)
}

li.sub-menu--item.nav-item-has-children:hover i {
    transform: rotate(-180deg) !important
}

li.sub-menu--item.nav-item-has-children i {
    transform: rotate(-90deg) !important;
    transition: all .4s ease-in-out
}

.single-dropdown-block h3 {
    color: #000;
    display: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: normal;
    margin-bottom: 25px;
    opacity: .5;
    text-align: left;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .single-dropdown-block h3 {
        display: block
    }
}

.landing-2-menu .navbar {
    border-bottom: 1px solid rgba(29, 36, 58, .12)
}

.btn {
    align-items: center;
    border: 0;
    border-radius: 6px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    letter-spacing: -.53px;
    line-height: 28px;
    min-width: 130px;
    padding: 15px;
    transition: all .4s ease-in-out;
    z-index: 5
}

.btn, .log-in-btn {
    position: relative
}

.log-in-btn {
    background: #fd4c5c;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    margin-left: 30px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    transition: all .4s;
    width: 160px;
    z-index: 0
}

.log-in-btn:after {
    background: #0f1a54;
    content: "";
    height: 100%;
    left: -35%;
    position: absolute;
    top: 0;
    transform: skew(30deg);
    transform-origin: top left;
    transition: all .3s ease-in;
    transition-duration: .4s;
    width: 0;
    z-index: -1
}

a.log-in-btn:hover:after {
    height: 100%;
    width: 135%
}

.log-in-btn.red-btn {
    background-color: #fd4c5c;
    color: #fff
}

.log-in-btn.yellow-btn {
    background-color: #fbc21d;
    color: #0f1a54
}

.log-in-btn.yellow-btn:hover {
    background-color: #fff
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1296px
    }
}

*, :after, :before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

html {
    box-sizing: border-box;
    height: 100%
}

body {
    color: var(--body-color);
    font-family: Sora, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--white-bg);
    counter-reset: my-sec-counter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    vertical-align: baseline
}

hr {
    border: 0;
    border-top: 1px solid #e5e7e8;
    display: block;
    height: 1px;
    margin: 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    background: #ccc;
    color: #000;
    margin: .2em 0;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

::-moz-selection {
    background-color: #989ffd;
    color: #fff
}

::selection {
    background-color: #989ffd;
    color: #fff
}

[type=button]:active, [type=button]:focus, [type=button]:hover, [type=color]:active, [type=color]:focus, [type=color]:hover, [type=color]:invalid, [type=date]:active, [type=date]:focus, [type=date]:hover, [type=date]:invalid, [type=datetime-local]:active, [type=datetime-local]:focus, [type=datetime-local]:hover, [type=datetime-local]:invalid, [type=datetime]:active, [type=datetime]:focus, [type=datetime]:hover, [type=datetime]:invalid, [type=email]:active, [type=email]:focus, [type=email]:hover, [type=email]:invalid, [type=month]:active, [type=month]:focus, [type=month]:hover, [type=month]:invalid, [type=number]:active, [type=number]:focus, [type=number]:hover, [type=number]:invalid, [type=password]:active, [type=password]:focus, [type=password]:hover, [type=password]:invalid, [type=reset]:active, [type=reset]:focus, [type=reset]:hover, [type=search]:active, [type=search]:focus, [type=search]:hover, [type=search]:invalid, [type=submit]:active, [type=submit]:focus, [type=submit]:hover, [type=tel]:active, [type=tel]:focus, [type=tel]:hover, [type=tel]:invalid, [type=text]:active, [type=text]:focus, [type=text]:hover, [type=text]:invalid, [type=time]:active, [type=time]:focus, [type=time]:hover, [type=time]:invalid, [type=url]:active, [type=url]:focus, [type=url]:hover, [type=url]:invalid, [type=week]:active, [type=week]:focus, [type=week]:hover, [type=week]:invalid, button:active, button:focus, button:hover, input:not([type]):active, input:not([type]):focus, input:not([type]):hover, input:not([type]):invalid, textarea:active, textarea:focus, textarea:hover, textarea:invalid {
    box-shadow: none;
    outline: 0
}

[type=button]:active, [type=button]:focus, [type=button]:hover, [type=reset]:active, [type=reset]:focus, [type=reset]:hover, [type=submit]:active, [type=submit]:focus, [type=submit]:hover, button:active, button:focus, button:hover {
    cursor: pointer
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

button {
    background-color: transparent;
    border: none;
    display: inline-block;
    outline: 0;
    padding: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-family: Sora, sans-serif;
    font-weight: 600;
    margin: 0
}

.h1, h1 {
    color: var(--white-color);
    font-size: 74px;
    letter-spacing: -.03em;
    line-height: 1.175em
}

@media (max-width: 1400px) {
    .h1, h1 {
        font-size: 70px
    }
}

@media (max-width: 1199px) {
    .h1, h1 {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 48px;
        letter-spacing: -.02em
    }
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 36px;
        letter-spacing: -.01em
    }
}

.h2, h2 {
    font-size: 48px;
    letter-spacing: -.03em;
    line-height: 1.15em
}

@media (max-width: 767px) {
    .h2, h2 {
        font-size: 34px;
        letter-spacing: -.01em
    }
}

.h3, h3 {
    font-size: 30px;
    letter-spacing: -.02em;
    line-height: 1.26em
}

@media (max-width: 767px) {
    .h3, h3 {
        line-height: 1.2em
    }
}

.h4, h4 {
    font-size: 22px;
    line-height: 32px
}

.h4, .h5, h4, h5 {
    letter-spacing: -.02em
}

.h5, h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.h6, h6 {
    font-size: 22px
}

p {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    p {
        margin-bottom: 20px
    }
}

p:last-child {
    margin-bottom: 0
}

.f-size-10 {
    font-size: 10px !important
}

.f-size-11 {
    font-size: 11px !important
}

.f-size-12 {
    font-size: 12px !important
}

.f-size-13 {
    font-size: 13px !important
}

.f-size-14 {
    font-size: 14px !important
}

.f-size-15 {
    font-size: 15px !important
}

.f-size-16 {
    font-size: 16px !important
}

.f-size-17 {
    font-size: 17px !important
}

.f-size-18 {
    font-size: 18px !important
}

.f-size-19 {
    font-size: 19px !important
}

.f-size-20 {
    font-size: 20px !important
}

.f-size-21 {
    font-size: 21px !important
}

.f-size-22 {
    font-size: 22px !important
}

.f-size-23 {
    font-size: 23px !important
}

.f-size-24 {
    font-size: 24px !important
}

.f-size-25 {
    font-size: 25px !important
}

.f-size-26 {
    font-size: 26px !important
}

.f-size-27 {
    font-size: 27px !important
}

.f-size-28 {
    font-size: 28px !important
}

.f-size-29 {
    font-size: 29px !important
}

.f-size-30 {
    font-size: 30px !important
}

.f-size-31 {
    font-size: 31px !important
}

.f-size-32 {
    font-size: 32px !important
}

.f-size-33 {
    font-size: 33px !important
}

.f-size-34 {
    font-size: 34px !important
}

.f-size-35 {
    font-size: 35px !important
}

.f-size-36 {
    font-size: 36px !important
}

.f-size-37 {
    font-size: 37px !important
}

.f-size-38 {
    font-size: 38px !important
}

.f-size-39 {
    font-size: 39px !important
}

.f-size-40 {
    font-size: 40px !important
}

.line-height-10 {
    line-height: 10px !important
}

.line-height-11 {
    line-height: 11px !important
}

.line-height-12 {
    line-height: 12px !important
}

.line-height-13 {
    line-height: 13px !important
}

.line-height-14 {
    line-height: 14px !important
}

.line-height-15 {
    line-height: 15px !important
}

.line-height-16 {
    line-height: 16px !important
}

.line-height-17 {
    line-height: 17px !important
}

.line-height-18 {
    line-height: 18px !important
}

.line-height-19 {
    line-height: 19px !important
}

.line-height-20 {
    line-height: 20px !important
}

.line-height-21 {
    line-height: 21px !important
}

.line-height-22 {
    line-height: 22px !important
}

.line-height-23 {
    line-height: 23px !important
}

.line-height-24 {
    line-height: 24px !important
}

.line-height-25 {
    line-height: 25px !important
}

.line-height-26 {
    line-height: 26px !important
}

.line-height-27 {
    line-height: 27px !important
}

.line-height-28 {
    line-height: 28px !important
}

.line-height-29 {
    line-height: 29px !important
}

.line-height-30 {
    line-height: 30px !important
}

.line-height-31 {
    line-height: 31px !important
}

.line-height-32 {
    line-height: 32px !important
}

.line-height-33 {
    line-height: 33px !important
}

.line-height-34 {
    line-height: 34px !important
}

.line-height-35 {
    line-height: 35px !important
}

.line-height-36 {
    line-height: 36px !important
}

.line-height-37 {
    line-height: 37px !important
}

.line-height-38 {
    line-height: 38px !important
}

.line-height-39 {
    line-height: 39px !important
}

.line-height-40 {
    line-height: 40px !important
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

a {
    text-decoration: none;
    transition: all .24s ease-in-out
}

img {
    max-width: 100%
}

.rt-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.mouse-cursor, .pointer {
    cursor: pointer
}

blockquote {
    align-items: flex-start;
    background: linear-gradient(90deg, rgba(1, 25, 255, .1), rgba(1, 25, 255, 0));
    border-radius: 10px;
    color: var(--heading-color);
    display: flex;
    font-size: 20px;
    gap: 20px;
    line-height: 30px;
    margin: 0 0 24px;
    padding: 30px;
    position: relative
}

.border-transparent {
    border-color: transparent !important
}

.bg-transsparent, .hover\:bg-transsparenthover {
    background-color: transparent !important
}

.hover-shadow\:none {
    box-shadow: none !important
}

.bgprefix-cover {
    background-size: cover
}

.bgprefix-contain, .bgprefix-cover {
    background-position: 50%;
    background-repeat: no-repeat
}

.bgprefix-contain {
    background-size: contain
}

.bgprefix-full {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.position-parent {
    z-index: 1
}

.position-parent, .position-relative {
    position: relative
}

.body-no-scrolling {
    overflow: hidden
}

.img-fit {
    bottom: 0;
    display: block;
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.rt-mb-15 {
    margin-bottom: 15px
}

.rt-mb-8 {
    margin-bottom: 8px
}

.rt-mb-2 {
    margin-bottom: 2px
}

.rt-mb-4 {
    margin-bottom: 4px
}

.rt-pt-15 {
    padding-top: 15px
}

.rt-mb-12 {
    margin-bottom: 12px
}

.rt-spacer-15 {
    height: 15px
}

.rt-mb-16 {
    margin-bottom: 16px
}

.rt-mb-25 {
    margin-bottom: 25px
}

.rt-mb-24 {
    margin-bottom: 24px
}

.rt-mb-28 {
    margin-bottom: 28px
}

.rt-mb-48 {
    margin-bottom: 48px
}

.rt-mt-40 {
    margin-top: 40px
}

.rt-mb-32 {
    margin-bottom: 32px
}

.rt-mb-35 {
    margin-bottom: 35px !important
}

.hr-0 {
    margin: 0;
    padding: 0
}

.text-gray {
    color: #7b878c
}

.hover\:border-transparent {
    border-color: transparent !important
}

.rt-mr-0 {
    margin-right: 0 !important
}

.rt-ml-0 {
    margin-left: 0 !important
}

.rt-rounded-0 {
    border-radius: 0 !important
}

.rt-mr-1 {
    margin-right: 1px !important
}

.rt-ml-1 {
    margin-left: 1px !important
}

.rt-rounded-1 {
    border-radius: 1px !important
}

.rt-mr-2 {
    margin-right: 2px !important
}

.rt-ml-2 {
    margin-left: 2px !important
}

.rt-rounded-2 {
    border-radius: 2px !important
}

.rt-mr-3 {
    margin-right: 3px !important
}

.rt-ml-3 {
    margin-left: 3px !important
}

.rt-rounded-3 {
    border-radius: 3px !important
}

.rt-mr-4 {
    margin-right: 4px !important
}

.rt-ml-4 {
    margin-left: 4px !important
}

.rt-rounded-4 {
    border-radius: 4px !important
}

.rt-mr-5 {
    margin-right: 5px !important
}

.rt-ml-5 {
    margin-left: 5px !important
}

.rt-rounded-5 {
    border-radius: 5px !important
}

.rt-mr-6 {
    margin-right: 6px !important
}

.rt-ml-6 {
    margin-left: 6px !important
}

.rt-rounded-6 {
    border-radius: 6px !important
}

.rt-mr-7 {
    margin-right: 7px !important
}

.rt-ml-7 {
    margin-left: 7px !important
}

.rt-rounded-7 {
    border-radius: 7px !important
}

.rt-mr-8 {
    margin-right: 8px !important
}

.rt-ml-8 {
    margin-left: 8px !important
}

.rt-rounded-8 {
    border-radius: 8px !important
}

.rt-mr-9 {
    margin-right: 9px !important
}

.rt-ml-9 {
    margin-left: 9px !important
}

.rt-rounded-9 {
    border-radius: 9px !important
}

.rt-mr-10 {
    margin-right: 10px !important
}

.rt-ml-10 {
    margin-left: 10px !important
}

.rt-rounded-10 {
    border-radius: 10px !important
}

.rt-mr-11 {
    margin-right: 11px !important
}

.rt-ml-11 {
    margin-left: 11px !important
}

.rt-rounded-11 {
    border-radius: 11px !important
}

.rt-mr-12 {
    margin-right: 12px !important
}

.rt-ml-12 {
    margin-left: 12px !important
}

.rt-rounded-12 {
    border-radius: 12px !important
}

.rt-mr-13 {
    margin-right: 13px !important
}

.rt-ml-13 {
    margin-left: 13px !important
}

.rt-rounded-13 {
    border-radius: 13px !important
}

.rt-mr-14 {
    margin-right: 14px !important
}

.rt-ml-14 {
    margin-left: 14px !important
}

.rt-rounded-14 {
    border-radius: 14px !important
}

.rt-mr-15 {
    margin-right: 15px !important
}

.rt-ml-15 {
    margin-left: 15px !important
}

.rt-rounded-15 {
    border-radius: 15px !important
}

.rt-mr-16 {
    margin-right: 16px !important
}

.rt-ml-16 {
    margin-left: 16px !important
}

.rt-rounded-16 {
    border-radius: 16px !important
}

.rt-mr-17 {
    margin-right: 17px !important
}

.rt-ml-17 {
    margin-left: 17px !important
}

.rt-rounded-17 {
    border-radius: 17px !important
}

.rt-mr-18 {
    margin-right: 18px !important
}

.rt-ml-18 {
    margin-left: 18px !important
}

.rt-rounded-18 {
    border-radius: 18px !important
}

.rt-mr-19 {
    margin-right: 19px !important
}

.rt-ml-19 {
    margin-left: 19px !important
}

.rt-rounded-19 {
    border-radius: 19px !important
}

.rt-mr-20 {
    margin-right: 20px !important
}

.rt-ml-20 {
    margin-left: 20px !important
}

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

.rt-mr-21 {
    margin-right: 21px !important
}

.rt-ml-21 {
    margin-left: 21px !important
}

.rt-rounded-21 {
    border-radius: 21px !important
}

.rt-mr-22 {
    margin-right: 22px !important
}

.rt-ml-22 {
    margin-left: 22px !important
}

.rt-rounded-22 {
    border-radius: 22px !important
}

.rt-mr-23 {
    margin-right: 23px !important
}

.rt-ml-23 {
    margin-left: 23px !important
}

.rt-rounded-23 {
    border-radius: 23px !important
}

.rt-mr-24 {
    margin-right: 24px !important
}

.rt-ml-24 {
    margin-left: 24px !important
}

.rt-rounded-24 {
    border-radius: 24px !important
}

.rt-mr-25 {
    margin-right: 25px !important
}

.rt-ml-25 {
    margin-left: 25px !important
}

.rt-rounded-25 {
    border-radius: 25px !important
}

.rt-mr-26 {
    margin-right: 26px !important
}

.rt-ml-26 {
    margin-left: 26px !important
}

.rt-rounded-26 {
    border-radius: 26px !important
}

.rt-mr-27 {
    margin-right: 27px !important
}

.rt-ml-27 {
    margin-left: 27px !important
}

.rt-rounded-27 {
    border-radius: 27px !important
}

.rt-mr-28 {
    margin-right: 28px !important
}

.rt-ml-28 {
    margin-left: 28px !important
}

.rt-rounded-28 {
    border-radius: 28px !important
}

.rt-mr-29 {
    margin-right: 29px !important
}

.rt-ml-29 {
    margin-left: 29px !important
}

.rt-rounded-29 {
    border-radius: 29px !important
}

.rt-mr-30 {
    margin-right: 30px !important
}

.rt-ml-30 {
    margin-left: 30px !important
}

.rt-rounded-30 {
    border-radius: 30px !important
}

.rt-mb-0 {
    margin-bottom: 0
}

.rt-pt-0 {
    padding-top: 0
}

.rt-spacer-0 {
    height: 0
}

.rt-mb-10 {
    margin-bottom: 10px
}

.rt-pt-10 {
    padding-top: 10px
}

.rt-spacer-10 {
    height: 10px
}

.rt-mb-20 {
    margin-bottom: 20px
}

.rt-pt-20 {
    padding-top: 20px
}

.rt-spacer-20 {
    height: 20px
}

.rt-mb-30 {
    margin-bottom: 30px
}

.rt-pt-30 {
    padding-top: 30px
}

.rt-spacer-30 {
    height: 30px
}

.rt-mb-40 {
    margin-bottom: 40px
}

.rt-pt-40 {
    padding-top: 40px
}

.rt-spacer-40 {
    height: 40px
}

.rt-mb-50 {
    margin-bottom: 50px
}

.rt-pt-50 {
    padding-top: 50px
}

.rt-spacer-50 {
    height: 50px
}

.rt-mb-60 {
    margin-bottom: 60px
}

.rt-pt-60 {
    padding-top: 60px
}

.rt-spacer-60 {
    height: 60px
}

.rt-mb-70 {
    margin-bottom: 70px
}

.rt-pt-70 {
    padding-top: 70px
}

.rt-spacer-70 {
    height: 70px
}

.rt-mb-80 {
    margin-bottom: 80px
}

.rt-pt-80 {
    padding-top: 80px
}

.rt-spacer-80 {
    height: 80px
}

.rt-mb-90 {
    margin-bottom: 90px
}

.rt-pt-90 {
    padding-top: 90px
}

.rt-spacer-90 {
    height: 90px
}

.rt-mb-100 {
    margin-bottom: 100px
}

.rt-pt-100 {
    padding-top: 100px
}

.rt-spacer-100 {
    height: 100px
}

@media (max-width: 1199.98px) {
    .rt-mb-lg-0 {
        margin-bottom: 0
    }

    .rt-pt-lg-0 {
        padding-top: 0
    }

    .rt-spacer-lg-0 {
        height: 0
    }

    .rt-mb-lg-10 {
        margin-bottom: 10px
    }

    .rt-pt-lg-10 {
        padding-top: 10px
    }

    .rt-spacer-lg-10 {
        height: 10px
    }

    .rt-mb-lg-20 {
        margin-bottom: 20px
    }

    .rt-pt-lg-20 {
        padding-top: 20px
    }

    .rt-spacer-lg-20 {
        height: 20px
    }

    .rt-mb-lg-30 {
        margin-bottom: 30px
    }

    .rt-pt-lg-30 {
        padding-top: 30px
    }

    .rt-spacer-lg-30 {
        height: 30px
    }

    .rt-mb-lg-40 {
        margin-bottom: 40px
    }

    .rt-pt-lg-40 {
        padding-top: 40px
    }

    .rt-spacer-lg-40 {
        height: 40px
    }

    .rt-mb-lg-50 {
        margin-bottom: 50px
    }

    .rt-pt-lg-50 {
        padding-top: 50px
    }

    .rt-spacer-lg-50 {
        height: 50px
    }

    .rt-mb-lg-60 {
        margin-bottom: 60px
    }

    .rt-pt-lg-60 {
        padding-top: 60px
    }

    .rt-spacer-lg-60 {
        height: 60px
    }

    .rt-mb-lg-70 {
        margin-bottom: 70px
    }

    .rt-pt-lg-70 {
        padding-top: 70px
    }

    .rt-spacer-lg-70 {
        height: 70px
    }

    .rt-mb-lg-80 {
        margin-bottom: 80px
    }

    .rt-pt-lg-80 {
        padding-top: 80px
    }

    .rt-spacer-lg-80 {
        height: 80px
    }

    .rt-mb-lg-90 {
        margin-bottom: 90px
    }

    .rt-pt-lg-90 {
        padding-top: 90px
    }

    .rt-spacer-lg-90 {
        height: 90px
    }

    .rt-mb-lg-100 {
        margin-bottom: 100px
    }

    .rt-pt-lg-100 {
        padding-top: 100px
    }

    .rt-spacer-lg-100 {
        height: 100px
    }
}

@media (max-width: 991.98px) {
    .rt-mb-md-0 {
        margin-bottom: 0
    }

    .rt-pt-md-0 {
        padding-top: 0
    }

    .rt-spacer-md-0 {
        height: 0
    }

    .rt-mb-md-10 {
        margin-bottom: 10px
    }

    .rt-pt-md-10 {
        padding-top: 10px
    }

    .rt-spacer-md-10 {
        height: 10px
    }

    .rt-mb-md-20 {
        margin-bottom: 20px
    }

    .rt-pt-md-20 {
        padding-top: 20px
    }

    .rt-spacer-md-20 {
        height: 20px
    }

    .rt-mb-md-30 {
        margin-bottom: 30px
    }

    .rt-pt-md-30 {
        padding-top: 30px
    }

    .rt-spacer-md-30 {
        height: 30px
    }

    .rt-mb-md-40 {
        margin-bottom: 40px
    }

    .rt-pt-md-40 {
        padding-top: 40px
    }

    .rt-spacer-md-40 {
        height: 40px
    }

    .rt-mb-md-50 {
        margin-bottom: 50px
    }

    .rt-pt-md-50 {
        padding-top: 50px
    }

    .rt-spacer-md-50 {
        height: 50px
    }

    .rt-mb-md-60 {
        margin-bottom: 60px
    }

    .rt-pt-md-60 {
        padding-top: 60px
    }

    .rt-spacer-md-60 {
        height: 60px
    }

    .rt-mb-md-70 {
        margin-bottom: 70px
    }

    .rt-pt-md-70 {
        padding-top: 70px
    }

    .rt-spacer-md-70 {
        height: 70px
    }

    .rt-mb-md-80 {
        margin-bottom: 80px
    }

    .rt-pt-md-80 {
        padding-top: 80px
    }

    .rt-spacer-md-80 {
        height: 80px
    }

    .rt-mb-md-90 {
        margin-bottom: 90px
    }

    .rt-pt-md-90 {
        padding-top: 90px
    }

    .rt-spacer-md-90 {
        height: 90px
    }

    .rt-mb-md-100 {
        margin-bottom: 100px
    }

    .rt-pt-md-100 {
        padding-top: 100px
    }

    .rt-spacer-md-100 {
        height: 100px
    }
}

@media (max-width: 767.98px) {
    .rt-mb-xs-0 {
        margin-bottom: 0
    }

    .rt-pt-xs-0 {
        padding-top: 0
    }

    .rt-spacer-xs-0 {
        height: 0
    }

    .rt-mb-xs-10 {
        margin-bottom: 10px
    }

    .rt-pt-xs-10 {
        padding-top: 10px
    }

    .rt-spacer-xs-10 {
        height: 10px
    }

    .rt-mb-xs-20 {
        margin-bottom: 20px
    }

    .rt-pt-xs-20 {
        padding-top: 20px
    }

    .rt-spacer-xs-20 {
        height: 20px
    }

    .rt-mb-xs-30 {
        margin-bottom: 30px
    }

    .rt-pt-xs-30 {
        padding-top: 30px
    }

    .rt-spacer-xs-30 {
        height: 30px
    }

    .rt-mb-xs-40 {
        margin-bottom: 40px
    }

    .rt-pt-xs-40 {
        padding-top: 40px
    }

    .rt-spacer-xs-40 {
        height: 40px
    }

    .rt-mb-xs-50 {
        margin-bottom: 50px
    }

    .rt-pt-xs-50 {
        padding-top: 50px
    }

    .rt-spacer-xs-50 {
        height: 50px
    }

    .rt-mb-xs-60 {
        margin-bottom: 60px
    }

    .rt-pt-xs-60 {
        padding-top: 60px
    }

    .rt-spacer-xs-60 {
        height: 60px
    }

    .rt-mb-xs-70 {
        margin-bottom: 70px
    }

    .rt-pt-xs-70 {
        padding-top: 70px
    }

    .rt-spacer-xs-70 {
        height: 70px
    }

    .rt-mb-xs-80 {
        margin-bottom: 80px
    }

    .rt-pt-xs-80 {
        padding-top: 80px
    }

    .rt-spacer-xs-80 {
        height: 80px
    }

    .rt-mb-xs-90 {
        margin-bottom: 90px
    }

    .rt-pt-xs-90 {
        padding-top: 90px
    }

    .rt-spacer-xs-90 {
        height: 90px
    }

    .rt-mb-xs-100 {
        margin-bottom: 100px
    }

    .rt-pt-xs-100 {
        padding-top: 100px
    }

    .rt-spacer-xs-100 {
        height: 100px
    }
}

.pointer {
    cursor: pointer
}

.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.slick-bullet .slick-dots li button:before {
    display: none !important
}

.slick-bullet .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0
}

.slick-bullet .slick-dots li {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    z-index: 1
}

.slick-bullet .slick-dots li button {
    border-radius: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.slick-bullet.deafult_style_dot .slick-dots li button {
    overflow: hidden;
    transition: background .3s ease
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
    width: 24px
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
    border-radius: 32px
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    overflow: hidden;
    transition: background .3s ease
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 1px #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: height .3s ease;
    width: 100%
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button:after {
    height: 100%
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
    background-color: hsla(0, 0%, 100%, .3);
    overflow: hidden;
    transition: all .3s ease
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
    background-color: #fff;
    transform: scale(1.2)
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0);
    transition: box-shadow .3s ease, background-color .3s ease
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: box-shadow .3s ease
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
    box-shadow: inset 0 0 0 8px #fff
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
    background-color: #fff;
    transform: scale(.4);
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
    transform: scale(1)
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
    border-radius: 50%;
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0);
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
    background-color: #fff;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
    box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
    transform: scale(.4)
}

#scrollUp {
    align-items: center;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    font-size: 26px;
    height: 45px;
    justify-content: center;
    line-height: 55px;
    right: 30px;
    text-align: center;
    width: 45px
}

.modal-header {
    padding: 20px 24px
}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
    margin-bottom: 0
}

.modal-content {
    border-radius: 16px
}

.modal-body {
    padding: 24px
}

.dark-bg {
    background-color: var(--dark-bg)
}

.dark-bg3 {
    background-color: var(--dark-bg3)
}

.bg-light1 {
    background-color: var(--light-bg1)
}

.bg-accent {
    background-color: var(--accent-bg)
}

.bg-white {
    background-color: var(--white-bg)
}

.z-index {
    z-index: 1
}

header.header-section {
    position: fixed;
    top: 0;
    transition: all .4s;
    width: 100%;
    z-index: 999
}

header.header-section.sticky-menu {
    box-shadow: 0 4px 80px rgba(0, 0, 0, .1)
}

.sticky-menu .header-top {
    margin-top: -57px;
    opacity: 0
}

.header-top {
    padding: 12px 0;
    transition: all .4s
}

@media (max-width: 991px) {
    .header-top {
        display: none
    }

    .header-bottom {
        padding: 20px 0
    }
}

.header-bottom {
    transition: all .4s;
    margin-top:30px;
}

.header-bottom .header-bottom2 {
    background-color: var(--white-bg);
    border-radius: 10px;
    padding: 0 18px
}

@media (max-width: 991px) {
    .header-bottom .header-bottom2 {
        padding: 12px
    }
}

.header-one.sticky-menu .header-bottom {
    background-color: var(--white-bg);
    margin-top:0;
}

@media (max-width: 991px) {
    .header-one.sticky-menu .header-bottom {
        padding: 0
    }
}

.header-top .extra-border-bottom {
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    padding: 12px 0
}

.header-two.sticky-menu .header-bottom {
    background-color: var(--dark-bg)
}

.light-color.site-menu-main .nav-link-item {
    color: var(--white-color)
}

.site-header .mobile-menu-trigger.light-color span, .site-header .mobile-menu-trigger.light-color span:after, .site-header .mobile-menu-trigger.light-color span:before {
    background-color: var(--white-color)
}

.header-bottom-border {
    border-bottom: 1px solid #272f5d
}

.header-bottom-border.border-color-light {
    border-bottom: 1px solid hsla(0, 0%, 100%, .12)
}

@media (max-width: 991px) {
    .header-bottom-border {
        padding: 20px 0
    }
}

.sticky-menu .header-bottom {
    background-color: var(--dark-bg)
}

.sticky-menu .header-bottom .header-bottom-border {
    border-bottom: 1px solid var(--dark-bg)
}

.header-icon {
    align-items: center;
    display: flex;
    gap: 24px
}

.header-barger {
    align-items: center;
    background-color: #1e2656;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    height: 52px;
    justify-content: center;
    position: relative;
    width: 52px
}

.header-barger.light-color {
    background-color: hsla(0, 0%, 100%, .12)
}

@media (max-width: 767px) {
    .header-barger {
        display: none
    }
}

.header-barger span {
    background-color: var(--white-bg);
    display: block;
    height: 2px;
    margin: 4px 0;
    position: relative;
    width: 30px
}

.header-barger span:before {
    top: -8px;
    transform: translateX(10px)
}

.header-barger span:after, .header-barger span:before {
    background-color: var(--white-bg);
    content: "";
    height: 2px;
    position: absolute;
    transition: all .4s;
    width: 15px
}

.header-barger span:after {
    bottom: -8px;
    transform: translateX(6px)
}

.header-barger:hover span:before {
    transform: translateX(5px)
}

.header-barger:hover span:after {
    transform: translateX(10px)
}

.sticky-menu.header-four .header-bottom {
    background-color: var(--white-bg)
}

.header-search {
    color: var(--heading-color);
    cursor: pointer;
    position: relative
}

.header-search.light-color i {
    color: var(--white-color);
    transition: all .4s
}

.header-search i {
    font-size: 24px
}

.header-search:hover i {
    color: var(--accent-color)
}

@media (max-width: 767px) {
    .header-search {
        display: none
    }
}

.header-search-section {
    background-color: #fff;
    opacity: 0;
    padding: 130px 0 80px;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: all .5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

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

@media (max-width: 767px) {
    .header-search-section {
        padding: 80px 0
    }
}

.header-search-section.open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.header-search-close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px
}

.header-search-close i {
    color: #6e6e77;
    font-size: 30px;
    transition: all .4s
}

.header-search-close:hover i {
    color: var(--accent-color)
}

.search-overlay.open {
    opacity: .8;
    visibility: visible;
    z-index: 3
}

.search-overlay {
    background-color: rgba(4, 13, 67, .5);
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

.sidemenu-wraper {
    position: relative
}

.sidemenu-column {
    background-color: var(--white-bg);
    display: block;
    height: 100%;
    margin-right: -440px;
    overflow-y: scroll;
    padding: 70px 50px 50px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 440px;
    z-index: 111
}

.sidemenu-column .social-icon.social-icon3 {
    margin-bottom: 30px
}

.sidemenu-thumb {
    margin: 30px 0
}

.sidemenu-thumb img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.sidemenu-column.active {
    margin-right: 0;
    z-index: 9999
}

.sidemenu-close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px
}

.sidemenu-close i {
    color: #6e6e77;
    font-size: 30px;
    transition: all .4s
}

.sidemenu-close:hover i {
    color: var(--accent-color)
}

.active .sidemenu-close {
    opacity: 1;
    visibility: visible
}

.offcanvas-overlay {
    background: #000;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

.offcanvas-overlay.active {
    opacity: .7;
    visibility: visible;
    z-index: 111
}

.sidemenu-logo {
    margin-bottom: 30px
}

.sidemenu-column::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.sidemenu-column::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 5px
}

.sidemenu-column::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555
}

@media (max-width: 767px) {
    .sidemenu-wraper {
        display: none
    }
}

@media (max-width: 1199px) {
    .footer-textarea {
        margin-bottom: 40px;
        max-width: 400px
    }
}

.footer-textarea img {
    margin-bottom: 30px
}

.footer-textarea p {
    color: var(--light-color2);
    line-height: 30px;
    margin-bottom: 28px
}

.footer-textarea.dark-color p {
    color: var(--body-color)
}

.footer-title h5 {
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer-title h5 {
        margin-bottom: 15px
    }
}

.footer-title p {
    color: var(--light-color2)
}

.footer-title.dark-color h5 {
    color: var(--heading-color)
}

.footer-title.dark-color p {
    color: var(--body-color)
}

@media (max-width: 767px) {
    .footer-menu {
        margin-bottom: 35px
    }
}

.footer-menu ul li {
    margin-bottom: 12px
}

.footer-menu ul li:last-child {
    margin-bottom: 0
}

.footer-menu ul li a {
    color: var(--light-color2);
    position: relative
}

.footer-menu ul li a:hover {
    color: var(--white-color)
}

.footer-menu ul li a:before {
    background-color: var(--light-color2);
    bottom: -3px;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 0
}

.footer-menu ul li a:hover:before {
    background-color: var(--white-color);
    left: 0;
    right: auto;
    width: 100%
}

.footer-menu.dark-color ul li a {
    color: var(--body-color)
}

.footer-menu.dark-color ul li a:hover {
    color: var(--heading-color)
}

.footer-menu.dark-color ul li a:before {
    background: var(--heading-color)
}

.footer-bottom {
    border-top: 1px solid rgba(206, 208, 223, .2);
    padding: 30px 0
}

@media (max-width: 991px) {
    .footer-bottom {
        padding: 25px 0;
        text-align: center
    }
}

.footer-bottom.center {
    text-align: center
}

.footer-bottom.one {
    border-top: 1px solid var(--light-color1)
}

.copywright {
    width: 100%
}

.copywright p {
    color: var(--light-color2);
    line-height: 30px
}

.copywright.dark-color p {
    color: var(--body-color)
}

.ml30 {
    margin-left: 30px
}

@media (max-width: 767px) {
    .ml30 {
        margin-left: 0
    }
}

.footer-v5 {
    position: relative;
    z-index: 0
}

.footer-v5:before {
    background-color: var(--dark-bg);
    bottom: 0;
    content: "";
    height: 84%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media (max-width: 767px) {
    .footer-v5:before {
        height: 92%
    }
}

.footer-v5:after {
    background-color: var(--light-bg1);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2
}

.footer-form {
    padding: 80px;
    position: relative
}

@media (max-width: 991px) {
    .footer-form {
        padding: 60px
    }
}

@media (max-width: 767px) {
    .footer-form {
        padding: 40px
    }
}

.footer-form h5 {
    margin-bottom: 6px
}

.footer-form-wrap {
    background-color: var(--white-bg);
    border-radius: 90px 30px 90px 30px;
    position: relative
}

.footer-form-wrap:before {
    border-right: 70px solid transparent;
    border-top: 70px solid var(--light-bg1);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.footer-form-wrap:after {
    border-bottom: 70px solid var(--dark-bg);
    border-left: 70px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0
}

@media (max-width: 991px) {
    .footer-form-wrap {
        border-radius: 70px 25px 70px 25px
    }

    .footer-form-wrap:before {
        border-right: 60px solid transparent;
        border-top: 60px solid var(--light-bg1)
    }

    .footer-form-wrap:after {
        border-bottom: 60px solid var(--dark-bg);
        border-left: 60px solid transparent
    }
}

#map {
    border-radius: 0 30px 90px 0;
    height: 100%;
    width: 100%
}

@media (max-width: 991px) {
    #map {
        border-radius: 0 0 70px 0;
        height: 500px
    }
}

@media (max-width: 767px) {
    #map {
        height: 400px
    }
}

#default-btn, #hero-form-btn, #team-form-btn, .default-btn, .product-btn, .shop-btn, button#main-form-btn, button#subscription-btn {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 6px;
    color: var(--white-color) !important;
    display: inline-flex;
    font-family: Sora, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1;
    overflow: hidden;
    padding: 22px 27.3px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    transform-style: preserve-3d;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 0
}

#default-btn .btn-wraper, #hero-form-btn .btn-wraper, #team-form-btn .btn-wraper, .default-btn .btn-wraper, .product-btn .btn-wraper, .shop-btn .btn-wraper, button#main-form-btn .btn-wraper, button#subscription-btn .btn-wraper {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

#default-btn:hover .btn-wraper, #hero-form-btn:hover .btn-wraper, #team-form-btn:hover .btn-wraper, .default-btn:hover .btn-wraper, .product-btn:hover .btn-wraper, .shop-btn:hover .btn-wraper, button#main-form-btn:hover .btn-wraper, button#subscription-btn:hover .btn-wraper {
    opacity: 0;
    transform: translateY(-150%)
}

#default-btn:before, #hero-form-btn:before, #team-form-btn:before, .default-btn:before, .product-btn:before, .shop-btn:before, button#main-form-btn:before, button#subscription-btn:before {
    background-size: 102% 102%;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    z-index: -1
}

#default-btn:hover:before, #hero-form-btn:hover:before, #team-form-btn:hover:before, .default-btn:hover:before, .product-btn:hover:before, .shop-btn:hover:before, button#main-form-btn:hover:before, button#subscription-btn:hover:before {
    opacity: 1
}

#default-btn:after, #hero-form-btn:after, #team-form-btn:after, .default-btn:after, .product-btn:after, .shop-btn:after, button#main-form-btn:after, button#subscription-btn:after {
    content: attr(data-text);
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

#default-btn:hover:after, #hero-form-btn:hover:after, #team-form-btn:hover:after, .default-btn:hover:after, .product-btn:hover:after, .shop-btn:hover:after, button#main-form-btn:hover:after, button#subscription-btn:hover:after {
    opacity: 1;
    transform: translateY(-50%)
}

#default-btn.white-btn, #hero-form-btn.white-btn, #team-form-btn.white-btn, .default-btn.white-btn, .product-btn.white-btn, .shop-btn.white-btn, button#main-form-btn.white-btn, button#subscription-btn.white-btn {
    background-color: var(--white-color);
    color: var(--heading-color) !important
}

#default-btn.light-btn, #hero-form-btn.light-btn, #team-form-btn.light-btn, .default-btn.light-btn, .product-btn.light-btn, .shop-btn.light-btn, button#main-form-btn.light-btn, button#subscription-btn.light-btn {
    background-color: var(--light-bg2);
    color: var(--heading-color) !important
}

#default-btn.header-btn, #hero-form-btn.header-btn, #team-form-btn.header-btn, .default-btn.header-btn, .product-btn.header-btn, .shop-btn.header-btn, button#main-form-btn.header-btn, button#subscription-btn.header-btn {
    padding: 18px 24.8px
}

#default-btn.disabled, #default-btn:disabled, #hero-form-btn.disabled, #hero-form-btn:disabled, #team-form-btn.disabled, #team-form-btn:disabled, .default-btn.disabled, .default-btn:disabled, .product-btn.disabled, .product-btn:disabled, .shop-btn.disabled, .shop-btn:disabled, button#main-form-btn.disabled, button#main-form-btn:disabled, button#subscription-btn.disabled, button#subscription-btn:disabled {
    opacity: 1
}

#default-btn.d-block, #hero-form-btn.d-block, #team-form-btn.d-block, .default-btn.d-block, .product-btn.d-block, .shop-btn.d-block, button#main-form-btn.d-block, button#subscription-btn.d-block {
    width: 100%
}

#default-btn.pill, #hero-form-btn.pill, #team-form-btn.pill, .default-btn.pill, .product-btn.pill, .shop-btn.pill, button#main-form-btn.pill, button#subscription-btn.pill {
    border-radius: 50px
}

#default-btn.btn-icon, #hero-form-btn.btn-icon, #team-form-btn.btn-icon, .default-btn.btn-icon, .product-btn.btn-icon, .shop-btn.btn-icon, button#main-form-btn.btn-icon, button#subscription-btn.btn-icon {
    padding: 9px 24px
}

#default-btn:focus, #hero-form-btn:focus, #team-form-btn:focus, .default-btn:focus, .product-btn:focus, .shop-btn:focus, button#main-form-btn:focus, button#subscription-btn:focus {
    box-shadow: none
}

.blog-wrap {
    border: 1px solid var(--light-color1);
    border-radius: 18px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all .4s
}

.blog-wrap:hover .blog-thumb img {
    transform: scale(1.1)
}

.blog-wrap:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0 12px 40px 4px rgba(10, 22, 94, .078)
}

.blog-thumb {
    overflow: hidden
}

.blog-thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.blog-content {
    padding: 40px
}

.blog-content.padding-medium {
    padding: 35px
}

@media (max-width: 991px) {
    .blog-content.padding-medium {
        padding: 30px
    }
}

.blog-content h2 {
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .blog-content {
        padding: 30px
    }
}

.blog-content h3, .blog-content h4 {
    margin-bottom: 20px;
    transition: all .4s
}

.blog-content.reduced-padding {
    padding: 28px
}

.blog-meta {
    margin-bottom: 15px
}

.blog-meta ul {
    line-height: 1
}

.blog-meta ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative
}

.blog-meta ul li:before {
    background-color: var(--body-color);
    border-radius: 20px;
    content: "";
    height: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 5px
}

.blog-meta ul li:last-child:before {
    content: none
}

.blog-meta ul li a {
    color: var(--body-color);
    transition: all .4s
}

.blog-meta ul li a:hover, .icon-btn {
    color: var(--accent-color)
}

.icon-btn {
    align-items: center;
    display: flex;
    font-weight: 600;
    line-height: 22px;
    transition: all .4s
}

.icon-btn i {
    font-size: 22px;
    font-weight: 400;
    margin-left: 8px;
    transition: all .4s
}

.icon-btn:hover {
    color: var(--accent-color)
}

.icon-btn .icon-show {
    opacity: 0;
    transition: all .4s
}

.icon-btn:hover .icon-show {
    margin-right: 32px;
    opacity: 1
}

.icon-btn .icon-hide {
    transform: translateX(-28px);
    transition: all .4s
}

.icon-btn:hover .icon-hide {
    opacity: 0
}

.icon-btn span {
    position: relative;
    transform: translateX(-28px)
}

.blog-grid .blog-content {
    padding: 28px
}

.blog-wrap2 {
    border-radius: 18px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all .4s
}

.blog-wrap2:hover .blog-thumb2 img {
    transform: scale(1.1)
}

.blog-wrap2 .blog-meta ul li a {
    color: var(--light-color2)
}

.blog-wrap2 .blog-meta ul li:before {
    background-color: var(--light-color2);
    right: 5px
}

.blog-wrap2 .icon-btn {
    color: var(--white-color);
    margin-top: -28px;
    opacity: 0
}

.blog-wrap2:hover .icon-btn {
    margin-top: 15px;
    opacity: 1
}

.blog-thumb2 {
    overflow: hidden;
    position: relative
}

.blog-thumb2 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.blog-thumb2:before {
    background: linear-gradient(180deg, rgba(4, 13, 67, 0) 52.38%, #040d43 91.91%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%;
    z-index: 1
}

.blog-thumb2:hover:before {
    opacity: 0
}

.blog-thumb2:after {
    background: linear-gradient(180deg, rgba(43, 77, 255, 0), #2b4dff);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%;
    z-index: 2
}

.blog-thumb2:hover:after {
    opacity: 1
}

.blog-content2 {
    bottom: 0;
    padding: 28px;
    position: absolute;
    z-index: 3
}

.blog-content2 h4 {
    color: var(--white-color)
}

.blog-column {
    background-color: var(--white-bg);
    display: grid;
    grid-template-columns:220px 1fr
}

@media (max-width: 767px) {
    .blog-column {
        display: block
    }
}

.blog-column .blog-content {
    padding: 28px
}

.blog-column .blog-thumb {
    height: 100%
}

input, input[type=date], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid var(--light-color1) !important;
    border-radius: 0;
    color: var(--heading-color);
    font-weight: 400;
    height: 54px;
    margin: 0;
    padding: 15px 0 !important;
    transition: all .4s;
    width: 100%
}

input:focus, textarea:focus {
    border-bottom: 1px solid var(--accent-color) !important
}

textarea {
    height: 145px;
    resize: none
}

@media (max-width: 767px) {
    textarea {
        height: 100px
    }
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8a8c9a;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #8a8c9a;
    opacity: 1
}

.header-search-box {
    position: relative
}

.header-search-box input {
    border: none !important;
    border-bottom: 1px solid #e3e3ec !important;
    border-radius: 0;
    font-size: 34px;
    height: 80px;
    margin-bottom: 12px
}

.header-search-box input::-moz-placeholder {
    color: #8a8c9a
}

.header-search-box input::placeholder {
    color: #8a8c9a
}

.header-search-box input:focus {
    border-bottom: 1px solid var(--accent-color) !important
}

.header-search-box p {
    color: var(--heading-color)
}

button#header-search {
    position: absolute;
    right: 0;
    top: 25px
}

button#header-search i {
    color: var(--accent-color);
    font-size: 30px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

.subscription {
    margin-top: 25px;
    position: relative
}

.subscription input {
    background-color: var(--white-bg);
    border: 1px solid var(--light-color1) !important;
    border-radius: 0;
    border-radius: 6px;
    color: #8a8c9a;
    height: 60px;
    padding: 20px !important
}

.subscription input::-moz-placeholder {
    color: #8a8c9a
}

.subscription input::placeholder {
    color: #8a8c9a
}

.subscription input:focus {
    border: 1px solid var(--accent-color) !important
}

.subscription.two input {
    border: 1px solid #e7e7e8 !important;
    color: var(--heading-color)
}

.subscription.two input::-moz-placeholder {
    color: rgba(13, 14, 29, .6)
}

.subscription.two input::placeholder {
    color: rgba(13, 14, 29, .6)
}

.subscription.two input:focus {
    border: 1px solid var(--accent-color) !important
}

button#subscription-btn {
    justify-content: center;
    margin-top: 12px;
    text-align: center;
    width: 100%
}

.breadcrumb {
    background-position: 50%;
    background-size: cover;
    padding: 310px 0 160px;
    position: relative;
    text-align: center;
    z-index: 0
}

@media (max-width: 991px) {
    .breadcrumb {
        padding: 200px 0 100px
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        padding: 200px 0 80px
    }
}

@media (max-width: 575px) {
    .breadcrumb {
        padding: 160px 0 80px
    }
}

h1.post__title {
    color: var(--white-color);
    margin-bottom: 20px
}

.breadcrumbs ul {
    display: flex;
    justify-content: center;
    text-align: left
}

.breadcrumbs ul li {
    color: var(--white-color);
    display: inline-block;
    line-height: 24px;
    padding: 0 20px;
    position: relative;
    z-index: 0
}

.breadcrumbs ul li:first-child {
    padding-left: 0
}

.breadcrumbs ul li:last-child {
    padding-right: 0
}

.breadcrumbs ul li:before {
    color: var(--light-color2);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58496 1.32397L11.4845 11.2235L1.58496 21.123' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
    width:14px;
    height:14px;
    content:'';
    background-size:14px 14px;
    background-repeat: no-repeat;
    position: absolute;
    right: -12px;
    top: 6px;
    z-index: -1
}

.breadcrumbs ul li:last-child:before {
    content: none
}

.breadcrumbs ul li a {
    color: var(--light-color2)
}

.errors-section {
    padding: 330px 0 130px
}

@media (max-width: 991px) {
    .errors-section {
        padding: 250px 0 100px
    }
}

@media (max-width: 767px) {
    .errors-section {
        padding: 170px 0 80px
    }
}

.errors-content {
    margin: 0 auto;
    max-width: 650px;
    text-align: center
}

.errors-content img {
    margin-bottom: 40px
}

.errors-content h2 {
    margin-bottom: 15px
}

.navigation {
    padding-top: 56px;
    text-align: center
}

@media (max-width: 991px) {
    .navigation {
        padding-top: 36px
    }
}

.navigation .pagination.center {
    justify-content: center
}

.navigation span.current, .page-links .current {
    background-color: var(--accent-color);
    color: var(--white-color);
    cursor: not-allowed
}

.navigation a, .navigation span, .page-links a, .page-links span {
    align-items: center;
    background-color: var(--light-bg2);
    border-radius: 6px;
    color: var(--body-color);
    display: inline-flex;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    line-height: 60px;
    margin: 0 5px;
    text-align: center;
    width: 60px
}

.navigation a i, .navigation span i, .page-links a i, .page-links span i {
    font-size: 20px
}

.navigation a:hover, .page-links a:hover {
    background-color: var(--accent-bg);
    color: var(--white-color)
}

.extra-mt {
    margin-top: 40px
}

@media (max-width: 767px) {
    .extra-mt {
        margin-top: 30px
    }
}

.bg-cover {
    background-position: 50%;
    background-size: cover
}

.hero-section {
    padding: 260px 0 150px
}

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

@media (max-width: 767px) {
    .hero-section {
        padding: 200px 0 100px
    }
}

.hero-content h5 {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .hero-content {
        text-align: center
    }
}

.hero-content h1 {
    margin-bottom: 24px
}

.hero-content p {
    color: var(--light-color1);
    font-size: 18px;
    line-height: 32px
}

.hero-content.dark-color h1, .hero-content.dark-color h5 {
    color: var(--heading-color)
}

.hero-content.dark-color p {
    color: var(--body-color)
}

.hero-content.center {
    margin: 0 auto;
    max-width: 860px;
    text-align: center
}

@media (max-width: 1399px) {
    .hero-content.center {
        max-width: 800px
    }
}

@media (max-width: 991px) {
    .hero-content.center {
        max-width: 600px
    }
}

.hero-content.center p {
    margin: 0 auto;
    max-width: 680px
}

.hero-content.center.sm {
    max-width: 600px
}

@media (max-width: 991px) {
    .hero-content.center.sm {
        max-width: 500px
    }
}

.hero-content.center.medium {
    max-width: 800px
}

@media (max-width: 991px) {
    .hero-content.center.medium {
        max-width: 500px
    }
}

.hero-content.center.medium p {
    max-width: 100%
}

.hero-content.sm p {
    max-width: 615px
}

@media (max-width: 991px) {
    .hero-content.sm p {
        max-width: 500px
    }

    .hero-thumb {
        margin-top: 40px;
        text-align: center
    }
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

@media (max-width: 991px) {
    .btn-wrap {
        justify-content: center
    }
}

.btn-wrap.center {
    justify-content: center
}

.hero-section2 {
    padding: 300px 0 220px;
    position: relative;
    z-index: 0
}

@media (max-width: 991px) {
    .hero-section2 {
        padding: 220px 0 100px
    }
}

@media (max-width: 767px) {
    .hero-section2 {
        padding: 200px 0 100px
    }
}

.hero-section2:before {
    background: rgba(1, 3, 16, .5);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.hero-power {
    margin-bottom: 20px
}

.hero-section3 {
    padding: 280px 0 130px
}

@media (max-width: 991px) {
    .hero-section3 {
        padding: 220px 0 100px
    }
}

@media (max-width: 767px) {
    .hero-section3 {
        padding: 200px 0 100px
    }
}

.hero-thumb3 {
    padding: 100px 0
}

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

.hero-section4 {
    padding: 180px 0 0;
    position: relative
}

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

.hero-section5 {
    background-position: top;
    background-size: cover;
    padding: 280px 0 150px;
    position: relative;
    z-index: 0
}

@media (max-width: 1199px) {
    .hero-section5 {
        padding: 230px 0 130px
    }
}

@media (max-width: 991px) {
    .hero-section5 {
        padding: 200px 0 100px
    }
}

@media (max-width: 767px) {
    .hero-section5 {
        padding: 170px 0 80px
    }
}

@media (max-width: 575px) {
    .hero-section5 {
        padding: 150px 0 80px
    }
}

.hero-section5:before {
    background: linear-gradient(25.98deg, #2b4dff 19.51%, rgba(43, 77, 255, 0) 93.51%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.hero-form {
    background-color: var(--white-bg);
    border-radius: 18px;
    padding: 30px
}

@media (max-width: 991px) {
    .hero-form {
        margin-top: 60px
    }
}

.hero-form h4 {
    margin-bottom: 5px
}

#hero-form-btn {
    display: block;
    text-align: center;
    width: 100%
}

.hero-section6 {
    margin-top: 144px
}

@media (max-width: 991px) {
    .hero-section6 {
        margin-top: 0
    }
}

.hero-slider-item {
    animation-duration: 3s;
    background-position: 50%;
    background-size: cover;
    opacity: 1 !important;
    padding: 200px 0;
    position: relative;
    transition: all 1s ease;
    z-index: 0
}

@media (max-width: 991px) {
    .hero-slider-item {
        padding: 300px 0 150px
    }
}

@media (max-width: 767px) {
    .hero-slider-item {
        padding: 250px 0 150px
    }
}

.hero-slider-item:before {
    background-image: url(/_nuxt/overlay.BpvwbRrD.png);
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.hero-slider .hero-next, .hero-slider .hero-prev {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 6px;
    color: var(--white-color);
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
    width: 60px;
    z-index: 1
}

.hero-slider .hero-next:hover, .hero-slider .hero-prev:hover {
    background-color: var(--white-bg);
    color: var(--accent-color)
}

@media (max-width: 767px) {
    .hero-slider .hero-next, .hero-slider .hero-prev {
        display: none !important
    }
}

.hero-slider .hero-next i, .hero-slider .hero-prev i {
    font-size: 22px
}

.hero-slider .hero-prev {
    left: auto;
    right: 60px
}

.hero-slider .slick-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

[data-animation-in] {
    animation-duration: 2s;
    opacity: 0;
    transition: opacity .5s ease .3s
}

.tungo-hero-content .animated {
    transition: all .5s ease
}

.slider-custom-anim-left.slider-animated {
    --animation-name: custom-anim-left
}

.slider-custom-anim-left {
    animation-delay: .3s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: var(--animation-name);
    opacity: 0
}

.slider-animated {
    opacity: 1
}

.custom-anim-left {
    animation: custom-anim-left 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards;
    opacity: 0
}

@keyframes custom-anim-left {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
        transform: translateX(-5%)
    }
    to {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes zoomInImage {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

.zoomInImage {
    animation-name: zoomInImage
}

.hero-section7 {
    background-position: top;
    background-size: cover;
    padding: 320px 0 240px;
    position: relative;
    z-index: 0
}

@media (max-width: 1199px) {
    .hero-section7 {
        padding: 300px 0 130px
    }
}

@media (max-width: 991px) {
    .hero-section7 {
        padding: 200px 0 100px
    }
}

.hero-section8 {
    padding: 270px 0 214px
}

@media (max-width: 991px) {
    .hero-section8 {
        padding: 200px 0 100px
    }
}

.counter-wrap {
    background-size: 100% 100%;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 77px;
    position: relative;
    text-align: center
}

.counter-wrap:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.counter-wrap:after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0
}

@media (max-width: 1199px) {
    .counter-wrap {
        padding: 80px 60px
    }
}

@media (max-width: 991px) {
    .counter-wrap {
        background-color: var(--dark-bg);
        border-radius: 70px 25px 70px 25px;
        row-gap: 40px
    }

    .counter-wrap:before {
        border-right: 60px solid transparent;
        border-top: 60px solid var(--white-bg)
    }

    .counter-wrap:after {
        border-bottom: 60px solid var(--white-bg);
        border-left: 60px solid transparent
    }
}

@media (max-width: 767px) {
    .counter-wrap {
        padding: 80px 15px
    }
}

.counter-icon {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 10px;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 70px
}

.counter-data {
    position: relative;
    width: 160px
}

.counter-data:before {
    background-color: #272f5d;
    content: "";
    height: 90px;
    position: absolute;
    right: -57%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

@media (max-width: 1399px) {
    .counter-data:before {
        right: -38%
    }
}

@media (max-width: 1199px) {
    .counter-data:before {
        right: -25%
    }
}

@media (max-width: 991px) {
    .counter-data:before {
        right: 0
    }
}

.counter-data:last-child:before {
    content: none
}

@media (max-width: 991px) {
    .counter-data:nth-child(2):before {
        content: none
    }
}

.counter-data p {
    color: var(--light-color2)
}

@media (max-width: 991px) {
    .counter-data {
        flex: 0 0 50%
    }
}

.counter-number {
    color: var(--white-color);
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1.15em
}

@media (max-width: 767px) {
    .counter-number {
        font-size: 34px
    }
}

.counter-wrap2 {
    display: flex;
    gap: 96px
}

@media (max-width: 991px) {
    .counter-wrap2 {
        gap: 0
    }
}

@media (max-width: 575px) {
    .counter-wrap2 {
        gap: 24px
    }
}

.counter-wrap2 .counter-number {
    color: var(--heading-color)
}

.counter-wrap2 .counter-data p {
    color: var(--body-color)
}

.counter-wrap2 .counter-data:before {
    background-color: var(--light-color1);
    right: -25%
}

@media (max-width: 991px) {
    .counter-wrap2 .counter-data:before {
        right: 25%
    }
}

@media (max-width: 600px) {
    .counter-wrap2 .counter-data:before {
        content: none
    }
}

.counter-section3 {
    padding: 130px 0 80px
}

@media (max-width: 991px) {
    .counter-section3 {
        padding: 100px 0 80px;
        padding: 80px 0
    }
}

.counter-wrap3 {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px
}

@media (max-width: 991px) {
    .counter-wrap3 {
        -moz-column-gap: 0;
        column-gap: 0
    }
}

@media (max-width: 767px) {
    .counter-wrap3 {
        text-align: center
    }
}

.counter-data3 {
    display: flex;
    gap: 20px
}

@media (max-width: 991px) {
    .counter-data3 {
        flex: 0 0 50%;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .counter-data3 {
        display: block
    }
}

.counter-icon3 {
    align-items: center;
    background-color: var(--light-bg3);
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    height: 70px;
    justify-content: center;
    width: 70px
}

@media (max-width: 767px) {
    .counter-icon3 {
        margin: 0 auto 20px
    }
}

.counter-number3 {
    color: var(--heading-color);
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 5px;
    width: 160px
}

@media (max-width: 767px) {
    .counter-number3 {
        font-size: 34px;
        width: 100%
    }
}

.team-wrap {
    background-color: var(--white-bg);
    border-radius: 18px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all .4s
}

@media (max-width: 767px) {
    .team-wrap {
        border-radius: 10px
    }
}

.team-wrap:hover .social-icon-box.position {
    left: 20px;
    opacity: 1
}

.team-wrap:hover .team-thumb img {
    transform: scale(1.1)
}

.team-wrap.border_all {
    border: 1px solid var(--light-color1)
}

.team-wrap.border_all:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0 12px 40px 4px rgba(10, 22, 94, .08)
}

.team-thumb {
    overflow: hidden;
    position: relative
}

.team-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team-data {
    padding: 24px
}

.team-data h5 {
    margin-bottom: 2px
}

.team-single-thumb {
    border-radius: 18px;
    overflow: hidden
}

@media (max-width: 991px) {
    .team-single-thumb {
        margin-bottom: 35px
    }
}

.team-single-content {
    margin-bottom: 80px
}

.team-single-content h2 {
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .team-single-content {
        margin-bottom: 60px
    }
}

@media (max-width: 767px) {
    .team-single-content {
        margin-bottom: 40px
    }
}

.team-single-content span {
    color: var(--accent-color);
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px
}

.team-form {
    margin: 0 auto;
    max-width: 635px;
    text-align: center
}

.team-form h2 {
    margin-bottom: 10px
}

.team-form p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px
}

.two-column-slider .slick-dots, .three-column-slider .slick-dots, .three-column-slider2 .slick-dots, .column-slider .slick-dots, .column-slider2 .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none
}

.two-column-slider .slick-list.draggable, .three-column-slider .slick-list.draggable, .three-column-slider2 .slick-list.draggable, .column-slider .slick-list.draggable, .column-slider2 .slick-list.draggable {
    padding-bottom: 50px !important
}

.two-column-slider .slick-dots li, .three-column-slider .slick-dots li, .three-column-slider2 .slick-dots li, .column-slider .slick-dots li, .column-slider2 .slick-dots li {
    margin: 0 10px
}

.two-column-slider .slick-dots button, .three-column-slider .slick-dots button, .three-column-slider2 .slick-dots button, .column-slider .slick-dots button, .column-slider2 .slick-dots button {
    background: #d0d1df;
    border: none;
    border-radius: 100%;
    display: block;
    height: 8px;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    transition: all .4s;
    width: 8px
}

.two-column-slider .slick-dots button:before, .three-column-slider .slick-dots button:before, .three-column-slider2 .slick-dots button:before, .column-slider .slick-dots button:before, .column-slider2 .slick-dots button:before {
    border: 2px solid var(--heading-color);
    border-radius: 100px;
    content: "";
    height: 21px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .4s;
    width: 21px
}

.two-column-slider .slick-dots li.slick-active button, .three-column-slider .slick-dots li.slick-active button, .three-column-slider2 .slick-dots li.slick-active button, .column-slider .slick-dots li.slick-active button, .column-slider2 .slick-dots li.slick-active button {
    background-color: var(--heading-color)
}

.two-column-slider .slick-dots li.slick-active button:before, .three-column-slider .slick-dots li.slick-active button:before, .three-column-slider2 .slick-dots li.slick-active button:before, .column-slider .slick-dots li.slick-active button:before, .column-slider2 .slick-dots li.slick-active button:before {
    transform: translate(-50%, -50%) scale(1)
}

.two-column-slider .slick-slide, .three-column-slider .slick-slide, .three-column-slider2 .slick-slide, .column-slider .slick-slide, .column-slider2 .slick-slide {
    margin: 0 12px
}

.dark-bg .three-column-slider .slick-dots button:before {
    border: 1px solid var(--white-color)
}

.dark-bg .three-column-slider .slick-dots li.slick-active button, .iconbox-wrap {
    background-color: var(--white-bg)
}

.iconbox-wrap {
    border-radius: 18px;
    padding: 28px;
    transition: all .4s
}

.iconbox-wrap:hover {
    box-shadow: 0 12px 40px 4px rgba(10, 22, 94, .078)
}

.iconbox-wrap:hover .iconbox-icon {
    background-color: var(--accent-bg)
}

.iconbox-wrap:hover .iconbox-icon img {
    filter: brightness(0) invert(1)
}

.iconbox-wrap.style-two {
    display: flex;
    gap: 24px;
    margin-bottom: 24px
}

@media (max-width: 575px) {
    .iconbox-wrap.style-two {
        display: block
    }
}

.iconbox-wrap.style-two .iconbox-icon {
    flex-shrink: 0;
    margin: 0
}

@media (max-width: 575px) {
    .iconbox-wrap.style-two .iconbox-icon {
        margin-bottom: 30px
    }
}

.iconbox-wrap.style-two.border_all {
    border: 1px solid var(--light-color1)
}

.iconbox-wrap.style-two.border_all:hover {
    border: 1px solid var(--white-color)
}

.iconbox-icon {
    align-items: center;
    background-color: var(--light-bg3);
    border-radius: 10px;
    display: flex;
    height: 70px;
    justify-content: center;
    margin-bottom: 60px;
    transition: all .4s;
    width: 70px
}

.iconbox-icon img {
    transition: all .4s
}

.iconbox-data {
    text-align: left
}

.iconbox-data h5 {
    margin-bottom: 8px
}

.iconbox-data p {
    margin-bottom: 20px
}

.iconbox-wrap2 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px
}

.iconbox-icon2 {
    align-items: center;
    background-color: var(--light-bg3);
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    height: 90px;
    justify-content: center;
    width: 90px
}

.iconbox-icon2 i {
    color: #2b4dff;
    font-size: 48px;
    font-weight: 400
}

.iconbox-data2 {
    text-align: left
}

.iconbox-data2 h5 {
    margin-bottom: 8px !important
}

.numberbox-wrap {
    margin-bottom: 40px;
    text-align: center
}

.numberbox-icon {
    margin-bottom: 40px
}

.numberbox-data span {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 100px;
    color: var(--white-color);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    margin: 0 auto 28px;
    width: 40px
}

.numberbox-data h4 {
    margin-bottom: 10px
}

.line {
    position: absolute;
    top: 267px;
    z-index: -1
}

@media (max-width: 767px) {
    .line {
        display: none
    }
}

.service-thumb {
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

.service-thumb img {
    transition: all .6s;
    width: 100%
}

.service-thumb:hover img {
    transform: scale(1.1)
}

.service-thumb:hover .service-icon {
    background-color: var(--white-bg)
}

.service-thumb:hover .service-icon img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(97%) saturate(3717%) hue-rotate(234deg) brightness(106%) contrast(104%);
    transform: scale(1)
}

.service-thumb:before {
    background: linear-gradient(180deg, rgba(4, 13, 67, 0) 52.38%, #040d43 91.91%);
    opacity: 1;
    z-index: 1
}

.service-thumb:after, .service-thumb:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%
}

.service-thumb:after {
    background: linear-gradient(180deg, rgba(43, 77, 255, 0), #2b4dff);
    opacity: 0;
    z-index: 2
}

.service-thumb:hover:before {
    opacity: 0
}

.service-thumb:hover:after {
    opacity: 1
}

.service-data {
    bottom: 0;
    padding: 28px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3
}

.service-data h5 {
    color: var(--white-color)
}

.service-icon {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 10px;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all .4s;
    width: 70px
}

.service-icon img {
    filter: brightness(0) invert(1);
    transition: all .4s;
    width: auto
}

.iconbox-column {
    display: flex;
    flex-wrap: wrap;
    gap: 95px;
    position: relative
}

@media (max-width: 1199px) {
    .iconbox-column {
        gap: 30px
    }
}

.iconbox-column:before {
    background-color: var(--light-color1);
    content: "";
    height: 60px;
    left: 40%;
    position: absolute;
    top: 0;
    width: 1px
}

@media (max-width: 1399px) {
    .iconbox-column:before {
        left: 46%
    }
}

@media (max-width: 1199px) {
    .iconbox-column:before {
        content: none
    }
}

.iconbox-wrap3 {
    align-items: center;
    display: flex;
    gap: 16px;
    text-align: left
}

.iconbox-icon3 {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 10px;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px
}

.iconbox-data3 p {
    color: var(--heading-color);
    font-weight: 600;
    line-height: 24px
}

.iconbox-wrap4 {
    background-color: var(--white-bg);
    border-radius: 18px;
    margin-bottom: 24px;
    padding: 28px
}

.iconbox-icon4 {
    align-items: center;
    background-color: var(--light-bg3);
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    height: 90px;
    justify-content: center;
    margin-bottom: 45px;
    width: 90px
}

.iconbox-data4 {
    text-align: left
}

.iconbox-data4 h4 {
    margin-bottom: 10px !important
}

.accordion-wrap {
    border-top: 1px solid var(--light-color1)
}

@media (max-width: 991px) {
    .accordion-wrap {
        margin-top: 40px
    }
}

.accordion-item {
    border-bottom: 1px solid var(--light-color1);
    padding: 26px 0;
    position: relative;
    transition: all .4s
}

.accordion-item:last-child {
    margin-bottom: 0
}

.accordion-item.open .accordion-header:before {
    transform: rotate(45deg)
}

.accordion-item.open .accordion-body {
    display: block
}

.accordion-header {
    cursor: pointer;
    padding-right: 30px;
    position: relative
}

.accordion-header:before {
    color: var(--heading-color);
    content: "\ea13";
    font-family: remixicon;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -2px;
    transition: all .4s;
    z-index: 2
}

@media (max-width: 767px) {
    .accordion-header:before {
        top: 5px
    }
}

.accordion-body {
    display: none;
    padding-right: 40px;
    padding-top: 15px
}

.accordion-body.default {
    display: block
}

.accordion-page {
    padding: 100px 0
}

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

.accordion-page .accordion-column {
    margin: 0 auto;
    max-width: 856px
}

.default-content.sm-mw {
    margin: 0 auto;
    max-width: 635px;
    text-align: center
}

.t-box {
    background-color: var(--white-bg);
    border-radius: 18px;
    display: flex !important;
    gap: 35px;
    padding: 35px
}

@media (max-width: 991px) {
    .t-box {
        border-radius: 10px;
        gap: 20px;
        padding: 30px
    }
}

@media (max-width: 575px) {
    .t-box {
        display: block !important
    }
}

.t-quote {
    flex-shrink: 0
}

@media (max-width: 575px) {
    .t-quote {
        margin-bottom: 20px
    }
}

.t-data p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 28px
}

.t-rating {
    margin-bottom: 8px
}

.t-rating ul {
    line-height: 1
}

.t-rating ul li {
    display: inline-block
}

.t-author h5 {
    margin-bottom: 2px
}

.t-box2 {
    padding: 0 100px;
    text-align: center
}

@media (max-width: 767px) {
    .t-box2 {
        padding: 0
    }
}

.t-quote2 {
    margin-bottom: 30px
}

.t-quote2 img {
    margin: 0 auto
}

.t-data2 p {
    color: var(--white-color);
    font-size: 34px;
    letter-spacing: -.03em;
    line-height: 52px;
    margin-bottom: 28px
}

@media (max-width: 1199px) {
    .t-data2 p {
        font-size: 30px;
        line-height: 48px
    }
}

@media (max-width: 991px) {
    .t-data2 p {
        font-size: 24px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .t-data2 p {
        font-size: 20px;
        line-height: 36px
    }
}

.t-data2 h5 {
    color: var(--white-color)
}

.t-data2 span {
    color: var(--light-color2)
}

.t-rating2 {
    margin-bottom: 8px
}

.t-rating2 ul {
    line-height: 1
}

.t-rating2 ul li {
    display: inline-block
}

.one-column-slider .t-next, .one-column-slider .t-prev {
    align-items: center;
    background-color: var(--dark-bg2);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 6px;
    color: var(--white-color);
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
    width: 60px;
    z-index: 1
}

.one-column-slider .t-next:hover, .one-column-slider .t-prev:hover {
    background-color: var(--white-bg);
    color: var(--accent-color)
}

@media (max-width: 767px) {
    .one-column-slider .t-next, .one-column-slider .t-prev {
        display: none !important
    }
}

.one-column-slider .t-next i, .one-column-slider .t-prev i {
    font-size: 24px
}

.one-column-slider .t-prev {
    left: auto;
    right: 0
}

.t-box3 {
    border: 1px solid var(--light-color1);
    border-radius: 18px;
    margin-bottom: 24px;
    padding: 28px
}

@media (max-width: 991px) {
    .t-box3 {
        border-radius: 10px
    }
}

.t-data3 p {
    font-size: 18px;
    line-height: 32px
}

.t-rating3 {
    margin-bottom: 15px
}

.t-rating3 ul {
    line-height: 1
}

.t-rating3 ul li {
    display: inline-block
}

.t-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 35px
}

.footer-cta-wrap {
    background-position: 50%;
    background-size: 100% 100%;
    border-radius: 30px;
    padding: 105px;
    position: relative
}

.footer-cta-wrap:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.footer-cta-wrap:after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0
}

@media (max-width: 1399px) {
    .footer-cta-wrap {
        padding: 80px
    }
}

@media (max-width: 991px) {
    .footer-cta-wrap {
        background-color: var(--accent-bg);
        border-radius: 70px 25px 70px 25px
    }

    .footer-cta-wrap:before {
        border-right: 60px solid transparent;
        border-top: 60px solid var(--dark-bg)
    }

    .footer-cta-wrap:after {
        border-bottom: 60px solid var(--dark-bg);
        border-left: 60px solid transparent
    }
}

@media (max-width: 767px) {
    .footer-cta-wrap {
        padding: 50px 15px
    }
}

@media (max-width: 991px) {
    .footer-cta-wrap.shape-white {
        background-color: var(--accent-bg)
    }

    .footer-cta-wrap.shape-white:before {
        border-top: 60px solid var(--white-bg)
    }

    .footer-cta-wrap.shape-white:after {
        border-bottom: 60px solid var(--white-bg)
    }

    .footer-cta-content {
        text-align: center
    }
}

.footer-cta-content h2 {
    color: var(--white-color);
    font-size: 64px;
    margin-bottom: 20px
}

@media (max-width: 1399px) {
    .footer-cta-content h2 {
        font-size: 60px
    }
}

@media (max-width: 1199px) {
    .footer-cta-content h2 {
        font-size: 48px
    }
}

@media (max-width: 767px) {
    .footer-cta-content h2 {
        font-size: 36px
    }
}

.footer-cta-content p {
    color: var(--light-color2)
}

@media (max-width: 991px) {
    .footer-cta-btn {
        margin-top: 40px;
        text-align: center;
        width: 100%
    }
}

.cta-wrap {
    background-position: 50%;
    background-size: cover
}

.cta-content.center {
    margin: 0 auto;
    max-width: 600px;
    text-align: center
}

@media (max-width: 991px) {
    .cta-content {
        text-align: center
    }
}

.cta-content h2 {
    color: var(--white-color);
    font-size: 64px;
    margin-bottom: 20px
}

@media (max-width: 1399px) {
    .cta-content h2 {
        font-size: 60px
    }
}

@media (max-width: 1199px) {
    .cta-content h2 {
        font-size: 48px
    }
}

@media (max-width: 767px) {
    .cta-content h2 {
        font-size: 36px
    }
}

.cta-content p {
    color: var(--light-color2)
}

.cta-content.dark-color h2, .cta-content.dark-color p {
    color: var(--heading-color)
}

@media (max-width: 991px) {
    .cta-btn {
        margin-top: 40px;
        text-align: center;
        width: 100%
    }
}

.social-icon-box ul li {
    display: inline-block;
    margin-right: 6px
}

.social-icon-box ul li:last-child {
    margin-right: 0
}

.social-icon-box ul li a {
    align-items: center;
    background: #1e2656;
    border-radius: 6px;
    color: var(--white-color);
    display: flex;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    transition: all .4s;
    width: 44px
}

.social-icon-box ul li a:hover {
    background: var(--accent-bg);
    color: var(--white-color)
}

.social-icon-box ul li a i {
    font-size: 20px
}

.social-icon-box.style-two ul li a {
    background-color: var(--light-bg2);
    color: var(--heading-color)
}

.social-icon-box.style-two ul li a:hover {
    background-color: var(--accent-bg);
    color: var(--white-color)
}

.social-icon-box.style-three ul li {
    display: block;
    margin-bottom: 8px;
    margin-right: 0
}

.social-icon-box.style-three ul li a {
    background-color: var(--white-bg);
    color: var(--heading-color)
}

.social-icon-box.style-three ul li a:hover {
    background-color: var(--accent-bg);
    color: var(--white-color)
}

.social-icon-box.right-align {
    text-align: right
}

@media (max-width: 991px) {
    .social-icon-box.right-align {
        margin-top: 20px;
        text-align: center
    }
}

.social-icon-box.position {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 20px;
    transition: all .6s
}

.brand-section2 {
    padding: 100px 0 130px
}

@media (max-width: 991px) {
    .brand-section2 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .brand-section2 {
        padding: 80px 0
    }
}

.brand-title {
    margin-bottom: 52px;
    text-align: center
}

.brand-title p {
    color: var(--light-color2);
    font-size: 18px
}

.brand-title.dark-color p {
    color: var(--heading-color)
}

.brand-item {
    display: flex !important;
    justify-content: center;
    opacity: .5;
    text-align: center;
    transition: all .4s
}

.brand-item:hover {
    opacity: 1
}

.brand-slider .slick-track {
    align-items: center;
    display: flex
}

.icon-list {
    text-align: left
}

.icon-list ul li {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative
}

.icon-list ul li:last-child {
    margin-bottom: 0
}

.icon-list ul li i {
    color: var(--heading-color);
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0
}

.pricing-wrap {
    border: 1px solid var(--light-color1);
    border-radius: 18px;
    margin-bottom: 24px;
    padding: 28px
}

.pricing-wrap.active {
    background-color: var(--accent-bg)
}

.pricing-wrap.active .pricing-btn {
    background-color: var(--white-bg)
}

.pricing-wrap.active .pricing-btn:hover {
    background-color: var(--dark-bg)
}

.pricing-wrap.active p {
    color: var(--light-color2)
}

.pricing-wrap.active .pricing-header h4, .pricing-wrap.active .pricing-price h2 {
    color: var(--white-color)
}

.pricing-wrap.active .pricing-price span {
    color: var(--light-color2)
}

.pricing-wrap.active .pricing-feature ul li, .pricing-wrap.active .pricing-feature ul li i {
    color: var(--white-color)
}

.pricing-header {
    margin-bottom: 30px
}

.pricing-header h4 {
    margin-bottom: 10px
}

.pricing-price {
    margin-bottom: 30px
}

.pricing-price h2 {
    font-size: 64px;
    line-height: 1
}

@media (max-width: 991px) {
    .pricing-price h2 {
        font-size: 48px
    }
}

.pricing-price h2 span {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 10px;
    text-transform: capitalize
}

.pricing-btn {
    background-color: var(--light-bg2);
    border-radius: 6px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -.01em;
    line-height: 24px;
    padding: 18px;
    text-align: center;
    transition: all .4s;
    width: 100%
}

.pricing-btn:hover {
    background-color: var(--dark-bg);
    color: var(--white-color)
}

.pricing-feature {
    margin-bottom: 40px
}

.pricing-feature ul li {
    color: var(--heading-color);
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative
}

.pricing-feature ul li:last-child {
    margin-bottom: 0
}

.pricing-feature ul li i {
    color: var(--heading-color);
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0
}

.pricing2 {
    background-color: var(--white-bg);
    border: none
}

.pricing2 .pricing-price {
    margin-bottom: 15px
}

.pricing2 .pricing-feature {
    margin: 0
}

.pricing2 .pricing-btn {
    margin-bottom: 28px
}

.shape1 {
    position: absolute;
    right: -82px;
    top: 70px;
    z-index: -1
}

@media (max-width: 991px) {
    .shape1 {
        display: none
    }
}

.shape2 {
    bottom: -92px;
    left: 200px;
    position: absolute;
    z-index: -1
}

@media (max-width: 991px) {
    .shape2 {
        display: none
    }
}

.shape3 {
    left: -85px;
    position: absolute;
    top: 40px;
    z-index: -1
}

@media (max-width: 991px) {
    .shape3 {
        display: none
    }
}

.shape4 {
    bottom: -92px;
    left: 50%;
    position: absolute;
    z-index: -1
}

@media (max-width: 991px) {
    .shape4 {
        display: none
    }
}

.shape5 {
    left: -83px;
    position: absolute;
    top: 70px;
    z-index: -1
}

@media (max-width: 991px) {
    .shape5 {
        display: none
    }
}

.portfolio-wrap {
    margin-bottom: 24px;
    text-align: center
}

.portfolio-thumb {
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

.portfolio-thumb img {
    transition: all .4s
}

.portfolio-thumb:hover img {
    transform: scale(1.1)
}

.portfolio-thumb:before {
    background: linear-gradient(180deg, rgba(4, 13, 67, 0) 52.38%, #040d43 91.91%);
    opacity: 1
}

.portfolio-thumb:after, .portfolio-thumb:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 1
}

.portfolio-thumb:after {
    background: linear-gradient(180deg, rgba(43, 77, 255, 0), #2b4dff);
    opacity: 0
}

.portfolio-thumb:hover:after {
    opacity: 1
}

.portfolio-thumb:hover .portfolio-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.portfolio-data {
    bottom: 0;
    padding: 28px 15px;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 2
}

.portfolio-data h4 {
    color: var(--white-color);
    margin-bottom: 4px
}

.portfolio-data p {
    color: var(--light-color2)
}

.portfolio-btn {
    align-items: center;
    background-color: var(--white-bg);
    border-radius: 6px;
    display: flex;
    font-size: 30px;
    height: 60px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    padding: 18px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .4s;
    width: 60px;
    z-index: 3
}

@media (max-width: 767px) {
    .portfolio-btn {
        margin: 0 auto 50px
    }
}

.portfolio-btn i {
    color: var(--accent-color)
}

.portfolio-btn .p-btn-wraper {
    line-height: 1;
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.portfolio-btn:hover .p-btn-wraper {
    opacity: 0;
    transform: translateY(-150%)
}

.portfolio-btn:before {
    background-size: 102% 102%;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    z-index: -1
}

.portfolio-btn:hover:before {
    opacity: 1
}

.portfolio-btn:after {
    content: "\ea70";
    display: inline-block;
    font-family: remixicon !important;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

.portfolio-btn:hover:after {
    opacity: 1;
    transform: translateY(-50%)
}

.center-btn {
    margin-top: 28px;
    text-align: center
}

.portfolio-wrap2 {
    background-color: var(--white-bg);
    border-radius: 18px;
    overflow: hidden
}

.portfolio-wrap2:hover .portfolio-btn2 {
    background-color: var(--accent-bg)
}

.portfolio-wrap2:hover .portfolio-btn2 i {
    color: var(--white-color)
}

.portfolio-wrap2:hover .portfolio-thumb2 img {
    transform: scale(1.1)
}

.portfolio-thumb2 {
    overflow: hidden;
    position: relative
}

.portfolio-thumb2 img {
    transition: all .4s
}

.portfolio-data2 h4 {
    margin-bottom: 4px
}

.portfolio-data2-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 28px
}

.portfolio-btn2 {
    align-items: center;
    background-color: var(--light-bg2);
    border-radius: 6px;
    display: flex;
    flex-shrink: 0;
    height: 60px;
    justify-content: center;
    overflow: hidden;
    padding: 18px;
    position: relative;
    transition: all .4s;
    width: 60px;
    z-index: 3
}

.portfolio-btn2 i {
    color: var(--heading-color);
    font-size: 30px
}

.portfolio-btn2 .p-btn-wraper {
    line-height: 1;
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.portfolio-btn2:hover .p-btn-wraper {
    opacity: 0;
    transform: translateY(-150%)
}

.portfolio-btn2:before {
    background-size: 102% 102%;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    z-index: -1
}

.portfolio-btn2:hover:before {
    opacity: 1
}

.portfolio-btn2:after {
    color: var(--white-color);
    content: "\ea70";
    display: inline-block;
    font-family: remixicon !important;
    font-size: 30px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

.portfolio-btn2:hover:after {
    opacity: 1;
    transform: translateY(-50%)
}

.pd-wrap {
    padding: 50px 0 100px
}

@media (max-width: 991px) {
    .pd-wrap {
        padding: 40px 0 80px
    }
}

.pd-wrap .icon-list {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .pd-wrap .icon-list {
        margin-bottom: 24px
    }
}

.pd-content-item {
    margin-bottom: 24px
}

.pd-content-item:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .pd-content-item {
        margin-bottom: 24px
    }
}

.pd-content-item img {
    border-radius: 18px
}

@media (max-width: 991px) {
    .pd-content-item img {
        margin-bottom: 24px
    }
}

.pd-content-item h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.pd-sidebar {
    background-color: var(--light-bg1);
    border-radius: 18px;
    padding: 30px
}

.pd-sidebar-wrap {
    margin-left: 30px;
    position: sticky;
    top: 120px
}

@media (max-width: 991px) {
    .pd-sidebar-wrap {
        margin-left: 0;
        margin-top: 40px;
        position: static
    }
}

.pd-sidebar-wrap .social-icon-box {
    margin-top: 24px
}

@media (max-width: 767px) {
    .pd-sidebar {
        border-radius: 10px
    }
}

.pd-sidebar h5 {
    margin-bottom: 20px
}

.pd-sidebar-item {
    align-items: center;
    display: flex;
    margin-bottom: 12px
}

.pd-sidebar-item span {
    color: var(--heading-color);
    display: block;
    font-weight: 600;
    width: 100px
}

.pd-sidebar-item a {
    color: var(--accent-color)
}

.post-navigation2 {
    align-items: center;
    border-top: 1px solid var(--light-color1);
    display: flex;
    justify-content: space-between;
    padding-top: 40px
}

@media (max-width: 767px) {
    .post-navigation2 {
        flex-wrap: wrap;
        gap: 24px
    }
}

.post-navigation2 .p-nav-next, .post-navigation2 .p-nav-previous {
    display: flex;
    gap: 16px
}

.post-navigation2 .p-nav-next {
    text-align: right
}

.post-data p {
    color: var(--body-color);
    font-weight: 400;
    margin-bottom: 4px
}

.post-icon {
    align-items: center;
    background-color: var(--light-bg2);
    border-radius: 6px;
    display: flex;
    flex-shrink: 0;
    height: 60px;
    justify-content: center;
    transition: all .4s;
    width: 60px
}

.post-icon i {
    color: var(--heading-color);
    font-size: 22px;
    transition: all .4s
}

.p-nav-previous:hover .post-icon {
    background-color: var(--accent-bg);
    color: var(--white-color)
}

.p-nav-previous:hover .post-icon i {
    color: var(--white-color)
}

.p-nav-next:hover .post-icon {
    background-color: var(--accent-bg);
    color: var(--white-color)
}

.p-nav-next:hover .post-icon i {
    color: var(--white-color)
}

.thumb {
    position: relative;
    z-index: 0
}

@media (max-width: 767px) {
    .thumb {
        margin-bottom: 40px
    }
}

.thumb-position {
    bottom: -100px;
    position: absolute;
    right: -120px;
    width: 64%
}

@media (max-width: 991px) {
    .thumb-position {
        bottom: -75px;
        right: -34px;
        width: 40%
    }
}

@media (max-width: 767px) {
    .thumb-position {
        display: none
    }
}

.thumb-position2 {
    bottom: -100px;
    left: -90px;
    position: absolute;
    width: 69%
}

@media (max-width: 991px) {
    .thumb-position2 {
        bottom: -75px;
        left: -30px;
        width: 40%
    }
}

@media (max-width: 767px) {
    .thumb-position2 {
        display: none
    }
}

.thumb-position3 {
    bottom: -100px;
    left: -120px;
    position: absolute;
    width: 64%
}

@media (max-width: 1230px) {
    .thumb-position3 {
        left: -80px
    }
}

@media (max-width: 991px) {
    .thumb-position3 {
        bottom: -75px;
        left: 0;
        width: 40%
    }
}

@media (max-width: 767px) {
    .thumb-position3 {
        display: none
    }
}

.extra-mr {
    margin-right: 150px
}

@media (max-width: 1399px) {
    .extra-mr {
        margin-right: 115px
    }
}

@media (max-width: 991px) {
    .extra-mr {
        margin-bottom: 115px;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .extra-mr {
        margin-bottom: 40px;
        margin-right: 0
    }
}

.extra-ml {
    margin-left: 135px
}

@media (max-width: 1399px) {
    .extra-ml {
        margin-left: 130px
    }
}

@media (max-width: 1199px) {
    .extra-ml {
        margin-left: 115px
    }
}

@media (max-width: 991px) {
    .extra-ml {
        margin-bottom: 115px;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .extra-ml {
        margin-bottom: 40px;
        margin-left: 0
    }
}

.extra-ml2 {
    margin-left: 125px
}

@media (max-width: 1399px) {
    .extra-ml2 {
        margin-left: 70px
    }
}

@media (max-width: 991px) {
    .extra-ml2 {
        margin-bottom: 115px;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .extra-ml2 {
        margin-bottom: 40px;
        margin-left: 0
    }
}

.clip-path-lg-one img {
    border-radius: 95px 30px 90px 30px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 100% 85%, 85% 100%, 0 100%, 0 100%, 0 15%)
}

.clip-path-sm-one {
    border: 10px solid #fff;
    border-radius: 95px 30px 90px 30px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 100% 80%, 80% 100%, 0 100%, 0 100%, 0 20%)
}

.shop-wrap {
    margin-bottom: 50px
}

.shop-wrap:hover .shop-btn {
    bottom: 28px;
    opacity: 1;
    visibility: visible
}

.shop-thumb {
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

.shop-data {
    padding-top: 20px
}

.shop-data h5 {
    margin-bottom: 5px
}

.shop-data h6 {
    color: var(--accent-color);
    font-size: 16px
}

.shop-data h6 del {
    color: #6e6e77;
    font-weight: 400;
    margin-left: 8px
}

.shop-btn {
    bottom: 0;
    justify-content: center;
    left: 28px;
    opacity: 0;
    padding: 18px;
    visibility: hidden;
    width: calc(100% - 56px)
}

.shop-badge, .shop-btn {
    background-color: var(--accent-bg);
    color: var(--white-color) !important;
    position: absolute;
    text-align: center
}

.shop-badge {
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    left: 16px;
    padding: 5px 16px;
    top: 16px;
    transition: all .4s
}

.tab-slider {
    margin-right: 40px
}

@media (max-width: 991px) {
    .tab-slider {
        margin-right: 0
    }
}

ul.tabs-menu {
    display: flex;
    gap: 16px;
    margin-top: 16px
}

ul.tabs-menu li {
    display: inline-block
}

ul.tabs-menu li a img {
    border-radius: 10px;
    height: 140px;
    width: 130px
}

@media (max-width: 1199px) {
    ul.tabs-menu li a img {
        height: 100%;
        width: 100px
    }
}

.tabs-container {
    overflow: hidden
}

.tabs-wrapper {
    position: relative;
    white-space: nowrap
}

.tabs-wrapper img {
    border-radius: 18px;
    width: 100%
}

@media (max-width: 991px) {
    .tabs-wrapper img {
        border-radius: 10px
    }
}

.tabs-wrapper > * {
    display: inline-block;
    margin-left: -2px;
    width: 100%
}

.details-content {
    margin-left: 50px;
    padding-top: 100px
}

@media (max-width: 1199px) {
    .details-content {
        margin-left: 30px;
        padding-top: 40px
    }
}

@media (max-width: 991px) {
    .details-content {
        margin-left: 0
    }
}

.details-content h2 {
    margin-bottom: 8px
}

.details-content h6 {
    color: var(--accent-color);
    margin-bottom: 28px
}

.details-content p {
    margin-bottom: 40px
}

.product-wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 40px
}

.product-number {
    max-width: 151px;
    position: relative
}

.product-number input {
    border: 1px solid #e7e7e8 !important;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    height: 60px;
    padding: 10px 45px !important;
    text-align: center;
    vertical-align: middle
}

.product-minus, .product-plus {
    cursor: pointer;
    font-size: 23px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.product-minus {
    left: 20px;
    right: auto
}

.product-btn {
    background-color: var(--accent-bg);
    color: var(--white-color) !important;
    justify-content: center;
    padding: 14px;
    text-align: center;
    transition: all .4s;
    width: 100%
}

.product-btn img {
    margin-left: 10px
}

.product-info h5 {
    margin-bottom: 12px
}

.product-info ul li span {
    font-weight: 600
}

.product-info ul li a {
    color: var(--heading-color);
    transition: all .4s
}

.product-info ul li a:hover {
    color: var(--accent-color)
}

.product-tab ul.nav {
    border-bottom: 1px solid #e7e7e8;
    margin-bottom: 24px
}

.product-tab .nav-pills .nav-link {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 600;
    margin-right: 60px;
    padding: 0 0 20px;
    position: relative
}

@media (max-width: 767px) {
    .product-tab .nav-pills .nav-link {
        margin-right: 30px
    }
}

@media (max-width: 575px) {
    .product-tab .nav-pills .nav-link {
        font-size: 20px;
        margin-right: 20px
    }
}

.product-tab .nav-pills .nav-link:before {
    background-color: transparent;
    bottom: 0;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.product-tab .nav-pills .nav-link.active {
    color: var(--accent-color)
}

.product-tab .nav-pills .nav-link.active:before {
    background-color: var(--accent-color)
}

.related-product-section {
    padding-bottom: 80px
}

@media (max-width: 991px) {
    .related-product-section {
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .related-product-section {
        padding-bottom: 30px
    }
}

.cart-section {
    padding: 100px 0 50px
}

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

@media (max-width: 767px) {
    .cart-section {
        padding: 80px 0 20px
    }
}

@media (max-width: 991px) {
    .cart-list {
        overflow-x: scroll
    }
}

.cart-list table {
    width: 100%
}

.cart-list table thead tr {
    border-bottom: 1px solid #e7e7e8
}

.cart-list table thead tr th {
    font-weight: 400;
    padding: 16px 0;
    white-space: nowrap
}

.cart-list table tbody tr {
    border-bottom: 1px solid #e7e7e8
}

.cart-list table tbody tr td {
    color: var(--heading-color);
    font-weight: 600;
    padding: 28px;
    white-space: nowrap
}

.cart-list table tbody tr td:first-child {
    padding-left: 0
}

.cart-list table tbody tr td:last-child {
    padding-right: 0
}

.cart-list .product-number input {
    height: 52px
}

.cart-list .product-number {
    width: 151px
}

.cart-thumb {
    align-items: center;
    display: flex
}

@media (max-width: 991px) {
    .cart-thumb {
        width: 400px
    }
}

.cart-thumb i {
    color: #6e6e77;
    cursor: pointer
}

.cart-thumb img {
    border-radius: 10px;
    height: 144px;
    margin: 0 24px;
    width: 130px
}

.cart-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 28px 0
}

@media (max-width: 767px) {
    .cart-footer {
        display: block
    }
}

.cupon-code {
    position: relative;
    width: 415px
}

@media (max-width: 767px) {
    .cupon-code {
        margin-bottom: 20px;
        width: 100%
    }
}

.cupon-code input {
    border: 1px solid #e7e7e8 !important;
    padding: 20px 24px !important;
    width: 100%
}

.cupon-code img {
    position: absolute;
    right: 22px;
    top: 16px
}

.cart-total h5 {
    margin-bottom: 20px
}

.cart-total-item {
    border-bottom: 1px solid #e7e7e8;
    display: flex;
    padding: 25px 0
}

.cart-total-item p {
    color: var(--heading-color);
    margin: 0;
    width: 150px
}

.cart-total-item p span {
    color: var(--accent-color);
    font-weight: 600
}

.checkout-header {
    align-items: center;
    background-color: var(--light-bg1);
    display: flex;
    margin-bottom: 60px;
    padding: 14px 28px
}

.checkout-header img {
    margin-right: 10px
}

.checkout-header a {
    color: var(--accent-color);
    margin-left: 5px
}

@media (max-width: 991px) {
    .checkout-header {
        margin-bottom: 40px
    }
}

.checkout-form h5 {
    font-size: 24px;
    margin-bottom: 24px
}

.field {
    margin-bottom: 24px
}

.field:last-child {
    margin-bottom: 0
}

.field label {
    color: var(--heading-color);
    display: block;
    font-weight: 600;
    margin-bottom: 8px
}

.field input, .field textarea {
    border: 1px solid #e7e7e8 !important;
    border-radius: 6px;
    height: 60px;
    padding: 24px !important
}

.field textarea {
    height: 148px;
    padding: 15px 20px !important
}

.field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e7e7e8;
    color: rgba(13, 14, 29, 1);
    cursor: pointer;
    height: 50px;
    padding: 10px 24px;
    position: relative;
    width: 100%
}

.field select:focus-visible {
    outline: 0
}

.field.dropdown {
    position: relative
}

.field.dropdown:before {
    content: "\ea4e";
    font-family: remixicon !important;
    font-size: 26px;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 54px;
    width: 12px;
    z-index: 2
}

.field.checkout-additional-information {
    margin-top: 60px
}

@media (max-width: 991px) {
    .field.checkout-additional-information {
        margin-top: 40px
    }
}

input.house-number {
    margin-bottom: 12px
}

@media (max-width: 991px) {
    .checkuot-sidebar {
        margin-top: 40px
    }
}

.checkuot-sidebar ul li {
    border-bottom: 1px solid #e7e7e8;
    color: var(--heading-color);
    line-height: 24px;
    padding: 24px 0
}

.checkuot-sidebar ul li:last-child {
    border-bottom: none
}

.checkuot-sidebar ul li span {
    float: right
}

.checkuot-sidebar span {
    color: var(--heading-color);
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.checkuot-sidebar p {
    color: var(--heading-color)
}

span.total-amount {
    color: #0119ff;
    font-size: 20px;
    font-weight: 600
}

.shop-order-btn {
    justify-content: center;
    margin-top: 40px;
    width: 100%
}

.shop-radio-btn input[type=radio] + .radio-label:before {
    border: 2px solid var(--accent-color);
    border-radius: 100%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 12px;
    position: relative;
    text-align: center;
    top: -1px;
    transition: all .25s ease;
    vertical-align: top;
    width: 20px
}

.shop-radio-btn input[type=radio]:checked + .radio-label:before {
    background-color: var(--accent-bg);
    box-shadow: inset 0 0 0 2px #fff
}

.shop-radio-btn {
    margin: 12px 0 28px
}

.shop-radio-btn label {
    align-items: center;
    color: var(--heading-color);
    cursor: pointer;
    display: flex;
    line-height: 1
}

.shop-radio-btn input[type=radio] {
    display: none;
    opacity: 0;
    position: absolute
}

.header-info-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header-info ul li {
    color: var(--white-color);
    display: inline-block;
    font-size: 14px;
    margin-right: 48px;
    padding-left: 24px;
    position: relative
}

.header-info ul li:last-child {
    margin-right: 0
}

.header-info ul li a {
    align-items: center;
    color: var(--white-color);
    display: flex;
    font-size: 14px
}

.header-info ul li i {
    color: var(--white-color);
    font-size: 18px;
    left: 0;
    position: absolute
}

.header-info.dark-color ul li, .header-info.dark-color ul li a, .header-info.dark-color ul li i {
    color: var(--heading-color)
}

.infobox-item {
    align-items: center;
    background-color: var(--dark-bg2);
    border-radius: 10px;
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    padding: 30px
}

@media (max-width: 991px) {
    .infobox-item {
        gap: 15px;
        padding: 20px
    }
}

.infobox-item.light-color {
    background-color: var(--light-bg1)
}

.infobox-item.light-color .infobox-data p {
    color: var(--body-color)
}

.infobox-item.light-color .infobox-data h5 {
    color: var(--heading-color)
}

.infobox-icon {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 6px;
    display: flex;
    flex-shrink: 0;
    height: 56px;
    justify-content: center;
    width: 56px
}

.infobox-icon i {
    color: var(--white-color);
    font-size: 28px
}

.infobox-data p {
    color: var(--light-color2);
    line-height: 24px;
    margin-bottom: 5px
}

.infobox-data h5 {
    color: var(--white-color)
}

.extra-padding {
    padding-bottom: 76px
}

@media (max-width: 991px) {
    .extra-padding {
        padding-bottom: 56px
    }
}

@media (max-width: 767px) {
    .extra-padding {
        padding-bottom: 40px
    }
}

@media (max-width: 991px) {
    .subscription-column {
        margin-top: 40px
    }
}

.footer-info ul li {
    color: var(--white-color);
    margin-bottom: 4px;
    padding-left: 24px;
    position: relative
}

.footer-info ul li:last-child {
    margin-bottom: 0
}

.footer-info ul li a {
    align-items: center;
    color: var(--white-color);
    display: flex
}

.footer-info ul li i {
    color: var(--white-color);
    font-size: 18px;
    left: 0;
    position: absolute
}

.footer-info.dark-color ul li, .footer-info.dark-color ul li a, .footer-info.dark-color ul li i {
    color: var(--heading-color)
}

.contact-info {
    margin-bottom: 40px
}

.contact-info i {
    align-items: center;
    background-color: var(--heading-color);
    border-radius: 6px;
    color: var(--white-color);
    display: flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    margin-bottom: 20px;
    width: 48px
}

.contact-info h5 {
    margin-bottom: 6px !important
}

.contact-info a {
    color: var(--body-color);
    display: block
}

.progress-item {
    margin-bottom: 24px
}

.progress-item:last-child {
    margin-bottom: 0
}

.progress-title-holder {
    position: relative;
    text-align: left
}

.progress-bar {
    background-color: transparent;
    overflow: hidden;
    transition: width 5s ease
}

.progress-title {
    background-color: var(--white-bg);
    color: var(--heading-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1;
    line-height: 30px;
    padding: 0 0 10px;
    position: relative;
    z-index: 100
}

.progress-title.bg-gray {
    background-color: var(--light-bg1)
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10
}

.progress-number-mark {
    bottom: 12px;
    color: var(--heading-color);
    line-height: 1;
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.progress-content-outter {
    background-color: var(--light-bg2);
    border-radius: 2px;
    height: 8px
}

.progress-content {
    background-color: var(--accent-bg);
    border-radius: 2px;
    height: 8px;
    width: 0
}

.progress-wrap {
    border-radius: 50px;
    bottom: 30px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .04);
    cursor: pointer;
    display: block;
    height: 50px;
    opacity: 0;
    position: fixed;
    right: 30px;
    transform: translateY(15px);
    transition: all .2s linear;
    visibility: hidden;
    width: 50px;
    z-index: 10000
}

.progress-wrap.active-progress {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--accent-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear
}

.top-arrow {
    left: 50%;
    line-height: 1px;
    position: absolute;
    top: 54%;
    transform: translate(-50%, -50%)
}

.top-arrow i {
    color: var(--accent-color);
    font-size: 36px
}

.z-index {
    position: relative;
    z-index: 0
}

.section-padding {
    padding: 130px 0
}

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

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

.section-padding2 {
    padding: 130px 0 106px
}

@media (max-width: 991px) {
    .section-padding2 {
        padding: 100px 0 76px
    }
}

@media (max-width: 767px) {
    .section-padding2 {
        padding: 80px 0 56px
    }
}

.section-padding3 {
    padding: 70px 0
}

@media (max-width: 767px) {
    .section-padding3 {
        padding: 50px 0
    }
}

.section-padding4 {
    padding: 130px 0 106px
}

@media (max-width: 991px) {
    .section-padding4 {
        padding: 100px 0 76px
    }
}

@media (max-width: 767px) {
    .section-padding4 {
        padding: 80px 0 56px
    }
}

.section-padding5 {
    padding: 130px 0 90px
}

@media (max-width: 991px) {
    .section-padding5 {
        padding: 100px 0 60px
    }
}

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

.section-padding-top {
    padding: 130px 0 0
}

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

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

.section-padding-bottom {
    padding: 0 0 130px
}

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

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

.large-padding-tb {
    padding: 130px 0 220px
}

@media (max-width: 1399px) {
    .large-padding-tb {
        padding: 130px 0 175px
    }
}

@media (max-width: 1199px) {
    .large-padding-tb {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .large-padding-tb {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .large-padding-tb {
        padding: 80px 0
    }
}

.large-padding-tb2 {
    padding: 130px 0 230px
}

@media (max-width: 1399px) {
    .large-padding-tb2 {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .large-padding-tb2 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .large-padding-tb2 {
        padding: 80px 0
    }
}

.large-padding-tb3 {
    padding: 130px 0 220px
}

@media (max-width: 1399px) {
    .large-padding-tb3 {
        padding: 130px 0 175px
    }
}

@media (max-width: 1199px) {
    .large-padding-tb3 {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .large-padding-tb3 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .large-padding-tb3 {
        padding: 80px 0
    }
}

.large-padding-tb4 {
    padding: 130px 0 220px
}

@media (max-width: 1399px) {
    .large-padding-tb4 {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .large-padding-tb4 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .large-padding-tb4 {
        padding: 80px 0
    }
}

.large-padding-tb5 {
    padding: 130px 0 230px
}

@media (max-width: 1199px) {
    .large-padding-tb5 {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .large-padding-tb5 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .large-padding-tb5 {
        padding: 80px 0
    }
}

.large-padding-tb6 {
    padding: 130px 0 230px
}

@media (max-width: 1399px) {
    .large-padding-tb6 {
        padding: 130px 0 185px
    }
}

@media (max-width: 1199px) {
    .large-padding-tb6 {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .large-padding-tb6 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .large-padding-tb6 {
        padding: 80px 0
    }
}

.large-padding-tb7 {
    padding: 130px 0 220px
}

@media (max-width: 1399px) {
    .large-padding-tb7 {
        padding: 130px 0 175px
    }
}

@media (max-width: 1199px) {
    .large-padding-tb7 {
        padding: 130px 0
    }
}

@media (max-width: 991px) {
    .large-padding-tb7 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .large-padding-tb7 {
        padding: 80px 0
    }
}

.divider {
    height: 1px
}

.divider, .divider.color2 {
    background-color: var(--light-color1)
}

.extra-padding-tb {
    padding: 100px 0 56px
}

@media (max-width: 991px) {
    .extra-padding-tb {
        padding: 80px 0 56px
    }
}

.section-title {
    padding-bottom: 50px
}

@media (max-width: 991px) {
    .section-title {
        margin: 0 auto;
        max-width: 600px;
        text-align: center
    }
}

.section-title.center {
    margin: 0 auto;
    max-width: 640px;
    text-align: center
}

.section-title.center.large-width {
    max-width: 680px
}

.section-title.light-color h2 {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .section-title .title-btn {
        margin-top: 24px;
        width: 100%
    }
}

.default-content h2, .default-content h5 {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .default-content h2 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .default-content h2 {
        font-size: 34px
    }
}

.default-content.light-color h2, .default-content.light-color h5, .default-content.light-color p {
    color: var(--white-color)
}

.ml40 {
    margin-left: 40px
}

@media (max-width: 991px) {
    .ml40 {
        margin-left: 0
    }
}

.ml60 {
    margin-left: 60px
}

@media (max-width: 991px) {
    .ml60 {
        margin-left: 0
    }
}

.mr40 {
    margin-right: 40px
}

@media (max-width: 991px) {
    .mr40 {
        margin-right: 0
    }
}

.blog-sidebar {
    padding-left: 20px
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 40px;
        padding-left: 0
    }
}

.blog-widgets {
    background-color: var(--light-bg1);
    border-radius: 18px;
    margin-bottom: 24px;
    padding: 30px
}

.blog-widgets h5 {
    margin-bottom: 20px
}

.blog-widgets:last-child {
    margin-bottom: 0
}

.search-box {
    position: relative
}

.search-box input {
    background-color: var(--white-bg);
    border: 1px solid #e7e7e8 !important;
    border-radius: 6px;
    height: 60px;
    padding: 15px 15px 15px 50px !important
}

.search-box input::-moz-placeholder {
    color: #8a8c9a
}

.search-box input::placeholder {
    color: #8a8c9a
}

.search-box input:focus {
    border: 1px solid var(--accent-color) !important
}

button#search-btn {
    left: 20px;
    position: absolute;
    top: 14px
}

button#search-btn i {
    color: var(--accent-color);
    font-size: 24px
}

.blog-categorie ul li {
    padding-bottom: 12px
}

.blog-categorie ul li:last-child {
    padding-bottom: 0
}

.blog-categorie ul li a {
    color: var(--heading-color);
    display: flex;
    justify-content: space-between;
    transition: all .4s
}

.blog-categorie ul li a span {
    font-weight: 500
}

.blog-categorie ul li a:hover {
    color: var(--accent-color)
}

.blog-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px
}

.blog-tags ul li a {
    background-color: var(--white-bg);
    border-radius: 6px;
    color: var(--heading-color);
    display: block;
    padding: 5px 12px;
    transition: all .4s
}

.blog-tags ul li a:hover {
    background-color: var(--accent-bg);
    color: var(--white-color)
}

.recent-post-item {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns:96px 1fr;
    margin-bottom: 24px;
    overflow: hidden
}

.recent-post-item:last-child {
    margin-bottom: 0
}

.recent-post-thumb {
    border-radius: 10px;
    overflow: hidden
}

.recent-post-data p {
    color: var(--heading-color);
    display: block;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 3px;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -.01em;
    overflow: hidden;
    text-overflow: ellipsis
}

.recent-post-data span {
    color: var(--heading-color);
    font-size: 14px
}

.single-post-meta {
    border-bottom: 1px solid #e7e7e8;
    margin-bottom: 24px;
    padding-bottom: 15px;
    padding-top: 35px
}

.single-post-meta ul li {
    display: inline-block;
    margin-right: 25px;
    padding-left: 28px;
    position: relative
}

.single-post-meta ul li:last-child {
    margin-right: 0
}

.single-post-meta ul li a {
    color: var(--heading-color)
}

.single-post-meta ul li a i {
    color: var(--accent-color);
    left: 0;
    position: absolute
}

.single-thumb {
    padding: 16px 0
}

.single-thumb img {
    border-radius: 18px;
    margin-bottom: 24px
}

.single-post-tag-wrap {
    margin-bottom: 52px;
    margin-top: 40px
}

@media (max-width: 991px) {
    .single-post-tag-wrap {
        margin: 30px 0
    }
}

.single-post-tag-wrap .blog-tags ul li a {
    background-color: var(--light-bg1)
}

.single-post-tag-wrap .blog-tags ul li a:hover {
    background-color: var(--accent-bg)
}

.post-navigation {
    border-bottom: 1px solid var(--light-color1);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    padding: 0 0 24px
}

a.nav-next, a.nav-previous {
    align-items: center;
    color: var(--accent-color);
    display: flex;
    font-weight: 600;
    line-height: 1;
    transition: all .4s
}

a.nav-next:hover, a.nav-previous:hover {
    color: var(--heading-color)
}

a.nav-next i, a.nav-previous i {
    font-size: 22px;
    font-weight: 500;
    margin-left: 5px
}

.nav-previous i {
    margin-left: 0 !important;
    margin-right: 5px
}

.post-comment {
    padding-top: 60px
}

.post-comment li {
    margin-bottom: 40px
}

.post-comment h3 {
    font-size: 24px;
    margin-bottom: 30px
}

.post-comment-wrap {
    display: flex
}

.post-comment-thumb {
    border-radius: 10px;
    flex-shrink: 0;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
    width: 90px
}

.post-comment-thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.post-comment-data {
    position: relative
}

.post-comment-data p {
    margin-bottom: 15px
}

.post-comment-data strong {
    color: var(--heading-color);
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px
}

.post-comment-data span {
    display: block;
    font-weight: 400
}

li.children {
    padding-left: 110px
}

@media (max-width: 767px) {
    li.children {
        padding-left: 30px
    }
}

a.comment-reply {
    align-items: center;
    color: var(--accent-color);
    display: flex;
    font-weight: 600;
    margin-top: 10px;
    transition: all .4s
}

a.comment-reply i {
    font-size: 20px;
    margin-right: 6px
}

a.comment-reply i path {
    fill: var(--accent-color)
}

.comment-box {
    padding-top: 40px
}

@media (max-width: 991px) {
    .comment-box {
        padding-top: 10px
    }
}

.comment-box h3 {
    font-size: 24px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .comment-box h3 {
        font-size: 30px
    }
}

.comment-form {
    margin-bottom: 24px
}

.check input {
    cursor: pointer;
    display: none;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    width: auto
}

.check label {
    cursor: pointer;
    margin-bottom: 40px;
    position: relative
}

.check label:before {
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a165e;
    content: "";
    cursor: pointer;
    display: inline-block;
    margin-right: 12px;
    margin-top: -5px;
    padding: 6px;
    position: relative;
    vertical-align: middle
}

.check input:checked + label:after {
    border: solid var(--accent-color);
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 9px;
    transform: rotate(45deg);
    width: 5px
}

.main-form {
    border-radius: 18px;
    padding: 50px
}

@media (max-width: 991px) {
    .main-form {
        border-radius: 15px;
        margin-top: 40px;
        padding: 30px
    }
}

.main-form h3 {
    font-size: 24px;
    margin-bottom: 7px
}

.main-field {
    margin-bottom: 24px
}

button#main-form-btn {
    justify-content: center;
    text-align: center;
    width: 100%
}

.contact-info-column {
    border-bottom: 1px solid var(--light-color1);
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 15px;
    margin-top: 60px;
    padding-bottom: 20px
}

@media (max-width: 1199px) {
    .contact-info-column {
        gap: 30px
    }
}

@media (max-width: 991px) {
    .contact-info-column {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .contact-info-column {
        gap: 40px
    }
}

.contact-info-column .contact-info {
    margin-bottom: 0
}

.map-page #map {
    border-radius: 0;
    height: 650px;
    width: 100%
}

@media (max-width: 991px) {
    .map-page #map {
        height: 450px
    }
}

@media (max-width: 767px) {
    .map-page #map {
        height: 300px
    }
}

.service-details-wrap img {
    border-radius: 18px;
    margin-bottom: 50px
}

.service-details-item {
    margin-bottom: 45px
}

.service-details-item:last-child {
    margin-bottom: 0
}

.service-details-item h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.service-sidebar {
    margin-left: 30px
}

@media (max-width: 1199px) {
    .service-sidebar {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 40px
    }
}

.service-menu ul li {
    margin-bottom: 14px
}

.service-menu ul li:last-child {
    margin-bottom: 0
}

.service-menu ul li a {
    background-color: var(--light-bg2);
    border-radius: 6px;
    color: var(--heading-color);
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    padding: 14px 24px;
    transition: all .4s
}

.service-menu ul li a:hover {
    background-color: var(--accent-bg);
    color: var(--white-color)
}

.service-menu ul li a i {
    font-size: 20px
}

.service-contact {
    background-size: cover;
    border-radius: 18px;
    margin-top: 50px;
    padding: 60px 30px;
    text-align: center
}

@media (max-width: 991px) {
    .service-contact {
        padding: 30px
    }
}

.service-contact-icon {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    display: flex;
    height: 90px;
    justify-content: center;
    margin: 0 auto 15px;
    width: 90px
}

.service-contact h3 {
    color: var(--white-color);
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .service-contact h3 {
        font-size: 30px;
        line-height: 36px
    }
}

.service-contact p {
    color: var(--light-color2);
    margin-bottom: 20px
}

.loading-dots {
    align-items: center;
    background-color: var(--dark-bg);
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s ease-in-out infinite;
    background-color: var(--accent-bg);
    border-radius: 10px;
    display: inline-block;
    height: 12px;
    margin: 0 7px;
    width: 12px
}

.loading-dots--dot:nth-child(2) {
    animation-delay: .5s
}

.loading-dots--dot:nth-child(3) {
    animation-delay: 1s
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.2)
    }
    to {
        opacity: .4;
        transform: scale(1)
    }
}

.preloader-wrap {
    background-color: var(--dark-bg);
    display: flex;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1222
}

.preloader, .preloader-wrap {
    align-items: center;
    justify-content: center
}

.preloader {
    display: inline-block;
    height: 100px;
    position: relative;
    width: 74px
}

.preloader div {
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: var(--accent-color);
    border-radius: 50%;
    height: 13px;
    position: absolute;
    top: 33px;
    width: 13px
}

.preloader div:first-child {
    animation: preloader1 .6s infinite;
    left: 8px
}

.preloader div:nth-child(2) {
    animation: preloader2 .6s infinite;
    left: 8px
}

.preloader div:nth-child(3) {
    animation: preloader2 .6s infinite;
    left: 32px
}

.preloader div:nth-child(4) {
    animation: preloader3 .6s infinite;
    left: 56px
}

@keyframes preloader1 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes preloader3 {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes preloader2 {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(24px)
    }
}

/* Talay  */
.footer-top{
    padding:40px 0
}
.footerLinks{
    display: flex;
    flex-wrap: wrap;
}
.footerMenu{
    margin-right:50px;
}

[class^="ri-"] {
    background-repeat: no-repeat;
    background-position: center;
    display:block;
    width: 22px;
    height: 22px;
}
.ri-arrow-down-s-fill {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16l-6-6h12z'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
}
.ri-arrow-right-line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230073E6' d='m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
}

.ri-linkedin-fill{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.94 5a2 2 0 1 1-4-.002a2 2 0 0 1 4 .002M7 8.48H3V21h4zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91z'/%3E%3C/svg%3E");
}
.ri-twitter-fill{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22.213 5.656a8.4 8.4 0 0 1-2.402.658A4.2 4.2 0 0 0 21.649 4c-.82.488-1.719.83-2.655 1.015a4.182 4.182 0 0 0-7.126 3.814a11.87 11.87 0 0 1-8.621-4.37a4.17 4.17 0 0 0-.566 2.103c0 1.45.739 2.731 1.86 3.481a4.2 4.2 0 0 1-1.894-.523v.051a4.185 4.185 0 0 0 3.355 4.102a4.2 4.2 0 0 1-1.89.072A4.185 4.185 0 0 0 8.02 16.65a8.4 8.4 0 0 1-6.192 1.732a11.83 11.83 0 0 0 6.41 1.88c7.694 0 11.9-6.373 11.9-11.9q0-.271-.012-.541a8.5 8.5 0 0 0 2.086-2.164'/%3E%3C/svg%3E");
}
.ri-instagram-fill{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13.028 2c1.125.003 1.696.009 2.189.023l.194.007c.224.008.445.018.712.03c1.064.05 1.79.218 2.427.465c.66.254 1.216.598 1.772 1.153a4.9 4.9 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428c.012.266.022.487.03.712l.006.194c.015.492.021 1.063.023 2.188l.001.746v1.31a79 79 0 0 1-.023 2.188l-.006.194c-.008.225-.018.446-.03.712c-.05 1.065-.22 1.79-.466 2.428a4.9 4.9 0 0 1-1.153 1.772a4.9 4.9 0 0 1-1.772 1.153c-.637.247-1.363.415-2.427.465l-.712.03l-.194.006c-.493.014-1.064.021-2.189.023l-.746.001h-1.309a78 78 0 0 1-2.189-.023l-.194-.006a63 63 0 0 1-.712-.031c-1.064-.05-1.79-.218-2.428-.465a4.9 4.9 0 0 1-1.771-1.153a4.9 4.9 0 0 1-1.154-1.772c-.247-.637-.415-1.363-.465-2.428l-.03-.712l-.005-.194A79 79 0 0 1 2 13.028v-2.056a79 79 0 0 1 .022-2.188l.007-.194c.008-.225.018-.446.03-.712c.05-1.065.218-1.79.465-2.428A4.9 4.9 0 0 1 3.68 3.678a4.9 4.9 0 0 1 1.77-1.153c.638-.247 1.363-.415 2.428-.465c.266-.012.488-.022.712-.03l.194-.006a79 79 0 0 1 2.188-.023zM12 7a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 2a3 3 0 1 1 .001 6a3 3 0 0 1 0-6m5.25-3.5a1.25 1.25 0 0 0 0 2.5a1.25 1.25 0 0 0 0-2.5'/%3E%3C/svg%3E");
}
.ri-facebook-fill{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4z'/%3E%3C/svg%3E");
}
.ri-mail-fill{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m9.06 8.683L5.648 6.238L4.353 7.762l7.72 6.555l7.581-6.56l-1.308-1.513z'/%3E%3C/svg%3E");}
.section{
    overflow: hidden;
}