table, td, th {
    border: 1px solid var(--border-color)
}

iframe, img {
    border: none
}

a, ins {
    text-decoration: none
}

body, p {
    color: var(--body-color)
}

.aligncenter, .wp-caption, img {
    max-width: 100%
}

input[type=checkbox] ~ label, input[type=radio] ~ label {
    padding-left: 30px;
    cursor: pointer;
    position: relative
}

    input[type=checkbox] ~ label:before, input[type=radio] ~ label::before {
        position: absolute;
        left: 0;
        text-align: center;
        font-family: var(--icon-font)
    }

input[type=checkbox]:checked ~ label:before, input[type=radio]:checked ~ label::before {
    border-color: var(--theme-color);
    color: var(--white-color)
}

.slick-dots button, a, button {
    transition: .4s
}

:root {
    --theme-color: #7409f6;
    --sec-color: #000000;
    --title-color: #272e39;
    --body-color: #565656;
    --smoke-color: #f6f6f6;
    --secondary-color: #eef2fb;
    --border-color: #ececec;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e0e0e0;
    --title-font: "Inria Sans",sans-serif;
    --body-font: "Inria Sans",sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1320px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s
}

body, html {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

.form-control[readonly], .form-select[readonly], .sec-subtitle3, a:hover, input[readonly], select[readonly], textarea[readonly], th {
    color: var(--title-color)
}

.vs-comments-wrap pre, pre {
    overflow: auto;
    word-wrap: break-word
}

iframe {
    width: 100%
}

.slick-slide:focus, a:active, a:focus, button:focus, input, input:active, input:focus, input:hover, textarea, textarea:active, textarea:focus, textarea:hover {
    outline: 0
}

embed, img:not([draggable]), object, video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    font-family: var(--title-font)
}

td, th {
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    outline: 0
}

    a:active, a:focus, a:hover, a:visited {
        text-decoration: none;
        outline: 0
    }

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    padding: 20px;
    white-space: pre-wrap
}

p:empty, span.ajax-loader:empty {
    display: none
}

p {
    margin: 0 0 20px;
    line-height: 1.63
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 15px
}

.vs-btn, label {
    font-family: var(--body-font)
}

.blocks-gallery-caption, .gallery-caption, .vs-search .search-grid-meta a, .vs-search .search-grid-meta span, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: var(--body-color)
}

.h1, h1 {
    font-size: 64px
}

.h2, h2 {
    font-size: 48px
}

.h3, h3 {
    font-size: 36px
}

.event-style3 .event-title, .h4, h4 {
    font-size: 30px
}

.h5, .vs-blog.blog-style1 .blog-title, .vs-blog.blog-style2 .blog-title, .vs-blog.blog-style3 .blog-title, .vs-blog.blog-style4 .blog-title, h5 {
    font-size: 24px
}

.h6, .vs-blog .blog-metas .blog-meta, h6 {
    font-size: 20px
}

.blog-details .blog-single.format-chat .blog-meta, .comment-respond .blog-inner-title, .form-style5 .form-group, .mb-20, .service-style2 .service-content, p.has-drop-cap {
    margin-bottom: 20px
}

.page--item p:last-child .alignright {
    clear: right
}

.blog-title, .breadcumb-title, .pagi-title {
    word-break: break-word
}

.blog-style1 .blog-title a, .blog-style2 .blog-title a, .blog-style3 .blog-title a, .blog-style4 .blog-title a, .bypostauthor, .gallery-caption, .recent-post .post-title > a, .vs-blog .blog-title a {
    display: block
}

.alignleft, .alignright {
    display: inline;
    margin-bottom: 10px
}

.clearfix, .page-links {
    clear: both
}

.auth-form.style2 .form-group.last, .blog-single .wp-block-archives-dropdown, .footer-widget, .form-style5 .form-group:last-child, .img-box2 .img-1, .img-box2 .img-2, .img-box2 .img-3, .img-box2 .img-4, .mb-30, .page--item, .price-block--style1, .sidebar-area .wp-block-details > li:last-child, .vs-blog, .wp-block-media-text, .wp-block-media-text.alignwide, figure.wp-block-gallery {
    margin-bottom: 30px
}

    .page--item p {
        line-height: 1.8
    }

.content-none-search, .mt-30 {
    margin-top: 30px
}

.footer-social.style3, .menu-style3, .wp-block-button.aligncenter, .wp-caption-text {
    text-align: center
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px
}

.wp-block-columns {
    margin-bottom: 1em
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.sec-subtitle4, .sec-title2, .wp-block-cover p:not(.has-text-color), .wp-block-cover-image-text, .wp-block-cover-text {
    color: var(--white-color)
}

.auth-form.style2 .form-group, .footer-logo, .mb-15, .wp-block-cover {
    margin-bottom: 15px
}

.wp-caption {
    margin-bottom: 1.5em
}

    .wp-caption .wp-caption-text {
        margin: .5em 0;
        font-size: 14px
    }

.smoke-bg, .wp-block-media-text.alignwide {
    background-color: var(--smoke-color)
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    line-height: 1.4
}

.blog-title a, .calendar_wrap span[class*=wp-calendar-nav] a, .calendar_wrap th a, .footer-info-list .info a, .header-info_link a, .hero-info .media-link a, .text-inherit, .vs-search .search-grid-title a, .wp-block-archives a:not(:hover), .wp-block-calendar span[class*=wp-calendar-nav] a, .wp-block-calendar th a, .wp-block-latest-comments a, blockquote p a, ul.wp-block-latest-posts a, ul.wp-block-rss a {
    color: inherit
}

.event-style1 .event-title, .event-style2 .event-title, .event-style3 .event-title, .header-dropdown ul.dropdown-menu li, .mb-10, .wp-block-button {
    margin-bottom: 10px
}

    .form-messages.mb-0 *, .row.no-gutters > .form-group, .wp-block-button:last-child {
        margin-bottom: 0
    }

    .wp-block-button .wp-block-button__link {
        color: #fff
    }

        .wp-block-button .wp-block-button__link:hover {
            color: #fff;
            background-color: var(--theme-color)
        }

    .wp-block-button.is-style-outline .wp-block-button__link {
        background-color: transparent;
        border-color: var(--title-color);
        color: var(--title-color)
    }

        .wp-block-button.is-style-outline .wp-block-button__link:hover {
            color: #fff;
            background-color: var(--theme-color);
            border-color: var(--theme-color)
        }

    .blog-details .blog-img img, .counter-wrap2, .vs-navbar.style3.will-sticky .sticky-active .header-logo, .wp-block-button.is-style-squared .wp-block-button__link {
        border-radius: 0
    }

ol.wp-block-latest-comments li, ul.wp-block-latest-posts li {
    margin: 15px 0
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0 0 15px
}

    .blog-author .author-degi, .blog-meta a:hover, .blog-single .social-links a:hover, .blog-style1 .blog-meta:hover, .blog-style2 .blog-meta:hover, .blog-style3 .blog-meta:hover, .blog-style4 .blog-meta:hover, .blog-title a:hover, .footer-info-list .info a:hover, .footer-number .info:hover, .header-dropdown ul.dropdown-menu a:hover, .header-dropdown > .dropdown-toggle:hover, .header-info_link a:hover, .header-links a:hover, .header-links a:hover i, .header-social a:hover, .hero-content.style3 .vs-btn:hover, .hero-info .media-link a:hover, .link-btn:hover, .menu-style1 a:hover, .menu-style2 a:hover, .menu-style2 ul.mega-menu li a:hover, .menu-style2 ul.sub-menu li a:hover, .menu-style3 a:hover, .post-pagi-box > a:hover, .text-inherit:hover, .vs-blog .blog-meta:hover, .vs-blog.blog-style3 .blog-meta i, .vs-blog.blog-style3 .blog-meta:hover, .vs-blog.blog-style4 .blog-meta i, .vs-blog.blog-style4 .blog-meta:hover, .vs-mobile-menu ul li.vs-active > a, .vs-search .search-grid-title a:hover, .widget_archive a:hover, .widget_archive li:hover > span, .widget_categories a:hover, .widget_categories li:hover > span, .widget_meta a:hover, .widget_meta li:hover > span, .widget_nav_menu a:hover, .widget_nav_menu li:hover > span, .widget_pages a:hover, .widget_pages li:hover > span, .widget_shopping_cart .remove:hover, .wp-block-categories li a:hover span, ul.wp-block-latest-posts a:hover {
        color: var(--theme-color)
    }

.wp-block-search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

    .post-password-form .theme-input-group .theme-input-style, .wp-block-search .wp-block-search__input {
        width: 100%;
        max-width: calc(100% - 120px);
        border: 1px solid rgba(0,0,0,.1);
        height: 50px;
        padding-left: 20px
    }

    .post-password-form .theme-input-group .submit-btn, .wp-block-search .wp-block-search__button {
        margin: 0;
        width: 120px;
        border: none;
        height: 50px;
        color: #fff;
        background-color: var(--theme-color)
    }

        .post-password-form .theme-input-group .submit-btn:hover, .wp-block-search .wp-block-search__button:hover {
            background-color: var(--title-color);
            opacity: .8
        }

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px
}

.wp-block-table td, .wp-block-table th {
    border-color: rgba(0,0,0,.1)
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px
}

.logged-in .preloader .vs-btn, .logged-in .will-sticky .sticky-active.active {
    top: 32px
}

@media (max-width:782px) {
    .logged-in .preloader .vs-btn, .logged-in .will-sticky .sticky-active.active {
        top: 46px
    }
}

@media (max-width:600px) {
    .logged-in .preloader .vs-btn, .logged-in .will-sticky .sticky-active.active {
        top: 0
    }
}

.post-password-form .theme-input-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

    .brand-slide-nav button .fa-long-arrow-left, .header-text i, .mr-10, .page-links > .page-links-title, .widget-workhours li i {
        margin-right: 10px
    }

    .page-links > a, .page-links > span:not(.page-links-title):not(.screen-reader-text) {
        display: inline-block;
        padding: 5px 13px;
        background-color: var(--white-color);
        color: var(--title-color);
        border: 1px solid rgba(0,0,0,.08);
        margin-right: 10px
    }

        .page-links > a:hover, .page-links > span:not(.page-links-title):not(.screen-reader-text):hover {
            opacity: .8;
            color: var(--white-color);
            background-color: var(--theme-color);
            border-color: transparent
        }

        .page-links > a.current, .page-links > span:not(.page-links-title):not(.screen-reader-text).current, .slick-arrow:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
            border-color: transparent
        }

    .blog-details .blog-single.format-link:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single:before, .blog-single.format-link .blog-content:before, .blog-single.format-quote .blog-content:before, .blog-single.sticky .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .calendar_wrap .wp-calendar-nav .pad, .dot-style2 .slick-dots button:before, .form-messages, .page-links span.screen-reader-text, .play-btn.style3::before, .play-btn.style3:after, .wp-block-calendar .wp-calendar-nav .pad {
        display: none
    }

.blog-single.format-link, .blog-single.format-quote, .blog-single.sticky, .blog-single.tag-sticky-2 {
    border-color: transparent;
    position: relative
}

    .blog-single.format-link .blog-content, .blog-single.format-quote .blog-content, .blog-single.sticky .blog-content, .blog-single.tag-sticky-2 .blog-content {
        background-color: var(--smoke-color);
        padding: 40px;
        border: none
    }

    .blog-single.format-link:before, .blog-single.format-quote:before, .blog-single.sticky:before, .blog-single.tag-sticky-2:before {
        content: "\f0c1";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-size: 5rem;
        opacity: .3;
        right: 15px;
        line-height: 1;
        top: 15px;
        color: var(--theme-color);
        z-index: 1
    }

    .blog-single.sticky::before, .blog-single.tag-sticky-2::before {
        content: "Featured";
        right: 0;
        top: 0;
        font-size: 18px;
        color: var(--white-color);
        background-color: var(--theme-color);
        font-family: var(--title-font);
        opacity: 1;
        text-transform: capitalize;
        padding: 10px 23px;
        font-weight: 400
    }

    .blog-single.format-quote:before {
        content: "\f10e"
    }

.blog-single .blog-content .wp-block-archives-dropdown, .blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories {
    display: block;
    margin-bottom: 30px
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden
}

.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px
}

.blog-details .blog-single.format-link, .blog-details .blog-single.format-quote, .blog-details .blog-single.sticky, .blog-details .blog-single.tag-sticky-2 {
    box-shadow: none;
    border: none;
    background-color: transparent
}

.vs-search {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3
}

    .vs-search .search-grid-content {
        padding: 30px
    }

    .vs-search .search-grid-title {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: -.2em
    }

    .vs-search .search-grid-meta > * {
        display: inline-block;
        margin-right: 15px;
        font-size: 14px
    }

    .blog-meta a:last-child, .blog-meta span:last-child, .blog-single .social-links li:last-child, .footer-layout1 .footer-menu .menu-item:last-child, .footer-layout2 .footer-menu .menu-item:last-child, .footer-social a:last-child, .header-text.style2 i, .main-menu ul li:last-child, .menu-style2 ul li:last-child, .menu-style3 ul li:last-child, .slick-dots li:last-child, .social-links li:last-child, .testi-slider-btn3:last-child, .vs-pagination li:last-child, .vs-search .search-grid-meta > :last-child {
        margin-right: 0
    }

@media (max-width:768px) {
    .wp-block-search .wp-block-search__input {
        max-width: 100%;
        margin-bottom: 20px
    }

    .wp-block-latest-comments {
        padding-left: 10px
    }

    .page--content.clearfix + .vs-comment-form {
        margin-top: 24px
    }
}

@media only screen and (min-width:1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters)/ 2);
        padding-right: calc(var(--container-gutters)/ 2)
    }
}

@media only screen and (max-width:1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

        .container-fluid.px-0 .row {
            margin-left: 0 !important;
            margin-right: 0 !important
        }
}

.container-style3 {
    --main-container: 1445px
}

@media (min-width:1500px) and (max-width:1921px) {
    .container-style1 {
        max-width: 1576px;
        overflow: hidden;
        margin-right: 0;
        padding-right: 0
    }
}

@media (min-width:767px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gx-15 {
    --bs-gutter-x: 15px
}

@media (min-width:1399px) {
    .container-style2 {
        max-width: 1920px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }

    .gx-10 {
        --bs-gutter-x: 10px
    }

    .gx-20 {
        --bs-gutter-x: 20px
    }

    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }
}

.form-control, .form-select, input, select, textarea {
    height: 50px;
    padding: 0 45px 0 28px;
    border: 1px solid #e0e0e0;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 14px;
    width: 100%
}

.vs-mobile-menu ul li a, label {
    display: block;
    font-size: 16px;
    color: var(--title-color)
}

.form-control:focus, .form-select:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color)
}

.dot-style2 .slick-dots button, .feature-style2 .feature-icon, .form-style2 .vs-btn::after, .form-style2 .vs-btn::before, .hero-content.style3 .vs-btn.style3::after, .hero-content.style3 .vs-btn.style3::before, .sec-btns.style2 .vs-btn::after, .sec-btns.style2 .vs-btn::before, .service-style1:hover .service-content, .skill-about .progress .progress-bar, .slick-dots .slick-active button, .slide-btns .vs-btn::after, .slide-btns .vs-btn::before, .test-wrap1 .vs-btn.slidebtn1::after, .test-wrap1 .vs-btn.slidebtn1::before, [data-overlay=theme]:before, input[type=radio]:checked ~ label::before {
    background-color: var(--theme-color)
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--body-color)
}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--body-color)
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--body-color)
}

.form-control::placeholder, .form-select::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
    color: var(--body-color)
}

.form-control.form-control-lg, .form-select.form-control-lg, input.form-control-lg, select.form-control-lg, textarea.form-control-lg {
    height: 60px
}

.form-control.form-control-sm, .form-select.form-control-sm, input.form-control-sm, select.form-control-sm, textarea.form-control-sm {
    height: 40px;
    font-size: 12px
}

.form-select, select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.background-image, .bg-fluid, [data-bg-src] {
    background-repeat: no-repeat;
    background-position: center center
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

textarea, textarea.form-control {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0
}

input[type=checkbox], input[type=radio] {
    visibility: hidden;
    opacity: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

    input[type=checkbox]:checked ~ label:before {
        content: "\f00c";
        background-color: var(--theme-color)
    }

    input[type=checkbox] ~ label {
        display: block
    }

    .blog-single .share-links .tagcloud, .blog-style1 .blog-img a, .blog-style2 .blog-img a, .blog-style3 .blog-img a, .blog-style4 .blog-img a, .main-menu ul.mega-menu li a, .menu-style2 ul.mega-menu li a, .menu-style3 ul.mega-menu li a, .slick-arrow, .slick-dots li, .slick-slide img, .vs-blog .blog-img a, .vs-menu-toggle, .vs-mobile-menu ul li a:before, input[type=radio] ~ label {
        display: inline-block
    }

    input[type=checkbox] ~ label:before {
        content: "";
        font-weight: 700;
        top: 3.5px;
        background-color: var(--white-color);
        border: 1px solid var(--border-color);
        height: 18px;
        width: 18px;
        line-height: 18px;
        font-size: 12px
    }

    input[type=radio] ~ label {
        line-height: 1;
        font-weight: 600;
        margin-bottom: 0
    }

        input[type=radio] ~ label::before {
            content: "\f111";
            top: -2px;
            width: 20px;
            height: 20px;
            padding-left: .5px;
            font-size: .6em;
            line-height: 19px;
            border: 1px solid var(--theme-color);
            border-radius: 100%;
            font-weight: 700;
            background: var(--white-color);
            color: transparent;
            transition: .2s
        }

label {
    margin-bottom: .5em;
    margin-top: -.3em
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

    .form-group > i {
        position: absolute;
        right: calc(var(--bs-gutter-x)/ 2 + 30px);
        top: 18px;
        font-size: 14px;
        color: #a0abb4
    }

    .form-group.has-label > i {
        top: 45px
    }

.was-validated input:invalid, input.is-invalid, select.is-invalid, textarea.is-invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + .8875rem) center;
    background-image: none
}

    .was-validated input:invalid:focus, input.is-invalid:focus, select.is-invalid:focus, textarea.is-invalid:focus {
        outline: 0;
        box-shadow: none
    }

textarea.is-invalid {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.form-messages.success {
    color: var(--success-color);
    display: block
}

.form-messages.error {
    color: var(--error-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.slick-track {
    min-width: 100%
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0;
    line-height: 0;
    text-align: center;
    height: max-content
}

    .slick-dots li {
        margin-right: 25px
    }

    .slick-dots button {
        font-size: 0;
        padding: 0;
        background-color: transparent;
        width: 8px;
        height: 8px;
        line-height: 0;
        border-radius: 9999px;
        border: none;
        background-color: var(--dots-bg,#d8d8d8);
        position: relative
    }

        .form-style4 .form-control:focus, .slick-dots button:hover {
            border-color: var(--theme-color)
        }

        .slick-dots button:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 30px;
            height: 30px;
            margin: -15px 0 0 -15px;
            border: 2px solid var(--theme-color);
            border-radius: 50%;
            transition: .4s;
            opacity: 0;
            visibility: hidden
        }

    .arrow-wrap:hover .slick-arrow, .slick-dots .slick-active button::before, .vs-menu-wrapper.vs-body-visible {
        opacity: 1;
        visibility: visible
    }

.arrow-wrap .slick-arrow, .gallery-style1:hover .overlay::after, .gallery-style2:hover .overlay::after, .vs-menu-wrapper {
    opacity: 0;
    visibility: hidden
}

.slick-arrow {
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--smoke-color);
    left: var(--pos-x,-100px);
    width: var(--icon-size,50px);
    height: var(--icon-size,50px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size,50px)/ -2);
    z-index: 2;
    border-radius: 50%
}

    .slick-arrow.default {
        position: relative;
        --pos-x: 0;
        margin-top: 0
    }

    .slick-arrow.slick-next {
        right: var(--pos-x,-100px);
        left: auto
    }

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.dot-style2 .slick-dots {
    margin-top: 10px;
    margin-bottom: 30px
}

    .dot-style2 .slick-dots button {
        width: 10px;
        height: 10px;
        border-radius: 9999px
    }

        .dot-style2 .slick-dots button:hover, .gallery-style2 .popup-link:hover, .vs-navbar.will-sticky .sticky-active, [data-overlay=title]:before {
            background-color: var(--title-color)
        }

    .dot-style2 .slick-dots li {
        margin: 0 5px
    }

        .dot-style2 .slick-dots li.slick-active button {
            width: 40px
        }

.blog-slide-btns .vs-btn i, .header-links a:first-child, .main-menu ul li:first-child, .menu-style2 ul li:first-child, .menu-style3 ul li:first-child, .slide-btns .vs-btn i, .testi-style1 .testi-rating i:first-child, .testi-style3 .testi-rating i:first-child, .vs-btn.slidebtn1 i, .vs-pagination li:first-child {
    margin-left: 0
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: .8s
}

    .vs-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: var(--theme-color)
    }

        .vs-menu-wrapper .mobile-logo svg {
            max-width: 185px
        }

    .vs-menu-wrapper .vs-menu-toggle {
        border: none;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0;
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 18px;
        z-index: 1;
        border-radius: 50%;
        background-color: var(--white-color);
        color: var(--theme-color)
    }

        .brand-slide-nav button:hover, .footer-social.style3 a:hover, .project-style2 .icon-btn:hover, .scroll-btn:focus i, .scroll-btn:hover i, .sidemenu-wrapper .footer-social a:hover, .vs-color-plate .reset-btn:hover, .vs-menu-wrapper .vs-menu-toggle:hover, .widget .search-form button:hover {
            background-color: var(--title-color);
            color: var(--white-color)
        }

    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid var(--theme-color);
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        transition: 1s;
        z-index: 1
    }

    .vs-menu-wrapper.vs-body-visible .vs-menu-area {
        left: 0;
        opacity: 1;
        visibility: visible
    }

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

    .vs-mobile-menu .new-label {
        margin-left: 5px;
        text-transform: capitalize;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .main-menu ul, .menu-style2 ul, .menu-style3 ul, .vs-blog.blog-single .blog-content, .vs-mobile-menu ul {
        margin: 0;
        padding: 0
    }

        .vs-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none
        }

            .vs-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1
            }

            .vs-mobile-menu ul li a {
                position: relative;
                padding: 12px 0;
                line-height: 1;
                text-transform: capitalize
            }

                .vs-mobile-menu ul li a:before {
                    content: "\f105";
                    font-family: var(--icon-font);
                    position: relative;
                    left: 0;
                    top: 0;
                    margin-right: 10px
                }

            .accordion-style2 .accordion-button:not(.collapsed):after, .vs-mobile-menu ul li.vs-active > a:before {
                transform: rotate(90deg)
            }

            .pl-10, .vs-mobile-menu ul li ul li {
                padding-left: 10px
            }

                .vs-mobile-menu ul li ul li:last-child, .vs-mobile-menu > ul > li:last-child, .widget_archive li:last-child a, .widget_categories li:last-child a, .widget_meta li:last-child a, .widget_nav_menu li:last-child a, .widget_pages li:last-child a {
                    border-bottom: none
                }

        .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: var(--theme-color);
            color: var(--white-color);
            box-shadow: 0 0 20px -8px rgba(173,136,88,.5);
            border-radius: 50%
        }

            .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
                content: "\f067";
                font-family: var(--icon-font)
            }

        .vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
            content: "\f068"
        }

    .vs-mobile-menu > ul {
        padding: 0 40px
    }

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 5px
}

    .header-info:hover .header-info_icon, .play-btn:hover i, .play-btn:hover::before, .play-btn:hover:after, .service-style1 .service-plus:hover, .vs-menu-toggle:hover {
        background-color: var(--sec-color);
        color: var(--white-color)
    }

    .vs-menu-toggle.style2 {
        background-color: var(--theme-color);
        border-radius: 50%;
        color: var(--white-color);
        width: 55px;
        height: 55px
    }

@media (max-width:400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px
    }

    .vs-mobile-menu > ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--white-color)
}

    .preloader .vs-btn {
        padding: 15px 20px;
        border-radius: 0;
        font-size: 14px
    }

.preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center
}

.link-btn, .play-btn, .scroll-btn i, .vs-btn {
    position: relative
}

.preloader-inner img {
    display: block;
    margin: 0 auto 10px
}

.loader {
    animation: 1.5s infinite loaderspin;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto
}

.icon-btn, .link-btn, .play-btn, .play-btn > i, .scroll-btn, .scroll-btn i, .vs-btn {
    display: inline-block
}

.loader:after, .loader:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px
}

.loader:before {
    animation: 1.5s infinite ball1;
    background-color: var(--title-color);
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px
}

.loader:after, .vs-btn, .vs-btn.style3:hover {
    background-color: var(--theme-color)
}

.loader:after {
    animation: 1.5s infinite ball2;
    box-shadow: 30px 0 0 var(--title-color)
}

@keyframes loaderspin {
    0% {
        transform: rotate(0) scale(.8)
    }

    50% {
        transform: rotate(360deg) scale(1)
    }

    100% {
        transform: rotate(720deg) scale(.8)
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 var(--theme-color)
    }

    50% {
        box-shadow: 0 0 0 var(--theme-color);
        margin-bottom: 0;
        transform: translate(15px,15px)
    }

    100% {
        box-shadow: 30px 0 0 var(--theme-color);
        margin-bottom: 10px
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 var(--title-color)
    }

    50% {
        box-shadow: 0 0 0 var(--title-color);
        margin-top: -20px;
        transform: translate(15px,15px)
    }

    100% {
        box-shadow: 30px 0 0 var(--title-color);
        margin-top: 0
    }
}

.vs-btn {
    border: none;
    text-transform: capitalize;
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 22px 40px;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px
}

    .vs-btn::after, .vs-btn::before {
        width: 100%;
        height: 100%;
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--sec-color);
        transition: .5s;
        z-index: -1;
        border-radius: inherit
    }

    .vs-btn:before {
        transform: rotateX(90deg)
    }

    .vs-btn:after {
        transform: rotateY(90deg)
    }

    .vs-btn > i {
        margin-left: 8px
    }

    .vs-btn.style2 {
        background-color: transparent;
        color: var(--white-color);
        border: 4px solid var(--white-color);
        border-radius: 30px;
        padding: 18px 30px
    }

    .footer-social a:hover, .vs-btn.style3, .vs-btn.style4 {
        background-color: var(--white-color);
        color: var(--theme-color)
    }

    .vs-btn.style3 {
        border-radius: 60px;
        padding: 20px 45px
    }

        .vs-btn.style3::after, .vs-btn.style3::before {
            background-color: var(--theme-color);
            border-radius: 30px
        }

        .vs-btn.style3:hover {
            color: var(--white-color)
        }

    .sec-btns.style2 .vs-btn, .sideMenuToggler.v3:hover, .vs-btn.style4::after, .vs-btn.style4::before, .vs-pagination .pagi-btn:before, .vs-pagination .pagi-btn:hover {
        background-color: var(--sec-color)
    }

.blog-single .blog-img .slick-arrow:hover, .blog-style1:hover .blog-date, .blog-style2:hover .blog-date, .blog-style3:hover .blog-date, .blog-style4:hover .blog-date, .event-style1 .event-link:hover, .event-style2 .event-link:hover, .event-style3 .event-link:hover, .filter-menu1 button.active, .footer-newsletter .vs-btn:hover, .gallery-style1 .popup-link:hover, .gallery-style2 .popup-link:hover, .icon-btn, .icon-btn.style2:hover, .play-btn.style4 i, .project-style1:hover .vs-btn.style3, .video-wrap2 .play-btn.style4 i, .vs-blog:hover .blog-date {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.vs-btn.slidebtn1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

    .vs-btn.slidebtn1.next {
        left: auto;
        right: -37px
    }

    .vs-btn.slidebtn1.prev {
        left: -37px
    }

.vs-btn:hover {
    color: var(--white-color);
    background-color: var(--title-color)
}

    .vs-btn:hover:before {
        transform: rotateX(0)
    }

    .vs-btn:hover:after {
        transform: rotateY(0)
    }

.icon-btn {
    width: var(--btn-size,67px);
    height: var(--btn-size,67px);
    line-height: var(--btn-size, 67px);
    font-size: var(--btn-font-size, 20px);
    border: none;
    text-align: center;
    border-radius: 50%;
    padding: 0
}

    .icon-btn.style2 {
        border: 2px solid var(--white-color);
        color: var(--white-color);
        background-color: transparent
    }

    .icon-btn.style3, .icon-btn.style4 {
        --btn-size: 55px;
        background-color: #f2f6ff;
        color: var(--theme-color);
        border-radius: 5px
    }

    .hero-content.style3 .vs-btn::after, .hero-content.style3 .vs-btn::before, .icon-btn.style4, .icon-btn.style5, .play-btn.style4::after, .play-btn.style4::before, [data-overlay=white]:before {
        background-color: var(--white-color)
    }

    .icon-btn.style5 {
        color: var(--title-color);
        box-shadow: 0 10px 24px rgba(0,0,0,.08)
    }

        .icon-btn.style5:hover, .icon-btn.style6, .play-btn > i {
            background-color: var(--theme-color)
        }

        .icon-btn.style5:hover, .icon-btn.style6, .icon-btn:hover, .play-btn > i, .scroll-btn i {
            color: var(--white-color)
        }

        .icon-btn.style5:hover {
            box-shadow: none
        }

    .icon-btn.style6 {
        --btn-size: 55px;
        --btn-font-size: 17px
    }

    .icon-btn:hover {
        background-color: var(--title-color);
        border-color: transparent
    }

.play-btn {
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0;
    --icon-size: 80px
}

    .play-btn > i {
        width: var(--icon-size,124px);
        height: var(--icon-size,124px);
        line-height: var(--icon-size, 124px);
        font-size: var(--icon-font-size, 1.5em);
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        transition: .4s
    }

    .play-btn:after, .play-btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white-color);
        z-index: -1;
        border-radius: 50%;
        transition: .4s;
        animation: 5s linear infinite ripple2
    }

.link-btn:before, .scroll-btn i {
    background-color: var(--theme-color)
}

.play-btn:after {
    animation-delay: 2s
}

.play-btn.style2 i, .play-btn.style3 i {
    --icon-size: 60px;
    border-radius: 5px;
    --icon-font-size: 18px
}

.play-btn.style4, .play-btn.style5 i {
    --icon-size: 120px;
    --icon-font-size: 30px
}

.play-btn.style2:after, .play-btn.style2:before {
    border-radius: 5px
}

.play-btn.style3 i {
    background-color: rgba(14,89,242,.7)
}

.play-btn.style5 i {
    border-radius: 0
}

.play-btn.style5:after, .play-btn.style5:before {
    border: 2px solid var(--theme-color);
    background-color: transparent;
    border-radius: 0
}

.play-btn.style6 {
    --icon-size: 60px;
    --icon-font-size: 18px
}

.link-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: .8;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase
}

.scroll-btn, .scrollToTop {
    position: fixed;
    opacity: 0;
    visibility: hidden
}

.link-btn i {
    margin-left: 7px;
    font-size: .9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: .4s
}

.auth-form .form-group .iti, .event-style1 .event-img > img, .filter-gallery .gallery-thumb img, .gallery-style2 .gallery-thumb img, .link-btn:hover::before, .team-style2 .team-img img, .testi-author3 .author-img img, .testi-style1 .author-img img, .testi-style3 .author-img img, .vs-blog.blog-style1 .blog-img__item:nth-child(2), .vs-blog.blog-style4 .blog-img__item {
    width: 100%
}

.scroll-btn {
    bottom: 300px;
    right: 30px;
    z-index: 94;
    border-radius: 50%
}

    .scroll-btn i {
        text-align: center;
        font-size: 16px;
        width: var(--btn-size,50px);
        height: var(--btn-size,50px);
        line-height: var(--btn-size, 50px);
        z-index: 2;
        border-radius: inherit;
        transition: .8s
    }

    .scroll-btn:before {
        content: "";
        position: absolute;
        left: var(--extra-shape,-6px);
        top: var(--extra-shape,-6px);
        right: var(--extra-shape,-6px);
        bottom: var(--extra-shape,-6px);
        background-color: transparent;
        border-radius: inherit;
        z-index: 1;
        border: 2px dashed var(--theme-color);
        animation: 13s linear infinite spin
    }

    .scroll-btn.show {
        bottom: 120px;
        opacity: 1;
        visibility: visible
    }

.scrollToTop {
    right: 60px;
    bottom: 500px;
    transition: .4s;
    z-index: 96
}

    .scrollToTop.show {
        bottom: 60px;
        opacity: 1;
        visibility: visible
    }

.sec-title, .sec-title2 {
    line-height: 1.2;
    margin: -.25em 0 20px
}

.sec-subtitle, .sec-subtitle2, .sec-subtitle3, .sec-subtitle4 {
    text-transform: capitalize;
    display: block;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: -.25em 0 20px
}

.sec-btns, .title-area {
    margin-bottom: calc(var(--section-title-space) - 40px)
}

.sec-subtitle2::before, .sec-subtitle3::before, .sec-subtitle4::before, .sec-subtitle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: var(--title-color) transparent transparent transparent;
    transform: rotate(0);
    display: inline-block;
    margin-right: 8px
}

.sec-subtitle2::after, .sec-subtitle4.style2::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    transform: rotate(0);
    display: inline-block;
    margin-left: 8px;
    content: ""
}

.mr-15, .sec-subtitle2 > i, .sec-subtitle3 > i, .sec-subtitle4 > i, .sec-subtitle > i {
    margin-right: 15px
}

.sec-subtitle2::after {
    border-color: transparent var(--title-color) transparent transparent
}

.sec-subtitle4::before {
    border-color: var(--white-color) transparent transparent transparent
}

.sec-subtitle4.style2::after {
    border-color: transparent var(--white-color) transparent transparent
}

.sec-btns {
    padding: 13px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

    .sec-btns i.fa-arrow-left {
        margin-left: 0;
        margin-right: 10px
    }

    .sec-btns.style1 .vs-btn i, .sec-btns.style2 .vs-btn i {
        margin-right: 0;
        margin-left: 0
    }

.sec-btns2 {
    margin-bottom: calc(var(--section-title-space) - 5px)
}

.sec-line-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 0 80px
}

.badge, .border-title-border {
    display: inline-block;
    background-color: var(--theme-color)
}

.sec-line-wrap .sec-title2 {
    margin: -.3em 0 -.4em
}

.sec-line {
    background-color: var(--theme-color);
    flex: 1;
    height: 2px
}

.border-title {
    position: relative;
    padding: 0 0 5px;
    margin-bottom: 0
}

.border-title-border {
    width: 48px;
    height: 2px;
    margin-bottom: 25px
}

@media (max-width:991px) {
    .form-group {
        width: 100%
    }

    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

        .slick-arrow.slick-next {
            margin-right: 0;
            margin-left: 40px
        }

    .slick-dots {
        margin: 8px 0 38px
    }

    .sec-subtitle4 {
        font-size: 18px
    }

    .sec-title.h1, .sec-title3.h1 {
        font-size: 36px
    }

    .sec-line-wrap {
        margin: 0 0 60px
    }

    .sec-subtitle2 {
        margin-bottom: 15px
    }

    .title-area {
        margin-bottom: 40px
    }
}

.image-scale-hover {
    overflow: hidden
}

    .image-scale-hover img {
        transition: .4s;
        transform: scale(1.001)
    }

    .image-scale-hover:hover img {
        transform: scale(1.2)
    }

.alert-dismissible .btn-close {
    font-size: 18px;
    line-height: 1
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.newsletter-form1 .shape, .newsletter-form2 .shape, .z-index-n1 {
    z-index: -1
}

.auth-style .nav-tabs .nav-item, .media-body {
    flex: 1
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    color: var(--white-color);
    padding: .35em .55em;
    border-radius: 50%
}

.big-name, .new-label {
    color: var(--white-color);
    position: relative;
    line-height: 1
}

.hr-style1 {
    background-color: var(--white-color);
    margin: 20px 0 30px
}

.new-label {
    font-size: 12px;
    background-color: var(--error-color);
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    top: -1px
}

.big-name {
    font-size: 450px;
    -webkit-text-stroke: 2px #eef0ff;
    letter-spacing: -.08em;
    font-weight: 400;
    z-index: 31;
    text-align: right;
    margin: -234px 30px -59px 0
}

.sec-big-text, .sec-big-text2 {
    font-size: 160px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1;
    display: block;
    color: #f1f3f9;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    z-index: -1
}

.sec-big-text2 {
    top: auto;
    left: auto;
    right: 120px;
    bottom: -26px
}

.home-five-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f6f7fc;
    width: 100%;
    max-width: 1255px;
    z-index: -3
}

.home-five-shape2 {
    position: absolute;
    left: -428px;
    bottom: 250px;
    width: 1024px;
    height: 1024px;
    border: 50px solid var(--theme-color);
    border-radius: 50%;
    z-index: -2
}

.home-five-shape3 {
    position: absolute;
    right: 60px;
    bottom: 325px
}

.home-five-wrap1 {
    position: relative;
    border-bottom: 7px solid var(--theme-color);
    z-index: 1
}

@media (max-width:1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }

    .big-name {
        font-size: 320px;
        margin: -168px 30px -59px 0
    }

    .home-five-shape3 {
        right: 30px;
        bottom: 50px;
        max-width: 200px
    }

    .home-five-shape2 {
        left: -18%;
        bottom: 34%;
        width: 500px;
        height: 500px
    }

    .home-five-shape1 {
        max-width: 100%;
        right: 60px;
        width: auto
    }

    .sec-big-text, .sec-big-text2 {
        font-size: 130px
    }

    .header-layout6 {
        position: relative
    }

        .header-layout6 .shape1, .header-layout6 .shape2, .header-layout6 .shape3 {
            display: none
        }
}

@media (max-width:1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }

    .home-five-shape1, .vs-btn.slidebtn1.next {
        right: 0
    }

    .vs-btn.slidebtn1.prev {
        left: 0
    }

    .sec-title4 {
        font-size: 42px
    }

    .big-name {
        font-size: 245px;
        margin: -128px 40px -42px 0
    }
}

@media (max-width:1199px) {
    .h1, h1 {
        font-size: 40px
    }

    .h2, h2 {
        font-size: 36px
    }

    .h3, h3 {
        font-size: 30px
    }

    .h4, h4 {
        font-size: 24px
    }

    .h5, h5 {
        font-size: 20px
    }

    .h6, h6 {
        font-size: 16px
    }

    .blog-single.format-link:before, .blog-single.format-quote:before, .blog-single.sticky:before, .blog-single.tag-sticky-2:before {
        font-size: 14px;
        padding: 8px 16px
    }

    .blog-single.format-link .blog-content, .blog-single.format-quote .blog-content, .blog-single.sticky .blog-content, .blog-single.tag-sticky-2 .blog-content {
        padding: 30px
    }

    .play-btn.style4 {
        --icon-size: 80px;
        --icon-font-size: 20px
    }

    .sec-title4 {
        font-size: 36px;
        line-height: 1.4
    }

    .big-name {
        font-size: 190px;
        margin: -100px 40px -42px 0
    }
}

@media (max-width:991px) {
    .big-name {
        font-size: 146px;
        margin: -78px 40px -25px 0
    }
}

.shape-mockup-wrap {
    position: relative;
    overflow: hidden
}

.shape-mockup {
    display: inline-block;
    position: absolute
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold, .list-style1 li i, .list-style1.style2 ul li i, .list-style3 li i {
    font-weight: 600
}

.fw-bold, .service-style1 .service-price span, .service-style2 .service-price span, .wp-block-tag-cloud__title {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.accordion-style2 .accordion-body p, .fs-xs, .header-social {
    font-size: 14px
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.bg-gray {
    background-color: #e5e5e5
}

.background-image, [data-bg-src] {
    background-size: cover
}

.bg-fluid {
    background-size: 100% 100%
}

.bg-auto {
    background-size: auto auto
}

.text-theme {
    color: var(--theme-color) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-reset:hover, a.text-theme:hover {
    text-decoration: underline
}

.text-light2 {
    color: #919398
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.breadcumb-menu a, .counter-area1, .event-style1 .event-img, .event-style2 .event-img, .event-style3 .event-img, .img-box1, .img-box2, .main-menu ul.mega-menu .main-menu ul.mega-menu > li > ul > li > a, .main-menu > ul > li > a .has-new-lable, .menu-style2 ul.mega-menu .main-menu ul.mega-menu > li > ul > li > a, .menu-style2 > ul > li > a .has-new-lable, .menu-style3 ul.mega-menu .main-menu ul.mega-menu > li > ul > li > a, .menu-style3 > ul > li > a .has-new-lable, .team-style1 .team-social > ul > li, [data-overlay] {
    position: relative
}

    .brand-wrap3, [data-overlay] [class*=col-], [data-overlay] [class^=col-] {
        z-index: 1
    }

    [data-overlay]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

.footer-layout1, .footer-layout2, .form-style2 .vs-btn, [data-overlay=black]:before {
    background-color: var(--black-color)
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

.hero-inner.style2 .overlay, .hero-inner.style3 .overlay, [data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.wow-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadein {
    --animation-name: fadein-custom
}

.slideinup {
    --animation-name: slideinup
}

.slideindown {
    --animation-name: slideindown
}

.slideinleft {
    --animation-name: slideinleft
}

.slideinright {
    --animation-name: slideinright
}

.animated, .hero-btns {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-name: var(--animation-name)
}

.ripple-animation {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_archive > ul, .widget_categories > ul, .widget_meta > ul, .widget_nav_menu > ul, .widget_pages > ul {
    margin: 0 0 -38px
}

.widget_archive a, .widget_categories a, .widget_meta a, .widget_nav_menu a, .widget_pages a {
    display: block;
    background-color: transparent;
    color: var(--body-color);
    margin: 0 0 18px;
    padding: 0 0 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid #dadfec
}

.widget_archive li, .widget_categories li, .widget_meta li, .widget_nav_menu li, .widget_pages li {
    display: block;
    position: relative
}

    .widget_archive li > span, .widget_categories li > span, .widget_meta li > span, .widget_nav_menu li > span, .widget_pages li > span {
        text-align: center;
        position: absolute;
        right: 0;
        top: -4.5px;
        font-size: 16px;
        transition: .4s
    }

.brand-slide-nav button .fa-long-arrow-right, .ml-10, .widget_archive .children, .widget_categories .children, .widget_meta .children, .widget_nav_menu .children, .widget_nav_menu .sub-menu, .widget_pages .children {
    margin-left: 10px
}

.pr-20, .widget_meta a, .widget_nav_menu a, .widget_pages a {
    padding-right: 20px
}

.wp-block-archives {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.vs-blog ul.wp-block-archives li {
    margin: 5px 0
}

.main-menu ul.mega-menu > li > a:hover, .menu-style2 ul.mega-menu > li > a:hover, .menu-style3 ul.mega-menu > li > a:hover, .wp-block-categories {
    padding-left: 0
}

    .wp-block-categories li a {
        background-color: var(--white-color);
        padding: 5px 5px 5px 30px;
        margin: 0 0 10px;
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 30px
    }

        .wp-block-categories li a span {
            min-width: 50px;
            height: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--theme-color);
            color: var(--white-color);
            border-radius: 50%;
            position: relative;
            transition: .3s ease-in-out
        }

            .wp-block-categories li a span::before {
                content: "\f061";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                font-family: var(--icon-font);
                opacity: 0;
                visibility: hidden;
                transition: .3s ease-in-out
            }

        .wp-block-categories li a:hover span::before {
            opacity: 1;
            visibility: visible;
            transition: .3s ease-in-out;
            color: var(--white-color)
        }

.widget {
    padding: var(--widget-padding-y,30px) var(--widget-padding-x,30px);
    background-color: transparent;
    position: relative;
    background-color: var(--smoke-color);
    margin-bottom: 30px;
    border-radius: 20px
}

    .widget input, .widget select {
        height: 55px;
        border: none;
        background-color: #fff;
        padding-left: 20px;
        font-weight: 400;
        color: var(--white-color)
    }

        .widget input::placeholder, .widget select::placeholder {
            color: var(--white-color);
            font-size: 16px
        }

    .widget .wp-block--submit__input {
        margin-bottom: 20px;
        background-color: transparent;
        border: 1px solid var(--white-color);
        color: var(--white-color);
        font-size: 16px;
        padding: 0 20px;
        transition: .3s ease-in-out
    }

    .tagcloud a, .widget .search-form {
        background-color: var(--white-color)
    }

    .widget .wp-block--submit__input::placeholder {
        color: var(--white-color);
        font-size: 14px
    }

    .widget .wp-block--submit__input:focus::placeholder {
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out
    }

    .widget .search-form {
        position: relative;
        display: flex;
        align-items: center;
        padding: 5px;
        border-radius: 30px;
        overflow: hidden
    }

        .widget .search-form input {
            flex: 1;
            color: var(--title-color);
            height: 50px
        }

            .widget .search-form input::placeholder {
                color: var(--title-color)
            }

        .widget .search-form button {
            border: none;
            background-color: var(--theme-color);
            color: var(--white-color);
            height: 50px;
            width: 50px;
            display: inline-flex;
            align-items: center;
            font-size: 17px;
            justify-content: center;
            border-radius: 50%
        }

.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    align-items: center
}

    .tagcloud a, .wp-block-tag-cloud a {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        margin-right: 0;
        margin-bottom: 0;
        color: var(--black-color);
        text-transform: capitalize;
        border-radius: 0;
        font-family: var(--title-font)
    }

        .tagcloud a:hover, .wp-block-tag-cloud a:hover {
            background-color: transparent;
            color: var(--theme-color)
        }

.tagcloud {
    margin-right: -5px;
    margin-bottom: -10px
}

    .tagcloud a {
        color: var(--title-color)
    }

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

    .calendar_wrap .wp-calendar-table, .recent-post:last-child, .sidebar-area .widget .wp-block-search, .sidebar-area ul.wp-block-latest-posts, .sidebar-area ul.wp-block-latest-posts li:last-child, .widget-workhours li:last-child, .wp-block-calendar .wp-calendar-table {
        margin-bottom: 0
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 100px;
        overflow: hidden;
        border-radius: 10px
    }

        .recent-post .media-img img {
            width: 100%;
            border-radius: 10px;
            transition: .4s
        }

    .recent-post .post-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 8px
    }

    .recent-post .recent-post-meta a {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: var(--theme-color);
        font-family: var(--title-font)
    }

        .recent-post .recent-post-meta a i {
            margin-right: 5px;
            color: var(--theme-color)
        }

    .project-style1:hover .project-img img, .project-style2:hover .project-img img, .project-style3:hover .project-img img, .recent-post:hover .media-img img {
        transform: scale(1.1)
    }

.calendar_wrap, .wp-block-calendar {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none
}

    .calendar_wrap span[class*=wp-calendar-nav], .wp-block-calendar span[class*=wp-calendar-nav] {
        position: absolute;
        top: 8px;
        left: 20px;
        font-size: 14px;
        color: var(--title-color);
        font-weight: 500;
        z-index: 1
    }

    .calendar_wrap span.wp-calendar-nav-next, .wp-block-calendar span.wp-calendar-nav-next {
        left: auto;
        right: 20px
    }

    .calendar_wrap caption, .wp-block-calendar caption {
        caption-side: top;
        text-align: center;
        color: var(--title-color);
        background-color: #f1dbbe
    }

    .calendar_wrap th, .wp-block-calendar th {
        font-size: 14px;
        padding: 5px;
        border: none;
        text-align: center;
        border-right: 1px solid #fff;
        color: #01133c;
        font-weight: 500
    }

    .calendar_wrap td, .wp-block-calendar td {
        font-size: 14px;
        padding: 5px;
        color: #01133c;
        border: 1px solid #ededed;
        text-align: center;
        background-color: transparent;
        transition: .4s
    }

    .calendar_wrap #today, .wp-block-calendar #today {
        color: var(--theme-color);
        background-color: var(--white-color);
        border-color: #ededed
    }

    .calendar_wrap thead, .wp-block-calendar thead {
        background-color: #f6f6f6
    }

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.widget_shopping_cart {
    text-align: left
}

    .widget-workhours ul, .widget_shopping_cart ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .widget_shopping_cart .mini_cart_item {
        position: relative;
        border-bottom: 1px solid var(--border-color);
        padding: 0 0 32px 110px;
        margin: 0 0 27px;
        min-height: 90px
    }

    .widget_shopping_cart .remove {
        position: absolute;
        right: 0;
        top: 0;
        color: var(--title-color);
        line-height: 1;
        font-size: 18px
    }

    .widget_shopping_cart .img {
        position: absolute;
        left: 0;
        top: 3px;
        width: 90px;
        height: 90px;
        display: inline-block;
        border: 1px solid var(--border-color)
    }

    .widget_shopping_cart .product-title {
        font-size: 14px;
        color: var(--title-color);
        font-weight: 400;
        margin-bottom: 0;
        display: inline-block
    }

    .widget_shopping_cart .amount {
        display: block;
        font-weight: 600;
        color: var(--title-color);
        font-size: 16px
    }

    .widget_shopping_cart .quantity {
        display: inline-flex;
        margin-top: 12px
    }

    .widget_shopping_cart .qut-btn {
        border: 1px solid var(--border-color);
        display: inline-block;
        background-color: transparent;
        width: 25px;
        height: 25px;
        padding: 0;
        font-size: 12px;
        z-index: 1;
        position: relative
    }

        .widget_shopping_cart .qut-btn:hover {
            background-color: var(--title-color);
            border-color: transparent;
            color: var(--white-color)
        }

    .widget_shopping_cart .qty-input {
        border: 1px solid var(--border-color);
        text-align: center;
        width: max-content;
        min-width: 40px;
        font-size: 12px;
        padding: 0;
        height: 25px;
        margin: 0 -1px
    }

    .widget_shopping_cart .subtotal {
        float: right;
        text-align: right;
        font-size: 12px;
        margin-top: 19px
    }

        .widget_shopping_cart .subtotal > span:not(.amount) {
            color: var(--body-color);
            font-weight: 300
        }

        .widget_shopping_cart .subtotal .amount {
            font-size: 12px;
            display: inline-block
        }

    .widget_shopping_cart .total {
        color: var(--title-color);
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 25px;
        font-size: 18px
    }

        .widget_shopping_cart .total .amount {
            font-size: inherit;
            display: inline-block;
            color: var(--theme-color)
        }

    .widget_shopping_cart .vs-btn {
        border: 1px solid var(--title-color);
        color: var(--title-color);
        margin-right: 10px;
        text-transform: capitalize;
        height: 50px;
        line-height: 47px;
        padding: 0 35px;
        background-color: var(--title-color);
        color: var(--white-color);
        font-weight: 400
    }

        .widget_shopping_cart .vs-btn:hover {
            background-color: transparent;
            color: var(--title-color)
        }

    .blog-details .blog-content, .testi-slider-btn3 i, .vs-comments-wrap li, .vs-comments-wrap.vs-comment-form, .widget_shopping_cart .buttons {
        margin: 0
    }

.sidebar-area {
    position: sticky;
    top: 30px;
    margin-bottom: 30px
}

    .sidebar-area .newsletter-form .newsletter-text {
        max-width: 70%;
        margin: -.42em 0 15px
    }

    .sidebar-area .newsletter-form .form-control {
        color: var(--body-color);
        border-radius: 50px;
        height: 60px;
        padding: 0 30px
    }

.footer-info.style2 .footer-info_label, .footer-info.style2 .footer-info_link, .footer-info.style2 .footer-info_link a:hover, .footer-info_link a:hover, .footer-widget .widget_title, .footer-widget.widget_nav_menu .menu a:hover::after, .footer-widget.widget_nav_menu .menu a:hover::before, .quote-box__title, .vs-widget-about__text {
    color: var(--white-color)
}

.sidebar-area .newsletter-form .form-control::placeholder {
    color: var(--body-color)
}

.sidebar-area .newsletter-form .vs-btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 20px
}

.quote-box:before, .sidebar-gallery .gallery-thumb:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -.07em
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0
}

    .sidebar-area ol.wp-block-latest-comments li {
        line-height: 1.5;
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-bottom: 20px
    }

        .sidebar-area ol.wp-block-latest-comments li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

.sidebar-area .widget_title {
    font-size: 24px;
    margin-bottom: 30px
}

    .sidebar-area .widget_title img {
        display: block;
        padding-top: 10px
    }

.sidebar-area .wp-block-details, .team-style1 .team-social ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .sidebar-area .wp-block-details > li {
        padding-bottom: 15px;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 15px
    }

    .sidebar-area .wp-block-details .item-card {
        padding: 0;
        gap: 15px
    }

        .sidebar-area .wp-block-details .item-card .item-icon {
            font-size: 14px;
            min-width: 50px;
            height: 50px
        }

        .sidebar-area .wp-block-details .item-card .item-title {
            font-size: 20px;
            color: var(--title-color)
        }

        .sidebar-area .wp-block-details .item-card .item-text {
            font-size: 14px;
            font-weight: 700;
            color: var(--body-color)
        }

.about-media, .footer-newsletter, .recent-product {
    display: flex
}

    .recent-product .product-title, .vs-blog.blog-style1 .blog-meta, .vs-blog.blog-style2 .blog-meta, .vs-blog.blog-style3 .blog-meta, .vs-blog.blog-style4 .blog-meta {
        font-size: 16px
    }

.widget-workhours li {
    background-color: var(--white-color);
    padding: 14.5px 20px;
    margin: 0 0 15px;
    font-family: var(--title-font);
    font-weight: 500
}

.quote-box {
    position: relative;
    text-align: center;
    padding: 80px 30px;
    margin: 0 0 30px
}

    .quote-box:before {
        background-color: rgba(7,26,62,.7)
    }

.quote-box__title {
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: -.3em auto 25px
}

.service-style1, .sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

    .sidebar-gallery .gallery-thumb img {
        transition: .4s;
        width: 100%;
        transform: scale(1)
    }

    .sidebar-gallery .gallery-thumb:before {
        background-color: var(--theme-color);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: .4s
    }

    .sidebar-gallery .gallery-thumb .gal-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        width: var(--icon-size,35px);
        height: var(--icon-size,35px);
        margin: calc(var(--icon-size,35px)/ -2) 0 0 calc(var(--icon-size,35px)/ -2);
        text-align: center;
        font-size: 18px;
        color: var(--white-color);
        background-color: transparent;
        border-radius: 50%;
        transition: .4s;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

        .sidebar-gallery .gallery-thumb .gal-btn:hover {
            transform: scale(1);
            background-color: var(--white-color);
            color: var(--theme-color)
        }

    .project-style2:hover .project-shape, .sidebar-gallery .gallery-thumb:hover:before {
        opacity: .8;
        visibility: visible
    }

    .sidebar-gallery .gallery-thumb:hover .gal-btn {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.1s
    }

    .sidebar-gallery .gallery-thumb:hover img {
        transform: scale(1.12)
    }

.widget--bg1 {
    background-color: var(--blackSand-color)
}

.sidebar-info {
    display: flex;
    align-items: center;
    gap: 20px
}

    .sidebar-info .info-logo {
        min-width: 130px;
        height: 130px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--theme-color);
        border-radius: 10px;
        background-color: var(--white-color)
    }

    .sidebar-info .sec-title {
        font-size: 24px;
        margin: -.25em 0 8px
    }

    .sidebar-info .info-list ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 2px
    }

        .contact-box__item, .contact-media, .counter-media, .header-links, .hero-info, .post-pagi-box, .project-box__item, .question-form .rating-select, .review-form .rating-select, .sidebar-brand .brand-logo, .sidebar-info .info-list ul li {
            display: flex;
            align-items: center
        }

            .sidebar-info .info-list ul li i {
                color: var(--theme-color);
                min-width: 25px
            }

            .sidebar-info .info-list ul li a {
                color: var(--body-color);
                font-size: 14px
            }

.sidebar-brand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

    .sidebar-brand .brand-logo {
        background-color: var(--white-color);
        height: 170px;
        border: 2px solid var(--theme-color);
        justify-content: center;
        border-radius: 10px
    }

.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

    .footer-widget .widget_title {
        margin: -9px 0 30px;
        font-size: 24px
    }

        .footer-widget .widget_title img {
            display: block;
            padding-top: 12px
        }

    .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_meta, .footer-widget.widget_nav_menu, .footer-widget.widget_pages, .mb-40 {
        margin-bottom: 40px
    }

        .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_meta a, .footer-widget.widget_nav_menu a, .footer-widget.widget_pages a {
            width: max-content;
            display: block;
            border: none;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 16px;
            max-width: 100%;
            padding: 0
        }

            .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_meta a:hover, .footer-widget.widget_nav_menu a:hover, .footer-widget.widget_pages a:hover {
                background-color: transparent;
                color: var(--theme-color)
            }

            .auth-form .form-group .iti__arrow, .auth-form .form-group .iti__selected-dial-code, .brand-slide-nav button:last-child:after, .breadcumb-menu li:last-child:after, .feature-style1 .feature-icon::before, .feature-style2 .feature-icon::before, .footer-layout1 .footer-menu .menu-item:first-child::before, .footer-layout2 .footer-menu .menu-item:first-child::before, .footer-newsletter .vs-btn::before, .footer-newsletter .vs-btn:after, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_meta a:before, .footer-widget.widget_nav_menu a:before, .footer-widget.widget_pages a:before, .gallery-style2 .overlay::before, .header-text.style2:last-child::after, .hero-inner.style2::before, .hero-inner.style3::before, .menu-style1 > ul > li:last-child a::before, .menu-style2 > ul > li:last-child a::before, .menu-style3 > ul > li:last-child a::before, .process-style1:last-child .process-arrow, .process-style2:last-child .process-arrow, .review-form, .vs-blog.blog-single .blog-meta a:last-child::after {
                display: none
            }

        .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_meta li > span, .footer-widget.widget_nav_menu li > span, .footer-widget.widget_pages li > span {
            width: auto;
            height: auto;
            position: relative;
            background-color: transparent;
            color: var(--body-color);
            line-height: 1
        }

        .accordion-style1 .accordion-body p:last-child, .accordion-style2 .accordion-body p:last-child, .feature-style1 .feature-text, .feature-style2 .feature-text, .footer-info.style2:last-child, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_meta li:last-child a, .footer-widget.widget_nav_menu li:last-child a, .footer-widget.widget_pages li:last-child a, .form-style1 .form-group:last-child, .form-style2 .form-group:last-child, .form-style3 .form-group:last-child, .header-dropdown ul.dropdown-menu li:last-child, .list-style1 li:last-child, .list-style3 li:last-child, .newsletter-form2 .sec-text, .service-style2 .service-name, .skill-about .skill-text, .testi-style1 .testi-text, .testi-style3 .testi-text, .vs-comments-wrap .description p:last-child, .vs-comments-wrap .text:last-of-type, .vs-comments-wrap ul.comment-list ol ol, .vs-comments-wrap ul.comment-list ol ul, .vs-comments-wrap ul.comment-list ul ol, .vs-comments-wrap ul.comment-list ul ul {
            margin-bottom: 0
        }

        .footer-widget.widget_nav_menu .menu a {
            font-size: 16px;
            color: var(--white-color);
            padding-left: 15px;
            position: relative
        }

            .breadcumb-menu a::before, .footer-info_link a::after, .footer-layout1 .footer-menu .menu-item a::after, .footer-layout2 .footer-menu .menu-item a::after, .footer-widget.widget_nav_menu .menu a span, .header-text.style2 a::after {
                position: absolute;
                content: "";
                width: 0%;
                height: 1px;
                background-color: var(--white-color);
                bottom: -2px;
                right: 0;
                transition: .3s ease-in-out
            }

            .footer-widget.widget_nav_menu .menu a::after, .footer-widget.widget_nav_menu .menu a::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                right: auto;
                top: 0;
                font-family: var(--icon-font);
                font-weight: 400;
                color: var(--theme-color);
                transition: .3s ease-in-out
            }

.footer-info_icon, .footer-info_label, .footer-info_link, .footer-text {
    color: var(--white-color)
}

.footer-widget.widget_nav_menu .menu a::before {
    content: "\f105";
    opacity: 1;
    visibility: visible
}

.footer-widget.widget_nav_menu .menu a::after {
    opacity: 0;
    visibility: hidden;
    content: "\f101";
    display: none
}

.footer-widget.widget_nav_menu .menu a:hover {
    color: var(--white-color);
    transform: translateX(15px)
}

    .breadcumb-menu a:hover::before, .copyright-text a:hover::after, .footer-info_link a:hover::after, .footer-layout1 .footer-menu .menu-item a:hover::after, .footer-layout2 .footer-menu .menu-item a:hover::after, .footer-widget.widget_nav_menu .menu a:hover span, .header-text.style2 a:hover::after {
        width: 100%;
        left: 0
    }

    .blog-single:hover .blog-img .slick-arrow, .feature-style2:hover::before, .footer-widget.widget_nav_menu .menu a:hover::after, .project-style2:hover .icon-btn, .project-style3:hover .project-bottom {
        opacity: 1;
        visibility: visible
    }

.footer-widget .footer-links > ul {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

.footer-widget .footer-links a {
    margin-bottom: 21px
}

.footer-text {
    margin: 0 0 20px;
    max-width: 300px
}

.footer-bottom {
    padding: 1.5rem 0;
    background: var(--white-color);
    border-radius: 0;
    margin-left: 0
}

.footer-divider {
    height: 50px;
    width: 2px;
    background: var(--title-color);
    margin: auto 42px
}

.footer-info {
    display: flex;
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 10px;
    padding: 5px 30px 5px 5px
}

.footer-info_group {
    display: flex;
    justify-content: center;
    border-right: 1px solid #152b54;
    padding: 60px 0
}

    .footer-info_group:last-child {
        border-right: none
    }

    .accordion-style1 .accordion-collapse, .accordion-style2 .accordion-collapse, .footer-info_group.style2 {
        border: none
    }

        .footer-info_group.style2 .footer-info_icon {
            background-color: transparent;
            border: 1px solid #35496f
        }

.footer-info_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--sec-color);
    font-size: 18px;
    margin: 0 11px 0 0;
    display: inline-block;
    border-radius: 10px
}

.footer-info_label {
    font-size: 16px;
    font-family: var(--title-font);
    text-transform: capitalize;
    display: block;
    margin: 0
}

.footer-info_link {
    font-weight: 700;
    font-size: 16px
}

    .footer-info_link a {
        color: inherit;
        position: relative
    }

.footer-info.style2 .footer-info_icon, .footer-social a {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.footer-info.style2 {
    padding: 0;
    background-color: transparent;
    margin-bottom: 20px
}

    .footer-info.style2 .footer-info_icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        margin-right: 20px
    }

.footer-number {
    border-top: 1px solid #14284f;
    padding: 43px 0 0;
    margin: 34px 0 0;
    position: relative
}

    .footer-number:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -60px;
        width: 9999px;
        height: 1px;
        border: inherit
    }

    .footer-number .info {
        color: var(--body-color);
        margin: 0;
        line-height: 1;
        display: inline-block
    }

    .footer-number .title {
        margin: 0 0 7px
    }

.footer-map {
    max-width: 400px;
    width: 100%
}

    .footer-map frame {
        max-width: 100%
    }

.footer-social .social-title {
    font-family: var(--title-font);
    color: var(--title-color);
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 700
}

.footer-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 5px 0 0;
    text-align: center;
    border-radius: 10px
}

.footer-social.style2 a {
    background-color: var(--white-color);
    outline: #e7e8ec solid 2px;
    outline-offset: -2px;
    color: var(--body-color);
    box-shadow: 8px 13.856px 30px 0 rgba(132,137,154,.1)
}

    .footer-social.style2 a:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
        outline-color: transparent
    }

.footer-newsletter input {
    background-color: transparent;
    border-radius: 5px 0 0 5px;
    border: 1px solid #14284f;
    height: 55px;
    color: var(--white-color);
    flex: 1
}

    .footer-newsletter input::-moz-placeholder {
        color: var(--white-color)
    }

    .footer-newsletter input::-webkit-input-placeholder {
        color: var(--white-color)
    }

    .footer-newsletter input:-ms-input-placeholder {
        color: var(--white-color)
    }

    .footer-newsletter input::placeholder {
        color: var(--white-color)
    }

.footer-newsletter .vs-btn {
    border-radius: 0 5px 5px 0
}

.footer-schedule table {
    border: none;
    margin: -.3em 0 0
}

.footer-schedule td, .footer-schedule th {
    padding: 0 0 10px;
    color: var(--body-color);
    border: none;
    font-weight: 400
}

.footer-number1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--body-color);
    font-family: var(--title-font);
    margin-bottom: 25px;
    display: block;
    width: max-content
}

.footer-address1, .footer-mail1 {
    padding-left: 25px;
    position: relative
}

    .footer-address1 > i:first-child, .footer-mail1 > i:first-child {
        position: absolute;
        left: 0;
        top: 4px
    }

.footer-address1 {
    max-width: 250px
}

.footer-mail1 {
    color: var(--body-color);
    text-decoration: underline
}

    .footer-mail1 i:first-child {
        top: 2px
    }

.footer-info-list {
    margin: 35px 0 22px
}

    .footer-info-list .info {
        position: relative;
        margin-bottom: 21px;
        padding-left: 30px;
        max-width: 250px
    }

        .footer-info-list .info i:first-child {
            position: absolute;
            left: 0;
            top: 4px;
            color: var(--theme-color)
        }

.newsletter-form2 .form_text {
    margin: -.3em 0 22px;
    display: block;
    max-width: 300px
}

.newsletter-form2 input {
    background-color: #ebecf1;
    margin-bottom: 15px;
    border-radius: 7px
}

@media (min-width:991px) and (max-width:1399px) {
    .footer-newsletter {
        display: block
    }

        .footer-newsletter input {
            border-radius: 5px;
            margin-bottom: 20px
        }

        .footer-newsletter .vs-btn {
            border-radius: 5px
        }
}

.vs-header {
    position: relative;
    z-index: 41;
    background-color: transparent
}

.header-inner {
    margin-top: -30px;
    position: relative;
    background: var(--white-color);
    padding: 20px 50px 0;
    border-radius: 20px
}

    .header-inner.style2 {
        margin-top: 0;
        padding: 25px 0;
        border-radius: 0
    }

.vs-navbar {
    background-color: var(--sec-color);
    padding: 0 50px;
    border-radius: 10px;
    margin-bottom: -35px
}

    .vs-navbar.style3 {
        padding: 0 40px 0 0;
        background-color: var(--white-color);
        margin: -55px 0
    }

        .vs-navbar.style3 .header-logo {
            padding: 25px 40px;
            background-color: var(--theme-color);
            border-radius: 8px 0 0 8px;
            margin-left: -1px
        }

        .vs-navbar.style3.will-sticky .sticky-active {
            background-color: var(--white-color);
            padding: 0 15px 0 0
        }

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: .8s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
    padding: 0 27px
}

    .will-sticky .sticky-active .custom-container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        margin: 0 auto
    }

    .will-sticky .sticky-active.active {
        top: 0
    }

.main-menu a, .menu-style2 a, .menu-style3 a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    color: var(--sec-color)
}

    .header-top.v2 .header-links a:hover, .header-top.v2 .header-links a:hover i, .header-top.v2 .header-social a:hover, .main-menu a:hover, .menu-style2 a:hover, .menu-style2 ul.mega-menu li a, .menu-style2 ul.sub-menu li a, .menu-style3 a:hover, .team-style1 .team-social > ul > li > ul > li > a:hover {
        color: var(--sec-color)
    }

.main-menu > ul > li > a .new-label, .menu-style2 > ul > li > a .new-label, .menu-style3 > ul > li > a .new-label {
    position: absolute;
    top: -10px;
    right: -27px;
    font-size: 11px;
    border-radius: 3px
}

.main-menu ul li, .menu-style2 ul li, .menu-style3 ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

    .main-menu ul li.menu-item-has-children > a:after, .menu-style2 ul li.menu-item-has-children > a:after, .menu-style3 ul li.menu-item-has-children > a:after {
        content: "\f078";
        position: relative;
        font-family: var(--icon-font);
        margin-left: 5px;
        font-size: .8rem
    }

    .main-menu ul li:hover ul.mega-menu, .main-menu ul li:hover > ul.sub-menu, .menu-style2 ul li:hover ul.mega-menu, .menu-style2 ul li:hover > ul.sub-menu, .menu-style3 ul li:hover ul.mega-menu, .menu-style3 ul li:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        z-index: 9
    }

.main-menu ul.mega-menu, .main-menu ul.sub-menu, .menu-style2 ul.mega-menu, .menu-style2 ul.sub-menu, .menu-style3 ul.mega-menu, .menu-style3 ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    visibility: hidden;
    min-width: 190px;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.09),0 3px 0 0 rgba(231,13,60,.004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out,visibility .4s ease-in-out,opacity .4s ease-in-out,z-index
}

    .main-menu ul.mega-menu a, .main-menu ul.sub-menu a, .menu-style2 ul.mega-menu a, .menu-style2 ul.sub-menu a, .menu-style3 ul.mega-menu a, .menu-style3 ul.sub-menu a {
        font-size: 16px;
        line-height: 30px
    }

.main-menu ul.sub-menu, .menu-style2 ul.sub-menu, .menu-style3 ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

    .main-menu ul.sub-menu li, .menu-style2 ul.sub-menu li, .menu-style3 ul.sub-menu li {
        display: block;
        margin: 0;
        padding: 5px 0
    }

        .main-menu ul.sub-menu li.menu-item-has-children > a:after, .menu-style2 ul.sub-menu li.menu-item-has-children > a:after, .menu-style3 ul.sub-menu li.menu-item-has-children > a:after {
            content: "\f105";
            float: right;
            top: 3px
        }

        .main-menu ul.sub-menu li a, .menu-style2 ul.sub-menu li a, .menu-style3 ul.sub-menu li a {
            position: relative;
            padding-left: 0
        }

            .main-menu ul.mega-menu > li > ul > li > a:before, .main-menu ul.sub-menu li a:before, .menu-style2 ul.mega-menu > li > ul > li > a:before, .menu-style2 ul.sub-menu li a:before, .menu-style3 ul.mega-menu > li > ul > li > a:before, .menu-style3 ul.sub-menu li a:before {
                content: "\f105";
                font-family: var(--icon-font);
                font-weight: 400;
                margin: 0 10px 0 0
            }

        .main-menu ul.sub-menu li ul.sub-menu, .menu-style2 ul.sub-menu li ul.sub-menu, .menu-style3 ul.sub-menu li ul.sub-menu {
            left: 100%;
            right: auto;
            top: 0;
            margin: 0 0 0 20px
        }

            .main-menu ul.sub-menu li ul.sub-menu li ul, .menu-style2 ul.sub-menu li ul.sub-menu li ul, .menu-style3 ul.sub-menu li ul.sub-menu li ul {
                left: 100%;
                right: auto
            }

.main-menu .mega-menu-wrap, .menu-style2 .mega-menu-wrap, .menu-style3 .mega-menu-wrap, blockquote.vs-quote cite::before {
    position: static
}

.header-links a, .header-text.style2, .header-text.style2 a {
    position: relative
}

.main-menu ul.mega-menu, .menu-style2 ul.mega-menu, .menu-style3 ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px;
    left: 50%;
    transform: translateX(-50%)
}

    .main-menu ul.mega-menu li, .menu-style2 ul.mega-menu li, .menu-style3 ul.mega-menu li {
        display: block;
        width: 100%;
        padding: 0 15px
    }

        .main-menu ul.mega-menu li li, .menu-style2 ul.mega-menu li li, .menu-style3 ul.mega-menu li li {
            padding: 4px 0
        }

    .main-menu ul.mega-menu > li > a, .menu-style2 ul.mega-menu > li > a, .menu-style3 ul.mega-menu > li > a {
        display: block;
        padding: 0 0 15px;
        margin-bottom: 10px;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-weight: 700;
        color: var(--title-color);
        border-color: var(--theme-color)
    }

        .main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before, .menu-style2 ul.mega-menu > li > a::after, .menu-style2 ul.mega-menu > li > a::before, .menu-style3 ul.mega-menu > li > a::after, .menu-style3 ul.mega-menu > li > a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 15px;
            height: 1px;
            background-color: var(--theme-color)
        }

        .main-menu ul.mega-menu > li > a::after, .menu-style2 ul.mega-menu > li > a::after, .menu-style3 ul.mega-menu > li > a::after {
            width: calc(100% - 20px);
            left: 20px
        }

.menu-style1 > ul > li > a, .menu-style2 > ul > li > a, .menu-style3 > ul > li > a {
    padding: 26px 20px 26px 0;
    margin-right: 20px
}

@media (max-width:1199px) {
    .widget {
        --widget-padding-y: 25px;
        --widget-padding-x: 25px
    }

    .widget_title {
        font-size: 20px;
        margin-bottom: 25px
    }

    .recent-post .post-title {
        font-size: 14px;
        line-height: 22px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }

    .widget-workhours li {
        padding: 14.5px 20px;
        font-size: 14px
    }

    .footer-widget {
        margin-bottom: 40px
    }

        .footer-widget .widget_title {
            font-size: 26px
        }

    .footer-number {
        padding: 27px 0 0;
        margin: 17px 0 0
    }

    .footer-info_group {
        padding: 0;
        border: none
    }

    .header-inner {
        padding: 20px 20px 0
    }

    .vs-navbar {
        padding: 0 20px
    }

    .menu-style1 > ul > li > a, .menu-style2 > ul > li > a, .menu-style3 > ul > li > a {
        padding-right: 13px;
        margin-right: 13px
    }
}

.menu-style1 > ul > li > a::before, .menu-style2 > ul > li > a::before, .menu-style3 > ul > li > a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: var(--border-color);
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.header-text.style2:last-child, .menu-style1 > ul > li:last-child a, .menu-style2 > ul > li:last-child a, .menu-style3 > ul > li:last-child a, .vs-blog.blog-single .blog-meta a:last-child {
    padding-right: 0;
    margin-right: 0
}

.event-details-img2, .img-3 img, .menu-style1 ul.mega-menu, .service-details-img, .vs-blog.blog-single .blog-inner-img {
    border-radius: 20px
}

.menu-style2 ul.mega-menu, .menu-style3 ul.mega-menu {
    border-radius: 10px
}

.menu-style2 a, .service-style1:hover .service-name a, .service-style1:hover .service-price {
    color: var(--white-color);
    transition: .3s ease-in-out
}

    .menu-style2 a::after {
        display: inline-block;
        transition: .3s ease-in-out
    }

.menu-style2 > ul > li > a {
    padding: 21px 20px 21px 0;
    margin-right: 20px
}

.menu-style2 > ul > li:hover > a {
    color: var(--theme-color);
    transition: .3s ease-in-out
}

    .menu-style2 > ul > li:hover > a::after {
        transition: .3s ease-in-out;
        transform: scaleY(-1)
    }

.menu-style3 > ul > li > a {
    padding: 41px 20px 41px 0;
    margin-right: 20px
}

.copyright-text, .header-text {
    margin: 0;
    color: var(--white-color)
}

    .header-text.style2 {
        display: inline-flex;
        padding-right: 30px;
        margin-right: 26px
    }

        .header-text.style2::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 20px;
            background-color: var(--white-color);
            top: 50%;
            transform: translateY(-50%);
            right: 0
        }

        .header-text.style2 span {
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--white-color);
            color: var(--title-color);
            border-radius: 50%;
            margin-right: 10px
        }

.header-search button, .header-search button:hover, .header-search input, .header-search input:focus, .header-search.v2 button, .header-search.v3 button, .login-tab a {
    background-color: transparent
}

.header-info_icon, .header-text.style2 a, .header-text.style2 a:hover {
    color: var(--white-color)
}

.header-info {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 2px solid var(--border-color)
}

    .header-info:nth-child(2) {
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }

.header-info_icon {
    font-size: 24px;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    transition: .3s ease-in-out
}

.header-info_label {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--sec-color)
}

.header-info_link {
    color: var(--title-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.header-search {
    display: flex;
    width: 205px;
    max-width: 100%;
    margin-right: 30px
}

    .header-search input {
        flex: 1;
        border: none;
        padding: 0 20px;
        height: 35px;
        width: 100%;
        border-radius: 4px;
        transition: .4s;
        font-size: 16px;
        color: var(--title-color)
    }

        .header-search input::placeholder {
            color: var(--title-color)
        }

.header-box__icon, .header-links a, .header-links i, .header-social a {
    color: var(--white-color)
}

.header-search button {
    border: none;
    padding: 0
}

.header-search input:focus {
    padding: 0 20px
}

.header-search.v2, .header-search.v3 {
    justify-content: flex-end;
    padding-right: 30px;
    margin-right: 30px;
    position: relative
}

    .header-search.v2::after, .header-search.v3::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 25px;
        background-color: var(--border-color);
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }

    .header-search.v2 input, .header-search.v3 input {
        background-color: transparent;
        max-width: 170px;
        color: var(--white-color)
    }

        .header-search.v2 input::placeholder, .header-search.v3 input::placeholder {
            color: var(--white-color)
        }

    .header-search.v3 input {
        color: var(--title-color)
    }

        .header-search.v3 input::placeholder {
            color: var(--title-color)
        }

.header-links a {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-left: 30px
}

    .header-links a::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        background-color: var(--white-color);
        left: 0
    }

.header-links i {
    margin: 0 10px 0 0;
    transition: .3s ease-in-out
}

.header-social a {
    display: inline-block;
    margin-left: 16px
}

.logo-style1 {
    background: linear-gradient(278.46deg,#00bcfa .91%,#0e59f2 71.89%,#0e59f2 100%);
    padding: 30px 35px;
    border-radius: 5px 0 0 5px;
    line-height: 0;
    margin: -1px 0
}

.header-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .header-btns.v3 {
        gap: 20px
    }

.header-box {
    border: 10px solid var(--theme-color);
    background-color: var(--white-color);
    padding: 20px
}

.header-box__icon, .header-top.v2, .login-tab .indicator {
    background-color: var(--theme-color)
}

.header-box__icon {
    border-radius: 5px;
    margin: 0 15px 0 0;
    font-size: 18px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block
}

.card-style1 .number, .header-box__title, .header-dropdown > .dropdown-toggle, .team-style2 .team-name a, .team-style2 .team-social2 ul li a:hover, .vs-comments-wrap .replay-btn:hover {
    color: var(--title-color)
}

.header-box__title {
    display: inline-block;
    font-weight: 600;
    font-family: var(--title-font)
}

.header-box__number, .login-tab a {
    color: var(--theme-color);
    font-family: var(--title-font)
}

.header-box__number {
    display: block;
    width: fit-content;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 0
}

.header-dropdown > .dropdown-toggle i {
    margin: 0 10px 0 0
}

.header-dropdown > .dropdown-toggle:after {
    content: "\f107";
    font-family: var(--icon-font);
    border: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px
}

.header-dropdown ul.dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    margin: 0;
    margin-left: -15px !important;
    margin-top: 15px !important;
    width: max-content;
    min-width: auto;
    position: relative;
    z-index: 1
}

    .header-dropdown ul.dropdown-menu a {
        display: block;
        margin: 0;
        width: max-content;
        padding: 2px 10px;
        color: var(--title-color);
        font-weight: 400;
        font-size: 14px
    }

        .header-dropdown ul.dropdown-menu a:first-child {
            margin-top: 0;
            padding-top: 0
        }

        .header-dropdown ul.dropdown-menu a:last-child, .header-dropdown ul.dropdown-menu a:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0
        }

    .header-dropdown ul.dropdown-menu:before {
        content: "";
        position: absolute;
        left: 47px;
        top: -7px;
        width: 14px;
        height: 14px;
        background-color: var(--white-color);
        z-index: -1;
        transform: rotate(45deg);
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed
    }

.accordion-style1.layout2 .accordion-button:after, .copyright-text a:hover, .feature-style2:hover .feature-text, .feature-style2:hover .feature-title, .footer-layout1 .footer-menu .menu-item a:hover, .footer-layout2 .footer-menu .menu-item a:hover, .header-dropdown.style-white > .dropdown-toggle, .hero-content.style3 .vs-btn.style3:hover, .hero-text, .hero-title, .login-tab a.active, .login-tab a:hover, .service-style2:hover .service-name a, .service-style2:hover .service-price, .slide-btns .vs-btn:hover {
    color: var(--white-color)
}

    .header-dropdown.style-white > .dropdown-toggle:hover {
        text-decoration: underline;
        color: rgba(255,255,255,.7)
    }

.login-tab {
    display: flex;
    border-radius: 9999px;
    position: relative;
    z-index: 1
}

    .login-tab:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: inherit;
        border: 2px solid var(--theme-color);
        z-index: -1
    }

    .login-tab .indicator, .login-tab a {
        border-radius: inherit;
        display: inline-block
    }

    .login-tab a {
        text-transform: capitalize;
        font-weight: 600;
        font-size: 18px;
        padding: 18.5px 37px;
        line-height: 1
    }

    .login-tab .indicator {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: .4s
    }

.header-top {
    background-color: var(--sec-color);
    padding: 17px 0 46px;
    min-height: 90px
}

    .header-top.v2 {
        padding: 17px 0;
        min-height: auto
    }

    .header-top.v3 {
        min-height: 115px
    }

.header-right {
    display: flex;
    align-items: center;
    gap: 30px
}

.widget-area {
    padding-top: 100px;
    padding-bottom: 70px
}

.copyright-wrap {
    text-align: center;
    padding: 29px 0;
    background-color: #0b2048
}

.copyright-text a {
    position: relative;
    color: var(--white-color)
}

    .copyright-text a::after {
        position: absolute;
        content: "";
        width: 0%;
        height: 1px;
        background-color: var(--white-color);
        bottom: 0;
        right: 0;
        transition: .3s ease-in-out
    }

.footer-layout1 .copyright-wrap, .footer-layout2 .copyright-wrap {
    text-align: center;
    padding: 33px 0;
    background-color: transparent
}

.footer-layout1 .footer-menu ul, .footer-layout2 .footer-menu ul {
    margin-bottom: 0;
    padding-left: 0
}

.footer-layout1 .footer-menu .menu-item, .footer-layout2 .footer-menu .menu-item {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-left: 15px
}

    .footer-layout1 .footer-menu .menu-item::before, .footer-layout2 .footer-menu .menu-item::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 15px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background-color: var(--white-color)
    }

    .footer-layout1 .footer-menu .menu-item:first-child, .footer-layout2 .footer-menu .menu-item:first-child {
        padding-left: 0;
        margin-left: 0
    }

    .footer-layout1 .footer-menu .menu-item a, .footer-layout2 .footer-menu .menu-item a {
        color: var(--white-color);
        line-height: 1;
        position: relative
    }

.breadcumb-menu {
    max-width: 100%;
    margin: -.35em 0;
    padding: 0;
    list-style-type: none
}

    .breadcumb-menu li {
        display: inline-block;
        list-style: none;
        position: relative
    }

        .breadcumb-menu li:after {
            content: "|";
            position: relative;
            margin: 0 17px 0 20px
        }

    .breadcumb-menu a, .breadcumb-menu li, .breadcumb-menu span {
        white-space: normal;
        word-break: break-word;
        font-weight: 700;
        font-size: 24px;
        font-family: var(--title-font);
        color: var(--white-color)
    }

.post-pagi-box > a, .vs-pagination a, .vs-pagination span {
    color: var(--title-color);
    font-family: var(--title-font)
}

@media (max-width:991px) {
    .sidebar-area, .vs-navbar {
        margin-bottom: 0
    }

    .tagcloud a, .wp-block-tag-cloud a {
        padding: 10.5px 18px
    }

    .header-inner {
        margin-top: -44px;
        padding: 5px 15px
    }

        .header-inner.style2 {
            padding: 0
        }

    .vs-navbar.style3.will-sticky .sticky-active .header-logo {
        padding: 10px 15px
    }

    .header-top {
        padding: 17px 0 55px
    }

    .header-right {
        justify-content: center;
        flex-wrap: wrap
    }

    .header-links li {
        padding-right: 15px;
        margin-right: 10px
    }

    .header-logo {
        padding: 15px 0
    }

    .logo-style1 {
        padding: 20px
    }

    .header-layout1 .vs-menu-toggle {
        margin: 10px 0
    }

    .widget-area {
        padding: 80px 0 40px
    }

    .breadcumb-menu a, .breadcumb-menu li, .breadcumb-menu span {
        font-size: 20px
    }

    .breadcumb-wrapper .shape {
        display: none
    }
}

.breadcumb-title {
    color: var(--white-color);
    margin: -.3em 0 -.35em;
    max-width: 60%;
    width: 100%
}

.breadcumb-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 40px
}

.breadcumb-wrapper {
    padding: 223px 0;
    background-color: var(--title-color);
    position: relative;
    overflow: hidden
}

    .breadcumb-wrapper .shape {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%
    }

    .breadcumb-wrapper .overlay {
        background-color: var(--title-color);
        opacity: .6
    }

.offer-counter {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    gap: 10px
}

    .offer-counter li {
        background: #fff;
        box-shadow: 0 0 13px rgba(116,9,246,.07);
        border-radius: 10px;
        min-width: 90px
    }

    .offer-counter .count-name {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: var(--theme-color);
        padding: 6px 0;
        border-top: 2px solid var(--smoke-color);
        line-height: 1
    }

    .offer-counter .count-number {
        font-size: 30px;
        font-weight: 700;
        padding: 29px 0
    }

.vs-pagination a, .vs-pagination span {
    display: inline-block;
    background-color: var(--white-color)
}

    .vs-pagination a.active, .vs-pagination a:hover, .vs-pagination span.active, .vs-pagination span:hover {
        color: var(--white-color);
        background-color: var(--sec-color);
        box-shadow: none
    }

.post-pagination {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
    margin: 30px 0 65px
}

.post-pagi-box > a {
    font-weight: 600;
    font-size: 16px
}

.post-pagi-box img {
    width: 80px;
    margin-right: 25px;
    border-radius: 10px
}

.post-pagi-box.next {
    flex-direction: row-reverse
}

    .post-pagi-box.next img {
        margin-right: 0;
        margin-left: 25px
    }

.pagi-icon {
    color: var(--theme-color);
    font-size: 40px
}

@media (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 24px
    }

    p {
        line-height: 1.73
    }

    .h1, h1 {
        font-size: 36px
    }

    .h2, .sec-title.h1, .sec-title3.h1, h2 {
        font-size: 30px
    }

    .h3, h3 {
        font-size: 26px
    }

    .h4, h4 {
        font-size: 22px
    }

    .breadcumb-menu a, .breadcumb-menu li, .breadcumb-menu span, .h5, h5 {
        font-size: 18px
    }

    .h6, .sec-subtitle, h6 {
        font-size: 16px
    }

    .vs-btn, .vs-search .search-grid-content {
        padding: 20px
    }

    .blog-single.format-link:before, .blog-single.format-quote:before, .blog-single.sticky:before, .blog-single.tag-sticky-2:before {
        font-size: 14px;
        padding: 8px 16px
    }

    .blog-single.format-link .blog-content, .blog-single.format-quote .blog-content, .blog-single.sticky .blog-content, .blog-single.tag-sticky-2 .blog-content {
        padding: 30px 15px
    }

    .vs-btn.style3 {
        padding: 20px 30px
    }

    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

        .scroll-btn.show {
            bottom: 15px
        }

    .play-btn {
        --icon-size: 60px
    }

    .scrollToTop {
        right: 20px
    }

        .scrollToTop.show {
            bottom: 20px
        }

    .sec-line-wrap {
        margin: 0 0 40px;
        gap: 10px
    }

    .sec-title4 {
        font-size: 30px;
        line-height: 1.4
    }

    .big-name {
        font-size: 75px;
        margin: -20px 0 -12px;
        letter-spacing: 0;
        text-align: center
    }

    .widget_archive a, .widget_categories a, .widget_meta a, .widget_nav_menu a, .widget_pages a {
        font-size: 14px
    }

    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px
    }

    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px;
        border-bottom: none
    }

    .sidebar-gallery {
        gap: 10px
    }

    .vs-navbar.style3 .header-logo {
        padding: 10px 20px
    }

    .header-social a:first-child {
        margin-left: 0
    }

    .breadcumb-menu li:after {
        margin: 0 8px 0 10px
    }

    .vs-pagination a, .vs-pagination span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 10px
    }

    .post-pagi-box > a {
        font-size: 12px
    }

    .post-pagi-box img {
        width: 40px;
        margin-right: 15px
    }

    .post-pagi-box.next img {
        margin-right: 0;
        margin-left: 15px
    }
}

.vs-pagination a, .vs-pagination span, blockquote {
    line-height: 30px;
    font-family: var(--title-font);
    color: var(--title-color);
    position: relative
}

.vs-pagination .pagi-btn, .vs-pagination a, .vs-pagination span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex
}

.vs-pagination {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px
}

    .vs-pagination ul {
        margin: 0;
        list-style: none;
        background-color: var(--smoke-color);
        padding: 8px;
        border-radius: 30px
    }

    .vs-pagination a, .vs-pagination span {
        align-items: center;
        text-align: center;
        border: none;
        width: 44px;
        height: 44px;
        z-index: 1;
        background-color: var(--white-color);
        justify-content: center;
        border-radius: 50%
    }

        .vs-pagination a:before, .vs-pagination span:before {
            content: "";
            position: absolute;
            left: 3px;
            right: 3px;
            bottom: 3px;
            top: 3px;
            background-color: var(--vs-secondary-color);
            border-radius: inherit;
            transition: .4s;
            transform: scale(.6);
            opacity: 0;
            visibility: hidden;
            z-index: -1
        }

    .blog-category a, .blog-single .blog-img .slick-arrow, .vs-pagination .pagi-btn, blockquote.vs-quote::after {
        background-color: var(--theme-color)
    }

    .vs-pagination a.active, .vs-pagination a:hover, .vs-pagination span.active, .vs-pagination span:hover {
        color: var(--white-color);
        border-color: transparent
    }

        .vs-pagination a.active:before, .vs-pagination a:hover:before, .vs-pagination span.active:before, .vs-pagination span:hover:before {
            transform: scale(1);
            opacity: 1;
            visibility: visible
        }

    .vs-pagination li {
        display: inline-block;
        margin: 0 2.5px;
        list-style-type: none
    }

    .vs-pagination .pagi-btn {
        width: auto;
        height: auto;
        line-height: 1;
        padding: 22px 30px;
        border-radius: 30px;
        color: var(--white-color);
        gap: 5px
    }

blockquote {
    display: block;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    background-color: var(--quote-bg,#eff1f5);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0
}

    blockquote p {
        font-family: inherit;
        color: inherit;
        z-index: 3;
        width: 100%;
        margin-bottom: 0 !important;
        line-height: 1.5;
        position: relative
    }

    .blog-single .share-links-title, .exp-media__total, .hero-info .media-label, .hero-info .media-link, .vs-comments-wrap .commented-on, .vs-comments-wrap .replay-btn, blockquote cite {
        font-family: var(--title-font)
    }

    blockquote:before {
        content: "\f10e";
        font-family: var(--icon-font);
        position: absolute;
        right: 40px;
        bottom: 30px;
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1;
        color: var(--theme-color);
        opacity: .3
    }

    blockquote cite {
        color: var(--theme-color);
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        position: relative;
        padding-left: 45px;
        line-height: 1;
        margin-top: 20px;
        font-style: normal
    }

        blockquote cite:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 8px;
            width: 30px;
            height: 2px;
            border-top: 2px solid var(--theme-color)
        }

    blockquote.vs-quote {
        text-align: left;
        padding: 50px 60px;
        border-left: 0 solid var(--theme-color);
        border-radius: 30px
    }

        blockquote.vs-quote::after {
            position: absolute;
            content: "";
            height: 160px;
            width: 4px;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        blockquote.vs-quote:before {
            position: absolute;
            top: 30px;
            right: 40px;
            font-weight: 600;
            line-height: 1;
            text-align: center;
            color: var(--theme-color);
            font-size: 110px;
            display: inline-block;
            opacity: .2
        }

        blockquote.vs-quote cite {
            padding: 0;
            margin-top: 15px;
            display: inline-flex;
            align-items: center;
            gap: 10px
        }

        blockquote.vs-quote .quote-author {
            font-size: 14px;
            color: #74787c;
            font-family: var(--title-font);
            display: block;
            font-weight: 400
        }

.blog-category a:hover, .blog-single .blog-date {
    color: var(--body-color)
}

.blog-meta a, .blog-meta span {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: #8b919c
}

    .blog-meta a i, .blog-meta span i {
        margin-right: 10px;
        color: var(--theme-color)
    }

.blog-category {
    margin-bottom: -10px
}

    .blog-category a {
        display: inline-block;
        color: var(--white-color);
        padding: 4.5px 24.5px;
        margin-right: 5px;
        margin-bottom: 10px;
        border: 1px solid transparent
    }

        .blog-category a:hover {
            background-color: var(--white-color);
            border-color: var(--theme-color)
        }

.blog-inner-title {
    font-size: 30px;
    margin-top: -.2em;
    margin-bottom: 8px
}

.blog-single {
    position: relative;
    margin-bottom: 0;
    background: var(--white-color);
    box-shadow: 0 10px 31px rgba(169,177,193,.17);
    border-radius: 5px;
    padding: .1px 0
}

    .blog-single .blog-meta {
        margin: -.2em 0 10px
    }

    .blog-single .blog-title {
        font-size: 30px;
        margin-bottom: 17px
    }

    .blog-single .link-btn {
        width: fit-content;
        display: block;
        margin-top: 26px
    }

    .blog-single .blog-date i {
        color: var(--theme-color);
        margin: 0 10px 0 0
    }

    .blog-single .share-links-title {
        font-size: 16px;
        font-weight: 600;
        color: var(--title-color);
        margin: 0 15px 0 0;
        display: inline-block
    }

    .blog-single .share-links {
        margin: 16px 0 0
    }

        .blog-single .share-links .row {
            align-items: center;
            --bs-gutter-y: 15px
        }

        .blog-single .share-links .tagcloud a {
            padding: 0;
            border-radius: 0;
            color: var(--body-color)
        }

            .blog-single .share-links .tagcloud a:not(:last-child):after {
                content: ","
            }

    .blog-single .social-links {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: inline-block
    }

        .blog-single .social-links li, .social-links li {
            display: inline-block;
            margin-right: 13px
        }

        .blog-single .social-links a, .social-links a {
            line-height: 1;
            font-size: 16px;
            color: var(--body-color);
            text-align: center;
            display: block
        }

    .blog-single .blog-content {
        margin: var(--blog-space-y,40px) var(--blog-space-x,40px) var(--blog-space-y,40px) var(--blog-space-x,40px);
        padding: 0;
        position: relative;
        border-radius: 0 0 5px 5px
    }

    .blog-single .blog-audio, .contact-box__form .form-group {
        line-height: 1
    }

    .blog-single .blog-audio, .blog-single .blog-img {
        position: relative;
        background-color: var(--smoke-color)
    }

        .blog-single .blog-audio img, .blog-single .blog-audio > *, .blog-single .blog-img img, .blog-single .blog-img > * {
            border-radius: 5px 5px 0 0
        }

        .blog-single .blog-img .slick-arrow {
            --pos-x: 30px;
            border: none;
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: var(--white-color);
            border-radius: 5px
        }

        .blog-single .blog-img .play-btn {
            --icon-size: 80px;
            --icon-font-size: 24px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: calc(var(--icon-size)/ -2) 0 0 calc(var(--icon-size)/ -2)
        }

.blog-author {
    background-color: var(--smoke-color);
    padding: 30px;
    display: flex;
    align-items: center;
    margin: var(--blog-space-y,60px) 0
}

    .blog-author .media-img {
        width: 189px;
        margin: 0 30px 0 0
    }

    .blog-author .author-name {
        font-size: 24px;
        font-weight: 700;
        margin: -.3em 0 0
    }

    .blog-author .author-text {
        margin: 0 0 -.1em
    }

.blog-details .blog-single {
    background: 0 0;
    box-shadow: none;
    padding: 0
}

.blog-details .blog-img {
    margin: 0 0 40px
}

.blog-style1, .blog-style2, .blog-style3, .blog-style4, .vs-blog {
    background-color: var(--white-color);
    box-shadow: 0 4px 25px rgba(0,0,0,.07);
    border-radius: 10px;
    overflow: hidden
}

    .blog-style1 .blog-img, .blog-style2 .blog-img, .blog-style3 .blog-img, .blog-style4 .blog-img, .vs-blog .blog-img {
        position: relative;
        height: 280px;
        width: 100%;
        overflow: hidden
    }

    .blog-style1 .blog-img__item, .blog-style2 .blog-img__item, .blog-style3 .blog-img__item, .blog-style4 .blog-img__item, .vs-blog .blog-img__item {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        -webkit-transition: .5s;
        transition: .5s;
        background-size: cover
    }

        .blog-style1 .blog-img__item:first-child, .blog-style2 .blog-img__item:first-child, .blog-style3 .blog-img__item:first-child, .blog-style4 .blog-img__item:first-child, .vs-blog .blog-img__item:first-child {
            -webkit-transform: translatex(50%) scalex(2);
            transform: translatex(50%) scalex(2);
            opacity: 0;
            -webkit-filter: blur(10px);
            filter: blur(10px)
        }

    .blog-style1:hover .blog-img__item:first-child, .blog-style2:hover .blog-img__item:first-child, .blog-style3:hover .blog-img__item:first-child, .blog-style4:hover .blog-img__item:first-child, .vs-blog:hover .blog-img__item:first-child {
        -webkit-transform: translatex(0) scalex(1);
        transform: translatex(0) scalex(1);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    .blog-style1:hover .blog-img__item:nth-child(2), .blog-style2:hover .blog-img__item:nth-child(2), .blog-style3:hover .blog-img__item:nth-child(2), .blog-style4:hover .blog-img__item:nth-child(2), .vs-blog:hover .blog-img__item:nth-child(2) {
        -webkit-transform: translatex(-50%) scalex(2);
        transform: translatex(-50%) scalex(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    .blog-style1 .blog-content, .blog-style2 .blog-content, .blog-style3 .blog-content, .blog-style4 .blog-content, .vs-blog .blog-content {
        padding: 0 30px 30px
    }

    .blog-style1 .blog-metas, .blog-style2 .blog-metas, .blog-style3 .blog-metas, .blog-style4 .blog-metas, .vs-blog .blog-metas {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 12px
    }

@media (max-width:1199px) {
    .header-search {
        width: 200px
    }

    .header-layout2, .main-menu > ul > li {
        margin: 0
    }

        .header-layout2 .header-shape {
            height: 100%
        }

    .footer-layout1 .footer-top, .footer-layout2 .footer-top {
        padding: 50px 0
    }

        .footer-layout1 .footer-top .row, .footer-layout2 .footer-top .row {
            --bs-gutter-y: 40px
        }

    .footer-layout5 .widget_title {
        margin-bottom: 30px
    }

    .footer-layout4 .shape1 {
        max-width: 230px
    }

    .breadcumb-title {
        max-width: 50%
    }

    .blog-style1 .blog-metas, .blog-style2 .blog-metas, .blog-style3 .blog-metas, .blog-style4 .blog-metas, .vs-blog .blog-metas {
        gap: 15px
    }
}

.blog-style1 .blog-metas ul, .blog-style2 .blog-metas ul, .blog-style3 .blog-metas ul, .blog-style4 .blog-metas ul, .vs-blog .blog-metas ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 0
}

    .blog-style1 .blog-metas ul li, .blog-style2 .blog-metas ul li, .blog-style3 .blog-metas ul li, .blog-style4 .blog-metas ul li, .vs-blog .blog-metas ul li {
        display: inline-flex;
        align-items: center
    }

.blog-style1 .blog-meta, .blog-style2 .blog-meta, .blog-style3 .blog-meta, .blog-style4 .blog-meta, .vs-blog .blog-meta {
    color: var(--body-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px
}

.blog-style1 .blog-date, .blog-style2 .blog-date, .blog-style3 .blog-date, .blog-style4 .blog-date, .vs-blog .blog-date {
    background-color: var(--smoke-color);
    display: inline-block;
    text-align: center;
    padding: 7px;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    transition: .3s ease-in-out
}

    .blog-style1 .blog-date span, .blog-style2 .blog-date span, .blog-style3 .blog-date span, .blog-style4 .blog-date span, .vs-blog .blog-date span {
        display: block;
        font-weight: 400;
        font-size: 14px
    }

.blog-style1 .blog-title, .blog-style2 .blog-title, .blog-style3 .blog-title, .blog-style4 .blog-title, .vs-blog .blog-title {
    padding-right: 50px
}

.blog-style1 .blog-link, .blog-style2 .blog-link, .blog-style3 .blog-link, .blog-style4 .blog-link, .vs-blog .blog-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--theme-color);
    padding: 8px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s ease-in-out
}

    .blog-style1 .blog-link::before, .blog-style2 .blog-link::before, .blog-style3 .blog-link::before, .blog-style4 .blog-link::before, .vs-blog .blog-link::before {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        left: 0;
        background-color: var(--smoke-color);
        z-index: -1;
        top: 50%;
        transform: translateY(-50%) scale(1);
        border-radius: 50%;
        transition: .3s ease-in-out
    }

    .blog-style1 .blog-link:hover, .blog-style2 .blog-link:hover, .blog-style3 .blog-link:hover, .blog-style4 .blog-link:hover, .vs-blog .blog-link:hover {
        transition: .3s ease-in-out;
        color: var(--white-color);
        border-radius: 10px
    }

        .blog-style1 .blog-link:hover::before, .blog-style2 .blog-link:hover::before, .blog-style3 .blog-link:hover::before, .blog-style4 .blog-link:hover::before, .vs-blog .blog-link:hover::before {
            background-color: var(--theme-color);
            transform: translateY(-50%) scale(1.5);
            transition: .3s ease-in-out;
            width: 100%
        }

.vs-blog .blog-metas {
    gap: 60px
}

    .vs-blog .blog-metas ul {
        gap: 120px
    }

.vs-blog .blog-img {
    height: 580px
}

.vs-blog .blog-title {
    font-size: 40px
}

.accordion-style1 .accordion-button:focus, .accordion-style2 .accordion-button:focus, .service-style2:hover, .testi-style1, .vs-blog.blog-single {
    box-shadow: none
}

    .vs-blog.blog-single .blog-title {
        padding-right: 0;
        margin: -.4em 0 15px
    }

    .mb-50, .vs-blog.blog-single .blog-img {
        margin-bottom: 50px
    }

        .vs-blog.blog-single .blog-img .blog-date {
            position: absolute;
            bottom: 40px;
            right: 40px;
            z-index: 1;
            border-radius: 20px;
            background-color: var(--theme-color);
            min-width: 80px;
            height: 86px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: var(--white-color)
        }

    .event-details-img, .service-details-img2, .vs-blog.blog-single .blog-img__img, .vs-blog.blog-style3, .vs-blog.blog-style4 {
        border-radius: 30px
    }

    .vs-blog.blog-single .blog-meta {
        margin-bottom: 20px;
        gap: 0
    }

        .vs-blog.blog-single .blog-meta a {
            color: var(--body-color);
            padding-right: 30px;
            margin-right: 30px;
            position: relative
        }

            .vs-blog.blog-single .blog-meta a::after {
                position: absolute;
                content: "";
                width: 1px;
                height: 15px;
                background-color: var(--title-color);
                right: 0;
                top: 50%;
                transform: translateY(-50%)
            }

.event-style3 .event-footer, .vs-blog.blog-style1 .blog-metas, .vs-blog.blog-style1 .blog-metas ul, .vs-blog.blog-style2 .blog-metas, .vs-blog.blog-style2 .blog-metas ul, .vs-blog.blog-style3 .blog-metas, .vs-blog.blog-style3 .blog-metas ul, .vs-blog.blog-style4 .blog-metas, .vs-blog.blog-style4 .blog-metas ul {
    gap: 30px
}

@media (max-width:1399px) {
    .footer-divider {
        margin: auto 0
    }

    .menu-all-pages-container.footer-links {
        width: 330px;
        max-width: 100%
    }

    .footer-number:before {
        display: none
    }

    .vs-navbar.style3 {
        padding: 0 15px 0 0
    }

    .menu-style3 > ul > li > a {
        padding-right: 10px;
        margin-right: 10px
    }

    .header-text.style2 {
        padding-right: 15px;
        margin-right: 15px
    }

    .header-layout3 .main-menu > ul > li {
        margin: 0 13px
    }

    .blog-style1 .blog-content, .blog-style2 .blog-content, .blog-style3 .blog-content, .blog-style4 .blog-content, .vs-blog .blog-content {
        padding: 0 15px 15px
    }

    .blog-style1 .blog-title, .blog-style2 .blog-title, .blog-style3 .blog-title, .blog-style4 .blog-title, .vs-blog .blog-title {
        padding-right: 0
    }

    .vs-blog.blog-style1 .blog-metas, .vs-blog.blog-style1 .blog-metas ul, .vs-blog.blog-style2 .blog-metas, .vs-blog.blog-style2 .blog-metas ul, .vs-blog.blog-style3 .blog-metas, .vs-blog.blog-style3 .blog-metas ul, .vs-blog.blog-style4 .blog-metas, .vs-blog.blog-style4 .blog-metas ul {
        gap: 10px
    }

    .vs-blog.blog-style3 .blog-img, .vs-blog.blog-style4 .blog-img {
        height: 356px
    }
}

@media (max-width:1199px) {
    .vs-blog .blog-img {
        height: 440px
    }

    .vs-blog .blog-title {
        font-size: 34px
    }

    .vs-blog.blog-style1 .blog-metas, .vs-blog.blog-style1 .blog-metas ul, .vs-blog.blog-style2 .blog-metas, .vs-blog.blog-style2 .blog-metas ul, .vs-blog.blog-style3 .blog-metas, .vs-blog.blog-style3 .blog-metas ul, .vs-blog.blog-style4 .blog-metas, .vs-blog.blog-style4 .blog-metas ul {
        gap: 5px
    }

    .vs-blog.blog-style1 .blog-meta, .vs-blog.blog-style2 .blog-meta, .vs-blog.blog-style3 .blog-meta, .vs-blog.blog-style4 .blog-meta {
        font-size: 14px;
        gap: 5px
    }

    .vs-blog.blog-style1 .blog-title, .vs-blog.blog-style2 .blog-title, .vs-blog.blog-style3 .blog-title, .vs-blog.blog-style4 .blog-title {
        font-size: 20px
    }
}

.vs-blog.blog-style1 .blog-img, .vs-blog.blog-style2 .blog-img {
    height: 280px
}

.project-style1 .project-content, .vs-blog.blog-style2 .blog-content {
    padding: 25px 30px 30px
}

.vs-blog.blog-style2 .blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px 0 0;
    padding: 7px 20px
}

.vs-blog.blog-style2 .blog-metas, .vs-blog.blog-style4 .blog-content {
    padding: 0
}

.vs-blog.blog-style3 .blog-content, .vs-blog.blog-style4 .blog-content {
    padding: 35px 40px 40px
}

.vs-blog.blog-style3 .blog-title, .vs-blog.blog-style4 .blog-title {
    padding-right: 0;
    font-size: 30px;
    margin-bottom: 7px
}

.vs-blog.blog-style3 .blog-date, .vs-blog.blog-style4 .blog-date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 6px;
    padding: 10px;
    background-color: var(--theme-color);
    font-size: 14px;
    color: var(--white-color)
}

    .vs-blog.blog-style3 .blog-date span, .vs-blog.blog-style4 .blog-date span {
        font-size: 30px;
        display: block;
        font-weight: 700
    }

.vs-blog.blog-style3 .vs-btn, .vs-blog.blog-style4 .vs-btn {
    padding: 14px 30px
}

.vs-blog.blog-style3 .blog-divider, .vs-blog.blog-style4 .blog-divider {
    margin: 24px 0 30px;
    background-color: var(--border-color)
}

.vs-blog.blog-style3 {
    min-height: 810px
}

    .vs-blog.blog-style3 .blog-img {
        height: 423px
    }

@media (max-width:1399px) {
    .vs-blog.blog-style3 .blog-content, .vs-blog.blog-style4 .blog-content {
        padding: 41px 30px
    }

    .vs-blog.blog-style3 {
        min-height: 750px
    }

        .vs-blog.blog-style3 .blog-img {
            height: 356px
        }
}

@media (max-width:1199px) {
    .vs-blog.blog-style3 {
        min-height: 727px
    }

        .vs-blog.blog-style3 .blog-img {
            height: 300px
        }
}

@media (max-width:991px) {
    .breadcumb-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .breadcumb-content {
        display: block
    }

    .breadcumb-title {
        max-width: 100%
    }

    .breadcumb-menu {
        margin-top: 15px
    }

    .vs-blog.blog-style3 .blog-img {
        height: 423px
    }

    .vs-blog.blog-style3 .blog-img__item:nth-child(2) {
        width: 100%
    }
}

.vs-blog.blog-style4 {
    display: flex;
    border-radius: 20px;
    padding: 30px;
    gap: 30px
}

    .vs-blog.blog-style4 .blog-metas {
        margin-bottom: 9px
    }

    .vs-blog.blog-style4 .blog-img {
        height: 190px;
        max-width: 220px;
        border-radius: 20px
    }

@media (max-width:1199px) {
    .vs-blog.blog-style4 .blog-img {
        height: 130px;
        max-width: 130px;
        min-width: 130px
    }

    blockquote {
        font-size: 20px;
        padding: 23px 30px 26px
    }

        blockquote cite {
            font-size: 16px
        }

    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px
    }

        .blog-single .blog-title {
            font-size: 24px
        }

    .blog-meta a, .blog-meta span {
        font-size: 14px
    }

    .blog-style3 .blog-content {
        padding: 25px 25px 30px
    }

    .blog-style4 {
        padding: 10px
    }

        .blog-style4 .blog-content {
            padding: 0 15px 20px
        }

        .blog-style4 .blog-title {
            margin-bottom: 15px;
            font-size: 20px
        }
}

@media (max-width:991px) {
    .vs-blog.blog-style4 .blog-img {
        height: 220px;
        max-width: 220px;
        min-width: 220px
    }
}

.vs-blog.blog-style4 .blog-title {
    font-size: 24px;
    line-height: 34px
}

@media (max-width:1399px) {
    .vs-blog.blog-style4 {
        padding: 20px;
        gap: 15px
    }

        .vs-blog.blog-style4 .blog-title {
            font-size: 20px;
            line-height: 30px
        }

    .img-box8 .play-btn {
        left: 0;
        top: 0;
        position: absolute
    }

        .img-box8 .play-btn:after, .img-box8 .play-btn:before {
            display: none
        }

    .img-box8 .img-1 img {
        width: 100%
    }

    .about-shape3 {
        max-width: 29%
    }

    .play-btn.style5 i {
        --icon-size: 70px;
        --icon-font-size: 22px
    }

    .about-box3 {
        max-width: 100%;
        padding-left: 0
    }

    .list-style4 ul {
        padding: 30px 40px 36px 32px
    }

        .list-style4 ul li {
            font-size: 16px
        }

    .about-shape2 {
        max-width: 100%;
        max-height: 100%
    }

    .about-wrap2 {
        padding-bottom: var(--section-space)
    }
}

.vs-blog.blog-style4 .blog-divider {
    margin: 17px 0 25px
}

.comment-respond {
    margin: var(--blog-space-y,60px) 0 30px 0;
    position: relative
}

    .comment-respond .form-title a#cancel-comment-reply-link {
        font-size: .7em;
        text-decoration: underline
    }

    .comment-respond .custom-checkbox.notice {
        margin-top: 10px;
        margin-bottom: 25px
    }

    .comment-respond .row {
        --bs-gutter-x: 20px
    }

    .comment-respond .form-control {
        background-color: var(--white-color);
        border: none;
        height: 60px;
        border-radius: 30px
    }

    .comment-respond .form-group > i {
        top: 20.5px;
        color: var(--body-color)
    }

    .comment-respond input[type=checkbox] ~ label:before {
        background-color: var(--white-color);
        border: 1px solid var(--white-color);
        border-radius: 3px
    }

    .comment-respond input[type=checkbox]:checked ~ label:before, .contact-tab-menu button.active, .contact-tab-menu button:hover {
        background-color: var(--theme-color);
        border-color: transparent
    }

    .comment-respond .form-text, .mb-25 {
        margin-bottom: 25px
    }

    .comment-respond .form-inner {
        background-color: var(--smoke-color);
        padding: 30px;
        border-radius: 30px
    }

.question-form .comment-respond, .review-form .comment-respond {
    margin: 0 0 20px
}

.question-form .form-control, .review-form .form-control {
    background-color: transparent;
    border: 1px solid #e4e4e4
}

.question-form .rating-select label, .review-form .rating-select label {
    font-weight: 500;
    color: var(--title-color)
}

.vs-comments-wrap {
    margin: var(--blog-space-y,60px) 0 var(--blog-space-y,60px) 0
}

    .vs-comments-wrap .comment-respond {
        margin: 30px 0
    }

    .vs-comments-wrap pre {
        background: #ededed;
        color: #666;
        font-size: 14px;
        margin: 20px 0;
        padding: 20px;
        white-space: pre-wrap
    }

    .vs-comments-wrap blockquote {
        background-color: #eaf8f9
    }

    .vs-comments-wrap .vs-post-comment {
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        position: relative;
        padding: 0 0 30px;
        margin: 30px 0
    }

    .vs-comments-wrap ul.comment-list {
        list-style: none;
        margin: -10px 0 0;
        padding: 0
    }

    .vs-comments-wrap .comment-avater {
        width: 110px;
        height: 110px;
        margin-right: 25px;
        overflow: hidden;
        background-color: var(--white-color)
    }

        .vs-comments-wrap .comment-avater img {
            width: 100%;
            border-radius: 10px
        }

    .vs-comments-wrap .comment-content {
        flex: 1;
        position: relative
    }

    .vs-comments-wrap .commented-on {
        font-size: 14px;
        display: block;
        margin-bottom: 3px;
        margin-top: -.25em;
        font-weight: 400;
        color: var(--body-color)
    }

        .vs-comments-wrap .commented-on i {
            margin-right: 7px;
            font-size: .9rem
        }

    .vs-comments-wrap .name {
        margin-bottom: 7px;
        font-size: 20px;
        font-weight: 600
    }

    .vs-comments-wrap .comment-top {
        display: flex;
        justify-content: space-between
    }

    .vs-comments-wrap .children {
        margin: 0 0 0 70px;
        padding: 0;
        list-style-type: none
    }

    .vs-comments-wrap .reply_and_edit {
        position: absolute;
        right: 0;
        top: 15px;
        line-height: 1
    }

    .vs-comments-wrap .replay-btn {
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        color: var(--theme-color)
    }

        .vs-comments-wrap .replay-btn i {
            margin-right: 7px;
            font-size: .8em
        }

    .vs-comments-wrap .star-rating {
        font-size: 12px;
        margin-bottom: 10px;
        position: absolute;
        top: 5px;
        right: 0;
        width: 80px
    }

.feature-layout1 .img-overlay, .hero-bg, .hero-content.style3::before {
    top: 0;
    height: 100%;
    position: absolute
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.hero-inner {
    position: relative;
    z-index: 1;
    min-height: 900px;
    padding-top: 260px
}

    .hero-inner::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 101px;
        background-color: var(--white-color);
        bottom: -1px;
        z-index: 1
    }

    .hero-inner .overlay {
        background-color: var(--title-color);
        opacity: .9;
        z-index: -1
    }

    .hero-inner.style2, .hero-inner.style3 {
        min-height: auto;
        padding-top: 175px;
        padding-bottom: 205px
    }

        .hero-inner.style2 .hero-content, .hero-inner.style3 .hero-content {
            position: relative;
            z-index: 1;
            padding-top: 0
        }

        .hero-inner.style2 .hero-shape1, .hero-inner.style3 .hero-shape1 {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: -1
        }

    .hero-inner.style3 {
        padding-top: 200px;
        padding-bottom: 270px
    }

@media (max-width:1199px) {
    .vs-comments-wrap .comment-top, .vs-comments-wrap .vs-post-comment {
        display: block
    }

    .vs-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0
    }

    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 20px
    }

    .vs-comments-wrap .children {
        margin-left: 40px
    }

    .vs-comments-wrap .reply_and_edit {
        position: relative;
        top: 0;
        margin: 15px 0 0
    }

    .hero-inner {
        min-height: 760px;
        padding-top: 160px
    }

        .hero-inner.style3 {
            padding-top: 160px;
            padding-bottom: 220px
        }
}

.hero-inner.style3 .hero-content {
    padding: 80px 88px
}

@media (max-width:991px) {
    .vs-blog.blog-style4 .blog-divider {
        margin: 12px 0 17px
    }

    .hero-btns {
        justify-content: center
    }

    .hero-inner {
        min-height: 680px
    }

        .hero-inner.style3 .hero-content {
            padding: 20px
        }
}

.hero-content, .pt-30 {
    padding-top: 30px
}

    .hero-content.style2 .hero-text {
        margin: 0 auto 40px
    }

    .hero-content.style3, .newsletter-layout1 {
        position: relative;
        z-index: 1
    }

        .hero-content.style3 .hero-text {
            margin: 0 auto 40px;
            max-width: 90%
        }

        .hero-content.style3::before {
            content: "";
            width: 100%;
            background-color: var(--black-color);
            z-index: -1;
            left: 0;
            opacity: .9;
            border-radius: 50px
        }

@media (max-width:991px) {
    .hero-content.style3::before {
        border-radius: 30px
    }

    .hero-content {
        margin-bottom: 30px;
        text-align: center
    }
}

.hero-bg {
    left: 0;
    width: 100%;
    background-size: cover;
    z-index: -2
}

.hero-info .media-icon, .mr-25 {
    margin-right: 25px
}

.hero-info .media-label {
    font-size: 22px;
    color: #7190ff;
    display: block;
    margin-bottom: 20px
}

.hero-info .media-link {
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color)
}

.vs-carousel.style1 {
    margin-top: -130px
}

.hero-subtitle {
    display: inline-block;
    font-size: 20px;
    color: var(--white-color);
    padding: 10px 30px;
    border: 2px solid var(--white-color);
    border-radius: 6px;
    margin-bottom: 13px
}

.accordion-style1.layout2 .accordion-button.collapsed:after, .accordion-style2 .accordion-button:hover, .call-media__info a:hover, .exp-media__title, .exp-media__total, .team-style1 .team-bottom li a:hover {
    color: var(--theme-color)
}

.hero-title {
    margin-bottom: 35px;
    line-height: 74px
}

@media (max-width:1199px) {
    .hero-title {
        margin-bottom: 25px;
        line-height: 50px
    }
}

.hero-text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
    max-width: 93%
}

.error-number {
    font-size: 274px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
    margin-top: -.1em
}

.error-title {
    font-size: 36px;
    margin-bottom: 8px
}

.error-text {
    max-width: 600px;
    margin: 0 auto 32px
}

@media (max-width:991px) {
    .error-number {
        font-size: 200px
    }

    .error-title {
        font-size: 20px
    }
}

.feature-layout1 {
    background-color: var(--theme-color);
    position: relative;
    z-index: 1;
    padding: 120px 0 240px
}

    .feature-layout1 .img-overlay {
        bottom: 0;
        z-index: -1;
        width: 100%;
        object-fit: cover;
        mix-blend-mode: color-dodge
    }

    .feature-layout1 .overlay {
        background-color: var(--black-color);
        opacity: .45;
        z-index: -1
    }

.feature-style1 .feature-icon::after, .feature-style2 .feature-icon::after, .feature-style2::before, .service-style1 .overlay, .service-style1 .service-plus {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.feature-style1, .feature-style2 {
    background-color: var(--white-color);
    padding: 40px 30px 33px;
    border-radius: 10px;
    text-align: center
}

    .feature-style1 .feature-icon, .feature-style2 .feature-icon {
        display: inline-flex;
        min-width: 80px;
        min-height: 80px;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
        position: relative;
        z-index: 1;
        border: 2px solid var(--theme-color);
        border-radius: 50%
    }

        .feature-style1 .feature-icon img, .feature-style2 .feature-icon img {
            filter: none;
            transition: .3s ease-in-out
        }

        .feature-style1:hover .feature-icon img, .feature-style2 .feature-icon img, .feature-style2:hover .feature-icon img {
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(48deg) brightness(180%) contrast(100%)
        }

        .feature-style1 .feature-icon::after, .feature-style1 .feature-icon::before, .feature-style2 .feature-icon::after, .feature-style2 .feature-icon::before {
            position: absolute;
            content: "";
            z-index: -1
        }

        .feature-style1 .feature-icon::after, .feature-style2 .feature-icon::after {
            width: 80px;
            height: 80px;
            left: 50%;
            top: 50%;
            background-color: var(--theme-color);
            border-radius: 50%;
            transform: translate(-50%,-50%) scale(0)
        }

    .feature-style1:hover .feature-icon img, .feature-style2:hover .feature-icon img {
        transition: .3s ease-in-out
    }

    .feature-style1:hover .feature-icon::before, .feature-style2:hover .feature-icon::before {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.5);
        transition: .3s ease-in-out;
        background-color: var(--theme-color)
    }

    .feature-style1:hover .feature-icon::after, .feature-style2:hover .feature-icon::after {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%,-50%) scale(1)
    }

.feature-style2 {
    border: 2px solid var(--sec-color);
    position: relative;
    transition: .3s ease-in-out;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px
}

    .feature-style2::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--theme-color);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(1);
        z-index: -1
    }

    .events-slide2 .slick-slide, .feature-style2 .feature-text, .feature-style2 .feature-title, .gallery-style2 .overlay::after, .gallery-style2 .overlay::before, .sideMenuToggler svg path {
        transition: .3s ease-in-out
    }

    .feature-style2:hover {
        border-color: var(--theme-color);
        background-color: var(--theme-color)
    }

        .feature-style2:hover .feature-icon::after {
            transform: translate(-50%,-50%) scale(1);
            transform-origin: center;
            background-color: var(--white-color)
        }

        .feature-style2:hover .feature-icon img {
            filter: none
        }

.img-box1 .card-style1, .img-box1 .card-style2 {
    position: absolute;
    right: 0
}

.img-box1 .img-1 img {
    border-radius: 120px 20px 20px
}

.img-box1 .img-2, .img-box1 .img-2 img {
    border-radius: 20px 20px 120px
}

.img-box1 .img-2 {
    z-index: 1;
    margin: -360px 0 0 auto;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    overflow: hidden;
    padding: 20px 0 0 21px;
    background: var(--white-color)
}

.card-style1, .card-style2 {
    max-width: 195px;
    background: var(--theme-color);
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px
}

@media (max-width:767px) {
    .hero-btns, .vs-pagination {
        gap: 5px
    }

        .vs-pagination ul {
            padding: 3px
        }

        .vs-pagination a, .vs-pagination span {
            font-size: 14px;
            width: 30px;
            height: 30px;
            line-height: 30px
        }

        .vs-pagination li {
            margin: 0
        }

        .vs-pagination .pagi-btn {
            padding: 11px 15px;
            font-size: 12px
        }

    .vs-blog .blog-metas, .vs-blog .blog-metas ul {
        gap: 10px
    }

        .vs-blog .blog-metas .blog-meta {
            font-size: 16px
        }

    .vs-blog .blog-img {
        height: 280px
    }

    .blog-single .blog-title, .vs-blog .blog-title {
        font-size: 20px
    }

    .vs-blog.blog-style3 .blog-content, .vs-blog.blog-style4 .blog-content {
        padding: 20px 15px
    }

    .vs-blog.blog-style3 .blog-img {
        height: 356px
    }

    .vs-blog.blog-style4 {
        padding: 15px;
        gap: 10px
    }

        .vs-blog.blog-style4 .blog-img {
            height: 100px;
            max-width: 100px;
            min-width: 100px
        }

        .vs-blog.blog-style4 .blog-title {
            font-size: 16px;
            line-height: 26px
        }

    blockquote.vs-quote {
        padding: 40px 15px
    }

        blockquote.vs-quote p {
            line-height: 1.8
        }

        blockquote.vs-quote cite {
            padding: 0;
            margin-top: 10px
        }

    .blog-inner-title {
        font-size: 26px
    }

    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px
    }

        .blog-single .blog-img .play-btn {
            --icon-size: 60px;
            --icon-font-size: 20px
        }

    .blog-author {
        display: block;
        padding: 30px 15px
    }

        .blog-author .media-img {
            margin: 0 0 30px;
            width: 100%
        }

            .blog-author .media-img img {
                width: 100%
            }

        .blog-author .author-name, .vs-comments-wrap .name {
            font-size: 18px
        }

        .blog-author .author-degi {
            margin-bottom: 10px
        }

    .vs-comments-wrap .children {
        margin-left: 20px
    }

    .comment-respond .form-inner {
        padding: 30px 15px
    }

    .hero-inner {
        padding-top: 190px
    }

        .hero-inner.style3 .hero-content {
            padding: 15px
        }

    .hero-content.style3 .hero-text {
        max-width: 100%
    }

    .hero-content.style3 .hero-title {
        font-size: 30px
    }

    .hero-content.style3::before {
        border-radius: 10px
    }

    .hero-subtitle {
        font-size: 18px;
        padding: 10px 20px
    }

    .hero-title {
        margin-bottom: 20px;
        line-height: 50px
    }

    .error-number {
        font-size: 110px
    }

    .card-style1, .card-style2 {
        max-width: 150px;
        padding: 10px
    }
}

.card-style1 .number, .card-style2 .number {
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    font-size: 64px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 10px
}

    .card-style1 .number span, .card-style2 .number span {
        display: inline-block;
        line-height: 1
    }

.card-style1 .title, .card-style2 .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color)
}

.card-style2 {
    position: absolute;
    border-radius: 50%;
    min-width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    gap: 5px;
    padding: 24px
}

    .card-style2 .number {
        width: auto;
        height: auto;
        background-color: transparent;
        margin-bottom: 0;
        font-size: 48px
    }

    .card-style2 .title {
        line-height: 30px;
        font-size: 20px
    }

.exp-media {
    display: flex;
    margin: 0 0 15px
}

.exp-media__total {
    display: inline-block;
    text-align: center;
    background-color: var(--white-color);
    font-weight: 700;
    font-size: 36px;
    width: 80px;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
    box-shadow: 0 8px 15px rgba(91,118,175,.15);
    margin: 0 20px 0 0
}

.exp-media__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: -.1em 0 10px
}

.award-box__number, .award-box__text {
    font-weight: 700;
    font-family: var(--title-font)
}

.award-box__icon, .award-box__number, .award-box__text {
    color: var(--white-color);
    line-height: 1
}

.list-style1, .list-style3 {
    margin-bottom: 37px
}

    .list-style1 ul, .list-style3 ul {
        padding: 25px 0 0;
        list-style-type: none;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 0
    }

    .list-style1 li, .list-style3 li {
        font-size: 16px;
        position: relative;
        color: var(--title-color);
        color: var(--black-color);
        margin: 0 0 12px;
        padding: 0 0 0 33px
    }

.call-media__info a, .contact-media__info a {
    color: inherit
}

.list-style1 li > i:first-child, .list-style3 li > i:first-child {
    position: absolute;
    left: 0;
    color: var(--theme-color);
    top: 6px
}

.quote-media {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e9ebf3;
    margin-top: 40px;
    padding-top: 40px
}

    .quote-media .media-icon {
        margin-right: 40px;
        position: relative
    }

        .quote-media .media-icon::before {
            content: "";
            position: absolute;
            top: -20px;
            left: 20px;
            width: 67px;
            height: 67px;
            background-color: var(--theme-color);
            opacity: .05;
            border-radius: 50%;
            z-index: -1
        }

    .quote-media .media-title {
        font-weight: 400;
        font-size: 18px
    }

.award-box {
    background-color: #f4f7fc;
    position: relative;
    padding: 60px 60px 57px;
    display: flex;
    border-radius: 5px
}

    .award-box > *, .cta-style1 .cta-title, .cta-style1 .cta-title2, .cta-style1 .vs-btn {
        position: relative;
        z-index: 2
    }

.award-box__shape {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background-color: var(--theme-color);
    box-shadow: 0 4px 20px rgba(14,89,242,.33);
    border-radius: 5px;
    z-index: 1
}

.award-box__icon {
    position: relative;
    font-size: 42px;
    margin: 0 20px 0 0
}

.award-box__number {
    margin: 0 0 8px;
    font-size: 40px
}

.award-box__text {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0
}

.about-media__icon {
    margin: 0 20px 0 0
}

.call-media {
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 10px;
    box-shadow: 0 10px 31px rgba(169,177,193,.17);
    border-radius: 5px;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 40px;
    background-color: var(--white-color)
}

.call-media__icon {
    background-color: var(--smoke-color);
    box-shadow: 0 7px 37px rgba(96,125,185,.11);
    border-radius: 5px;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    margin: 0 20px 0 0
}

.progress-box__bar, .progress-box__progress {
    box-shadow: 0 10px 31px rgba(169,177,193,.17)
}

.call-media__info, .call-media__label {
    font-family: var(--title-font);
    line-height: 1;
    display: block
}

.call-media__label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 12px
}

.call-media__info {
    color: var(--title-color);
    font-weight: 700;
    margin: 0
}

.media-order {
    display: flex;
    margin: 0 0 5px
}

.media-order__number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    display: inline-block;
    margin: 0 30px 0 0;
    border-radius: 5px
}

.about-shape1, .progress-box__number, .progress-box__title {
    font-family: var(--title-font);
    line-height: 1;
    display: inline-block
}

.media-order__title {
    margin: -.25em 0 10px
}

.progress-box {
    margin: 0 0 25px
}

.progress-box__number, .progress-box__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color);
    margin: 0 0 17px
}

.about-shape1, .contact-media__label {
    font-weight: 400;
    text-transform: uppercase
}

.progress-box__number {
    float: right;
    margin: 5px 0 0
}

.progress-box__progress {
    border: 1px solid #d5e0f5;
    height: 16px;
    padding: 4px;
    border-radius: 5px;
    background-color: var(--white-color)
}

.progress-box__bar {
    height: 100%;
    background-color: var(--theme-color);
    border-radius: 5px
}

.about-call__icon, .contact-media__icon {
    text-align: center;
    width: 60px;
    height: 60px
}

.about-wrap1 {
    border-top: 1px solid #e8ebf6;
    position: relative
}

.about-shape1 {
    font-size: 150px;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    position: absolute;
    right: 95px;
    bottom: 120px;
    color: rgba(14,89,242,.07)
}

.contact-media__icon {
    line-height: 60px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    font-size: 26px;
    border-radius: 7px;
    position: relative;
    z-index: 1
}

.contact-media__info, .contact-media__label {
    font-family: var(--title-font);
    display: block
}

.contact-media__label {
    font-size: 13px;
    line-height: 1;
    margin: 0 0 9px
}

.contact-media__info {
    color: var(--title-color);
    font-weight: 700;
    margin: 0 0 -.25em;
    font-size: 15px;
    line-height: 24px
}

.contact-media .media-body {
    background-color: var(--white-color);
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px 50px;
    margin-left: -30px;
    border-radius: 5px
}

.about-call {
    display: flex;
    align-items: center;
    border-right: 2px solid var(--theme-color);
    padding: 0 40px 0 0;
    margin: 0 40px 0 0
}

.about-call__icon {
    background-color: var(--white-color);
    color: var(--theme-color);
    line-height: 60px;
    margin-right: 20px;
    font-size: 20px;
    border-radius: 50%
}

.about-call__label {
    font-size: 14px;
    color: var(--black-color);
    display: block
}

.about-box1 .about-subtitle, .about-call__number {
    color: var(--theme-color);
    font-family: var(--title-font)
}

.about-call__number {
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.about-box1 .about-subtitle {
    font-weight: 500;
    line-height: 1;
    display: block;
    display: flex;
    align-items: center;
    max-width: 280px;
    margin: 0 0 33px
}

    .about-box1 .about-subtitle:after {
        content: "";
        position: relative;
        right: 0;
        height: 1px;
        width: 100%;
        flex: 1;
        background-color: var(--theme-color);
        display: inline-block;
        margin: 0 0 0 10px
    }

.accordion-style1 .accordion-button:after, .accordion-style2 .accordion-button:after {
    font-family: var(--icon-font);
    font-weight: 400;
    width: auto;
    height: auto;
    background-image: none
}

.about-box1 .about-text {
    margin: 0 0 33px
}

.about-box1 .about-title {
    margin-top: -.3em
}

.skill-about {
    margin-bottom: 22px
}

    .skill-about .skill-percentage {
        font-size: 60px;
        font-weight: 700;
        color: var(--title-color);
        line-height: 1;
        margin-bottom: 6px
    }

    .skill-about .skill-title {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 27px
    }

    .skill-about .progress {
        border-radius: 0;
        height: 10px;
        background-color: #363940;
        margin-bottom: 20px
    }

.img-box3 {
    position: relative;
    display: flex;
    gap: 30px
}

    .img-box3 .img1 img, .img-box3 .img2 img {
        border-radius: 154px
    }

    .img-box3 .img2 {
        margin-top: 153px
    }

.img-box2 .img-1 img {
    border-radius: 200px 20px 20px
}

.img-box2 .img-2 img {
    border-radius: 20px 150px 20px 20px
}

.img-box2 .img-3 {
    text-align: right
}

    .img-box2 .img-3 img {
        border-radius: 20px 20px 20px 150px
    }

.img-box2 .img-4 img {
    border-radius: 20px 20px 200px
}

.img-box2 .img-1, .img-box2 .img-3 {
    min-height: 305px
}

.list-style1.style2 ul {
    padding-top: 0
}

.service-layout2 {
    padding: 218px 0 120px
}

.service-style1 .overlay {
    background-color: var(--title-color);
    transform: scale(1.5)
}

.service-style1 .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    margin: 30px;
    text-align: center;
    padding: 21px 15px;
    border-radius: 10px;
    transition: .3s ease-in-out
}

.service-style1 .service-name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    transition: .3s ease-in-out
}

.team-style1 .team-bottom li a span, .team-style2 .team-social2 ul li a {
    font-size: 14px;
    color: var(--white-color)
}

.service-style1 .service-name a, .service-style2 .service-name a {
    color: var(--title-color);
    transition: .3s ease-in-out
}

.service-style1 .service-price {
    display: block;
    transition: .3s ease-in-out
}

.service-style1 .service-plus {
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    top: 96px
}

    .service-style1 .service-plus i {
        transition: .3s ease-in-out;
        transform: rotate(360deg)
    }

    .service-style1 .service-plus:hover i, .service-style1:hover .service-plus i {
        transition: .3s ease-in-out;
        transform: rotate(0)
    }

.service-style1:hover .overlay {
    opacity: .4;
    visibility: visible;
    transform: scale(1);
    transition: .3s ease-in-out
}

.service-style1:hover .service-plus, .service-style2 .overlay, .service-style2 .service-img {
    opacity: 1;
    transition: .3s ease-in-out;
    visibility: visible
}

.service-style1:hover .service-plus {
    transform: translateX(-50%) scale(1)
}

.service-style2 {
    position: relative;
    z-index: 1;
    text-align: center;
    background: var(--white-color);
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
    background-position: center center;
    transition: .3s ease-in-out;
    padding: 0 0 30px
}

    .service-style2 .overlay {
        background-color: var(--white-color);
        z-index: -1
    }

    .service-style2 .service-img {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        overflow: hidden;
        margin: 30px auto
    }

    .service-style2 .vs-btn {
        display: inline-flex;
        align-items: center;
        padding: 12px 25px
    }

    .service-style2 .service-price {
        font-size: 14px;
        transition: .3s ease-in-out
    }

    .service-style2:hover .overlay {
        background-color: var(--black-color);
        opacity: .6
    }

    .service-style2:hover .service-img {
        transform: scale(0);
        opacity: 0;
        visibility: hidden
    }

.list-style3 {
    margin-bottom: 30px;
    max-width: 80%
}

    .list-style3 ul {
        display: block;
        columns: 2;
        padding-top: 0
    }

.counter-media__icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 20px 0 0;
    background-color: var(--white-color);
    border-radius: 10px
}

.counter-media__number {
    line-height: 1;
    margin: -.04em 0 7px;
    display: block;
    font-size: 40px;
    color: var(--white-color);
    font-weight: 700
}

.counter-media__title {
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    color: var(--white-color);
    font-size: 20px
}

.counter-area1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: var(--smoke-color);
    bottom: 0;
    right: 0;
    left: 0
}

.counter-wrap1, .counter-wrap2 {
    background-color: var(--theme-color);
    border-radius: 20px;
    padding: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .counter-wrap1 .overlay, .counter-wrap2 .overlay {
        background-color: var(--title-color);
        opacity: .1;
        z-index: -1;
        border-radius: 20px
    }

    .counter-wrap1 .shape-1, .counter-wrap1 .shape-2, .counter-wrap2 .shape-1, .counter-wrap2 .shape-2 {
        position: absolute;
        top: 0;
        z-index: -2;
        mix-blend-mode: soft-light;
        opacity: .6
    }

    .counter-wrap1 .shape-1, .counter-wrap2 .shape-1 {
        left: 0
    }

    .counter-wrap1 .shape-2, .counter-wrap2 .shape-2 {
        left: auto;
        right: 0
    }

.team-style1, .team-style2 {
    margin-bottom: 30px;
    overflow: hidden
}

.faq-shape1, .faq-shape2 {
    width: 100%;
    position: absolute
}

.team-style1 {
    background-color: var(--white-color);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 3px 18px rgba(0,0,0,.03);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIwIiBoZWlnaHQ9IjQ3MCIgdmlld0JveD0iMCAwIDQyMCA0NzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBDMjAuNzg0MSAxMzAuNjMzIDI4My44NzEgMjkwLjcyIDQyMCAyNjBWNDUwQzQyMCA0NjEuMDQ2IDQxMS4wNDYgNDcwIDQwMCA0NzBIMjBDOC45NTQzIDQ3MCAwIDQ2MS4wNDYgMCA0NTBWMFoiIGZpbGw9IiNGNkY2RjYiLz4KPC9zdmc+Cg==");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease-in-out
}

    .team-style1:hover, .team-style2 {
        background-color: var(--smoke-color)
    }

    .team-style1 .team-img {
        width: 240px;
        height: 240px;
        margin: 0 auto 30px;
        border-radius: 50%;
        overflow: hidden;
        border: 10px solid var(--white-color);
        box-shadow: 0 0 24px rgba(0,0,0,.07)
    }

    .team-style1 .team-name {
        margin-bottom: 4px;
        font-size: 24px
    }

    .team-style1 .team-content {
        padding-bottom: 23px;
        border-bottom: 1px solid var(--border-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .3s ease-in-out
    }

    .team-style1 .team-social > ul > li > a {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--theme-color);
        border-radius: 10px;
        color: var(--white-color)
    }

    .team-style1 .team-social > ul > li > ul {
        position: absolute;
        bottom: 100%;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        background-color: var(--theme-color);
        border-radius: 10px;
        margin-bottom: 10px;
        color: var(--title-color);
        padding: 20px 0;
        transform: scaleY(0);
        transform-origin: bottom;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-in-out
    }

        .team-style1 .team-social > ul > li > ul > li {
            line-height: 1;
            display: inline-flex
        }

            .team-style1 .team-social > ul > li > ul > li > a {
                color: var(--white-color);
                transform: translateY(30px);
                opacity: 0;
                visibility: hidden
            }

            .team-style1 .team-social > ul > li > ul > li:first-child a {
                transition-delay: 90ms
            }

            .team-style1 .team-social > ul > li > ul > li:nth-child(2) a {
                transition-delay: 0.1s
            }

            .project-style2:hover .icon-btn, .project-style2:hover .project-label, .project-style3:hover .project-category, .team-style1 .team-social > ul > li > ul > li:nth-child(3) a {
                transition-delay: 0.2s
            }

            .team-style1 .team-social > ul > li > ul > li:nth-child(4) a {
                transition-delay: 0.3s
            }

    .team-style1 .team-social > ul > li:hover > ul {
        transform: scaleY(1);
        opacity: 1;
        transform-origin: bottom;
        visibility: visible;
        transition: .3s ease-in-out
    }

        .gallery-style2:hover .gallery-date span, .gallery-style2:hover .gallery-title a, .team-style1 .team-social > ul > li:hover > ul > li {
            transform: translateY(0)
        }

            .team-style1 .team-social > ul > li:hover > ul > li > a {
                transform: translateY(0);
                opacity: 1;
                visibility: visible
            }

    .team-style1 .team-bottom {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
        flex-wrap: wrap;
        gap: 10px
    }

        .team-style1 .team-bottom li a {
            display: inline-flex;
            align-items: center;
            color: var(--body-color);
            gap: 10px
        }

            .team-style1 .team-bottom li a span {
                min-width: 30px;
                height: 30px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background-color: var(--theme-color);
                border-radius: 50%
            }

    .team-style1:hover {
        box-shadow: 0 0 0 transparent
    }

        .team-style1:hover .team-content {
            border-bottom: 1px solid var(--theme-color)
        }

.team-style2 {
    position: relative;
    border-radius: 20px
}

    .team-style2 .team-social2 {
        position: absolute;
        background-color: var(--theme-color);
        border-radius: 10px;
        top: -69px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out
    }

        .team-style2 .team-social2 ul {
            margin-bottom: 0;
            list-style: none;
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 11px 30px
        }

    .team-style2 .team-content {
        text-align: center;
        padding: 23px 15px;
        position: relative
    }

    .team-style2 .team-name {
        margin-bottom: 0;
        font-size: 20px
    }

    .team-style2 .team-degi, .testi-author3 .testi-degi, .testi-style1 .testi-degi, .testi-style3 .testi-degi {
        color: var(--theme-color);
        font-size: 14px
    }

    .events-slide2 .slick-slide.slick-current.slick-active .event-content, .events-slide2 .slick-slide.slick-current.slick-active.slick-center .event-content, .team-style2:hover .team-social2 {
        opacity: 1;
        visibility: visible;
        transition: .3s ease-in-out
    }

.slide-btns {
    margin-bottom: calc(var(--section-title-space) - 40px);
    display: flex;
    align-items: center;
    gap: 20px
}

.process-style1, .process-style2 {
    margin: 0 0 5px;
    text-align: center
}

.slide-btns .vs-btn {
    width: 80px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color)
}

.process-style1 .process-number, .process-style2 .process-number {
    display: inline-block;
    font-weight: 700;
    top: 0;
    color: var(--white-color);
    font-family: var(--title-font)
}

.process-style1 {
    position: relative
}

    .process-style1 .process-arrow {
        position: absolute;
        right: -53px;
        top: 0
    }

    .process-style1:nth-child(2n) {
        margin-top: 60px
    }

        .process-style1:nth-child(2n) .process-arrow {
            transform: rotateX(190deg)
        }

    .process-style1 .process-icon {
        position: relative;
        text-align: center;
        width: var(--icon-size,130px);
        height: var(--icon-size,130px);
        line-height: var(--icon-size, 130px);
        box-shadow: 0 0 77px 10px rgba(170,170,170,.13);
        background-color: var(--white-color);
        border-radius: 50%;
        margin: 0 auto 30px
    }

    .process-style1 .process-number {
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 26px;
        background-color: var(--theme-color);
        border-radius: 50%;
        border: 5px solid var(--white-color);
        position: absolute;
        right: 0;
        font-size: 12px
    }

    .process-style1 .process-title {
        margin: 0 0 10px
    }

.process-style2 {
    max-width: 290px;
    position: relative
}

    .process-style2 .process-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        position: relative;
        display: inline-block;
        background-color: var(--white-color);
        margin: 22.5px 0 25px;
        box-shadow: 0 10px 31px rgba(169,177,193,.17);
        border-radius: 5px
    }

    .process-style2 .process-number {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        position: absolute;
        right: 0;
        background-color: var(--theme-color);
        margin: -22.5px -22.5px 0 0;
        border-radius: 50%
    }

    .process-style2 .process-arrow {
        position: absolute;
        right: -55%;
        top: 10%
    }

.accordion-style1 {
    margin: 0 0 30px
}

    .accordion-style1 .accordion-item {
        margin: 0 0 20px;
        padding: 0 25px;
        background-color: var(--white-color);
        box-shadow: 0 13px 17px rgba(0,0,0,.13);
        border-radius: 5px
    }

    .accordion-style1 .accordion-button {
        background-color: transparent;
        border: none;
        padding: 14.5px 0;
        font-size: 18px;
        font-weight: 600;
        font-family: var(--title-font);
        color: var(--title-color);
        text-align: left
    }

        .accordion-style1 .accordion-button:after {
            content: "\f061";
            color: var(--title-color);
            border: none
        }

        .accordion-style1 .accordion-button:not(.collapsed):after {
            transform: rotate(0)
        }

    .accordion-style1 .accordion-body {
        border-top: 1px solid #ebebeb;
        padding: 17px 0 20px
    }

    .accordion-style1.layout2 .accordion-item {
        padding: 0;
        box-shadow: none
    }

    .accordion-style1.layout2 .accordion-button {
        padding: 14.5px 25px;
        font-size: 16px;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 0
    }

        .accordion-style1.layout2 .accordion-button.collapsed {
            background-color: var(--smoke-color);
            color: var(--title-color)
        }

.brand-slide-nav button, .test-wrap1 .vs-btn.slidebtn1:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.accordion-style1.layout2 .accordion-body {
    border: none;
    background-color: var(--smoke-color);
    padding: 25px 25px 23px
}

.accordion-style2 .accordion-item {
    margin: 0 0 20px;
    padding: 0 35px 6.5px;
    background-color: var(--white-color);
    box-shadow: 7.5px 12.99px 30px 0 rgba(148,171,255,.05);
    border-radius: 30px
}

.accordion-style2 .accordion-button {
    background-color: transparent;
    border: none;
    padding: 24.5px 0 18px;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left
}

    .accordion-style2 .accordion-button:after {
        content: "\f35a";
        color: var(--title-color);
        border: none;
        transform: rotate(0)
    }

.accordion-style2 .accordion-body {
    padding: 0 0 20px
}

.faq-wrap1 {
    padding-top: 240px;
    padding-bottom: 90px;
    position: relative
}

.faq-shape1 {
    right: 0;
    top: 120px;
    bottom: 0;
    max-width: 1120px;
    border-radius: 5px 0 0 5px;
    z-index: -1
}

.faq-shape2 {
    left: 0;
    top: 0;
    height: 100%;
    max-width: 945px;
    max-height: 570px;
    z-index: -2;
    border-radius: 0 5px 5px 0
}

@media (min-width:1921px) {
    .d-hd-none, .ls-wrapper > .ls-layer.d-hd-none, .ls-wrapper > a > .ls-layer.d-hd-none {
        display: none !important
    }

    .logo-style1 {
        margin-bottom: -1px
    }

    .faq-shape1 {
        max-width: 60%
    }

    .faq-shape2 {
        max-width: 49%
    }
}

@media (max-width:1500px) {
    .about-shape1 {
        font-size: 80px;
        right: 50px;
        bottom: 70px
    }

    .img-box2 .img-1 {
        margin-left: 0
    }

    .img-box2 .img-2 {
        position: relative;
        width: fit-content;
        margin: -100px 30px 0 auto;
        padding: 10px;
        border-radius: 10px
    }

    .img-box9 {
        margin-right: 0
    }

    .about-box2 {
        max-width: 500px
    }

    .faq-wrap1 {
        padding-top: var(--section-space,120px);
        padding-bottom: calc(var(--section-space,120px) - 30px)
    }

    .faq-shape2 {
        max-height: initial;
        bottom: 0;
        display: none
    }

    .faq-shape1 {
        max-width: 70%;
        top: 0
    }
}

@media (max-width:1399px) {
    .service-style1 .service-content {
        margin: 15px
    }

    .faq-wrap1 {
        padding-top: var(--section-space,120px)
    }

    .faq-shape2 {
        max-height: initial;
        bottom: 0;
        display: none
    }

    .faq-shape1 {
        max-width: 70%;
        top: 0
    }

    .accordion-style1 .accordion-button {
        font-size: 16px
    }

    .accordion-style1 .accordion-body {
        font-size: 14px
    }
}

.brand-slide-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

    .brand-slide-nav button {
        position: relative;
        border: none;
        text-transform: uppercase;
        width: 50%;
        padding: 12px 20px
    }

        .brand-slide-nav button:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            height: 20px;
            width: 1px;
            background-color: rgba(255,255,255,.5);
            margin-top: -10px
        }

.vs-brand1 img {
    transition: .4s;
    filter: grayscale(100%) invert(.8)
}

    .vs-brand1 img:hover, .vs-brand1.slick-current img {
        filter: grayscale(0) invert(0)
    }

.brand-wrap1 {
    border-radius: 20px;
    padding: 80px 105px;
    background-color: var(--white-color);
    text-align: center;
    background-size: auto;
    background-position: center center
}

.brand-wrap2, .brand-wrap3 {
    background-color: var(--smoke-color);
    text-align: center;
    padding: 80px 100px;
    border-radius: 20px;
    margin-top: -110px
}

    .brand-wrap3 .vs-btn.slidebtn1 {
        z-index: 2
    }

.form-style4.form-newsletter, .project-style3 {
    position: relative;
    margin-bottom: 30px
}

    .form-style4.form-newsletter .vs-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }

.inner-layout .overlay {
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(15px);
    z-index: -1
}

.test-wrap1 {
    position: relative;
    padding: 70px 0 70px 50%;
    overflow: hidden;
    margin-right: -50%
}

@media (max-width:1919px) {
    .test-wrap1 {
        padding-left: 40%;
        margin-right: -40%
    }
}

.test-wrap1 .testi-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

    .test-wrap1 .testi-thumb img {
        height: 100%;
        border-radius: 30px
    }

.test-wrap1 .vs-carousel {
    padding: 30px 0
}

.test-wrap1 .vs-btn.slidebtn1 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: translateY(0);
    position: static;
    border-radius: 30px;
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    color: var(--title-color);
    font-size: 24px;
    padding: 17px 29px
}

    .test-wrap1 .vs-btn.slidebtn1:hover {
        border: 1px solid var(--theme-color)
    }

.test-wrap1 .testi-slide-btns {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 46%;
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width:1499px) {
    .test-wrap1 .testi-slide-btns {
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
    }
}

.testi-style1, .testi-style3 {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(0,0,0,.09);
    margin-bottom: 0;
    position: relative
}

    .testi-style1 .testi-icon, .testi-style3 .testi-icon {
        position: absolute;
        right: 40px;
        top: 25.46px
    }

    .testi-style1 .testi-author, .testi-style3 .testi-author {
        display: flex;
        align-items: center;
        margin: 0 0 20px
    }

    .testi-style1 .author-img, .testi-style3 .author-img {
        width: 80px;
        height: 80px;
        border-radius: 10px;
        overflow: hidden;
        margin-right: 20px
    }

    .testi-author3 .testi-name, .testi-style1 .testi-name, .testi-style3 .testi-name {
        font-size: 18px;
        font-weight: 600;
        margin: 0
    }

    .testi-style1 .testi-rating, .testi-style3 .testi-rating {
        font-weight: 600;
        font-family: var(--title-font);
        color: var(--title-color);
        margin-bottom: 18px
    }

        .testi-style1 .testi-rating i, .testi-style3 .testi-rating i {
            color: #feb519;
            margin-left: 5px;
            font-size: 14px
        }

.testi-style3 {
    box-shadow: none;
    margin-bottom: 30px
}

.testi-author3 {
    display: flex;
    align-items: center;
    text-align: left;
    background: var(--white-color);
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
    border-radius: 15px;
    padding: 30px 35px 30px 30px;
    position: relative;
    border: 1px solid var(--border-color);
    transition: .3s ease-in-out
}

    .testi-author3::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 60px;
        background-color: var(--border-color);
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 15px;
        transition: .3s ease-in-out
    }

    .testi-author3 .author-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 20px
    }

.testi-slider-tab {
    display: flex;
    gap: 30px;
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .img-box3 {
        width: 100%;
        max-width: 700px;
        margin: 0 auto
    }

    .img-box9 .img-2:before {
        display: none
    }

    .img-box4 .img-1 {
        margin: 0
    }

    .img-box4 .img-2 {
        margin: -100px 0 0 auto;
        max-width: 70%
    }

    .about-box3 .sec-title4 {
        margin-bottom: 30px
    }

    .list-style2 li {
        padding: 14px 20px;
        font-size: 14px
    }

    .list-style4 ul {
        background-color: transparent;
        padding: 0
    }

    .list-style4 li {
        color: var(--title-color)
    }

    .list-style3 {
        max-width: 100%
    }

    .counter-wrap1, .counter-wrap2 {
        padding: 40px
    }

    .counter-media {
        display: block;
        text-align: center
    }

    .counter-media__icon {
        margin: 0 0 20px
    }

    .counter-style2 .media-label {
        font-size: 46px
    }

    .counter-style2 .media-icon {
        font-size: 30px
    }

    .counter-style2 .media-link {
        font-size: 16px
    }

    .process-style1, .process-style1:nth-child(2n) {
        margin-top: 0
    }

        .process-style1 .process-arrow {
            right: -45px;
            top: 25px;
            max-width: 80px
        }

    .process-style2 .process-arrow {
        right: -23%;
        top: 15%;
        max-width: 90px
    }

    .test-wrap1 {
        padding-left: 10%;
        margin-right: -10%
    }

    .testi-author3 {
        padding: 15px
    }

    .testi-slider-tab {
        flex-wrap: wrap
    }
}

@media (max-width:991px) {
    .feature-layout1 {
        padding: 80px 0 200px
    }

    .card-style2 {
        min-width: 150px;
        height: 150px;
        max-width: 150px
    }

        .card-style2 .number {
            font-size: 36px
        }

        .card-style2 .title {
            font-size: 16px;
            line-height: 23px
        }

    .about-box2 {
        padding: 40px 0 var(--section-space-mobile,80px) 0
    }

    .about-wrap2 {
        padding-bottom: var(--section-space-mobile)
    }

    .img-box1 .img-1 img, .img-box5, .img-box5 .img-1 img, .service-style1 .service-img img {
        width: 100%
    }

        .img-box5 .img-bottom {
            justify-content: center
        }

    .skill-about .skill-percentage {
        font-size: 48px
    }

    .list-style3 ul {
        columns: 1
    }

    .counter-style2 {
        display: block;
        text-align: center
    }

        .counter-style2 .media-icon {
            margin-right: 0;
            margin-bottom: 20px
        }

    .process-style1 .process-arrow, .process-style2 .process-arrow {
        display: none
    }

    .process-style1 .process-icon {
        --icon-size: 100px;
        margin: 0 auto 20px
    }

        .process-style1 .process-icon img {
            max-width: 40px
        }

    .faq-shape1, .process-style2 {
        max-width: 100%
    }

    .faq-wrap1 {
        padding-top: var(--section-space-mobile,80px);
        padding-bottom: calc(var(--section-space-mobile,80px) - 30px)
    }

    .brand-wrap2, .brand-wrap3 {
        padding: 50px
    }

    .test-wrap1 {
        padding: 45px 15px 80px;
        margin-right: 0
    }

        .test-wrap1 .testi-slide-btns {
            bottom: 20px
        }

    .testi-style1, .testi-style3 {
        text-align: center
    }

        .testi-style1 .testi-author, .testi-style3 .testi-author {
            display: inline-flex;
            justify-content: center
        }

    .testi-slider-tab {
        flex-wrap: nowrap
    }
}

.testi-slider-tab .slick-slide.slick-current.slick-active .testi-author3 {
    border: 1px solid var(--theme-color)
}

    .testi-slider-tab .slick-slide.slick-current.slick-active .testi-author3::before {
        background-color: var(--theme-color);
        transition: .3s ease-in-out
    }

.testi-thumb3 {
    position: absolute;
    width: 47%;
    height: 100%;
    border-radius: 0;
    top: 0;
    bottom: 0
}

    .testi-thumb3::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,#272e39 0,rgba(39,46,57,.35) 100%);
        opacity: .6;
        border-radius: 0
    }

.mr-20, .testi-slider-btn3 {
    margin-right: 20px
}

.test-wrap2 {
    padding: 0 15px
}

.sideMenuToggler {
    background-color: transparent;
    border: 0;
    padding: 0
}

    .sideMenuToggler.v2:hover svg path, .sideMenuToggler:hover svg path {
        transition: .3s ease-in-out;
        fill: var(--theme-color)
    }

    .sideMenuToggler.v3 {
        min-width: 60px;
        min-height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--theme-color);
        border-radius: 50%
    }

        .sideMenuToggler.v3:hover svg path {
            transition: .3s ease-in-out;
            fill: var(--white-color)
        }

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0,0,0,.75);
    opacity: 0;
    visibility: hidden;
    transition: .8s
}

    .sidemenu-wrapper .closeButton {
        display: inline-block;
        border: none;
        color: var(--white-color);
        background-color: var(--theme-color);
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 50%;
        transform: rotate(0);
        transition: .4s
    }

        .sidemenu-wrapper .closeButton:hover {
            background-color: var(--title-color);
            color: var(--white-color);
            transform: rotate(90deg)
        }

    .sidemenu-wrapper .sidemenu-content {
        background-color: var(--white-color);
        width: 450px;
        margin-left: auto;
        padding: 35px;
        height: 100%;
        overflow: scroll;
        position: relative;
        right: -500px;
        cursor: auto;
        transition: right 1s
    }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.1);
            box-shadow: inset 0 0 1px rgba(0,0,0,.1);
            background-color: #f5f5f5
        }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
            width: 2px;
            background-color: #f5f5f5
        }

    .sidemenu-wrapper .widget {
        padding: 0;
        border: none;
        margin: 0 0 40px;
        background-color: transparent
    }

    .sidemenu-wrapper .widget_title {
        border-bottom: 1px solid var(--border-color);
        padding: 0 0 20px;
        margin: 0 0 25px
    }

    .sidemenu-wrapper.show {
        opacity: 1;
        visibility: visible;
        width: 100%;
        transition: .8s
    }

        .sidemenu-wrapper.show .sidemenu-content {
            right: 0;
            opacity: 1;
            visibility: visible
        }

.price-block--style1 .price-block__header {
    border-radius: 20px;
    background-color: var(--theme-color);
    text-align: center;
    position: relative;
    min-height: 227px;
    padding-top: 40px;
    overflow: hidden;
    transition: .3s ease-in-out;
    z-index: 1
}

    .price-block--style1 .price-block__header .overlay {
        background-color: var(--sec-color);
        opacity: .75;
        z-index: -1;
        transition: .3s ease-in-out
    }

    .price-block--style1 .price-block__header .shape1, .price-block--style1 .price-block__header .shape2 {
        position: absolute;
        top: 109px;
        transition: .3s ease-in-out
    }

    .price-block--style1 .price-block__header .shape1 {
        left: 0
    }

    .price-block--style1 .price-block__header .shape2 {
        right: 0
    }

.price-block--style1 .price-block__title {
    font-size: 30px;
    margin-bottom: 0;
    color: var(--white-color);
    transition: .3s ease-in-out
}

.price-block--style1 .price-block__price {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
    transition: .3s ease-in-out
}

    .price-block--style1 .price-block__price > sup {
        font-size: 20px;
        top: -22px;
        padding: 0 2.5px
    }

.price-block--style1 .price-block__body {
    border-radius: 20px;
    background-color: var(--white-color);
    margin: -52px 40px 0;
    padding: 40px 35px;
    box-shadow: 0 0 12px rgba(0,0,0,.08);
    z-index: 1;
    position: relative;
    text-align: center
}

@media (max-width:1199px) {
    .price-block--style1 .price-block__body {
        margin: 0 15px;
        padding: 15px
    }
}

.price-block--style1 .price-block__time {
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid var(--border-color);
    padding: 0 20px;
    font-weight: 500;
    line-height: 26px;
    transition: .3s ease-in-out
}

    .price-block--style1 .price-block__time > i {
        color: var(--theme-color);
        transition: .3s ease-in-out
    }

.price-block--style1 .price-block__list {
    list-style: none;
    margin-bottom: 0;
    padding: 25px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .price-block--style1 .price-block__list > li {
        display: inline-flex;
        align-items: center;
        font-size: 15px;
        gap: 10px;
        text-align: left;
        font-weight: 500;
        color: var(--body-color)
    }

        .price-block--style1 .price-block__list > li > i {
            color: var(--body-color)
        }

        .price-block--style1 .price-block__list > li.active {
            color: var(--title-color)
        }

            .filter-menu1 button:hover, .price-block--style1 .price-block__list > li.active > i {
                color: var(--theme-color)
            }

.price-block--style1 .vs-btn {
    clip-path: none;
    width: 100%;
    justify-content: center
}

    .price-block--style1 .vs-btn::after, .price-block--style1 .vs-btn::before {
        background-color: var(--sec-color)
    }

.price-block--style1:hover .price-block__header {
    background-color: var(--sec-color);
    transition: .3s ease-in-out
}

    .price-block--style1:hover .price-block__header .overlay {
        background-color: var(--theme-color);
        opacity: .85;
        transition: .3s ease-in-out
    }

.price-block--style1:hover .price-block__time {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
    color: var(--white-color)
}

    .price-block--style1:hover .price-block__time > i {
        color: var(--white-color)
    }

.form-style1, .form-style2, .form-style3 {
    background-color: var(--theme-color);
    --bs-gutter-x: 20px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0,0,0,.1);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

    .form-style1 .title, .form-style2 .title, .form-style3 .title {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 11px;
        color: var(--white-color)
    }

@media (max-width:767px) {
    .img-box10 {
        padding-right: 0
    }

    .img-box1 .img-2, .img-box2 .img-2 {
        margin: 20px 0 0;
        width: 100%
    }

        .img-box1 .img-2 img, .img-box2 .img-2 img, .img-box3 img, .img-box9 img {
            width: 100%
        }

    .img-box5 {
        padding: 0
    }

        .img-box5 .shape1, .testi-style1 .testi-icon, .testi-style3 .testi-icon {
            display: none
        }

    .img-box9 {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0
    }

        .img-box9 .img-1 {
            display: block;
            margin: 0 0 30px
        }

        .img-box9 .img-3 {
            display: block;
            position: relative;
            left: 0;
            bottom: 0;
            margin: 30px 0 0
        }

    .list-style2 ul, .list-style5 ul, .media-order {
        display: block
    }

        .list-style2 ul li:not(:last-child), .media-order__number {
            margin: 0 0 20px
        }

        .list-style5 ul li:not(:last-child) {
            margin-bottom: 20px
        }

    .quote-media .media-icon {
        margin-right: 20px
    }

    .img-box3 .img-2 {
        margin: 30px 0 0
    }

    .call-media__icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 10px 0 0
    }

        .call-media__icon img {
            max-width: 25px
        }

    .call-media__label, .counter-media__title {
        font-size: 12px
    }

    .award-box {
        padding: 30px
    }

    .award-box__shape {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .img-box3 .award-box {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 30px 0 0;
        width: 100%;
        box-shadow: none
    }

    .exp-media {
        margin-top: 30px
    }

    .list-style1 ul {
        display: block;
        margin: 0 0 30px;
        padding: 30px 0 0
    }

    .list-style4 ul li {
        font-size: 14px;
        padding-left: 35px;
        margin-bottom: 15px
    }

        .list-style4 ul li i:first-child {
            width: 25px;
            height: 25px;
            line-height: 26px;
            font-size: 12px;
            top: -1px
        }

    .counter-wrap1, .counter-wrap2 {
        padding: 40px 15px
    }

    .counter-media__icon {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

        .counter-media__icon img {
            max-width: 40px
        }

    .counter-media__number {
        font-size: 30px
    }

    .accordion-style1 .accordion-item {
        padding: 0 20px
    }

    .accordion-style1.layout2 .accordion-button {
        padding: 14.5px 20px;
        font-size: 16px
    }

    .accordion-style1.layout2 .accordion-body {
        padding: 25px 20px 23px
    }

    .accordion-style2 .accordion-item {
        padding: 0 30px 6.5px
    }

    .brand-wrap1 {
        padding: 60px 25px
    }

    .testi-style1, .testi-style3 {
        padding: 15px
    }

    .testi-slider-tab {
        flex-wrap: wrap
    }

    .form-style1, .form-style2, .form-style3 {
        padding: 30px 15px
    }

        .form-style1 .title, .form-style2 .title, .form-style3 .title {
            font-size: 40px
        }
}

.form-style1 .subtitle, .form-style2 .subtitle, .form-style3 .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 33px;
    display: block
}

.form-style1 .form-title, .form-style2 .form-title, .form-style3 .form-title {
    color: var(--white-color);
    text-align: center;
    margin: 0 0 27px;
    padding: 0 0 17px;
    position: relative
}

    .form-style1 .form-title:before, .form-style2 .form-title:before, .form-style3 .form-title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-radius: 5px;
        background-color: #0844bc;
        background-color: var(--white-color);
        opacity: .3
    }

.form-style1 .vs-btn, .form-style2 .vs-btn, .form-style3 .vs-btn, .mt-25 {
    margin-top: 25px
}

.form-style1 .form-control, .form-style1 input, .form-style1 textarea, .form-style2 .form-control, .form-style2 input, .form-style2 textarea, .form-style3 .form-control, .form-style3 input, .form-style3 textarea {
    height: 60px;
    background-color: var(--smoke-color);
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--body-color);
    border-radius: 30px;
    border: 0
}

    .form-style1 .form-control::placeholder, .form-style1 input::placeholder, .form-style1 textarea::placeholder, .form-style2 .form-control::placeholder, .form-style2 input::placeholder, .form-style2 textarea::placeholder, .form-style3 .form-control::placeholder, .form-style3 input::placeholder, .form-style3 textarea::placeholder {
        color: var(--body-color)
    }

.form-style1 textarea, .form-style2 textarea, .form-style3 textarea {
    min-height: 180px;
    resize: none
}

.form-style1 .shape-1, .form-style1 .shape-2, .form-style2 .shape-1, .form-style2 .shape-2, .form-style3 .shape-1, .form-style3 .shape-2 {
    position: absolute;
    z-index: -1;
    opacity: .6;
    mix-blend-mode: soft-light
}

.form-style1 .shape-1, .form-style2 .shape-1, .form-style3 .shape-1 {
    top: 0;
    left: 0
}

.form-style1 .shape-2, .form-style2 .shape-2, .form-style3 .shape-2 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0
}

.form-style2 {
    padding: 60px 60px 40px;
    margin-top: -130px;
    background-color: var(--black-color)
}

    .form-style2 .shape-1, .form-style2 .shape-2 {
        mix-blend-mode: normal;
        opacity: .4
    }

.form-style3 {
    padding: 40px 40px 30px;
    margin-top: -70px;
    margin-bottom: 0
}

    .form-style3 .form-control {
        max-width: 169px
    }

        .form-style3 .form-control::-webkit-calendar-picker-indicator {
            position: absolute;
            right: 20px
        }

.form-style4 .form-control {
    border-radius: 30px;
    background-color: var(--smoke-color);
    border: 1px solid transparent;
    height: 60px
}

.newsletter-form1, .newsletter-form2 {
    background-color: var(--theme-color);
    padding: 70px 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media (max-width:1199px) {
    .newsletter-form1, .newsletter-form2 {
        padding: 30px 20px
    }
}

.newsletter-form1 .form-group > i, .newsletter-form2 .form-group > i {
    right: calc(var(--bs-gutter-x)/ 2 + 24px);
    top: 25px;
    font-size: 14px;
    color: var(--title-color)
}

.newsletter-form1 .form-control, .newsletter-form2 .form-control {
    height: 60px;
    border: 0 solid var(--sec-color);
    border-radius: 999px;
    padding: 0 30px;
    min-width: 450px
}

@media (max-width:991px) {
    .testi-thumb3 {
        position: relative;
        width: 100%;
        height: 500px;
        border-radius: 0;
        top: 0;
        bottom: 0;
        margin-top: -80px;
        margin-bottom: 50px
    }

    .newsletter-form1, .newsletter-form2 {
        padding: 20px
    }

        .newsletter-form1 .form-control, .newsletter-form2 .form-control {
            margin-bottom: 20px;
            min-width: 100%
        }
}

.newsletter-form2 {
    border-radius: 0;
    padding: 40px 0
}

    .newsletter-form2 .overlay {
        background-color: var(--title-color);
        opacity: .2;
        z-index: -1
    }

    .newsletter-form2 .form-control {
        margin-bottom: 0;
        border: 0;
        height: 70px;
        min-width: 646px
    }

    .newsletter-form2 .vs-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: var(--theme-color);
        color: var(--white-color);
        padding: 22px 30px
    }

.form-style5 .form-control {
    border-radius: 10px;
    border: none;
    height: 60px;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    color: var(--white-color)
}

.project-style1 .project-img:before, .project-style2 .project-shape {
    background-color: var(--theme-color);
    z-index: 1;
    visibility: hidden;
    transition: .4s;
    opacity: 0
}

.form-style5 .form-control::placeholder {
    color: var(--white-color)
}

.filter-menu1 {
    background-color: transparent;
    position: relative;
    width: max-content;
    margin: 0 auto 50px;
    max-width: 100%;
    border-radius: 9999px;
    text-align: center;
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

    .filter-menu1 button {
        border: none;
        background-color: transparent;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        color: var(--title-color);
        display: inline-block;
        position: relative;
        padding: 17px 31px;
        border-radius: 9999px;
        border: 2px solid var(--theme-color)
    }

.project-style1 {
    background-color: var(--white-color);
    box-shadow: 0 10px 31px rgba(169,177,193,.17);
    border-radius: 5px;
    margin: 0 0 30px
}

    .project-style1 .project-img {
        position: relative;
        overflow: hidden;
        border-radius: 5px 5px 0 0
    }

        .project-style1 .project-img:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: scale(1.1)
        }

        .project-style1 .project-img img {
            transition: .4s;
            transform: scale(1)
        }

    .project-style1:hover .project-img:before {
        transform: scale(1);
        opacity: .5;
        visibility: visible
    }

.slick-slide .project-style1 {
    box-shadow: 0 10px 21px rgba(169,177,193,.15)
}

.project-style2 {
    position: relative;
    margin: 0 0 30px
}

    .project-style2 .project-img {
        overflow: hidden;
        position: relative
    }

        .project-style2 .project-img img {
            transition: .4s;
            transform: scale(1);
            width: 100%
        }

    .project-style2 .project-shape {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px
    }

    .project-style2 .icon-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 3;
        background-color: var(--white-color);
        color: var(--theme-color);
        opacity: 0;
        visibility: hidden
    }

    .project-style2 .project-title {
        color: var(--white-color);
        margin: 0
    }

    .project-style2 .project-label {
        font-size: 16px;
        font-weight: 600;
        font-family: var(--title-font);
        color: var(--white-color);
        display: block;
        margin: 0 0 5px
    }

    .project-style2 .project-label, .project-style2 .project-title {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50px);
        transition: .4s
    }

    .project-style2 .project-content {
        position: absolute;
        left: 70px;
        bottom: 60px;
        z-index: 3
    }

    .project-style2:hover .project-label, .project-style2:hover .project-title, .project-style3:hover .icon-btn, .project-style3:hover .project-category, .project-style3:hover .project-title {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition-delay: 0.1s
    }

.project-box {
    background-color: var(--smoke-color);
    padding: 45px 40px;
    margin: 0 0 30px
}

.project-box__title {
    margin: -.3em 0 25px
}

.project-box__icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    text-align: center;
    color: var(--theme-color);
    margin: 0 20px 0 0;
    font-size: 18px;
    border-radius: 50%
}

.project-box__label {
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
    line-height: 1
}

.project-box__info {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    margin: 0
}

.project-box__item:not(:last-child) {
    border-bottom: 1px solid #dadfec;
    margin: 0 0 30px;
    padding: 0 0 30px
}

.project-contact {
    background-color: var(--theme-color);
    padding: 32px 40px 20px
}

.project-contact__title {
    color: var(--white-color);
    margin: 0 0 10px
}

.project-contact__text {
    color: var(--white-color);
    margin: 0 0 22px
}

.project-contact__info {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 33px
}

    .project-contact__info a {
        color: inherit
    }

    .project-contact__info i {
        margin: 0 15px 0 0;
        position: absolute;
        left: 0;
        top: 3.5px
    }

.project-style3 .project-img {
    overflow: hidden;
    border-radius: 10px
}

    .project-style3 .project-img img {
        transform: scale(1);
        transition: .4s;
        width: 100%
    }

.project-style3 .project-bottom {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    background-color: var(--theme-color);
    border-radius: 10px;
    transition: .4s;
    padding: 30px 35px 28px;
    opacity: 0;
    visibility: hidden
}

.project-style3 .icon-btn, .project-style3 .project-category, .project-style3 .project-title {
    transform: translateY(10px);
    transition: .4s;
    opacity: 0;
    visibility: hidden
}

.project-style3 .project-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    margin: 0 0 2px
}

.project-style3 .project-category {
    font-size: 16px;
    color: #7c98ff;
    margin: 0
}

.project-style3 .icon-btn {
    --btn-size: 40px;
    --btn-font-size: 16px;
    transform: translateX(10px)
}

.project-style3:hover .icon-btn {
    transition-delay: 0.15s
}

@media (max-width:1399px) {
    .project-box {
        padding: 35px 25px
    }

    .project-contact {
        padding: 32px 25px 20px
    }

    .project-style1 .project-img img {
        width: 100%
    }

    .project-style1 .project-content {
        padding-left: 25px;
        padding-right: 25px
    }

    .project-style3 .project-bottom {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 20px;
        gap: 15px
    }

    .project-style3 .project-title {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .form-style2 {
        padding: 40px 20px
    }

    .newsletter-form2 .vs-btn {
        position: relative;
        top: 0;
        right: 0;
        background-color: var(--sec-color);
        color: var(--white-color);
        padding: 22px 30px
    }

    .filter-menu1 {
        padding: 15px;
        border-radius: 10px
    }

        .filter-menu1 button {
            font-size: 14px;
            padding: 15px 22px
        }
}

@media (max-width:767px) and (max-width:767px) {
    .filter-menu1 {
        padding: 0;
        gap: 6px
    }

        .filter-menu1 button {
            padding: 10px 15px
        }
}

.contact-tab-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 60px
}

    .contact-tab-menu .btn-img {
        width: 120px;
        float: left;
        margin: 0 20px 0 0
    }

    .contact-tab-menu .btn-title {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        font-family: var(--title-font);
        margin: 4px 0 0;
        transition: .4s
    }

    .contact-tab-menu .btn-text {
        display: inline-block;
        color: var(--body-color);
        font-size: 14px;
        font-family: var(--title-font);
        margin: 2px 0 0;
        transition: .4s
    }

    .contact-box__icon, .contact-tab-menu button.active .btn-text, .contact-tab-menu button.active .btn-title, .contact-tab-menu button:hover .btn-text, .contact-tab-menu button:hover .btn-title, .cta-style1 .cta-title2, .event-style2 .event-img .event-title a, .timeline-item:hover i, .timeline-item:hover span {
        color: var(--white-color)
    }

    .contact-tab-menu button {
        padding: 20px;
        position: relative;
        width: 100%;
        flex: 1;
        text-align: left;
        background-color: transparent;
        border: 1px solid #f0f0f0
    }

.auth-style .auth-link, .auth-style .nav-tabs .nav-link {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700
}

.contact-box {
    background-color: var(--smoke-color);
    padding: 60px;
    height: 100%;
    border-radius: 30px
}

.contact-box__title {
    margin: -.4em 0 10px
}

.contact-box__text {
    margin: 0 0 37px
}

.contact-box__item:not(:last-child) {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dadfec
}

.contact-box__icon {
    --icon-size: 90px;
    font-size: 30px;
    line-height: 1;
    margin: 0 20px 0 0;
    min-width: var(--icon-size);
    height: var(--icon-size);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    border-radius: 20px
}

.auth-style, .events-layout2, .item-card, .order-summmary {
    background-color: var(--smoke-color)
}

.contact-box__label {
    font-size: 20px;
    margin: -.3em 0 5px
}

.contact-box__info {
    max-width: 235px;
    margin: 0 0 -.5em
}

    .contact-box__info a {
        display: inline-block;
        color: inherit
    }

        .contact-box__info a:hover, .event-style1 .event-price span, .event-style1 .event-title a:hover, .event-style2 .event-price span, .event-style2 .event-title a:hover, .event-style3 .event-price span, .event-style3 .event-title a:hover, .event-tab .nav-tabs .nav-link.active, .social-links a:hover {
            color: var(--theme-color)
        }

.contact-box__form input, .contact-box__form select, .contact-box__form textarea {
    height: 55px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    background-position: right 21px center
}

.contact-box__form i {
    top: 19px;
    right: calc(var(--bs-gutter-x)/ 2 + 24px);
    font-size: 16px
}

@media (max-width:1399px) {
    .contact-box {
        padding: 40px
    }

    .contact-box__title {
        margin: -.3em 0 10px
    }

    .contact-box__form input, .contact-box__form select, .contact-box__form textarea {
        font-size: 14px
    }

    .contact-tab-menu button {
        text-align: center
    }

    .contact-tab-menu .btn-title {
        display: block
    }

    .contact-tab-menu .btn-img {
        float: none;
        margin: 0 auto 10px;
        display: block
    }
}

@media (max-width:575px) {
    .widget {
        padding: 30px 20px
    }

    .header-info:nth-child(2) {
        padding-left: 10px
    }

    .header-info_label {
        font-size: 12px
    }

    .header-info_link {
        font-size: 14px
    }

    .header-info_icon {
        font-size: 20px;
        margin-right: 10px
    }

    .about-call {
        padding: 0;
        border-right: none;
        margin-top: 20px
    }

    .project-style1 .project-content {
        padding: 25px 20px 30px
    }

    .contact-box {
        padding: 40px 20px
    }

    .contact-box__label {
        font-size: 16px
    }

    .contact-box__icon {
        font-size: 20px
    }
}

.auth-style {
    border-radius: 10px;
    padding: 60px 60px 50px
}

    .auth-style .auth-link {
        margin-bottom: 0;
        text-align: center;
        padding-top: 13px
    }

    .auth-style .auth-title {
        margin: 0 0 10px;
        text-align: center
    }

    .auth-style .auth-social {
        padding-bottom: 40px;
        border-bottom: 2px solid var(--theme-color);
        margin-bottom: 30px
    }

    .auth-style .nav-tabs {
        border-bottom: 0;
        justify-content: center;
        gap: 30px;
        margin-bottom: 30px
    }

        .auth-style .nav-tabs .nav-link {
            border: 0;
            display: flex;
            align-items: center;
            background-color: var(--white-color);
            padding: 17px 59px;
            border-radius: 30px;
            width: 100%;
            justify-content: center
        }

            .auth-style .nav-tabs .nav-link.active {
                border: 0;
                background-color: var(--theme-color);
                color: var(--white-color)
            }

.auth-form .auth-label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700
}

.auth-form .form-group .iti--allow-dropdown input.iti__tel-input, .auth-form .form-group .iti--allow-dropdown input.iti__tel-input[type=tel], .auth-form .form-group .iti--allow-dropdown input.iti__tel-input[type=text] {
    padding-left: 60px
}

.auth-form .form-group .iti__selected-country-primary {
    padding: 0 0 0 30px
}

    .auth-form .form-group .iti__selected-country-primary:hover {
        background-color: none
    }

.auth-form .form-group .form-control, .auth-form .form-group .iti__tel-input, .auth-form .form-group input {
    border-radius: 30px;
    min-height: 60px;
    border: 0;
    color: var(--body-color)
}

.auth-form .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .auth-form .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent
}

.event-style1, .event-style2, .event-style3 {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden
}

    .event-style1 .event-tags, .event-style2 .event-tags, .event-style3 .event-tags {
        position: absolute;
        top: 30px;
        left: 30px;
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap
    }

        .event-style1 .event-tags a, .event-style2 .event-tags a, .event-style3 .event-tags a {
            display: inline-block;
            padding: 5px 20px;
            border-radius: 30px;
            background-color: var(--theme-color);
            color: var(--white-color);
            font-size: 14px;
            font-weight: 700
        }

    .event-style1 .event-date, .event-style2 .event-date, .event-style3 .event-date {
        position: absolute;
        bottom: 30px;
        right: 30px;
        text-align: center;
        background: var(--theme-color);
        padding: 13px 9px;
        border-radius: 10px;
        color: var(--white-color)
    }

        .event-style1 .event-date span, .event-style2 .event-date span, .event-style3 .event-date span {
            display: block;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 2px
        }

    .event-style1 .event-meta, .event-style2 .event-meta, .event-style3 .event-meta {
        margin-bottom: 16px
    }

        .event-style1 .event-meta ul, .event-style2 .event-meta ul, .event-style3 .event-meta ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
            row-gap: 0
        }

        .event-style1 .event-meta span, .event-style2 .event-meta span, .event-style3 .event-meta span {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 14px
        }

            .event-style1 .event-meta span i, .event-style2 .event-meta span i, .event-style3 .event-meta span i {
                font-size: 14px;
                color: var(--theme-color)
            }

    .event-style1 .event-content, .event-style2 .event-content, .event-style3 .event-content {
        padding: 34px 30px 40px;
        border: 2px solid var(--border-color);
        border-top: 0;
        border-radius: 0 0 10px 10px
    }

    .event-style1 .event-title a, .event-style2 .event-title a, .event-style3 .event-title a {
        display: block;
        color: var(--title-color)
    }

    .event-style1 .event-link, .event-style2 .event-link, .event-style3 .event-link {
        display: inline-block;
        font-weight: 700;
        color: var(--title-color);
        padding: 5px 20px;
        border: 2px solid var(--theme-color);
        border-radius: 30px
    }

    .event-style1 .event-footer, .event-style2 .event-footer, .event-style3 .event-footer {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .event-style1 .event-price, .event-style2 .event-price, .event-style3 .event-price {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        gap: 5px
    }

@media (max-width:1399px) {
    .event-style1 .event-content, .event-style2 .event-content, .event-style3 .event-content {
        padding: 35px 25px
    }

    .event-style1 .event-price, .event-style2 .event-price, .event-style3 .event-price {
        font-size: 25px
    }
}

@media (max-width:1199px) {
    .newsletter-form2 .form-control {
        min-width: 500px
    }

    .event-style1 .event-content, .event-style2 .event-content, .event-style3 .event-content {
        padding: 30px 20px
    }

    .event-style1 .event-price, .event-style2 .event-price, .event-style3 .event-price {
        font-size: 16px
    }
}

.event-style1 .event-text, .event-style2 .event-text, .event-style3 .event-text {
    margin-bottom: 23px
}

.event-style2 {
    position: relative;
    overflow: visible;
    height: 320px;
    margin-bottom: 70px
}

    .event-style2 .event-content {
        position: absolute;
        bottom: -70px;
        left: 30px;
        min-width: 420px;
        background-color: var(--white-color);
        border: 2px solid var(--border-color);
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out;
        z-index: 1;
        width: 420px
    }

    .event-style2 .event-img {
        position: relative;
        overflow: hidden;
        height: 320px
    }

        .event-style2 .event-img .overlay {
            background: linear-gradient(180deg,#272e39 0,rgba(39,46,57,0) 100%);
            opacity: .7;
            border-radius: 10px
        }

        .event-style2 .event-img .img {
            border-radius: 10px;
            height: 320px;
            object-fit: cover
        }

        .event-style2 .event-img .event-title {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 0;
            padding: 30px;
            font-size: 20px;
            transition: .3s ease-in-out
        }

    .event-style2 .event-date {
        bottom: auto;
        top: 30px
    }

.event-style3 .event-content {
    padding: 34px 40px 40px
}

.events-layout2 {
    padding-top: 230px;
    margin-top: -110px;
    padding-bottom: 120px
}

.events-slide2 .slick-slide.slick-current.slick-active .event-title, .events-slide2 .slick-slide.slick-current.slick-active.slick-center .event-title {
    opacity: 1;
    transition: .3s ease-in-out
}

.events-slide2 .slick-slide.slick-current.slick-active .event-img .event-title, .events-slide2 .slick-slide.slick-current.slick-active.slick-center .event-img .event-title {
    opacity: 0
}

.events-slide2 .slick-slide.slick-current.slick-active .event-date, .events-slide2 .slick-slide.slick-current.slick-active.slick-center .event-date {
    bottom: auto;
    top: 30px;
    z-index: 9;
    right: 30px
}

.event-title-count {
    margin-bottom: 0;
    font-weight: 700
}

.event-tab .nav-tabs {
    border-bottom: 0;
    gap: 20px
}

    .event-tab .nav-tabs .nav-link {
        border: 0;
        padding: 0;
        border-radius: 0;
        font-size: 30px;
        background-color: transparent;
        color: var(--body-color)
    }

.share-links-title {
    font-weight: 700;
    margin-right: 3px
}

.social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex
}

.item-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 20px
}

    .item-card .item-icon {
        min-width: 60px;
        height: 60px;
        background: var(--theme-color);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        font-size: 27px;
        border-radius: 10px
    }

    .item-card .item-title {
        display: block;
        font-weight: 700
    }

    .item-card .item-text {
        font-size: 20px;
        font-weight: 700;
        color: var(--title-color)
    }

.event-timeline {
    padding: 0 113px;
    margin: 0 0 38px
}

.event-timeline__bar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto
}

    .event-timeline__bar .timeline-line {
        position: absolute;
        width: 106%;
        height: 4px;
        background-color: var(--sec-color);
        right: 0;
        left: 50%;
        transform: translateX(-50%)
    }

.timeline-item::before, .timeline-step::before {
    width: 40px;
    left: 50%;
    content: "";
    position: absolute
}

.event-timeline__bar .timeline-line::after, .event-timeline__bar .timeline-line::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--theme-color);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 5px solid var(--smoke-color)
}

.event-timeline__bar .timeline-line::after {
    left: auto;
    right: 0
}

.timeline-item {
    text-align: center;
    min-width: 138px;
    border: 2px solid var(--sec-color);
    border-radius: 10px;
    padding: 20px 0 12px;
    position: relative;
    margin: 39px 0 0;
    transition: .3s ease-in-out
}

    .timeline-item::before {
        height: 40px;
        top: -40px;
        transform: translateX(-50%);
        background: linear-gradient(180deg,#7409f6 0,rgba(116,9,246,0) 100%)
    }

    .timeline-item i {
        font-size: 24px;
        color: var(--title-color);
        margin-bottom: 12px;
        transition: .3s ease-in-out
    }

    .timeline-item span {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: var(--title-color);
        transition: .3s ease-in-out
    }

    .timeline-item:hover {
        background-color: var(--theme-color);
        border-color: var(--theme-color)
    }

.timeline-step {
    width: 138px;
    height: 40px;
    position: relative;
    text-align: center;
    margin-bottom: -20px;
    z-index: 1
}

    .timeline-step::before {
        height: 40px;
        background-color: var(--theme-color);
        top: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        border: 10px solid var(--smoke-color)
    }

.ebooking-wrap1 {
    padding: 70px 0 40px
}

.ebooking-wrap2 {
    margin-bottom: 70px
}

.order-summmary {
    padding: 30px;
    border-radius: 20px
}

    .order-summmary table {
        width: 100%;
        border-collapse: collapse;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 0;
        background-color: var(--white-color)
    }

    .order-summmary td, .order-summmary th {
        border: 0;
        border-bottom: 1px solid var(--border-color);
        padding: 17px;
        text-align: center
    }

    .order-summmary tr:first-child, .order-summmary tr:first-child th {
        background-color: var(--sec-color);
        border-color: var(--sec-color);
        color: var(--white-color);
        text-align: center
    }

.cta-style1, .cta-wrap2 {
    background-color: var(--theme-color)
}

.order-summmary tr:last-child, .order-summmary tr:last-child td {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

@media (min-width:1500px) {
    .d-xxxl-block {
        display: block !important
    }

    .process-wrap1 {
        margin-left: 120px;
        margin-right: 120px
    }

    .cta-wrap1 {
        margin-left: 110px;
        margin-right: 110px
    }
}

.cta-wrap2 {
    padding: 80px
}

.cta-title1 {
    margin-bottom: -1rem;
    color: var(--white-color)
}

.cta-style1 {
    padding: 94px 0 90px;
    text-align: center
}

    .cta-style1 .cta-title {
        color: var(--white-color);
        font-size: 60px;
        line-height: 1;
        margin: 0 0 8px
    }

    .cta-style1.bg-center {
        background-position: center center;
        background-size: auto
    }

.video-wrap1 .overlay, .video-wrap2 .overlay, .video-wrap3 .overlay {
    background: linear-gradient(90deg,#272e39 0,rgba(39,46,57,.35) 100%);
    opacity: .6
}

.cta-wrap3, .space, .space-bottom {
    padding-bottom: var(--section-space)
}

@media (min-width:1199px) {
    .gx-45 {
        --bs-gutter-x: 45px
    }

    .gx-60 {
        --bs-gutter-x: 60px
    }

    .gx-50 {
        --bs-gutter-x: 50px
    }

    .gx-70 {
        --bs-gutter-x: 70px
    }

    .gx-80 {
        --bs-gutter-x: 80px
    }

    .blog-style4-slider {
        max-width: 775px
    }

    .cta-wrap3 {
        margin-bottom: -192px;
        padding-bottom: 0
    }
}

@media (max-width:1500px) {
    .project-style2 .icon-btn {
        top: 60px;
        right: 60px;
        left: auto;
        transform: none;
        --btn-size: 40px;
        --btn-font-size: 18px
    }

    .cta-wrap2 {
        padding: 60px
    }
}

.video-wrap1, .video-wrap2, .video-wrap3 {
    padding: 120px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -120px
}

.video-wrap2, .video-wrap3 {
    border-radius: 0;
    margin-top: 0
}

@media (max-width:1199px) {
    .cta-title1 {
        margin-bottom: -.7rem
    }

    .video-wrap1, .video-wrap2, .video-wrap3 {
        padding: 50px
    }
}

.video-wrap1 .play-btn, .video-wrap2 .play-btn, .video-wrap3 .play-btn {
    margin-bottom: 72px
}

@media (max-width:991px) {
    .newsletter-form2 .form-control {
        min-width: 100%
    }

    .project-style2 .project-shape {
        right: 0;
        top: 0;
        bottom: 0;
        left: 0
    }

    .project-style2 .project-content {
        left: 20px;
        bottom: 20px
    }

    .project-style2 .icon-btn {
        top: 20px;
        right: 20px
    }

    .contact-tab-menu .btn-title {
        font-size: 16px
    }

    .event-style1 .event-title {
        font-size: 18px
    }

    .event-style2 .event-img .img {
        width: 100%
    }

    .cta-title1 {
        margin: -.5em 0 30px
    }

    .cta-wrap3 {
        padding-bottom: var(--section-space-mobile)
    }

    .video-wrap1, .video-wrap2, .video-wrap3 {
        padding: 50px 20px;
        text-align: center
    }

        .video-wrap1 .play-btn, .video-wrap2 .play-btn, .video-wrap3 .play-btn {
            margin-bottom: 25px
        }
}

.video-wrap1 .overlay, .video-wrap2 .overlay, .video-wrap3 .overlay {
    z-index: -1
}

.video-wrap2 {
    min-height: 740px;
    padding: 120px 0 0;
    overflow: visible
}

    .video-wrap2 .video-content {
        padding-top: 110px
    }

    .video-wrap2 .play-btn.style4 {
        --icon-size: 80px;
        margin-bottom: 60px;
        color: var(--white-color);
        margin-left: 40px
    }

        .video-wrap2 .play-btn.style4::after, .video-wrap2 .play-btn.style4::before {
            background-color: var(--white-color);
            color: var(--title-color);
            animation-name: ripple2
        }

        .video-wrap2 .play-btn.style4::after {
            animation-duration: 3s
        }

        .video-wrap2 .play-btn.style4::before {
            animation-duration: 8s
        }

    .video-wrap2 .form-style1 {
        margin-bottom: -100px
    }

.video-wrap3 {
    padding: 190px 0 260px
}

.gallery-style1, .gallery-style2 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px
}

    .gallery-style1 .popup-link, .gallery-style2 .popup-link {
        position: absolute;
        left: 50%;
        top: 20%;
        transform: translate(-50%,-50%);
        width: 100px;
        height: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--white-color);
        z-index: 1;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        font-size: 23px;
        color: var(--title-color)
    }

    .gallery-style1 .overlay::after, .gallery-style1 .overlay::before, .gallery-style2 .overlay::after, .gallery-style2 .overlay::before {
        position: absolute;
        content: "";
        left: 0
    }

    .gallery-style1 .overlay::after, .gallery-style2 .overlay::after {
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,#272e39 0,rgba(39,46,57,.35) 100%);
        opacity: .6;
        border-radius: 20px;
        transition: .3s ease-in-out
    }

    .gallery-style1 .overlay::before, .gallery-style2 .overlay::before {
        width: 100%;
        height: 0%;
        background: linear-gradient(0deg,#7409f6 0,rgba(116,9,246,0) 100%);
        opacity: .9;
        visibility: hidden;
        bottom: 0;
        transition: .3s ease-in-out
    }

    .gallery-style1 .gallery-content, .gallery-style2 .gallery-content {
        position: absolute;
        bottom: 0;
        margin: 30px
    }

    .gallery-style1 .gallery-title, .gallery-style2 .gallery-title {
        margin-bottom: 0;
        overflow: hidden
    }

        .gallery-style1 .gallery-title a, .gallery-style2 .gallery-title a {
            color: var(--white-color);
            transition: .3s ease-in-out;
            transform: translateY(0);
            display: inline-block
        }

    .gallery-style1 .gallery-date, .gallery-style2 .gallery-date {
        color: var(--white-color);
        margin-bottom: 6px;
        overflow: hidden
    }

        .gallery-style1 .gallery-date span, .gallery-style2 .gallery-date span {
            display: inline-flex;
            align-items: center;
            transform: translateY(0);
            gap: 10px;
            transition: .3s ease-in-out
        }

    .gallery-style1:hover a.popup-link, .gallery-style2:hover a.popup-link {
        top: 50%;
        opacity: 1;
        visibility: visible
    }

@media (max-width:1399px) {
    .cta-wrap2 {
        padding: 45px
    }

    .gallery-style1 .gallery-content, .gallery-style2 .gallery-content {
        margin: 15px
    }

    .gallery-style1:hover a.popup-link, .gallery-style2:hover a.popup-link {
        top: 40%;
        width: 60px;
        height: 60px;
        font-size: 20px
    }
}

.gallery-style1:hover .gallery-title a, .gallery-style2 .gallery-date span, .gallery-style2 .gallery-title a, .gallery-style2:hover .gallery-title a {
    transform: translateY(80px)
}

.gallery-style1:hover .gallery-date span, .gallery-style2:hover .gallery-date span {
    transform: translateY(22px)
}

.gallery-style1:hover .overlay::before, .gallery-style2:hover .overlay::before {
    opacity: .9;
    visibility: visible;
    height: 100%
}

.gallery-style2 .gallery-content {
    position: absolute;
    bottom: 70px;
    margin: 0;
    left: 70px;
    max-width: 60%
}

.gallery-style2 .overlay {
    transform: scale(1);
    border-radius: 20px;
    overflow: hidden;
    transition: .3s ease-in-out
}

.gallery-style2:hover .overlay {
    transform: scale(.9);
    transition: .3s ease-in-out
}

    .gallery-style2:hover .overlay::after {
        background: linear-gradient(0deg,#7409f6 100%,#7409f6 100%);
        opacity: .8;
        visibility: visible
    }

.gallery-style2 .popup-link {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    font-size: 30px
}

.filter-gallery {
    display: flex;
    justify-content: center;
    margin-right: -20%
}

    .filter-gallery .filter-item {
        width: 337.5px;
        height: 380px;
        margin-bottom: 30px
    }

@media (max-width:1399px) {
    .gallery-style2 .gallery-content {
        bottom: 30px;
        left: 35px;
        max-width: 75%
    }

    .gallery-style2 .gallery-title {
        font-size: 20px
    }

    .filter-gallery {
        margin-right: 0
    }

        .filter-gallery .filter-item {
            width: 280px;
            height: 316px
        }
}

@media (max-width:1199px) {
    .video-wrap3 {
        padding: 110px 0 200px
    }

    .filter-gallery .filter-item {
        width: 315px;
        height: 366px
    }
}

@media (max-width:991px) {
    .video-wrap2 {
        min-height: 640px;
        padding-top: 0
    }

        .video-wrap2 .play-btn.style4 {
            margin-left: 0
        }

    .gallery-style1 .gallery-thumb img, .gallery-style2 .gallery-thumb img {
        width: 100%
    }

    .filter-gallery {
        margin-right: 0
    }

        .filter-gallery .filter-item {
            width: 230px;
            height: 255px
        }
}

.filter-gallery .filter-item.grid-item--width2 {
    width: 675px;
    height: 380px
}

@media (max-width:1399px) {
    .filter-gallery .filter-item.grid-item--width2 {
        width: 560px;
        height: 316px
    }
}

@media (max-width:1199px) {
    .filter-gallery .filter-item.grid-item--width2 {
        width: 630px;
        height: 366px
    }
}

@media (max-width:991px) {
    .filter-gallery .filter-item.grid-item--width2 {
        width: 460px;
        height: 255px
    }
}

@media (max-width:767px) {
    .contact-box__icon {
        --icon-size: 70px
    }

    .event-style2 {
        height: auto;
        margin-bottom: 30px
    }

        .event-style2 .event-content {
            position: static;
            width: 100%;
            min-width: 100%
        }

    .events-layout2 {
        padding-top: 190px;
        padding-bottom: 50px
    }

    .cta-wrap2 {
        padding: 45px 20px
    }

    .filter-gallery .filter-item {
        width: 100%;
        height: 630px
    }

        .filter-gallery .filter-item.grid-item--width2 {
            width: 100%;
            height: 305px
        }
}

@media (max-width:425px) {
    .filter-gallery .filter-item {
        height: 479.92px
    }

        .filter-gallery .filter-item.grid-item--width2 {
            height: 229.17px
        }
}

@media (max-width:375px) {
    .filter-gallery .filter-item {
        height: 418.23px
    }

        .filter-gallery .filter-item.grid-item--width2 {
            height: 199.72px
        }
}

@media (max-width:320px) {
    .filter-gallery .filter-item {
        height: 350.58px
    }

        .filter-gallery .filter-item.grid-item--width2 {
            height: 167.31px
        }
}

.newsletter-layout1 .overlay {
    height: 50%;
    background-color: var(--sec-color);
    bottom: 0;
    top: auto
}

.px-5 {
    padding-right: 5px;
    padding-left: 5px
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-5 {
    padding-left: 5px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.mr-5 {
    margin-right: 5px
}

.mr-30 {
    margin-right: 30px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.5rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.space, .space-top {
    padding-top: var(--section-space)
}

.space-extra, .space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra, .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

@media (max-width:991px) {
    .space, .space-top {
        padding-top: var(--section-space-mobile)
    }

    .space, .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra, .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra, .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }
}

.vs-color-plate {
    position: fixed;
    display: block;
    z-index: 91;
    padding: 20px;
    width: 240px;
    background: #fff;
    left: 0;
    text-align: left;
    top: 30%;
    transition: .4s;
    box-shadow: -3px 0 10px -2px rgba(0,0,0,.1);
    direction: ltr;
    transform: translateX(-100%)
}

    .vs-color-plate.open {
        transform: translateX(0)
    }

    .vs-color-plate .color-plate-icon {
        position: absolute;
        right: -48px;
        width: 48px;
        height: 45px;
        line-height: 45px;
        font-size: 21px;
        border-radius: 0 5px 5px 0;
        text-align: center;
        color: var(--white-color);
        top: 0;
        cursor: pointer;
        border: none;
        padding: 0;
        box-shadow: -4px 0 5px rgba(0,0,0,.2117647059);
        background-color: var(--theme-color)
    }

    .vs-color-plate h4 {
        display: block;
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 500
    }

    .vs-color-plate p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 20px
    }

    .vs-color-plate .reset-btn {
        border: none;
        padding: 0;
        font-size: 14px;
        text-transform: capitalize;
        color: var(--title-color);
        background-color: var(--smoke-color);
        width: 100%;
        height: 40px
    }

    .vs-color-plate input[type=color] {
        border: none;
        padding: 0
    }

.default-color-btn {
    border: none;
    background-color: #000;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 5px 0
}
