@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




.hidden {
    display: none;
}
.vs-blog-wrapper {
    min-height:800px;
}

:root {
    --theme-color: #1483c8;
    --theme-color2: #002855;
    --secondary-color: #05bec8;
    --title-color: #000000;
    --body-color: #555555;
    --smoke-color: #f3f5fc;
    --light-color: #d3d3d3;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #f1f2f7;
    --title-font: "Montserrat", sans-serif;
    --body-font: "Montserrat", sans-serif;
    --icon-font: "Font Awesome 6 Free";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 100px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s
}

/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {    
    border-radius: 4px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--theme-color2);
    border-radius: 4px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #3fbdd7;
  }

::selection {
    color: rgb(255, 255, 255);
    background: #1483c8;
}

html,
body {
    scroll-behavior: auto !important
}



.cc-grower {
    overflow: hidden;
    transition: max-height 1s;
}

.cc-window.cc-static {
    position: fixed;
    bottom: 0;
    text-align: center;
}

.cc-color-override-342326720 .cc-link, .cc-color-override-342326720 .cc-link:active, .cc-color-override-342326720 .cc-link:visited {
    color: rgb(255, 255, 255);
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    width: 100%;
}

.cc-color-override-342326720.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(100, 100, 120);
}

.cc-window.cc-banner {
    padding: 0.3em 1em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}


.cc-theme-classic .cc-btn:last-child {
    min-width: 70px;
}

.cc-theme-classic .cc-btn {
    border-radius: 25px;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-color-override-342326720 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: var(--theme-color);
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}

.cc-color-override-342326720.cc-window {
    color: rgb(255, 255, 255);
    background-color: var(--theme-color);
    /*   background-color: var(--secondary-color);*/
    /*background-color: rgb(100, 100, 120);*/
    float: left;
    width: 100%;
    z-index: 999999;
}


.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}


.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}


.cc-window.cc-banner {
    padding: 0.3em 1em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}




.team-style1:hover .bsvr1 {
    transform: translateY(-30px)!important;
}

body {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
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;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 18px 0;
    color: #000;
    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,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}



.click-to-call {
    display: none;
}



@media only screen and (max-width: 768px) {


    /* #filterdata {
        height:auto!important;
    } */

    .click-to-call {
        border: 1px solid rgba(255, 255, 255, 0.514);
        border-radius: 0px 10px 10px 0px;
        z-index: 11;
        display: block;
        cursor: default;
        background: var(--theme-color);
        width: 65%;
        position: fixed;
        bottom: 0;
        height: 60px;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 10px;
    }




        .click-to-call .phone {
            padding-top: 1px;
            float: left;
            border-right: 1px solid white;
            color: #ffffff;
            width: 33.3%;
            height: 58px;
        }

            .click-to-call .phone i {
                font-size: 20px;
            }

            .click-to-call .phone div {
                font-size: 13px;
                position: relative;
                top: -31px;
                padding-right: 3px;
            }

        .click-to-call .wp {
            float: left;
            border-right: 1px solid white;
            color: #ffffff;
            width: 33.3%;
            height: 58px;
            padding-top: 3px;
        }

            .click-to-call .wp i {
                font-size: 26px;
                color: #fff !important;
            }

            .click-to-call .wp div {
                font-size: 13px;
                position: relative;
                top: -32px;
                padding-right: 3px;
            }

        .click-to-call .basvur {
            float: left;
            color: #ffffff;
            width: 33.3%;
            height: 58px;
            padding-top: 1px;
        }

            .click-to-call .basvur i {
                font-size: 22px;
            }

            .click-to-call .basvur div {
                position: relative;
                top: -31px;
                padding-right: 3px;
                font-size: 13px;
            }
}


@media(max-width: 991px) {

    .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
    }

}

p.has-drop-cap {
    margin-bottom: 20px
}

.page--item p:last-child .alignright {
    clear: right
}

.blog-title,
.pagi-title,
.breadcumb-title {
    word-break: break-word
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: var(--body-color)
}

.bypostauthor,
.gallery-caption {
    display: block
}

.page-links,
.clearfix {
    clear: both
}

.page--item {
    margin-bottom: 30px
}

.page--item p {
    line-height: 1.8
}

.content-none-search {
    margin-top: 30px
}

.wp-block-button.aligncenter {
    text-align: center
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.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
}

figure.wp-block-gallery {
    margin-bottom: 14px
}

.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;
    color: var(--body-color);
    line-height: 1.5;
    padding: .5em 0
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
    color: var(--white-color)
}

.wp-block-cover {
    margin-bottom: 15px
}

.wp-caption-text {
    text-align: center
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 14px
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px
}

.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
}

.wp-block-latest-comments a {
    color: inherit
}

.wp-block-button {
    margin-bottom: 10px
}

.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: rgba(0, 0, 0, 0);
    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)
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

ol.wp-block-latest-comments li {
    margin: 15px 0
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

ul.wp-block-latest-posts a {
    color: inherit
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color)
}

ul.wp-block-latest-posts li {
    margin: 15px 0
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.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
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    width: 120px;
    border: none;
    height: 50px;
    color: #fff;
    background-color: var(--theme-color)
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--title-color);
    opacity: .8
}

ul.wp-block-rss a {
    color: inherit
}

.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 .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
    top: 32px
}

@media(max-width: 782px) {

    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 46px
    }
}

@media(max-width: 600px) {

    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 0
    }
}




.post-password-form .theme-input-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px
}

.post-password-form .theme-input-group .theme-input-style {
    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 {
    margin: 0;
    width: 120px;
    border: none;
    height: 50px;
    color: #fff;
    background-color: var(--theme-color)
}

.post-password-form .theme-input-group .submit-btn:hover {
    background-color: var(--title-color);
    opacity: .8
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links>.page-links-title {
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    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>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: .8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0)
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.page-links span.screen-reader-text {
    display: none
}

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
    border-color: rgba(0, 0, 0, 0);
    position: relative
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
    background-color: var(--smoke-color);
    padding: 40px;
    border: none
}

.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
    display: none
}

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
    content: "";
    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.tag-sticky-2::before,
.blog-single.sticky::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: ""
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px
}

.blog-details .blog-single:before {
    display: none
}

.blog-details p {
    position: relative;
    padding: 0 0 0 0px;
    margin: 0 0 17px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.blog-details .blog-single .blog-content {
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden
}


.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px
}

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
    box-shadow: none;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
    display: none
}

.vs-search {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3
}

.vs-search .search-grid-content {
    padding: 30px
}

@media(max-width: 767px) {
    .vs-search .search-grid-content {
        padding: 20px
    }
}

.vs-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -0.2em
}

.vs-search .search-grid-title a {
    color: inherit
}

.vs-search .search-grid-title a:hover {
    color: var(--theme-color)
}

.vs-search .search-grid-meta>* {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px
}

.vs-search .search-grid-meta>*:last-child {
    margin-right: 0
}

.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
    color: var(--body-color)
}

@media(max-width: 1199px) {

    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px
    }

    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
        padding: 30px
    }
}

@media(max-width: 767px) {

    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px
    }

    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
        padding: 30px 15px
    }
}

@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-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        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
    }
}

@media(min-width: 1500px)and (max-width: 1921px) {
    .container-style1 {
        --main-container: 1578px;
        margin-right: 0;
        padding-right: 0;
        overflow: hidden
    }

    .container-style2 {
        padding-left: 0;
        margin-left: 0;
        overflow: hidden;
        --main-container: 1578px
    }
}

@media only screen and (min-width: 1300px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px
    }
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
}

@media(min-width: 1500px) {
    .gx-50 {
        --bs-gutter-x: 50px
    }

    .gx-60 {
        --bs-gutter-x: 60px
    }

    .gx-70 {
        --bs-gutter-x: 70px
    }

    .gx-80 {
        --bs-gutter-x: 80px
    }
}

@media(min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px
    }

    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }

    .gx-45 {
        --bs-gutter-x: 45px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #e0e0e0;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    border-radius: 0.25rem;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color);
    border-color: #e0e0e0
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
    color: #777;
    font-size: 16px;
    border-radius: 12px;
    height: 62px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
    color: #777
}

select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
    color: #777
}

select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
    color: #777
}

select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
    color: #777
}

select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
    color: #777
}

select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
    background-color: var(--white-color);
    color: var(--title-color);
    height: 60px;
    border: none;
    border-radius: 12px
}

select.style3::-moz-placeholder,
.form-control.style3::-moz-placeholder,
.form-select.style3::-moz-placeholder,
textarea.style3::-moz-placeholder,
input.style3::-moz-placeholder {
    color: var(--title-color)
}

select.style3:-ms-input-placeholder,
.form-control.style3:-ms-input-placeholder,
.form-select.style3:-ms-input-placeholder,
textarea.style3:-ms-input-placeholder,
input.style3:-ms-input-placeholder {
    color: var(--title-color)
}

select.style3::-moz-placeholder,
.form-control.style3::-moz-placeholder,
.form-select.style3::-moz-placeholder,
textarea.style3::-moz-placeholder,
input.style3::-moz-placeholder {
    color: var(--title-color)
}

select.style3:-ms-input-placeholder,
.form-control.style3:-ms-input-placeholder,
.form-select.style3:-ms-input-placeholder,
textarea.style3:-ms-input-placeholder,
input.style3:-ms-input-placeholder {
    color: var(--title-color)
}

select.style3::placeholder,
.form-control.style3::placeholder,
.form-select.style3::placeholder,
textarea.style3::placeholder,
input.style3::placeholder {
    color: var(--title-color)
}

select.style3 option,
.form-control.style3 option,
.form-select.style3 option,
textarea.style3 option,
input.style3 option {
    color: var(--title-color)
}

select.style3:focus,
.form-control.style3:focus,
.form-select.style3:focus,
textarea.style3:focus,
input.style3:focus {
    background-color: var(--white-color);
    color: var(--title-color);
    border-color: rgba(0, 0, 0, 0)
}

select.style3:focus::-moz-placeholder,
.form-control.style3:focus::-moz-placeholder,
.form-select.style3:focus::-moz-placeholder,
textarea.style3:focus::-moz-placeholder,
input.style3:focus::-moz-placeholder {
    color: var(--title-color)
}

select.style3:focus:-ms-input-placeholder,
.form-control.style3:focus:-ms-input-placeholder,
.form-select.style3:focus:-ms-input-placeholder,
textarea.style3:focus:-ms-input-placeholder,
input.style3:focus:-ms-input-placeholder {
    color: var(--title-color)
}

select.style3:focus::-moz-placeholder,
.form-control.style3:focus::-moz-placeholder,
.form-select.style3:focus::-moz-placeholder,
textarea.style3:focus::-moz-placeholder,
input.style3:focus::-moz-placeholder {
    color: var(--title-color)
}

select.style3:focus:-ms-input-placeholder,
.form-control.style3:focus:-ms-input-placeholder,
.form-select.style3:focus:-ms-input-placeholder,
textarea.style3:focus:-ms-input-placeholder,
input.style3:focus:-ms-input-placeholder {
    color: var(--title-color)
}

select.style3:focus::placeholder,
.form-control.style3:focus::placeholder,
.form-select.style3:focus::placeholder,
textarea.style3:focus::placeholder,
input.style3:focus::placeholder {
    color: var(--title-color)
}

select.style4,
.form-control.style4,
.form-select.style4,
textarea.style4,
input.style4 {
    height: 60px;
    border-radius: 9999px
}

select.style4::-moz-placeholder,
.form-control.style4::-moz-placeholder,
.form-select.style4::-moz-placeholder,
textarea.style4::-moz-placeholder,
input.style4::-moz-placeholder {
    color: var(--body-color)
}

select.style4:-ms-input-placeholder,
.form-control.style4:-ms-input-placeholder,
.form-select.style4:-ms-input-placeholder,
textarea.style4:-ms-input-placeholder,
input.style4:-ms-input-placeholder {
    color: var(--body-color)
}

select.style4::-moz-placeholder,
.form-control.style4::-moz-placeholder,
.form-select.style4::-moz-placeholder,
textarea.style4::-moz-placeholder,
input.style4::-moz-placeholder {
    color: var(--body-color)
}

select.style4:-ms-input-placeholder,
.form-control.style4:-ms-input-placeholder,
.form-select.style4:-ms-input-placeholder,
textarea.style4:-ms-input-placeholder,
input.style4:-ms-input-placeholder {
    color: var(--body-color)
}

select.style4::placeholder,
.form-control.style4::placeholder,
.form-select.style4::placeholder,
textarea.style4::placeholder,
input.style4::placeholder {
    color: var(--body-color)
}

select.form-control-lg,
.form-control.form-control-lg,
.form-select.form-control-lg,
textarea.form-control-lg,
input.form-control-lg {
    height: 60px
}

select.form-control-sm,
.form-control.form-control-sm,
.form-select.form-control-sm,
textarea.form-control-sm,
input.form-control-sm {
    height: 40px;
    font-size: 12px
}

select[readonly],
.form-control[readonly],
.form-select[readonly],
textarea[readonly],
input[readonly] {
    color: var(--title-color)
}

.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;
}

.form-select.style3,
select.style3 {
    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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0
}

textarea.form-control.style4,
textarea.form-control.style3,
textarea.style4,
textarea.style3 {
    border-radius: 12px
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type=checkbox]:checked~label:before {
    content: "";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type=checkbox]~label {
    position: relative;
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 14.5px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

input[type=radio]~label::before {
    content: "";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: .5px;
    font-size: .6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: rgba(0, 0, 0, 0);
    transition: all .2s ease
}

input[type=radio]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

label {
    margin-bottom: .5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.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: 47px
}

textarea.form-control.is-invalid,
select.form-control.is-invalid,
input.form-control.is-invalid,
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + .8875rem) center
}

textarea.form-control.is-invalid:focus,
select.form-control.is-invalid:focus,
input.form-control.is-invalid:focus,
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid,
textarea.is-invalid.style3 {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none
}

.form-messages.mb-0 * {
    margin-bottom: 0
}

.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: rgba(0, 0, 0, 0);
    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)
}

[data-variable-width] .col-auto {
    flex: 0 0 auto;
    width: auto
}

.slick-track {
    min-width: 100%
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0 38px 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: 0;
    border-radius: 100%;
    border: 2px solid #c3c3c3;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease .4s;
    position: relative
}

.slick-dots button:hover {
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0)
}

.slick-dots .slick-active button {
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0);
    transform: scale(1.15)
}

.slick-arrow {
    display: inline-block;
    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
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

[data-slick-prev].icon-btn.style6:not(:last-child),
[data-slick-next].icon-btn.style6:not(:last-child) {
    margin-right: -15px
}

@media(max-width: 767px) {

    [data-slick-prev].icon-btn.style6:not(:last-child),
    [data-slick-next].icon-btn.style6:not(:last-child) {
        margin-right: 5px
    }
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }
    .button-area {
        position: absolute;
        right: 10% !important;
        top: 0;
        padding-top: 35px !important;
        z-index: 8;
        width: 255px;
        outline: none;
        border: none;
        z-index: 999999;
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }
}

@media(max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }

    .slick-dots {
        margin: 8px 0 38px 0
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 40;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 0px;
    padding-top: 15px;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    position: relative;
    left: -50px;
}

.vs-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle: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: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
}

.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 ul {
    margin: 0;
    padding: 0 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 {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color)
}

/* .vs-mobile-menu ul li a:before {
    content: "";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
} */

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    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(--smoke-color);
    color: var(--title-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: "";
    font-family: var(--icon-font)
}

/* .vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: ""
} */

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    font-size: 20px
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
    margin-right: 10px
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color)
}

@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: 10px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.preloader-inner img {
    display: block;
    margin: 0 auto 30px auto
}

.loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    color: var(--theme-color);
    -webkit-animation: loaderfill 1s ease-in infinite alternate;
    animation: loaderfill 1s ease-in infinite alternate
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    left: 48px;
    top: 0;
    -webkit-animation: loaderfill .9s ease-in infinite alternate;
    animation: loaderfill .9s ease-in infinite alternate;
    transform: rotate(45deg)
}

.loader::after {
    left: auto;
    right: 48px;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s
}

@-webkit-keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset
    }

    100% {
        box-shadow: 0 0 0 10px inset
    }
}

@keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset
    }

    100% {
        box-shadow: 0 0 0 10px inset
    }
}

.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 20px;
    border-radius: 0px;
    z-index: 1;
}

.vs-btn:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s
}

.vs-btn>i {
    margin-left: 8px
}

.vs-btn:hover {
    color: var(--title-color)
}

.vs-btn:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.vs-btn.style2 {
    border: 2px solid var(--white-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color)
}

.vs-btn.style2 i {
    margin: 0 10px 0 0;
    font-size: 18px
}

.vs-btn.style2:hover {
    color: var(--title-color)
}

.vs-btn.style3 {
    border: 2px solid var(--theme-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color);
    padding: 18px 27px
}

.vs-btn.style3 i {
    margin: 0 10px 0 0;
    font-size: 18px
}

.vs-btn.style3:before {
    background-color: var(--theme-color)
}

.vs-btn.style3:hover {
    color: var(--white-color)
}

.vs-btn.style4 {
    padding: 0 35px 0 0;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color)
}

.vs-btn.style4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    background-color: var(--white-color);
    z-index: -2;
    border-radius: inherit;
    border: 2px solid var(--theme-color)
}

.vs-btn.style4:before {
    background-color: var(--theme-color)
}

.vs-btn.style4 i {
    width: 64px;
    height: 64px;
    line-height: 60px;
    font-size: 22px;
    display: inline-block;
    margin: 0 20px 0 0;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white-color);
    transition: all ease .4s
}

.vs-btn.style4:hover {
    color: var(--white-color)
}

.vs-btn.style4:hover i {
    background-color: var(--secondary-color)
}

.vs-btn.style4:hover:before {
    transform: scale(1)
}

.vs-btn.style5 {
    background-color: var(--secondary-color);
    font-weight: 500
}

.icon-btn {
    display: inline-block;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 5px;
    font-size: 16px;
    background-color: var(--icon-bg, #ffffff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    transition: all ease .4s;
}

.icon-btn.style2 {
    border: 1px solid #e0e0e0;
    background-color: rgba(0, 0, 0, 0)
}

.icon-btn.style3 {
    --btn-size: 85px;
    --btn-font-size: 30px;
    line-height: calc(var(--btn-size) - 1px);
    border: 1px solid #e0e0e0;
    box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.icon-btn.style4 {
    background-color: #213ea1;
    color: var(--white-color)
}

.icon-btn.style5 {
    --btn-size: 85px;
    --btn-font-size: 24px
}

.icon-btn.style5:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style6 {
    --btn-size: 70px;
    --btn-font-size: 26px;
    border: 2px solid var(--theme-color);
    color: var(--theme-color)
}

.icon-btn:hover {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 124px);
    height: var(--icon-size, 124px);
    line-height: var(--icon-size, 124px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.play-btn.style2 {
    --icon-size: 130px;
    --icon-font-size: 2em
}

.play-btn.style2:after,
.play-btn.style2::before,
.play-btn.style2 i {
    background-color: var(--white-color);
    color: var(--title-color)
}

.play-btn.style2:hover:after,
.play-btn.style2:hover::before,
.play-btn.style2:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style3 {
    border-radius: 50%
}

.play-btn.style3>i {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    --icon-size: 65px;
    --icon-font-size: 18px;
    color: var(--white-color)
}

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color)
}

.play-btn.style3:hover {
    background-color: var(--theme-color);
    color: var(--theme-color)
}

.play-btn.style3:hover:after,
.play-btn.style3:hover:before {
    border-color: var(--theme-color)
}

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize
}

.link-btn i {
    margin-left: 7px;
    font-size: .9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: all ease .4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    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;
    position: relative;
    transition: all ease .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: #fff;
    border-radius: inherit;
    z-index: 1
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

@media(max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.view-big-btn {
    text-align: center;
    display: inline-block
}

.view-big-btn i {
    display: inline-block;
    text-align: center;
    width: var(--icon-size, 130px);
    height: var(--icon-size, 130px);
    line-height: var(--icon-size, 130px);
    font-size: var(--icon-font-size, 36px);
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    transition: all ease .4s
}

.view-big-btn .btn-text {
    display: block;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0 0 0
}

.view-big-btn:hover i {
    background-color: var(--secondary-color)
}

@media(max-width: 1500px) {

    .icon-btn.style3,
    .icon-btn.style5 {
        --btn-size: 55px;
        --btn-font-size: 16px
    }
}

@media(max-width: 1199px) {
    .play-btn.style3>i {
        --icon-size: 50px;
        --icon-font-size: 14px
    }

    .play-btn.style2 {
        --icon-size: 80px;
        --icon-font-size: 1.5em
    }

    .icon-btn.style6 {
        --btn-size: 50px;
        --btn-font-size: 20px
    }

    .view-big-btn i {
        --icon-size: 80px;
        --icon-font-size: 24px
    }
}

@media(max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 5px
    }
}

.sec-title {
    font-size: 48px;
    line-height: 1.3;
    margin: -0.2em 0 26px 0;
    display: inline-block
}

.sec-title2 {
    font-size: 38px;
    line-height: 1.3;
    margin: -0.2em 0 26px 0;
    display: inline-block
}

.sec-subtitle2,
.sec-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color);
    display: block;
    text-transform: none;
    margin: -0.2em 0 10px 0
}

.sec-subtitle2 {
    font-size: 20px;
    margin-bottom: 15px
}

.sec-line {
    height: 1px;
    width: 60px;
    background-color: var(--theme-color);
    display: block;
    margin: 0 0 15px 0
}

.sec-pills {
    display: inline-block;
    margin: 8px 0 11px 0
}

.sec-pills .pill {
    display: inline-block;
    width: 5px;
    height: 16px;
    background-color: var(--theme-color);
    border-radius: 9999px;
    position: relative
}

.sec-pills .pill:nth-child(even) {
    top: -8px
}

.sec-innertitle {
    font-size: 40px;
    margin: 0 0 25px 0
}

.sec-btn {
    margin-bottom: var(--section-title-space)
}

/* .title-area {
    margin-bottom: calc(var(--section-title-space) - 40px)
} */

@media(max-width: 1500px) {
    .sec-title {
        font-size: 40px;
        line-height: 1.3
    }
}

@media(max-width: 1199px) {
    .sec-title {
        font-size: 36px;
        line-height: 1.3
    }

    .sec-innertitle {
        font-size: 30px
    }
}

@media(max-width: 991px) {

    .sec-btn,
    .title-area {
        margin-bottom: 20px
    }

    .adresSorgulama {
        text-align: center;
        padding: 0px 0px;
    }
}

@media(max-width: 767px) {
    .sec-title {
        font-size: 30px
    }

    .grecaptcha-badge {
        bottom: 55px !important;
    }

    .sec-innertitle {
        font-size: 26px
    }

    .sec-subtitle2 {
        font-size: 16px
    }
}

.image-scale-hover {
    overflow: hidden
}

.image-scale-hover img {
    transition: all ease .4s;
    transform: scale(1.001)
}

.image-scale-hover:hover img {
    transform: scale(1.2)
}

.new-label {
    font-size: 12px;
    background-color: var(--error-color);
    color: var(--white-color);
    line-height: 1;
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    position: relative;
    top: -1px
}

.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
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    flex: 1
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: .35em .55em;
    border-radius: 50%
}

.vs-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    transform: rotate(45deg);
    z-index: -1
}

.info-ruler {
    border: 1px solid #e0e0e0;
    box-shadow: 10.5px 18.187px 10px 0px rgba(4, 4, 4, .05);
    background-color: var(--white-color);
    padding: 24px 70px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: -40px 0 0 auto;
    position: relative;
    z-index: 3;
    border-radius: 9999px
}

.info-ruler ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.info-ruler li {
    display: inline-block;
    color: var(--title-color);
    font-size: 18px;
    margin-right: 45px
}

.info-ruler li:last-child {
    margin-right: 0
}

.info-ruler li img {
    margin-right: 10px
}

.info-ruler a {
    color: inherit
}

.info-ruler a:hover {
    color: var(--theme-color)
}

@media(min-width: 1922px) {
    .body-shape1.background-image {
        background-size: 100% 100%
    }
}

@media(max-width: 991px) {
    .body-shape1.background-image {
        padding-bottom: 50px
    }

    .info-ruler {
        margin: 40px 0 0 0;
        width: 100%;
        text-align: center
    }
}

@media(max-width: 767px) {
    .info-ruler {
        padding: 25px 30px;
        border-radius: 12px
    }

    .info-ruler li {
        display: block;
        margin: 0 0 20px 0
    }

    .info-ruler li:last-child {
        margin-bottom: 0
    }
}

.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 {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

@media(max-width: 767px) {
    p.fs-md {
        font-size: 16px
    }
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-secondary {
    background-color: var(--secondary-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-light2 {
    background-color: #f6f7fb
}

.bg-gray {
    background-color: #e5e5e5
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.text-theme {
    color: var(--theme-color) !important
}

.text-secondary {
    color: var(--secondary-color) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-light-inner {
    color: #888
}

.text-inherit,
.contact-box__text a {
    color: inherit
}

.text-inherit:hover,
.contact-box__text a:hover {
    color: var(--theme-color)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center,
.cta-video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative
}

[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
}

[data-overlay=theme]:before {
    background-color: var(--theme-color)
}

[data-overlay=secondary]:before {
    background-color: var(--secondary-color)
}

[data-overlay=title]:before {
    background-color: var(--title-color)
}

[data-overlay=white]:before {
    background-color: var(--white-color)
}

[data-overlay=black]:before {
    background-color: var(--black-color)
}

[data-opacity="1"]:before {
    opacity: 0.1
}

[data-opacity="2"]:before {
    opacity: 0.2
}

[data-opacity="3"]:before {
    opacity: 0.3
}

[data-opacity="4"]:before {
    opacity: 0.4
}

[data-opacity="5"]:before {
    opacity: 0.5
}

[data-opacity="6"]:before {
    opacity: 0.6
}

[data-opacity="7"]:before {
    opacity: 0.7
}

[data-opacity="8"]:before {
    opacity: 0.8
}

[data-opacity="9"]:before {
    opacity: 0.9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ripple-animation2,
.testi-style1 .testi-shape:after,
.testi-style1 .testi-shape:before,
.service-shape1:after,
.service-shape1:before,
.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

.ripple-animation2,
.testi-style1 .testi-shape:after,
.testi-style1 .testi-shape:before,
.service-shape1:after,
.service-shape1:before {
    -webkit-animation-name: ripple2;
    animation-name: ripple2
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .8
    }

    100% {
        transform: scale(1.15);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .8
    }

    100% {
        transform: scale(1.15);
        opacity: 0
    }
}

@-webkit-keyframes ripple3 {
    0% {
        transform: rotate(45deg) scale(0.88);
        opacity: 0
    }

    30% {
        opacity: .8
    }

    100% {
        transform: rotate(45deg) scale(1.15);
        opacity: 0
    }
}

@keyframes ripple3 {
    0% {
        transform: rotate(45deg) scale(0.88);
        opacity: 0
    }

    30% {
        opacity: .8
    }

    100% {
        transform: rotate(45deg) scale(1.15);
        opacity: 0
    }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    padding: 21px 60px 21px 30px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #e0e0e0;
    color: var(--title-color);
    border-radius: 9999px
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0);
    background-color: var(--theme-color)
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #f4f7ff;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: var(--title-color);
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 1;
    transition: all ease .4s
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}

.widget_nav_menu .sub-menu {
    margin-left: 10px
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.vs-blog ul.wp-block-archives li {
    margin: 5px 0
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    border: 2px solid var(--border-color);
    background-color: var(--white-color);
    position: relative;
    margin-bottom: 40px;
    border-radius: 7px
}

.widget select,
.widget input {
    height: 60px;
    border: none;
    background-color: var(--input-bg, #ecf0fb);
    border-radius: 9999px
}

.widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.07em 0 26px 0;
    text-transform: uppercase
}

.widget .search-form {
    position: relative
}

.widget .search-form input {
    padding-right: 70px
}

.widget .search-form button {
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%
}

.widget .search-form button:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 19px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: var(--white-color);
    color: var(--body-color);
    border: 1px solid #e0e0e0;
    border-radius: 9999px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
    border-color: rgba(0, 0, 0, 0)
}

.tagcloud {
    margin-right: -10px;
    margin-bottom: -15px
}

.recent-post {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ecedf0;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.recent-post .media-img {
    margin-right: 25px;
    width: 90px
}

.recent-post .media-img img {
    width: 100%
}

.recent-post .post-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: -0.1em 0 8px 0
}

.recent-post .recent-post-meta a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    text-transform: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 9999px
}

.recent-post .recent-post-meta a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover {
    background-color: var(--secondary-color)
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none
}

.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    z-index: 1
}

.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
    color: inherit
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px
}

.wp-block-calendar caption,
.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--title-color);
    background-color: #f1dbbe
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: #01133c;
    font-weight: 500
}

.wp-block-calendar th a,
.calendar_wrap th a {
    color: inherit
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px;
    color: #01133c;
    border: 1px solid #ededed;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease .4s
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #f6f6f6
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    border-radius: 5px
}

.sidebar-gallery .gallery-thumb img {
    transition: all ease .4s;
    width: 100%;
    transform: scale(1) rotate(0)
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.3) rotate(15deg)
}

.newsletter-form {
    --body-color: #555555
}

.newsletter-form .form-title {
    color: var(--light-color);
    margin: -0.35em 0 17px 0
}

.newsletter-form input {
    color: var(--body-color);
    font-weight: 500;
    border-radius: 7px;
    margin: 0 0 15px 0;
    padding: 0 30px
}

.newsletter-form input::-moz-placeholder {
    color: var(--body-color)
}

.newsletter-form input:-ms-input-placeholder {
    color: var(--body-color)
}

.newsletter-form input::placeholder {
    color: var(--body-color)
}

.newsletter-form .vs-btn {
    border-radius: 7px
}

.widget_shopping_cart {
    text-align: left
}

.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 0;
    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 .remove:hover {
    color: var(--theme-color)
}

.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);
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    color: var(--white-color)
}

.widget_shopping_cart .qty-input {
    border: 1px solid var(--border-color);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    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: none;
    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: rgba(0, 0, 0, 0);
    color: var(--title-color)
}

.widget_shopping_cart .buttons {
    margin: 0
}

.sidebar-area {
    margin-bottom: -10px
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.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 0;
    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
}

.recent-product {
    display: flex
}

.recent-product .product-title {
    font-size: 16px
}

.vs-widget-about .footer-logo {
    margin: 0 0 30px 0
}

.vs-widget-about .footer-text {
    margin: 0 0 20px 0;
    max-width: 490px;
    color: var(--title-color)
}

@media(max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 20px
    }

    .recent-post .post-title {
        font-size: 18px;
        line-height: 24px
    }

    .sidebar-gallery {
        max-width: 300px
    }

    .vs-widget-about .footer-text {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .recent-post .post-title {
        font-size: 18px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px;
        padding: 4px 7px
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 80px
    }
}

@media(max-width: 991px) {
    .sidebar-area {
        padding-top: 30px
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px
    }

    .sidebar-gallery {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px
    }

    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px 0;
        border-bottom: none
    }
}

@media(max-width: 575px) {
    .widget {
        padding: 30px 20px
    }
}

.footer-widget {
    margin-bottom: 40px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

.footer-widget .widget_title {
    font-size: 16px;
    text-transform: capitalize;
    margin: -0.2em 0 36px 0
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
    margin-bottom: 40px
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-bottom: -25px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 26px 0;
    color: var(--title-color)
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color)
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: ">";
    font-size: 15px;
    font-weight: 900;
    font-family: var(--icon-font);
    color: #fff;
    margin-right: 15px;
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: var(--body-color);
    line-height: 1
}

.footer-logo {
    margin-bottom: 10px
}

.footer-text {
    margin-bottom: 25px
}

.footer-info {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    margin: 0 0 23px 0;
    padding: 0 0 0 65px;
    height: 44px;
    max-width: 330px
}

.footer-info:last-child {
    margin-bottom: 0
}

.footer-info a {
    color: inherit
}

.footer-info a:hover {
    color: var(--theme-color)
}

.footer-info i {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%)
}

.footer-number2,
.footer-number {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin: 15px 0 0 0
}

.footer-number2 i,
.footer-number i {
    margin-right: 10px
}

.footer-number2 {
    margin: 5px 0 1px 0
}

.footer-address {
    max-width: 300px;
    position: relative;
    padding: 0 0 0 34px;
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--title-color)
}

.footer-address i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
    width: 23px;
    text-align: center;
    display: inline-block
}

.footer-location,
.footer-mail {
    font-size: 16px;
    color: var(--body-color);
    display: block;
    margin-bottom: 14px;
    color: var(--title-color);
    position: relative;
    padding-left: 35px
}

.footer-location i,
.footer-mail i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 23px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px
}

.footer-mail:hover {
    color: var(--theme-color)
}

.footer-social a {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    margin-right: 5px;
    text-align: center;
    border-radius: 50%
}

.footer-social a:last-child {
    margin-right: 0
}

.footer-social a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.footer-about .footer-social {
    margin-top: 20px
}

.footer-layout2 .footer-widget .widget_title {
    margin: -0.2em 0 26px 0
}

.footer-layout3 .footer-widget .widget_title {
    margin-bottom: 46px
}

.footer-layout3 .widget_nav_menu {
    padding-top: 37px
}

@media(max-width: 1199px) {
    .footer-widget .widget_title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .footer-widget.widget_meta a:before,
    .footer-widget.widget_pages a:before,
    .footer-widget.widget_archive a:before,
    .footer-widget.widget_categories a:before,
    .footer-widget.widget_nav_menu a:before {
        margin-right: 10px
    }

    .footer-widget .newsletter-form {
        max-width: 300px
    }

    .footer-number {
        font-size: 20px
    }

    .footer-info {
        max-width: 250px
    }

    .footer-address {
        max-width: 270px
    }

    .footer-layout3 .footer-widget .widget_title {
        margin-bottom: 30px
    }

    .footer-layout3 .footer-widget.widget_meta,
    .footer-layout3 .footer-widget.widget_pages,
    .footer-layout3 .footer-widget.widget_archive,
    .footer-layout3 .footer-widget.widget_categories,
    .footer-layout3 .footer-widget.widget_nav_menu {
        padding-top: 0;
        margin-bottom: 65px
    }

    .footer-layout3 .footer-widget.widget_meta a,
    .footer-layout3 .footer-widget.widget_pages a,
    .footer-layout3 .footer-widget.widget_archive a,
    .footer-layout3 .footer-widget.widget_categories a,
    .footer-layout3 .footer-widget.widget_nav_menu a {
        margin: 0 0 20px 0
    }
}

@media(max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px
    }

    .footer-widget .newsletter-form {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .footer-info {
        max-width: 100%
    }
}

.vs-header {
    position: relative;
    z-index: 41
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease .8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.will-sticky .sticky-active.active {
    top: 0
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color)
}

@media(max-width: 1500px) {
    .main-menu a {
        font-size: 14px
    }
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 13px
}

@media(max-width: 1500px) {
    .main-menu>ul>li {
        margin: 0 18px
    }
}

.main-menu>ul>li>a .new-label {
    position: absolute;
    top: -10px;
    right: -27px;
    font-size: 11px;
    border-radius: 3px;
    background-color: var(--theme-color)
}

.main-menu>ul>li>a .has-new-lable {
    position: relative
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: .8rem
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 2.5em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--white-color);
    box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, .4)
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 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 {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.menu-style1>ul>li>a {
    padding: 41px 0;
    color: var(--white-color)
}

.menu-style2>ul>li>a {
    padding: 49px 0
}

.menu-style3>ul>li>a {
    padding: 30px 0
}

.header-number {
    color: var(--title-color);
    font-size: 18px;
    display: inline-block
}

.header-number:hover {
    color: var(--theme-color)
}

.header-number img {
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    color: var(--title-color);
    display: inline-block;
    margin: 0 25px 0 0
}

.header-links li:last-child {
    margin-right: 0
}

.header-links li>i {
    color: var(--theme-color);
    margin: 0 10px 0 0
}

.header-links li a {
    color: inherit
}

.header-links li a:hover {
    color: var(--theme-color)
}

.header-dropdown>.dropdown-toggle {
    color: var(--title-color)
}

.header-dropdown>.dropdown-toggle i {
    margin: 0 5px 0 0
}

.header-dropdown>.dropdown-toggle:after {
    content: "";
    font-family: var(--icon-font);
    border: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px
}

.header-dropdown>.dropdown-toggle:hover {
    color: var(--theme-color)
}

.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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: auto;
    position: relative;
    z-index: 1;
    border: none
}

.header-dropdown ul.dropdown-menu li {
    margin-bottom: 10px
}

.header-dropdown ul.dropdown-menu li:last-child {
    margin-bottom: 0
}

.header-dropdown ul.dropdown-menu a {
    display: block;
    margin: 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2px 10px;
    color: var(--title-color);
    font-weight: 400;
    font-size: 14px
}

.header-dropdown ul.dropdown-menu a:hover {
    color: var(--theme-color)
}

.header-dropdown ul.dropdown-menu a:first-child {
    margin-top: 0;
    padding-top: 0
}

.header-dropdown ul.dropdown-menu a:last-of-type,
.header-dropdown ul.dropdown-menu a:last-child {
    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
}

.header-social .social-label {
    color: var(--title-color);
    margin: 0 10px 0 0;
    display: inline-block
}

.header-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid gray;
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.header-social a:last-child {
    margin-right: 0
}

.header-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.header-layout2 .header-top,
.header-layout1 .header-top {
    padding: 9px 0
}

.header-layout2 .will-sticky .sticky-active,
.header-layout1 .will-sticky .sticky-active {
    background-color: var(--secondary-color)
}

.header-layout2 .header-social .social-label,
.header-layout2 .header-dropdown>.dropdown-toggle,
.header-layout2 .header-links li,
.header-layout1 .header-social .social-label,
.header-layout1 .header-dropdown>.dropdown-toggle,
.header-layout1 .header-links li {
    color: var(--light-color)
}

.header-layout2 .header-social a,
.header-layout2 .header-number,
.header-layout2 .header-links li a:hover,
.header-layout2 .header-dropdown>.dropdown-toggle:hover,
.header-layout1 .header-social a,
.header-layout1 .header-number,
.header-layout1 .header-links li a:hover,
.header-layout1 .header-dropdown>.dropdown-toggle:hover {
    color: var(--white-color)
}

.header-layout2 .header-number,
.header-layout2 .header-links li a:hover,
.header-layout2 .header-dropdown>.dropdown-toggle:hover,
.header-layout1 .header-number,
.header-layout1 .header-links li a:hover,
.header-layout1 .header-dropdown>.dropdown-toggle:hover {
    color: var(--white-color)
}

.header-layout2 .header-number:hover,
.header-layout2 .header-links li a:hover:hover,
.header-layout2 .header-dropdown>.dropdown-toggle:hover:hover,
.header-layout1 .header-number:hover,
.header-layout1 .header-links li a:hover:hover,
.header-layout1 .header-dropdown>.dropdown-toggle:hover:hover {
    color: var(--theme-color)
}

.header-layout4,
.header-layout2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

.header-layout4 .header-top,
.header-layout3 .header-top {
    padding: 11px 0
}

.header-layout3 .menu-area {
    background-color: var(--white-color);
    max-width: 1380px;
    margin: 0 auto
}

.header-layout4 .menu-area {
    background-color: var(--white-color);
    border-bottom: 1px solid #d7d7d7;
}

.header-layout4 .header-social .social-label,
.header-layout4 .header-dropdown>.dropdown-toggle,
.header-layout4 .header-links li,
.header-layout4 .header-social a {
    color: var(--white-color)
}

.header-layout4 .header-links li a:hover,
.header-layout4 .header-dropdown>.dropdown-toggle:hover {
    color: var(--theme-color)
}

@media(max-width: 1199px) {

    .header-layout4,
    .header-layout2 {
        position: fixed;
        background-color: var(--title-color)
    }

    .header-layout2 .header-top {
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .header-layout3 {
        margin-bottom: 30px
    }
}

@media(max-width: 991px) {
    .header-logo {
        padding: 15px 0
    }
}

@media(max-width: 767px) {
    .vs-header .header-social .social-label {
        display: none
    }
}

.widget-area {
    padding-top: 20px;
}

.copyright-wrap {
    text-align: center;
    padding: 10px 0;
    background-color: var(--theme-color);
}

.copyright-text {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.copyright-text a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline
}

.copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout1 {
    background-color: var(--theme-color2);
    --body-color: #fff;
    --title-color: #fff
}

.footer-layout1 .vs-btn:hover {
    color: #000
}

.footer-layout2 {
    margin-top: 50px
}

.footer-layout2 .widget-area {
    max-width: 1450px;
    margin: 0 auto 0 auto;
    padding: 70px 0 30px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1
}

.footer-layout2 .footer-top {
    padding-bottom: 390px;
    margin-bottom: -290px
}

.footer-layout2 .copyright-wrap {
    margin-top: -138px;
    padding-top: 181px;
    background-color: var(--theme-color)
}

.footer-layout2 .copyright-text a:hover {
    color: var(--secondary-color)
}

.footer-layout3 .widget-area {
    padding-bottom: 65px
}

.footer-layout3 .copyright-wrap {
    padding: 36px 0;
    background-color: var(--smoke-color)
}

.footer-layout3 .copyright-text {
    color: var(--title-color)
}

.footer-layout3 .copyright-text a {
    color: var(--theme-color)
}

.footer-layout3 .copyright-text a:hover {
    color: var(--secondary-color)
}

@media(max-width: 991px) {
    .footer-layout1 .widget-area {
        padding-top: 0px;
        padding-bottom: 0
    }

    .footer-layout2 .footer-top {
        padding-bottom: 80px;
        margin-bottom: 0
    }
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-width: 210px;
    list-style-type: none;
    background-color: var(--theme-color);
    padding: 5px 10px 5px 10px;
    position: relative;
    border-radius: 7px 7px 7px 7px;
    text-align: center;
}

.breadcumb-menu:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 0px;
    background-color: inherit
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "|";
    position: relative;
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
    opacity: .7;
    top: -2px
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    text-decoration: underline
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    word-break: break-word;
    white-space: normal;
    font-weight: 500;
    font-size: 12px;
    color: var(--white-color);
    font-family: var(--title-font);
}

.breadcumb-menu a:hover {
    color: var(--theme-color)
}

.breadcumb-menu-wrap {
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: right;
    margin: 0px 0 0 0;
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.1em 0 -0.1em 0;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 99999999;
    text-align: center;
    text-shadow: 2px 2px #000;
}

.breadcumb-wrapper {
    padding-top: 88px;
    padding-bottom: 20px;
    overflow: hidden;
    background: var(--secondary-color);
}

.breadcumb-wrapper img {
    position: relative;
    top: 0;
}

@media(max-width: 1500px) {
    .breadcumb-title {
        font-size: 60px
    }
}

@media(max-width: 1199px) {
    .breadcumb-title {
        font-size: 40px
    }
}

@media(max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 55px;
        padding-bottom: 0px;
        text-align: center
    }

    .breadcumb-menu-wrap {
        justify-content: center;
        text-align: center;
        margin-top: 40px
    }

    .breadcumb-menu {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 7px 7px 0 0
    }

    .breadcumb-menu:after {
        display: none
    }

    .breadcumb-title {
        font-size: 36px
    }
}

.vs-pagination {
    text-align: center;
    margin-bottom: 30px
}

.vs-pagination ul {
    margin: 0;
    padding: 0
}

.vs-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.vs-pagination li:last-child {
    margin-right: 0
}

.vs-pagination li:first-child {
    margin-left: 0
}

.vs-pagination span,
.vs-pagination a {
    display: inline-block;
    position: relative;
    text-align: center;
    border: 2px solid #eceef4;
    color: var(--body-color);
    font-family: var(--body-font);
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-weight: 500;
    font-size: 14px;
    z-index: 1;
    border-radius: 50%
}

.vs-pagination span i,
.vs-pagination a i {
    font-size: 1.2em
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0)
}

.vs-pagination span.active,
.vs-pagination a.active {
    background-color: var(--secondary-color)
}

@media(max-width: 767px) {

    .vs-pagination span,
    .vs-pagination a {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 12px;
        padding: 0 10px
    }
}

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--title-color);
    background-color: var(--quote-bg, #F0F4F5);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    line-height: 1.5;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
    font-style: italic
}

blockquote:before {
    content: "";
    font-family: var(--icon-font);
    position: absolute;
    right: 70px;
    bottom: 27px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--theme-color)
}

blockquote p {
    margin-bottom: 0
}

blockquote p a {
    color: inherit
}

blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 400;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color)
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--theme-color)
}

.vs-quote {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: none;
    font-size: 24px;
    font-weight: 100;
    font-style: normal;
    padding: 53px 70px
}

.vs-quote p {
    font-style: inherit
}

.vs-quote:before {
    display: none
}

.vs-quote .quote {
    position: absolute;
    right: 0;
    bottom: 0
}

.vs-quote .label {
    color: var(--theme-color);
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    display: block
}

.vs-quote p {
    margin: 0 0 18px 0 !important
}

.vs-quote cite {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color)
}

.vs-quote cite:before {
    display: none
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 23px;
    font-size: 18px;
    color: var(--body-color)
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    color: var(--body-color)
}

.blog-meta a:hover {
    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 rgba(0, 0, 0, 0);
    background-color: var(--theme-color)
}

.blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: var(--theme-color)
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.vs-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    font-size: 36px;
    margin-top: -0.3em;
    margin-bottom: 8px
}

.blog-inner-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0px 0px 15px 0px;
}

.blog-inner-list li {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 0px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

/* .blog-inner-list li:before {
    content: "";
    position: absolute;
    font-weight: 400;
    font-family: var(--icon-font);
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--white-color);
    background: var(--secondary-color);
    border-radius: 50%
} */

.blog-single {
    position: relative;
    border: 1px solid #D0D0D0;
    padding: 10px;
    border-radius: 15px;
}

.blog-single .blog-meta {
    margin-bottom: 12px;
    margin-top: -0.45em;
    padding-top: 0
}

.blog-single .blog-meta>span,
.blog-single .blog-meta a {
    font-size: 14px;
    margin: 0 17px 0 0;
    padding: 0;
    color: #555
}

.blog-single .blog-meta>span i,
.blog-single .blog-meta a i {
    color: var(--theme-color)
}

.blog-single .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-single .blog-title {
    line-height: 1.35;
    margin-bottom: 23px;
    font-size: 30px
}

.blog-single .link-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block
}

.blog-single .blog-author {
    display: flex;
    align-items: center;
    padding: 40px;
    margin: 60px 0;
    background-color: #f4f6ff
}

.blog-single .blog-author .media-img {
    width: 180px;
    margin-right: 25px
}

.blog-single .blog-author .author-degi {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0
}

.blog-single .blog-author .author-name {
    margin: 0 0 7px 0
}

.blog-single .blog-author .author-text {
    margin: 0
}

.blog-single .blog-date {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 4.5px 20px;
    margin: -17.5px 0 26px 0;
    border-radius: 10px
}

.blog-single .blog-date:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.blog-single .share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0 15px 0 0;
    display: inline-block
}

.blog-single .share-links {
    margin: 35px 0 55px 0;
    padding: 40px 40px;
    background-color: #f4f6ff
}

.blog-single .share-links .row {
    align-items: center
}

.blog-single .share-links .tagcloud {
    display: inline-block
}

.blog-single .share-links .tagcloud a {
    border: none;
    box-shadow: 0px 7px 15px 0px rgba(0, 19, 87, .02)
}

.blog-single .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 5px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    background-color: var(--white-color);
    color: var(--title-color);
    text-align: center;
    display: block;
    transition: all ease .4s;
    border-radius: 50%
}

.blog-single .social-links a:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single .blog-content {
    margin: 0 80px 0 80px;
    padding: .1px var(--blog-space-x, 50px) 24px var(--blog-space-x, 50px);
    position: relative;
    border: 1px solid #e0e0e0;
    background-color: var(--white-color);
    border-radius: 15px
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img {
    position: relative;
}

.blog-single .blog-img {
    border-radius: 15px;
    margin-bottom: -80px
}

.blog-single .blog-img img {
    border-radius: 15px
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 5px
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size)/-2) 0 0 calc(var(--icon-size)/-2)
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.blog-details .blog-img {
    margin: 0 0 40px 0
}

.blog-details .blog-date {
    margin-top: 0
}

.blog-details .blog-content {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.blog-details .blog-title {
    font-size: 45px;
    margin-bottom: 40px
}

.blog-style1 {
    background-color: var(--white-color);
    border-radius: 12px;
    transition: all ease .4s
}

.blog-style1 .blog-img img {
    width: 100%;
    border-radius: 12px
}

.blog-style1 .blog-category {
    margin-bottom: -8px
}

.blog-style1 .blog-category a {
    padding: 0;
    font-size: 14px;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
    text-transform: uppercase
}

.blog-style1 .blog-title {
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0
}

.blog-style1 .blog-avater {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0
}

.blog-style1 .blog-avater img {
    width: 100%
}

.blog-style1 .blog-date {
    background-color: var(--theme-color);
    color: var(--white-color);
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    padding: 2.5px 10px;
    border-radius: 9999px
}

.blog-style1 .blog-date:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.blog-style1 .blog-bottom {
    display: flex;
    align-items: center
}

.blog-style1 .blog-writter {
    color: #74777c;
    font-size: 14px;
    font-weight: 500;
    margin: 2px 0 0 0
}

.blog-style1 .blog-content {
    padding: 25px 30px 25px 30px;
}

.blog-style1:hover {
    box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.blog-style2 .blog-img {
    overflow: hidden;
    border-radius: 12px
}

.blog-style2 .blog-img img {
    width: 100%
}

.blog-style2 .blog-date {
    margin: -17.5px 0 24px 0
}

.blog-style2 .blog-date a {
    display: inline-block;
    font-size: 14px;
    padding: 10.5px 20px;
    font-weight: 700;
    line-height: 1;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 7px;
    text-transform: uppercase
}

.blog-style2 .blog-date a:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.blog-style2 .blog-meta {
    margin: 0 0 12px 0
}

.blog-style2 .blog-meta a {
    color: #555;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px
}

.blog-style2 .blog-meta a i {
    color: var(--theme-color)
}

.blog-style2 .blog-title {
    font-weight: 500;
    font-size: 22px;
    margin: 0
}

.blog-style2 .icon-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden
}

.blog-style2 .blog-body {
    background-color: var(--white-color);
    padding: .1px 35px 30px 35px;
    margin: -35px 20px 0 20px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    transition: all ease .4s
}

.blog-style2 .blog-content {
    overflow: hidden;
    position: relative;
    transition: all ease .4s;
    padding-bottom: 0
}

.blog-style2.layout2 .blog-body {
    border: 1px solid #e0e0e0
}

.blog-style2:hover .icon-btn {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.blog-style2:hover .blog-body {
    margin-top: -104px;
    background-color: var(--secondary-color);
    border-color: rgba(0, 0, 0, 0)
}

.blog-style2:hover .blog-content {
    padding-bottom: 70px
}

.blog-style2:hover .blog-meta a {
    color: #e3e3e3
}

.blog-style2:hover .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-style2:hover .blog-title a {
    color: var(--white-color)
}

.blog-style2:hover .blog-title a:hover {
    color: var(--theme-color)
}

@media(max-width: 1399px) {
    .blog-style1 .blog-content {
        padding: 30px 25px 40px 25px
    }

    .blog-style1 .blog-title {
        font-size: 22px
    }

    .blog-single .blog-content {
        margin: 0 50px 0 50px
    }
}

@media(max-width: 1199px) {
    blockquote {
        font-size: 18px;
        padding: 23px 30px 26px 30px
    }

    .vs-quote {
        font-size: 20px;
        line-height: 26px;
        padding: 40px 25px
    }

    .vs-quote cite {
        font-size: 20px
    }

    .vs-quote .label {
        font-size: 14px;
        margin: 0 0 8px 0
    }

    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px
    }

    .blog-single .blog-author {
        padding: 25px
    }

    .blog-single .blog-author .author-name {
        font-size: 18px
    }

    .blog-single .blog-author .author-degi {
        font-size: 14px
    }

    .blog-single .author-degi {
        font-size: 14px
    }

    .blog-single .blog-title {
        font-size: 26px
    }

    .blog-single .blog-inner-title {
        font-size: 24px
    }

    .blog-single .blog-content {
        margin: 0 30px 0 30px
    }

    .blog-single .blog-img {
        margin-bottom: -50px
    }

    .blog-single .share-links {
        padding: 25px 30px
    }

    .blog-inner-list li {
        padding: 0 0 0 0px
    }

    .blog-details .blog-title {
        margin-bottom: 25px
    }
}

@media(max-width: 991px) {
    .blog-style2 .blog-body {
        padding: .1px 20px 30px 20px;
        margin: -35px 15px 0 15px
    }

    .blog-style2 .blog-title {
        font-size: 20px
    }

    .blog-style2 .blog-meta a {
        font-size: 13px
    }

    .blog-style2 .blog-date {
        margin: -17.5px 0 15px 0
    }
}

@media(max-width: 767px) {
    blockquote {
        font-size: 16px;
        padding: 23px 15px 26px 15px
    }

    blockquote:before {
        right: 30px;
        bottom: 30px;
        font-size: 2rem
    }

    blockquote cite {
        margin-top: 17px;
        font-size: 14px
    }

    blockquote cite::before {
        bottom: 6px
    }

     #ucretsiz,#ozellikler,#ozbaslik {
        display: none;
    }

    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px
    }

    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.4
    }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }

    .blog-single .blog-meta>span:not(:last-child):after,
    .blog-single .blog-meta a:not(:last-child):after {
        content: "";
        margin: 0 10px 0 14px
    }

    .blog-single .blog-content {
        margin: 0 10px 0 10px
    }

    .blog-single .blog-img {
        margin-bottom: -20px
    }

    .blog-single .blog-img .play-btn {
        --icon-size: 40px;
        --icon-font-size: 14px;
        top: calc(50% - 10px)
    }

    .blog-single .blog-author {
        display: block
    }

    .blog-single .blog-author .media-img {
        margin-right: 0;
        margin-bottom: 20px
    }

    .blog-style1 .blog-title {
        font-size: 18px
    }

    .blog-style1 .blog-category {
        margin-bottom: 0px
    }

    .blog-style2 .blog-body {
        margin: -20px 10px 0 10px
    }
}

.blog-details .blog-img {
    margin-bottom: 40px
}

.blog-details .blog-content {
    margin: 0;
    padding: 0
}

.comment-respond {
    margin: 0;
    position: relative
}

.comment-respond .form-title {
    margin-top: -0.35em
}

.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 {
    height: 60px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    padding: 0 30px;
    border-radius: 9999px
}

.comment-respond textarea.form-control {
    border-radius: 30px;
    padding-top: 20px
}

.comment-respond input[type=checkbox]~label:before {
    border: 1px solid #bdbdbd;
    border-radius: 3px
}

.comment-respond input[type=checkbox]:checked~label:before {
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0)
}

.comment-respond .blog-inner-title {
    margin-bottom: 0px
}

.comment-respond .form-text {
    margin-bottom: 25px
}

.question-form .comment-respond,
.review-form .comment-respond {
    margin: 0 0 20px 0
}

.question-form .form-control,
.review-form .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e4e4e4
}

.question-form .rating-select,
.review-form .rating-select {
    display: flex;
    align-items: center
}

.question-form .rating-select label,
.review-form .rating-select label {
    font-weight: 500;
    color: var(--title-color)
}

.review-form {
    display: none
}

.vs-comments-wrap {
    margin: 60px 0
}

.vs-comments-wrap .description p:last-child {
    margin-bottom: 0
}

.vs-comments-wrap .comment-respond {
    margin: 30px 0
}

.vs-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.vs-comments-wrap blockquote {
    background-color: #eaf8f9
}

.vs-comments-wrap li {
    margin: 0
}

.vs-comments-wrap .vs-post-comment {
    padding: 0 0 33px 0;
    border-bottom: 1px solid #e4e8f6;
    position: relative;
    display: flex;
    margin: 40px 0 40px 0;
    position: relative
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: -10px 0 -15px 0;
    padding: 0
}

.vs-comments-wrap ul.comment-list>.vs-comment-item:last-child>.vs-post-comment {
    border-bottom: none;
    padding-bottom: 0
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.vs-comments-wrap .comment-avater {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    overflow: hidden;
    background-color: var(--white-color);
    border-radius: 100%
}

.vs-comments-wrap .comment-avater img {
    border-radius: 10px;
    width: 100%
}

.vs-comments-wrap .comment-content {
    flex: 1;
    position: relative;
    margin-top: -5px
}

.vs-comments-wrap .commented-on {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--theme-color);
    text-transform: none;
    display: inline-block;
    line-height: 1
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: .9rem
}

.vs-comments-wrap .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.1em
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between
}

.vs-comments-wrap .text {
    color: #6b6b6b;
    margin-bottom: 0
}

.vs-comments-wrap .text:last-child {
    margin-bottom: 0
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 70px
}

.vs-comments-wrap .replay-btn {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 13px 24px;
    border-radius: 9999px
}

.vs-comments-wrap .replay-btn i {
    margin-right: 7px;
    font-size: .8em
}

.vs-comments-wrap .replay-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.vs-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px
}

.vs-comments-wrap.vs-comment-form {
    margin: 0
}

@media(max-width: 1199px) {
    .vs-comments-wrap .vs-post-comment {
        display: block
    }

    .vs-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0
    }

    .vs-comments-wrap .comment-top {
        display: block
    }

    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 20px
    }

    .vs-comments-wrap .name {
        font-size: 18px
    }

    .vs-comments-wrap .children {
        margin-left: 40px
    }
}

@media(max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 20px
    }

    .vs-comments-wrap .name {
        font-size: 18px
    }
}

.vs-hero-wrapper {
    position: relative;
    z-index: 1
}

.ls-custom-dot {
    display: inline-block;
    width: 15px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
    /* border: 1px solid gray; */
    background: #fff;
    opacity: 0.5;
    border-radius: 5px;
    /* border-radius: 50%; */
}

.ls-custom-dot:last-child {
    margin-right: 0
}

.ls-custom-dot:hover,
.ls-custom-dot.active {
    background-color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.ls-custom-dot.style2 {
    display: block;
    margin: 10px 0
}

.ls-custom-dot.style2:hover,
.ls-custom-dot.style2.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.hero-ripple-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(45deg) scale(0.94);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    z-index: 2
}

.hero-ripple-img img {
    transform: rotate(-45deg) scale(1.09);
    width: 100%
}

.hero-ripple-border .ripple-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg) scale(0.94);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    border: 1px solid #bcbcbc;
    -webkit-animation: ripple3 10s ease-in-out infinite;
    animation: ripple3 10s ease-in-out infinite;
    opacity: 0;
    z-index: 1
}

.hero-ripple-border .ripple-border:nth-child(2) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.hero-ripple-border .ripple-border:nth-child(3) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s
}

.hero-ripple-border .ripple-border:nth-child(4) {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s
}

.hero-ripple-border .ripple-border:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.vs-btn.ls-vs-btn {
    margin-right: 40px
}

.ls-custom-arrow:not(:last-child) {
    margin-right: 10px
}

.ls-arrow2,
.ls-custom-arrow.ls-arrow2 {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
}

.ls-arrow2:last-child,
.ls-custom-arrow.ls-arrow2:last-child {
    margin-bottom: 0
}

@media(min-width: 1922px) {
    .ls-wrapper>.ls-layer.ls-hd-none {
        display: none !important
    }
}

@media(max-width: 1399px) {
    .ls-wrapper>.ls-layer.ls-ml-none {
        display: none !important
    }
}

@media(max-width: 1500px) {
    .ls-layer .ls-vs-btn {
        padding: 18px 25px;
        margin-right: 20px
    }
}

@media(max-width: 1024px) {
    .ls-layer .ls-vs-btn {
        padding: 14px 26px;
        margin-right: 20px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .ls-layer .ls-vs-btn {
        padding: 9px 19px;
        margin-right: 10px;
        font-size: 11px
    }
}

.error-number {
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color);
    margin: 0 0 10px 0
}

.error-title {
    color: var(--white-color);
    font-size: 45px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.25;
    margin: 0 0 5px 0
}

.error-text {
    font-size: 18px;
    color: var(--white-color);
    margin: 0 0 40px 0
}

.search-inline {
    position: relative;
    margin: 0 0 30px 0
}

.search-inline input {
    height: 75px;
    border: none;
    color: var(--title-color);
    border-radius: 9999px;
    padding: 0 40px;
    font-size: 16px
}

.search-inline input::-moz-placeholder {
    color: var(--title-color)
}

.search-inline input:-ms-input-placeholder {
    color: var(--title-color)
}

.search-inline input::placeholder {
    color: var(--title-color)
}

.search-inline button {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 26px;
    color: var(--secondary-color)
}

.search-inline button:hover {
    color: var(--theme-color)
}

.error-content {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    padding: 240px 0 280px 0;
    position: relative;
    z-index: 1
}

.error-content .vs-btn {
    min-width: 220px
}

.error-shape1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--secondary-color);
    opacity: .6;
    width: 910px;
    height: 910px;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    z-index: -1
}

@media(max-width: 991px) {
    .error-number {
        font-size: 120px
    }

    .error-title {
        margin-bottom: 15px;
        font-size: 28px
    }

    .error-text {
        font-size: 16px;
        margin: 0 0 30px 0
    }

    .error-content {
        padding: 100px 0 100px 0
    }
}

.about-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--theme-color);
    z-index: -1;
    width: 100%;
    max-width: 510px
}

.img-box1 {
    position: relative
}

.img-box1 .img-1 {
    position: absolute;
    left: 0;
    top: 120px;
    overflow: hidden;
    border-radius: 10px
}

.img-box1 .img-2 {
    text-align: right
}

.img-box1 .img-2 img {
    border-radius: 10px
}

.img-box2 {
    position: relative;
    z-index: 1;
    margin-bottom: -1px
}

.img-box2 .img-2 {
    position: absolute;
    right: -25%;
    top: 30%;
    z-index: -1
}

.img-box3 {
    display: flex;
    gap: 30px;
    padding-right: 55px
}

.img-box3 .img-2 {
    position: relative
}

.img-box4 {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 23px auto 43px auto;
    padding-bottom: 137px
}

.img-box4 .img-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    --thumb-size: 332px
}

.ripple-thumb {
    width: var(--thumb-size, 556px);
    height: var(--thumb-size, 556px);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    position: relative;
    z-index: 1
}

.ripple-thumb .ripple-img {
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: inherit;
    z-index: 2;
    position: relative
}

.ripple-thumb .ripple-img img {
    transform: rotate(-45deg) scale(1.1)
}

.ripple-thumb .ripple {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg) scale(0.94);
    border-radius: inherit;
    border: 1px solid var(--ripple-border-color, #bcbcbc);
    -webkit-animation: ripple3 10s ease-in-out infinite;
    animation: ripple3 10s ease-in-out infinite;
    opacity: 0;
    z-index: 1
}

.ripple-thumb .ripple:nth-child(2) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.ripple-thumb .ripple:nth-child(3) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s
}

.ripple-thumb .ripple:nth-child(4) {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s
}

.ripple-thumb .ripple:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.exp-pill {
    position: absolute;
    top: 15px;
    right: -43px;
    z-index: 3;
    width: 204px;
    height: 204px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.exp-pill:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    background-color: var(--secondary-color);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    z-index: -1
}

.exp-pill__years {
    color: var(--theme-color);
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.exp-pill__text {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    margin: 0
}

.list-box1 ul {
    margin: -60px -60px 0 auto;
    padding: 37px 35px 15px 35px;
    min-width: 470px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    background-color: var(--white-color);
    z-index: 3;
    list-style-type: none;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.list-box1 li {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0
}

.list-box1 li:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 300;
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%
}

.list-style2 ul,
.list-style1 ul {
    margin: 0 0 43px 0;
    padding: 0;
    list-style: none
}

.list-style2 li,
.list-style1 li {
    position: relative;
    padding-left: 45px;
    margin: 0 0 20px 0
}

.list-style2 li>i:first-child,
.list-style1 li>i:first-child {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%
}

.list-style2 li {
    font-weight: 500;
    padding-left: 60px
}

.list-style2 li>i:first-child {
    top: 5px;
    width: 35px;
    height: 35px;
    line-height: 36px
}

.about-box2 {
    padding-left: 70px;
    padding-right: 70px
}

.about-tab {
    margin: 0 auto 50px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 9999px
}

.about-tab button {
    padding: 24px 39px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    border-radius: 9999px;
    transition: all ease .4s
}

.about-tab button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 28px;
    margin-top: -14px;
    background-color: #d8d8d8;
    transition: all ease .4s
}

.about-tab button:hover {
    color: var(--theme-color)
}

.about-tab button.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.about-tab button.active::before,
.about-tab button.active+button::before,
.about-tab button:first-child::before {
    opacity: 0;
    visibility: hidden
}

.progress-style1 {
    display: flex;
    align-items: center;
    margin: 0 0 25px 0
}

.progress-style1 .progress-amount,
.progress-style1 .progress-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin: 0 25px 0 0
}

.progress-style1 .progress-title {
    min-width: 110px
}

.progress-style1 .progress-amount {
    font-weight: 600;
    margin: 0 0 0 25px
}

.progress-style1 .progress {
    flex: 1;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 9999px
}

.progress-style1 .progress-bar {
    background-color: var(--theme-color)
}

.progress-multi {
    margin-bottom: 30px
}

.progress-multi .progress-style1:nth-child(1) {
    --theme-color: #ff468c
}

.progress-multi .progress-style1:nth-child(2) {
    --theme-color: #5ac8ff
}

.progress-multi .progress-style1:nth-child(3) {
    --theme-color: #85ef51
}

.about-quote {
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ebf3;
    padding: 30px 0 0 0;
    margin: 0 0 13px 0
}

.about-quote__icon {
    font-size: 50px;
    color: var(--title-color);
    margin-right: 25px
}

.about-quote__text {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0 30px 0 0
}

.middle-box {
    background-color: var(--smoke-color);
    text-align: center;
    padding: 30px 30px 22px 30px
}

.middle-box__icon {
    margin: 0 0 20px 0
}

.middle-box__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

@media(max-width: 1500px) {
    .img-box3 {
        padding-right: 0
    }

    .img-box2 .img-2 {
        right: 0
    }
}

@media(max-width: 1199px) {
    .img-box1 .img-1 {
        top: 0;
        max-width: 150px
    }

    .img-box1 .img-2 img {
        width: 100%
    }

    .about-box2 {
        padding-left: 20px;
        padding-right: 0
    }

    .about-shape1 {
        max-width: 250px
    }

    .middle-box {
        padding: 30px 20px 22px 20px
    }

    .about-quote {
        padding: 20px 0 0 0;
        margin: 0 0 35px 0
    }

    .about-quote__text {
        font-size: 16px
    }

    .list-box1 ul {
        margin: -80px auto 0 auto;
        min-width: auto;
        padding: 20px 20px 5px 20px
    }

    .progress-style1 .progress-title {
        margin-right: 10px
    }

    .progress-style1 .progress {
        height: 30px
    }
}

@media(max-width: 1399px) {
    .ripple-thumb {
        --thumb-size: 470px
    }

    .exp-pill {
        top: -20px;
        right: -15px
    }

    .img-box4 {
        padding-bottom: 80px
    }

    .img-box4 .img-2 {
        --thumb-size: 240px
    }
}

@media(max-width: 1199px) {
    .ripple-thumb {
        --thumb-size: 400px
    }

    .exp-pill {
        width: 140px;
        height: 140px
    }

    .exp-pill__years {
        font-size: 36px
    }

    .exp-pill__text {
        font-size: 12px
    }

    .img-box4 .img-2 {
        --thumb-size: 200px
    }
}

@media(max-width: 991px) {
    .about-box2 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px
    }

    .about-tab {
        padding: 8px
    }

    .about-tab button {
        padding: 16px 27px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .list-box1 ul {
        margin: 30px 0 0 0
    }

    .img-box3 {
        display: block
    }

    .img-box3 .img-1 {
        margin-bottom: 30px
    }

    .about-quote__icon {
        font-size: 40px;
        margin-right: 15px
    }

    .list-style1 ul,
    .list-style2 ul {
        margin: 0 0 28px 0
    }

    .about-tab {
        border: none;
        justify-content: center;
        gap: 10px
    }

    .about-tab button {
        background-color: var(--smoke-color)
    }

    .about-tab button:before {
        display: none
    }

    .progress-style1 {
        display: block;
        position: relative
    }

    .progress-style1 .progress {
        margin: 15px 0 0 0
    }

    .progress-style1 .progress-amount {
        position: absolute;
        top: 0;
        right: 0
    }

    .img-box4 {
        padding-bottom: 0;
        margin-bottom: 40px
    }

    .img-box4 .ripple-thumb {
        --thumb-size: 100%
    }

    .img-box4 .ripple-thumb .ripple {
        display: none
    }

    .img-box4 .ripple-thumb .ripple-img {
        transform: rotate(0)
    }

    .img-box4 .ripple-thumb .ripple-img img {
        transform: rotate(0) scale(1)
    }

    .img-box4 .img-2 {
        position: relative;
        --thumb-size: 100%;
        margin-top: 30px
    }

    .exp-pill {
        position: relative;
        right: 0;
        top: 0;
        margin: -120px 0 0 10px
    }

    .list-style2 li {
        padding-left: 50px
    }
}

.feature-style1 {
    background-color: var(--white-color);
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all ease .4s;
    margin: 0 0 30px 0;
    border-radius: 12px;
    box-shadow: none
}

.feature-style1 .feature-icon {
    width: var(--icon-size, 110px);
    height: var(--icon-size, 110px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid var(--white-color);
    background-color: var(--theme-color);
    border-radius: 30% 30% 30% 30%/30% 30% 30% 30%;
    transform: rotate(45deg);
    margin: calc(var(--icon-size, 110px)/-2 - 15px) 0 25px 0
}

.feature-style1 .feature-icon img {
    transform: rotate(-45deg)
}

.feature-style1 .feature-title {
    font-weight: 600
}

.feature-style1 .feature-text {
    margin: 0 0 27px 0
}

.feature-style1 .feature-content {
    padding: 20px 35px 0px 35px;
}

.feature-style1 .feature-img {
    padding: 15px;
    border-radius: 12px
}

.feature-style1 .feature-img img {
    border-radius: inherit;
    width: 100%
}

.slick-center .feature-style1,
.feature-style1:hover {
    border-color: var(--theme-color);
    box-shadow: 0px 18px 10px 0px rgba(4, 4, 4, .05)
}

.feature-multi:nth-child(2n+2) {
    --theme-color: #f42121
}

.feature-multi:nth-child(3n+3) {
    --theme-color: #f9b401
}

.feature-multi:nth-child(4n+4) {
    --theme-color: #435cc8
}

.feature-multi:nth-child(5n+5) {
    --theme-color: #43c84f
}

.feature-style2 {
    width: var(--box-size, 320px);
    height: var(--box-size, 320px);
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    padding: 5px 0 0 0
}

@media(min-width: 1399px) {

    .feature-style2:nth-child(3),
    .feature-style2:nth-child(2) {
        --box-size: 220px
    }

    .feature-style2:nth-child(3) .feature-title,
    .feature-style2:nth-child(2) .feature-title {
        font-size: 36px
    }
}

.feature-style2 .feature-title {
    font-size: 48px;
    color: var(--white-color);
    margin: 0 0 5px 0;
    line-height: 1
}

.feature-style2 .feature-icon {
    margin: 0 0 13px 0
}

.feature-style2 .feature-text {
    margin: 0;
    font-weight: 300;
    color: var(--white-color)
}

.feature-multi2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    align-items: center
}

.feature-multi2 .feature-style2 {
    --theme-color: #f53030
}

.feature-multi2 .feature-style2:nth-child(2n+2) {
    --theme-color: #4fc52b
}

.feature-multi2 .feature-style2:nth-child(3n+3) {
    --theme-color: #f58830
}

.feature-multi2 .feature-style2:nth-child(4n+4) {
    --theme-color: #305af5
}

@media(min-width: 1399px) {
    .feature-multi2 .feature-style2:nth-child(4n+4) {
        margin-top: -25px
    }
}

@media(max-width: 1399px) {
    .feature-style2 {
        --box-size: 200px;
        margin-bottom: 20px
    }

    .feature-style2 .feature-title {
        font-size: 26px
    }
}

@media(max-width: 991px) {
    .feature-style1 {
        border-color: var(--theme-color);
        box-shadow: 0px 18px 10px 0px rgba(4, 4, 4, .05)
    }

    .feature-style1 .feature-icon {
        --icon-size: 80px;
        border-width: 5px;
        margin-bottom: 20px
    }

    .feature-style1 .feature-icon img {
        max-width: 40px
    }

    .feature-style1 .feature-content {
        padding: 0 20px 40px 20px
    }

    .feature-style1 .feature-text {
        margin: 0 0 27px 0;
        font-size: 14px
    }

    .feature-multi2 {
        justify-content: center
    }

    .feature-style2 {
        --box-size: 250px
    }
}

@media(max-width: 767px) {
    .feature-style2 {
        --box-size: 200px
    }
}

.event-style1 {
    margin: 0 0 80px 0
}

.event-style1 .event-wrap {
    display: flex;
    flex-direction: row-reverse
}

.event-style1 .event-img {
    margin: 0 0 70px 0;
    overflow: hidden;
    border-radius: 12px
}

.event-style1 .event-content {
    flex: 1;
    align-self: flex-end;
    background-color: var(--white-color);
    border: 1px solid #e0e0e0;
    margin: 0 -195px 0 0;
    padding: 50px 80px 50px 80px;
    border-radius: 10px
}

.event-style1 .event-label {
    font-size: 18px;
    color: #74787c;
    display: block;
    margin: -0.2em 0 3px 0
}

.event-style1 .event-title {
    font-weight: 600
}

.event-style1 .event-text {
    margin: 0 0 27px 0
}

.event-style1 .event-date {
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    width: 119px;
    height: 119px;
    position: relative;
    z-index: 1;
    padding: 28px 0;
    margin: 0 0 5px 5px;
    display: inline-block;
    vertical-align: middle
}

.event-style1 .event-date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--theme-color);
    z-index: -1;
    transform: rotate(45deg)
}

.event-style1 .event-date .day {
    font-size: 45px;
    display: block
}

.event-style1 .event-author {
    display: inline-flex;
    align-items: center;
    min-width: 280px;
    background-color: var(--smoke-color);
    padding: 15px;
    border-radius: 9999px;
    position: relative;
    z-index: 2;
    margin: 0 0 0 -5px
}

.event-style1 .event-avater {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 15px 0 0;
    border-radius: 50%
}

.event-style1 .event-avater img {
    width: 100%
}

.event-style1 .event-organizer {
    font-weight: 600;
    margin: 0
}

.event-style1 .event-nominee {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #74787c
}

@media(min-width: 991px) {
    .event-style1:nth-child(even) .event-wrap {
        flex-direction: row
    }

    .event-style1:nth-child(even) .event-content {
        margin-right: 0;
        margin-left: -195px;
        align-self: flex-start
    }

    .event-style1:nth-child(even) .event-img {
        margin-bottom: 0;
        margin-top: 70px
    }
}

@media(max-width: 1399px) {
    .event-style1 .event-content {
        padding: 40px 40px 40px 40px
    }
}

@media(max-width: 1199px) {
    .event-style1 .event-date {
        font-size: 12px;
        width: 105px;
        height: 105px;
        padding: 22px 0
    }

    .event-style1 .event-date .day {
        font-size: 36px;
        display: block;
        margin: 0 0 5px 0
    }
}

@media(max-width: 991px) {
    .event-style1 {
        margin: 0 0 30px 0
    }

    .event-style1 .event-wrap {
        display: block
    }

    .event-style1 .event-img {
        margin: 0
    }

    .event-style1 .event-img img {
        width: 100%
    }

    .event-style1 .event-content {
        margin: -60px 30px 0 30px;
        position: relative;
        z-index: 1
    }
}

@media(max-width: 767px) {
    .event-style1 {
        position: relative
    }

    .event-style1 .event-img {
        margin: 0 15px -40px 15px;
        position: relative;
        z-index: 2
    }

    .event-style1 .event-content {
        margin: 0;
        padding: 70px 15px 30px 15px;
        position: static
    }

    .event-style1 .event-author {
        min-width: auto
    }

    .event-style1 .event-date {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        padding: 10px 15px;
        position: absolute;
        top: 10px;
        left: 30px;
        z-index: 4;
        border-radius: 10px;
        font-size: 14px
    }

    .event-style1 .event-date:before {
        transform: none
    }

    .event-style1 .event-date .day {
        font-size: inherit;
        display: inline-block;
        margin: 0
    }

    .event-style1 .event-label {
        font-size: 16px;
        margin: -0.2em 0 10px 0
    }

    .event-style1 .event-author {
        padding: 10px 30px 10px 10px
    }
}

.service-style1 {
    text-align: center;
    background-color: var(--white-color);
    padding: 5px 20px 0px 20px;
    transition: all ease .4s;
    border-radius: 12px;
    height: 260px;
}

.service-style1 .service-icon {
    width: 70px;
    height: 100px;
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0px 0;
}

.service-style1 .service-title {
    font-weight: 600;
    font-size: 20px;
}

.service-style1 .service-text {
    margin: 0;
    transition: all ease .4s;
    font-size: 14px;
}

.service-style1:hover {
    background-color: var(--secondary-color)
}

.service-style1:hover .service-text,
.service-style1:hover .service-title a {
    color: var(--white-color)
}

.service-style1:hover .service-title a:hover {
    color: var(--theme-color)
}

.service-style2 {
    padding: 60px 60px 55px 60px;
    background-color: var(--white-color);
    border: 1px solid #cacaca;
    margin: -1px
}

.service-style2 .service-icon {
    margin: 0 0 45px 0
}

.service-style2 .service-title {
    font-weight: 600
}

.service-style2 .service-text {
    font-weight: 300;
    color: var(--title-color);
    margin: 0
}

.service-style2,
.service-style2 .service-title a,
.service-style2 .service-text,
.service-style2 .service-icon img {
    transition: all ease .4s
}

.service-style2:hover {
    background-color: var(--secondary-color);
    border-color: rgba(0, 0, 0, 0)
}

.service-style2:hover .service-title a,
.service-style2:hover .service-text {
    color: var(--white-color)
}

.service-style2:hover .service-icon img {
    filter: brightness(0) invert(1)
}

.service-style2:hover .service-title a:hover {
    color: var(--theme-color)
}

.service-style3 {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 30px auto
}

.service-style3 .service-icon {
    width: var(--icon-size, 150px);
    height: var(--icon-size, 150px);
    line-height: var(--icon-size, 155px);
    margin: 0px auto 0px auto;
    text-align: center;
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    transform: rotate(45deg);
    position: relative;
}

.service-style3 .service-icon img {
    transform: rotate(-45deg)
}



.service-style3 .icon-shape {
    position: absolute;
    top: var(--shape-extra, -15px);
    right: var(--shape-extra, -15px);
    bottom: var(--shape-extra, -15px);
    left: var(--shape-extra, -15px);
    background-image: repeating-linear-gradient(90deg, var(--theme-color), var(--theme-color) 6px, #ffe2d8 6px, #ffe2d8 12px);
    z-index: -1;
    border-radius: inherit
}

.service-style3 .service-title {
    margin: 0 0 10px 0
}

.service-style3 .service-text {
    margin: 0 0 30px 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.service-wrap1 {
    position: relative;
    z-index: 1
}

.service-wrap1 .row {
    --bs-gutter-y: 50px
}

.service-wrap1 .clearfix {
    margin: 0
}

.service-shape1 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 35% 35% 35% 35%/35% 35% 35% 35%
}

.service-shape1 .shape-img {
    overflow: hidden;
    border-radius: inherit
}

.service-shape1:after,
.service-shape1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #bcbcbc;
    border-radius: inherit;
    z-index: -1
}

.service-shape1:after {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.service-shape1 img {
    transform: rotate(-45deg) scale(1.16)
}

.service-box-list {
    background-color: #f5f6f9;
    padding: 50px 60px 60px 60px;
    max-width: 555px;
    margin: 0 0 30px auto
}

.service-box-list .service-box-title {
    margin: 0 0 30px 0
}

.service-box-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.service-box-list li {
    border-bottom: 1px solid #d1d1d1;
    font-size: 18px;
    padding: 0 0 23px 45px;
    margin: 0 0 25px 0;
    position: relative
}

.service-box-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.service-box-list li i:first-child {
    color: var(--theme-color);
    font-size: 24px;
    position: absolute;
    left: 5px;
    top: 1px
}

.service-middle-img {
    margin: 30px 0 80px 0
}

.service-counter {
    border: 1px solid #ddd;
    padding: 50px 60px 40px 60px;
    transition: all ease .4s
}

.service-counter__icon {
    margin: 0 0 30px 0
}

.service-counter__icon img {
    transition: all ease .4s
}

.service-counter__number {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color);
    line-height: 1;
    transition: all ease .4s
}

.service-counter__text {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    transition: all ease .4s
}

.service-counter.active,
.service-counter:hover {
    background-color: var(--secondary-color);
    border-color: rgba(0, 0, 0, 0)
}

.service-counter.active .service-counter__icon img,
.service-counter:hover .service-counter__icon img {
    filter: brightness(0) invert(1)
}

.service-counter.active .service-counter__text,
.service-counter:hover .service-counter__text {
    color: var(--white-color)
}

.service-counter-area {
    margin: 50px 0 63px 0
}

@media(max-width: 1399px) {
    .service-style1 {
        padding: 57px 35px 40px 35px
    }
}

@media(max-width: 1199px) {
    .service-style1 {
        padding: 42px 25px 30px 25px;
        margin-top: 20px !important;   
        width: auto;     
        height: auto;
    }

    .service-style1 .service-icon {
        width: 110px;
        height: 110px;
        margin: 0 0 22px 0
    }

    .service-box-list {
        padding: 40px 35px 50px 35px;
        max-width: 100%
    }

    .service-middle-img {
        margin: 20px 0 60px 0
    }

    .service-counter {
        padding: 25px 35px 25px 35px
    }

    .service-counter__number {
        font-size: 48px;
        display: block;
        margin-bottom: 5px
    }

    .service-counter-area {
        margin: 40px 0 40px 0
    }

    .service-middle-img {
        margin: 20px 0 35px 0
    }

    .service-style2 {
        padding: 45px 30px 40px 30px
    }

    .service-style2 .service-title {
        font-size: 20px
    }

    .service-style2 .service-icon {
        margin: 0px 0 20px 0
    }
}

@media(max-width: 991px) {
    .service-wrap1 .row {
        --bs-gutter-y: 1.5rem
    }

    .service-shape1 {
        position: relative;
        left: 0;
        top: 0;
        transform: rotate(45deg);
        margin: 80px auto 80px auto;
        max-width: 80%
    }

    .service-style3 {
        --shape-extra: -10px;
        --icon-size: 100px
    }

    .service-style3 .service-icon {
        margin: 23px auto 40px auto
    }

    .service-style3 .service-icon img {
        max-width: 50px
    }

    .service-counter {
        padding: 25px 20px 25px 20px
    }

    .service-box-list {
        padding: 40px 20px 50px 20px
    }
}

@media(max-width: 767px) {
    .service-shape1 {
        margin: 0 auto 40px auto;
        max-width: 80%;
        transform: rotate(0)
    }

    .service-shape1 img {
        transform: none
    }
}

.team-style1 {
    position: relative;
    z-index: 1;
    padding-top: 13px;
    margin-bottom: 30px
}

.team-style1 .team-img {
    width: 225px;
    height: 225px;
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    overflow: hidden;
    transform: rotate(45deg);
    margin: 0 auto -113.5px auto
}

.team-style1 .team-img img {
    transform: rotate(-45deg) scale(1.1)
}

.team-style1 .team-name {
    margin: 0 0 2px 0;
    font-weight: 600
}

.team-style1 .team-degi {
    color: var(--theme-color)
}

.team-style1 .team-number {
    font-size: 15px;
    color: var(--title-color)
}

.team-style1 .team-number img {
    margin-right: 10px
}

.team-style1 .team-number:hover {
    color: var(--theme-color)
}

.team-style1 .team-content {
    padding: 20px 50px 20px 50px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background-color: var(--white-color);
    height:285px;

}

.team-style1 .team-social {
    background-color: #e63323;
    color: #fff !important;
    margin: 0 20px 0 20px;
    text-align: center;
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: -1;
    transform: translateY(-100px);
    transition: all ease .4s
}

.team-style1 .team-social a{    
    color: #fff !important;
}

.team-style1 .team-social a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: var(--title-color);
    margin: 0 3px 0 0;
    font-weight: 700;
    font-size: 16px;
}

.team-style1 .team-social a:last-child {
    margin-right: 0
}

/* .team-style1 .team-social a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
} */

.team-style1:hover .team-social {
    transform: translateY(0)
}

.team-style1:hover .team-social a {
    transform: rotate(0);
    transition-delay: .1s
}

.team-wrap1 {
    margin-bottom: -50px
}

@media(min-width: 991px) {
    .team-zigzag:nth-child(odd) {
        margin-top: 0px
    }
}

.team-style2 {
    text-align: center;
    margin: 16px 0 30px 0
}

.team-style2 .team-img {
    width: 327px;
    height: 327px;
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    overflow: hidden;
    transform: rotate(45deg);
    margin: 0 auto -190px auto
}

.team-style2 .team-img img {
    transform: rotate(-45deg) scale(1.1)
}

.team-style2 .team-content {
    padding: 230px 0 30px 0;
    background-color: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 12px;
    transition: all ease .4s
}

.team-style2 .team-degi {
    color: #055555;
    font-weight: 300;
    margin: 0 0 0 0
}

.team-style2 .team-name {
    font-size: 28px;
    margin: 0 0 15px 0
}

.team-style2 .team-number {
    display: inline-block;
    border-top: 1px solid #eaeaea;
    padding: 20px 0 0 0;
    color: var(--title-color)
}

.team-style2 .team-number img {
    margin-right: 10px
}

.team-style2 .team-number a {
    margin-left: 5px;
    color: inherit
}

.team-style2 .team-number a:hover {
    color: var(--theme-color)
}

.team-style2:hover .team-content {
    border-color: #e0e0e0;
    box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, .05)
}

.team-style2.layout2 .team-content {
    border-color: #e0e0e0
}

.team-cover-image {
    margin-bottom: -210px
}

.team-box {
    display: flex;
    position: relative;
    padding: 110px 80px 110px 110px;
    gap: 60px;
    background-color: var(--white-color);
    z-index: 1;
    margin: 0 0 65px 0
}

.team-box__shape {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 100%;
    max-width: 320px;
    background-color: var(--theme-color);
    z-index: -1
}

.team-box__img {
    width: 475px;
    height: 475px;
    overflow: hidden;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    transform: rotate(45deg)
}

.team-box__img img {
    transform: rotate(-45deg) scale(1.1)
}

.team-box__degi {
    color: var(--theme-color);
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin: 0 0 3px 0
}

.team-box__name {
    font-size: 40px
}

.team-box__text {
    font-weight: 500;
    color: #74787c;
    line-height: 28px;
    margin: 0 0 45px 0
}

.team-box__number {
    font-size: 40px;
    font-weight: 500;
    color: var(--theme-color);
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 0 15px 0
}

.team-box__number:hover {
    color: var(--secondary-color)
}

.team-box__mail {
    color: #555;
    text-decoration: underline;
    font-size: 18px
}

.team-box__mail:hover {
    color: var(--theme-color);
    text-decoration: underline
}

.team-box .social-title {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    margin-right: 10px
}

.team-box__social {
    margin: 55px 0 0 0
}

.team-box__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid gray;
    color: #212121;
    border-radius: 50%;
    margin: 0 3px 0 0
}

.team-box__social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.team-skill-area {
    margin-top: 77px;
    margin-bottom: 78px
}

.team-counter {
    text-align: center;
    padding: 50px 20px 53px 20px;
    border: 1px solid #e0e0e0
}

.team-counter__number {
    color: var(--title-color);
    font-weight: 700;
    line-height: 1
}

.team-counter__number .amount {
    font-size: 80px
}

.team-counter__number .quora {
    font-size: 40px;
    vertical-align: top;
    position: relative;
    top: 2px
}

.team-counter__text {
    color: var(--theme-color);
    font-weight: 500;
    margin: 0
}

@media(max-width: 1399px) {
    .team-style2 .team-img {
        width: 210px;
        height: 210px;
        margin: 0 auto -105px auto
    }

    .team-style2 .team-content {
        padding: 140px 0 30px 0
    }

    .team-style2 .team-name {
        font-size: 24px;
        margin: 5px 0 15px 0
    }

    .team-box {
        padding: 80px 60px 80px 60px
    }

    .team-box__img {
        width: 350px;
        height: 350px
    }

    .team-box__name {
        font-size: 36px
    }

    .team-box__number {
        font-size: 30px;
        margin: 0 0 10px 0
    }

    .team-box__mail {
        font-size: 16px
    }

    .team-box__text {
        line-height: 28px;
        margin: 0 0 25px 0
    }

    .team-box__social {
        margin: 30px 0 0 0
    }

    .team-counter__number {
        margin-bottom: 10px
    }

    .team-counter__number .amount {
        font-size: 50px
    }
}

@media(max-width: 991px) {
    .team-style1 {
        text-align: center
    }

    .team-style1 .team-content {
        padding: 25px 25px 0px 25px;
    }

    .team-box {
        display: block;
        background-color: rgba(0, 0, 0, 0);
        padding: 0
    }

    .team-box__shape {
        display: none
    }

    .team-box__img {
        margin-left: 50px;
        margin-bottom: 45px
    }

    .team-counter {
        padding: 50px 20px 43px 20px
    }

    .team-counter__number .quora {
        font-size: 26px
    }

    .contact-shape2 img {
        position: relative;
        width: 100%
    }
}

@media(max-width: 767px) {
    .team-cover-image {
        margin-bottom: -60px
    }

    .team-box__img {
        width: 200px;
        height: 200px;
        margin-left: 30px
    }

    .team-box__degi {
        margin-bottom: 8px
    }

    .team-box__name {
        font-size: 30px
    }

    .team-skill-area {
        margin-top: 50px;
        margin-bottom: 60px
    }
}

.testi-style1 {
    text-align: center;
    width: 676px;
    height: 676px;
    max-width: 100%;
    max-height: 100%;
    padding: 0 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    position: relative
}

.testi-style1 .testi-avater .tab-btn {
    position: absolute;
    padding: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    max-width: 132px;
    max-height: 132px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    border: 2px solid rgba(0, 0, 0, 0)
}

.testi-style1 .testi-avater .tab-btn img {
    width: 100%
}

.testi-style1 .testi-avater .tab-btn:nth-child(1) {
    top: 10%;
    left: 5%
}

.testi-style1 .testi-avater .tab-btn:nth-child(2) {
    bottom: 16%;
    right: 0%
}

.testi-style1 .testi-avater .tab-btn:nth-child(3) {
    top: 1.5%;
    right: 6%
}

.testi-style1 .testi-avater .tab-btn:nth-child(4) {
    bottom: 10%;
    left: 5%
}

.testi-style1 .testi-avater .tab-btn:nth-child(5) {
    top: 26%;
    right: -14%
}

.testi-style1 .testi-avater .tab-btn.active {
    border-color: var(--theme-color)
}

.testi-style1 .testi-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    border-radius: 37% 37% 37% 37%/37% 37% 37% 37%;
    transform: rotate(45deg) scale(0.91)
}

.testi-style1 .testi-shape:after,
.testi-style1 .testi-shape:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #bcbcbc;
    border-radius: inherit;
    z-index: -1
}

.testi-style1 .testi-shape:after {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.testi-style1 .testi-quote {
    margin: 0 0 50px 0
}

.testi-style1 .testi-text {
    font-size: 24px;
    line-height: 44px;
    color: #d8d8d8
}

.testi-style1 .testi-author {
    color: var(--white-color);
    font-weight: 600;
    margin: 0 0 2px 0
}

.testi-style1 .testi-degi {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 17px 0;
    display: block
}

.testi-style1 .testi-rating {
    color: var(--yellow-color);
    font-size: 14px
}

@media(max-width: 1500px) {
    .testi-style1 {
        width: 600px;
        height: 600px
    }
}

@media(max-width: 1399px) {
    .testi-style1 .testi-avater .tab-btn {
        max-width: 90px;
        max-height: 90px
    }

    .testi-style1 .testi-avater .tab-btn:nth-child(3) {
        top: .5%;
        right: 14%
    }

    .testi-style1 .testi-avater .tab-btn:nth-child(5) {
        top: 30%;
        right: -7%
    }

    .testi-style1 .testi-text {
        font-size: 18px;
        line-height: 34px
    }

    .testi-style1 .testi-quote {
        margin: 0 0 30px 0
    }

    .testi-style1 .testi-author {
        font-size: 26px
    }

    .testi-style1 .testi-degi {
        margin: 0 0 10px 0
    }

    .testi-style1 .testi-shape:after,
    .testi-style1 .testi-shape::before {
        display: none
    }
}

@media(max-width: 767px) {
    .testi-style1 {
        width: 100%;
        height: 100%;
        padding: 40px 15px 40px 15px
    }

    .testi-style1 .testi-shape {
        transform: none;
        border-radius: 12px
    }

    .testi-style1 .testi-quote {
        margin: 0 0 15px 0
    }

    .testi-style1 .testi-quote img {
        max-width: 50px
    }

    .testi-style1 .testi-text {
        font-size: 16px;
        line-height: 29px
    }

    .testi-style1 .testi-author {
        font-size: 22px
    }

    .testi-style1 .testi-avater .tab-btn {
        max-width: 40px;
        max-height: 40px
    }

    .testi-style1 .testi-avater .tab-btn:nth-child(5) {
        top: 13%;
        right: 2%
    }

    .testi-style1 .testi-avater .tab-btn:nth-child(2) {
        bottom: 5%;
        right: 3%
    }
}

footer .header-social {}




.newsletter-style1 .newsletter-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 40px;
    border-radius: 37% 37% 37% 37%/37% 37% 37% 37%;
    transform: rotate(45deg);
    margin-top: -5px;
    margin-left: 100px;
    float: left;
}

.newsletter-style1 .newsletter-icon i {
    transform: rotate(-45deg)
}

.newsletter-style1 .newsletter-title {
    font-size: 25px;
    color: var(--white-color);
    align-items: center;
    margin: 50px 0 5px 215px
}

.newsletter-style1 .newsletter-text {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px 215px;
}

.newsletter-style1 .form-group {
    margin: 0px 0px 15px 0px;
}

.newsletter-style1 input {
    border: 1px solid var(--white-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    width: 82%;
    height: 60px;
    border-radius: 9999px;
}

.newsletter-style1 input::-moz-placeholder {
    color: var(--white-color);
    padding: 0
}

.newsletter-style1 input:-ms-input-placeholder {
    color: var(--white-color);
    padding: 0
}

.newsletter-style1 input::placeholder {
    color: var(--white-color);
    padding: 0
}

.newsletter-style1 .vs-btn {
    width: 110px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 150px;
    top: 80px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.newsletter-bg1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1650px;
    height: 434px
}

.newsletter-style2 .form-group {
    display: flex;
    margin: 0
}

.form-group .footer-formTitle {
    color: #fff;
    font-size: 15px;
    text-align: left !important;
    font-weight: 600 !important;
    padding: 35px 0px 10px 0px !important;
}


.newsletter-style2 .form-control {
    flex: 1;
    height: 80px;
    color: var(--title-color);
    font-size: 16px;
    color: #070707;
    border: none;
    padding: 0 40px 0 40px;
    border-radius: 9999px;
    margin-right: 15px
}

.newsletter-style2 .form-control::-moz-placeholder {
    color: var(--title-color)
}

.newsletter-style2 .form-control:-ms-input-placeholder {
    color: var(--title-color)
}

.newsletter-style2 .form-control::placeholder {
    color: var(--title-color)
}

.newsletter-inner1 {
    padding: 100px 0 0 43px
}

@media(min-width: 1922px) {
    .newsletter-bg1 {
        max-width: 90%
    }
}

@media(max-width: 1199px) {
    .newsletter-inner1 {
        padding: 100px 0 60px 0
    }

    .newsletter-inner1 .form-group {
        display: block
    }

    .newsletter-inner1 .form-group input {
        height: 67px;
        margin-bottom: 15px
    }

    .newsletter-bg1 {
        height: calc(100% - 40px)
    }
}

@media(max-width: 991px) {
    .newsletter-inner1 {
        padding: 40px 0 60px 0
    }
}

@media(max-width: 767px) {
    .newsletter-style1 input {
        height: 50px
    }

    .newsletter-style1 .vs-btn {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px 0 0 0
    }

    .newsletter-style1 .newsletter-title {
        font-size: 30px
    }

    .newsletter-style1 .newsletter-icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .newsletter-style1 .newsletter-title {
        font-size: 25px;
        color: var(--white-color);
        align-items: center;
        margin: 50px 0 5px 100px;
    }
    .newsletter-style1 .newsletter-text {
        color: var(--white-color);
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 20px 100px;
    }
    .newsletter-style1 .newsletter-icon {
        
        margin-left: 0px !important;        
        
    }
}

.gallery-style1,
.gallery-style1 .gallery-img {
    margin: 0 0 25px 0
}

.gallery-style1 .gallery-title {
    font-weight: 600;
    margin: 0 0 5px 0
}

.gallery-style1 .gallery-category a {
    color: #888;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    display: inline-block
}

.gallery-style1 .gallery-category a:not(:last-child):after {
    content: ",";
    margin-right: 3px
}

.gallery-style1 .gallery-category a:hover {
    color: var(--theme-color)
}

.gallery-style3 .gallery-img,
.gallery-style2 .gallery-img {
    position: relative;
    overflow: hidden
}

.gallery-style3 .gallery-img img,
.gallery-style2 .gallery-img img {
    width: 100%;
    transform: scale(1);
    transition: all ease .4s
}

.gallery-style3 .gallery-overlay,
.gallery-style2 .gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 1
}

.gallery-style3:hover .gallery-overlay,
.gallery-style2:hover .gallery-overlay {
    opacity: .8;
    visibility: visible
}

.gallery-style3:hover .gallery-img img,
.gallery-style2:hover .gallery-img img {
    transform: scale(1.1)
}

.gallery-style2 .gallery-icon {
    color: var(--white-color);
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.gallery-style2 .gallery-icon {
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s
}

.gallery-style2:hover .gallery-icon {
    opacity: 1;
    visibility: visible
}

.gallery-style3 {
    position: relative;
    margin-bottom: 24px
}

.gallery-style3 .gallery-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 20px 22px 30px
}

.gallery-style3 .gallery-title {
    color: var(--white-color);
    font-weight: 600;
    margin: 0 0 6px 0
}

.gallery-style3 .gallery-title a {
    color: inherit
}

.gallery-style3 .gallery-title a:hover {
    color: var(--secondary-color)
}

.gallery-style3 .gallery-category {
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color)
}

.gallery-style3 .icon-btn,
.gallery-style3 .gallery-category,
.gallery-style3 .gallery-title {
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s
}

.gallery-style3 .icon-btn {
    transform: translateX(-30px)
}

.gallery-style3 .icon-btn:hover {
    background-color: var(--secondary-color)
}

.gallery-style3:hover .icon-btn,
.gallery-style3:hover .gallery-category,
.gallery-style3:hover .gallery-title {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: .1s
}

.gallery-style3:hover .icon-btn {
    transform: translateX(0)
}

.gallery-style3:hover .gallery-title {
    transition-delay: .2s
}

.filter-menu1 {
    background-color: var(--smoke-color);
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 60px auto;
    max-width: 100%;
    border-radius: 9999px;
    text-align: center
}

.filter-menu1 button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 31px 51px;
    border-radius: 9999px
}

.filter-menu1 button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background-color: #929292;
    transition: all ease .4s
}

.filter-menu1 button:hover {
    color: var(--theme-color)
}

.filter-menu1 button.active::before,
.filter-menu1 button.active+button::before,
.filter-menu1 button:first-child::before {
    opacity: 0;
    visibility: hidden
}

.filter-menu1 button.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

@media(min-width: 1500px) {
    .gallery-zigzag .slick-slide:nth-child(even) {
        margin-top: 80px
    }
}

.gallery-details-degi {
    font-size: 18px;
    line-height: 1;
    color: var(--theme-color);
    text-transform: none;
    margin: 0 0 47px 0
}

.gallery-details-title {
    margin: 68px 0 4px 0
}

.gallery-box {
    background-color: var(--white-color);
    border: 1px solid #e4e4e4;
    margin: -65px auto 60px auto;
    max-width: 410px;
    padding: 48px 50px 20px 50px;
    box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06)
}

.gallery-box__item {
    padding: 0 0 0 10px
}

.gallery-box__item:not(:last-child) {
    border-bottom: 1px solid #dedede;
    margin: 0 0 28px 0
}

.gallery-box__label {
    font-size: 16px;
    font-weight: 600;
    color: #74787c;
    line-height: 1;
    margin-bottom: 4px;
    display: block
}

.gallery-box__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color)
}

.gallery-quote {
    text-align: center;
    padding: 80px 40px 70px 40px;
    margin: 50px 0 50px 0
}

.gallery-quote p {
    color: var(--white-color);
    font-size: 24px;
    line-height: 38px;
    margin: 27px auto 0 auto;
    max-width: 980px
}

@media(max-width: 1199px) {
    .gallery-style3 {
        --btn-size: 40px
    }

    .gallery-style3 .gallery-title {
        font-size: 20px;
        margin-bottom: 3px
    }

    .gallery-style3 .gallery-category {
        font-size: 14px
    }

    .gallery-style3 .gallery-bottom {
        padding: 0 15px 15px 20px
    }

    .gallery-box {
        padding: 29px 30px 5px 30px
    }

    .filter-menu1 button {
        font-size: 16px;
        padding: 20px 30px
    }

    .gallery-quote {
        padding: 55px 30px 50px 30px;
        margin: 50px 0 50px 0
    }

    .gallery-quote p {
        font-size: 22px;
        line-height: 34px
    }
}

@media(max-width: 991px) {
    .filter-menu1 {
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 25px
    }

    .filter-menu1:before {
        display: none
    }

    .filter-menu1 button {
        background-color: var(--smoke-color);
        margin: 0 3px 10px 3px
    }

    .filter-menu1 button::before {
        display: none
    }

    .gallery-details-title {
        margin: 0 0 4px 0
    }

    .gallery-box {
        padding: 35px 20px 8px 20px;
        margin: 30px auto 38px auto;
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .gallery-quote p {
        font-size: 16px;
        line-height: 26px
    }

    .gallery-box__title {
        font-size: 20px
    }

    .gallery-box__label {
        font-size: 14px;
        margin-bottom: 6px
    }
}

@media(max-width: 575px) {
    .filter-menu1 button {
        font-size: 12px;
        padding: 15px 24px
    }
}

.cta-bg2,
.cta-bg1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -137px;
    left: 0;
    background-size: 100% 100%
}

.cta-bg2 {
    bottom: 0;
    display: none
}

.cta-video {
    position: relative;
    margin-top: 100px
}

.cta-video .play-btn {
    z-index: 5
}

.cta-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4
}

.cta-shape3,
.cta-shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1596px;
    height: 815px;
    border-radius: 0 10px 10px 0
}

.cta-shape3 {
    height: 100%
}

@media(min-width: 1922px) {

    .cta-shape3,
    .cta-shape2 {
        max-width: 80%
    }
}

@media(max-width: 1500px) {

    .cta-shape3,
    .cta-shape2 {
        border-radius: 0;
        height: 100%
    }

    .cta-shape1 {
        max-width: 600px
    }

    .cta-bg2 {
        display: block
    }

    .cta-bg1 {
        display: none
    }
}

@media(max-width: 1199px) {
    .cta-video {
        margin-top: 70px
    }
}

.accordion-style1 {
    margin: 0 0 30px 0;
    text-align: left
}

.accordion-style1 .accordion-collapse {
    border: none
}

.accordion-style1 .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 12px;
    margin: 0 0 20px 0;
    box-shadow: none;
    transition: all ease .4s
}

.accordion-style1 .accordion-item:first-of-type .accordion-button {
    border-radius: 12px
}

.accordion-style1 .accordion-item.active {
    /*  border-color: #e0e0e0;
    box-shadow: 10px 10px 10px 0px rgba(4, 4, 4, .05) */
}

.accordion-style1 .accordion-button {
    border: none;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 18px;
    font-weight: 700;
    padding: 19px 35px;
    text-align: left;
    border-radius: 12px;
    margin: -1px;
    width: calc(100% + 2px);
    transition: all ease .4s
}

.accordion-style1 .accordion-button:after {
    content: "";
    position: absolute;
    right: 20px;
    font-family: var(--icon-font);
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: var(--white-color);
    border: 2px solid #e0e0e0;
    border-radius: 50%
}

.accordion-style1 .accordion-button:hover,
.accordion-style1 .accordion-button:not(.collapsed) {
    background-color: var(--theme-color2);
    color: var(--white-color)
}

.accordion-style1 .accordion-button:hover:after,
.accordion-style1 .accordion-button:not(.collapsed):after {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.accordion-style1 .accordion-button:focus {
    box-shadow: none
}

.accordion-style1 .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-style1 .accordion-item:last-of-type .accordion-collapse {
    border-radius: 12px
}

.accordion-style1 .accordion-body {
    padding: 10px 10px;
}

.accordion-style1 .accordion-body p {
    line-height: 28px
}

@media(max-width: 767px) {
    .accordion-style1 .accordion-button {
        font-size: 16px;
        padding: 15px 50px 15px 20px
    }

    .accordion-style1 .accordion-body {
        padding: 25px 20px 8px 20px
    }
}

.package-style1 {
    background-color: var(--white-color);
    display: flex;
    position: relative;
    padding: 12px;
    margin: 20px 0 50px 0;
    width: 100%;
    border-radius: 12px
}

.package-style1 .package-head {
    flex: 1;
    padding: 40px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.package-style1 .package-discount {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white-color);
    background-color: #00c620;
    border: 5px solid var(--white-color);
    padding: 8px 13px;
    position: absolute;
    left: 40px;
    top: -20px;
    line-height: 1;
    border-radius: 9999px
}

.package-style1 .package-label {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #74787c;
    color: var(--theme-color);
    margin: -0.2em 0 10px 0
}

.package-style1 .currency {
    font-size: 40px;
    font-weight: 500;
    color: var(--title-color);
    vertical-align: top;
    top: 3px;
    position: relative
}

.package-style1 .price {
    font-size: 70px;
    font-weight: 700;
    color: var(--title-color)
}

.package-style1 .duration {
    font-size: 18px;
    font-weight: 500;
    color: #74787c;
    margin-left: 5px
}

.package-style1 .package-amount {
    line-height: 1;
    margin: 0 0 40px 0
}

.package-style1 .package-body {
    background-color: var(--smoke-color);
    border-radius: 12px;
    padding: 25px 40px 23px 25px;
    display: flex;
    align-items: center;
    align-self: stretch
}

.package-style1 .package-list {
    flex: 1
}

.package-style1 .package-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.package-style1 .package-list li {
    font-size: 16px;
    color: #1a1a1a;
    padding: 0 0 14px 45px;
    margin: 0 0 15px 0;
    position: relative;
    border-bottom: 1px solid #cecece
}

.package-style1 .package-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.package-style1 .package-list i {
    color: var(--theme-color);
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 2.5px
}

.package-style1 .package-list i.fa-check-circle {
    color: var(--success-color)
}

.package-style1 .package-list i.fa-times-circle {
    color: var(--error-color)
}

@media(min-width: 1199px) {
    .package-style1:nth-child(even) {
        margin-left: -50px
    }
}

.package-style1:last-child {
    margin-bottom: 30px
}

.package-shape1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1623px;
    border-radius: 10px 0 0 10px
}

.package-tab {
    border: 2px solid var(--white-color);
    border-radius: 9999px;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 30px
}

.package-tab button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    padding: 19.5px 56px;
    margin: -2px;
    border-radius: 9999px
}

.package-tab button:hover {
    color: var(--theme-color)
}

.package-tab button.active {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.package-box {
    background-color: #f6f7fb;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 12px;
    height: 649px;
    overflow: hidden;
    display: flex;
}

.package-box .box-inner {
    background-color: var(--white-color);
    padding: 27px 20px 27px 20px;
    border-radius: 12px
}

.package-box .package-box-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 17px;
    font-size: 30px;
    color: #1483c8;
}

.package-box ul {
    margin: -6px 0 54px 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.package-box li {
    font-size: 14px;
    font-weight: 400;
    color: var(--title-color);
    border-bottom: 1px solid #f1f2f7;
    position: relative;
    padding: 0 0 23px 0;
    margin: 0 0 23px 0
}

.package-box li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.package-box li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 3px
}

.package-box li i.fa-check {
    background-color: #670a92
}

.package-box li i.fa-times {
    background-color: #670a92;
}

.package-nav button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    line-height: 1;
    border: 2px solid #eff2fb;
    margin-bottom: 40px;
    border-radius: 12px;
    text-align: center;
}

.package-nav button:last-child {
    margin-bottom: 30px
}

.package-nav button .discount {
    background-color: #00c620;
    color: var(--white-color);
    font-size: 14px;
    line-height: 1;
    border-radius: 9999px;
    padding: 8.5px 13.5px;
    display: inline-block;
    position: absolute;
    top: -15.5px;
    left: 55px
}

.package-nav button .btn-text {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--title-color);
}

.package-nav button .btn-text::before {
    content: "";
    font-family: var(--icon-font);
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #eff2fb;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 22px;
    color: rgba(0, 0, 0, 0)
}

.package-nav button .amount {
    font-size: 36px;
    font-weight: 600;
    color: var(--title-color)
}

.package-nav button .duration {
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
    position: relative;
    top: 2px;
    margin-left: 8px;
    color: var(--body-color)
}

.package-nav button,
.package-nav button .discount,
.package-nav button .amount,
.package-nav button .duration,
.package-nav button .btn-text,
.package-nav button .btn-text:before {
    transition: all ease .4s
}

.package-nav button.active,
.package-nav button:hover {
    background-color: var(--theme-color);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 4px 6.928px 24px 0px rgba(0, 55, 255, .2)
}

.package-nav button.active .duration,
.package-nav button.active .amount,
.package-nav button.active .btn-text,
.package-nav button:hover .duration,
.package-nav button:hover .amount,
.package-nav button:hover .btn-text {
    color: var(--white-color)
}

.package-nav button.active .btn-text:before,
.package-nav button:hover .btn-text:before {
    border-color: var(--white-color)
}

.package-nav button.active .btn-text:before {
    background-color: var(--white-color);
    color: var(--theme-color)
}

@media(min-width: 1922px) {
    .package-shape1 {
        max-width: 90%
    }
}

@media(max-width: 1500px) {
    .package-shape1 {
        border-radius: 0
    }
}

@media(max-width: 1199px) {
    .package-style1 .package-head {
        padding: 40px 15px 30px 15px
    }

    .package-style1 .price {
        font-size: 42px
    }

    .package-style1 .duration {
        font-size: 14px
    }

    .package-style1 .vs-btn.style3 {
        padding: 12px 13px;
        font-size: 14px
    }

    .package-style1 .currency {
        font-size: 18px
    }

    .package-style1 .package-label {
        font-size: 14px;
        margin: -0.2em 0 8px 0
    }

    .package-style1 .package-amount {
        margin: 0 0 20px 0
    }

    .package-style1 .package-body {
        padding: 20px 20px 18px 20px
    }

    .package-style1 .package-list li {
        padding-left: 30px
    }

    .package-style1 .package-list i {
        left: 0
    }

    .package-tab button {
        font-size: 14px;
        padding: 13px 28px
    }
}

@media(max-width: 1199px) {
    .package-nav button {
        padding: 42.5px 30px
    }

    .package-nav button .btn-text {
        font-size: 26px
    }

    .package-nav button .btn-text::before {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 23px;
        margin-right: 10px
    }

    .package-nav button .amount {
        font-size: 24px
    }

    .package-nav button .duration {
        font-size: 14px
    }

    .package-box .box-inner {
        padding: 27px 25px 38px 25px
    }

    .package-box li {
        font-size: 16px;
        padding: 0 0 18px 0;
        margin: 0 0 18px 0
    }

    .package-box .package-box-title {
        margin-bottom: 23px;
        padding-bottom: 16px
    }
}

@media(max-width: 991px) {
    .package-style1 {
        max-width: 80%;
        margin-left: auto
    }

    .package-style1:nth-child(even) {
        margin-left: 0;
        margin-right: auto
    }

    .package-tab {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .package-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px
    }

    .package-nav button {
        padding: 30px 15px
    }

    .package-nav button,
    .package-nav button:last-child {
        margin-bottom: 30px
    }

    .package-nav button .btn-text {
        font-size: 18px
    }

    .package-nav button .amount {
        font-size: 16px
    }

    .package-nav button .duration {
        font-size: 12px;
        top: 0;
        margin-left: 3px
    }

    .package-nav button .discount {
        font-size: 12px;
        padding: 7px 10px;
        top: -13px;
        left: 15px
    }
}

@media(max-width: 767px) {
    .package-style1 {
        display: block;
        max-width: 100%
    }

    .package-style1 .package-list li {
        font-size: 14px
    }

    .package-style1 .package-list i {
        top: 3px
    }

    .package-tab {
        border: none
    }

    .package-tab button {
        margin: 0 3px 5px 3px;
        color: var(--title-color);
        background-color: var(--smoke-color);
        padding: 10px 20px
    }

    .package-tab button.active {
        color: var(--white-color)
    }

    .package-nav button {
        display: block
    }

    .package-nav button .btn-text {
        display: block;
        margin: 0 0 10px
    }

    .package-nav button .btn-text::before {
        display: block;
        margin: 0 auto 10px auto
    }

    .package-nav button .discount {
        left: 50%;
        transform: translateX(-50%);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .package-box {
        padding: 10px
    }

    .package-box .box-inner {
        padding: 27px 15px 38px 15px
    }

    .package-box li {
        font-size: 14px;
        padding: 0 0 18px 0;
        margin: 0 0 18px 0
    }

    .package-box ul {
        margin: -6px 0 34px 0
    }
}

.vs-counter {
    text-align: center;
    padding: 93px 0
}

@media(min-width: 991px) {
    .vs-counter:nth-child(even) {
        background-color: rgba(255, 255, 255, .06)
    }
}

@media(min-width: 767px)and (max-width: 991px) {

    .vs-counter:nth-child(3),
    .vs-counter:nth-child(2) {
        background-color: rgba(255, 255, 255, .06)
    }
}

@media(max-width: 767px) {
    .vs-counter:nth-child(even) {
        background-color: rgba(255, 255, 255, .06)
    }
}

.vs-counter__number {
    color: var(--white-color);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 3px 0
}

.vs-counter__number .amount {
    font-size: 68.5px
}

.vs-counter__number .quora {
    font-size: 38px;
    vertical-align: top;
    text-transform: none;
    position: relative;
    top: 1px
}

.vs-counter__text {
    color: #c3d0ff;
    margin: 0
}

@media(max-width: 1199px) {
    .vs-counter {
        padding: 60px 0
    }

    .vs-counter__number .amount {
        font-size: 40px
    }

    .vs-counter__number .quora {
        font-size: 24px
    }

    .vs-counter__text {
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .vs-counter {
        padding: 40px 0
    }
}

.process-style1 {
    margin: 13px auto
}

@media(min-width: 991px) {
    .process-style1:nth-child(even) {
        margin-top: 63px
    }
}

.process-style1 .process-body {
    width: 240px;
    height: 240px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 21px 35px 10px 35px;
    transition: all ease .4s
}

.process-style1 .process-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    z-index: -1;
    background-color: var(--white-color);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06);
    transition: all ease .4s
}

.process-style1 .process-number {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 20px;
    font-weight: 600;
    width: 84px;
    height: 84px;
    line-height: 65px;
    border: 10px solid var(--smoke-color);
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    transition: all ease .4s
}

.process-style1 .process-text {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.process-style1 .process-icon {
    margin: 0 0 23px 0
}

.process-style1 .process-icon img {
    transition: all ease .4s
}

.process-style1:hover .process-icon img {
    filter: brightness(0) invert(1)
}

.process-style1:hover .process-number {
    background-color: var(--secondary-color)
}

.process-style1:hover .process-shape {
    background-color: var(--secondary-color)
}

.process-style1:hover .process-text {
    color: var(--white-color)
}

.process-style1.layout2 .process-shape {
    border: 1px solid #e4e4e4;
    box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06)
}

.process-style1.layout2 .process-number {
    border-color: var(--white-color)
}

.process-shape1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

@media(max-width: 1199px) {
    .process-style1 {
        margin: 20px auto
    }

    .process-style1 .process-body {
        width: 200px;
        height: 200px;
        padding: 21px 20px 10px 20px;
        margin-left: auto;
        margin-right: auto
    }

    .process-style1 .process-number {
        top: -10px;
        font-size: 16px;
        width: 70px;
        height: 70px;
        line-height: 50px
    }

    .process-style1 .process-text {
        font-size: 16px;
        line-height: 24px
    }

    .process-style1 .process-icon {
        margin: 0 0 18px 0
    }
}

.form-style1 {
    background-color: var(--theme-color);
    padding: 80px 80px;
    max-width: 750px;
    margin: 50px 0;
    z-index: 2;
    position: relative
}

.form-style1 .form-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    text-align: center;
    display: block;
    margin: -0.2em 0 2px 0
}

.form-style1 .form-title {
    font-size: 40px;
    font-weight: 500;
    color: var(--white-color);
    text-align: center;
    margin: 0 0 30px 0
}

.form-style1 .vs-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-radius: 12px
}

.form-style1 .vs-btn:before {
    border-radius: 12px
}

.form-style1 .vs-btn:hover::before {
    transform: scale(1)
}

.contact-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1170px
}

.contact-box {
    text-align: center;
    background-color: #f3f5fc;
    padding: 40px;
    width: 33%;
}

.contact-box__icon {
    padding-bottom: 10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0
}

.contact-box__icon img {}


.contact-box__title {
    font-weight: 600;
    margin: 0 0 10px 0
}

.contact-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0
}

.contact-box__text {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    margin: 0
}



.contact-box__text a {
    display: inline-block
}

/* .contact-box:nth-child(even) {
    background-color: #e7ecff
} */

.contact-map {
    line-height: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto -80px auto
}

.contact-shape2 {
    width: 100%;
    height: 100%;
    position: relative
}

.contact-shape2 img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: initial;
    max-height: 100%
}

@media(max-width: 767px) {
    .form-style1 {
        padding: 60px 20px
    }

    .form-style1 .form-subtitle {
        font-size: 14px
    }

    .form-style1 .form-title {
        font-size: 30px
    }
}

@media(min-width: 1922px) {
    .contact-shape1 {
        max-width: 70%;
        background-position: top right
    }
}

@media(max-width: 1199px) {
    .contact-box {
        padding: 45px 25px 42px 25px
    }

    .contact-box__icon {
        --icon-size: 100px;
        border: 1px solid var(--theme-color)
    }

    .contact-box__icon img {
        max-width: 30px
    }

    .contact-box__text {
        font-size: 16px;
        line-height: 28px;
        margin: 0
    }

    .contact-box__title {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .contact-box__text {
        font-size: 14px;
        line-height: 24px;
        margin: 0
    }

    .contact-map iframe {
        height: 400px
    }
}

.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
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-70 {
    padding-top: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.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-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-90 {
    padding-right: 90px
}


.ptb-50 {
    padding: 50px 0px;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px;
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.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-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mt-n1 {
    margin-top: -0.25rem
}

.mt-n2 {
    margin-top: -0.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -0.25rem
}

.mb-n2 {
    margin-bottom: -0.5rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.mb-40 {
    margin-bottom: 40px
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: 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
    }
}

.digi-packet--page {
    padding: 81px 20px 20px 20px;
    background-color: white;
}

.digi-packet--page .row {
    flex-wrap: wrap
}

.digi-links-list {
    background-color: #653283;
    height: 60px;
    margin-top: 0 !important;
    display: flex;
    align-items: stretch;
    justify-content: center
}

.digi-links-list a {
    width: 50%;
    outline: none;
    border: none;
    max-width: 400px;
    height: 60px;
    font-size: 20px;
    font-weight: 900;
    color: white;
    text-align: center;
    line-height: 60px
}

.digi-links-list a.active {
    background-color: white;
    color: #653283;
    box-shadow: 0px 4px 4px -2px #000000;
    /*line-height: 15px;
            padding-top: 6px;*/
}

.digi-title {
    font-size: 36px;
    font-weight: 900;
    color: #171414;
    padding: 10 px 0;
    text-align: center;
    color: #653283;
}

.digi-popular {
    /*background-color: white;*/
    padding-top: 25px;
    /* background: linear-gradient(180deg, #fff 1%, #f9f7fa 40%);*/
    background: linear-gradient(180deg, #fff 1%, #f9f7fa 40%);
}

.digi-popular .owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #653283;
    opacity: .5
}

.digi-popular .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1
}

.digi-popular .owl-carousel .owl-stage-outer {
    overflow: initial
        /*padding: 0 30px !important;*/
}

.digi-card--packet .left img {
    width: 20px !important;
}




.kampanya-kutu .digi-card--header {
    background-image: linear-gradient(225deg, #06386C, #0872AE) !important;
    border-radius: 9px 10px 9px 9px;
    height: 230px;
}

.kampanya-kutu .digi-card--header2 {
    background-image: linear-gradient(133deg, #662233, #a43651 100%);
    border-radius: 9px 11px 9px 9px;
    height: 230px;
}

.digi-card {
    background-image: url('/assets/img/kampanya-bg.png');
    border: 6px solid white;
    border-radius: 10px;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 5%);
    position: relative;
    margin: 30px 0;
    max-width: 300px;
}

.digi-card--body p{
    padding: 0px 0px 0px 20px;
    margin-bottom: 0px !important;
    font-size: 15px;
}

.digi-card--body ul li{
    font-size: 13px;    
}

.digi-popular .digi-card {
    margin-left: auto;
    margin-right: auto
}

.digi-card--icons {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.digi-card--icons img {
    width: 32px !important;
    height: 32px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid #653283;
    margin-right: 7px
}


.digi-card--title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    padding: 30px 9px 0px 9px;

    
    text-align: center;
}

.digi-card-list {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.digi-card-mini-title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 15px;
    min-height: 0;
}

.digi-card-list ul li {
    font-size: 13px;
    /*font-weight: 500;*/
    color: #2f1b46;
    display: flex;
    align-items: center
}

.digi-card-list ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #653283;
    margin-right: 7px;
    background-color: white
}

.digi-card--imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.digi-card--imgs .digi-card--img {
    flex: 1;
    padding: 3px
}

.digi-card--imgs img {
    max-width: 250px;
    height: 100%;
    width: inherit !important;
}

.digi-card--packet {
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
}

.digi-card--packet .right {
    margin-left: 5px
}

.digi-card--packet .right p {
    margin: 7px 0 2px 0;
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
}

.digi-card--select {
    position: relative;
    cursor: pointer;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.digi-card--select select {
    border: 1px solid #653283;
    border-radius: 10px;
    height: 43px;
    background-color: white;
    width: 100%;
    padding-left: 20px;
    cursor: pointer;
    color: black
}

.digi-card--select img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .33s;
    height: 12px;
    width: 15px !important;
    object-fit: contain
}

.digi-card--footer {
    margin: 15px 0
}

.digi-card--price {
    color: #672e85;
    font-weight: 900;
    overflow: hidden;
    ;
    height: 63px;
    display: flex;
    /*align-items: flex-end;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: 100%;
    padding: 5px 0 0;
    line-height: 1
}

.digi-card--price .month {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto
}

.digi-card--price .delimiter {
    font-size: 30px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto
}

.digi-card--price .price {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.digi-card--price .price-current {
    font-size: 20px;
    font-weight: inherit
}

.digi-card--link {
    display: block;
    height: 50px;
    border-radius: 10px;
    background-color: var(--theme-color);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .33s;
    border: none;
}

.digi-card--link:active,
.digi-card--link:visited {
    color: white !important;
}

.digi-card--link:hover {
    background-color: #e63323;
    color: #fff !important;
}

.digi-card--detail {
    font-size: 14px;
    color: #f15667;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
    cursor: pointer
}

.digi-card--detail img {
    width: 10px !important;
    object-fit: contain
}

.digi-card-hover {
    display: none;
    background-color: #652e85;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.digi-card-hover.active {
    display: block
}

.digi-card-hover .digi-card-hover--closer {
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer
}

.digi-card-hover .digi-card-hover--container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%
}

.digi-card-hover .digi-card-hover--closer img {
    width: 65%;
    object-fit: contain
}

.digi-card-hover .digi-card--title {
    font-size: 18px;
    color: white
}

.digi-card--title2{
    font-size: 35px;
    color: white;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px !important;
    text-align: center;
}

.digi-card-hover .digi-card-list ul li {
    color: white;
}

.digi-card-hover .digi-card-list ul li:before {
    border-color: white;
    background-color: #652e85
}

.digi-card-hover .digi-card-hover--now {
    height: 42px;
    border-radius: 10px;
    background-color: #eb1c2c;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    display: block;
    max-width: 90%;
    margin-left: 5%
}

.digi-card-hover .digi-card-hover--now:active,
.digi-card-hover .digi-card-hover--now:visited {
    color: white !important;
    margin-bottom: 10px
}

.digi-card-hover .digi-card-hover--detail {
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.digi-card-hover .digi-card-hover--detail img {
    filter: brightness(0) invert(1);
    width: 7px;
    object-fit: contain;
    margin-right: 4px
}

.digi-all-packets-container {
    background-color: white;
    /* padding-top: 25px;
    padding-top: 45px; */
}

.digi-all-packets {
    display: flex;
    align-items: flex-start;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.digi-filters {
    max-width: 270px;
    width: 100%;
    margin-right: 30px;
    flex: 0 0 270px
}

.digi-card-filter--title {
    font-size: 19px;
    font-weight: 600;
    color: black;
    margin-bottom: 12px
}

.digi-filters .digi-card {
    padding: 20px
}

.digi-card-filter-item label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
    cursor: pointer
}

.digi-card-filter-item label input {
    display: none
}

.digi-card-filter-item label .digi-filter-input-box {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    background-color: #efeaf2;
    flex: 0 0 22px;
    transition: .33s;
    margin-right: 12px;
}

.digi-card-filter-item label input:checked+.digi-filter-input-box {
    background-color: var(--theme-color);
}

.digi-filters--btn {
    box-shadow: 14.142px 14.142px 40px 0px rgba(47, 27, 70, 0.2);
}

.digi-all-packets-list {
    width: 100%;
    flex: 1
}

.digi-all-packets-list .digi-all-top-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px
}

.digi-all-packets-list .digi-all-top-filters .digi-card {
    min-width: 170px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    cursor: pointer
}

.digi-all-packets-list .digi-all-top-filters .digi-card.active {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: #fff;
}

.mobile-filter,
.mobile-button-closer {
    display: none;
}

@media screen and (max-width: 1280px) {
    .digi-all-top-filters {
        flex-wrap: wrap
    }

    .digi-all-top-filters .digi-card {
        width: 48%;
        margin: 5px;
        max-width: 100%
    }
}

@media screen and (max-width: 992px) {
    .digi-all-packets-list .digi-all-top-filters {
        display: none
    }

    .digi-filters,
    .digi-all-top-filters {
        display: none;
        position: fixed;
        left: 0;
        top: 75px;
        z-index: 999;
        background-color: white;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 75px);
        padding: 20px;
        overflow: auto;
    }

    .digi-filters .digi-card {
        margin: 30px auto
    }

    .element-item>.digi-card {
        min-width: 300px;
    }

    .digi-filters.active {
        display: block;
        z-index: 999999999999999999;
    }

    .digi-all-packets-list .digi-all-top-filters {
        justify-content: center
    }

    .digi-all-packets-list .digi-all-top-filters .digi-card {
        margin-bottom: 20px;
        width: 90%
    }

    .digi-all-top-filters.active {
        display: flex;
        flex-direction: column;
    }

    .mobile-filter {
        border: 2px solid #653283;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .mobile-filter .mobile-filter-item {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .mobile-filter .mobile-filter-item img {
        height: 20px;
        object-fit: contain;
    }

    .mobile-filter .mobile-filter-item span {
        font-size: 24px;
        font-weight: 900;
        color: #1483c8;
        margin-left: 10px
    }

    .mobile-button-closer {
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 5px;
        font-size: 30px;
        font-weight: 800;
        color: #653283;
        display: block;
    }

    .digi-packet--page .row {
        justify-content: center
    }

    .digi-carousel .owl-item {
        /*min-height: 150px;*/
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .mobile-filter {
        /*margin-left: -20px;*/
        /*margin-right: -20px;*/
        margin-top: 20px;
    }

    .digi-links-list {
        height: 40px
    }

    .digi-links-list a {
        font-size: 12px;
        font-weight: 600;
        height: 40px;
        line-height: 40px
    }
}

@media screen and (max-width: 980px) {
    .digi-packet--page {
        padding-top: 0
    }
}

@media screen and (max-width: 576px) {
    .mobile-filter .mobile-filter-item span {
        font-size: 15px
    }

    .digi-packet--page .row {
        justify-content: center;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        min-width: 300px
    }

    .digi-title {
        font-size: 20px;
        margin-bottom: 25px
    }
}

.digi-card--title {
    height: 72px;
    /*  height: auto;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digi-card-mini-title {
    overflow: hidden;
    height: 50px;
}

.digi-card-list ul {
    /*  height: 60px;
  overflow: hidden*/
}

.digi-card--packet .right {
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.allpackets {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 330px;
    color: #653283 !important;
    font-size: 32px;
    padding: 9px 0;
    border: 2px solid rebeccapurple;
    border-radius: 10px;
}

.allpackets:focus {
    border: 2px solid #653283;
}

select::-ms-expand {
    display: none;
}

.digi-card--price p:nth-child(1) {
    font-size: 16px;
    text-align: center;
}

.digi-card--price p:nth-child(2) {
    text-align: right;
    padding-top: 10px;
}

.digi-popup-container {
    opacity: 0;
    visibility: hidden;
    transition: .33s;
    font-family: Arial, sans-serif
}

.digi-popup-container.active {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 102%;
    height: 100%;
    z-index: 999;
}

.digi-lightbox {
    width: 100%
}

.digi-lightbox-box {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.digi-lightbox-box::-webkit-scrollbar {
    width: 2px;
}

.digi-closer {
    position: absolute;
    right: -17px;
    top: -40px;
    color: white;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}

.query-box {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    padding: 3%;
    border: 6px solid white;
    background-color: #f7f7f7;
    text-align: center;
    box-shadow: 0px 10px 13px -7px #000000, 13px 7px 11px 1px rgb(255 253 248 / 12%);
    border-radius: 10px;
}

.query-box h2 {
    color: #672e85;
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}

.query-box p {
    color: black;
    margin: 15px 0 24px;
    display: block;
}

.query-box h3 {
    text-align: center;
    color: #672e85;
    font-size: 18px;
    margin-bottom: 10px;
}

.query-box form {
    width: 100%;
}

.query-box .query-input-box {
    border: 1px solid #c9b1d3 !important;
    width: 100%;
    color: #000;
    margin-bottom: 16px;
    position: relative;
}

.query-box .query-input-box input,
.query-box .query-input-box select {
    width: 100%;
    height: 45px;
    background-color: transparent;
    text-indent: 25px;
    outline: none;
    border: none;
    appearance: none;
}

.query-input-box.item-select:after {
    display: block;
    content: '<>';
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 13px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
    font: 17px "Consolas", monospace;
}

.query-box small {
    color: black;
    font-size: 12px;
    padding-bottom: 15px;
    display: block;
}

.query-box a {
    color: #672e85;
    text-decoration: none;
}

.query-send-btn {
    height: 60px;
    border-radius: 10px;
    color: #fff;
    background: #672e85;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    width: 500px;
    max-width: 80%;
    margin: 30px auto;
    cursor: pointer;
    transition: .33s;
    border: 1px solid transparent;
}

.query-send-btn:hover {
    border-color: #653283;
    color: #653283;
    background-color: transparent;
}

.priceBt {
    font-size: 12px;
}

.formerror {
    color: red;
    font-weight: bold;
}

.filter-bg {
    background: #f1f1f1;
    padding: 15px 0px;
}

.p60 {
    padding-top: 30px !important;
    padding-bottom: 25px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-130 {
    padding-top: 130px;
}

.tp--100 {
    position: sticky;
    top: -100 !important;
}

.campaign-detail .form {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.campaign-detail .form-area {
    background-image: linear-gradient(225deg, #06386C, #0872AE) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.call-animation .form-phone-ico {
    background: url(../img/phone.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
    height: 39px;
    width: 39px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
}

.campaign-detail .form-area .form-top {
    padding: 30px 0px 24px 33px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.call-animation {
    background-color: var(--secondary-color);
    height: 42px;
    width: 42px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    animation: play 2.3s infinite ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    top: 0px;
    left: 0px;
    border: 2px solid #FFFFFF;
    z-index: 5;
}

.call-animation-outer-fill {
    -moz-animation: circle-anim-2 2.3s infinite ease-in-out;
    -moz-border-radius: 100%;
    -moz-box-sizing: content-box;
    -moz-transition: all .5s;
    -ms-animation: circle-anim-2 2.3s infinite ease-in-out;
    -ms-border-radius: 100%;
    -ms-transition: all .5s;
    -o-animation: circle-anim-2 2.3s infinite ease-in-out;
    -o-transition: all .5s;
    -webkit-animation: circle-anim-2 2.3s infinite ease-in-out;
    -webkit-border-radius: 100%;
    -webkit-box-sizing: content-box;
    -webkit-transition: all .5s;
    animation: circle-anim-2 2.0s infinite ease-in-out;
    border: 2px solid transparent;
    border-radius: 100%;
    box-sizing: content-box;
    height: 100px;
    position: absolute;
    transition: all .4s;
    width: 100px;
    z-index: 2;
    transform-origin: center center 0px;
    border: 0.6px solid #fff;
    height: 55px;
    width: 55px;
    bottom: 0px;
    right: 0px;
    top: -10px;
    left: -10px;
}

.call-animation-outer {
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-border-radius: 100%;
    -moz-box-sizing: content-box;
    -moz-transition: all .5s;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-border-radius: 100%;
    -ms-opacity: .5;
    -ms-transition: all .5s;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-transition: all .5s;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-border-radius: 100%;
    -webkit-box-sizing: content-box;
    -webkit-transition: all .5s;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    border-radius: 100%;
    box-sizing: content-box;
    height: 150px;
    position: absolute;
    transition: all .5s;
    width: 150px;
    z-index: 2;
    transform-origin: center center 0px;
    border: 0.6px solid #fff;
    height: 55px;
    width: 55px;
    right: 0px;
    bottom: 0px;
    top: -10px;
    left: -10px;
}

.campaign-detail .form-area .form-bottom {
    padding: 30px 40px 30px 40px;
}

.white-color {
    color: #FFF;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.fw-Bold {
    font-weight: bold;
}

.f-15 {
    font-size: 15px;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.campaign-detail .form-area .form-bottom .btn-submit {
    background-color: #561283;
    background: #561283 linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    box-shadow: inset 0 1px 1px 0 rgb(255 255 255 / 50%), 0 16px 24px -12px rgb(0 0 0 / 30%);
    width: 170px;
    padding: 16px 0px;
    margin-top: 30px;
}

.blog-img {
    position: relative;
}

.ipac-title {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    top: 60px;
    left: 20px;
    height: 60px;    
    line-height: 1.1;
}

.isub-title {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    top: 140px;
    left: 20px;
}

.isub-title span {
    color: var(--theme-color);
}

.ipac-fiyat {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.ipac-fiyat .fiyats {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
}

.ipac-fiyat span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.ipac-fiyat .fiyats em {
    font-size: 20px;
}

.pac-title {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    top: 20px;
    left: 15px;
    width: 200px;
    height: auto;
    overflow: hidden;
}

.sub-title {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    top: 90px;
    left: 15px;
}

.pac-fiyat {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.pac-fiyat .fiyats {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
}

.pac-fiyat span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.pac-fiyat .fiyats em {
    font-size: 20px;
}

.tab-menu li {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.tab-menu li a {
    color: var(--body-color);
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.tab-menu li a.active {
    color: #fff;
    background-color: var(--secondary-color);
}

.tab-pane .logos {
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 150px;
    float: left;
}

.tab-pane .logos img {
    width: 100px;
}

.border {
    color: #000;
}

.h1-gallery {
    position: absolute;
    top: 150px;
    left: 70px;
    color: yellow;
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.modal-content {
    position: relative;
    background: url("../img/popup_bg.jpg");
    margin: auto;
    margin-top: 8%;
    padding: 0;
    width: 50%;
    height: auto;
    border-radius: 10px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: var(--theme-color);
}

.modal-body {
    padding: 2px 16px;
    border: 2.8px solid white;
    border-radius: 0.3rem;
    padding: 32px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
}

.h5-modal {
    color: white;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    margin: 0px !important;
}

.h6-modal {
    color: white;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-top: 30px;
}

.h6-contact {
    color: white;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}

.p-modal {
    color: white;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.text-modal {
    color: white;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    margin: 0px !important;
}

.label-modal {
    color: white;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px;
    padding-left: 30px
}

.modal-form {
    height: 50px;
    border: 1px solid #e0e0e0;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 2px;
    font-size: 14px;
    float: left;
    width: 30%
}

.modal-list {
    display: flex;
    align-items: flex-end;
    list-style: none;
}

.modal-li {
    display: inline;
    margin: 10px;
    position: relative;
}

.button-modal {
    background-color: var(--theme-color);
    border-radius: 20px;
    border: none;
    color: white;
    padding: 13px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

hr.new4 {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

hr.modelStroke {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.call-contact {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.modal-number {
    color: white;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
}

.formTitle {
    color: white;
    font-size: 15px;
    margin-bottom: 13px;
    font-weight: bold;
    text-align: left;
}

.modalForm {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
    float: left;
    padding: 0px 30px 0px 0px;
    width: 37%;
}

.modelInput {
    margin: 0px !important;
}

.modalButton {
    width: 25%;
    float: left;
    padding-top: 37px;
}

.modalPhone {
    width: 60px;
    height: 39px;
    padding-top: 23px;
}

.mobileButton {
    display: none;
}

.modalPhoneTab {
    display: block;
}

.boxContent {
    position: absolute;
    top: 440px;
    left: 60px;
    width: 30%;
    z-index: 35;
    font-size: 12px !important;
}

.column {
    float: left;
    width: 25%;
    height: 60px;
    background-color: #000;
    opacity: 0.8;
    text-align: center;
    margin: auto;
    align-items: center;
    line-height: 3em;
    font-size: 20px;
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 40px;
        left: 0;
        top: 0;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }
}

.blog-img-mobile {
    display: none;
}


@media(max-width: 600px) {
    .mobileButton {
        display: block;
    }

    .vs-btn {
        position: relative;
        display: inline-block;
        border: none;
        text-transform: capitalize;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-family: var(--title-font);
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        padding: 12px;
        /* padding: 11px 20px; */
        border-radius: 9999px;
        z-index: 1;
        right: 20px;
        bottom: 2px;
    }

    .modal-content {
        width: 100%;
        height: auto;
    }

    .modal {
        padding: 50px 5px;
    }

    .modal-body {
        border: 2.8px solid white;
        border-radius: 0.3rem;
        padding: 20px;
    }

    .modalForm {
        margin-bottom: var(--bs-gutter-x);
        position: relative;
        float: left;
        padding: 0px;
        width: 100%;
    }

    .modalButton {
        width: 100%;
        float: left;
        padding-top: 0px;
    }

    .modalPhoneTab {
        display: none;
    }

    

    .int-basvuru-modal .modal-content {
        width: 100%;
        height: auto;
    }

    .int-basvuru-modal .modal {
        padding: 50px 5px;
    }

    .int-basvuru-modal .modal-body {
        border: 2.8px solid white;
        border-radius: 0.3rem;
        padding: 20px;
    }

    .int-basvuru-modal .modalForm {
        margin-bottom: var(--bs-gutter-x);
        position: relative;
        float: left;
        padding: 0px;
        width: 100%;
    }

    .int-basvuru-modal .modalButton {
        width: 100%;
        float: left;
        padding-top: 0px;
    }

    .int-basvuru-modal .modalPhoneTab {
        display: none;
    }

    .int-basvuru-modal .modal-content {
        
        width: 100% !important;
        margin-top: 100px !important;
       
    }

    .boxContent {
        display: none;
    }

    .column {
        float: left;
        width: 25%;
        height: 60px;
        background-color: #000;
        opacity: 0.8;
        text-align: center;
        margin: auto;
        align-items: center;
        line-height: normal;
        font-size: 15px;
    }

    .pt-130 {
        padding-top: 30px;
    }

    /*     .blog-img{
        display: none;
    } */

    .blog-img .ipac-title {
        display: none;
    }

    .blog-img .isub-title {
        display: none;
    }

    .blog-img .ipac-fiyat {
        display: none;
    }

    .blog-img-mobile .ipac-title2 {
        font-size: 28px;
        font-weight: bold;
        color: #000000;                
        overflow: hidden;
        padding-bottom: 10px;
    }

    .blog-img-mobile .ipac-fiyat2 {
        font-size: 20px;
        font-weight: 400;
        color: #000000;                
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .blog-img-mobile .ipac-fiyat2 span{
        font-size: 30px;
        font-weight: bold;
        color: #000000;                
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .blog-img-mobile {
        display: block;
    }

    .blog-img-mobile p {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        margin: 0px !important;
    }

    .adresSorgulama {
        padding: 0px 0px !important;
    }

    .adresSorgulama .form button {
        width: 100%;
        border-radius: 5px;
        padding: 17px 40px;
        margin-left: 21px !important;
    }

    .basvurBtn {
        padding: 10px 0px 20px 20px !important;
    }

    .container .slider .logos {
        width: 60% !important;
        display: inline-block;
        margin: 0px 0;
        padding-right: 20px;
    }

    .swiper-wrapper {
        height: 350px !important;
    }

    .detailSlider-img {
        width: 60% !important;
        top: 35px;
        left: 70px !important;
    }

    .detailBox-content {
        font-size: 12px;
        width: 60% !important;
        top: 170px;
    }

    .newsletter-style1 input {
        border: 1px solid var(--white-color);
        background-color: rgba(0, 0, 0, 0);
        color: var(--white-color);
        width: 300px !important;
        height: 60px;
        padding: 0 50px 0 40px;
        border-radius: 9999px;
    }

}

.detailTitle {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    padding: 15px 0px 30px 0px;
}

.detailSlider-img {
    position: absolute;
    width: 40%;
    left: 60px;
}

.detailBox-content {
    position: absolute;
    text-align: left;
    font-size: 12px;
    width: 40%;
    right: 60px;
}



.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-red {
    color: red !important;
    font-weight: bold !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.position-relative {
    position: relative !important;
}

.f-14 {
    font-size: 14px;
}

.f-24 {
    font-size: 24px !important;
}

.br-14 {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.detail-p {
    padding: 0px 30px 0px 30px !important;
}

.form-kvkk p {
    color: white;
    font-size: 12px;
}

.form-kvkk label {
    color: white;
    font-size: 12px;
    position: relative;
    white-space: pre-line;
    line-height: 15px;
    padding-left: 20px;
    text-indent: 0px !important;
    padding-bottom: 20px;
}

.form-area .form-group {
    margin-bottom: 10px !important;
}

.form-bottom .formBtn {
    text-align: center;
}

.form-bottom .formBtn button {
    text-align: center;
    width: 60%;
}


.container .slider {
    animation: slidein 15s linear infinite;
    white-space: nowrap;
    padding: 5px 0px 40px 0px;
}

.container .slider .logos {
    width: 40%;
    display: inline-block;
    margin: 0px 0;
    padding-right: 20px;
}

.container .slider .logos .fab {
    width: calc(100% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards infinite;
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.basvurBtn {
    padding: 10px 0px 20px 0px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next::after {
    color: rgb(255, 255, 255) !important;
}

.swiper-button-prev::after {
    color: rgb(255, 255, 255) !important;
}

.swiper-pagination-bullet {
    background-color: rgb(255, 255, 255) !important;
}

.checkIcon {
    position: absolute;
    top: 1px;
    left: 0px;
    padding: 6px;        
    border-radius: 50%;
    font-size: 10px;
    color: rgb(116, 52, 52);
}

img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */

.container {
    position: relative;
}

/* Hide the images by default */

.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */

.cursor {
    cursor: pointer;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

/* Six columns side by side */

.column {
    float: left;
    width: 25%;
    height: 60px;
    background-color: #000;
    opacity: 0.8;
    text-align: center;
    margin: auto;
    align-items: center;
    line-height: 3em;
}

.column-right {
    height: auto;
    background-color: #000;
    margin: auto;
    align-items: center;
    line-height: 3em;
    padding-left: 18px;
    opacity: 0.8;
}

.column-text {
    height: auto;
    background-color: #000;
    margin: auto;
    align-items: center;
    line-height: 3em;
    padding: 18px;
    opacity: 0.8;
    text-align: justify;
    width: 150%;
    margin-top: -25%;
    border-radius: 10px;
}

/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
    text-align: center;
    color: white;
    text-align: justify;
}

.active,
.demo:hover {
    opacity: 1;
}

.text-slider {
    color: white;
    font-size: 24px;
    font-weight: 400;
    width: 210px;
}

.text-p {
    color: white;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    max-height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.button {
    background-color: var(--theme-color);
    border: none;
    border-radius: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* margin: 4px 2px; */
    cursor: pointer;
    line-height: 1em;
    width: 30%;
    padding: 0px;
}

.button:hover {
    background-color: rgb(170, 41, 41);
}


:root {
    --card-width: 100px;
    --card-height: 200px;
    --card-transition-duration: 500ms;
    --card-transition-easing: ease;
}

.app {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 250px 0px;
}

.app__bg {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
    pointer-events: painted;
    user-select: none;
    overflow: hidden;

}

.app__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.8;
}

.app__bg__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(var(--image-translate-offset, 0));
    width: 180%;
    height: 180%;
    transition: transform 1000ms ease, opacity 500ms ease;
    overflow: hidden;
}

.app__bg__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app__bg__image.current--image {
    opacity: 1;
    --image-translate-offset: 0;
}

.app__bg__image.previous--image,
.app__bg__image.next--image {
    opacity: 0;
}

.app__bg__image.previous--image {
    --image-translate-offset: -25%;
}

.app__bg__image.next--image {
    --image-translate-offset: 25%;
}

.cardList {
    position: absolute;
    width: calc(3 * var(--card-width));
    height: auto;
}

.cardList__btn {
    --btn-size: 70px;
    width: var(--btn-size);
    height: var(--btn-size);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.cardList__btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0) !important;
}

.cardList__btn.btn--left {
    left: -5%;
}

.cardList__btn.btn--right {
    right: -5%;
}

.cardList__btn .icon {
    width: 100%;
    height: 100%;
}

.cardList__btn .icon svg {
    width: 100%;
    height: 100%;
}

.cardList .cards__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.card {
    --card-translateY-offset: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
    display: inline-block;
    width: var(--card-width);
    height: var(--card-height);
    transition: transform var(--card-transition-duration) var(--card-transition-easing);
    user-select: none;
}

.card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    transition: opacity var(--card-transition-duration) var(--card-transition-easing);
    opacity: calc(1 - var(--opacity));
}

.card__image {
    position: relative;
    width: 100%;
    height: 100%;
}

.card__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.current--card {
    --current-card-rotation-offset: 0;
    --card-translateX-offset: 0;
    --card-rotation-offset: var(--current-card-rotation-offset);
    --card-scale-offset: 1.2;
    --opacity: 0.8;
}

.card.previous--card {
    --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
    --card-rotation-offset: 25deg;
}

.card.next--card {
    --card-translateX-offset: calc(var(--card-width) * 1.1);
    --card-rotation-offset: -25deg;
}

.card.previous--card,
.card.next--card {
    --card-scale-offset: 0.9;
    --opacity: 0.4;
}

.infoList {
    position: absolute;
    width: calc(3 * var(--card-width));
    height: var(--card-height);
    pointer-events: none;
}

.infoList .info__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.info {
    margin-bottom: calc(var(--card-height) / 8);
    margin-left: calc(var(--card-width) / 1.5);
    transform: translateZ(2rem);
    transition: transform var(--card-transition-duration) var(--card-transition-easing);
}

.info .text {
    position: relative;
    font-family: "Montserrat";
    font-size: calc(var(--card-width) * var(--text-size-offset, 0.2));
    white-space: nowrap;
    color: #fff;
    width: fit-content;
    text-shadow: 2px 2px #000;
}

.info .name,
.info .location {
    text-transform: uppercase;
}

.info .location {
    font-weight: 800;
}

.info .location {
    --mg-left: 40px;
    --text-size-offset: 0.12;
    font-weight: 600;
    margin-left: var(--mg-left);
    margin-bottom: calc(var(--mg-left) / 2);
    padding-bottom: 0.8rem;
}

.info .location::before,
.info .location::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 0%;
    transform: translate(calc(-1 * var(--mg-left)), -50%);
}

.info .location::before {
    top: 50%;
    width: 20px;
    height: 5px;
    text-shadow: 2px 2px #000;
}

.info .location::after {
    bottom: 0;
    width: 60px;
    height: 2px;
    text-shadow: 2px 2px #000;
}

.info .description {
    --text-size-offset: 0.065;
    font-weight: 500;
}

.info.current--info {
    opacity: 1;
    display: block;
}

.info.previous--info,
.info.next--info {
    opacity: 0;
    display: none;
}

.loading__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    z-index: 200;
}

.loading__wrapper .loader--text {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    margin-bottom: 1.4rem;
}

.loading__wrapper .loader {
    position: relative;
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
}

.loading__wrapper .loader span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
    transform: scaleX(0);
    transform-origin: left;
}

@media only screen and (min-width: 800px) {
    :root {
        --card-width: 250px;
        --card-height: 400px;
    }
}

.movieTitle h1 {
    color: black;
    margin: -0.1em 0 -0.1em 0;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 99999999;
    text-align: center;
}

.movieTitle p {
    text-align: center;
    padding-bottom: 10px;
}

.card-list button svg {
    width: 200px !important;
}


.vs-btn-slider {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: capitalize;
    text-align: center;
    background-color: transparent;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 9999px;
    z-index: 1
}

.vs-btn-slider:hover {
    color: #fff !important
}


.vs-btn-slider:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: var(--theme-color);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s;
}



.movie-p {
    padding-top: 60px;
    padding-bottom: 60px;
}

.movieTitle h2 {
    color: #fff;
    text-shadow: rgb(0 0 0 / 50%) 2px 2px;
}

.movieTitle p {
    text-shadow: rgb(0 0 0 / 50%) 2px 2px;
    color: #fff;
}

.movieDetail-p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.movie-detailTitle h2 {
    color: rgb(0, 0, 0);
}

.kampanya {
    padding-top: 70px;
    padding-bottom: 20px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 15px;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.form-popup {
    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 99999;
}

.form-popup h1 {
    font-size: 18px;
    padding: 0px;
}

.form-popup img {
    width: 90px;
    padding-bottom: 10px;
}


.form-container {
    max-width: 310px;
    padding: 10px 20px 2px;
    background-color: white;
    border-radius: 5px 0px 0px 5px;
    box-shadow: -2px 2px 10px #00000050;
}


.form-container input[type=text],
.form-container input[type=tel] {
    width: 100%;
    padding: 15px;
    margin: 0px 0 10px 0;
    background-color: #fff;
    border: none;
    border-radius: 5px;
}


.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: var(--theme-color);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.form-container p {
    font-size: 12px;
    color: #000;
    padding-top: 5px;
}

.adresSorgulama {
    text-align: center;
    padding: 0px 150px;
}

.adresSorgulama .form {
    text-align: center;
    padding-bottom: 15px;
}

.adresSorgulama .form button {
    width: 100%;
    border-radius: 5px;
    padding: 27px 40px;
}

.adresSorgulama select {
    height: 70px;
    font-weight: 700 !important;
}

.contactTab ul {
    list-style-type: none;
}

.contactTab {
    padding: 20px 0px 0px 0px !important;
}

.priceBox {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 17px;
    line-height: 1;
    padding: 20px;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0px 7px 12px 12px rgb(0 35 160 / 6%);
}

.priceBox:hover {
    background-color: var(--theme-color2) !important;
    color: #fff !important;
    transition: 0.7s;
}

.priceBox.style5 {
    background-color: #e63323;
    font-weight: 700;
}

.priceBox:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s;
}

.slider-p {
    padding-top: 88px;
}

/* Popup (arka plan) */
.sorgulamaModal {
    display: none;
    /* Varsayılan olarak gizlidir */
    position: fixed;
    /* Yerinde kal */
    z-index: 1;
    /* Üstte */
    left: 0;
    top: 0;
    width: 100%;
    /* Ful Genişlik */
    height: 100%;
    /* Ful Yükseklik */
    overflow: auto;
    /* Gerekirse kaydırmayı etkinleştir */
    background-color: rgb(0, 0, 0);
    /* Yedek renk */
    background-color: rgba(0, 0, 0, 0.4);
    /* Siyah w / opaklık */
}

/* İçerik / Kutu */
.basvuruSorgulamaModel-icerik {
    background: url("../img/popup_bg.jpg");
    padding: 0;
    margin: 160px auto;
    border: 2.8px solid white;
    border-radius: 0.3rem;
    padding: 15px;
    width: 26%;
    height: auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.basvuruSorgulamaModel-icerik .modalForm {
    color: var(--body-color);
    border-radius: 2px;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px !important;
    margin-bottom: 0px;
}

.basvuruSorgulamaModel-icerik .modelStroke {
    padding: 0px !important;
}

.basvuruSorgulamaModel-icerik .formTitle {
    padding-top: 10px;
}

.basvuruSorgulamaModel-icerik .kapat {
    color: #fff
}

.basvuruSorgulamaModel-icerik .modalButton {
    padding-top: 20px;
    margin-bottom: 0px;
    text-align: left;
    width: 100% !important;
}

.basvuruSorgulamaModel-icerik .button-modal {
    background-color: var(--theme-color);
    border-radius: 20px;
    border: none;
    color: white;
    padding: 13px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 40%;
}



/* Kapat Düğmesi */
.kapat {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.kapat:hover,
.kapat:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


@media(max-width: 1600px) {
    .basvuruSorgulamaModel-icerik {
        margin: 110px auto !important;
        border: 2.8px solid white;
        border-radius: 0.3rem;
        padding: 25px !important;
        width: 45% !important;
        height: auto;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    .form-popup {
        top: 100px;
    }

    .form-popup h1 {
        font-size: 15px;
        padding: 0px;
    }

    .form-popup img {
        width: 70px;
        padding-bottom: 10px;
    }


    .form-container {
        max-width: 280px;
        padding: 10px 20px 1px 20px;
        background-color: white;
        border-radius: 5px 0px 0px 5px;
        box-shadow: -2px 2px 10px #00000050;
    }


    .form-container input[type=text],
    .form-container input[type=tel] {
        width: 100%;
        padding: 15px;
        margin: 0px 0 10px 0;
        background-color: #fff;
        border: none;
        border-radius: 5px;
    }


    .form-container input[type=text]:focus,
    .form-container input[type=password]:focus {
        background-color: #ddd;
        outline: none;
    }

    /* Set a style for the submit/login button */
    .form-container .btn {
        background-color: var(--theme-color);
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 600;
    }

    .form-container p {
        font-size: 11px;
        color: #000;
        padding-top: 5px;
    }


    .vs-btn {
        font-size: 12px;
        padding: 15px 20px;
        margin: 0px 0px 0px 0px;
    }
}

@media(max-width: 600px) {

    .vs-btn {
        font-size: 12px;
        padding: 15px 20px;
        margin: 10px 0px 0px 30px;
    }

    .basvuruSorgulamaModel-icerik {
        margin: 170px auto !important;
        border: 2.8px solid white;
        border-radius: 0.3rem;
        padding: 25px !important;
        width: 90% !important;
        height: auto;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    .basvuruSorgulamaModel-icerik .button-modal {
        background-color: var(--theme-color);
        border-radius: 20px;
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        width: 40%;
    }

    .form-popup {
        display: none;
    }

    .slider-p {
        padding-top: 0px;
    }

    .mobilSlider {
        display: block !important;
        margin-top:80px;
    }

    .destkopSlider {
        display: none !important;
    }

    .vs-btn-slider {
        position: relative;
        display: inline-block;
        border: 1px solid #fff;
        text-transform: capitalize;
        text-align: center;
        background-color: transparent;
        color: var(--white-color);
        font-family: var(--title-font);
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        padding: 10px 10px;
        border-radius: 9999px;
        z-index: 1
    }


}

.sliderGra {
    position: absolute;
    width: 100%;
    height: 595px;
    background: rgb(255, 0, 0);
    background: linear-gradient(75deg, rgba(255, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 99999;
}

/* 
.vs-hero-carousel{
    width: 100%;
    height: 1080px !important;
} */

.mobilSlider {
    display: none;
}


.maclarBg {
    width: 100%;
    box-shadow: 10px 17.321px 60px 0px rgb(0 35 160 / 6%);
    padding: 0px 20px 20px 20px;
    background: url(../img/stsl.png);
    background-size: 50%!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.stsl-bg{
    background-color: var(--theme-color) !important;
}

.stbl-bg{
    background-color: #ffae00 !important;
}

.stbasketboll-bg{
    background-color: #ff6600 !important;
}

.maclarTitle {
    text-align: left;
    padding: 15px 0px 0px 0px !important;
}

.maclarTitle h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold !important;
    text-align: left !important;
    margin: 0 0 0px 0;
} 

.maclarTitle p {
    font-size: 13px;
    text-align: left;
    color: #fff;
}

.maclar-img {
    padding: 0px 0px 0px 0px;
}

.maclar-img img {
    background-color: #fff;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 10px 17.321px 60px 0px rgb(0 35 160 / 6%);
}

.maclar-img span {
    color: white;
    display: block;
    font-size: 13px;
    padding-top: 10px;
    height: 45px;
    overflow: hidden;
    line-height: 15px;
}

.haftanin-maclari {
    padding: 50px;
}

.haftanin-maclari h2{
    font-size: 25px;
    padding-bottom: 10px;    
}

.haftanin-maclari table tr img{
    width: 55px;
}

.haftanin-maclari table {     
    box-shadow: 0 0 12px 0 rgb(40 40 40 / 5%);  
    border: none;
}



.haftanin-maclari table tr td{
    padding: 20px;
    font-size: 15px;    
    font-weight: 500
}

.haftanin-maclari table tr td p{
    font-weight: bold;
}

.haftanin-maclari table tr .takim1{
    text-align: end;
}

.haftanin-maclari table tr .takim2{
    text-align: start;
}

.haftanin-maclari table tr .tarih{    
    text-align: center;
}

.haftanin-maclari table tr .tarih p{    
    margin: 0px !important;
}


.right-fixed-apply-btn, .mobil-online-button-subpage {
    width: 176px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: -63px;
    top: 38%;
    font-size: 16px;
    margin-top: -25px;
    background-color: #e63323;
    display: block;
    color: #fff!important;
    font-weight: bold;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 999;    
    text-decoration: none;
    padding: 0 !important;
    border-radius: 0;    
}

.right-fixed-apply-btn:hover, .mobil-online-button-subpage {
    color: #000 !important;
}

.int-basvuru-modal h5{
    font-size: 20px;
    padding-top: 20px;
    color: #e63323 !important;
}

.int-basvuru-modal .modalForm {
    margin-bottom: 25px;
    position: relative;
    float: none;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.int-basvuru-modal .modal-content {
    position: relative;
    background: url(../img/form.png);
    margin: auto;
    margin-top: 8%;
    padding: 0;
    width: 25%;
    height: auto;
    border-radius: 10px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.int-basvuru-modal .modalButton {
    width: 45%;
    float: none;
    padding-top: 10px;
}

.int-basvuru-modal .modal-body {
    padding: 2px 16px;
    border: 2.8px solid white;
    border-radius: 0.3rem;
    padding: 20px 0px 0px 0px;
}

.int-basvuru-modal .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 15px;
    font-weight: 500;
    width: 33.3%!important;
    height: 70px;
    vertical-align: middle;
    text-align: center;    
    line-height: 1.2   
}

.int-basvuru-modal .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link  {
    color: var(--theme-color);
}

.int-basvuru-modal .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: bold;
    background-color: var(--theme-color);
    border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}

.int-basvuru-modal .formTitle {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.int-basvuru-modal .text-modal {
    color: #000000;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    margin: 0px !important;
}

.int-basvuru-modal select, .form-control, .form-select, textarea, input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #e1e1e1;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    border-radius: 0.25rem;
}

.int-basvuru-modal .close {
    color: rgb(0, 0, 0);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.int-basvuru-modal .accordion-body {
    padding: 1rem 1.25rem 0rem 1.25rem;
}

.int-basvuru-modal .modalPhoneTab {
    display: block;
    text-align: left;
}

.int-basvuru-modal .modalPhone {
    width: 100px;    
    padding-top: 23px;
}

.int-basvuru-modal .modal-number {    
    text-align: left;        
}

.int-basvuru-modal .modal-number .tel{    
    color: #e63323;
    font-size: 25px;
    font-weight: bold;
}

.int-basvuru-modal .h6-contact {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    padding-top: 30px;
}

.feature-content h3{
    font-size: 22px;
}

.feature-content p{
    font-size: 16px;
}







.blog-slider {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #0058ad;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 350px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 280px;
  flex-shrink: 0;
  height: 280px;  
  box-shadow: rgb(0 0 0 / 7%) -10px 0px 12px 0px;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}


/* .blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
  opacity: 0.8;
} */

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
  text-align: left;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.5em;  
}

.blog-slider__text a {
    color: #ffffff;
    font-weight: 700;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: start;  
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 5px 0px !important;
  display: block;
  border-radius: 10px;
  background: #ffffff52 !important;
  opacity: 1;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff !important;
  height: 20px;
  box-shadow: 0px 0px 20px #1483c850;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.title5 a{
    font-size: 30px;
    color: var(--theme-color);
}

.p-kampanya .blog-style1 .blog-title {
    font-weight: 600;
    text-align: left;
    margin: 0 0 10px 0;
    color: #000;
}

.p-kampanya .blog-style1 .blog-title a{
    font-size: 20px;
    font-weight: 700;
}

.p-kampanya .blog-content p{
    font-size: 16px;
    margin-bottom: 10px;
}

.p-kampanya .blog-content .alttitle{
    font-size: 14px;
    color: #e63323;
    font-weight: 600;
}

.p-kampanya .blog-content .fiyat span{
    font-size: 25px;
    color: #000000;
    font-weight: bold;
}

.p-kampanya .blog-content .fiyat{
    font-size: 13px;
    color: #000000;    
}

.p-kampanya .blog-content .vs-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 20px;
}

.p-kampanya .vs-btn.style2 {
    border: 2px solid #e63323;
    background-color: rgba(0, 0, 0, 0);
    color: #e63323;
}


.p-kampanya .vs-btn.style2:hover {    
    background-color: #e63323;
    color: #e63323;
}

.p-kampanya .blog-content {
    background-image: url("/assets/img/k-bg.png");    
}

.p-kampanya p {
    color: #fff;
}

.p-kampanya .sec-title {
    font-size: 48px;
    line-height: 1.3;
    margin: -0.2em 0 26px 0;
    display: inline-block;
    color: #fff;
}




.text-start {
    text-align: left !important;
}


.bcrumb {
    display: flex;
    align-items: flex-start;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.bcrumb .breadcumb-wrapper {
    background: transparent;
    border-bottom: 1px solid #dbdbdb;
}

.bcrumb .breadcumb-title {
    text-align: left;
}

.bcrumb .breadcumb-title {
    color: #000000;
    margin: -0.1em 0 -0.1em 0;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
    z-index: 0 !important;
    text-align: left;
    text-shadow: none !important
}

.bcrumb a:hover {
    color: #fff !important;
}

.channels-module-text ul li:nth-child(4n+1) {
    clear: both;
}

.channels-module-text ul:before, .channels-module-text .item .text ul:after {
    content: "";
    display: table;
}

.channels-module-text ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: 500;
}

.adresSorgulama .priceBox {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 15px;
    line-height: 1;    
    padding: 17px;
    border-radius: 15px;
    z-index: 1;
    box-shadow: none;
}

.adresSorgulama
.basvurBtn {
    padding: 15px 0px 10px 0px;
}

.movieDetail-p .service-style1 {
    text-align: center;
    background-color: var(--white-color);
    padding: 50px !important;
    transition: all ease .4s;
    border-radius: 12px;
    width: 100%;
    height: 350px;
}

.movieDetail-p .vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 30px;
    border-radius: 9999px;
    z-index: 1;
}

.movieDetail-p .vs-btn.style2 {
    border: 2px solid var(--white-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
}

.movieDetail-p .vs-btn.style2:hover {
    font-weight: 700;
    color: var(--theme-color2);
}

.movieDetail-p .fiyat {
    font-size: 30px;
    padding: 30px 0px;
}

.cross-banner {
    width: 65%;
    padding: 10px 0px 0px;
    overflow: hidden;
}

.cross-banner .cross-campaign-item:last-child {
    margin-right: 0;
}

.cross-banner .cross-campaign-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

 .cross-banner .link-button {
    margin: 0;
    float: left;
    width: 100%;
}
.cross-banner .link-button.green .link-button-icon {    
    border-color: #cedb00;
}

.cross-banner .link-button .link-button-icon {
    width: 100%;
    height: 110px;    
    text-decoration: none;
    display: block;
    position: relative;
    border-width: 4px;
    border-style: solid;
    font-size: 1rem;
}

.cross-banner .link-button.green .link-button-icon .icon, .campaing-block .hero-area .cross-banner .link-button.green .link-button-icon span.text {
    color: #002855;
}

.cross-banner .link-button .link-button-icon .icon {
    width: 100%;
    height: 50px;
    display: block;
    vertical-align: top;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 300;
    -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

.cross-banner .link-button .link-button-icon u {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 250;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

.cross-banner .link-button.green .link-button-icon .icon, .campaing-block .hero-area .cross-banner .link-button.green .link-button-icon span.text {
    color: #fff;
}

.cross-banner .link-button span.text {
    text-align: center;
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 270;
    line-height: 1rem;
    font-size: 14px;
    font-weight: 500;
}

.cross-banner .link-button:hover .link-button-icon u, .campaing-block .hero-area .cross-banner .link-button:focus .link-button-icon u {
    height: 100px;
    width: 100%;
    margin-left: -50%;
    margin-top: -50px;
    opacity: .98;
}

.cross-banner .link-button.green:hover .link-button-icon span.text {
    color: #cedb00;
}

.cross-banner .link-button.blue .link-button-icon {    
    border-color: #05b4c7;
}

.cross-banner .link-button.dark .link-button-icon {    
    border-color: #002857;
}

.cross-banner .link-button.blue:hover .link-button-icon .icon {
    color: #05b4c7;
}

.cross-banner .link-button.blue:hover .link-button-icon span.text {
    color: #05b4c7;
}

.cross-banner .link-button.dark:hover .link-button-icon .icon {
    color: #002857;
}

.cross-banner .link-button.dark:hover .link-button-icon span.text {
    color: #002857;
}

.cross-banner .link-button.green:hover .link-button-icon .icon {
    color: #cedb00;
}

.cross-banner .link-button.green:hover .link-button-icon span.text {
    color: #cedb00;
}

.package-amount {
    line-height: 1;
    margin: 0 0 40px 0;
}

.paketS-1{
    background-image: linear-gradient(225deg, #06386C, #0872AE) !important;
}

.paketS-2, digi-card--header4 {
    background-image: linear-gradient(133deg, #0082ca, #00b8e7);
    border-radius: 9px 10px 9px 9px;
    height: 230px;
}

.paketS-3, .digi-card--header3 {
    background-image: linear-gradient(133deg, #048a95, #0abec7);
    border-radius: 9px 10px 9px 9px;
    height: 230px;
}

.paketS-4, .digi-card--header4 {
    background-image: linear-gradient(133deg, #662233, #a43651 100%);
    border-radius: 9px 10px 9px 9px;
    height: 230px;
}

.paketS .team-name {
    color: #fff;
    font-weight: bold;
}

.paketS .team-style1 .team-degi {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffffad;
}

.paketS .team-style1 .team-number {
    font-size: 15px;
    color: #fff;
}

.paketS .team-number img {
    width: 20px;
}

.paketS .currency {
    font-size: 15px;
    font-weight: 500;
    color: #fff;  
    top: 0px;
    position: relative;
}

.paketS .price {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.paketS .duration {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
}

table {    
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid transparent;
    text-align: left;
    padding: 10px;
    font-size: 15px;
  }
  
  tr:nth-child(even) {
    background-color: #f9f9f9;    
  }

  tr:hover {
    background-color: #00285514;    
    transition: .5s;
}

  table .priceBox {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 1;
    padding: 12px;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0px 7px 12px 12px rgb(0 35 160 / 6%);
}






.wrapper2 {
    background: transparent;
    border: 1px solid var(--theme-color2);
    color: var(--theme-color2);
    cursor: help;
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    width: 190px;
    height: 70px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    justify-content: center;
}
    
    .wrapper2 .tooltip {
    background: #1496bb;
    font-size: 15px;
    font-weight: 500;
    bottom: 100%;
    color: #fff;
    display: block;
    left: 0px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
        transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }
    
    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .wrapper2 .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    }
    
    /* CSS Triangles - see Trevor's post */
    .wrapper2 .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    }
    
    .wrapper2:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    
    /* IE can just show/hide with no transition */
    .lte8 .wrapper2 .tooltip {
    display: none;
    }
    
    .lte8 .wrapper2:hover .tooltip {
    display: block;
    }
 

    .kampanya-detay {
        height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }        

.kampanya-detay li{
    font-size: 15px;
}





.flip {
    position: relative;
  }
  .flip > .front,
  .flip > .back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: .8s;  
    transition-property: transform, opacity;
  }
  .flip > .front {
    transform: rotateY(0deg);
  }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
  }
  .flip:hover > .front {
    transform: rotateY(180deg);
  }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .flip.flip-vertical > .back {
    transform: rotateX(-180deg);
  }
  .flip.flip-vertical:hover > .front {
    transform: rotateX(180deg);
  }
  .flip.flip-vertical:hover > .back {
    transform: rotateX(0deg);
  }
  
  .flip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1em;
    width: 400px;
  }
  
  .flip .back div{
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: rgb(252, 252, 252)
  }
  
  .flip > .front,
  .flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 220px;
    padding: 50px;
    background-color: var(--theme-color2);
    border-radius: 10px;
    border: 1px solid rgb(207, 207, 207);
  }
  .flip > .front p,
  .flip > .back p {
    font-size: 15px;
    line-height: 160%;
    color: rgb(255, 255, 255);
  }
  
  .text-shadow {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
  }

  .sort {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 37px;
    border-color: transparent transparent transparent #d0d921;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 0;
    margin-left: 65px;
    margin-top: -23px;
}

.sort::before {
    content: attr(title);
    position: absolute;
    display: block;
    z-index: 1;
    left: -34px;
    top: -13px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;    
    font-size: 1.05rem;
}

.wrapper3 {
    background: transparent;
    border: 1px solid var(--theme-color2);
    color: var(--theme-color2);
    cursor: help;
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    padding: 15px;
    line-height: 20px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    width: 190px;
    height: 90px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    justify-content: center;
}
    
.wrapper3 .tooltip {
    background: #1496bb;
    font-size: 15px;
    font-weight: 500;
    bottom: 100%;
    color: #fff;
    display: block;
    left: 0px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
        transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }
    
    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .wrapper3 .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    }
    
    /* CSS Triangles - see Trevor's post */
    .wrapper3 .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    }
    
    .wrapper3:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    
    /* IE can just show/hide with no transition */
    .lte8 .wrapper3 .tooltip {
    display: none;
    }
    
    .lte8 .wrapper3:hover .tooltip {
    display: block;
    }


    .button-area {
        position: absolute;
        right: 17%;
        top: 0;
        padding-top: 90px;
        z-index: 8;
        width: 255px;
        outline: none;
        border: none;
        z-index: 999999;
    }

    .button-wrapper {
        width: 200px;
        float: right;
    }

    .btn-online{
        background-color: rgb(230, 51, 35) !important;        
    }

    .btn-online:hover{
        background-color: #e13829 !important
    }

    .btn-online span{
        color: #fff;        
        margin-bottom: 10px;        
        font-size: 15px;
        font-weight: 600;
    }

    .btn-online i{
        padding-top: 5px;
        padding-left: 20px;
        color: #fff;  
        margin-bottom: 10px;        
        font-size: 15px;
    }

    .button-area .button-online .icon {
        font-size: 1.1rem;
        color: #fff;
        vertical-align: top;
        padding-right: 5px;
        width: 30px;
        display: inline-block;
        float: right;
        padding: 17px 10px 0 0;
    }    

    .button-area .btn-service {
        background-color: #e9f1f8;
        height: 48px;
        color: #002855;
        text-decoration: none;
        text-align: left;
        display: block;
        margin-bottom: 5px;
        padding: 12px 0 6px 20px;        
        font-weight: 500;        
        line-height: 1.4;
        font-size: 15px;
    }

    .button-area .btn-service .icon {
        font-size: 15px;
        color: #002855;
        vertical-align: top;
        padding-right: 40px;
        width: 32px;
        display: inline-block;
        transition: all .2s ease-in-out 0s;
    }

    .mini-box{
        text-align: right;
    }

    .mini-box span{
        color: #fff;
        font-size: 12px;
        padding: 7px 16px;
        padding-left: 20px;
        margin-bottom: 8px;
        background-color: #FF9800;
        transform: translateY(-0px);
        border-bottom-left-radius: 16px;
        font-weight: 500;
    }

    .card-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px #dee3ed solid;
        text-align: left;        
        background-color: #ffffff;
        gap: 16px;
        height: 110px;
    }

    .card-info > div:first-child {
        padding: 15px 16px 12px 16px;
    }

    .card-info .left-side .top-text {
        color: #049EAD;
        font-weight: 800;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .card-info .left-side .prices {
        display: flex;
        gap: 12px;
    }

.card-info .left-side .prices .price .sup-group {
    align-items: baseline !important;
    gap: 2px;
}

.sup-group {
    font-size: 36;
    font-size: 35px;
    color: #222943;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
}

.card-info .left-side .prices .price .sup-group {
    align-items: baseline !important;
    gap: 2px;
}

.card-info .note {
    margin-bottom: 0;
    font-size: 12;
    font-size: 0.75rem;
}

p.note {
    font-size: 14;
    font-size: 0.875rem;
    color: #919eba;
    line-height: 1.43;
    font-weight: 400;
}

.card-info .period-text {
    display: none;
}

.card-info .button {
    width: 44px;
    height: 44px;
    border-radius: 50%;    
    margin-right: 16px;
    padding: unset !important;
    margin-top: 15px;
}
.card-info .button a {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-info sup{
    top: 0;
    font-size: 15px;
}

.card-info button{
    background-color: transparent !important;
}

.p-kampanya .digi-card--body p{
    color: #000 !important;
}

.kBox{
    padding: 20px 50px 10px 50px;
}

.detay-kBox{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(225deg, #06386C, #0872AE) !important;
    border-radius: 9px 10px 9px 9px;
    
}

.detay-kBox .kBox-content1{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    padding: 30px 9px 0px 9px;
    text-align: center;
}

.detay-kBox .kBox-title1{
    font-size: 40px;
    line-height: 1;
    color: white;
    font-weight: bold;
    padding-top: 20px;
}

.detay-kBox .kBox-content2{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 9px 50px 9px;
    text-align: center;
}

.detay-kBox .kBox-content3{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 9px 15px 9px;
    text-align: center;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
}


#ucretsiz .blog-content {
    overflow: initial !important;
}

@media(max-width: 460px) {
    .blog-details .blog-img {
        margin-bottom: 40px;
        margin-top: 50px !important;
    }
    .cross-banner {
        width: 110% !important;        
    }
    .right-fixed-apply-btn, .mobil-online-button-subpage {
        width: 130px !important;        
        right: -45px !important;        
        font-size: 13px !important;
    }
    .digi-card {        
        max-width: 370px !important;
    }
    .team-style1 .bsvr1 {
        transform: translateY(-30px)!important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {        
        padding-left: 10px !important;
    }
    .team-style1 .team-social {        
        margin: 0 20px 0 20px !important;        
    }
    .team-style1 .team-social {
        transform: translateY(0) !important;
    }
    .bcrumb .breadcumb-title {
        font-size: 25px !important;
    }
    .breadcumb-menu-wrap {
        justify-content: left !important;
        text-align: center;
        margin-top: 5px !important;
    }
}

.header-logo img {
    width: 265px;
}


.aydinlatma input[type=checkbox] ~ label:before {
    border: 2px solid #000;
}

.aydinlatma label {
    margin-left: 0 !important;
}

.aydinlatma2 label {
    line-height: 45px;
}


@keyframes example {
    from {
        border-color: #fff;
    }

    to {
        border-color: var(--theme-color);
    }
}

.lblhata:before {
    border-width: 2px !important;
    border: solid 2px var(--theme-color);
    animation-name: example;
    animation-duration:1s;   
    animation-iteration-count: infinite;
  
    /*content:'Zorunlu alan!'!important;*/
}