@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
    --theme-color: #bb8cbd;
    --title-color: #211e1c;
    --body-color: #555555;
    --body-color1: #211e1c;
    --smoke-color: #f6f6f6;
    --light-smoke-color: #fafafa;
    --white-color: #ffffff;
    --black-color: #000000;
    --dark-color: #151515;
    --silver-color: #aeaeae;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: rgba(0, 0, 0, 0.10);
    --theme-font1: 'Tajawal';
    --theme-font2: 'Roboto';
    --icon-font: 'Font Awesome 5 Pro';
    --icon-font2: 'Flaticon';
    --section-space: 120px;
    --moving-ani-duration: 5s;
    --ripple-ani-duration: 5s;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

body { 
    font-family: var(--theme-font1);
    font-size: 18px;
    font-weight: 500;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    text-align: right;
}

iframe {
    border: none;
    width: 100%
}

::selection {
    color: #fff;
    background-color: var(--theme-color)
}

.lang-rtl {
    font-family: var(--theme-font2);
    direction: ltr;
    display: inline-block;
}

.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
}

    ol li,
    ul li {
        margin: 2px 0
    }

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 500
}

td,
th {
    border-top: 1px solid var(--border-color);
    padding: 9px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
}

    a:active,
    a:focus,
    a:hover,
    a:visited {
        text-decoration: none;
        outline: 0
    }

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

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
}

p {
    margin: 0 0 15px 0;
    color: var(--body-color);
    line-height: 1.6
}

    p:last-of-type:not([class*="mb-"]),
    p:last-child:not([class*="mb-"]) {
        margin: 0 0 25px 0
    }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--theme-font1);
    color: var(--title-color);
    font-weight: 400;
    text-transform: none;
    line-height: 1.5;
    margin: 0 0 20px 0
}

.h1,
h1 {
    font-size: 48px;
    line-height: 1.3
}

.h2,
h2 {
    font-size: 36px;
    line-height: 1.3
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.4
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 16px
}

@media (max-width: 1199px) {

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }
}

@media (max-width: 992px) {

    .h1,
    h1,
    .h2,
    h2,
    .h3,
    h3,
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
        margin: 0 0 15px 0
    }

    .h1,
    h1 {
        font-size: 42px
    }

    .h2,
    h2 {
        font-size: 38px
    }

    .h3,
    h3 {
        font-size: 24px
    }

    .h4,
    h4 {
        font-size: 20px
    }
}

@media (max-width: 768px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 28px
    }

    .h3,
    h3 {
        font-size: 22px
    }
}

@media only screen and (min-width: 1200px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container {
        max-width: 1200px
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

        .container-fluid.px-0 .row {
            margin-right: 0 !important;
            margin-left: 0 !important
        }
}

.row .col-0 {
    -ms-flex: 0 0 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    padding-right: 0;
    padding-left: 0
}

.row.no-gutters {
    margin-left: 0;
    margin-right: 0
}

    .row.no-gutters .slick-track > [class^="col-"],
    .row.no-gutters .slick-track > [class*=" col-"],
    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-left: 0;
        padding-right: 0
    }

.row.gutters-1 {
    padding-right: 14.5px;
    padding-left: 14.5px
}

    .row.gutters-1 .slick-track > [class*="col-"],
    .row.gutters-1 .slick-track > [class^="col-"],
    .row.gutters-1 > [class*="col-"],
    .row.gutters-1 > [class^="col-"] {
        padding-right: 0.5px;
        padding-left: 0.5px
    }

.row.gutters-2 {
    padding-right: 14px;
    padding-left: 14px
}

    .row.gutters-2 .slick-track > [class*="col-"],
    .row.gutters-2 .slick-track > [class^="col-"],
    .row.gutters-2 > [class*="col-"],
    .row.gutters-2 > [class^="col-"] {
        padding-right: 1px;
        padding-left: 1px
    }

.row.gutters-3 {
    padding-right: 13.5px;
    padding-left: 13.5px
}

    .row.gutters-3 .slick-track > [class*="col-"],
    .row.gutters-3 .slick-track > [class^="col-"],
    .row.gutters-3 > [class*="col-"],
    .row.gutters-3 > [class^="col-"] {
        padding-right: 1.5px;
        padding-left: 1.5px
    }

.row.gutters-4 {
    padding-right: 13px;
    padding-left: 13px
}

    .row.gutters-4 .slick-track > [class*="col-"],
    .row.gutters-4 .slick-track > [class^="col-"],
    .row.gutters-4 > [class*="col-"],
    .row.gutters-4 > [class^="col-"] {
        padding-right: 2px;
        padding-left: 2px
    }

.row.gutters-5 {
    padding-right: 12.5px;
    padding-left: 12.5px
}

    .row.gutters-5 .slick-track > [class*="col-"],
    .row.gutters-5 .slick-track > [class^="col-"],
    .row.gutters-5 > [class*="col-"],
    .row.gutters-5 > [class^="col-"] {
        padding-right: 2.5px;
        padding-left: 2.5px
    }

.row.gutters-6 {
    padding-right: 12px;
    padding-left: 12px
}

    .row.gutters-6 .slick-track > [class*="col-"],
    .row.gutters-6 .slick-track > [class^="col-"],
    .row.gutters-6 > [class*="col-"],
    .row.gutters-6 > [class^="col-"] {
        padding-right: 3px;
        padding-left: 3px
    }

.row.gutters-7 {
    padding-right: 11.5px;
    padding-left: 11.5px
}

    .row.gutters-7 .slick-track > [class*="col-"],
    .row.gutters-7 .slick-track > [class^="col-"],
    .row.gutters-7 > [class*="col-"],
    .row.gutters-7 > [class^="col-"] {
        padding-right: 3.5px;
        padding-left: 3.5px
    }

.row.gutters-8 {
    padding-right: 11px;
    padding-left: 11px
}

    .row.gutters-8 .slick-track > [class*="col-"],
    .row.gutters-8 .slick-track > [class^="col-"],
    .row.gutters-8 > [class*="col-"],
    .row.gutters-8 > [class^="col-"] {
        padding-right: 4px;
        padding-left: 4px
    }

.row.gutters-9 {
    padding-right: 10.5px;
    padding-left: 10.5px
}

    .row.gutters-9 .slick-track > [class*="col-"],
    .row.gutters-9 .slick-track > [class^="col-"],
    .row.gutters-9 > [class*="col-"],
    .row.gutters-9 > [class^="col-"] {
        padding-right: 4.5px;
        padding-left: 4.5px
    }

.row.gutters-10 {
    padding-right: 10px;
    padding-left: 10px
}

    .row.gutters-10 .slick-track > [class*="col-"],
    .row.gutters-10 .slick-track > [class^="col-"],
    .row.gutters-10 > [class*="col-"],
    .row.gutters-10 > [class^="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.row.gutters-11 {
    padding-right: 9.5px;
    padding-left: 9.5px
}

    .row.gutters-11 .slick-track > [class*="col-"],
    .row.gutters-11 .slick-track > [class^="col-"],
    .row.gutters-11 > [class*="col-"],
    .row.gutters-11 > [class^="col-"] {
        padding-right: 5.5px;
        padding-left: 5.5px
    }

.row.gutters-12 {
    padding-right: 9px;
    padding-left: 9px
}

    .row.gutters-12 .slick-track > [class*="col-"],
    .row.gutters-12 .slick-track > [class^="col-"],
    .row.gutters-12 > [class*="col-"],
    .row.gutters-12 > [class^="col-"] {
        padding-right: 6px;
        padding-left: 6px
    }

.row.gutters-13 {
    padding-right: 8.5px;
    padding-left: 8.5px
}

    .row.gutters-13 .slick-track > [class*="col-"],
    .row.gutters-13 .slick-track > [class^="col-"],
    .row.gutters-13 > [class*="col-"],
    .row.gutters-13 > [class^="col-"] {
        padding-right: 6.5px;
        padding-left: 6.5px
    }

.row.gutters-14 {
    padding-right: 8px;
    padding-left: 8px
}

    .row.gutters-14 .slick-track > [class*="col-"],
    .row.gutters-14 .slick-track > [class^="col-"],
    .row.gutters-14 > [class*="col-"],
    .row.gutters-14 > [class^="col-"] {
        padding-right: 7px;
        padding-left: 7px
    }

.row.gutters-15 {
    padding-right: 7.5px;
    padding-left: 7.5px
}

    .row.gutters-15 .slick-track > [class*="col-"],
    .row.gutters-15 .slick-track > [class^="col-"],
    .row.gutters-15 > [class*="col-"],
    .row.gutters-15 > [class^="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

.row.gutters-20 {
    padding-right: 5px;
    padding-left: 5px
}

    .row.gutters-20 .slick-track > [class*="col-"],
    .row.gutters-20 .slick-track > [class^="col-"],
    .row.gutters-20 > [class*="col-"],
    .row.gutters-20 > [class^="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }

.row.gutters-35 {
    margin-right: -17.5px;
    margin-left: -17.5px
}

    .row.gutters-35 .slick-track > [class*="col-"],
    .row.gutters-35 .slick-track > [class^="col-"],
    .row.gutters-35 > [class*="col-"],
    .row.gutters-35 > [class^="col-"] {
        padding-right: 17.5px;
        padding-left: 17.5px
    }

@media only screen and (max-width: 575px) {
    .row.gutters-35 {
        margin-right: 0;
        margin-left: 0
    }

        .row.gutters-35 .slick-track > [class*="col-"],
        .row.gutters-35 .slick-track > [class^="col-"],
        .row.gutters-35 > [class*="col-"],
        .row.gutters-35 > [class^="col-"] {
            padding-right: 0;
            padding-left: 0
        }
}

.row.gutters-40 {
    margin-right: -20px;
    margin-left: -20px
}

    .row.gutters-40 .slick-track > [class*="col-"],
    .row.gutters-40 .slick-track > [class^="col-"],
    .row.gutters-40 > [class*="col-"],
    .row.gutters-40 > [class^="col-"] {
        padding-right: 20px;
        padding-left: 20px
    }

@media only screen and (max-width: 575px) {
    .row.gutters-40 {
        margin-right: 0;
        margin-left: 0
    }

        .row.gutters-40 .slick-track > [class*="col-"],
        .row.gutters-40 .slick-track > [class^="col-"],
        .row.gutters-40 > [class*="col-"],
        .row.gutters-40 > [class^="col-"] {
            padding-right: 0;
            padding-left: 0
        }
}

.row.gutters-45 {
    margin-right: -22.5px;
    margin-left: -22.5px
}

    .row.gutters-45 .slick-track > [class*="col-"],
    .row.gutters-45 .slick-track > [class^="col-"],
    .row.gutters-45 > [class*="col-"],
    .row.gutters-45 > [class^="col-"] {
        padding-right: 22.5px;
        padding-left: 22.5px
    }

@media only screen and (max-width: 575px) {
    .row.gutters-45 {
        margin-right: 0;
        margin-left: 0
    }

        .row.gutters-45 .slick-track > [class*="col-"],
        .row.gutters-45 .slick-track > [class^="col-"],
        .row.gutters-45 > [class*="col-"],
        .row.gutters-45 > [class^="col-"] {
            padding-right: 0;
            padding-left: 0
        }
}

.row.gutters-50 {
    margin-right: -25px;
    margin-left: -25px
}

    .row.gutters-50 .slick-track > [class*="col-"],
    .row.gutters-50 .slick-track > [class^="col-"],
    .row.gutters-50 > [class*="col-"],
    .row.gutters-50 > [class^="col-"] {
        padding-right: 25px;
        padding-left: 25px
    }

@media only screen and (max-width: 1199px) {
    .row.gutters-50 {
        margin-right: -15px;
        margin-left: -15px
    }

        .row.gutters-50 .slick-track > [class*="col-"],
        .row.gutters-50 .slick-track > [class^="col-"],
        .row.gutters-50 > [class*="col-"],
        .row.gutters-50 > [class^="col-"] {
            padding-right: 15px;
            padding-left: 15px
        }
}

@media only screen and (max-width: 575px) {
    .row.gutters-50 {
        margin-right: 0;
        margin-left: 0
    }

        .row.gutters-50 .slick-track > [class*="col-"],
        .row.gutters-50 .slick-track > [class^="col-"],
        .row.gutters-50 > [class*="col-"],
        .row.gutters-50 > [class^="col-"] {
            padding-right: 15px;
            padding-left: 15px
        }
}

.nice-select,
.form-control {
    border-radius: 0;
    height: 54px;
    padding: 5px 20px;
    border-radius: 78px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--white-color)
}

    .nice-select:focus,
    .form-control:focus {
        outline: 0;
        box-shadow: none;
        background-color: var(--white-color);
        border-color: var(--theme-color);
    }

    .nice-select.bg-smoke,
    .form-control.bg-smoke {
        background-color: var(--smoke-color)
    }

        .nice-select.bg-smoke:focus,
        .form-control.bg-smoke:focus {
            background-color: var(--smoke-color)
        }

    .nice-select::-moz-placeholder,
    .form-control::-moz-placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

    .nice-select::-webkit-input-placeholder,
    .form-control::-webkit-input-placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

    .nice-select:-ms-input-placeholder,
    .form-control:-ms-input-placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

    .nice-select::-webkit-input-placeholder,
    .form-control::-webkit-input-placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

    .nice-select::-moz-placeholder,
    .form-control::-moz-placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

    .nice-select:-ms-input-placeholder,
    .form-control:-ms-input-placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

    .nice-select::-ms-input-placeholder,
    .form-control::-ms-input-placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

    .nice-select::placeholder,
    .form-control::placeholder {
        color: var(--body-color);
        text-transform: capitalize
    }

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.form-control[type=number] {
    -moz-appearance: textfield
}

textarea.form-control {
    min-height: 200px;
    padding-top: 17px;
    padding-bottom: 17px
}

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: "\f00c";
        color: var(--theme-color);
        border-color: var(--theme-color)
    }

    input[type="checkbox"] ~ label {
        position: relative;
        padding-right: 30px;
        cursor: pointer;
        display: block
    }

        input[type="checkbox"] ~ label:before {
            content: '';
            font-family: var(--icon-font);
            font-weight: 700;
            position: absolute;
            right: 0;
            top: 2px;
            background-color: var(--white-color);
            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-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 0
    }

        input[type="radio"] ~ label::before {
            content: '';
            position: absolute;
            right: 0;
            top: 4px;
            width: 18px;
            height: 18px;
            border: 1px solid var(--border-color);
            border-radius: 100%;
            background: var(--white-color);
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease
        }

        input[type="radio"] ~ label:after {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 7px;
            right: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0)
        }

    input[type="radio"]:checked ~ label::before {
        border-color: var(--theme-color)
    }

    input[type="radio"]:checked ~ label:after {
        opacity: 1;
        background-color: var(--theme-color);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

label {
    margin-bottom: 12px;
    text-transform: capitalize
}

.form-group {
    margin-bottom: 30px;
    position: relative
}

    .nice-select:before,
    .form-group > i {
        position: absolute;
        left: 40px;
        top: 20px;
        font-size: 18px;
        color: var(--theme-color)
    }

.nice-select:before {
    left: 30px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid var(--error-color);
    background-position: left calc(.375em + 0.8875rem) center
}

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus {
        outline: 0;
        box-shadow: none
    }

textarea.form-control.is-invalid {
    background-position: top calc(.375em + 0.5875rem) left calc(.375em + .8875rem)
}

.row.no-gutters > .form-group {
    margin-bottom: 0
}

.row.gutters-20 > .form-group {
    margin-bottom: 20px
}

.input-white .nice-select,
.input-white .form-control {
    border: 1px solid #f8eaf5;
}

.quantity-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}


.cart-page .quantity-box input,
.cart-page .quantity-box button {
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    line-height: 50px;
    color: var(--title-color)
}

.cart-page .quantity-box input {
    border-radius: 25px;
    color: var(--theme-color);
    border-radius: 25px;
    background-color: #fff6fb;
}

.cart-page .quantity-box button {
    background-color: #ffffff;
}

.vs-rating-input span {
    font-size: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: pointer
}

    .vs-rating-input span.active {
        color: var(--yellow-color)
    }

.nice-select {
    position: relative;
    border: 1px solid var(--border-color);
    z-index: 2;
    cursor: pointer;
    line-height: 60px;
    width: 100%;
    float: none;
    z-index: 42;
    display: inline-flex;
    align-items: center;
}

    .nice-select:after {
        display: none
    }

    .nice-select:before {
        content: '\f063';
        font-family: var(--icon-font);
        line-height: 1;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .nice-select .list {
        position: absolute;
        right: 0;
        top: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: var(--white-color);
        opacity: 0;
        visibility: hidden;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        min-width: 80px;
        width: 100%;
        border-radius: 0;
        border: 1px solid var(--border-color)
    }

    .nice-select .option {
        white-space: normal;
        word-break: break-all;
        line-height: 1.5;
        padding: 10px 15px;
        border-top: 1px solid var(--border-color);
        margin: 0 0
    }

        .nice-select .option.selected {
            cursor: default
        }

        .nice-select .option.selected,
        .nice-select .option.focus,
        .nice-select .option:hover {
            background-color: var(--smoke-color)
        }

    .nice-select > span.current {
        overflow: hidden;
        max-width: 100%;
        display: inline-block
    }

    .nice-select.open:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .nice-select.open .list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

.slick-arrow {
    position: absolute;
    right: -15px;
    top: 50%;
    color: var(--silver-color);
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 30px;
    line-height: 1;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .slick-arrow.slick-next {
        right: auto;
        left: -15px
    }

    .slick-arrow:hover {
        color: var(--theme-color)
    }

.arrow-white .slick-arrow {
    color: #ffffff
}

.arrow-has-margin .slick-arrow {
    top: calc(50% - 15px)
}

.slick-dots {
    position: absolute;
    right: 50%;
    bottom: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

    .slick-dots li {
        display: inline-block;
        margin-left: 10px
    }

        .slick-dots li:last-child {
            margin-left: 0
        }

    .slick-dots button {
        background-color: var(--theme-color);
        border: 1px solid transparent;
        font-size: 0;
        padding: 0;
        line-height: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%
    }

    .slick-dots li.slick-active button {
        border-color: var(--theme-color);
        background-color: #ffffff;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.slick-dots-white .slick-dots button {
    background-color: #ffffff
}

.slick-dots-white .slick-dots li.slick-active button {
    background-color: transparent;
    border-color: #ffffff
}

.slick-slide img {
    display: inline-block
}

.carousel-container {
    max-width: 1220px;
    padding: 0 50px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width: 1300px) {
    .carousel-container {
        max-width: 1200px;
        padding: 0 45px
    }
}

@media (max-width: 1199px) {
    .carousel-container {
        max-width: 980px;
        padding: 0 25px
    }
}

@media (max-width: 992px) {
    .carousel-container {
        max-width: 740px;
        padding: 0 25px
    }
}

@media (max-width: 768px) {
    .carousel-container {
        max-width: 560px;
        padding: 0 25px
    }
}

@media (max-width: 576px) {
    .carousel-container {
        max-width: 100%;
        padding: 0 15px
    }
}

.carousel-container .slick-list {
    overflow: visible
}

.carousel-container .slick-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .carousel-container .slick-slide.slick-active {
        opacity: 1;
        visibility: visible
    }

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

    .vs-menu-wrapper .mobile-logo {
        max-width: 160px;
        padding-bottom: 20px;
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .vs-menu-wrapper .vs-menu-toggle {
        background-color: transparent;
        border: none;
        font-size: 22px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        line-height: 1;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
        z-index: 1
    }

    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 300px;
        background-color: #fff;
        height: 100%;
        position: relative;
        right: -1000px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s
    }

    .vs-menu-wrapper.vs-body-visible {
        opacity: 1;
        visibility: visible;
        width: 100%;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s
    }

        .vs-menu-wrapper.vs-body-visible .vs-menu-area {
            right: 0;
            opacity: 1;
            visibility: visible;
            -webkit-transition: all ease 1s;
            transition: all ease 1s
        }

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: 80vh;
    padding-bottom: 0;
}

    .vs-mobile-menu ul {
        margin: 0;
        padding: 0
    }

        .vs-mobile-menu ul li {
            border-bottom: 1px solid #dae5de;
            list-style-type: none
        }

            .vs-mobile-menu ul li:first-child {
                border-top: 1px solid #dae5de
            }

            .vs-mobile-menu ul li:last-of-type {
                border-bottom: 0;
            }

            .vs-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 14px 10px;
                line-height: 1;
                font-size: 16px;
                text-transform: capitalize;
            }

    .vs-mobile-menu .vs-btn.wave-style2 {
        display: block;
        box-shadow: none;
        text-align: center;
        width: 142px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 14px;
    }

        .vs-mobile-menu .vs-btn.wave-style2.animated.infinite {
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: unset;
        }

        .vs-mobile-menu .vs-btn.wave-style2:hover {
            border: 1px solid #bb8cbd;
            border-left: 0;
            border-right: 0;
            color: #bb8cbd;
        }

    .vs-mobile-menu ul li ul li {
        padding-right: 7px
    }

        .vs-mobile-menu ul li ul li:last-child {
            border-bottom: none
        }

    .vs-mobile-menu ul .vs-item-has-children > a:after {
        content: '\f0d7';
        font-family: var(--icon-font);
        font-weight: 700;
        float: left;
        padding-left: 10px
    }

    .vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
        content: '\f0d8'
    }

.vs-menu-toggle {
    border: 1px dashed;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.xdsoft_datetimepicker {
    z-index: 1080
}

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 300px
    }

    .xdsoft_datetimepicker .xdsoft_current {
        color: var(--theme-color)
    }

@media (max-width: 576px) {
    .xdsoft_datetimepicker {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }

    .banner_slider .banner_shape .shape3 {
        top: 98px;
    }
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.html");
    src: url("../fonts/Flaticond41d.html?#iefix") format("embedded-opentype"), url("../fonts/Flaticon-2.html") format("woff2"), url("../fonts/Flaticon-3.html") format("woff"), url("../fonts/Flaticon-4.html") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-right: 0;
    font-style: normal;
    font-family: "flaticon"
}

[class^="flaticon-"],
[class*=" flaticon-"] {
    line-height: 1
}

.icon-btn [class^="flaticon-"],
.icon-btn [class*=" flaticon-"] {
    line-height: inherit
}

.ls-v6 [class*="ls-gui-element ls-nav-"] {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    z-index: 10000;
    color: #fff;
    top: 50%;
    position: absolute;
    text-align: center;
    right: 80px;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s !important;
    transition: all ease 0.4s !important
}

@media (max-width: 1500px) {
    .ls-v6 [class*="ls-gui-element ls-nav-"] {
        right: 40px
    }
}

.ls-v6 [class*="ls-gui-element ls-nav-"]:after {
    content: '\f053';
    font-family: var(--icon-font);
    text-align: center;
    color: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 80px;
    color: inherit
}

.ls-v6 [class*="ls-gui-element ls-nav-"]:hover {
    color: var(--body-color);
    background-color: #fff
}

.ls-v6 .ls-nav-next {
    right: auto;
    left: 80px
}

@media (max-width: 1500px) {
    .ls-v6 .ls-nav-next {
        left: 40px
    }
}

.ls-v6 .ls-nav-next:after {
    content: '\f054'
}

.ls-v6.navprevnext-white [class*="ls-gui-element ls-nav-"] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

    .ls-v6.navprevnext-white [class*="ls-gui-element ls-nav-"]:hover {
        background-color: #fff;
        color: var(--body-color)
    }

.ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
    bottom: 20px
}

    .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
        background-color: var(--silver-color);
        width: 8px;
        height: 8px;
        position: relative;
        margin-left: 15px;
        border: 2px solid transparent !important;
        border-color: transparent;
        text-align: center;
        margin-right: 0;
        display: inline-block;
        z-index: 10000;
        border-radius: 50%;
        -webkit-transition: all ease 0.4s !important;
        transition: all ease 0.4s !important
    }

        .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:last-of-type,
        .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:last-child {
            margin-left: 0
        }

        .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            background-color: transparent;
            border-color: var(--theme-color) !important
        }

.navbuttons-white .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
    background-color: #fff
}

    .navbuttons-white .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
        background-color: transparent;
        border-color: #fff !important
    }

@media (max-width: 1300px) {
    .ls-v6 [class*="ls-gui-element ls-nav-"] {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        right: 30px
    }

        .ls-v6 [class*="ls-gui-element ls-nav-"]:after {
            line-height: 40px;
            font-size: 12px
        }

    .ls-v6 .ls-nav-next {
        right: auto;
        left: 30px
    }

    .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
        bottom: 0px
    }

        .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
            width: 5px;
            height: 5px
        }
}

@media (max-width: 768px) {
    .ls-v6 [class*="ls-gui-element ls-nav-"] {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        right: 10px
    }

        .ls-v6 [class*="ls-gui-element ls-nav-"]:after {
            line-height: 30px;
            font-size: 10px
        }

    .ls-v6 .ls-nav-next {
        right: auto;
        left: 10px
    }

    .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
        bottom: -7px
    }

        .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
            width: 4px;
            height: 4px;
            border-width: 1px;
            margin-left: 10px
        }
}

.vs-setting-plate {
    position: fixed;
    display: block;
    z-index: 99998;
    padding: 20px;
    width: 240px;
    background: #fff;
    right: -240px;
    text-align: right;
    top: 30%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 3px 0px 10px -2px rgba(0, 0, 0, 0.1);
    direction: rtl
}

    .vs-setting-plate.open {
        right: 0
    }

    .vs-setting-plate .setting-plate-icon {
        position: absolute;
        left: -48px;
        width: 48px;
        height: 45px;
        line-height: 45px;
        font-size: 21px;
        border-radius: 5px 0 0 5px;
        text-align: center;
        color: #fff !important;
        top: 0;
        cursor: pointer;
        box-shadow: 4px 0px 5px #00000036
    }

    .vs-setting-plate .plate-btn {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border: none;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-weight: 700;
        font-size: 14px;
        border: 1px solid transparent;
        text-align: center
    }

        .vs-setting-plate .plate-btn:hover,
        .vs-setting-plate .plate-btn.active {
            border-color: var(--theme-color);
            background-color: transparent;
            color: var(--title-color)
        }

    .vs-setting-plate h4 {
        display: block;
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 500
    }

    .vs-setting-plate p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 20px
    }

    .vs-setting-plate .btn-wrap {
        display: grid;
        gap: 5px
    }

        .vs-setting-plate .btn-wrap.grid-3 {
            grid-template-columns: repeat(3, 1fr)
        }

        .vs-setting-plate .btn-wrap.grid-2 {
            grid-template-columns: repeat(2, 1fr)
        }

    .vs-setting-plate .color-btn {
        height: 40px;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        border: none
    }

        .vs-setting-plate .color-btn:hover {
            cursor: pointer
        }

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #fff6fb;
}

    .preloader .vs-btn.vs-style1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        border-radius: 0;
        padding: 5px 20px;
        font-size: 16px;
        border: none
    }

    .preloader .preloader-box {
        direction: ltr;
        position: relative;
        padding-right: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-perspective: 200px;
        perspective: 200px;
        margin-top: 30px
    }

    .preloader .letter {
        -webkit-animation: movement 600ms ease var(--i) infinite alternate;
        animation: movement 600ms ease var(--i) infinite alternate;
        position: relative;
        width: 30px;
        height: 30px;
        line-height: 40px;
        float: right;
        text-align: center;
        font-size: 15px;
        color: #211e1c;
        background: #fff6fb;
        font-family: var(--theme-font2);
        margin-left: -1px
    }

    .preloader .preloader-inner {
        max-width: 100px;
    }

@media (max-width: 576px) {
    .preloader .letter {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.preloader .letter:nth-child(1) {
    --i: 0ms
}

.preloader .letter:nth-child(2) {
    --i: 75ms
}

.preloader .letter:nth-child(3) {
    --i: 150ms
}

.preloader .letter:nth-child(4) {
    --i: 225ms
}

.preloader .letter:nth-child(5) {
    --i: 300ms
}

.preloader .letter:nth-child(6) {
    --i: 375ms
}

.preloader .letter:nth-child(7) {
    --i: 450ms
}

.preloader .letter:nth-child(8) {
    --i: 525ms
}

@-webkit-keyframes movement {
    from {
        -webkit-transform: scale(0.6) translateY(0px) rotateX(0deg);
        transform: scale(0.6) translateY(0px) rotateX(0deg)
    }

    to {
        -webkit-transform: scale(1) translateY(-15px) rotateX(15deg);
        transform: scale(1) translateY(-15px) rotateX(15deg);
        background: #fff6fb
    }
}

@keyframes movement {
    from {
        -webkit-transform: scale(0.6) translateY(0px) rotateX(0deg);
        transform: scale(0.6) translateY(0px) rotateX(0deg)
    }

    to {
        -webkit-transform: scale(1) translateY(-15px) rotateX(15deg);
        transform: scale(1) translateY(-15px) rotateX(15deg);
        background: #fff6fb
    }
}

.vs-btn {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    border: none;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    color: var(--body-color);
    vertical-align: middle;
    z-index: 2;
    border-radius: 50px;
}

    .vs-btn,
    .vs-btn .vs-btn-icon {
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
        transition-delay: calc((var(--n) - 1) * 0.1s)
    }

        .vs-btn .vs-btn-icon,
        .vs-btn .vs-btn-text {
            z-index: 3;
            position: relative;
            display: inline-block;
            vertical-align: middle
        }

        .vs-btn .vs-btn-shape {
            display: inline-block;
            position: absolute;
            width: 25%;
            height: 100%;
            background-color: var(--theme-color);
            -webkit-transform: translateY(150%);
            -ms-transform: translateY(150%);
            transform: translateY(150%);
            border-radius: 50%;
            right: calc((var(--n) - 1) * 25%);
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
            transition-delay: calc((var(--n) - 1) * 0.1s);
            z-index: 1
        }

            .vs-btn .vs-btn-shape:nth-child(1) {
                --n: 1
            }

            .vs-btn .vs-btn-shape:nth-child(2) {
                --n: 2
            }

            .vs-btn .vs-btn-shape:nth-child(3) {
                --n: 3
            }

            .vs-btn .vs-btn-shape:nth-child(4) {
                --n: 4
            }

        .vs-btn:hover .vs-btn-shape {
            -webkit-transform: translateY(0) scale(2);
            -ms-transform: translateY(0) scale(2);
            transform: translateY(0) scale(2)
        }

        .vs-btn[class*="wave"] {
            padding: 7px;
            padding-right: 40px
        }

            .vs-btn[class*="wave"] .vs-btn-icon {
                width: 40px;
                height: 40px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                line-height: 56px;
                text-align: center;
                background-color: var(--theme-color);
                color: var(--white-color);
                margin-right: 27px;
                font-size: 16px;
                --n: 5;
                border-radius: 50%;
            }

        .vs-btn.wave-style1 .vs-btn-icon {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

        .vs-btn.wave-style1:hover {
            color: var(--white-color);
            --n: 2
        }

            .vs-btn.wave-style1:hover .vs-btn-icon {
                background-color: var(--white-color);
                color: var(--theme-color)
            }

        .vs-btn.wave-style2 {
            background-color: var(--body-color1);
            color: var(--white-color)
        }

            .vs-btn.wave-style2 .vs-btn-shape {
                background-color: var(--white-color)
            }

            .vs-btn.wave-style2 .vs-btn-icon {
                background-color: var(--white-color);
                color: var(--theme-color)
            }

            .vs-btn.wave-style2:hover {
                color: var(--body-color);
                --n: 2
            }

                .vs-btn.wave-style2:hover .vs-btn-icon {
                    background-color: var(--theme-color);
                    color: var(--white-color)
                }

        .vs-btn[class*="outline"] {
            background-color: transparent;
            text-align: center;
            display: inline-block;
            padding: 10px 45px;
            border: 2px solid var(--body-color1);
            color: var(--body-color);
            --n: 1
        }

            .vs-btn[class*="outline"] .vs-btn-icon {
                --n: 0;
                margin-left: 7px;
                font-size: 0.9rem
            }

            .vs-btn[class*="outline"]:hover {
                color: var(--white-color);
                border-color: var(--theme-color)
            }

        .vs-btn.outline-style2 {
            border-color: var(--white-color);
            color: var(--white-color)
        }

        .vs-btn.vs-style2,
        .vs-btn.vs-style1 {
            padding: 16.5px 34px;
            background-color: var(--theme-color);
            color: var(--white-color);
            font-weight: 500;
            border: 1px solid transparent;
            --n: 1
        }

            .vs-btn.vs-style2 .vs-btn-icon,
            .vs-btn.vs-style1 .vs-btn-icon {
                --n: 0;
                margin-left: 10px
            }

            .vs-btn.vs-style2 .vs-btn-shape,
            .vs-btn.vs-style1 .vs-btn-shape {
                background-color: var(--white-color)
            }

            .vs-btn.vs-style2:hover,
            .vs-btn.vs-style1:hover {
                border-color: var(--theme-color);
                color: var(--body-color)
            }

        .vs-btn.vs-style2 {
            color: var(--body-color);
            background-color: var(--white-color);
            border: none
        }

            .vs-btn.vs-style2 .vs-btn-shape {
                background-color: var(--theme-color)
            }

            .vs-btn.vs-style2:hover {
                color: var(--white-color)
            }

.icon-btn {
    width: 50px;
    height: 50px;
    display: flex;
    line-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white-color)
}

    .icon-btn .fa,
    .icon-btn .fab,
    .icon-btn .fad,
    .icon-btn .fal,
    .icon-btn .far,
    .icon-btn .fas {
        line-height: 55px
    }

    .icon-btn:hover {
        color: var(--white-color) !important;
        background-color: var(--theme-color);
        border-color: transparent
    }

    .icon-btn.bg-theme {
        color: var(--white-color)
    }

        .icon-btn.bg-theme:hover {
            background-color: var(--white-color) !important;
            color: var(--theme-color) !important;
            border-color: var(--theme-color)
        }

.dark-style .icon-btn:hover {
    color: #fff
}

.play-btn {
    position: relative;
    border-radius: 50%;
    display: inline-block
}

    .play-btn > i {
        position: relative;
        z-index: 2;
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 26px;
        border-radius: inherit;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .play-btn .fa-play {
        padding-right: 3px
    }

    .play-btn:after,
    .play-btn:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background-color: var(--theme-color);
        z-index: 1
    }

    .play-btn:after {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .play-btn:hover > i,
    .play-btn.style-white > i {
        background-color: var(--white-color);
        color: var(--body-color)
    }

    .play-btn > i,
    .play-btn.style-white:hover > i {
        color: var(--white-color);
        background-color: var(--theme-color)
    }

    .play-btn.md-size > i {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

.link-btn {
    font-weight: 700;
    display: inline-block;
    line-height: 0.8
}

    .link-btn i {
        margin-right: 5px
    }

.scrollToTop {
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    color: var(--white-color) !important;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

    .scrollToTop i {
        line-height: inherit !important
    }

    .scrollToTop.show {
        bottom: 30px;
        opacity: 1;
        visibility: visible
    }

@media (max-width: 768px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 15px;
        bottom: 50px
    }

        .scrollToTop.show {
            bottom: 15px
        }
}

@media (max-width: 992px) {
    .play-btn > i {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 26px
    }
}

@media (max-width: 576px) {
    .vs-btn-group {
        display: grid;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .vs-btn-group .vs-btn {
            margin-bottom: 20px;
            margin-left: 0
        }

            .vs-btn-group .vs-btn:last-child {
                margin-bottom: 0
            }
}

.section-title {
    position: relative;
    margin-bottom: 75px
}

.sec-title-style1 {
    white-space: normal;
    word-break: break-all
}

@media only screen and (min-width: 1199px) {
    .sec-title-style1 {
        font-size: 60px;
        margin-top: -10px;
        margin-bottom: 5px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sec-title-style1 {
        font-size: 48px;
        margin-top: -9px;
        margin-bottom: 5px
    }
}

.sec-title-style1 .sec-subtitle-style1 {
    position: relative;
    top: 7px;
    right: 8px;
}

.sec-subtitle-style1 {
    font-size: 26px;
    width: 111px;
    color: var(--theme-color);
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    word-break: break-word
}

.sec-text-style1 {
    font-size: 18px;
    line-height: 1.6
}

.sec-bg-icon1 {
    font-size: 140px;
    position: absolute;
    top: -30%;
    right: 38%;
    z-index: -1;
    color: var(--theme-color);
    opacity: 0.25;
    line-height: 1
}

@media (max-width: 1199px) {
    .sec-subtitle-style1 {
        font-size: 18px;
        max-width: 80px
    }
}

@media (max-width: 992px) {
    .sec-title-style1 {
        margin-top: -5px
    }

    .section-title {
        margin-bottom: 40px
    }

    .sec-bg-icon1 {
        font-size: 96px;
        top: -20%;
        right: 43%;
        opacity: 0.25
    }

    .section-title .sec-title-style1 {
        margin-bottom: 5px
    }

    .sec-title-style1 .sec-subtitle-style1 {
        top: 0
    }
}

@media (max-width: 576px) {
    .sec-subtitle-style1 {
        font-size: 16px
    }
}

.image-scale-hover,
.widget .instagram-feeds li {
    overflow: hidden
}

    .image-scale-hover img,
    .widget .instagram-feeds li img {
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        -webkit-transform: scale(1.001);
        -ms-transform: scale(1.001);
        transform: scale(1.001)
    }

    .image-scale-hover:hover img,
    .widget .instagram-feeds li:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.link-inherit a,
.link-inherit h1 a,
.link-inherit h2 a,
.link-inherit h3 a,
.link-inherit h4 a,
.link-inherit h5 a,
.link-inherit h6 a,
.link-inherit p a,
.link-inherit span a {
    color: inherit
}

.list-style-none ol,
.list-style-none ul,
.list-style-none {
    padding: 0;
    margin: 0
}

    .list-style-none li {
        list-style-type: none
    }

.info-links li {
    display: inline-block;
    margin-left: 15px
}

.info-links i {
    margin-left: 7px
}

.info-links a {
    color: inherit
}

    .info-links a:Hover {
        color: var(--theme-color)
    }

.social-links,
.social-links ol,
.social-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .social-links li {
        display: inline-block;
        margin: 0 5px
    }

        .social-links li:first-child {
            margin-right: 0
        }

        .social-links li:last-child {
            margin-left: 0
        }

    .social-links a {
        color: var(--body-color);
        font-size: 14px;
        line-height: 1
    }

    .social-links.links-hover-border a,
    .social-links.links-has-border a {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border: 1px solid #ddd;
        border-radius: 50%;
        text-align: center
    }

        .social-links.links-hover-border a:hover,
        .social-links.links-has-border a:hover {
            border-color: transparent;
            color: #fff;
            background-color: var(--theme-color)
        }

    .social-links.links-hover-border a {
        border-color: transparent
    }

    .social-links.text-white a {
        color: #fff
    }

.overlay-center {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.form-messages {
    display: none
}

    .form-messages.success {
        color: var(--success-color);
        display: block
    }

    .form-messages.error {
        color: var(--error-color);
        display: block
    }

.select-box-area,
.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.border,
.vs-checkout-area .nice-select,
.vs-checkout-area .form-control {
    border: 1px solid var(--border-color) !important
}

.border-top {
    border-top: 1px solid var(--border-color) !important
}

.border-bottom {
    border-bottom: 1px solid var(--border-color) !important
}

.border-left {
    border-right: 1px solid var(--border-color) !important
}

.border-right {
    border-left: 1px solid var(--border-color) !important
}

.inner-label {
    padding: 0px 5px;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 6px;
    font-weight: 700;
    margin: 0 5px
}

.text-box1 {
    padding: 15px 0;
    padding-right: 20px;
    border-right: 2px solid var(--theme-color);
    margin-bottom: 25px
}

.vs-list-style1,
.vs-list-style1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

    .vs-list-style1 li {
        position: relative;
        padding-right: 25px;
        margin: 0;
        margin-bottom: 5px
    }

        .vs-list-style1 li:last-child {
            margin-bottom: 0
        }

        .vs-list-style1 li:before {
            content: '\f058';
            font-family: var(--icon-font);
            position: absolute;
            right: 0;
            top: -0.8px;
            color: var(--theme-color)
        }

.vs-list-style2,
.vs-list-style2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

    .vs-list-style2 li {
        position: relative;
        padding-right: 0;
        margin: 0;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 15px;
        padding-bottom: 14px;
        font-size: 18px
    }

        .vs-list-style2 li:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0
        }

.sup-label {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -3px;
    background: var(--theme-color);
    line-height: 1;
    text-transform: capitalize;
    color: var(--white-color);
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 11px;
    z-index: 3
}

.vs-scroll {
    position: absolute;
    z-index: 31
}

@media (max-width: 1199px) {
    .text-box1 {
        padding: 10px 0;
        padding-right: 20px;
        margin-bottom: 12px
    }
}

@media (max-width: 576px) {
    .text-box1.media {
        display: block
    }

        .text-box1.media .media-img {
            margin-left: 0;
            margin-bottom: 15px
        }
}

.counter-box1 {
    position: relative;
    padding: 40px;
    padding-bottom: 37px
}

    .counter-box1 .counter {
        font-size: 80px;
        line-height: 1
    }

        .counter-box1 .counter:after {
            content: '\f067';
            font-family: var(--icon-font);
            font-size: 16px
        }

    .counter-box1 .counter-icon {
        font-size: 4rem;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1;
        opacity: 0.20
    }

.header-wrapper {
    position: relative;
    z-index: 9
}

.vs-mobile-menu .sup-label,
.main-menu .sup-label {
    position: relative;
    top: -1px;
    left: -4px
}

.header-layout4 {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.03)
}

.main-menu a {
    color: var(--body-color);
    font-family: var(--theme-font1)
}

.main-menu ul {
    margin: 0;
    padding: 0
}

    .main-menu ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        margin-top: 0;
        margin-bottom: 0
    }

        .main-menu ul li.menu-item-has-children > a {
            position: relative
        }

            .main-menu ul li.menu-item-has-children > a:after {
                content: '\f107';
                font-family: Font Awesome\ 5 Pro;
                position: relative;
                margin-right: 2px;
                font-weight: 500;
                font-size: 18px;
                vertical-align: middle;
            }

        .main-menu ul li a {
            display: block
        }

        .main-menu ul li:last-child {
            margin-left: 0
        }

        .main-menu ul li:first-child {
            margin-right: 0
        }

        .main-menu ul li ul.sub-menu {
            position: absolute;
            width: 210px;
            top: 100%;
            right: 0;
            z-index: 12;
            border-width: 0;
            border-top-width: 4px;
            border-style: solid;
            border-color: var(--theme-color);
            text-align: right;
            background-color: var(--white-color);
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
            opacity: 0;
            visibility: hidden;
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top;
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
        }

            .main-menu ul li ul.sub-menu li {
                display: block;
                margin: 0 0
            }

                .main-menu ul li ul.sub-menu li.menu-item-has-children > a:after {
                    content: "\f101"
                }

                .main-menu ul li ul.sub-menu li a {
                    padding: 8px 12px;
                    border-bottom: 1px solid rgb(249 234 243 / 60%);
                    font-size: 16px;
                    line-height: 26px;
                }

                .main-menu ul li ul.sub-menu li ul {
                    right: auto;
                    left: 100%;
                    top: 0
                }

                    .main-menu ul li ul.sub-menu li ul li ul {
                        right: 100%;
                        left: auto
                    }

                        .main-menu ul li ul.sub-menu li ul li ul li ul {
                            right: auto;
                            left: 100%
                        }

                            .main-menu ul li ul.sub-menu li ul li ul li ul li ul {
                                right: 100%;
                                left: auto
                            }

                                .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul {
                                    right: auto;
                                    left: 100%
                                }

                                    .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul {
                                        right: 100%;
                                        left: auto
                                    }

                                        .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul {
                                            right: auto;
                                            left: 100%
                                        }

                                            .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul {
                                                right: 100%;
                                                left: auto
                                            }

                                                .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul {
                                                    right: auto;
                                                    left: 100%
                                                }

                                                    .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
                                                        right: 100%;
                                                        left: auto
                                                    }

                                                        .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
                                                            right: auto;
                                                            left: 100%
                                                        }

                                                            .main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
                                                                right: 100%;
                                                                left: auto
                                                            }

        .main-menu ul li.mega-menu-wrap {
            position: static
        }

        .main-menu ul li ul.mega-menu {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: absolute;
            text-align: right;
            right: 0;
            top: 100%;
            width: 100%;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-bottom: 4px solid #aaaaaa;
            padding: 15px;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
            z-index: -1;
            -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
            transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
            transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
            transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s
        }

            .main-menu ul li ul.mega-menu li {
                display: block;
                width: 100%;
                margin: 10px 0;
                padding: 0 25px
            }

                .main-menu ul li ul.mega-menu li li {
                    padding: 0 0
                }

                .main-menu ul li ul.mega-menu li a {
                    padding: 0 0;
                    margin: 0 0;
                    display: inline-block
                }

            .main-menu ul li ul.mega-menu > li:not(:last-child) {
                border-left: 1px solid #dddddd
            }

            .main-menu ul li ul.mega-menu > li > a {
                display: block;
                border-bottom: 1px solid;
                padding: 0;
                padding-bottom: 10px;
                margin-bottom: 15px;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 700;
                color: var(--theme-color);
                border-color: var(--theme-color)
            }

        .main-menu ul li:hover ul.mega-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            z-index: 9
        }

        .main-menu ul li:hover > ul.sub-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: rotateX(0);
            transform: rotateX(0)
        }

.menu-style1 > ul > li {
    margin: 0 10px
}

    .menu-style1 > ul > li > a {
        padding: 10px 0;
        font-weight: 600;
    }


@media (max-width: 1199px) {
    .main-menu ul li ul.sub-menu {
        width: 220px
    }
}

.sticky-header-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9991;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden
}

    .sticky-header-wrap.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.menu-sticky1 > ul > li {
    margin: 0 10px
}

    .menu-sticky1 > ul > li > a {
        padding: 30px 0;
        font-weight: 600;
    }

.header-layout1.position-absolute {
    left: 0;
    right: 0;
    top: 0;
    z-index: 7
}

@media (min-width: 1500px) {
    .header-layout1.position-absolute {
        padding-right: 150px;
        padding-left: 150px
    }
}

.menu-style2 > ul > li {
    margin: 0 10px
}

    .menu-style2 > ul > li > a {
        padding: 40px 0
    }

@media (max-width: 1500px) {
    .menu-style2 > ul > li {
        margin: 0 10px
    }

        .menu-style2 > ul > li > a {
            font-size: 14px
        }
}

@media (max-width: 1300px) {
    .menu-style2 > ul > li {
        margin: 0 8px
    }
}

@media (max-width: 1199px) {
    .menu-style2 > ul > li > a {
        padding: 25px 0
    }
}

@media (max-width: 992px) {
    .header-layout1.position-absolute {
        position: static !important
    }
}

@media (max-width: 1500px) {
    .header-wrapper.px-85 {
        padding-right: 0;
        padding-left: 0
    }

    .sticky-header-wrap.px-85 {
        padding-right: 0;
        padding-left: 0
    }
}

.widget {
    padding: 40px;
    margin-bottom: 30px
}

.widget_title {
    font-size: 20px;
    border-right: 2px solid var(--theme-color);
    line-height: 1em;
    padding-right: 20px;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .widget {
        padding: 30px 20px
    }
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent
}

    .footer-widget .widget_title {
        border-right: none;
        padding-right: 0;
        font-size: 30px;
        font-family: var(--theme-font1)
    }

    .footer-widget .widget_meta,
    .footer-widget .widget_pages,
    .footer-widget .widget_archive,
    .footer-widget .widget_categories,
    .footer-widget .widget_nav_menu {
        margin-bottom: 20px
    }

        .footer-widget .widget_meta .widget_title,
        .footer-widget .widget_pages .widget_title,
        .footer-widget .widget_archive .widget_title,
        .footer-widget .widget_categories .widget_title,
        .footer-widget .widget_nav_menu .widget_title {
            margin-bottom: 25px
        }

        .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: transparent;
            color: var(--body-color);
            line-height: 1
        }

        .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 {
            background-color: transparent;
            padding: 0;
            position: relative;
            margin-bottom: 3px;
            display: inline-block
        }

            .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: transparent
            }

            .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: '\f100';
                font-family: var(--icon-font);
                margin-left: 10px
            }

    /*   .footer-widget .widget_nav_menu ul {
            display: grid;
            grid-template-columns: 1fr 1fr
        }*/

    .footer-widget .widget .vs-widget-about-author .author-img {
        width: 100px;
        height: 100px;
        margin-right: 0
    }

    .footer-widget .vs-widget-recent-post .media-img {
        border-radius: 0
    }

    .footer-widget .vs-widget-recent-post span {
        margin-top: 0;
        margin-bottom: 3px
    }

.contact-info-style1 {
    margin-bottom: 10px
}

    .contact-info-style1 a {
        color: inherit
    }

    .contact-info-style1 > i {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid
    }

    .contact-info-style1.text-white > i {
        border-color: rgba(255, 255, 255, 0.6)
    }

@media (max-width: 992px) {
    .footer-widget.pt-100 {
        padding-top: 60px
    }

    .footer-widget.pb-70 {
        padding-bottom: 30px
    }
}

.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_archive,
.widget_categories {
    padding-bottom: 30px
}

    .widget_nav_menu ul,
    .widget_meta ul,
    .widget_pages ul,
    .widget_archive ul,
    .widget_categories ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .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 {
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 50px;
            line-height: 50px;
            color: #ffffff;
            background-color: var(--theme-color);
            text-align: center;
            font-family: var(--theme-font1)
        }

    .widget_nav_menu a,
    .widget_meta a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
        display: block;
        background-color: var(--white-color);
        padding: 12px 20px;
        margin-bottom: 10px;
        color: var(--body-color);
        font-weight: 500;
        padding-left: 50px
    }

        .widget_nav_menu a:hover,
        .widget_meta a:hover,
        .widget_pages a:hover,
        .widget_archive a:hover,
        .widget_categories a:hover {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

    .widget_nav_menu .children,
    .widget_meta .children,
    .widget_pages .children,
    .widget_archive .children,
    .widget_categories .children {
        margin-right: 10px
    }

    .widget_nav_menu a,
    .widget_meta a,
    .widget_pages a {
        padding-left: 20px
    }

    .widget_nav_menu .sub-menu {
        margin-right: 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
}

.style-white a {
    color: var(--white-color)
}

.widget .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .widget .search-form input {
        width: calc(100% - 60px);
        height: 60px;
        background-color: var(--white-color);
        border: none;
        color: var(--body-color);
        padding-right: 20px
    }

        .widget .search-form input::-moz-placeholder {
            color: var(--body-color)
        }

        .widget .search-form input::-webkit-input-placeholder {
            color: var(--body-color)
        }

        .widget .search-form input:-ms-input-placeholder {
            color: var(--body-color)
        }

        .widget .search-form input::-ms-input-placeholder {
            color: var(--body-color)
        }

        .widget .search-form input::placeholder {
            color: var(--body-color)
        }

    .widget .search-form button {
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 0;
        border: 1px solid transparent;
        color: var(--white-color);
        background-color: var(--theme-color)
    }

        .widget .search-form button:hover {
            border-color: var(--theme-color);
            background-color: var(--white-color);
            color: var(--theme-color)
        }

.widget .vs-widget-about-author .author-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden
}

.widget .vs-widget-about-author img {
    width: 100%;
    border-radius: inherit
}

.widget .vs-widget-about-author .social-links a {
    font-size: 18px
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding: 11px 18px;
    margin-left: 5px;
    margin-bottom: 10px;
    background-color: var(--white-color);
    color: var(--body-color);
    font-weight: 500
}

    .wp-block-tag-cloud a:hover,
    .tagcloud a:hover {
        background-color: var(--theme-color);
        color: var(--white-color) !important
    }

.tagcloud {
    margin-left: -5px;
    margin-bottom: -10px
}

.vs-widget-recent-post a {
    color: inherit
}

.vs-widget-recent-post .recent-post {
    margin-bottom: 20px
}

    .vs-widget-recent-post .recent-post:last-child {
        margin-bottom: 0
    }

.vs-widget-recent-post span {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block
}

    .vs-widget-recent-post span i {
        margin-left: 7px
    }

.vs-widget-recent-post .media-img {
    margin-top: 5px;
    border-radius: 50%
}

    .vs-widget-recent-post .media-img img {
        border-radius: inherit
    }

.vs-widget-recent-post[class*="has-border"] .recent-post,
.vs-widget-recent-post[class*="has-light-border"] .recent-post {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px
}

    .vs-widget-recent-post[class*="has-border"] .recent-post:last-child,
    .vs-widget-recent-post[class*="has-light-border"] .recent-post:last-child {
        padding-bottom: 0;
        border: none
    }

.vs-widget-recent-post.has-light-border-white .recent-post {
    border-color: rgba(255, 255, 255, 0.15)
}

.vs-widget-recent-post.has-border-white .recent-post {
    border-color: var(--white-color)
}

.widget .instagram-feeds ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.widget .instagram-feeds li {
    overflow: hidden
}

    .widget .instagram-feeds li img {
        width: 100%
    }

.widget .newsletter-form {
    position: relative
}

    .widget .newsletter-form .form-icon {
        position: absolute;
        right: 20px;
        top: 19px
    }

    .widget .newsletter-form .form-control {
        padding-right: 50px;
        padding-left: 20px
    }

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

    .widget_shopping_cart ul li {
        list-style-type: none
    }

.widget_shopping_cart .cart_list li.mini_cart_item {
    position: relative;
    padding: 30px 90px 30px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

    .widget_shopping_cart .cart_list li.mini_cart_item:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .widget_shopping_cart .cart_list li.mini_cart_item a {
        display: block;
        color: var(--body-color);
        font-size: 17px;
        font-weight: 500;
        font-family: var(--theme-font1)
    }

    .widget_shopping_cart .cart_list li.mini_cart_item img {
        width: 75px;
        height: 75px;
        position: absolute;
        right: 0;
        top: 20px
    }

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 10%;
    right: 95%
}

.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 20px;
    font-size: 14px
}

.widget_shopping_cart .total {
    margin-top: 30px;
    font-size: 18px
}

.widget_shopping_cart .woocommerce-Price-currencySymbol {
    padding-right: 5px
}

.widget_recent_comments ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget_recent_comments li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 12px
}

.widget_recent_comments a:not(:hover) {
    color: inherit
}

.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .widget_recent_entries ul li > a:not(:hover) {
        color: inherit
    }

    .widget_recent_entries ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 12px;
        margin-bottom: 12px
    }

.widget_rss ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .widget_rss ul a {
        display: block;
        font-weight: 700;
        color: inherit
    }

    .widget_rss ul .rss-date {
        font-size: 14px;
        display: inline-block;
        margin-bottom: 5px
    }

        .widget_rss ul .rss-date:before {
            content: '\f073';
            font-family: var(--icon-font);
            margin-left: 10px;
            font-weight: 300
        }

    .widget_rss ul cite {
        font-weight: 600
    }

        .widget_rss ul cite:before {
            content: '';
            position: relative;
            top: 0;
            right: 0;
            width: 20px;
            height: 2px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 8px
        }

.widget_rss li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px
}

.contact-widget-style2 {
    box-shadow: 0px 8px 16px 0px rgba(249, 163, 146, 0.1);
    text-align: center;
    padding: 40px 60px;
    padding-top: 0px
}

@media (max-width: 1199px) {
    .contact-widget-style2 {
        padding: 0 20px 40px 20px
    }
}

@media (max-width: 992px) {
    .contact-widget-style2 {
        text-align: right;
        padding: 0;
        box-shadow: none
    }
}

.widget .social-links.links-hover-border a {
    border-radius: 0;
    background-color: var(--white-color)
}

    .widget .social-links.links-hover-border a:hover {
        background-color: var(--theme-color)
    }

.widget .twitter-feeds ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget .twitter-feeds li {
    border-bottom: 1px solid var(--white-color);
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    display: block;
    margin: 0 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 30px;
    position: relative
}

    .widget .twitter-feeds li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    .widget .twitter-feeds li i {
        position: absolute;
        right: 0;
        top: 5px;
        display: inline-block;
        color: var(--theme-color);
        font-size: 16px
    }

.widget .twitter-feeds a {
    color: inherit;
    display: inline
}

.widget .twitter-feeds .post-date {
    font-size: 16px;
    font-family: var(--theme-font1);
    display: block;
    margin-top: 7px
}

.widget .range-slider-area {
    padding-bottom: 40px
}

    .widget .range-slider-area .price-area {
        float: right;
        padding: 7px 0
    }

        .widget .range-slider-area .price-area span {
            display: inline-block;
            color: var(--body-color)
        }

    .widget .range-slider-area .vs-btn {
        float: left;
        width: 94px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50px
    }

    .widget .range-slider-area input {
        width: 100px;
        display: inline-block;
        border: none;
        background-color: transparent;
        font-size: 16px;
        font-weight: 700;
        color: var(--body-color)
    }

    .widget .range-slider-area .ui-slider {
        height: 6px;
        position: relative;
        width: 100%;
        background-color: var(--white-color);
        border: none;
        margin-bottom: 25px
    }

    .widget .range-slider-area .ui-slider-range {
        background-color: var(--theme-color);
        border: none
    }

    .widget .range-slider-area .ui-slider-handle {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -2px;
        text-align: center;
        line-height: 10.5px;
        padding: 0;
        background-color: var(--theme-color);
        border: none;
        box-shadow: -1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15)
    }

        .widget .range-slider-area .ui-slider-handle:focus {
            outline: none;
            box-shadow: -1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15)
        }

        .widget .range-slider-area .ui-slider-handle:before {
            content: '';
            position: absolute;
            background-color: #fff;
            top: 50%;
            right: 50%;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%)
        }

.footer-layout2 .shape1 {
    bottom: 12%;
    left: 0;
    right: unset;
    max-width: 350px;
    z-index: 0;
}

@media (max-width: 1800px) {
    .footer-layout2 .shape1 {
        opacity: .3;
    }
}

.breadcumb-menu-style1 {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 5px
}

    .breadcumb-menu-style1 li {
        display: inline-block;
        margin: 0 6px;
        list-style: none
    }

        .breadcumb-menu-style1 li:first-child {
            margin-right: 0
        }

        .breadcumb-menu-style1 li:last-child {
            margin-left: 0
        }

            .breadcumb-menu-style1 li:last-child:after {
                display: none
            }

        .breadcumb-menu-style1 li:after {
            content: '|';
            position: relative;
            left: -7px;
            float: left
        }

    .breadcumb-menu-style1 li,
    .breadcumb-menu-style1 a,
    .breadcumb-menu-style1 span {
        white-space: normal;
        word-break: break-all
    }

        .breadcumb-menu-style1 li i,
        .breadcumb-menu-style1 a i,
        .breadcumb-menu-style1 span i {
            margin-left: 5px
        }

@media (max-width: 1500px) {
    .breadcumb-layout1.mx-100 {
        margin-right: 0;
        margin-left: 0
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    right: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .popup-search-box button.searchClose {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 40px;
        left: 40px;
        border-width: 1px;
        border-style: solid;
        border-color: var(--theme-color);
        background-color: transparent;
        font-size: 22px;
        border-radius: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

        .popup-search-box button.searchClose:hover {
            color: var(--body-color);
            background-color: #fff;
            border-color: transparent;
            border-color: transparent;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

    .popup-search-box form {
        position: absolute;
        top: 50%;
        right: 50%;
        display: inline-block;
        padding-bottom: 40px;
        cursor: auto;
        width: 100%;
        max-width: 700px;
        -webkit-transform: translate(50%, -50%) scale(0);
        -ms-transform: translate(50%, -50%) scale(0);
        transform: translate(50%, -50%) scale(0);
        -webkit-transition: -webkit-transform ease 0.4s;
        transition: -webkit-transform ease 0.4s;
        transition: transform ease 0.4s;
        transition: transform ease 0.4s, -webkit-transform ease 0.4s
    }

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    padding-right: 30px;
    color: #fff;
    border-radius: 50px
}

    .popup-search-box form input::-moz-placeholder {
        color: #fff
    }

    .popup-search-box form input::-webkit-input-placeholder {
        color: #fff
    }

    .popup-search-box form input:-ms-input-placeholder {
        color: #fff
    }

    .popup-search-box form input::-ms-input-placeholder {
        color: #fff
    }

    .popup-search-box form input::placeholder {
        color: #fff
    }

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    left: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

    .popup-search-box form button:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

    .popup-search-box.show form {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transform: translate(50%, -50%) scale(1);
        -ms-transform: translate(50%, -50%) scale(1);
        transform: translate(50%, -50%) scale(1)
    }

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

    .sidemenu-wrapper .closeButton {
        display: inline-block;
        border: 2px solid;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        padding: 0;
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: var(--white-color);
        border-radius: 50%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

        .sidemenu-wrapper .closeButton:hover {
            color: var(--white-color);
            border-color: transparent;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

    .sidemenu-wrapper .sidemenu-content {
        background-color: var(--white-color);
        width: 450px;
        margin-right: auto;
        padding: 80px 30px;
        height: 100%;
        overflow: scroll;
        position: relative;
        left: -500px;
        cursor: auto;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        -webkit-transition: left ease 1s;
        transition: left ease 1s
    }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
            box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
            background-color: #F5F5F5
        }

        .sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
            width: 2px;
            background-color: #F5F5F5
        }

    .sidemenu-wrapper .widget {
        padding: 0;
        border: none;
        background-color: transparent
    }

        .sidemenu-wrapper .widget .vs-widget-recent-post .media-img {
            border-radius: 0;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center
        }

    .sidemenu-wrapper.show {
        opacity: 1;
        visibility: visible;
        width: 100%;
        -webkit-transition: all ease 0.8s;
        transition: all ease 0.8s
    }

        .sidemenu-wrapper.show .sidemenu-content {
            left: 0;
            opacity: 1;
            visibility: visible
        }

.pagination-layout1 {
    text-align: center
}

    .pagination-layout1 ul {
        margin: 0;
        padding: 0
    }

        .pagination-layout1 ul li {
            display: inline-block;
            margin: 0 3px;
            list-style-type: none
        }

            .pagination-layout1 ul li:last-child {
                margin-left: 0
            }

            .pagination-layout1 ul li:first-child {
                margin-right: 0
            }

            .pagination-layout1 ul li a {
                display: inline-block;
                border: 1px solid rgba(0, 0, 0, 0.1);
                background-color: var(--white-color);
                width: 50px;
                height: 50px;
                border-radius: 50%;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                line-height: 48px;
                color: var(--body-color)
            }

                .pagination-layout1 ul li a.active,
                .pagination-layout1 ul li a:hover {
                    color: var(--white-color);
                    background-color: var(--theme-color);
                    border-color: transparent
                }

                .pagination-layout1 ul li a i {
                    font-weight: 500;
                }

@media (max-width: 768px) {
    .pagination-layout1 ul li a {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 11px
    }
}

@media (max-width: 576px) {
    .pagination-layout2 .pagi-title {
        font-size: 16px
    }

    .pagination-layout2 span {
        font-size: 14px;
        line-height: 1
    }
}

@media (max-width: 576px) {
    .pagination-layout3 a {
        font-size: 12px
    }

    .pagination-layout3 .pagi-title {
        font-size: 14px
    }

        .pagination-layout3 .pagi-title a {
            font-size: inherit
        }

    .pagination-layout3 .fa-3x {
        font-size: 2em
    }
}

.vs-block-quote-style1,
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
    font-size: 28px;
    line-height: 34px;
    padding: 30px;
    padding-right: 30px;
    display: block;
    position: relative;
    background-color: var(--theme-color);
    overflow: hidden;
    margin: 30px 0;
    color: var(--white-color);
    font-family: var(--theme-font1)
}

    .vs-block-quote-style1 p,
    blockquote.wp-block-quote p,
    blockquote.wp-block-quote.is-style-large p,
    blockquote p {
        font-family: inherit;
        margin-bottom: 0 !important;
        line-height: 1.5;
        color: inherit
    }

    .vs-block-quote-style1:after,
    blockquote.wp-block-quote:after,
    blockquote.wp-block-quote.is-style-large:after,
    blockquote:after {
        content: '\f10d';
        position: absolute;
        left: 10px;
        bottom: 5px;
        font-family: var(--icon-font);
        font-weight: 700;
        font-size: 8rem;
        z-index: 1;
        opacity: 0.15;
        line-height: 1
    }

    .vs-block-quote-style1 *:not(:after) >,
    blockquote.wp-block-quote *:not(:after) >,
    blockquote.wp-block-quote.is-style-large *:not(:after) >,
    blockquote *:not(:after) > {
        position: relative;
        z-index: 1
    }

    .vs-block-quote-style1 p,
    blockquote.wp-block-quote p,
    blockquote.wp-block-quote.is-style-large p,
    blockquote p {
        margin-bottom: 0
    }

        .vs-block-quote-style1 p a,
        blockquote.wp-block-quote p a,
        blockquote.wp-block-quote.is-style-large p a,
        blockquote p a {
            color: inherit
        }

    .vs-block-quote-style1 cite,
    blockquote.wp-block-quote cite,
    blockquote.wp-block-quote.is-style-large cite,
    blockquote cite {
        display: inline-block;
        font-size: 18px;
        position: relative;
        padding-right: 30px;
        border-color: inherit;
        line-height: 1;
        font-weight: 400;
        margin-top: 20px;
        font-style: normal
    }

        .vs-block-quote-style1 cite:before,
        blockquote.wp-block-quote cite:before,
        blockquote.wp-block-quote.is-style-large cite:before,
        blockquote cite:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: 10px;
            width: 20px;
            height: 2px;
            border-top: 2px solid;
            border-color: inherit
        }

    .vs-block-quote-style1.has-text-align-right:after,
    blockquote.wp-block-quote.has-text-align-right:after,
    blockquote.wp-block-quote.is-style-large.has-text-align-right:after,
    blockquote.has-text-align-right:after {
        left: auto;
        right: 10px;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }

.blog-meta a {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500
}

    .blog-meta a:last-child {
        margin-left: 0
    }

    .blog-meta a i {
        margin-left: 7px;
        color: var(--theme-color)
    }

.service-category,
.blog-category {
    margin-bottom: -10px
}

    .service-category a,
    .blog-category a {
        display: inline-block;
        color: #fff;
        padding: 4.5px 24.5px;
        margin-left: 5px;
        margin-bottom: 10px;
        border: 1px solid transparent;
        background-color: var(--theme-color)
    }

        .service-category a:hover,
        .blog-category a:hover {
            background-color: var(--white-color);
            color: var(--body-color);
            border-color: var(--theme-color)
        }

.vs-blog {
    margin-bottom: 30px
}

    .vs-blog .blog-title a:not(:hover) {
        color: inherit
    }

    .vs-blog .has-drop-cap:first-letter {
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase;
        border-width: 2px;
        border-style: solid;
        display: inline-block;
        padding: 20px 24px
    }

@media (max-width: 992px) {

    .vs-block-quote-style1,
    blockquote.wp-block-quote,
    blockquote.wp-block-quote.is-style-large,
    blockquote {
        font-size: 18px;
        line-height: 34px;
        padding: 20px;
        margin: 20px 0
    }

        .vs-block-quote-style1:after,
        blockquote.wp-block-quote:after,
        blockquote.wp-block-quote.is-style-large:after,
        blockquote:after {
            font-size: 5rem
        }

        .vs-block-quote-style1 cite,
        blockquote.wp-block-quote cite,
        blockquote.wp-block-quote.is-style-large cite,
        blockquote cite {
            font-size: 16px;
            padding-right: 30px;
            margin-top: 15px
        }

            .vs-block-quote-style1 cite:before,
            blockquote.wp-block-quote cite:before,
            blockquote.wp-block-quote.is-style-large cite:before,
            blockquote cite:before {
                bottom: 8px
            }
}

.vs-blog-layout1 .blog-meta {
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 15px;
    margin-bottom: 27px
}

.vs-blog-layout1 .blog-content {
    padding: 27px 30px;
    padding-bottom: 1px;
    margin: 0 20px;
    margin-top: -60px;
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .vs-blog-layout1 .blog-meta {
        margin-bottom: 20px
    }

        .vs-blog-layout1 .blog-meta a {
            font-size: 14px
        }

    .vs-blog-layout1 .blog-content {
        margin: 0
    }
}

@media (max-width: 1199px) {
    .vs-blog-layout1 .blog-content {
        padding: 15px 15px
    }

    .vs-blog-layout1 p {
        margin-bottom: 0
    }
}

.vs-blog-layout2 .vs-blog {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
}

    .vs-blog-layout2 .vs-blog .log-image {
        border-radius: 22px;
    }

.vs-blog-layout2 .blog-content {
    padding: 25px 30px;
    padding-bottom: 15px
}

.vs-blog-layout2 .blog-meta {
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
    margin-top: 20px
}

@media (max-width: 1199px) {
    .vs-blog-layout2 .blog-content {
        padding: 15px;
        padding-bottom: 15px
    }

    .vs-blog-layout2 .blog-meta a {
        font-size: 14px
    }
}

.vs-blog-layout3 .vs-blog {
    position: relative
}

.vs-blog-layout3 .blog-number {
    font-size: 28px;
    font-family: var(--theme-font1);
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
    padding: 20px;
    border-radius: 10px
}

.vs-blog-layout3 .blog-content {
    padding: 27px 30px;
    padding-bottom: 1px
}

.vs-blog-layout3 .blog-title.text-white a:hover {
    color: var(--white-color)
}

.vs-blog-layout3 .blog-meta {
    padding-bottom: 18px;
    border-bottom: 1px solid;
    border-color: var(--white-color);
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

    .vs-blog-layout3 .blog-meta:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -1.5px;
        height: 3px;
        width: 100%;
        max-width: 100px;
        border-top: 3px solid;
        border-color: inherit
    }

    .vs-blog-layout3 .blog-meta a.text-white i {
        color: var(--white-color)
    }

@media (max-width: 576px) {
    .vs-blog-layout3 .blog-content {
        padding: 17px 20px;
        padding-bottom: 0.1px
    }

    .vs-blog-layout3 p:last-child {
        margin-bottom: 15px
    }

    .vs-blog-layout3 .blog-number {
        font-size: 28px;
        left: 15px;
        top: 15px;
        padding: 15px;
        font-size: 22px
    }
}

.vs-blog-layout4 .vs-blog {
    position: relative;
    overflow: hidden
}

.vs-blog-layout4 a.overlay::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    z-index: 1
}

.vs-blog-layout4 .blog-number {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom-right-radius: 20px;
    font-size: 22px;
    font-family: var(--theme-font1);
    z-index: 3
}

.vs-blog-layout4 .blog-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    padding-bottom: 17px;
    z-index: 3
}

@media (max-width: 1199px) {
    .vs-blog-layout4 .blog-content {
        padding: 0 20px;
        padding-bottom: 7px
    }
}

@media (max-width: 768px) {
    .vs-blog-layout4 .blog-content {
        left: auto;
        width: 100%
    }
}

.blog-list-layout1 .link-btn:not(:hover) {
    color: var(--body-color)
}

.blog-list-layout1 .blog-video a.play-btn {
    z-index: 3
}

@media (min-width: 1199px) {
    .blog-list-layout1 .blog-video a.play-btn > i {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 30px
    }
}

.blog-list-layout1 .blog-video a.play-btn:after,
.blog-list-layout1 .blog-video a.play-btn:before {
    background-color: transparent;
    border: 2px solid #ffffff
}

.blog-list-layout1 .blog-meta {
    margin-bottom: 15px
}

    .blog-list-layout1 .blog-meta a:not(:hover) {
        color: var(--body-color)
    }

    .blog-list-layout1 .blog-meta i {
        color: inherit
    }

.blog-list-layout1 .blog-image .slick-arrow {
    right: 40px;
    color: var(--white-color)
}

    .blog-list-layout1 .blog-image .slick-arrow.slick-next {
        right: auto;
        left: 40px
    }

.blog-list-layout1 .blog-image,
.blog-list-layout1 .blog-video,
.blog-list-layout1 .blog-header,
.blog-list-layout1 .blog-content {
    position: relative;
    z-index: 2
}

.blog-list-layout1 .blog-audio {
    line-height: 0
}

.blog-list-layout1 .post-author img {
    width: 40px;
    height: 40px;
    margin-left: 10px
}

.blog-list-layout1 .post-author a {
    color: var(--body-color);
    font-family: var(--theme-font1)
}

.blog-list-layout1 .format-background .blog-content {
    padding-bottom: 18px
}

    .blog-list-layout1 .format-background .blog-content * {
        position: relative;
        z-index: 2
    }

.blog-list-layout1 .blog-content {
    padding: 40px;
    padding-bottom: 0.1px
}

.blog-list-layout1 .blog-category {
    margin-bottom: 15px
}

    .blog-list-layout1 .blog-category a {
        border: none
    }

.blog-list-layout1 .blog-footer {
    margin-top: 30px;
    margin-bottom: 40px
}

.blog-list-layout1 .share-links .social-links li {
    margin-left: 15px
}

    .blog-list-layout1 .share-links .social-links li:last-child {
        margin-left: 0
    }

.blog-list-layout1 .share-links .social-links a {
    font-size: 22px
}

@media (min-width: 1500px) {
    .blog-list-layout1 .blog-title {
        font-size: 38px;
        line-height: 1.4;
        margin-bottom: 5px
    }
}

@media (max-width: 1199px) {
    .blog-list-layout1 .blog-content {
        padding: 30px;
        padding-bottom: 0.1px
    }

    .blog-list-layout1 .blog-footer {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .blog-list-layout1 .my-50 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .blog-list-layout1 .py-50 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .blog-list-layout1 .pt-50 {
        padding-top: 30px
    }

    .blog-list-layout1 .px-40 {
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-list-layout1 .py-40 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .blog-list-layout1 .mb-45 {
        margin-bottom: 30px
    }

    .blog-list-layout1 .blog-author-style1 .h2 {
        font-size: 24px
    }
}

@media (max-width: 576px) {
    .blog-list-layout1 .blog-content {
        padding: 30px 15px;
        padding-bottom: 0.1px
    }

    .blog-list-layout1 .blog-footer {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .blog-list-layout1 .post-author a {
        font-size: 12px
    }

    .blog-list-layout1 .blog-meta {
        margin-bottom: 5px
    }

    .blog-list-layout1 .blog-author-style1 .h2 {
        font-size: 18px
    }
}

.vs-comments-layout1 {
    border-bottom: 1px solid var(--white-color)
}

    .vs-comments-layout1 li {
        margin: 0
    }

    .vs-comments-layout1 .vs-post-comment {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 40px;
        padding-bottom: 32px;
        border-top: 1px solid var(--white-color)
    }

    .vs-comments-layout1 p {
        margin-bottom: 0
    }

    .vs-comments-layout1 ul.comment-list {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .vs-comments-layout1 ul.comment-list > li:first-child > .vs-post-comment {
            padding-top: 0;
            border-top: none
        }

        .vs-comments-layout1 ul.comment-list ul ul,
        .vs-comments-layout1 ul.comment-list ul ol,
        .vs-comments-layout1 ul.comment-list ol ul,
        .vs-comments-layout1 ul.comment-list ol ol {
            margin-bottom: 0
        }

    .vs-comments-layout1 .author-img {
        width: 100px;
        height: 100px;
        margin-left: 30px
    }

    .vs-comments-layout1 .comment-content {
        width: calc(100% - 130px);
        margin-top: -5px
    }

    .vs-comments-layout1 .commented-on {
        font-size: 14px;
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 500;
        color: var(--theme-color)
    }

    .vs-comments-layout1 .vs-btn {
        width: 110px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
        --n: 1;
        border-radius: 50px
    }

        .vs-comments-layout1 .vs-btn .vs-btn-icon {
            --n: 0
        }

        .vs-comments-layout1 .vs-btn:hover {
            color: var(--white-color)
        }

    .vs-comments-layout1 .comment-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .vs-comments-layout1 .text {
        margin-bottom: 25px
    }

        .vs-comments-layout1 .text:last-child {
            margin-bottom: 0
        }

    .vs-comments-layout1 .children {
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-right: 30px
    }

@media (max-width: 992px) {
    .vs-comments-layout1 {
        padding-bottom: 1px
    }
}

@media (max-width: 992px) {
    .vs-comments-layout1 .vs-post-comment {
        display: block;
        margin-bottom: 0;
        padding: 20px 0;
        margin-top: 0
    }

    .vs-comments-layout1 .author-img {
        margin-left: 0;
        margin-bottom: 15px
    }

    .vs-comments-layout1 .comment-content {
        width: 100%
    }

    .vs-comments-layout1 .children {
        margin-right: 20px
    }
}

@media (max-width: 576px) {
    .vs-comments-layout1 .vs-post-comment {
        position: relative
    }

    .vs-comments-layout1 .children {
        margin-right: 5px
    }

    .vs-comments-layout1 .commented-on {
        margin-bottom: 0;
        line-height: 1
    }

    .vs-comments-layout1 .comment-top {
        display: block
    }

        .vs-comments-layout1 .comment-top .vs-btn {
            position: relative;
            left: 0;
            top: 0;
            font-size: 10px;
            width: 80px;
            height: 30px;
            line-height: 27px;
            padding: 0;
            border-width: 1px;
            margin-bottom: 10px
        }
}

.comment-form-style1 {
    padding: 40px
}

    .comment-form-style1 textarea:focus,
    .comment-form-style1 input:focus,
    .comment-form-style1 textarea,
    .comment-form-style1 input {
        border: none
    }

        .comment-form-style1 textarea.form-control {
            min-height: 150px
        }

@media (max-width: 992px) {
    .comment-form-style1 {
        padding: 20px
    }
}

.vs-hero-wrapper .vs-btn {
    line-height: inherit;
    padding: inherit;
    padding-top: 0;
    padding-bottom: 0;
    font-size: inherit;
    width: 100%;
    height: 100%;
    box-shadow: none !important
}

    .vs-hero-wrapper .vs-btn .vs-btn-icon {
        width: 29%;
        margin-right: 16%;
        height: calc(100% - 0.7vw);
        font-size: 140%;
        line-height: 0.8;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .vs-hero-wrapper .vs-btn .vs-btn-icon i:before {
            position: relative;
            top: -2%
        }

@media (min-width: 992px) {
    .hero-box1:before {
        content: '';
        content: '';
        position: absolute;
        top: 0;
        left: -18px;
        width: 18px;
        height: 18px;
        border-top: 10px solid var(--theme-color);
        border-left: 10px solid transparent;
        border-right: 10px solid var(--theme-color);
        border-bottom: 10px solid transparent;
    }
}

.vs-hero-wrapper {
    position: relative;
    z-index: 1
}

@media (max-width: 1500px) {
    .vs-hero-wrapper.mx-100 {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 992px) {
    .ls-container .ls-layers .ls-none-md {
        display: none !important
    }
}

.about-image-box1 .small-img1 {
    position: absolute;
    top: 0;
    left: 0
}

.about-image-box1 .small-img2 {
    position: absolute;
    right: -115px;
    bottom: 0
}

.about-image-box1 .pattern {
    position: absolute;
    bottom: -40px;
    left: -47px;
    z-index: -1
}

.vs-about-layout1 .shape1 {
    left: 200px;
    top: -80px;
    z-index: 1
}

@media (max-width: 1500px) {
    .about-image-box1 .small-img2 {
        right: -30px
    }

    .vs-about-layout1 .shape1 {
        max-width: 300px
    }
}

@media (max-width: 1300px) {
    .about-image-box1 .small-img2 {
        right: 30px
    }

    .about-content-box1.pl-50 {
        padding-right: 0
    }

    .about-content-box1.pr-50 {
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .about-image-box1.pt-100.pb-150 {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width: 992px) {
    .about-content-box1 p.mb-30 {
        margin-bottom: 15px
    }
}

.vs-about-layout2 .shape1 {
    left: 100px;
    bottom: 60px;
    z-index: 2
}

@media (max-width: 1500px) {
    .vs-about-layout2 .shape1 {
        display: none
    }
}

.vs-about-layout3[data-overlay]:before {
    max-height: 30%
}

.vs-about-layout3 .shape1 {
    right: 3%;
    bottom: 7%
}

.vs-about-layout3 .shape2 {
    left: 8%;
    top: 12%;
    z-index: 2;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.about-image-box3 .blur-img {
    position: absolute;
    bottom: -20px;
    z-index: -1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    left: 60px;
    right: 60px
}

@media (max-width: 1850px) {

    .vs-about-layout3 .shape2,
    .vs-about-layout3 .shape1 {
        display: none
    }
}

@media (max-width: 992px) {
    .about-image-box3 .blur-img {
        display: none
    }
}

.vs-about-layout4 .shape1 {
    left: 5%;
    bottom: -200px
}

.vs-about-layout5 .shape1 {
    left: 2%;
    bottom: 2%
}

.about-image-box4 .small-img1 {
    width: 160ox;
    height: 160ox;
    display: inline-block;
    padding: 9px;
    background-color: var(--white-color);
    position: absolute;
    left: -135px;
    bottom: 125px;
    z-index: 2;
    border-radius: 50%
}

    .about-image-box4 .small-img1 img {
        border-radius: 50%
    }

.about-image-box4 .experance-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

    .about-image-box4 .experance-box:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -10px;
        right: -10px;
        width: 100%;
        height: 100%;
        background-color: var(--white-color);
        border-radius: 10px
    }

    .about-image-box4 .experance-box .box-content {
        padding: 40px;
        border-radius: 10px
    }

    .about-image-box4 .experance-box span {
        line-height: 1
    }

@media (max-width: 1800px) {

    .vs-about-layout5 .shape1,
    .vs-about-layout4 .shape1 {
        max-width: 250px;
        bottom: -100px;
        left: 1%
    }

    .vs-about-layout5 .shape1 {
        bottom: 1%
    }
}

@media (max-width: 1199px) {
    .about-image-box4.pb-90 {
        padding-bottom: 50px
    }

    .about-content-box4.pl-50 {
        padding-right: 0
    }
}

@media (max-width: 992px) {
    .about-image-box4.pb-90 {
        padding-bottom: 0
    }

    .about-image-box4 .experance-box .sec-title-style1 {
        font-size: 42px
    }

    .about-image-box4 .big-img img {
        width: 100%
    }
}

@media (max-width: 576px) {
    .about-image-box4 .experance-box {
        position: relative;
        margin-top: 20px
    }

        .about-image-box4 .experance-box::before {
            display: none
        }
}

.about-image-box5 .ripple:after,
.about-image-box5 .ripple:before {
    content: '';
    width: 300px;
    height: 300px;
    margin: -150px -150px 0 0;
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: -1;
    border: 2px solid var(--theme-color);
    opacity: 0;
    border-radius: 50%
}

.about-image-box5 .ripple:after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

@media (max-width: 1199px) {
    .vs-about-layout6 .skill-area {
        padding: 40px;
        padding-bottom: 10px
    }
}

@media (max-width: 1199px) {
    .vs-about-layout6 .skill-area {
        padding: 20px;
        padding-bottom: 5px
    }

    .vs-about-layout6 .vs-skill-bar1 {
        margin-bottom: 20px
    }
}

.about-content-box5 > div {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1199px) and (max-width: 1500px) {
    .about-content-box5.space {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.vs-service-layout1 a {
    color: inherit
}

.vs-service-layout1 .vs-service {
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin-bottom: 25px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-service-layout1 .service-icon {
    position: relative;
    padding-bottom: 43px;
    margin-bottom: 37px
}

    .vs-service-layout1 .service-icon [class^="flaticon-"],
    .vs-service-layout1 .service-icon [class*=" flaticon-"] {
        line-height: inherit
    }

    .vs-service-layout1 .service-icon:before {
        content: '';
        position: absolute;
        right: 50%;
        bottom: 0;
        height: 4px;
        width: 40px;
        margin-right: -20px;
        background-color: var(--theme-color);
        border-radius: 10px
    }

    .vs-service-layout1 .service-icon .bg-icon {
        position: absolute;
        right: 20%;
        top: 30%;
        font-size: 100px;
        z-index: -1;
        --moving-ani-duration: 15s;
        opacity: 0.5;
        line-height: 1
    }

    .vs-service-layout1 .service-icon .icon {
        width: 100px;
        height: 100px;
        display: inline-block;
        border-radius: 12px;
        text-align: center;
        line-height: 100px;
        box-shadow: 0px 8px 16px 0px rgba(249, 163, 146, 0.2)
    }

.vs-service-layout1 .vs-carousel .slick-track > div:nth-child(even) .service-icon .bg-icon,
.vs-service-layout1 .row > div:nth-child(even) .service-icon .bg-icon {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

@media (max-width: 1199px) {
    .vs-service-layout1 .vs-service {
        padding: 0
    }

    .vs-service-layout1 .service-icon {
        padding-bottom: 33px;
        margin-bottom: 27px
    }

        .vs-service-layout1 .service-icon .bg-icon {
            right: 20%;
            top: 60%;
            font-size: 64px
        }
}

@media (max-width: 576px) {
    .vs-service-layout1 .service-icon .bg-icon {
        display: none
    }
}

.vs-service-layout2 .shape1,
.vs-service-layout2 .shape2 {
    font-size: 260px;
    opacity: 0.25;
    z-index: 1
}

.vs-service-layout2 .shape1 {
    top: 20%;
    left: 5%
}

.vs-service-layout2 .shape2 {
    bottom: 10%;
    right: 5%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.vs-service-layout2 .icon-btn i {
    line-height: inherit
}

.vs-service-layout2 a {
    color: inherit
}

    .vs-service-layout2 a:not(.icon-btn):hover {
        color: inherit
    }

.vs-service-layout2 .vs-service,
.vs-service-layout2 .service-btn,
.vs-service-layout2 .service-icon,
.vs-service-layout2 .service-text,
.vs-service-layout2 .service-title {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-service-layout2 .vs-service {
    background-color: var(--white-color);
    text-align: center;
    padding: 70px 0;
    padding-bottom: 40px;
    border: 2px solid;
    border-left: none;
    position: relative;
    z-index: 2
}

    .vs-service-layout2 .vs-service:hover {
        background-color: var(--theme-color);
        z-index: 3
    }

        .vs-service-layout2 .vs-service:hover .service-icon,
        .vs-service-layout2 .vs-service:hover .service-text,
        .vs-service-layout2 .vs-service:hover .service-title {
            color: var(--white-color)
        }

        .vs-service-layout2 .vs-service:hover .service-btn {
            bottom: 0;
            opacity: 1;
            visibility: visible
        }

.vs-service-layout2 .service-text,
.vs-service-layout2 .service-text:last-child {
    max-width: 215px;
    margin-right: auto;
    margin-left: auto
}

.vs-service-layout2 .service-icon {
    color: var(--theme-color);
    display: inline-block;
    margin-bottom: 25px
}

.vs-service-layout2 .service-title {
    margin-bottom: 17px
}

    .vs-service-layout2 .service-title a {
        -webkit-transition: 0s;
        transition: 0s
    }

.vs-service-layout2 .service-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin: 0 -25px -25px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0
}

@media (min-width: 1199px) {
    .vs-service-layout2 .row > div:nth-child(n+5) .vs-service {
        border-bottom: none
    }

    .vs-service-layout2 .row > div:nth-child(n-5) .vs-service {
        border-top: none
    }

    .vs-service-layout2 .row > div:nth-child(4n+1) .vs-service {
        border-right: none
    }
}

@media (max-width: 1500px) {

    .vs-service-layout2 .shape2,
    .vs-service-layout2 .shape1 {
        display: none
    }
}

@media (max-width: 1199px) {
    .vs-service-layout2 .vs-service {
        border-bottom: none
    }
}

@media (max-width: 576px) {
    .vs-service-layout2 .vs-service {
        padding: 40px 0;
        padding-bottom: 1px
    }
}

.vs-service-layout3 [class^="flaticon-"],
.vs-service-layout3 [class*=" flaticon-"] {
    line-height: inherit
}

.vs-service-layout3 a,
.vs-service-layout3 a:hover {
    color: inherit;
    -webkit-transition: 0s;
    transition: 0s
}

.vs-service-layout3 .vs-service,
.vs-service-layout3 .service-text,
.vs-service-layout3 .service-title {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-service-layout3 .service-icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: var(--white-color);
    line-height: 110px;
    margin-bottom: 40px;
    color: var(--theme-color);
    border-radius: 50%
}

.vs-service-layout3 .service-title {
    margin-bottom: 12px
}

.vs-service-layout3 .service-text:last-child,
.vs-service-layout3 .service-text {
    margin-bottom: 0
}

.vs-service-layout3 .vs-service {
    text-align: center;
    border: 1px dashed var(--theme-color);
    background-color: var(--theme-color);
    padding: 60px 0;
    padding-bottom: 55px;
    margin-bottom: 30px
}

    .vs-service-layout3 .vs-service:hover {
        background-color: var(--theme-color)
    }

        .vs-service-layout3 .vs-service:hover .service-text,
        .vs-service-layout3 .vs-service:hover .service-title {
            color: var(--white-color)
        }

.vs-service-layout3 .service-text,
.vs-service-layout3 .service-text:last-child {
    max-width: 225px;
    margin-right: auto;
    margin-left: auto
}

.vs-service-layout3 .gutters-10 .vs-service {
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .vs-service-layout3 .vs-service {
        padding: 25px 10px;
        padding-bottom: 20px
    }

    .vs-service-layout3 .service-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 15px;
        font-size: 10px
    }
}

.service-layout4 .vs-service {
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 55px 15px
}

.service-layout4 .service-text,
.service-layout4 .service-text:last-child {
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .service-layout4 .vs-service {
        padding: 30px 10px
    }
}

.vs-service-layout5 {
    position: relative
}

    .vs-service-layout5 .shape1 {
        right: 10%;
        top: -80px;
        z-index: 3
    }

    .vs-service-layout5 .vs-service {
        padding: 60px 50px 20px 50px;
        text-align: center;
        margin-bottom: 30px;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .vs-service-layout5 .service-img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: 25px;
        position: relative
    }

    .vs-service-layout5 .service-icon {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 28px;
        background-color: var(--theme-color);
        color: var(--white-color);
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        margin: -25px 0 0 -25px
    }

    .vs-service-layout5 a:hover,
    .vs-service-layout5 a {
        color: inherit;
        -webkit-transition: 0s;
        transition: 0s
    }

    .vs-service-layout5 .service-icon,
    .vs-service-layout5 .service-text,
    .vs-service-layout5 .service-title {
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    .vs-service-layout5 .vs-service:hover,
    .vs-service-layout5 .slick-center .vs-service {
        background-color: var(--theme-color)
    }

        .vs-service-layout5 .vs-service:hover .service-icon,
        .vs-service-layout5 .slick-center .vs-service .service-icon {
            background-color: var(--white-color);
            color: var(--title-color)
        }

        .vs-service-layout5 .vs-service:hover .service-text,
        .vs-service-layout5 .vs-service:hover .service-title,
        .vs-service-layout5 .slick-center .vs-service .service-text,
        .vs-service-layout5 .slick-center .vs-service .service-title {
            color: var(--white-color)
        }

@media (max-width: 1199px) {
    .vs-service-layout5 .vs-service {
        padding: 60px 30px 10px 30px;
        text-align: center;
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .vs-service-details .py-60 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .vs-service-details .my-55 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .vs-service-details .mt-55 {
        margin-top: 25px
    }

    .vs-service-details .mb-60 {
        margin-bottom: 30px
    }

    .vs-service-details .pt-60 {
        padding-top: 30px
    }

    .vs-service-details .mt-60 {
        margin-top: 30px
    }
}

.offer-banner-style2,
.offer-banner-style1 {
    position: relative
}

    .offer-banner-style2 .banner-content,
    .offer-banner-style1 .banner-content {
        position: absolute;
        width: 100%;
        max-width: 300px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .offer-banner-style2 .vs-btn,
    .offer-banner-style1 .vs-btn {
        padding: 12px 36px;
        border: none
    }

    .offer-banner-style2 .banner-content {
        left: auto;
        right: 10%
    }

.offer-banner-style3.bg-light-success {
    background-color: #edfffa
}

    .offer-banner-style3.bg-light-success .vs-btn {
        background-color: #35bf96
    }

    .offer-banner-style3.bg-light-success .offer-per sup,
    .offer-banner-style3.bg-light-success .offer-per sub {
        color: #35bf96
    }

.offer-banner-style3 .offer-per,
.offer-banner-style3 .offer-title {
    font-size: 100px;
    font-family: var(--theme-font1);
    position: relative;
    line-height: 1
}

.offer-banner-style3 .offer-title {
    font-style: italic;
    font-weight: 500;
    margin-bottom: 50px;
    letter-spacing: -1.8px
}

.offer-banner-style3 .offer-per {
    display: inline-block;
    padding-left: 0.5em
}

    .offer-banner-style3 .offer-per sub,
    .offer-banner-style3 .offer-per sup {
        font-size: 0.3em;
        line-height: 32px;
        top: 0;
        position: absolute;
        left: 0;
        color: var(--theme-color)
    }

    .offer-banner-style3 .offer-per sub {
        top: auto;
        bottom: 0.1em;
        line-height: 1;
        font-size: 0.57em
    }

.offer-banner-style3 .vs-btn {
    padding: 15px 40px;
    border: none
}

.offer-banner-style3 .offer-icon {
    margin-bottom: 40px
}

@media (max-width: 1500px) {

    .offer-banner-style3 .offer-per,
    .offer-banner-style3 .offer-title {
        font-size: 42px
    }

    .offer-banner-style3 .offer-title {
        margin-bottom: 25px
    }

    .offer-banner-style3 .offer-icon {
        margin-bottom: 20px
    }

    .offer-banner-style3 .offer-per {
        margin-bottom: 10px !important
    }

        .offer-banner-style3 .offer-per sup {
            top: -10px
        }
}

@media (max-width: 1199px) {

    .offer-banner-style2 .banner-content,
    .offer-banner-style1 .banner-content {
        max-width: 250px
    }

    .offer-banner-style2 .banner-title,
    .offer-banner-style1 .banner-title {
        font-size: 28px
    }

    .offer-banner-style3 .offer-icon {
        max-width: 70px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 576px) {
    .offer-banner-style1 .banner-content {
        -webkit-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }

    .offer-banner-style2 .banner-content {
        -webkit-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right
    }
}

.divider-style1 .divider-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    font-size: 46px;
    line-height: 80px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

    .divider-style1 .divider-icon:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 2px;
        margin-top: -1px;
        width: 100%;
        z-index: -1;
        background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, var(--theme-color) 50%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, var(--theme-color) 50%, rgba(255, 255, 255, 0) 100%)
    }

@media (max-width: 992px) {
    .divider-style1 .divider-icon {
        width: 60px;
        height: 60px;
        font-size: 36px;
        line-height: 61px
    }
}

.price-list-style1 {
    border-radius: 14px
}

    .price-list-style1 a {
        color: inherit
    }

    .price-list-style1 .vs-price-list {
        margin-bottom: 20px
    }

        .price-list-style1 .vs-price-list:last-child {
            margin-bottom: 0
        }

@media (max-width: 1199px) {

    .col-lg-6 .price-list-style1.py-60,
    .col-lg-6 .price-list-style1.px-60 {
        padding: 20px
    }
}

@media (max-width: 992px) {
    .price-list-style1.px-60 {
        padding-left: 20px;
        padding-right: 20px
    }

    .price-list-style1.py-60 {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 576px) {
    .price-list-style1 .media-img {
        margin-left: 0;
        margin-bottom: 10px
    }

    .price-list-style1 .vs-price-list {
        display: block
    }
}

.vs-pricing-layout2 .vs-price {
    font-size: 80px;
    font-family: var(--theme-font1);
    line-height: 1;
    position: relative;
    bottom: -5px
}

    .vs-pricing-layout2 .vs-price sub {
        font-size: 24px;
        position: relative;
        bottom: 0
    }

.vs-pricing-layout2 .vs-price-head {
    position: relative;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    padding-bottom: 30px;
    margin-bottom: 63px
}

.vs-pricing-layout2 .vs-price-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-bottom: 43px
}

    .vs-pricing-layout2 .vs-price-list li {
        display: block;
        clear: both;
        margin: 15px 0;
        padding-left: 40px;
        margin-bottom: 20px;
        position: relative
    }

        .vs-pricing-layout2 .vs-price-list li:after {
            content: '\f00c';
            font-family: var(--icon-font);
            position: absolute;
            left: 0;
            top: -6px;
            background-color: var(--white-color);
            text-align: center;
            width: 35px;
            height: 35px;
            line-height: 35px;
            color: var(--theme-color);
            z-index: 1;
            border-radius: 50%;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s
        }

.vs-pricing-layout2 .vs-price-box {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 80px;
    padding-top: 74px;
    border-bottom: 10px solid transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .vs-pricing-layout2 .vs-price-box[data-overlay="theme"]:before {
        opacity: 0.17;
        z-index: -1;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        bottom: -10px
    }

    .vs-pricing-layout2 .vs-price-box:hover {
        border-color: var(--theme-color)
    }

        .vs-pricing-layout2 .vs-price-box:hover .vs-price-list li:after {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

        .vs-pricing-layout2 .vs-price-box:hover::before {
            opacity: 0;
            visibility: hidden
        }

.vs-pricing-layout2 .tab-pane .vs-price-box {
    border-color: var(--theme-color)
}

    .vs-pricing-layout2 .tab-pane .vs-price-box:hover {
        border-color: var(--theme-color)
    }

        .vs-pricing-layout2 .tab-pane .vs-price-box:hover .vs-price-list li:after {
            background-color: var(--white-color);
            color: var(--theme-color)
        }

        .vs-pricing-layout2 .tab-pane .vs-price-box:hover::before {
            opacity: 0.17;
            visibility: visible
        }

.tabs-style1 li {
    margin: 0 0;
    background-color: var(--white-color)
}

.tabs-style1 a {
    padding: 17px 33px;
    color: var(--body-color);
    font-weight: 700;
    position: relative;
    display: inline-block
}

    .tabs-style1 a:hover,
    .tabs-style1 a.active {
        color: var(--white-color);
        background-color: var(--theme-color)
    }

.tabs-style1.tab-has-arrow a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: -10px;
    opacity: 0;
    border-top: 10px solid var(--theme-color);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.tabs-style1.tab-has-arrow a.active::before {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1199px) {
    .vs-pricing-layout2 .vs-price-box {
        padding: 40px;
        padding-top: 34px
    }
}

@media (max-width: 992px) {
    .vs-pricing-layout2 .vs-price-box {
        padding: 20px;
        padding-top: 14px
    }

    .vs-pricing-layout2 .vs-price {
        font-size: 42px;
        bottom: -2px
    }

    .vs-pricing-layout2 .package-name {
        font-size: 18px
    }

    .vs-pricing-layout2 .vs-price-head {
        padding-bottom: 15px;
        margin-bottom: 25px
    }

    .vs-pricing-layout2 .vs-price-list {
        margin-bottom: 23px
    }

    .tabs-style1 a {
        padding: 12px 20px
    }
}

.quote-icon-style1 {
    color: var(--theme-color);
    position: relative;
    padding-bottom: 54px;
    margin-bottom: 45px;
    display: inline-block;
    line-height: 1
}

    .quote-icon-style1:before {
        content: '';
        position: absolute;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: var(--theme-color);
        z-index: -1;
        opacity: 0.20;
        top: -10px;
        left: -25px
    }

    .quote-icon-style1:after {
        content: '';
        position: absolute;
        right: 50%;
        bottom: 0;
        height: 4px;
        border-radius: 50%;
        width: 100px;
        margin-right: -50px;
        background-color: var(--theme-color);
        opacity: 0.30
    }

    .quote-icon-style1.text-white:before,
    .quote-icon-style1.text-white:after {
        background-color: var(--white-color);
        opacity: 1
    }

    .quote-icon-style1.has-white-shape:after {
        background-color: #ffffff;
        opacity: 1
    }

    .quote-icon-style1.has-white-shape::before {
        background-color: var(--theme-color);
        opacity: 0.3
    }

.testimonial-avater-style1 {
    width: 100%;
    max-width: 250px;
    padding: 0 10px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto
}

    .testimonial-avater-style1 .author-img {
        width: 70px;
        height: 70px;
        padding: 8px;
        background-color: #ffffff;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0px 10px 28px 0px rgba(249, 163, 146, 0.3);
        margin: 0 2px;
        margin-bottom: 10px;
        cursor: pointer;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

        .testimonial-avater-style1 .author-img img {
            border-radius: inherit
        }

        .testimonial-avater-style1 .author-img:not(.slick-center) {
            background-color: transparent;
            box-shadow: none;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            margin-top: 2px;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%
        }

.testimonial-border-line {
    margin-bottom: 35px;
    margin-top: 12px;
    position: relative
}

    .testimonial-border-line .border-css {
        width: calc(100% - 180px);
        height: 2px;
        margin: 0 auto;
        background-color: var(--smoke-color);
        display: block
    }

        .testimonial-border-line .border-css:after,
        .testimonial-border-line .border-css:before {
            content: '';
            position: absolute;
            width: 80px;
            top: 0;
            height: 2px;
            right: 50%;
            margin-right: -40px;
            background-color: var(--theme-color)
        }

        .testimonial-border-line .border-css:after {
            content: '';
            border-bottom: 2px solid var(--theme-color);
            border-right: 2px solid var(--theme-color);
            width: 20px;
            height: 20px;
            margin-right: -12px;
            background-color: #fff;
            margin-top: -9px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

.testimonial-avater-style2.slick-slider,
.testimonial-avater-style2 .slick-track,
.testimonial-avater-style2 .slick-list {
    overflow: visible;
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.testimonial-avater-style2 .author-img {
    position: absolute;
    width: 110px;
    height: 110px;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer
}

    .testimonial-avater-style2 .author-img img {
        border-radius: 50%
    }

.testimonial-avater-style2 .slick-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 3;
    --moving-ani-duration: 14s
}

    .testimonial-avater-style2 .slick-slide:nth-child(1) {
        top: 140px;
        right: 11%;
        opacity: 1;
        visibility: visible;
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .testimonial-avater-style2 .slick-slide:nth-child(2) {
        width: 80px;
        height: 80px;
        top: auto;
        bottom: 120px;
        right: 17%;
        opacity: 1;
        visibility: visible
    }

    .testimonial-avater-style2 .slick-slide:nth-child(3) {
        width: 100px;
        height: 100px;
        right: auto;
        left: 12%;
        top: 15%;
        opacity: 1;
        visibility: visible;
        -webkit-animation-delay: 7s;
        animation-delay: 7s
    }

    .testimonial-avater-style2 .slick-slide:nth-child(4) {
        width: 80px;
        height: 80px;
        top: 50%;
        margin-top: -40px;
        right: auto;
        left: 15%;
        opacity: 1;
        visibility: visible;
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .testimonial-avater-style2 .slick-slide:nth-child(5) {
        width: 100px;
        height: 100px;
        top: auto;
        bottom: 65px;
        right: auto;
        left: 4%;
        opacity: 1;
        visibility: visible;
        -webkit-animation-delay: 8s;
        animation-delay: 8s
    }

@media (max-width: 992px) {
    .quote-icon-style1 {
        padding-bottom: 30px;
        margin-bottom: 25px;
        font-size: 3em
    }

        .quote-icon-style1:before {
            width: 50px;
            height: 50px;
            top: -3px;
            left: -25px
        }

    .testimonial-border-line {
        margin-bottom: 25px;
        margin-top: 0
    }
}

@media (max-width: 1500px) {
    .testimonial-avater-style2 .slick-slide:nth-child(2) {
        bottom: 4%;
        right: 5%
    }

    .testimonial-avater-style2 .slick-slide:nth-child(3) {
        left: 4%;
        top: 8%
    }

    .testimonial-avater-style2 .slick-slide:nth-child(4) {
        left: 1%
    }
}

@media (max-width: 992px) {
    .testimonial-border-line {
        margin-bottom: 0;
        margin-top: 0
    }
}

.vs-testimonial-layout2 .author-img {
    width: 140px;
    margin-left: 50px
}

.vs-testimonial-layout2 .testimonial-content {
    width: calc(100% - 190px)
}

@media (max-width: 992px) {
    .vs-testimonial-layout2.px-60 {
        padding-right: 20px;
        padding-left: 20px
    }

    .vs-testimonial-layout2 .author-img {
        width: 100px;
        margin-left: 20px
    }

    .vs-testimonial-layout2 .testimonial-content {
        width: calc(100% - 120px)
    }
}

@media (max-width: 768px) {
    .vs-testimonial-layout2 .author-img {
        width: 100px;
        margin-left: 0;
        margin-bottom: 20px
    }

    .vs-testimonial-layout2 .testimonial-content {
        width: 100%
    }

    .vs-testimonial-layout2 .author-name {
        font-size: 16px
    }

        .vs-testimonial-layout2 .author-name strong {
            display: block
        }
}

.vs-testimonial-layout3 .vs-testimonial {
    position: relative;
    padding: 0 40px;
    padding-top: 65px;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 40px;
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05)
}

.vs-testimonial-layout3 .author-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px
}

    .vs-testimonial-layout3 .author-img img {
        width: 100%;
        border-radius: 50%
    }

.vs-testimonial-layout3 .icon-quote {
    font-size: 60px;
    line-height: 1;
    margin-top: -30px;
    position: absolute;
    left: 40px;
    top: 0;
    color: var(--theme-color)
}

.vs-testimonial-layout3 .rating {
    color: var(--yellow-color);
    margin-bottom: 10px
}

.vs-testimonial-layout3 .degi {
    font-weight: 500
}

@media (max-width: 576px) {
    .vs-testimonial-layout3 .vs-testimonial {
        padding: 0 20px;
        padding-top: 60px;
        padding-bottom: 15px
    }

    .vs-testimonial-layout3 .icon-quote {
        font-size: 44px;
        margin-top: -25px;
        left: 20px
    }
}

.vs-appointment-layout1 .shape1 {
    left: 2%;
    top: 10%;
    z-index: 1
}

.vs-appointment-layout1 .shape2 {
    right: 2%;
    bottom: 10%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    z-index: 1
}

@media (max-width: 1820px) {

    .vs-appointment-layout1 .shape1,
    .vs-appointment-layout1 .shape2 {
        display: none
    }
}

@media (max-width: 992px) {
    .appointment-form-style1.px-60.py-70 {
        padding: 20px
    }
}

@media (max-width: 576px) {
    .appointment-form-style1.px-60.py-70 {
        padding: 15px
    }
}

.vs-appointment-layout2 .inner-wapper {
    border-right: 5px solid var(--theme-color)
}

.vs-appointment-layout2 .form-title {
    margin-top: -5px
}

@media (max-width: 992px) {
    .vs-appointment-layout2 .inner-wapper.px-60 {
        padding-right: 20px;
        padding-left: 20px
    }

    .vs-appointment-layout2 .inner-wapper.py-40 {
        padding-top: 0px;
        padding-bottom: 0px
    }
}

@media (max-width: 576px) {
    .vs-appointment-layout2 .inner-wapper.px-60 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.vs-features-layout1 .shape1 {
    bottom: 0;
    right: 48%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    max-width: 560px
}

.vs-features-layout1 .shape2 {
    position: absolute;
    top: 0;
    right: -100px;
    left: -100px;
    height: 100%;
    z-index: -1
}

.vs-features-layout1 .shape3 {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    z-index: 2
}

.vs-features-layout1 .shape5,
.vs-features-layout1 .shape4 {
    width: 920px;
    height: 920px;
    margin-right: -460px;
    margin-top: -440px;
    display: inline-block;
    right: 50%;
    top: 0;
    border-radius: 50%;
    background: var(--white-color);
    z-index: 1
}

.vs-features-layout1 .shape5 {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    background-color: transparent;
    border: 34px solid var(--theme-color);
    opacity: 0.5
}

.vs-features-layout1 .inner-wrapper {
    position: relative;
    z-index: 5
}

.vs-features-layout1 .feature-text:last-child {
    margin-bottom: 0
}

.vs-features-layout1 .media-icon {
    margin-top: 3px;
    margin-left: 25px
}

    .vs-features-layout1 .media-icon .icon-btn:hover {
        color: var(--theme-color) !important
    }

.vs-features-layout1 .icon-btn {
    position: relative
}

    .vs-features-layout1 .icon-btn.has-border:before {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        bottom: -6px;
        right: -6px;
        border: 1px dashed var(--theme-color);
        border-radius: inherit
    }

.vs-features-layout1 .vs-feature {
    margin-bottom: 40px
}

    .vs-features-layout1 .vs-feature:last-child {
        margin-bottom: 0
    }

@media (min-width: 1199px) {
    .vs-features-layout1 .row > div:nth-child(1) {
        padding-left: 50px
    }

    .vs-features-layout1 .row > div:nth-child(2) {
        padding-right: 50px
    }

    .vs-features-layout1 .row > div:nth-child(2n+1) .vs-feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: left
    }

    .vs-features-layout1 .row > div:nth-child(2n+1) .media-icon {
        margin-left: 0;
        margin-right: 25px
    }
}

.vs-features-layout1 .row.has-default-view > div:nth-child(1) {
    padding-left: 15px
}

.vs-features-layout1 .row.has-default-view > div:nth-child(2) {
    padding-right: 15px
}

.vs-features-layout1 .row.has-default-view > div .vs-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right
}

    .vs-features-layout1 .row.has-default-view > div .vs-feature:last-child {
        margin-bottom: 40px
    }

    .vs-features-layout1 .row.has-default-view > div .vs-feature .media-icon {
        margin-left: 25px;
        margin-right: 0
    }

@media (max-width: 1500px) {
    .vs-features-layout1 .shape2 {
        right: 0;
        left: 0
    }
}

@media (max-width: 992px) {
    .vs-features-layout1 .vs-feature {
        margin-bottom: 20px
    }

    .vs-features-layout1 .inner-wrapper.pb-60 {
        padding-bottom: 0
    }

    .vs-features-layout1 .row.has-default-view > div .vs-feature:last-child {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .vs-features-layout1 .vs-feature {
        display: block;
        text-align: center
    }

    .vs-features-layout1 .row.has-default-view > div .vs-feature {
        text-align: center
    }

    .vs-features-layout1 .media-icon {
        margin-left: 0;
        margin-bottom: 15px
    }
}

.vs-features-layout2 .shape1 {
    left: 2%;
    top: 0
}

.vs-features-layout2 .vs-feature-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    z-index: 1;
    padding: 30px;
    padding-bottom: 25px;
    padding-top: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .vs-features-layout2 .vs-feature-content p {
        margin-bottom: 0
    }

    .vs-features-layout2 .vs-feature-content:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 100%)
    }

.vs-features-layout2 .vs-price-box1 {
    position: absolute;
    top: 0;
    left: 30px;
    opacity: 0;
    visibility: hidden
}

.vs-features-layout2 .vs-feature {
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .vs-features-layout2 .vs-feature:hover .vs-feature-content {
        opacity: 1;
        visibility: visible;
        bottom: 0
    }

    .vs-features-layout2 .vs-feature:hover .vs-price-box1 {
        opacity: 1;
        visibility: visible;
        top: 30px
    }

.vs-price-box1 {
    background-color: var(--theme-color);
    width: 105px;
    height: 105px;
    text-align: center;
    padding: 0 25px;
    padding-top: 10px;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

    .vs-price-box1:before {
        content: '';
        position: absolute;
        right: -5px;
        bottom: -5px;
        left: -5px;
        top: -5px;
        border: 2px dashed var(--white-color);
        border-radius: 50%
    }

    .vs-price-box1 .text {
        font-size: 14px;
        font-weight: 500;
        color: var(--white-color)
    }

    .vs-price-box1 .price {
        display: block;
        color: var(--white-color);
        font-size: 36px;
        font-weight: 700;
        line-height: 32px;
        margin: 5px 0
    }

        .vs-price-box1 .price sup {
            font-weight: 500
        }

    .vs-price-box1 .sub {
        font-size: 15px;
        font-weight: 400;
        display: block;
        text-align: left;
        color: var(--white-color);
        position: relative;
        top: -8px
    }

@media (max-width: 1800px) {
    .vs-features-layout2 .shape1 {
        display: none
    }
}

.vs-features-layout3 .feature-img {
    width: 160px;
    height: 160px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 35px
}

    .vs-features-layout3 .feature-img i {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 39px;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        position: absolute;
        left: -15px;
        top: -15px;
        border-radius: 50%
    }

.vs-features-layout3 .feature-text {
    font-size: 18px;
    max-width: 275px;
    margin-right: auto;
    margin-left: auto
}

.vs-features-layout3 strong,
.vs-features-layout3 .feature-img i,
.vs-features-layout3 .vs-feature,
.vs-features-layout3 .feature-text,
.vs-features-layout3 .feature-title {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-features-layout3 .vs-feature {
    text-align: center;
    padding: 60px 15px;
    margin-bottom: 30px
}

    .vs-features-layout3 .slick-center .vs-feature,
    .vs-features-layout3 .vs-feature:hover {
        background-color: var(--theme-color)
    }

        .vs-features-layout3 .slick-center .vs-feature .feature-img i,
        .vs-features-layout3 .slick-center .vs-feature .vs-btn,
        .vs-features-layout3 .vs-feature:hover .feature-img i,
        .vs-features-layout3 .vs-feature:hover .vs-btn {
            background-color: var(--white-color);
            color: var(--body-color)
        }

        .vs-features-layout3 .slick-center .vs-feature strong,
        .vs-features-layout3 .slick-center .vs-feature .feature-text,
        .vs-features-layout3 .slick-center .vs-feature .feature-title,
        .vs-features-layout3 .vs-feature:hover strong,
        .vs-features-layout3 .vs-feature:hover .feature-text,
        .vs-features-layout3 .vs-feature:hover .feature-title {
            color: var(--white-color)
        }

.vs-team-layout1 a {
    color: inherit
}

.vs-team-layout1 .vs-team-degi {
    display: block;
    margin-bottom: 10px;
    font-weight: 700
}

.vs-team-layout1 .social-links {
    margin-top: -20px;
    margin-bottom: 10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    top: -50px;
    opacity: 0;
    visibility: hidden
}

    .vs-team-layout1 .social-links a {
        width: 40px;
        height: 40px;
        background-color: var(--white-color);
        line-height: 40px;
        box-shadow: 0px 6px 12px 0px rgba(249, 163, 146, 0.2)
    }

.vs-team-layout1 .vs-team {
    text-align: center;
    margin-bottom: 20px
}

    .vs-team-layout1 .vs-team:hover .social-links {
        top: 0;
        opacity: 1;
        visibility: visible
    }

.vs-team-layout2 a {
    color: inherit
}

.vs-team-layout2 .vs-team-content {
    position: relative;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px
}

.vs-team-layout2 .plus-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: var(--theme-color);
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: -22.5px;
    margin-right: -22.5px;
    color: var(--white-color);
    margin-top: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
    visibility: visible
}

.vs-team-layout2 .social-links {
    position: absolute;
    right: 0;
    top: -22.5px;
    width: 100%;
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden
}

    .vs-team-layout2 .social-links a {
        background-color: var(--white-color)
    }

.vs-team-layout2 .vs-team {
    background-color: var(--white-color);
    margin-bottom: 30px
}

    .vs-team-layout2 .vs-team:hover .plus-icon {
        margin-top: -20px;
        opacity: 0;
        visibility: visible
    }

    .vs-team-layout2 .vs-team:hover .social-links {
        opacity: 1;
        visibility: visible;
        margin-top: 0
    }

.vs-team-layout3 .vs-team-img {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px
}

    .vs-team-layout3 .vs-team-img img {
        width: 100%;
        border-radius: 50%;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

.vs-team-layout3 .social-links {
    margin-top: 5px;
    margin-bottom: 18px
}

.vs-team-layout3 .vs-team-degi {
    color: var(--theme-color);
    font-weight: 500
}

.vs-team-layout3 .vs-btn {
    padding: 5px 25px
}

.vs-team-layout3 a:not(.vs-btn) {
    -webkit-transition: 0s all ease;
    transition: 0s all ease;
    color: inherit
}

    .vs-team-layout3 a:not(.vs-btn):hover {
        color: inherit
    }

.vs-team-layout3 .vs-team {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding-bottom: 30px
}

    .vs-team-layout3 .vs-team:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 80%;
        z-index: -1;
        opacity: 0.10;
        background-color: var(--theme-color);
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .vs-team-layout3 .vs-team:hover::before {
        opacity: 1
    }

    .vs-team-layout3 .vs-team:hover .vs-btn {
        background-color: var(--white-color);
        color: var(--title-color)
    }

        .vs-team-layout3 .vs-team:hover .vs-btn .vs-btn-shape {
            background-color: var(--white-color)
        }

    .vs-team-layout3 .vs-team:hover .social-links,
    .vs-team-layout3 .vs-team:hover .vs-team-name,
    .vs-team-layout3 .vs-team:hover .vs-team-degi {
        color: #ffffff
    }

    .vs-team-layout3 .vs-team:hover .vs-team-img img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

@media (min-width: 992px) and (max-width: 1300px) {
    .vs-team-details .vs-team-info .sec-title-style1 {
        font-size: 38px
    }
}

@media (max-width: 992px) {
    .vs-team-details .pb-60 {
        padding-bottom: 30px
    }

    .vs-team-details .mt-50 {
        margin-top: 20px
    }

    .vs-team-details .mb-55 {
        margin-bottom: 25px
    }

    .vs-team-details .mt-55 {
        margin-top: 25px
    }

    .vs-team-details .pt-60 {
        padding-top: 30px
    }

    .vs-team-details .mt-60 {
        margin-top: 30px
    }

    .vs-team-details .service-layout4.mt-35 {
        margin-top: 10px
    }

    .vs-team-details .py-60 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.vs-gallery-layout1 .vs-gallery-overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-gallery-layout1 .vs-gallery-content {
    text-align: center;
    position: absolute;
    right: 0;
    top: 45%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vs-gallery-layout1 .vs-gallery-btn {
    width: 80px;
    height: 80px;
    line-height: 78px;
    font-size: 22px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
    color: var(--white-color);
    border-radius: 50%
}

    .vs-gallery-layout1 .vs-gallery-btn:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
        border-color: transparent
    }

.vs-gallery-layout1 .instagram-btn {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: -40px -40px 0 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

    .vs-gallery-layout1 .instagram-btn i {
        line-height: 78px
    }

.vs-gallery-layout1 .vs-gallery {
    position: relative
}

    .vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content,
    .vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay,
    .vs-gallery-layout1 .vs-gallery:hover .instagram-btn {
        opacity: 1;
        visibility: visible
    }

    .vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content {
        top: 50%;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    .vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay {
        height: 100%
    }

@media (max-width: 1199px) {
    .vs-gallery-layout1 .instagram-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 14px
    }

        .vs-gallery-layout1 .instagram-btn i {
            line-height: inherit
        }
}

@media (max-width: 576px) {
    .vs-gallery-layout1 .vs-gallery-title {
        font-size: 18px
    }

    .vs-gallery-layout1 .vs-gallery-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px
    }
}

.vs-gallery-layout2 {
    position: relative
}

    .vs-gallery-layout2 .shape1 {
        top: 20%;
        max-width: 300px
    }

    .vs-gallery-layout2 .vs-gallery {
        margin-bottom: 30px;
        position: relative
    }

        .vs-gallery-layout2 .vs-gallery:before,
        .vs-gallery-layout2 .vs-gallery:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            opacity: 0.8;
            width: 0;
            height: 0;
            z-index: 1;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear
        }

        .vs-gallery-layout2 .vs-gallery:after {
            right: auto;
            left: 0;
            top: auto;
            bottom: 0
        }

        .vs-gallery-layout2 .vs-gallery:hover:before,
        .vs-gallery-layout2 .vs-gallery:hover:after {
            width: 100%;
            height: 100%;
            opacity: 0.2
        }

        .vs-gallery-layout2 .vs-gallery:hover .icon-btn {
            opacity: 1;
            visibility: visible
        }

        .vs-gallery-layout2 .vs-gallery .icon-btn {
            position: absolute;
            right: 50%;
            top: 50%;
            z-index: 3;
            -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition-delay: 0.2;
            transition-delay: 0.2
        }

.vs-gallery-details .gallery-top-bar {
    margin-bottom: -80px;
    position: relative;
    z-index: 1
}

@media (max-width: 1199px) {
    .vs-gallery-details .gallery-top-bar {
        margin-bottom: -60px
    }

        .vs-gallery-details .gallery-top-bar.px-60 {
            padding-right: 30px;
            padding-left: 30px
        }

        .vs-gallery-details .gallery-top-bar.py-40 {
            padding-top: 20px;
            padding-bottom: 20px
        }

    .vs-gallery-details .h4 {
        font-size: 18px
    }
}

@media (max-width: 992px) {
    .vs-gallery-details .gallery-top-bar {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px
    }

        .vs-gallery-details .gallery-top-bar.px-60 {
            padding-right: 15px;
            padding-left: 15px
        }

        .vs-gallery-details .gallery-top-bar.py-40 {
            padding-top: 15px;
            padding-bottom: 15px
        }

    .vs-gallery-details .h4 {
        font-size: 16px
    }

    .vs-gallery-details span {
        font-size: 14px
    }

    .vs-gallery-details .py-60 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .vs-gallery-details .my-55 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .vs-gallery-details .mt-55 {
        margin-top: 25px
    }

    .vs-gallery-details .mb-60 {
        margin-bottom: 30px
    }

    .vs-gallery-details .pt-60 {
        padding-top: 30px
    }

    .vs-gallery-details .mt-60 {
        margin-top: 30px
    }
}

@media (max-width: 768px) {
    .vs-gallery-details .gallery-top-bar {
        text-align: center
    }

        .vs-gallery-details .gallery-top-bar .bar-content {
            margin-bottom: 10px
        }
}

@media (max-width: 1500px) {
    .vs-brand-wrapper.px-180 {
        padding-right: 0;
        padding-left: 0
    }

    .vs-brand-wrapper.pl-150 {
        padding-right: 0
    }

    .vs-brand-wrapper.pr-150 {
        padding-left: 0
    }
}

@media (max-width: 1199px) {

    .vs-features-layout1 .shape5,
    .vs-features-layout1 .shape4 {
        margin-top: -500px
    }
}

.subscribe-form-style1 .vs-btn {
    width: 180px;
    padding: 0;
    height: 60px
}

.subscribe-form-style1 input {
    width: calc(100% - 180px);
    height: 60px;
    border: none;
    margin: 0;
    padding-left: 20px
}

.vs-subscribe-layout1 .shape1 {
    left: 0;
    bottom: 2%;
    max-width: 300px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@media (max-width: 1800px) {
    .vs-subscribe-layout1 .shape1 {
        display: none
    }
}

@media (max-width: 576px) {
    .subscribe-form-style1 input {
        width: 100%;
        border: 1px solid var(--border-color);
        margin-bottom: 10px
    }
}

.vs-error-layout1 .error-title {
    font-size: 300px;
    line-height: 1;
    margin-bottom: 0
}

.vs-error-layout1 .error-subtitle {
    font-size: 140px;
    line-height: 0.9
}

@media (max-width: 1199px) {
    .vs-error-layout1 .error-title {
        font-size: 200px
    }

    .vs-error-layout1 .error-subtitle {
        font-size: 82px;
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .vs-error-layout1 .error-title {
        font-size: 62px;
        line-height: 1;
        margin-bottom: 20px
    }

    .vs-error-layout1 .error-subtitle {
        font-size: 38px;
        line-height: 1;
        margin-bottom: 20px
    }

    .vs-error-layout1 .h3 {
        margin-bottom: 10px
    }
}

.counter-box2 {
    width: 170px;
    height: 170px;
    text-align: center;
    border: 1px solid var(--border-color);
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

    .counter-box2 .counter-number {
        font-size: 60px;
        line-height: 1
    }

        .counter-box2 .counter-number:after {
            content: '+';
            font-size: 0.5em;
            vertical-align: bottom;
            margin-right: 2px
        }

.vs-cta-layout1 .counter-box2:nth-child(5),
.vs-cta-layout1 .counter-box2:nth-child(1) {
    margin-top: -40px
}

.vs-cta-layout1 .counter-box2:nth-child(4),
.vs-cta-layout1 .counter-box2:nth-child(2) {
    margin-top: 130px
}

.vs-cta-layout1 .counter-box2:nth-child(3) {
    margin-top: 300px
}

@media (max-width: 1199px) {

    .vs-cta-layout1 .counter-box2:nth-child(5),
    .vs-cta-layout1 .counter-box2:nth-child(1) {
        margin-top: -20px
    }

    .vs-cta-layout1 .counter-box2:nth-child(4),
    .vs-cta-layout1 .counter-box2:nth-child(2) {
        margin-top: 80px
    }

    .vs-cta-layout1 .counter-box2:nth-child(3) {
        margin-top: 200px
    }
}

@media (max-width: 992px) {
    .vs-cta-layout1 .counter-area {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px
    }

    .vs-cta-layout1 .counter-box2 {
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 20px 10px
    }

        .vs-cta-layout1 .counter-box2:nth-child(5),
        .vs-cta-layout1 .counter-box2:nth-child(1) {
            margin-top: 0
        }

        .vs-cta-layout1 .counter-box2:nth-child(4),
        .vs-cta-layout1 .counter-box2:nth-child(2) {
            margin-top: 0
        }

        .vs-cta-layout1 .counter-box2:nth-child(3) {
            margin-top: 0
        }
}

@media (max-width: 768px) {
    .vs-cta-layout1 .counter-area {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 576px) {
    .vs-cta-layout1 .counter-area {
        grid-template-columns: 1fr
    }
}

.vs-faq-layout1 .vs-faq-title {
    border: none;
    background-color: transparent;
    font-family: var(--theme-font1);
    font-size: 18px;
    font-weight: 500;
    padding: 27px 25px;
    padding-right: 110px;
    display: block;
    width: 100%;
    text-align: right;
    position: relative
}

    .vs-faq-layout1 .vs-faq-title:before {
        content: '\f068';
        font-family: var(--icon-font);
        font-weight: 300;
        position: absolute;
        right: 30px;
        top: 21%;
        width: 50px;
        height: 50px;
        line-height: 49px;
        background-color: var(--white-color);
        border-radius: 50%;
        text-align: center
    }

    .vs-faq-layout1 .vs-faq-title.collapsed:before {
        content: '\f067'
    }

.vs-faq-layout1 .vs-faq-body {
    padding: 0px 30px 25px 30px
}

.vs-faq-layout1 .vs-faq {
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .vs-faq-layout1 .vs-faq-title {
        padding: 15px;
        padding-right: 50px;
        font-size: 16px
    }

        .vs-faq-layout1 .vs-faq-title::before {
            width: 30px;
            height: 30px;
            line-height: 29px;
            right: 10px;
            top: 16%;
            font-size: 12px
        }

    .vs-faq-layout1 .vs-faq-body {
        padding: 0px 15px 10px 15px
    }
}

.vs-contact-box1 {
    border: 2px solid var(--border-color);
    padding: 70px 0;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: var(--white-color)
}

    .vs-contact-box1 .contact-img {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .vs-contact-box1 > *:not(.contact-img) {
        position: relative;
        z-index: 2;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }

    .vs-contact-box1 .vs-style1 {
        padding: 15px 35px
    }

    .vs-contact-box1 p {
        max-width: 200px;
        margin-right: auto;
        margin-left: auto
    }

    .slick-center .vs-contact-box1,
    .vs-contact-box1:hover {
        border-color: rgba(0, 0, 0, 0.7)
    }

        .slick-center .vs-contact-box1 .contact-img,
        .vs-contact-box1:hover .contact-img {
            opacity: 1;
            visibility: visible
        }

        .slick-center .vs-contact-box1 > *,
        .vs-contact-box1:hover > * {
            color: var(--white-color)
        }

.vs-contactinfo-wrapper .contact-map {
    width: calc(100% - 200px);
    height: 450px;
    border-radius: 22px;
    vertical-align: middle;
    margin-bottom: -90px;
    margin-right: 100px;
    margin-left: 100px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1500px) {
}

@media (max-width: 1199px) {
    .vs-contactinfo-wrapper .contact-map {
        height: 400px
    }

    .vs-contact-box1 {
        padding: 40px 0
    }
}

@media (max-width: 992px) {
    .contact-form-layout1 .inner-wrapper.px-100 {
        padding-right: 30px;
        padding-left: 30px
    }

    .vs-contactinfo-wrapper .contact-map {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        border-radius: 0;
    }

    .vs-contactinfo-wrapper.contact-page {
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .contact-form-layout1 .inner-wrapper.px-100 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.vs-skill-bar1 .vs-progress {
    height: 10px;
    width: 100%;
    background-color: #f7e9e9
}

.vs-skill-bar1 .progress-value {
    height: 100%;
    background-color: var(--theme-color)
}

.related-post-layout1 a {
    color: inherit
}

    .related-post-layout1 a i {
        margin-left: 10px
    }

.related-post-layout1 .related-post-content {
    padding: 25px 30px
}

.product-sort-bar .nice-select {
    border: 1px solid var(--border-color);
    width: 100%;
    max-width: 250px;
    padding-left: 30px;
    padding-right: 20px
}

    .product-sort-bar .nice-select:before {
        left: 20px !important
    }

.product-sort-bar .vs-btn-group {
    border: 1px solid var(--border-color);
    border-left: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 20px;
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .product-sort-bar .vs-btn-group .icon-btn {
        border-left: 1px solid var(--border-color);
        border-radius: 0;
        font-size: 22px;
        height: 57px
    }

.header-details-offer {
    position: relative;
    padding-left: 130px;
}

    .header-details-offer .product-price {
        position: absolute;
        left: 0;
        margin-bottom: 0;
        top: 10px;
    }

@media (max-width: 534px) {
}

@media (max-width: 1199px) {
    .product-sort-bar .bar-title {
        font-size: 16px
    }
}

@media (max-width: 576px) {
    .product-sort-bar {
        text-align: center
    }

        .product-sort-bar .vs-btn-group {
            display: inline-block;
            margin-top: 10px
        }

        .product-sort-bar .nice-select {
            max-width: 100%;
            text-align: right
        }
}

.vs-product-wrapper .discount {
    display: inline-block;
    line-height: 1;
    padding: 7px 10px;
    font-size: 14px;
    z-index: 9;
    border-radius: 3px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--white-color);
    background-color: var(--theme-color);
    font-weight: 700
}

.vs-product-wrapper .action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.offer-details-page.vs-product-wrapper .action-buttons {
    justify-content: end;
}

.worker-name .barnch-par {
    color: var(--theme-color);
    margin-right: 4px;
}

.vs-product-wrapper .vs-product {
    margin-bottom: 30px;
    position: relative
}

    .vs-product-wrapper .vs-product .action-buttons .vs-btn,
    .vs-product-wrapper .vs-product .action-buttons .icon-btn {
        height: 50px;
        padding: 0;
        width: 150px;
        line-height: 48px;
        text-align: center;
        border-radius: 0;
        margin-left: 10px
    }

        .vs-product-wrapper .vs-product .action-buttons .vs-btn:last-child,
        .vs-product-wrapper .vs-product .action-buttons .icon-btn:last-child {
            margin-left: 0
        }

    .vs-product-wrapper .vs-product .action-buttons .icon-btn {
        width: 50px
    }

        .vs-product-wrapper .vs-product .action-buttons .icon-btn i {
            line-height: inherit
        }

.vs-product-wrapper .slick-slide {
    position: relative
}

.vs-product-wrapper .slick-arrow {
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 5;
    border: none;
    background-color: var(--white-color);
    font-size: 14px;
    color: var(--body-color)
}

    .vs-product-wrapper .slick-arrow:hover {
        color: var(--white-color);
        background-color: var(--theme-color)
    }

    .vs-product-wrapper .slick-arrow.slick-next {
        left: 20px;
        right: auto
    }

.vs-product-wrapper .slick-dots {
    bottom: 15px
}

@media (max-width: 1199px) {
    .vs-product-wrapper .vs-product {
        display: block
    }

        .vs-product-wrapper .vs-product .action-buttons .vs-btn {
            width: 120px
        }
}

.vs-product-layout1 .product-header {
    width: 320px;
    margin-left: 30px;
    position: relative
}

.vs-product-layout1 .product-body {
    width: calc(100% - 350px);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.vs-product-layout1 .vs-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .vs-product-layout1 .product-body {
        padding-top: 25px;
        width: 100%
    }

    .vs-product-layout1 .product-header {
        width: 100%;
        margin-left: 0
    }

        .vs-product-layout1 .product-header img {
            width: 100%
        }
}

.vs-product-layout2 .product-header {
    position: relative;
    margin-bottom: 16px;
    border-radius: 18px;
    overflow: hidden;
}

.vs-product-layout2 .action-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.vs-product-layout2 .discount {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.vs-product-layout2 .vs-product {
    margin-bottom: 25px;
    direction: rtl;
}

    .vs-product-layout2 .vs-product:hover .discount {
        opacity: 0;
        visibility: hidden
    }

    .vs-product-layout2 .vs-product:hover .action-buttons {
        top: 30px;
        opacity: 1;
        visibility: visible
    }

@media (max-width: 576px) {
    .vs-product-layout2 .product-title {
        font-size: 16px
    }
}

.product-details-layout1 .product-image {
    margin-bottom: 5px
}

.product-details-layout1 .product-thumb {
    margin-right: -2.5px;
    margin-left: -2.5px
}

    .product-details-layout1 .product-thumb img {
        margin: 0 2.5px;
        cursor: pointer;
        border: 2px solid transparent;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        width: calc(100% - 5px)
    }

    .product-details-layout1 .product-thumb .slick-current img {
        border-color: var(--theme-color)
    }

.product-details-layout1 .vs-product-info .fa-star {
    color: var(--yellow-color);
    margin-left: 3px
}

.product-details-layout1 .product-features ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .product-details-layout1 .product-features ul li {
        margin: 0;
        margin-bottom: 5px
    }

.product-details-layout1 .vs-comment-area .vs-btn {
    color: var(--white-color);
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    line-height: 38px
}

    .product-details-layout1 .vs-comment-area .vs-btn .vs-btn-shape {
        background-color: var(--white-color)
    }

    .product-details-layout1 .vs-comment-area .vs-btn:hover {
        color: var(--body-color);
        border-color: var(--theme-color)
    }

@media (max-width: 992px) {
    .product-details-layout1 .mt-60 {
        margin-top: 30px
    }
}

@media (max-width: 576px) {
    .product-details-layout1 .vs-comment-area .vs-btn {
        line-height: 27px
    }
}

.product-tab-style1 {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee
}

    .product-tab-style1 li {
        list-style-type: none;
        display: inline-block;
        margin-left: 30px
    }

        .product-tab-style1 li:last-child {
            margin-left: 0
        }

        .product-tab-style1 li a {
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            text-transform: capitalize;
            padding-bottom: 10px;
            position: relative;
            color: var(--body-color)
        }

            .product-tab-style1 li a:before {
                content: '';
                position: absolute;
                right: 0;
                bottom: -1px;
                width: 0;
                height: 1px;
                -webkit-transition: all ease 0.4s;
                transition: all ease 0.4s
            }

            .product-tab-style1 li a.active:before {
                background-color: var(--theme-color);
                width: 100%
            }

@media (max-width: 992px) {
    .product-tab-style1 li {
        margin-left: 10px
    }

        .product-tab-style1 li:last-child {
            margin-left: 0
        }

        .product-tab-style1 li a {
            font-size: 16px;
            padding-bottom: 10px
        }
}

.vs-cart-wrapper a {
    color: inherit
}

.vs-cart-wrapper img {
    max-width: 120px;
    border: 0
}

.vs-cart-wrapper .vs-btn {
    padding: 8px 18px;
    height: auto;
    width: auto;
    line-height: 1.4;
    font-size: 16px;
}

.vs-cart-wrapper .cart-removeproduct {
    border: none;
    color: #ce1111;
    font-size: 18px;
    background-color: transparent;
    padding: 0;
    display: inline-block
}

.vs-cart-wrapper .cart-table,
.vs-cart-wrapper .cart-table th {
    text-align: center
}

    .vs-cart-wrapper .cart-table td {
        vertical-align: middle
    }

    .vs-cart-wrapper .cart-table .actions {
        text-align: left;
        vertical-align: middle;
        padding: 0.7rem 1rem;
        padding-top: 1rem
    }

        .vs-cart-wrapper .cart-table .actions form {
            float: right;
            margin-bottom: 0
        }

.vs-cart-wrapper .vs-cart-summary {
    text-align: left
}

    .vs-cart-wrapper .vs-cart-summary .summary-title {
        letter-spacing: 0;
        font-size: 26px;
        margin-bottom: 10px;
        text-align: left;
        font-weight: 700;
        color: #bb8cbd;
    }

.vs-cart-wrapper .table-totals tfoot tr td,
.vs-cart-wrapper .table-totals tbody tr td {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left
}

.vs-cart-wrapper .table-totals tfoot tr td {
    font-weight: 700
}

.vs-cart-wrapper .vs-cart-coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

    .vs-cart-wrapper .vs-cart-coupon label {
        font-size: 22px;
        font-weight: 500;
        margin-top: -10px;
        color: var(--title-color);
        display: block
    }

    .vs-cart-wrapper .vs-cart-coupon input {
        border-radius: 0;
        height: 50px;
        padding-right: 20px;
        font-size: 14px;
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: calc(100% - 120px);
        border-left: none
    }

    .vs-cart-wrapper .vs-cart-coupon button {
        width: 120px;
        box-shadow: none
    }

@media (max-width: 1199px) {
    .vs-cart-wrapper .cart-table .actions {
        text-align: center
    }

        .vs-cart-wrapper .cart-table .actions form {
            float: none;
            margin-bottom: 20px
        }

    .vs-cart-wrapper .cart-table img {
        max-width: 70px
    }

    .vs-cart-wrapper .cart-table td {
        font-size: 14px
    }

    .vs-cart-wrapper .cart-table .cart-removeproduct {
        font-size: 14px
    }
}

@media (max-width: 992px) {
    .vs-cart-wrapper {
        text-align: center
    }

        .vs-cart-wrapper .vs-btn {
            display: block;
            margin: 0 auto;
            margin-bottom: 20px !important
        }

        .vs-cart-wrapper .actions form {
            margin-bottom: 0
        }

        .vs-cart-wrapper .cart-table table {
            min-width: 700px
        }

        .vs-cart-wrapper .vs-cart-summary {
            text-align: center
        }

            .vs-cart-wrapper .vs-cart-summary .summary-title {
                font-size: 22px;
                text-align: center
            }

            .vs-cart-wrapper .vs-cart-summary .table-totals {
                text-align: center
            }

                .vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td,
                .vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td {
                    text-align: right
                }

                    .vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td + td,
                    .vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td + td {
                        text-align: left
                    }
}

.vs-checkout-area .vs-btn {
    padding: 7px 30px
}

.checkout-page .vs-orderinfo-wrap {
    border-radius: 14px;
    background-color: #fff6fb;
    border: 1px solid #f8eaf5;
}

.vs-checkout-area .vs-billing-differentAddress {
    display: none
}

.vs-checkout-area .vs-cart-coupon label {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: none;
    color: var(--title-color);
    font-weight: 600;
    font-family: var(--theme-font1)
}

.vs-checkout-area table td + td,
.vs-checkout-area table th + th {
    text-align: left
}

.vs-checkout-area .vs-checkout-submit label {
    line-height: 1.4;
    margin-top: -2px
}

table.checkout-ordertable td,
table.checkout-ordertable th {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

table.checkout-ordertable tr {
    border-bottom: 1px solid #f8eaf5
}

table.checkout-ordertable thead th {
    font-size: 18px;
    font-weight: 700;
    padding-top: 0
}

table.checkout-ordertable tfoot td {
    font-weight: 700
}

table.checkout-ordertable tfoot tr:last-child {
    border-bottom: none
}

    table.checkout-ordertable tfoot tr:last-child td {
        font-size: 22px
    }

@media (max-width: 992px) {
    .vs-checkout-area .vs-checkout-payment {
        font-size: 14px
    }

        .vs-checkout-area .vs-checkout-payment .title {
            font-size: 20px;
            margin-bottom: 10px
        }

    .vs-checkout-area table.checkout-ordertable thead th {
        font-size: 15px
    }

    .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable td,
    .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
        padding: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 12px
    }

    .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
        padding-top: 0 !important
    }

    .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child td {
        font-size: 16px
    }
}

.text-font1 {
    font-family: var(--theme-font1)
}

.text-font2 {
    font-family: var(--theme-font1)
}

.text-icon {
    font-family: var(--icon-font)
}

.text-icon2 {
    font-family: var(--icon-font2)
}

.text-light {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-style-italic {
    font-style: italic
}

.text-style-normal {
    font-style: normal
}

.text-xs {
    font-size: 14px
}

.text-sm {
    font-size: 16px
}

.text-md {
    font-size: 18px
}

.text-lg {
    font-size: 20px
}

.text-ml {
    font-size: 28px
}

.text-xl {
    font-size: 32px
}

.text-20 {
    font-size: 20px
}

@media (max-width: 1199px) {
    .text-20 {
        font-size: 18px
    }
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.bg-body {
    background-color: var(--body-color1) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-light-smoke {
    background-color: var(--light-smoke-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-dark {
    background-color: var(--dark-color) !important
}

.bg-silver {
    background-color: var(--silver-color) !important
}

.bg-yellow {
    background-color: var(--yellow-color) !important
}

.bg-success {
    background-color: var(--success-color) !important
}

.bg-error {
    background-color: var(--error-color) !important
}

.background-image {
    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
}

.bg-bottom {
    background-position: center bottom
}

.bg-top {
    background-position: center top
}

.bg-fixed {
    background-attachment: fixed
}

.bg-bottom-left {
    background-position: right bottom
}

@media (max-width: 1500px) {
    .bg-none-xl {
        background-image: none !important
    }
}

.text-theme {
    color: var(--theme-color) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-black {
    color: var(--black-color) !important
}

.text-smoke {
    color: var(--smoke-color) !important
}

.text-light-smoke {
    color: var(--light-smoke-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-dark {
    color: var(--dark-color) !important
}

.text-silver {
    color: var(--silver-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.radius-circle {
    border-radius: 50%
}

.radius-50 {
    border-radius: 50px
}

.radius-100 {
    border-radius: 100px
}

.link-ovelay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

[data-overlay] {
    position: relative
}

    [data-overlay] [class^="col-"],
    [data-overlay] [class*="col-"] {
        z-index: 1
    }

    [data-overlay]:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1
    }

[data-overlay="theme"]:before {
    background-color: #fff6fb
}

[data-overlay="title"]:before {
    background-color: var(--title-color)
}

[data-overlay="body"]:before {
    background-color: var(--body-color)
}

[data-overlay="black"]:before {
    background-color: var(--black-color)
}

[data-overlay="smoke"]:before {
    background-color: var(--smoke-color)
}

[data-overlay="light-smoke"]:before {
    background-color: var(--light-smoke-color)
}

[data-overlay="white"]:before {
    background-color: var(--white-color)
}

[data-overlay="dark"]:before {
    background-color: var(--dark-color)
}

[data-overlay="silver"]:before {
    background-color: var(--silver-color)
}

[data-overlay="yellow"]:before {
    background-color: var(--yellow-color)
}

[data-overlay="success"]:before {
    background-color: var(--success-color)
}

[data-overlay="error"]:before {
    background-color: var(--error-color)
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ani-moving-x,
.ani-moving-y,
.ani-moving,
.testimonial-avater-style2 .slick-slide {
    -webkit-animation-duration: var(--moving-ani-duration);
    animation-duration: var(--moving-ani-duration);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ani-moving,
.testimonial-avater-style2 .slick-slide {
    -webkit-animation-name: moving;
    animation-name: moving
}

.ani-moving-x {
    -webkit-animation-name: moving-x;
    animation-name: moving-x
}

.ani-moving-y {
    -webkit-animation-name: moving-y;
    animation-name: moving-y
}

.ripple-animation,
.play-btn:after,
.play-btn:before,
.about-image-box5 .ripple:after,
.about-image-box5 .ripple: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
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    20% {
        -webkit-transform: translate(0px, -60px);
        transform: translate(0px, -60px)
    }

    50% {
        -webkit-transform: translate(60px, -60px);
        transform: translate(60px, -60px)
    }

    70% {
        -webkit-transform: translate(60px, 0px);
        transform: translate(60px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    20% {
        -webkit-transform: translate(0px, -60px);
        transform: translate(0px, -60px)
    }

    50% {
        -webkit-transform: translate(60px, -60px);
        transform: translate(60px, -60px)
    }

    70% {
        -webkit-transform: translate(60px, 0px);
        transform: translate(60px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes moving-y {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    50% {
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@keyframes moving-y {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    50% {
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes moving-x {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@keyframes moving-x {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

.space,
.space-top {
    padding-top: 130px
}

.space,
.space-bottom {
    padding-bottom: 130px
}

.space-md,
.space-md-top {
    padding-top: 100px
}

.space-md,
.space-md-bottom {
    padding-bottom: 100px
}

@media (max-width: 992px) {

    .space,
    .space-top {
        padding-top: 60px
    }

    .space,
    .space-bottom {
        padding-bottom: 60px
    }

    .space-md,
    .space-md-top {
        padding-top: 30px
    }

    .space-md,
    .space-md-bottom {
        padding-bottom: 30px
    }
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

.px-55 {
    padding-left: 55px;
    padding-right: 55px
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px
}

.px-65 {
    padding-left: 65px;
    padding-right: 65px
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px
}

.px-75 {
    padding-left: 75px;
    padding-right: 75px
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px
}

.px-85 {
    padding-left: 85px;
    padding-right: 85px
}

.px-90 {
    padding-left: 90px;
    padding-right: 90px
}

.px-95 {
    padding-left: 95px;
    padding-right: 95px
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px
}

.px-105 {
    padding-left: 105px;
    padding-right: 105px
}

.px-110 {
    padding-left: 110px;
    padding-right: 110px
}

.px-115 {
    padding-left: 115px;
    padding-right: 115px
}

.px-120 {
    padding-left: 120px;
    padding-right: 120px
}

.px-125 {
    padding-left: 125px;
    padding-right: 125px
}

.px-130 {
    padding-left: 130px;
    padding-right: 130px
}

.px-135 {
    padding-left: 135px;
    padding-right: 135px
}

.px-140 {
    padding-left: 140px;
    padding-right: 140px
}

.px-145 {
    padding-left: 145px;
    padding-right: 145px
}

.px-150 {
    padding-left: 150px;
    padding-right: 150px
}

.px-155 {
    padding-left: 155px;
    padding-right: 155px
}

.px-160 {
    padding-left: 160px;
    padding-right: 160px
}

.px-165 {
    padding-left: 165px;
    padding-right: 165px
}

.px-170 {
    padding-left: 170px;
    padding-right: 170px
}

.px-175 {
    padding-left: 175px;
    padding-right: 175px
}

.px-180 {
    padding-left: 180px;
    padding-right: 180px
}

.px-185 {
    padding-left: 185px;
    padding-right: 185px
}

.px-190 {
    padding-left: 190px;
    padding-right: 190px
}

.px-195 {
    padding-left: 195px;
    padding-right: 195px
}

.px-200 {
    padding-left: 200px;
    padding-right: 200px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.py-85 {
    padding-top: 85px;
    padding-bottom: 85px
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.py-95 {
    padding-top: 95px;
    padding-bottom: 95px
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-105 {
    padding-top: 105px;
    padding-bottom: 105px
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.py-125 {
    padding-top: 125px;
    padding-bottom: 125px
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px
}

.py-135 {
    padding-top: 135px;
    padding-bottom: 135px
}

.py-140 {
    padding-top: 140px;
    padding-bottom: 140px
}

.py-145 {
    padding-top: 145px;
    padding-bottom: 145px
}

.py-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px
}

.py-160 {
    padding-top: 160px;
    padding-bottom: 160px
}

.py-165 {
    padding-top: 165px;
    padding-bottom: 165px
}

.py-170 {
    padding-top: 170px;
    padding-bottom: 170px
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px
}

.py-185 {
    padding-top: 185px;
    padding-bottom: 185px
}

.py-190 {
    padding-top: 190px;
    padding-bottom: 190px
}

.py-195 {
    padding-top: 195px;
    padding-bottom: 195px
}

.py-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

.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-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-5 {
    padding-right: 5px
}

.pl-10 {
    padding-right: 10px
}

.pl-15 {
    padding-right: 15px
}

.pl-20 {
    padding-right: 20px
}

.pl-25 {
    padding-right: 25px
}

.pl-30 {
    padding-right: 30px
}

.pl-35 {
    padding-right: 35px
}

.pl-40 {
    padding-right: 40px
}

.pl-45 {
    padding-right: 45px
}

.pl-50 {
    padding-right: 50px
}

.pl-55 {
    padding-right: 55px
}

.pl-60 {
    padding-right: 60px
}

.pl-65 {
    padding-right: 65px
}

.pl-70 {
    padding-right: 70px
}

.pl-75 {
    padding-right: 75px
}

.pl-80 {
    padding-right: 80px
}

.pl-85 {
    padding-right: 85px
}

.pl-90 {
    padding-right: 90px
}

.pl-95 {
    padding-right: 95px
}

.pl-100 {
    padding-right: 100px
}

.pl-105 {
    padding-right: 105px
}

.pl-110 {
    padding-right: 110px
}

.pl-115 {
    padding-right: 115px
}

.pl-120 {
    padding-right: 120px
}

.pl-125 {
    padding-right: 125px
}

.pl-130 {
    padding-right: 130px
}

.pl-135 {
    padding-right: 135px
}

.pl-140 {
    padding-right: 140px
}

.pl-145 {
    padding-right: 145px
}

.pl-150 {
    padding-right: 150px
}

.pl-155 {
    padding-right: 155px
}

.pl-160 {
    padding-right: 160px
}

.pl-165 {
    padding-right: 165px
}

.pl-170 {
    padding-right: 170px
}

.pl-175 {
    padding-right: 175px
}

.pl-180 {
    padding-right: 180px
}

.pl-185 {
    padding-right: 185px
}

.pl-190 {
    padding-right: 190px
}

.pl-195 {
    padding-right: 195px
}

.pl-200 {
    padding-right: 200px
}

.pr-5 {
    padding-left: 5px
}

.pr-10 {
    padding-left: 10px
}

.pr-15 {
    padding-left: 15px
}

.pr-20 {
    padding-left: 20px
}

.pr-25 {
    padding-left: 25px
}

.pr-30 {
    padding-left: 30px
}

.pr-35 {
    padding-left: 35px
}

.pr-40 {
    padding-left: 40px
}

.pr-45 {
    padding-left: 45px
}

.pr-50 {
    padding-left: 50px
}

.pr-55 {
    padding-left: 55px
}

.pr-60 {
    padding-left: 60px
}

.pr-65 {
    padding-left: 65px
}

.pr-70 {
    padding-left: 70px
}

.pr-75 {
    padding-left: 75px
}

.pr-80 {
    padding-left: 80px
}

.pr-85 {
    padding-left: 85px
}

.pr-90 {
    padding-left: 90px
}

.pr-95 {
    padding-left: 95px
}

.pr-100 {
    padding-left: 100px
}

.pr-105 {
    padding-left: 105px
}

.pr-110 {
    padding-left: 110px
}

.pr-115 {
    padding-left: 115px
}

.pr-120 {
    padding-left: 120px
}

.pr-125 {
    padding-left: 125px
}

.pr-130 {
    padding-left: 130px
}

.pr-135 {
    padding-left: 135px
}

.pr-140 {
    padding-left: 140px
}

.pr-145 {
    padding-left: 145px
}

.pr-150 {
    padding-left: 150px
}

.pr-155 {
    padding-left: 155px
}

.pr-160 {
    padding-left: 160px
}

.pr-165 {
    padding-left: 165px
}

.pr-170 {
    padding-left: 170px
}

.pr-175 {
    padding-left: 175px
}

.pr-180 {
    padding-left: 180px
}

.pr-185 {
    padding-left: 185px
}

.pr-190 {
    padding-left: 190px
}

.pr-195 {
    padding-left: 195px
}

.pr-200 {
    padding-left: 200px
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px
}

.mx-35 {
    margin-left: 35px;
    margin-right: 35px
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px
}

.mx-45 {
    margin-left: 45px;
    margin-right: 45px
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px
}

.mx-55 {
    margin-left: 55px;
    margin-right: 55px
}

.mx-60 {
    margin-left: 60px;
    margin-right: 60px
}

.mx-65 {
    margin-left: 65px;
    margin-right: 65px
}

.mx-70 {
    margin-left: 70px;
    margin-right: 70px
}

.mx-75 {
    margin-left: 75px;
    margin-right: 75px
}

.mx-80 {
    margin-left: 80px;
    margin-right: 80px
}

.mx-85 {
    margin-left: 85px;
    margin-right: 85px
}

.mx-90 {
    margin-left: 90px;
    margin-right: 90px
}

.mx-95 {
    margin-left: 95px;
    margin-right: 95px
}

.mx-100 {
    margin-left: 100px;
    margin-right: 100px
}

.mx-105 {
    margin-left: 105px;
    margin-right: 105px
}

.mx-110 {
    margin-left: 110px;
    margin-right: 110px
}

.mx-115 {
    margin-left: 115px;
    margin-right: 115px
}

.mx-120 {
    margin-left: 120px;
    margin-right: 120px
}

.mx-125 {
    margin-left: 125px;
    margin-right: 125px
}

.mx-130 {
    margin-left: 130px;
    margin-right: 130px
}

.mx-135 {
    margin-left: 135px;
    margin-right: 135px
}

.mx-140 {
    margin-left: 140px;
    margin-right: 140px
}

.mx-145 {
    margin-left: 145px;
    margin-right: 145px
}

.mx-150 {
    margin-left: 150px;
    margin-right: 150px
}

.mx-155 {
    margin-left: 155px;
    margin-right: 155px
}

.mx-160 {
    margin-left: 160px;
    margin-right: 160px
}

.mx-165 {
    margin-left: 165px;
    margin-right: 165px
}

.mx-170 {
    margin-left: 170px;
    margin-right: 170px
}

.mx-175 {
    margin-left: 175px;
    margin-right: 175px
}

.mx-180 {
    margin-left: 180px;
    margin-right: 180px
}

.mx-185 {
    margin-left: 185px;
    margin-right: 185px
}

.mx-190 {
    margin-left: 190px;
    margin-right: 190px
}

.mx-195 {
    margin-left: 195px;
    margin-right: 195px
}

.mx-200 {
    margin-left: 200px;
    margin-right: 200px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.my-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.my-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

.my-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.my-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.my-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.my-85 {
    margin-top: 85px;
    margin-bottom: 85px
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.my-95 {
    margin-top: 95px;
    margin-bottom: 95px
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.my-105 {
    margin-top: 105px;
    margin-bottom: 105px
}

.my-110 {
    margin-top: 110px;
    margin-bottom: 110px
}

.my-115 {
    margin-top: 115px;
    margin-bottom: 115px
}

.my-120 {
    margin-top: 120px;
    margin-bottom: 120px
}

.my-125 {
    margin-top: 125px;
    margin-bottom: 125px
}

.my-130 {
    margin-top: 130px;
    margin-bottom: 130px
}

.my-135 {
    margin-top: 135px;
    margin-bottom: 135px
}

.my-140 {
    margin-top: 140px;
    margin-bottom: 140px
}

.my-145 {
    margin-top: 145px;
    margin-bottom: 145px
}

.my-150 {
    margin-top: 150px;
    margin-bottom: 150px
}

.my-155 {
    margin-top: 155px;
    margin-bottom: 155px
}

.my-160 {
    margin-top: 160px;
    margin-bottom: 160px
}

.my-165 {
    margin-top: 165px;
    margin-bottom: 165px
}

.my-170 {
    margin-top: 170px;
    margin-bottom: 170px
}

.my-175 {
    margin-top: 175px;
    margin-bottom: 175px
}

.my-180 {
    margin-top: 180px;
    margin-bottom: 180px
}

.my-185 {
    margin-top: 185px;
    margin-bottom: 185px
}

.my-190 {
    margin-top: 190px;
    margin-bottom: 190px
}

.my-195 {
    margin-top: 195px;
    margin-bottom: 195px
}

.my-200 {
    margin-top: 200px;
    margin-bottom: 200px
}

.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-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.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
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-right: 5px
}

.ml-10 {
    margin-right: 10px
}

.ml-15 {
    margin-right: 15px
}

.ml-20 {
    margin-right: 20px
}

.ml-25 {
    margin-right: 25px
}

.ml-30 {
    margin-right: 30px
}

.ml-35 {
    margin-right: 35px
}

.ml-40 {
    margin-right: 40px
}

.ml-45 {
    margin-right: 45px
}

.ml-50 {
    margin-right: 50px
}

.ml-55 {
    margin-right: 55px
}

.ml-60 {
    margin-right: 60px
}

.ml-65 {
    margin-right: 65px
}

.ml-70 {
    margin-right: 70px
}

.ml-75 {
    margin-right: 75px
}

.ml-80 {
    margin-right: 80px
}

.ml-85 {
    margin-right: 85px
}

.ml-90 {
    margin-right: 90px
}

.ml-95 {
    margin-right: 95px
}

.ml-100 {
    margin-right: 100px
}

.ml-105 {
    margin-right: 105px
}

.ml-110 {
    margin-right: 110px
}

.ml-115 {
    margin-right: 115px
}

.ml-120 {
    margin-right: 120px
}

.ml-125 {
    margin-right: 125px
}

.ml-130 {
    margin-right: 130px
}

.ml-135 {
    margin-right: 135px
}

.ml-140 {
    margin-right: 140px
}

.ml-145 {
    margin-right: 145px
}

.ml-150 {
    margin-right: 150px
}

.ml-155 {
    margin-right: 155px
}

.ml-160 {
    margin-right: 160px
}

.ml-165 {
    margin-right: 165px
}

.ml-170 {
    margin-right: 170px
}

.ml-175 {
    margin-right: 175px
}

.ml-180 {
    margin-right: 180px
}

.ml-185 {
    margin-right: 185px
}

.ml-190 {
    margin-right: 190px
}

.ml-195 {
    margin-right: 195px
}

.ml-200 {
    margin-right: 200px
}

.mr-5 {
    margin-left: 5px
}

.mr-10 {
    margin-left: 10px
}

.mr-15 {
    margin-left: 15px
}

.mr-20 {
    margin-left: 20px
}

.mr-25 {
    margin-left: 25px
}

.mr-30 {
    margin-left: 30px
}

.mr-35 {
    margin-left: 35px
}

.mr-40 {
    margin-left: 40px
}

.mr-45 {
    margin-left: 45px
}

.mr-50 {
    margin-left: 50px
}

.mr-55 {
    margin-left: 55px
}

.mr-60 {
    margin-left: 60px
}

.mr-65 {
    margin-left: 65px
}

.mr-70 {
    margin-left: 70px
}

.mr-75 {
    margin-left: 75px
}

.mr-80 {
    margin-left: 80px
}

.mr-85 {
    margin-left: 85px
}

.mr-90 {
    margin-left: 90px
}

.mr-95 {
    margin-left: 95px
}

.mr-100 {
    margin-left: 100px
}

.mr-105 {
    margin-left: 105px
}

.mr-110 {
    margin-left: 110px
}

.mr-115 {
    margin-left: 115px
}

.mr-120 {
    margin-left: 120px
}

.mr-125 {
    margin-left: 125px
}

.mr-130 {
    margin-left: 130px
}

.mr-135 {
    margin-left: 135px
}

.mr-140 {
    margin-left: 140px
}

.mr-145 {
    margin-left: 145px
}

.mr-150 {
    margin-left: 150px
}

.mr-155 {
    margin-left: 155px
}

.mr-160 {
    margin-left: 160px
}

.mr-165 {
    margin-left: 165px
}

.mr-170 {
    margin-left: 170px
}

.mr-175 {
    margin-left: 175px
}

.mr-180 {
    margin-left: 180px
}

.mr-185 {
    margin-left: 185px
}

.mr-190 {
    margin-left: 190px
}

.mr-195 {
    margin-left: 195px
}

.mr-200 {
    margin-left: 200px
}

/*********my-style**********/
.slick-slider {
    direction: ltr
}

.header-wrapper.header-layout2 {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.header-wrapper .vs-btn.wave-style2,
.sticky-header-wrap.sticky-header .vs-btn.wave-style2 {
    padding: 8px 26px;
}

.header-wrapper.header-layout2 nav.main-menu,
.sticky-header-wrap.sticky-header nav.menu-sticky1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

    .header-wrapper.header-layout2 nav.main-menu ul,
    .sticky-header-wrap.sticky-header nav.menu-sticky1 ul {
        margin-left: 30px;
    }

        .header-wrapper.header-layout2 nav.main-menu ul .sub-menu,
        .sticky-header-wrap.sticky-header nav.menu-sticky1 ul .sub-menu {
            margin-left: 0;
        }

    .menu-style1 > ul > li.active a,
    .sticky-header-wrap.sticky-header nav.menu-sticky1 > ul > li.active a {
        color: var(--theme-color);
    }

    .menu-style1 > ul > li.active .sub-menu a,
    .sticky-header-wrap.sticky-header nav.menu-sticky1 > ul > li.active .sub-menu a {
        color: var(--body-color);
    }

        .menu-style1 > ul > li.active .sub-menu a:hover,
        .sticky-header-wrap.sticky-header nav.menu-sticky1 > ul > li.active .sub-menu a:hover {
            color: var(--theme-color);
        }

.footer-wrapper .footer-copyright {
    background: #252423;
}

    .footer-wrapper .footer-copyright p {
        font-size: 14px;
        color: #fff;
    }

        .footer-wrapper .footer-copyright p a {
            color: #bb8cbd;
        }

            .footer-wrapper .footer-copyright p a:hover {
                color: var(--theme-color);
            }

/*===================================*
  03. START BANNER SECTION
*===================================*/
.full_screen,
.full_screen .carousel-item {
    height: 100vh;
    min-height: 45rem;
}

.banner_slider {
    overflow: hidden;
}

    .banner_slider:not(.full_screen),
    .banner_slider:not(.full_screen) .carousel-item,
    .banner_section:not(.full_screen) .banner_content_wrap,
    .banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
         height:100vh;
    }

.banner_slider {
    display: flex;
    align-items: center;
    padding: 100px 0 30px;
    position: relative;
    background: #fffdfe;
}

    .banner_slider .img-banner {
        width: 220px;
        margin-bottom: 30px;
    }

    .banner_slider .book-title {
        margin-bottom: 30px;
        font-weight: 600;
    }

.banner_content_wrap .carousel-item {
    display: block;
    z-index: 1;
}

.banner_content h2 {
    font-size: 76px;
    line-height: 76px;
    margin-bottom: 42px;
    letter-spacing: 0;
    font-weight: bold;
    color: #555;
}

.banner_content .sub-title {
    color: #bb8cbd;
    font-size: 25px;
    font-weight: 600;
}

.banner_content2 h2 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner_content3 h2 {
    font-size: 60px;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 80px;
}

.banner_content p,
.banner_content2 p,
.banner_content3 p {
    color: #333;
    font-size: 20px;
    margin-bottom: 35px;
}

.banner_content.text_white p,
.banner_content2.text_white p {
    color: #fff;
}

.banner_slide_content {
    right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.slide_content_wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 50px 0;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: var(--theme-color);
    font-size: 18px;
    height: 46px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    border-radius: 50%;
    border: 2px solid #fff;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        opacity: 0;
    }

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    left: 20px;
}

.carousel-control-prev {
    right: 20px;
}

.carousel_style1 .carousel-control-next,
.carousel_style1 .carousel-control-prev {
    border-radius: 100%;
}

.carousel_style2 .carousel-control-next,
.carousel_style2 .carousel-control-prev {
    font-size: 16px;
    border-radius: 4px;
    height: 40px;
    width: 40px;
}

.carousel-indicators {
    bottom: 20px;
}

    .carousel-indicators li {
        background-color: transparent;
        border: 1px solid #fff;
        cursor: pointer;
        width: 12px;
        height: 12px;
        margin: 0 15px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 1;
    }

        .carousel-indicators li.active,
        .carousel-indicators li:hover {
            background-color: #fff;
        }

        .carousel-indicators li::before {
            content: "";
            position: absolute;
            left: -17px;
            width: 15px;
            background-color: #fff;
            height: 1px;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: -10px;
        }

        .carousel-indicators li:last-child:before {
            content: normal;
        }

.content_overlay_bg {
    padding: 50px;
    position: relative;
}

    .content_overlay_bg::before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

.banner_head2 {
    font-size: 40px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-item.active {
        opacity: 1;
    }

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.carousel-indicators.justify-content-end {
    right: auto;
}

.carousel-indicators.justify-content-start {
    left: auto;
}

.carousel-item img {
    position: relative;
    z-index: -1;
}

.border_shape:before {
    content: "";
    border: 10px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -50px;
    right: 21%;
    left: 21%;
    bottom: -50px;
    z-index: -1;
}

.banner_slider_img img {
    width: 100%;
}

.circle_bg1 {
    border-radius: 100%;
    height: 800px;
    width: 800px;
    position: absolute;
    right: 50%;
    left: 0;
    top: 50%;
    -moz-transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    z-index: 0;
}

    .circle_bg1 span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        height: 100%;
        width: 100%;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-name: ripple;
        -moz-animation-name: ripple;
        -o-animation-name: ripple;
        animation-name: ripple;
        -webkit-animation-duration: 4s;
        -moz-animation-duration: 4s;
        -o-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-delay: 5s;
        -moz-animation-delay: 5s;
        -o-animation-delay: 5s;
        animation-delay: 5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        background-color: #fff;
    }

        .circle_bg1 span:nth-child(2) {
            -webkit-animation-delay: 4.5s;
            -moz-animation-delay: 4.5s;
            -o-animation-delay: 4.5s;
            animation-delay: 4.5s;
        }

        .circle_bg1 span:nth-child(3) {
            -webkit-animation-delay: 4s;
            -moz-animation-delay: 4s;
            -o-animation-delay: 4s;
            animation-delay: 4s;
        }

        .circle_bg1 span:nth-child(4) {
            -webkit-animation-delay: 3.5s;
            -moz-animation-delay: 3.5s;
            -o-animation-delay: 3.5s;
            animation-delay: 3.5s;
        }

        .circle_bg1 span:nth-child(5) {
            -webkit-animation-delay: 3s;
            -moz-animation-delay: 3s;
            -o-animation-delay: 3s;
            animation-delay: 3s;
        }

        .circle_bg1 span:nth-child(6) {
            -webkit-animation-delay: 2.5s;
            -moz-animation-delay: 2.5s;
            -o-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

        .circle_bg1 span:nth-child(7) {
            -webkit-animation-delay: 2s;
            -moz-animation-delay: 2s;
            -o-animation-delay: 2s;
            animation-delay: 2s;
        }

        .circle_bg1 span:nth-child(8) {
            -webkit-animation-delay: 1.5s;
            -moz-animation-delay: 1.5s;
            -o-animation-delay: 1.5s;
            animation-delay: 1.5s;
        }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(.02);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ripple {
    0% {
        -moz-transform: scale(0.2);
        transform: scale(.02);
        opacity: 1;
    }

    50% {
        -moz-transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes ripple {
    0% {
        -o-transform: scale(0.2);
        transform: scale(.02);
        opacity: 1;
    }

    50% {
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
    }

    50% {
        transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.banner_shape [class*="shape"] {
    position: absolute;
}

.banner_img .circle_bg1 {
    right: 50%;
    z-index: -2;
}

.banner_img2 {
    min-width: 700px;
    padding-top: 72px;
}

.banner_img3 {
    min-width: 600px;
}

.banner_img4 {
    min-width: 700px;
}

.banner_img5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkittransform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.bg_pattern {
    background-image: url("../images/slider_pattern10.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.bg_gradient1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(123, 120, 156, 1)), color-stop(100%, rgba(24, 23, 34, 0)));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b789c', endColorstr='#181722', GradientType=0);
    /* ie6-9 */
    right: 0;
    left: 0;
}

.shape1 {
    right: 0%;
    bottom: 0%;
    z-index: -1;
}

.shape2 {
    left: 0;
    bottom: 0;
}

.shape3 {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.shape4 {
    left: 0;
    bottom: 0;
}

.shape5 {
    right: 0;
    top: 20%;
}

.shape6 {
    right: -10%;
    bottom: -20%;
}

    .shape6 img,
    .shape8 img {
        -webkit-animation: swing 80s infinite linear;
        -moz-animation: swing 80s infinite linear;
        -o-animation: swing 80s infinite linear;
        animation: swing 80s infinite linear;
    }

.shape7 {
    left: 0;
    bottom: 20px;
}

.shape8 {
    left: -8%;
    bottom: -15%;
}

.shape9 {
    top: 50%;
    right: 50%;
    -moz-transform: translateY(-50%) translateX(50%);
    -webkittransform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    z-index: -1;
}

/*
.border_img::before {
	content: "";
	position: absolute;
	right: 20%;
	left: 23%;
	top: -20px;
	bottom: -20px;
	border: 8px solid #cdbb95;
	z-index: -1;
}

.border_img::after {
	content: "";
	position: absolute;
	left: 23%;
	top: 0;
	bottom: 0;
	border-left: 8px solid #cdbb95;
	z-index: -1;
}*/

/*===================================*
  03. END BANNER SECTION
*===================================*/
.bg_light_green {
    background-color: #f9eaf3
}

.bg_light_yellow {
    background-color: #f9eaf3
}

/**********team**********/
.space-negative-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

.space-top {
    padding-top: var(--section-space);
}

.team-grid {
    position: relative;
    text-align: center;
    --box-space: 20px;
    --translate: -40px
}

    .team-grid:after,
    .team-grid:before {
        content: '';
        position: absolute;
        right: calc(var(--box-space) + (var(--bs-gutter-x)/ 2));
        left: calc(var(--box-space) + (var(--bs-gutter-x)/ 2));
        top: var(--box-space);
        height: calc(50% - var(--box-space));
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 0;
        -ms-transform-origin: 0% 0;
        transform-origin: 0% 0
    }

    .team-grid:after {
        top: auto;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        bottom: var(--box-space)
    }

    .team-grid .team-number,
    .team-grid .team-degi,
    .team-grid .team-name {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        -webkit-transform: translateY(var(--translate));
        -ms-transform: translateY(var(--translate));
        transform: translateY(var(--translate))
    }

    .team-grid .team-content {
        position: absolute;
        right: 50%;
        top: 50%;
        z-index: 3;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

    .team-grid .team-name {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 3px;
        color: var(--white-color)
    }

    .team-grid .team-degi {
        color: var(--theme-color);
        font-weight: 600;
        margin-bottom: 10px
    }

    .team-grid .team-number {
        font-size: 16px;
        color: var(--white-color);
        text-transform: uppercase;
        font-weight: 500;
        --translate: 40px
    }

        .team-grid .team-number i {
            margin-left: 7px;
            display: inline-block
        }

        .team-grid .team-number a {
            color: inherit
        }

    .team-grid .team-img {
        overflow: hidden
    }

        .team-grid .team-img img {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s
        }

    .team-grid:hover:after,
    .team-grid:hover:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }

    .team-grid:hover .team-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .team-grid:hover .team-number,
    .team-grid:hover .team-degi,
    .team-grid:hover .team-name {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s
    }

    .team-grid:hover .team-degi {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    .team-grid:nth-child(even) {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

        .team-grid:nth-child(even) .team-degi {
            font-size: 20px
        }

.team-masked {
    text-align: center;
    margin-bottom: 22px
}

    .team-masked .team-toggler-btn {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: var(--white-color);
        box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        font-size: 20px;
        color: var(--title-color);
        position: absolute;
        bottom: 0;
        color: var(--theme-color);
        right: 50%;
        -webkit-transform: translate(50%, 20px);
        -ms-transform: translate(50%, 20px);
        transform: translate(50%, 20px)
    }

        .team-masked .team-toggler-btn .default {
            opacity: 1;
            visibility: visible
        }

        .team-masked .team-toggler-btn .hidden {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            right: 50%;
            top: 50%;
            -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            z-index: 1
        }

        .team-masked .team-toggler-btn.active {
            background-color: var(--theme-color);
            color: var(--white-color)
        }

            .team-masked .team-toggler-btn.active .default {
                opacity: 0;
                visibility: hidden
            }

            .team-masked .team-toggler-btn.active .hidden {
                opacity: 1;
                visibility: visible
            }

    .team-masked .team-social {
        position: absolute;
        right: 50%;
        bottom: 30px;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

        .team-masked .team-social a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 53px;
            text-align: center;
            background-color: var(--theme-color);
            color: var(--white-color);
            border-radius: 50%;
            margin-bottom: 5px;
            font-size: 16px;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
            opacity: 0;
            visibility: hidden
        }

        .team-masked .team-social.show a {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
            visibility: visible
        }

    .team-masked .team-img {
        width: 100%;
        height: 100%;
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover;
        overflow: hidden
    }

        .team-masked .team-img img {
            width: 100%;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s
        }

        .team-masked .team-img:before {
            content: '';
            position: absolute;
            right: 15px;
            top: 15px;
            left: 15px;
            bottom: 15px;
            background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
            -webkit-mask-image: inherit;
            mask-image: inherit;
            -webkit-mask-position: center center;
            mask-position: center center;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
            z-index: 1;
            opacity: 0;
            visibility: hidden
        }

    .team-masked .team-header {
        position: relative;
        margin-bottom: 40px
    }

    .team-masked .toggled .team-img::before {
        opacity: 1;
        visibility: visible
    }

    .team-masked .team-name {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 5px
    }

    .team-masked .team-degi {
        font-weight: 400;
        color: var(--theme-color);
        font-size: 14px;
        margin-bottom: 5px
    }

    .team-masked .team-number {
        font-weight: 500;
        font-size: 16px
    }

        .team-masked .team-number a {
            font-weight: 700
        }

            .team-masked .team-number a i {
                color: var(--theme-color)
            }

    .team-masked:hover .team-img img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.team-details-shape {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, var(--theme-color) 0%, var(--theme-color) 100%);
    background-image: linear-gradient(to top, var(--theme-color) 0%, var(--theme-color) 100%);
    opacity: 0.05
}

.team-details-content .member-degi {
    font-weight: 500;
    color: var(--theme-color)
}

@media (max-width: 1199px) {
    .team-grid .team-name {
        font-size: 22px
    }

    .team-grid .team-degi {
        font-size: 16px;
        margin-bottom: 10px
    }

    .team-grid .team-number {
        font-size: 16px
    }

    .team-grid:nth-child(2n) {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .team-masked .team-name {
        font-size: 24px
    }

    .team-masked .team-degi {
        font-size: 14px;
        margin-bottom: 0
    }

    .team-masked .team-number {
        font-size: 14px
    }

    .team-details-shape {
        left: 0
    }
}

.footer-widget .widget_nav_menu a {
    transition: .4s;
}

    .footer-widget .widget_nav_menu a:hover {
        transform: translateX(-5px);
        color: #bb8cbd;
    }

.footer-widget .contact-info-style1 a:hover {
    color: #bb8cbd;
}

.banner_slider .carousel-item .banner_img {
    position: absolute;
    top: 38px;
    left: 70px;
    transform: translateY(-50%);
}

.vs-about-wrapper.vs-about-layout1 {
    padding: 60px 0;
}

    .vs-about-wrapper.vs-about-layout1 .about-content-box1 {
        z-index: 4;
        position: relative;
    }

.offer-section {
    padding: 60px 0;
    position: relative
}

.vs-gallery-layout1.instagram-section .vs-gallery-btn {
    width: auto;
    height: auto;
    font-size: 30px;
    display: inline-block;
    border: 0;
    margin-bottom: 0;
    color: var(--white-color);
    border-radius: 0;
}

    .vs-gallery-layout1.instagram-section .vs-gallery-btn:hover {
        background-color: transparent;
        color: var(--theme-color);
        border-color: transparent;
    }

.vs-blog-layout2.offer-section .blog-content {
    direction: rtl;
    position: relative;
    padding: 20px 22px;
    padding-bottom: 38px;
}

    .vs-blog-layout2.offer-section .blog-content .blog-title {
        font-weight: 600;
    }

    .vs-blog-layout2.offer-section .blog-content .box-btn .link-btn {
        transition: .4s;
        display: inline-block;
        padding: 10px 18px;
        position: absolute;
        left: -1px;
        background-color: var(--theme-color);
        bottom: 0;
        color: #fff;
        border-top-right-radius: 19px;
        border-top-left-radius: 0;
        border: 1px solid transparent;
        border-bottom: 0;
        font-size: 16px;
    }

        .vs-blog-layout2.offer-section .blog-content .box-btn .link-btn i {
            vertical-align: middle;
            margin-right: 8px;
        }

        .vs-blog-layout2.offer-section .blog-content .box-btn .link-btn:hover {
            /*	background-color: #fff;
	
				color: var(--theme-color);
				border: 1px solid var(--theme-color);
				border-bottom: 0;*/
            color: #fbf3f8;
        }

.vs-blog-layout2.offer-section .blog-meta {
    padding-top: 15px;
    margin-top: 14px;
}

    .vs-blog-layout2.offer-section .blog-meta a {
        margin-bottom: 10px;
    }

    .vs-blog-layout2.offer-section .blog-meta a,
    .vs-blog-layout2.offer-section .blog-meta p {
        margin-left: 0;
        display: block;
        position: relative;
        padding-right: 25px;
    }

        .vs-blog-layout2.offer-section .blog-meta a i,
        .vs-blog-layout2.offer-section .blog-meta p i {
            position: absolute;
            right: 0;
            color: var(--theme-color);
            top: 2px;
            top: 50%;
            transform: translateY(-50%);
        }

        .vs-blog-layout2.offer-section .blog-meta p.des-offer p {
            padding-right: 0;
        }

        .vs-blog-layout2.offer-section .blog-meta p.price-offer {
            margin-bottom: 0px;
            display: block;
        }

            .vs-blog-layout2.offer-section .blog-meta p.price-offer .price-before {
                color: #7a7a7a;
                text-decoration: line-through;
                margin-left: 6px;
                font-weight: 700;
            }

            .vs-blog-layout2.offer-section .blog-meta p.price-offer .price-after {
                color: var(--theme-color);
                font-size: 20px;
                font-weight: 700;
            }

.lines-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.lines-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.preloader .preloader-inner .loader-logo img {
    width: 210px;
}

.vs-brand-layout1 {
    padding-bottom: 80px;
}

.instagram-section .row.no-gutters .slick-track > [class^="col"] {
    padding-left: 0;
    padding-right: 0;
}

.vs-team-wrapper.team-sction {
    padding: 70px 0;
}

    .vs-team-wrapper.team-sction .vs-btn-group {
        text-align: center;
        margin-top: 28px;
    }

        .vs-team-wrapper.team-sction .vs-btn-group .vs-btn.wave-style1 {
            border: 1px solid var(--theme-color);
        }



/*********card banner*******/


.call-to-action-serction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff9f5;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.call-to-action-bg {
    width: 50%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-bg {
        display: none
    }
}

.call-to-action-content {
    width: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content {
        width: 100%
    }
}

.call-to-action-content .shape-1 {
    position: absolute;
    right: -14px;
    top: -45px;
    z-index: -1;
    opacity: 0.59
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-1 {
        width: 150px
    }
}

.call-to-action-content .shape-2 {
    position: absolute;
    left: -50px;
    top: -7px;
    z-index: -1;
    opacity: 0.38
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-2 {
        width: 120px;
        left: -40px
    }
}

.call-to-action-content .shape-3 {
    position: absolute;
    left: 22px;
    bottom: 40px;
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-3 {
        width: 140px;
        bottom: 20px
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-content .shape-3 {
        display: none
    }
}

.call-to-action-content .shape-4 {
    position: absolute;
    right: -40px;
    bottom: -65px;
    z-index: -1;
    opacity: 0.59
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .call-to-action-content .shape-4 {
        width: 220px;
        bottom: -25px;
        right: -20px
    }
}

.call-to-action-wrapper .discount {
    font-size: 28px;
    font-weight: 700;
    color: #faa292;
    line-height: 1.2;
    margin-top: 20px;
    letter-spacing: 1px
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper .discount {
        font-size: 22px
    }
}

.call-to-action-wrapper .btn {
    margin-top: 44px
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-wrapper .btn {
        font-size: 20px;
        letter-spacing: 1px
    }
}



.section-padding-02 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.movebounce-03 {
    -webkit-animation: movebounce5 3.0s linear infinite;
    animation: movebounce5 3.0s linear infinite
}

@-webkit-keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@-webkit-keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.movebounce-02 {
    -webkit-animation: movebounce4 3.0s linear infinite;
    animation: movebounce4 3.0s linear infinite
}

@-webkit-keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.movebounce-03 {
    -webkit-animation: movebounce5 3.0s linear infinite;
    animation: movebounce5 3.0s linear infinite
}

@-webkit-keyframes movebounce5 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce5 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.movebounce-02 {
    -webkit-animation: movebounce4 3.0s linear infinite;
    animation: movebounce4 3.0s linear infinite
}

@-webkit-keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes movebounce4 {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.movebounce-01 {
    -webkit-animation: movebounce3 3.0s linear infinite;
    animation: movebounce3 3.0s linear infinite
}

@-webkit-keyframes movebounce3 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes movebounce3 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.vs-about-layout1:before {
    background-image: -webkit-linear-gradient(to bottom, #fff 0%, rgb(217 228 221 / 58%) 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #d9e4dd 100%);
    z-index: -4;
    height: 270px;
    top: unset;
}

.call-to-action-content .section-title {
    margin-bottom: 20px;
}

    .call-to-action-content .section-title .title {
        font-weight: 600;
        color: #6d9886;
    }

    .call-to-action-content .section-title p {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

.call-to-action-content .vs-btn[class*="outline"] {
    padding: 12px 40px;
}


/*****services section********/

/*==================================================
 * Effect 5
 * ===============================================*/

.icon-circle-box {
    position: relative;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .icon-circle-box .wt-icon-box-wraper {
        padding: 25px 35px 25px 35px;
    }

    .icon-circle-box .icon-content {
        overflow: inherit;
        z-index: 1;
        position: relative;
    }

    .icon-circle-box .icon-circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        z-index: 1;
        text-align: center;
    }

        .icon-circle-box .icon-circle .icon-cell .icon-services {
            width: 90px;
            margin-left: auto;
            margin-right: auto;
        }

        .icon-circle-box .icon-circle:before {
            content: "";
            right: -20px;
            top: -10px;
            position: absolute;
            z-index: -1;
            width: 140px;
            height: 120px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/count-bg.png);
        }

    .icon-circle-box span.icon-cell {
        line-height: 100px;
    }

.icon-count-number {
    position: absolute;
    top: -40px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    opacity: 0.1;
    color: #0f1221;
    z-index: -1;
}

.icon-lg {
    display: inline-block;
    text-align: center;
}

.v-icon {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.icon-lg i {
    font-size: 60px;
}

.m-b30 {
    margin-bottom: 30px;
}

.icon-circle-box {
    text-align: center;
    position: relative;
}



@media only screen and (max-width:767px) {

    .row.d-flex [class*="col-"]:last-child .icon-circle-box .wt-icon-box-wraper {
        margin-bottom: 0px;
    }
}

/* box-active */

.icon-circle-box.active {
    position: relative;
    border: 0px;
}

.icon-circle-box.active {
    background-color: #0f1221;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}


    .icon-circle-box.active .icon-circle {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) inset;
        -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) inset;
    }

        .icon-circle-box.active .icon-circle:before {
            border: 10px solid var(--theme-color);
        }

    .icon-circle-box.active .wt-tilte,
    .icon-circle-box.active p {
        color: #fff;
    }

    .icon-circle-box.active .icon-count-number {
        color: var(--theme-color);
        opacity: 0.3;
    }

.center.wt-small-separator-outer {
    text-align: center;
}

.section-head {
    margin-bottom: 50px;
}

.section-head {
    position: relative;
    z-index: 1;
}

.wt-small-separator {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
}

.center .wt-small-separator div.sep-leaf-left {
    position: relative;
    margin-left: 22px;
}

.wt-small-separator div {
    display: inline-block;
}

.wt-small-separator-outer h2.main-title {
    color: #bb8cbd;
    font-weight: 600;
    font-size: 44px;
}

.center .wt-small-separator div.sep-leaf-right:before,
.center .wt-small-separator div.sep-leaf-left:before {
    position: absolute;
    content: '';
    background-color: var(--theme-color);
    width: 35px;
    height: 1px;
    bottom: 12px;
}

.center .wt-small-separator div.sep-leaf-left:before {
    right: 27px;
}

.wt-small-separator img {
    /*vertical-align: baseline;*/
}

.wt-small-separator div {
    display: inline-block;
}

.center .wt-small-separator div.sep-leaf-right {
    position: relative;
    margin-right: 22px;
}

    .center .wt-small-separator div.sep-leaf-right:before,
    .center .wt-small-separator div.sep-leaf-left:before {
        position: absolute;
        content: '';
        background-color: var(--theme-color);
        width: 18px;
        height: 1px;
        bottom: 9px;
    }

    .center .wt-small-separator div.sep-leaf-right:before {
        left: 27px;
    }

.section-head h1:after,
.section-head h2:after,
.section-head h3:after {
    position: absolute;
    content: " ";
    background-image: url(../img/img-bg.png);
    bottom: -66px;
    right: 50%;
    font-weight: 900;
    width: 320px;
    z-index: -1;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    height: 130px;
    opacity: .5;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-head.right-title h1:after,
.section-head.right-title h2:after,
.section-head.right-title h3:after {
    width: 170px;
}

.main-title {
    position: relative;
    display: inline-block;
}

.bg-green-light {
    background-color: #fff6fb;
}

.wt-icon-box-wraper.center {
    text-align: center;
}

.corner-radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*verticle icon animation*/

.v-icon {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .v-icon:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
    }


/* Effect 5 */

.v-icon-effect:hover .v-icon:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.v-icon-effect:hover img.v-icon {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.btn-quantity .form-control {
    height: 40px;
}

.filter-destination-slider .slider .tooltip {
    z-index: 1;
}

.services-section {
    padding: 60px 0;
    position: relative;
}

.footer-wrapper.footer-layout2 {
    overflow: hidden;
}

    .footer-wrapper.footer-layout2 .footer-logo {
        width: 100px;
    }

@media only screen and (max-width: 1600px) {
    .instagram-section .container-fluid.px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.icon-circle-box .icon-content .wt-tilte {
    font-weight: 600;
    margin-bottom: 0;
}

.icon-circle-box .icon-content .box-price .par-price {
    color: var(--body-color);
    margin-bottom: 7px;
    display: block;
    transition: .4s;
    font-weight: 600;
}

    .icon-circle-box .icon-content .box-price .par-price:hover {
        color: var(--theme-color);
    }

.icon-circle-box .icon-content .wt-tilte a {
    color: var(--title-color);
    transition: .4s;
}

    .icon-circle-box .icon-content .wt-tilte a:hover {
        color: var(--theme-color)
    }

.services-section .shape1 {
    left: 0%;
    top: 12px;
    bottom: unset;
    right: unset;
    z-index: -1;
}

.center.right-title.wt-small-separator-outer {
    text-align: right;
}

    .center.right-title.wt-small-separator-outer .sep-leaf-left {
        display: none;
    }

.banner_slider .banner_shape .shape3 {
    right: unset;
    left: 0px;
    bottom: unset;
    top: 40px;
}

.footer-layout2 .widget_nav_menu li {
    font-size: 16px;
}

.footer-layout2 .contact-info-style1 {
    font-size: 16px;
}

.header-wrapper .vs-btn.wave-style2:hover {
    background: #fff;
    color: var(--theme-color);
    background: #fff;
}

.icon-circle-box .icon-content p {
    margin-bottom: 0;
}

.vs-gallery-layout1 .vs-gallery .vs-gallery-img {
    overflow: hidden;
}

.vs-gallery-layout1 .vs-gallery .vs-gallery-img {
    transition: .4s
}

    .vs-gallery-layout1 .vs-gallery .vs-gallery-img img {
        transition: .4s
    }

    .vs-gallery-layout1 .vs-gallery .vs-gallery-img:hover img {
        transform: scale(1.2);
    }

.vs-about-wrapper .about-content-box1 .section-head {
    margin-bottom: 30px;
}

.offer-section .slick-arrow {
    width: 44px;
    height: 44px;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #b077b2;
    border: 2px solid #b077b2;
    border-radius: 50%;
    transition: .4s;
    box-shadow: 0px 0px 16px #0000001a;
    font-size: 16px;
}

    .offer-section .slick-arrow:hover {
        color: #fff;
        border: 2px solid #fff;
        background: #bb8cbd;
    }

.offer-section .slick-next.slick-arrow .fa-arrow-right:before {
    content: "\f060";
}

.offer-section .slick-prev.slick-arrow .fa-arrow-left:before {
    content: "\f061";
}

.appointment-section .section-title {
    margin-bottom: 50px;
}

    .appointment-section .section-title .title {
        font-weight: 800;
        color: var(--theme-color);
    }

.appointment-section p {
    color: var(--body-color);
}

.appointment-section .vs-btn[class*="outline"] {
    background-color: var(--body-color1);
    color: #fff;
}

    .appointment-section .vs-btn[class*="outline"]:hover {
        color: var(--body-color1);
        border-color: var(--body-color1);
    }

.appointment-section .vs-btn .vs-btn-shape {
    background-color: #fff;
}

.btn-them2.vs-btn[class*="outline"] {
    background-color: var(--body-color1);
    color: #fff;
}

    .btn-them2.vs-btn[class*="outline"]:hover {
        color: var(--body-color1);
        border-color: var(--body-color1);
    }

.btn-them2.vs-btn .vs-btn-shape {
    background-color: #fff;
}

.offer-section .blog-content .blog-meta .des-offer {
    padding-right: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
    .banner_content .sub-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .banner_slider .carousel-item .banner_img {
        position: relative;
        top: unset !important;
        transform: unset;
        left: unset;
        margin-bottom: 10px;
    }

    .banner_slide_half .carousel-item.bg_light_green .banner_slide_content .row {
        flex-direction: column-reverse;
    }

    .banner_slide_half .carousel-item .banner_img2 {
        padding-top: 0;
    }

    .banner_slide_half .carousel-item .banner_img img {
        margin-right: 0;
        max-width: unset;
    }

    .banner_slider .carousel-item .banner_img {
        top: 10px !important;
    }
}

@media (max-width:767px) {
    .services-section .section-content .row .col-lg-4.m-b30:last-of-type {
        margin-bottom: 0 !important;
    }

    .banner_img2 img {
        bottom: -3px !important;
        width: 320px;
        left: 100px;
    }

    .vs-btn-group {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vs-btn {
        margin-bottom: 0 !important;
    }

    .banner_slide_half .banner_slide_content {
        padding: 160px 0px 0px !important;
    }

        .banner_slide_half .banner_slide_content .row.align-items-center, .banner_slide_half .banner_slide_content .row.justify-content-end.align-items-center {
            flex-direction: column-reverse;
        }
}


@media (max-width:991px) {

    .section-head h1:after,
    .section-head h2:after,
    .section-head h3:after {
        font-size: 60px;
    }

    .header-wrapper .header-logo a img,
    .sticky-header .logo a img {
        width: 174px;
    }

    .vs-btn[class*="wave"] {
        padding: 7px;
        padding-right: 14px;
    }

    .banner_slider .vs-btn.mr-sm-3,
    .banner_slider .vs-btn.mx-sm-3 {
        margin-left: 4px !important;
    }

    .banner_img2 {
        min-width: 500px;
    }

    .banner_slider .carousel-item .banner_img {
        top: 60px !important;
    }

    

    .logo img {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}


.header-logo img {
    margin-top: 10px;
    max-width: 90px;
}

.logo img {
    max-width: 70px;
    margin-top: 5px;
}

/** header-top **/

.header-top {
    position: relative;
    padding-top: 30px;
}

.main-header.style-one .header-top .info {
    position: relative;
    display: inline-block;
    background: #ebf7f6;
    border-radius: 5px;
    padding: 4px 12px;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

    .header-top .info li a {
        position: relative;
        display: inline-block;
        color: #bb8cbd;
        font-size: 15px;
        vertical-align: middle;
    }


    .header-top .info li.language {
        position: relative;
        cursor: pointer;
    }

    .header-top .info li:last-child {
        margin-left: 0px;
    }

    .header-top .info li.language:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        right: 0px;
        top: 3px;
    }

    .header-top .info li.language:after {
        position: absolute;
        top: 2px;
        left: 0px;
        content: "\f107";
        font-family: 'Font Awesome 5 Pro';
        font-size: 15px;
        font-weight: 500;
        color: #bb8cbd;
    }

    .header-top .info li.language a {
        padding-left: 16px;
        padding-right: 24px;
    }

    .header-top .info li.language .language-dropdown {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: 0px;
        width: 170px;
        border-radius: 18px;
        padding: 5px 0px;
        display: none;
        z-index: 2;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        box-shadow: 0px 0px 40px #50505012;
    }

    .header-top .info li.language:hover .language-dropdown {
        display: block;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .header-top .info li.language .language-dropdown li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgb(249 234 243 / 50%);
        margin: 0px !important;
        padding: 0 15px;
    }

        .header-top .info li.language .language-dropdown li:last-child {
            border: none;
        }

        .header-top .info li.language .language-dropdown li a {
            position: relative;
            display: block;
            padding: 5px 0px;
            font-size: 14px;
            line-height: 24px;
            color: #555;
            text-align: right;
        }

            .header-top .info li.language .language-dropdown li a:hover {
            }


/** header-style-two **/ /*
.header-bottom-box {
	padding-left: 85px;
	padding-right: 85px;
}*/

.header-top-box .header-top {
    background-color: #fff6fb;
    padding: 6px 0;
    border-radius: 0; /*
	box-shadow: 0px 2px 16px rgb(0 0 0 / 4%);*/
}

    .header-top-box .header-top .info li a {
        color: var(--body-color);
    }

    .header-top-box .header-top .info li.language:after {
        color: var(--body-color);
    }

    .header-top-box .header-top .top-left li {
        position: relative;
        display: inline-block;
        margin: 0px;
        font-size: 15px;
        color: #555555;
        margin-left: 20px;
        padding-right: 0;
    }

        .header-top-box .header-top .top-left li:last-child {
            margin: 0px !important;
        }

        .header-top-box .header-top .top-left li a {
            color: var(--body-color);
        }

            .header-top-box .header-top .top-left li a:hover {
            }

        .header-top-box .header-top .top-left li i {
            position: absolute;
            right: 0px;
            top: 6px;
            font-size: 15px;
        }

        .header-top-box .header-top .top-left li:before {
            position: absolute;
            content: '';
            background: rgba(255, 255, 255, 0.2);
            width: 1px;
            height: 16px;
            top: 5px;
            left: -22px;
            display: none;
        }

        .header-top-box .header-top .top-left li:last-child:before {
            display: none;
        }


    .header-top-box .header-top .top-right li {
        margin: 0px 0px 0px 16px;
        position: relative;
    }

        .header-top-box .header-top .top-right li:before {
            position: absolute;
            content: '';
            background: rgba(255, 255, 255, 0.2);
            width: 1px;
            height: 20px;
            top: 7px;
            left: -9px;
            right: unset;
        }

        .header-top-box .header-top .top-right li:last-of-type {
            margin: 0px;
        }

            .header-top-box .header-top .top-right li:last-of-type:before {
                display: none;
            }

.header-top .info li.language .language-dropdown li a .lang-img {
    width: 25px;
    margin-left: 5px;
}

.header-top-box .header-top .top-right li.Country-box.language a i {
    position: absolute;
    right: 0px;
    top: 9px;
}

.header-top-box .header-top .top-right li.lang-change.lang-madia a i {
    margin-right: 3px;
}

.header-top-box .header-top .top-left li:last-of-type {
    margin-left: 0;
}

.header-top-box .header-top .top-left li.li-icon i {
    position: relative;
    right: unset;
    top: unset;
    font-size: 17px;
    vertical-align: middle;
}

.header-top-box .header-top .top-left li.li-icon .numb {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    left: 9px;
    padding: 1px;
    font-size: 13px;
    background: #030304;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.header-top-box .header-top .top-left li a.link-noti {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-top .info li.language.Country-box .language-dropdown {
    height: 300px;
    overflow-x: hidden;
}

.header-top .info li a:hover {
    color: var(--theme-color) !important;
}

.header-top .info li.language .language-dropdown {
    background: #ffffff;
    border-top: 4px solid #bb8cbd;
}

    .header-top .info li.language .language-dropdown li a:hover {
        color: #bb8cbd !important;
    }

.header-top-box .header-top .top-left li a:hover {
    color: #bb8cbd;
}

.header-top-box .header-top .top-left li i {
    color: var(--body-color);
}

.header-top-box .header-top .top-left li a:hover i {
    color: var(--theme-color) !important;
}

.pull-left {
    float: right;
}

.pull-right {
    float: left;
}

.header-top ul {
    margin-bottom: 0;
    padding-right: 0;
}

@media (max-width:1199px) {
    /*	.header-bottom-box {
		padding-left: 15px;
		padding-right: 15px;
	}*/

    .header-top-box .header-top {
        padding: 8px 15px;
    }

    .menu-style1 > ul > li {
        margin: 0 6px;
    }

    .menu-sticky1 > ul > li {
        margin: 0 6px;
    }

    .menu-style1 > ul > li > a {
        padding: 16px 0;
        font-size: 16px;
    }

    .menu-sticky1 > ul > li > a {
        font-size: 16px;
    }
}

.vs-product .product-body .blog-title {
    font-weight: 600;
    color: var(--body-color);
}

.vs-product .product-body .product-des {
    margin-bottom: 6px;
    color: var(--body-color);
    height: 87px;
}

.vs-product .product-body .product-price span {
    color: #bb8cbd;
    margin-left: 0;
    font-size: 20px;
}

    .vs-product .product-body .product-price span.par-price-dash {
        color: #7a7a7a;
        text-decoration: line-through;
    }

.vs-product .product-body .product-title a:hover {
    color: #bb8cbd
}

.product-section {
    padding: 60px 0;
    position: relative;
}

    .product-section .shape1 {
        top: -127px;
        bottom: unset;
        right: unset;
        z-index: -1;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
    }

.instagram-section {
    position: relative;
    /*	border-radius: 30px 30px 0 0;*/
    overflow: hidden;
}

.appointment-section .vs-btn.wave-style2:hover {
    background: #fff;
}

.services-section .service-block {
    border-radius: 22px;
    overflow: hidden;
}

.footer-layout2 .footer-widget .social-links {
    margin-top: 36px;
    display: block;
    vertical-align: middle;
    position: relative;
}

    .footer-layout2 .footer-widget .social-links a {
        font-size: 24px;
    }

.text-end {
    text-align: end;
}

.footer-copyright .box-terms-box {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .footer-copyright .box-terms-box .item-link {
        margin: 0;
        display: inline-block;
        margin-left: 8px;
        padding-left: 9px;
        position: relative;
    }

        .footer-copyright .box-terms-box .item-link:last-of-type {
            margin-left: 0;
            padding-left: 0;
        }

        .footer-copyright .box-terms-box .item-link::after {
            content: "";
            background: #6e6e6e;
            width: 1px;
            height: 100%;
            position: absolute;
            left: -1px;
        }

        .footer-copyright .box-terms-box .item-link:last-of-type::after {
            display: none;
        }

        .footer-copyright .box-terms-box .item-link a {
            display: inline-block;
            color: #fff;
            font-size: 15px;
            transition: .4s;
        }

            .footer-copyright .box-terms-box .item-link a:hover {
                color: var(--theme-color);
            }

.product-section .vs-product .product-body .action-buttons .vs-btn {
    border-radius: 56px;
    padding: 6px 12px;
    width: 174px;
    line-height: 32px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.banner_slider .outline-style1 .vs-btn-icon i {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 6px;
}

.product-section .vs-product .product-body .action-buttons .vs-btn:hover {
    color: var(--theme-color);
}

/************responsive*********/
@media (max-width:1199px) {
    .vs-about-layout1 .about-content-box1 .section-head {
        margin-bottom: 60px;
    }

    .banner_slider .carousel-item .banner_img {
        top: 28px;
        left: 0;
    }
}

@media (max-width:460px) {
    .header-top-box .header-top {
        padding: 8px 0;
    }

        .header-top-box .header-top .top-inner {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

            .header-top-box .header-top .top-inner .top-left.pull-left {
                float: unset;
                display: inline-block;
                margin-left: auto;
            }

            .header-top-box .header-top .top-inner .top-right.pull-right {
                float: unset;
                display: inline-block;
                margin-right: auto;
            }

    .header-top .info li.language a {
        padding-left: 12px;
        padding-right: 15px;
    }

    .header-top .info li a {
        font-size: 13px;
    }

    .banner_content .sub-title {
        margin-bottom: 6px;
    }

    .header-top-box .header-top .top-left li i {
        font-size: 12px;
    }

    .header-top-box .header-top .top-left li {
        font-size: 14px;
        margin-left: 13px;
    }

        .header-top-box .header-top .top-left li.li-icon i {
            font-size: 14px;
        }

        .header-top-box .header-top .top-left li.li-icon .numb {
            top: -6px;
            left: 6px;
        }

    .header-top .info li.language .language-dropdown li a {
        padding: 4px 0px;
        font-size: 13px;
        line-height: 20px;
    }

    .vs-menu-wrapper .mobile-logo {
        max-width: 130px;
    }
}

@media (max-width:575px) {

    .banner_content {
        text-align: center
    }


    .vs-btn[class*="outline"] {
        padding: 10px 12px;
    } 

    .section-head {
        margin-bottom: 20px;
    }

    .vs-about-wrapper.vs-about-layout1 {
        padding:  0 0 40px;
    }

    .wt-small-separator-outer h2.main-title {
        font-size: 32px;
    }

    .vs-team-wrapper.team-sction {
        padding: 40px 0;
    }

    .team-sction .row .team-grid.mb-30:last-of-type {
        margin-bottom: 0 !important;
    }

    .footer-widget-layout2.pb-50 {
        padding-bottom: 30px;
    }

    .footer-widget-layout2.pt-70 {
        padding-top: 40px;
    }

    .section-head h1:after,
    .section-head h2:after,
    .section-head h3:after {
        width: 220px !important;
        height: 82px;
        bottom: -22px;
    }

    .banner_slider .banner_shape .shape3 {
        top: 90px !important;
    }

    .banner_content h2 {
        line-height: 30px;
    }

    .appointment-section .vs-btn[class*="outline"] {
        padding: 4px 28px;
    }

    .banner_slider .vs-btn {
        font-size: 14px;
    }

        .banner_slider .vs-btn[class*="outline"] {
            padding: 6px 14px;
            font-size: 14px;
        }

        .banner_slider .vs-btn[class*="wave"] {
            padding: 5px !important;
            padding-right: 14px !important;
        }

    .banner_slider .outline-style1 .vs-btn-icon i {
        font-size: 16px;
        vertical-align: middle;
        margin-left: 4px;
    }
}

.title-page-section {
    position: relative;
    padding: 160px 0 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff6fb;
}

    .title-page-section .box-img-title-page {
        z-index: -6;
    }

        .title-page-section .box-img-title-page .img-1 {
            position: absolute;
            left: -34px;
            bottom: 24px;
            width: 294px;
            z-index: 0;
        }

        .title-page-section .box-img-title-page .img-2 {
            position: absolute;
            right: 0;
            bottom: -116px;
            width: 300px;
        }

    .title-page-section .wt-small-separator-outer h2.main-title {
        margin-bottom: 0;
    }

    .title-page-section .section-head {
        margin-bottom: 0;
    }

.vs-product .product-body .product-price {
    text-align: end;
}

@media (max-width:888px) {
    .title-page-section .box-img-title-page .img-2 {
        position: absolute;
        right: -10px;
        bottom: -70px;
        width: 200px;
    }

    .title-page-section .section-head h3:after {
        bottom: -50px;
        font-weight: 900;
        width: 140px;
    }
}

.services-section.services-page {
    padding: 60px 0;
}

.veideo-section {
    padding: 60px 0 100px;
}

    .veideo-section.vs-about-layout3:before {
        background-image: -webkit-linear-gradient(bottom, #fff 0%, rgb(255 246 251) 100%);
        background-image: linear-gradient(to top, #fff 0%, rgb(255 246 251) 100%)
    }

    .veideo-section .play-btn > i {
        width: 92px;
        height: 92px;
        display: inline-flex;
        line-height: 120px;
        text-align: center;
        align-items: center;
        font-size: 24px;
        justify-content: center;
    }

    .veideo-section .about-image-box3 img {
        border-radius: 0 54px 0 54px;
    }

.about-page.vs-about-wrapper.vs-about-layout1 {
    padding: 90px 0 60px;
}

.terms-section {
    padding: 60px 0;
    position: relative;
}

/*******notifications**********/

.notifications {
    position: relative;
    padding: 60px 0;
}

    .notifications .msg {
        box-shadow: 0px 0px 20px rgb(29 29 29 / 2%);
        position: relative;
        background-color: white;
        padding: 22px 15px;
        margin-bottom: 20px;
        padding-left: 39px;
        border: 1px solid #DCDCE5;
        overflow: hidden;
        padding-right: 62px;
        border-radius: 10px;
        transition: 0.5s ease;
    }

        .notifications .msg:hover {
            background-color: #fff6fb;
            border: 1px solid #f8eaf5;
        }

        .notifications .msg.active {
            background-color: #fff6fb;
            border: 1px solid #f8eaf5;
        }

    .notifications .box--delete {
        position: absolute;
        left: -1px;
        color: #ffffff;
        bottom: 0;
        padding: 4px 6px;
        background: #dcdce5;
        border-radius: 0 18px 0 0;
        font-size: 16px;
        text-align: center;
        width: 38px;
        height: 36px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .notifications .msg.active .box--delete {
        background: #bb8cbd;
    }

    .notifications .msg .msg-text span.date-span {
        font-size: 13px;
        /*color: #ce1111;*/
        font-weight: 600;
        position: absolute;
        left: 14px;
        top: 8px;
        line-height: 16px;
    }

    .notifications .msg img {
        width: 70px;
        margin-left: 10px;
        border-radius: 10px;
    }

    .notifications .msg .msg-text {
        margin: 0 auto;
        width: 100%;
    }

        .notifications .msg .msg-text h5 {
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 18px;
        }

        .notifications .msg .msg-text p {
            font-size: 16px;
            line-height: 20px;
            vertical-align: middle;
            margin-bottom: 4px;
        }

            .notifications .msg .msg-text p:last-of-type {
                margin-bottom: 0;
            }

    .notifications .msg .box-icon {
        right: 15px;
        font-size: 18px;
        top: 20px;
        background: #dcdce5;
        width: 32px;
        text-align: center;
        display: flex;
        height: 32px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        color: #fff;
    }

    .notifications .msg .msg-text .box--delete {
        z-index: 10;
        cursor: pointer
    }

        .notifications .msg .msg-text .box--delete:hover {
            color: #fff6fb;
        }

        .notifications .msg .msg-text .box--delete span.date-span {
            font-size: 16px;
            cursor: pointer;
        }

    .notifications .msg .link-notification {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .notifications .msg .msg-text .date-span-2 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
        display: block;
    }

    .notifications .msg.active .box-icon {
        background: var(--theme-color);
    }

.login-page .bg-light-theme {
    background-color: #fff6fb;
}

.login-page .login-form {
    padding: 30px 28px;
    border-radius: 25px;
    border: 1px solid #f8eaf5;
}

    .login-page .login-form .box-img {
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        width: 116px;
        padding: 14px;
        border-radius: 50%;
        margin-top: -84px;
        margin-bottom: 50px;
        box-shadow: 0px 0px 39px #0000000f;
    }

.resat-password-section.login-page .login-form .box-img {
    margin-bottom: 26px;
}

.login-page .login-form input {
    border: 1px solid #f8eaf5;
}

.space.login-page {
    padding-bottom: 60px;
}

.login-page .bottom-links a {
    color: var(--body-color);
    transition: .4s
}

    .login-page .bottom-links a:hover {
        color: var(--theme-color);
    }

.contact-page .vs-contact-box1 {
    direction: rtl;
    padding: 40px 0;
    border: 0;
    box-shadow: inset 0px 0px 26px rgb(22 22 22 / 4%);
    border-radius: 20px;
    overflow: hidden;
}

    .contact-page .vs-contact-box1 p {
        max-width: 96%;
    }

    .contact-page .slick-center .vs-contact-box1 h4,
    .contact-page .slick-center .vs-contact-box1 p,
    .contact-page .vs-contact-box1:hover p a,
    .contact-page .slick-center .vs-contact-box1 p a {
        color: var(--body-color);
    }

    .contact-page .vs-contact-box1 p a {
        color: var(--body-color);
        transition: .4s;
        margin-right: 4px;
    }

        .contact-page .vs-contact-box1:hover p,
        .contact-page .vs-contact-box1:hover h4,
        .contact-page .vs-contact-box1:hover p a:hover,
        .contact-page .vs-contact-box1 p a:hover,
        .contact-page .slick-center .vs-contact-box1 p a:hover {
            color: var(--theme-color);
        }

    .contact-page .vs-contact-box1 .vs-style1 {
        padding: 8px 24px;
    }




[data-overlay="purple"]:before {
    background-color: #fff6fb;
}

.contact-right-section {
    position: relative;
    z-index: 1;
    margin-left: 40px;
    margin-bottom: 70px;
}

    .contact-right-section:before {
        position: absolute;
        content: '';
        z-index: -1;
        left: -40px;
        bottom: -40px;
        width: 100%;
        height: 90%;
        border: 12px solid #bb8cbd;
    }

.contact-page .title-contact {
    text-align: center;
    color: #bb8cbd;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-page textarea.form-control {
    border-radius: 26px;
}

.contact-page {
    padding: 60px 0;
}

.login-page.contact-page {
    padding-top: 0;
}

    .login-page.contact-page .login-form .box-img {
        margin-bottom: 30px;
    }

.gallery-page {
    position: relative;
    padding: 60px 0;
}

    .gallery-page.vs-product-wrapper .vs-product .product-body {
        overflow: hidden;
    }

    .gallery-page.vs-product-layout2 .vs-product:hover .action-buttons {
        width: 100%;
        display: flex;
        background: #19191917;
        justify-content: center;
        align-items: center;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .gallery-page.vs-product-wrapper .vs-product .action-buttons .icon-btn {
        border-radius: 50%;
    }

    .gallery-page.vs-product-wrapper .vs-product .box-gallery {
        overflow: hidden;
        position: relative;
        border-radius: 16px;
    }

    .gallery-page.vs-product-layout2 .product-header {
        position: relative;
        margin-bottom: 0;
        border-radius: 0;
    }

.mfp-bottom-bar .mfp-counter {
    display: none
}

.team-page {
    padding: 60px;
}

    .team-page.services-section .service-block {
        border-radius: 22px;
        overflow: unset;
        margin-top: 56px;
    }

    .team-page .icon-circle-box .wt-icon-box-wraper {
        border-radius: 22px;
        padding: 0px 20px 25px 20px;
        box-shadow: 0 0 25px rgb(0 0 0 / 4%);
        transition: .4s;
    }

        .team-page .icon-circle-box .wt-icon-box-wraper .vs-btn.wave-style2 {
            border: 1px solid var(--theme-color);
        }

            .team-page .icon-circle-box .wt-icon-box-wraper .vs-btn.wave-style2:hover {
                color: var(--theme-color);
            }

        .team-page .icon-circle-box .wt-icon-box-wraper .services-par,
        .team-page .icon-circle-box .wt-icon-box-wraper .services-par span {
            position: relative
        }

            .team-page .icon-circle-box .wt-icon-box-wraper .services-par span {
                margin-left: 12px;
                display: inline-block;
            }

                .team-page .icon-circle-box .wt-icon-box-wraper .services-par span:last-of-type {
                    margin-left: 0;
                }

                .team-page .icon-circle-box .wt-icon-box-wraper .services-par span::after {
                    content: " , ";
                    position: absolute;
                    left: -11px;
                    font-size: 26px;
                    top: 50%;
                    transform: translateY(-50%);
                    vertical-align: middle;
                }

                .team-page .icon-circle-box .wt-icon-box-wraper .services-par span:last-of-type::after {
                    display: none
                }

        .team-page .icon-circle-box .wt-icon-box-wraper .vs-btn[class*="wave"] {
            padding: 4px 10px;
            min-width: 130px;
        }

    .team-page .icon-circle-box .icon-circle {
        box-shadow: 0 0 14px #5858581c;
        position: relative;
        z-index: 1;
        padding: 4px;
        margin-top: -44px;
        margin-bottom: 12px;
    }

    .team-page .icon-content .box-map {
        margin-top: 8px;
    }

.product-details-layout1.offer-details-page {
    padding: 60px 0 0;
}

.offer-details-page {
    padding: 60px 0;
    position: relative;
}

.product-details-layout1.offer-details-page {
    padding: 60px 0 0;
}

.offer-details-page .vs-product-info h2.h3 {
    color: #211e1c;
    font-weight: 600;
}

.offer-details-page .vs-product-info {
    padding-right: 30px;
}

    .offer-details-page .vs-product-info .product-price span {
        color: #bb8cbd;
    }

    .offer-details-page .vs-product-info .product-price del {
        color: #7a7a7a;
        margin-left: 6px;
    }

    .offer-details-page .vs-product-info .product-price i {
        color: #bb8cbd;
        margin-left: 2px;
    }

    .offer-details-page .vs-product-info .action-buttons .vs-btn {
        border-radius: 25px;
        padding: 7px 30px;
    }

.offer-details-page .vs-product-wrapper .vs-product {
    margin-bottom: 0;
}

.offer-details-page .text-box1 {
    padding: 10px 0;
    font-size: 18px;
    padding-right: 20px;
}

    .offer-details-page .text-box1 p {
        font-weight: 600;
    }

/*******ptrofile-page*******/




.profile-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff6fb;
    border: 1px solid #f8eaf5;
}

    .profile-box .upper-box {
        position: relative;
        margin-bottom: 0px;
    }

        .profile-box .upper-box .profile-image {
            position: relative;
            display: block;
            text-align: center;
        }

            .profile-box .upper-box .profile-image img {
                width: 100%;
            }

        .profile-box .upper-box .title-box {
            position: relative;
            margin: 0px;
        }

            .profile-box .upper-box .title-box .inner {
                position: relative;
                border-radius: 10px;
                padding: 12px 16px;
                text-align: center;
                box-shadow: none;
            }

                .profile-box .upper-box .title-box .inner h3 {
                    font-size: 21px;
                    line-height: 25px;
                    font-weight: 700;
                    margin-bottom: 0;
                    color: var(--body-color);
                }

                .profile-box .upper-box .title-box .inner p i {
                    font-size: 15px;
                    margin-left: 10px;
                }

    .profile-box .profile-info {
        position: relative;
        padding-bottom: 0;
    }

        .profile-box .profile-info .list {
            padding-right: 0;
            margin-bottom: 0;
        }

            .profile-box .profile-info .list li {
                position: relative;
                display: block;
                padding: 12px 22px 12px 22px;
                border-top: 1px solid #f8eaf5;
            }

                .profile-box .profile-info .list li:first-of-type {
                    border-top: 0;
                }

                .profile-box .profile-info .list li a {
                    font-size: 16px;
                    line-height: 26px;
                    color: var(--body-color);
                    font-weight: 600;
                    transition: .4s
                }

                    .profile-box .profile-info .list li a.current,
                    .profile-box .profile-info .list li a:hover {
                        color: var(--theme-color);
                    }

                    .profile-box .profile-info .list li a i {
                        font-size: 15px;
                        margin-left: 10px;
                        color: var(--theme-color);
                        transition: all 500ms ease;
                        vertical-align: middle;
                    }

                    .profile-box .profile-info .list li a.current i,
                    .profile-box .profile-info .list li a:hover i {
                        color: var(--theme-color);
                    }

                .profile-box .profile-info .list li span {
                    position: absolute;
                    top: 20px;
                    left: 40px;
                    font-size: 10px;
                    line-height: 14px;
                    font-weight: 500;
                    display: inline-block;
                    color: #fff;
                    padding: 0px 9px;
                    border-radius: 15px;
                }

.my-profile-page .box-info-user {
    border: 0;
    padding: 28px 20px;
    border-radius: 12px;
    background-color: #fff6fb;
    border: 1px solid #f8eaf5;
}

.form-group {
    margin-bottom: 20px;
}



/*Profile avatar*/
.avatar-upload {
    position: relative;
    max-width: 175px;
    margin: 20px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all .2s ease-in-out;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    /* content: "\f040";*/
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 6px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

.avatar-preview {
    width: 170px;
    height: 170px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

    .avatar-preview div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.my-profile-page {
    padding: 60px 0;
}

    .my-profile-page .box-btn {
        text-align: end;
    }

        .my-profile-page .box-btn .vs-btn[class*="wave"] {
            padding: 6px 20px;
        }


        .my-profile-page .box-btn .vs-btn.wave-style2:hover {
            color: var(--theme-color);
        }


.cart-table .table thead th {
    vertical-align: middle;
    border-bottom: 0;
    color: #fff;
    border-top: 0;
}

.cart-table .table {
    overflow: hidden;
}

    .cart-table .table thead {
        background: #bb8cbd;
    }

.cart-page {
    padding: 60px 0;
    position: relative
}

.checkout-page {
    position: relative;
    padding: 60px 0;
}

    .checkout-page input[type="radio"] ~ label {
        display: inline-block;
        font-weight: 500;
    }

    .checkout-page .vs-checkout-payment h4.title {
        color: #bb8cbd;
        font-weight: 600;
        margin-bottom: 15px;
    }

.my-appointments-page {
    padding: 60px 0
}

.my-order-page .cart-page {
    padding: 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*******my order************/


.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

    .tabs-box .tab.active-tab {
        display: block;
    }

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

    .tabs-box .tab.active-tab {
        transform: scale(1) translateY(0px);
    }

.clinic-details-content .tabs-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

    .clinic-details-content .tabs-box .tabs-content {
        position: relative;
        padding: 12px 8px;
    }

    .clinic-details-content .tabs-box .tab-btn-box {
        position: relative;
        display: block;
    }

        .clinic-details-content .tabs-box .tab-btn-box .tab-btns {
            text-align: center;
            padding-right: 0;
        }

            .clinic-details-content .tabs-box .tab-btn-box .tab-btns li {
                position: relative;
                display: inline-block;
                float: unset;
                min-width: 170px;
                text-align: center;
                font-size: 18px;
                margin-left: 10px;
                line-height: 26px;
                border-radius: 10px;
                font-weight: 600;
                color: #fff;
                padding: 20px;
                cursor: pointer;
                border-left: 0;
                transition: all 500ms ease;
                background: #fff6fb;
                color: #bb8cbd;
            }

                .clinic-details-content .tabs-box .tab-btn-box .tab-btns li:last-child {
                    margin-left: 0;
                }

                .clinic-details-content .tabs-box .tab-btn-box .tab-btns li:hover {
                    color: #bb8cbd;
                }

                .clinic-details-content .tabs-box .tab-btn-box .tab-btns li.active-btn,
                .clinic-details-content .tabs-box .tab-btn-box .tab-btns li.active-btn:hover {
                    color: #bb8cbd;
                    color: #ffffff;
                    background: var(--theme-color);
                }


    .clinic-details-content .tabs-box .tabs-content h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .clinic-details-content .tabs-box .tabs-content .inner-box .text p {
        margin-bottom: 35px;
    }

    .clinic-details-content .tabs-box .tabs-content .inner-box .text .list li {
        position: relative;
        display: inline-block;
        float: right;
        width: 50%;
        font-size: 16px;
        color: #bb8cbd;
        font-weight: 500;
        margin-bottom: 6px;
        padding-right: 23px;
    }

        .clinic-details-content .tabs-box .tabs-content .inner-box .text .list li:before {
            position: absolute;
            content: '';
            border: 3px solid #dad9e7;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            right: 0px;
            top: 7px;
        }

    .clinic-details-content .tabs-box .tabs-content .inner-box .text .list {
        position: relative;
        margin-bottom: 28px;
    }


    .clinic-details-content .tabs-box .accordion-box .title-box {
        position: relative;
        background: #ebf7f6;
        padding: 12px 30px 12px 75px;
    }

    .clinic-details-content .tabs-box .accordion-box h6 {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 26px;
        font-family: 'Almarai', sans-serif;
        font-weight: 600;
    }

        .clinic-details-content .tabs-box .accordion-box h6 span {
            float: left;
        }

    .clinic-details-content .tabs-box .accordion-box .block .acc-btn h6 {
        font-weight: 500;
    }

    .clinic-details-content .tabs-box .accordion-box .accordion-inner {
        position: relative;
        border: 1px solid #e5e5e5;
        border-top: none;
    }

    .clinic-details-content .tabs-box .accordion-box .block {
        box-shadow: none;
        margin: 0px;
        border-radius: 0px;
        border-bottom: 1px solid #e5e5e5;
    }

        .clinic-details-content .tabs-box .accordion-box .block:last-child {
            border-bottom: none;
        }

        .clinic-details-content .tabs-box .accordion-box .block .acc-btn {
            padding: 13px 30px 11px 80px;
            border-bottom: 1px solid transparent
        }

            .clinic-details-content .tabs-box .accordion-box .block .acc-btn.active {
                border-bottom: 1px solid #e5e5e5;
            }

        .clinic-details-content .tabs-box .accordion-box .block .acc-content {
            padding: 22px 30px 30px 30px;
        }

            .clinic-details-content .tabs-box .accordion-box .block .acc-content p {
                margin: 0px;
            }

        .clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer {
            border-right: 1px solid #e5e5e5;
        }

            .clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer:after {
                content: "\f067";
                font-size: 20px;
            }

        .clinic-details-content .tabs-box .accordion-box .block .acc-btn.active .icon-outer:before {
            content: "\f068";
            font-size: 20px;
        }

        .clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer {
            left: 0px;
            width: 50px;
        }

    .clinic-details-content .tabs-box .award-box .list li {
        position: relative;
        display: block;
        font-size: 15px;
        color: #bb8cbd;
        font-weight: 500;
        margin-bottom: 6px;
        padding-right: 23px;
    }

        .clinic-details-content .tabs-box .award-box .list li span {
            font-weight: 400;
            color: #555;
        }

        .clinic-details-content .tabs-box .award-box .list li:before {
            position: absolute;
            content: '';
            border: 3px solid #dad9e7;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            right: 0px;
            top: 7px;
        }

    .clinic-details-content .tabs-box .accordion-box {
        margin-bottom: 44px;
    }

        .clinic-details-content .tabs-box .accordion-box h3 {
            margin-bottom: 24px !important;
        }

    .clinic-details-content .tabs-box .award-box {
        margin-bottom: 35px;
    }

    .clinic-details-content .tabs-box .image-gallery .image-list {
        position: relative;
        margin: 0px -5px;
    }

        .clinic-details-content .tabs-box .image-gallery .image-list li {
            position: relative;
            float: right;
            width: 33.333%;
        }

            .clinic-details-content .tabs-box .image-gallery .image-list li .image {
                position: relative;
                margin: 0px 5px;
                border-radius: 10px;
            }

                .clinic-details-content .tabs-box .image-gallery .image-list li .image img {
                    width: 100%;
                    border-radius: 10px;
                }

    .clinic-details-content .tabs-box .tabs-content .inner-box .image-gallery h3 {
        margin-bottom: 23px !important;
    }

    .clinic-details-content .tabs-box .onboard-doctors {
        position: relative;
    }

    .clinic-details-content .tabs-box .team-block-one .btn-box {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 1;
    }

        .clinic-details-content .tabs-box .team-block-one .btn-box .theme-btn-one {
            padding: 9px 26px;
        }

    .clinic-details-content .tabs-box .location-box .map-inner {
        position: relative;
        border-radius: 10px;
        border: 5px solid #dad9e7;
        height: 250px;
        margin-bottom: 20px;
    }

        .clinic-details-content .tabs-box .location-box .map-inner #contact-google-map {
            position: relative;
            width: 100%;
            height: 250px;
        }

    .clinic-details-content .tabs-box .location-box h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .clinic-details-content .tabs-box .location-box .location-info li {
        position: relative;
        display: block;
        padding-right: 20px;
        margin-bottom: 6px;
    }

        .clinic-details-content .tabs-box .location-box .location-info li:last-child {
            margin-bottom: 0px;
        }

        .clinic-details-content .tabs-box .location-box .location-info li a {
            color: #bb8cbd;
        }

            .clinic-details-content .tabs-box .location-box .location-info li a:hover {
            }

        .clinic-details-content .tabs-box .location-box .location-info li i {
            position: absolute;
            right: 0px;
            top: 7px;
        }

.my-appointments-page .box-appointments .block-appointments {
    background: #ffffff;
    padding:  20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    overflow: hidden;
}

    .my-appointments-page .box-appointments .block-appointments .box-img {
        background: #fff6fb;
        padding: 3px;
        display: inline-flex;
        width: 74px;
        justify-content: center;
        height: 74px;
        align-items: center;
        border-radius: 50%;
    }

        .my-appointments-page .box-appointments .block-appointments .box-img img.img-order {
            width: 60px;
        }

    .my-appointments-page .box-appointments .block-appointments .box-info-order {
        display: inline-block;
        margin-right: 4px;
    }

        .my-appointments-page .box-appointments .block-appointments .box-info-order .order-number {
            color: var(--theme-color);
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 4px;
            line-height: 24px;
        }

        .my-appointments-page .box-appointments .block-appointments .box-info-order .title-order {
            font-size: 15px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom:4px;
        }

        .my-appointments-page .box-appointments .block-appointments .box-info-order .par-order {
            line-height: 20px;
            margin-bottom: 0;
            font-size: 15px;
        }

    .my-appointments-page .box-appointments .block-appointments .date-order {
        position: absolute;
        left: 14px;
        top: 6px;
        font-size: 15px;
        margin-bottom: 0;
    }

.link-overlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.order-state {
    position: relative;
    font-weight: 600;
    color: #fff;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 15px;
}

.my-appointments-page .box-appointments .block-appointments .order-state {
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-weight: 600;
    color: #fff;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0;
}

.order-state.state-1 {
    background: #EFC130;
}

.order-state.state-2 {
    background: #7ba7a1
}

.order-details-page .sub-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.order-details-page .box-state {
    text-align: end;
}

    .order-details-page .box-state .order-state {
        text-align: center;
        display: inline-block;
    }



.my-appointments-page .box-appointments .block-appointments:last-of-type {
    margin-bottom: 0;
}

.order-details-title {
    letter-spacing: 0;
    font-size: 26px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 700;
    color: #bb8cbd;
}

.table td,
.table th {
    vertical-align: middle;
}

.order-details-par {
    text-align: right
}

.title-page-section .box-state .order-state {
    display: inline-block;
    margin-bottom: 0;
}

.patient-dashboard.my-appointments-page .box-appointments .block-appointments {
    padding: 24px 14px 14px;
}

    .patient-dashboard.my-appointments-page .box-appointments .block-appointments .order-state {
        font-size: 14px;
        left: 12px;
        top: 0px;
        bottom: unset;
        min-width: 100px;
        text-align: center;
        border-radius: 0 0 14px 14px;
        padding: 6px 6px;
    }

.services-par {
    margin-bottom: 2px !important;
    position: relative;
}

    .services-par span {
        margin-left: 12px;
        display: inline-block;
        position: relative;
    }

        .services-par span::after {
            content: " , ";
            position: absolute;
            left: -11px;
            font-size: 26px;
            top: 50%;
            transform: translateY(-50%);
            vertical-align: middle;
        }

        .services-par span:last-of-type {
            margin-left: 0;
        }

            .services-par span:last-of-type::after {
                display: none
            }

.par-branch {
    display: inline-block;
    font-size: 16px;
    color: #bb8cbd;
}

.product-price span {
    color: #bb8cbd;
}

.my-reservations-page.my-appointments-page .box-appointments .block-appointments {
    align-items: start;
}


@media (max-width: 992px) {
    .space.login-page {
        padding-top: 90px;
        padding-bottom: 40px;
    }
}

@media (max-width:575px) {
    body {
        font-size: 15px;
    }

    .notifications .msg {
        padding: 22px 15px;
        padding-right: 50px;
        padding-left: 33px;
    }

        .notifications .msg .box-icon {
            font-size: 14px;
            height: 28px;
            width: 28px;
            right: 11px;
            top: 28px;
        }

    .notifications .box--delete {
        border-radius: 0 18px 0 0;
        font-size: 14px;
        width: 34px;
        height: 35px;
    }

    .login-page .login-form {
        padding: 24px 20px;
    }

        .login-page .login-form .box-img {
            margin-bottom: 34px;
        }

        .login-page .login-form .vs-btn.vs-style1 {
            padding: 8px 24px;
        }

    .my-appointments-page .box-appointments .block-appointments {
        display: block;
        text-align: center;
        padding: 20px ;
    }

        .my-appointments-page .box-appointments .block-appointments .box-img {
            display: none;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
        }

        .my-appointments-page .box-appointments .block-appointments .box-info-order {
            margin-right: 0;
            display: block;
            margin-bottom: 8px;
        }

            .my-appointments-page .box-appointments .block-appointments .box-info-order .order-number {
                font-size: 19px;
                margin-bottom: 6px;
            }

            .my-appointments-page .box-appointments .block-appointments .box-info-order .title-order {
                font-size: 19px;
            }

            .my-appointments-page .box-appointments .block-appointments .box-info-order .par-order {
                font-size: 16px;
            }

        .my-appointments-page .box-appointments .block-appointments .date-order {
            left: 12px;
            top: 4px;
            font-size: 13px;
        }

        .my-appointments-page .box-appointments .block-appointments .order-state {
            position: relative;
            left: 0;
            bottom: 0;
            display: inline-block;
            padding: 8px 14px;
            font-size: 14px;
        }

    .clinic-details-content .tabs-box .tab-btn-box .tab-btns li {
/*        display: block;
*/        margin-bottom: 10px;
        font-size: 15px;
        padding: 8px 12px 8px 12px;
    }

        .clinic-details-content .tabs-box .tab-btn-box .tab-btns li:last-of-type {
            margin-right: 0;
            margin-bottom: 0;
        }

    .form-group {
        margin-bottom: 20px;
    }

    .gallery-page {
        padding: 40px 0;
    }

    .about-page.vs-about-wrapper.vs-about-layout1 {
        padding: 30px 0 30px;
    }

    .team-page.services-section .service-block {
        margin-top: 48px;
    }

    .veideo-section {
        padding: 30px 0 30px;
    }

    .vs-about-wrapper .about-content-box1 .section-head {
        margin-bottom: 30px;
    }

    .text-20 {
        font-size: 17px !important;
    }

    .login-page.contact-page {
        padding-top: 10px;
    }

    .notifications {
        padding: 40px 0;
    }

    .my-appointments-page,
    .checkout-page,
    .cart-page,
    .offer-section.offer-details-page,
    .services-section.services-page,
    .product-section,
    .terms-section,
    .offer-section {
        padding: 40px 0;
    }

    .offer-details-page {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {

    .contact-page .vs-btn[class*="wave"] {
        padding: 5px 7px;
        padding-right: 20px;
    }

        .contact-page .vs-btn[class*="wave"] .vs-btn-icon {
            margin-right: 12px;
            width: 34px;
            height: 34px;
        }

    .my-appointments-page .clinic-details-content {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .cart-page .box-order-info {
        margin-bottom: 20px;
    }
}



/***********************************  process section start *******************************************/

.process .box-appointments .block-appointments .box-info-order {
    max-width: 90%;
}

.process .box-appointments .block-appointments .box-img img.img-order {
    width: 70px;
}

.process .price-order {
    position: absolute;
    left: 14px;
    top: 6px;
    font-size: 20px;
    color: #bb8cbd;
    font-weight: 700;
}

.process .box-appointments .block-appointments {
    background: #fff6fb;
    margin-bottom: 30px !important;
}

.step-icon {
    width: 30px;
}




.assistant-box {
    cursor: pointer;
}

.process .box-appointments .assistant-box.active {
    background: #fff6fb !important;
    border: 2px solid #bb8cbd;
}

.assistant-box svg {
    width: 20px;
    visibility: hidden;
}

.assistant-box.active svg {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 30px;
    background: var(--theme-color);
    border-radius: 100%;
    padding: 4px;
    visibility: visible;
}

    .assistant-box.active svg polyline {
        fill: none;
        stroke: white;
        stroke-width: 20px;
        stroke-dashoffset: 500px;
        stroke-dasharray: 500px;
        animation: checked 1s ease normal forwards;
    }

@keyframes checked {
    to {
        stroke-dashoffset: 0;
    }
}








/* CSS Document */
div.joincontent {
    position: relative;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

div.progresscont {
    margin-left: auto;
    margin-right: auto;
}

div.circulo {
    width: 50px;
    border: 3px solid #e9ecef;
    background-color: #fff;
    border-radius: 30px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c5c5c5;
}

    div.circulo span {
    }

.activecirculo {
    transition: 0.5s ease all;
    background-color: #bb8cbd !important;
    border: 2px solid #bb8cbd !important;
}

    .activecirculo i {
        color: #fcfcfc !important;
    }

div.circulo i {
    color: #bb8cbd;
}

div.circleblocks {
    width: 100%;
    position: absolute;
    top: -34px;
}

.progress-bar {
    background-color: #bb8cbd !important;
}

.wizard-navigation {
    position: relative;
    bottom: 0;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.5%;
}

    .wizard-navigation button.wave-style2 {
        border-radius: 50px;
        min-width: 140px;
        padding: 8px 12px;
    }



div.registration-content {
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    div.registration-content > div {
        width: 100%;
        min-height: inherit;
    }

    div.registration-content input {
        border-radius: 2rem;
    }

#addrescont,
#verifycont,
#aboutcont {
    display: none;
}


#submitForm {
    display: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #c5ccd8 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    .btn-file input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#id-cont,
#proof-cont {
    width: 100%;
    /*  height: 18em;
    padding: 2.5%;*/
}

.uploadid {
    border: 1px solid #c9ced6;
    /*height: 40vh;*/
    position: relative;
}

    .uploadid .form-group {
        height: inherit !important;
    }

div.circulo.activecirculo span {
    color: #fff
}

.appointment-booking-page .box-radio-btn {
    position: absolute;
    left: 8px;
    bottom: 32px;
}

    .appointment-booking-page .box-radio-btn label {
    }




/*********tab slider 2021-11-23 ***************/


.choose-service .block-choose-appointment .day-item {
    border-radius: 10px;
    text-align: center;
    padding: 16px 12px;
    border: 1px solid #e5e5e5;
    /*box-shadow: inset 0px 0px 20px rgb(0 0 0 / 3%);*/
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: .4s;
}

    .choose-service .block-choose-appointment .day-item:hover h4 {
        color: #bb8cbd;
    }

    .choose-service .block-choose-appointment .day-item:hover p {
        color: #bb8cbd;
    }

    .choose-service .block-choose-appointment .day-item.active-appointment {
        background: #bb8cbd;
    }

        .choose-service .block-choose-appointment .day-item.active-appointment h4 {
            color: #fff;
        }

        .choose-service .block-choose-appointment .day-item.active-appointment p {
            color: #fff;
        }

    .choose-service .block-choose-appointment .day-item.unactive-appointment {
        background: #d4d4d4;
    }

    .choose-service .block-choose-appointment .day-item h4 {
        margin-bottom: 0;
    }

    .choose-service .block-choose-appointment .day-item.unactive-appointment h4 {
        color: #a9a9a9;
    }

    .choose-service .block-choose-appointment .day-item.unactive-appointment p {
        color: #a9a9a9;
    }

    .choose-service .block-choose-appointment .day-item h4 {
        color: #808080;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 22px;
    }

    .choose-service .block-choose-appointment .day-item p {
        line-height: 1.3;
        margin-bottom: 2px;
        font-size: 15px;
    }

.choose-service .title-month {
    font-weight: 600;
}

.choose-service .box-appointments {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    margin-top: 26px;
}

    .choose-service .box-appointments .time-appointment {
        padding: 6px 8px;
        font-size: 14px;
        width: 100%;
        display: block;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        vertical-align: middle;
        margin-bottom: 12px;
        cursor: pointer;
        transition: .4s;
        text-align: center;
    }

        .choose-service .box-appointments .time-appointment:hover span {
            color: #bb8cbd;
        }

        .choose-service .box-appointments .time-appointment.active-appointment-time {
            background: #bb8cbd;
        }

            .choose-service .box-appointments .time-appointment.active-appointment-time span {
                color: #fff;
            }

        .choose-service .box-appointments .time-appointment.unactive-appointment-time {
            background: #d4d4d4;
        }

            .choose-service .box-appointments .time-appointment.unactive-appointment-time span {
                color: #a9a9a9;
            }

        .choose-service .box-appointments .time-appointment span {
            vertical-align: middle;
            display: inline-block;
            font-size: 14px;
            line-height: 18px;
        }

    .choose-service .box-appointments .col-md-4 {
        padding-right: 4px;
        padding-left: 4px;
    }

.nav-style-one.appointment-carousel .owl-prev,
.nav-style-one.appointment-carousel .owl-next {
    position: relative;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #bb8cbd;
    box-shadow: 0 0px 20px rgb(6 6 6 / 4%);
    cursor: pointer;
    transition: all 500ms ease;
}

    .nav-style-one.appointment-carousel .owl-prev:hover,
    .nav-style-one.appointment-carousel .owl-next:hover {
        background: #bb8cbd;
        color: #fff;
    }

.nav-style-one.appointment-carousel .owl-prev {
    position: absolute;
    left: -18px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

.nav-style-one.appointment-carousel .owl-next {
    position: absolute;
    right: -18px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}



.appointment-booking-page .title-step {
    color: var(--body-color);
    font-size: 28px;
    font-weight: 600;
}

.appointment-booking-page .appointment-carousel {
    margin-bottom: 40px;
}

.appointment-booking-page .vs-btn.wave-style1 {
    display: inline-block;
    background: #a1a1a1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    min-width: 140px;
    padding: 8px 12px;
}

.appointment-booking-page .footer-appointment {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #d4d4d4;
    margin-top: 30px;
}

    .appointment-booking-page .footer-appointment button.wave-style2 {
        margin-right: auto;
    }

.process .box-appointments .block-appointments .remove-box .btn-remove {
    z-index: 1;
    position: absolute;
    left: 0px;
    border: 0;
    color: #ffffff;
    bottom: 0;
    padding: 4px 6px;
    background: var(--theme-color);
    border-radius: 0 18px 0 0;
    font-size: 16px;
    text-align: center;
    width: 38px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.my-appointments-page.my-reservations-page .box-appointments .block-appointments, .my-appointments-page.my-orders-page .box-appointments .block-appointments {
    box-shadow: 0 0 12px rgb(0 0 0 / 6%);
}

.appoint-deta-info .box-btn {
    text-align: end;
    margin-bottom: 40px;
}

    .appoint-deta-info .box-btn .add-service {
        border: 0;
        background: #fff;
        color: var(--theme-color);
        font-weight: 600;
        padding: 4px 12px;
    }

        .appoint-deta-info .box-btn .add-service .box-icon {
            background: var(--theme-color);
            display: inline-flex;
            width: 28px;
            height: 28px;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 14px;
            vertical-align: middle;
            border-radius: 50%;
            margin-left: 6px;
            transition: .4s
        }

        .appoint-deta-info .box-btn .add-service:hover .box-icon {
            transform: scale(.8)
        }

.confirm-appointment .note-par {
    text-align: center;
    color: #dc3545;
}

.lang-rtl.input-number-1 {
    display: block;
    font-family: var(--theme-font2);
    position: relative;
    /*overflow: hidden;*/
    border-radius: 2rem;
}

    .lang-rtl.input-number-1 label {
        font-family: var(--theme-font1) !important;
    }

.input-number-1 input {
    padding-left: 102px;
}

.input-number-1 .code-number {
    position: absolute;
    left: 1px;
    top: 1px;
    padding: 4px 10px;
    background: #f7f7f7;
    height: 100%;
    height: 52px;
    padding-left: 15px;
    border-radius: 2rem 0 0 2rem;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.input-number-1 .img-code {
    width: 26px;
    margin-right: 8px;
}

.general-modal .modal-dialog {
    border: 0;
}

    .general-modal .modal-dialog .modal-content {
        border: 0;
        border-radius: 25px;
    }

        .general-modal .modal-dialog .modal-content .modal-header {
            border-bottom: 0;
        }

        .general-modal .modal-dialog .modal-content .box-img {
            text-align: center;
            margin-bottom: 22px;
        }

            .general-modal .modal-dialog .modal-content .box-img img {
                width: 230px;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }

        .general-modal .modal-dialog .modal-content .par-confirm {
            text-align: center;
            font-weight: 600;
            font-size: 20px;
            color: var(--body-color);
            margin-bottom: 0;
        }

        .general-modal .modal-dialog .modal-content .numbber-phone {
            display: block;
            margin-top: 6px;
            color: var(--theme-color);
            margin-bottom: 0;
        }

.general-modal .modal-header {
    padding-bottom: 0;
}

.general-modal .modal-body {
    padding: 1.5rem 1rem;
}

.general-modal .title-modal-them {
    text-align: center;
    color: var(--body-color);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 36px;
}

.general-modal .footer-btn {
    text-align: center;
}

    .general-modal .footer-btn .vs-btn {
        margin-left: 4px
    }

        .general-modal .footer-btn .vs-btn:last-of-type {
            margin-left: 0
        }

        .general-modal .footer-btn .vs-btn[class*="wave"] {
            padding: 6px 14px;
            min-width: 116px;
        }

.vs-btn.wave-style2.btn-them-2 {
    background-color: #a1a1a1;
}

.header-details-appointment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}

.appointment-booking-page .header-details-appointment .title-step {
    margin-bottom: 0;
}

.appoint-deta-info .header-details-appointment .box-btn {
    margin-bottom: 0
}

.cart-page .cart-table .box-product {
    display: flex;
}

.cart-page .vs-cart-wrapper .cart-table .box-product img {
    max-width: 100px;
    border-radius: 14px;
}

.cart-page .vs-cart-wrapper .cart-table .box-product .box-product-info {
    margin-right: 8px;
    text-align: right;
    padding-top: 8px;
}

    .cart-page .vs-cart-wrapper .cart-table .box-product .box-product-info .cart-productname {
        display: block;
        font-size: 18px;
    }

    .cart-page .vs-cart-wrapper .cart-table .box-product .box-product-info .price-product {
        color: #bb8cbd;
        font-weight: 700;
    }

.appointment-booking-page .sub-title {
    color: var(--body-color);
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

    .appointment-booking-page .sub-title .price-all {
        color: var(--theme-color);
        margin-right: 5px;
    }

.appointment-booking-page .par-appointment {
    margin-bottom: 2px;
    font-size: 18px;
}

.my-reservations-page.my-appointments-page .order-state.state-1 {
    background: var(--theme-color)
}

.nice-select:focus, .form-control:focus, .input-white .nice-select:focus, .input-white .form-control:focus, input:focus {
    border-color: #bb8cbd
}

.login-page .bottom-links span a {
    color: var(--theme-color)
}

.login-page .par-register a {
    color: var(--theme-color)
}

.contact-page .sub-title-page {
    font-weight: 600;
    font-size: 22px;
    color: var(--body-color);
}

.contact-page .social-links li {
    display: inline-block;
    margin: 0;
    margin-left: 4px;
}

    .contact-page .social-links li:last-of-type {
        margin: 0
    }

    .contact-page .social-links li a {
        width: 40px;
        height: 40px;
        color: #fff;
        display: inline-flex;
        background: var(--theme-color);
        border-radius: 50%;
        font-size: 18px;
        justify-content: center;
        align-items: center;
        line-height: 18px;
        vertical-align: middle;
        transition: .4s
    }

        .contact-page .social-links li a:hover {
            transform: translateY(-4px)
        }

.contact-page p:last-of-type:not([class*="mb-"]), .contact-page p:last-child:not([class*="mb-"]) {
    margin-bottom: 10px;
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 767px) {
    .choose-service .box-appointments .time-appointment span {
        font-size: 12px;
    }

    .choose-service .box-appointments .time-appointment {
        padding: 4px 6px;
    }

    .nav-style-one.appointment-carousel .owl-prev {
        left: -11px;
    }

    .nav-style-one.appointment-carousel .owl-next {
        right: -11px;
    }

    .wizard-navigation button.wave-style2, .appointment-booking-page .vs-btn.wave-style1 {
        min-width: 130px;
        padding: 5px 9px;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1350px) {
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1750px) {
}

@media (max-width:534px) {
    .contact-right-section:before {
        width: 240px !important;
        left: unset !important;
        right: 36px !important;
    }
}

@media (max-width: 991px) {
    .contact-page .col-md-7, .contact-page .col-md-5, .offer-details-page .col-md-6 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-page .social-links {
        margin-bottom: 20px;
    }

    .contact-right-section:before {
        left: unset;
        width: 420px;
        right: 77px;
    }
}

.help-block span {
    color: #da0d38;
    font-size: 14px;
    padding-right: 16px;
    font-family: var(--theme-font1) !important;
}

.sr-only {
    font-family: var(--theme-font1) !important;
}

.about-section:before {
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #fffdfe 100%);
    background-image: linear-gradient(to top, #fff 0%, #fffdfe 100%);
    top: 0;
}

.about-section[data-overlay]:before {
    max-height: 30%;
}


.header-top .info li.login-link a {
    padding-right: 20px;
}

.appointment-booking-page.my-appointments-page.process .product-price {
    padding-top: 4px;
}
    .appointment-booking-page.my-appointments-page.process .product-price del.text-lg {
        font-size: 14px;
    }

    .appointment-booking-page.my-appointments-page.process .product-price .sub-title i {
        margin-left: 6px;
        vertical-align: middle;
        color: var(--theme-color);
    }

.price-del {
    margin-right: 6px;
    color: #7a7a7a;
    margin-left: 6px;
    font-weight: 700;
    font-size: 18px;
}

.my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments {
    height: 100%;
}

    .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments .block-appointments {
        align-items: start;
        margin-bottom: 0 !important;
        flex-wrap: nowrap;
        height: 100%;
    }

        .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments .block-appointments .box-img {
            padding: 2px;
            width: 86px;
        }

        .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments .block-appointments .box-info-order {
            max-width: 100%;
        }

        .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments .block-appointments .sub-title .price-order {
            position: absolute;
            left: 14px;
            top: 10px;
            padding-top: 0;
        }

            .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments .block-appointments .sub-title .price-order .text-lg {
                font-size: 18px;
            }

            .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments .block-appointments .sub-title .price-order del.text-lg {
                color: #7a7a7a;
                font-size: 14px;
            }

.my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .ser-choose-block {
    margin-bottom: 20px
}

.header-wrapper.header-layout2 .header-bottom-box .btn-them2.vs-btn {
    padding: 5px 26px;
}

@media (max-width: 575px) {
    .my-appointments-page.process.appointment-booking-page .title-step {
        font-size: 22px;
    }

    .my-appointments-page.process.appointment-booking-page div.circleblocks {
        width: 100%;
        position: absolute;
        top: -25px;
    }

    .my-appointments-page.process.appointment-booking-page div.circulo {
        width: 35px;
    }

    .my-appointments-page.process.appointment-booking-page .box-appointments .block-appointments {
        padding: 25px 20px 20px;
    }

        .my-appointments-page.process.appointment-booking-page .box-appointments .block-appointments .box-info-order .title-order {
            font-size: 15px;
        }

    .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .ser-choose-block {
        margin-bottom: 15px;
    }
}

.payment-section.payment-page {
    padding: 60px 0;
}

    .payment-section.payment-page .vs-btn[class*="outline-style2"] {
        background-color: var(--theme-color);
        color: #fff;
    }

        .payment-section.payment-page .vs-btn[class*="outline-style2"]:hover {
            color: #ffffff;
            border-color: var(--theme-color);
            background-color: #ffffff;
        }

    .payment-section.payment-page .img-confirm {
        width: 200px;
        margin-bottom: 20px;
    }

    .payment-section.payment-page .title-payment {
        font-weight: 600;
        font-size: 36px;
    }

    .payment-section.payment-page .payment-cart-info {
        padding: 25px;
        background-color: #fff6fb;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: right;
        border-radius: 20px;
    }

        .payment-section.payment-page .payment-cart-info .control-label {
            margin-bottom: 0;
            font-weight: 700;
            display: inline-block;
        }

        .payment-section.payment-page .payment-cart-info .answer-label {
            display: inline-block;
            margin-right: 6px;
        }

            .payment-section.payment-page .payment-cart-info .answer-label p {
                display: inline-block;
                margin-bottom: 0;
            }

.process.appointment-booking-page .par-appointment {
    margin-bottom: 10px;
}

.process.appointment-booking-page .vs-checkout-payment h4.title {
    color: #bb8cbd;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner_slider .banner_content {
    position: relative;
}

    .banner_slider .banner_content:after {
        position: absolute;
        content: " ";
        background-image: url(../img/img-bg.png);
        top: 35px;
        right: 50%;
        font-weight: 900;
        width: 500px;
        z-index: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        height: 194px;
        opacity: .5;
        background-repeat: no-repeat;
        background-size: cover;
    }

.header-bottom-box .vs-menu-toggle.text-theme {
    margin: 8px 0;
}
.process.appointment-booking-page .registration-content .box-appointments .block-appointments .services-par span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;vertical-align:middle;
}
@media print {
    .header-wrapper, .title-page-section, .scrollToTop, .footer-wrapper {
        display: none;
    }
}

@media (max-width: 575px) {
    .banner_slider .banner_content:after {
        width: 300px;
        height: 100px;
    }

    .banner_slider .img-banner {
        width: 160px;
    }

  

    .wt-small-separator {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }
}

.nice-select .option {
    border-top: 1px solid #f5f5f5;
}

    .nice-select .option:first-of-type {
        border-top: 0;
    }

.nice-select .list {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 8px;
    box-shadow: -1px 3px 40px #50505012;
}

.nice-select .option.selected, .nice-select .option.focus {
    background-color: #fff6fb;
}

.nice-select .option:hover {
    color: #bb8cbd;
    background-color: transparent;
}
.form-group label.terms-accept {
    margin-bottom: 4px;
}
@media only screen and (max-width:575px) {
    .title-page-section {
        position: relative;
        padding: 100px 0 50px !important;
    }

    .services-section {
        padding: 40px 0 20px;
    }
    .my-appointments-page.process.appointment-booking-page .progresscont .registration-content .select-service .box-appointments .block-appointments {
        height: auto;position:relative;
    }
    .assistant-box svg { 
        left: 4px;
        position: absolute;
    }
}

@media only screen and (max-width:767px) {

    .title-page-section {
        position: relative;
        padding: 120px 0 60px;
    }
}
.services-section.services-page .service-block .box-price {
    direction: rtl;
}
    .services-section.services-page .service-block .box-price del.text-sm {
        display: inline-block;
        margin-right: 4px;
        color: #7a7a7a;
    }
    .services-section.services-page .service-block .box-price .par-price {
        display: inline-block;
        color: #bb8cbd;margin-bottom:0;
    }

/* -------------------------------------------------
  max-width: 767px
---------------------------------------------------*/
@media only screen and (max-width: 767px) {

    .banner_slider .img-banner {
        width: 150px;
    }

    .banner_slider {
        padding: 100px 0 0;
    }

        .banner_slider .banner_content:after {
            top: 0;
            width: 300px;
            height: 100px;
        }

        .banner_slider:not(.full_screen), .banner_slider:not(.full_screen) .carousel-item, .banner_section:not(.full_screen) .banner_content_wrap, .banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
            min-height: 300px;
        }

    .banner_slide_half.banner_slider:not(.full_screen), .banner_slide_half.banner_slider:not(.full_screen) .carousel-item, .banner_slide_half.banner_section:not(.full_screen) .banner_content_wrap, .banner_slide_half.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
        height: auto;
    }

    .banner_slide_half.full_screen,
    .banner_slide_half.full_screen .carousel-item {
        height: auto;
        min-height: 100%;
    }

    .banner_slide_half .banner_slide_content {
        position: relative;
        top: unset;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        padding: 120px 0;
    }

    .banner_img4 {
        min-width: 100%;
    }

    .banner_img .circle_bg1 {
        right: 50%;
    }

    .banner_img .circle_bg1 {
        height: 400px;
        width: 400px;
    }

    .banner_img {
        margin-bottom: 20px;
    }

        .banner_img img {
            margin-right: 100px;
            max-width: 243px;
        }

    .banner_img2 {
        margin-bottom: 0px;
        min-width: 100%;
    }

    .border_img::before {
        right: 20%;
        top: -15px;
        bottom: -15px;
        border: 6px solid #cdbb95;
    }

    .banner_img3 {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .banner_img3 img {
            max-width: 350px;
            width: 100%;
        }

    .banner_img4 img {
        max-width: 80%;
    }

    .banner_slider .banner_slide_bg_img {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .banner_img5 {
        padding: 50px 0;
        position: relative;
        left: 0;
        right: 0;
        top: auto;
        -moz-transform: none;
        -webkittransform: none;
        transform: none;
    }

        .banner_img5 img {
            max-width: 40%;
        }

    .banner_img4 {
        margin-bottom: 20px;
    }

    .shape3 img,
    .shape4 img {
        max-width: 150px;
    }

    .shape6 img {
        max-width: 350px;
    }

    .ol_shape7 img {
        max-width: 280px;
    }

    .shape8 {
        bottom: auto;
        top: 10%;
    }

        .shape8 img {
            max-width: 100%;
        }

    .border_img::after {
        border-left: 6px solid #cdbb95;
    }

    .about_img {
        margin-top: 30px;
    }

    .banner_content p br,
    .banner_content2 p br {
        display: none;
    }

    .banner_content2 h2 {
        font-size: 40px;
    }

    .banner_content h2 {
        font-size: 52px;
    }

    .banner_content h2 {
        margin-bottom: 15px;
    }

    .banner_content p {
        margin-bottom: 15px;
    }

    .border_shape::before {
        right: 8%;
        left: 8%;
    }

    .overlap_box {
        margin: 0;
    }

    .content_box,
    .blog_post {
        margin-bottom: 15px;
    }

    .sm-height-300 {
        height: 300px !important;
    }

    .banner_content_pad {
        padding: 0px;
    }
}

/* -------------------------------------------------
  max-width: 580px
---------------------------------------------------*/
@media only screen and (max-width: 580px) {
    .banner_content h2 {
        font-size: 44px;
    }

    .banner_content2 h2 {
        font-size: 34px;
    }

    .ol_shape11 {
        left: -40px;
    }

    .ol_shape12 {
        left: -40px;
    }
}

/* -------------------------------------------------
  max-width: 575px
---------------------------------------------------*/
@media only screen and (max-width: 575px) {
    .slide_content_wrap {
        position: relative;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        top: auto;
    }

    .banner_img img {
        max-width: 225px;
        margin-right: 80px;
    }

    .banner_img .circle_bg1 {
        height: 350px;
        width: 350px;
    }

    .shape1 img {
        max-width: 200px;
    }

    .shape2 img {
        max-width: 150px;
    }

    .shape2 {
        left: 0;
    }

    .shape3 img,
    .shape4 img {
        max-width: 100px;
    }

    .shape5 img {
        max-width: 80px;
    }

    .shape6 {
        right: -25%;
        bottom: -15%;
    }

        .shape6 img {
            max-width: 300px;
        }

    .shape7 img {
        max-width: 70px;
    }

    .ol_shape1 img,
    .ol_shape2 img {
        max-width: 60px;
    }

    .ol_shape3,
    .ol_shape4 {
        top: -20px;
    }

        .ol_shape3 img,
        .ol_shape4 img {
            max-width: 70px;
        }

    .banner_slider_img {
        margin-top: 50px;
        text-align: center;
    }

        .banner_slider_img img {
            max-width: 300px;
        }

    .banner_slide_half .banner_slide_content {
        padding: 100px 0;
    }

    .carousel-control-next,
    .carousel-control-prev {
        font-size: 16px;
        height: 50px;
        width: 50px;
    }
}

/* -------------------------------------------------
  max-width: 480px
---------------------------------------------------*/
@media only screen and (max-width: 480px) {

     
    .full_screen,
    .full_screen .carousel-item {
        min-height: 30rem;
    }

    .banner_slide_half .banner_slide_content {
        padding: 80px 0;
    }

    .banner_img2 {
        margin-top: 15px;
    }

    .border_shape::before {
        right: 5%;
        left: 5%;
        border: 8px solid #fff;
    }

    .banner_content h2 {
        font-size: 36px;
    }

    .banner_content2 h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .banner_content3 h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .banner_content p,
    .banner_content2 p,
    .banner_content3 p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        font-size: 14px;
        height: 40px;
        width: 40px;
    }
}

/* -------------------------------------------------
  max-width: 380px
---------------------------------------------------*/
@media only screen and (max-width: 380px) {
    .banner_content h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .banner_content2 h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .banner_text p {
        font-size: 14px;
    }
}
.table-Reservations {
    margin-top: 20px;
}
    .table-Reservations .table-light, .table-Reservations .table-light > td, .table-Reservations .table-light > th {
        background-color: #bb8cbd !important;
        color: #fff;
    }
.table-light, .table-light > td, .table-light > th {
    background-color: #bb8cbd !important;
}
@media only screen and (max-width: 767px) {
    .table-Reservations{
        min-width:600px;
    }
}