
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Marcellus&display=swap');
@import url('https://site-assets.fontawesome.com/releases/v6.4.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lato:wght@400;900&display=swap');
:root {
    --body-bg: #ffffff;
    --theme-color: #9a563a;
    --body-color: #555555;
    --title-color: #121f38;
    --secondary-color: #fde5d8;
    --smoke-color: #EFF1F5;
    --light-color: #f8f9fa;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e7e5e5;
    --title-font: "Marcellus", serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

.home-8,.home-7,.home-6,.home-4 {
    --main-container: 1170px
}


body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),embed,object,video {
    /* max-width: 100%; */
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: #b1b305
}

a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,p:empty {
    display: none
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.63
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0
}

@media(max-width: 767px) {
    .h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
        line-height:1.4
    }
}

.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 30px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

@media(max-width: 1199px) {
    .h1,h1 {
        font-size:40px
    }

    .h2,h2 {
        font-size: 36px
    }

    .h3,h3 {
        font-size: 30px
    }

    .h4,h4 {
        font-size: 24px
    }

    .h5,h5 {
        font-size: 20px
    }

    .h6,h6 {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .h1,h1 {
        font-size:36px
    }

    .h2,h2 {
        font-size: 30px
    }

    .h3,h3 {
        font-size: 26px
    }

    .h4,h4 {
        font-size: 22px
    }

    .h5,h5 {
        font-size: 18px
    }

    .h6,h6 {
        font-size: 16px
    }
}





.outer-wrap2,.outer-wrap1 {
    max-width: 1880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.outer-wrap3 {
    max-width: 1445px;
    background-color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--section-space);
    padding-bottom: calc(var(--section-space) - 30px)
}

@media(min-width: 1922px) {
    .hd-container1 {
        max-width:2000px
    }
}

@media(max-width: 1500px) {
    .outer-wrap3 {
        max-width:1350px
    }
}

@media(max-width: 1399px) {
    .outer-wrap3 {
        max-width:1140px
    }
}

@media(max-width: 991px) {
    .outer-wrap3 {
        padding-top:var(--section-space-mobile);
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}

@media(min-width: 1399px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
}

.gy-30 {
    --bs-gutter-y: 30px
}

.gx-2px {
    --bs-gutter-x: 2px
}

@media(min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px
    }

    .gx-10 {
        --bs-gutter-x: 10px
    }

    .gx-25 {
        --bs-gutter-x: 25px
    }

    .gx-50 {
        --bs-gutter-x: 50px
    }

    .gx-55 {
        --bs-gutter-x: 55px
    }

    .gx-60 {
        --bs-gutter-x: 60px
    }

    .gx-70 {
        --bs-gutter-x: 70px
    }

    .gx-80 {
        --bs-gutter-x: 80px
    }
}


@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }

    .arrows-style1 {
        --padding-x: 330px
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }

    .arrows-style1 {
        --padding-x: 220px
    }
}

@media(max-width: 1199px) {
    .arrows-style1 {
        --padding-x: 170px
    }
}

@media(max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }

    .arrows-style1 {
        --padding-x: 100px
    }

    .slick-dots {
        margin: 8px 0 38px 0
    }
}

@media(max-width: 767px) {
    .arrows-style1 {
        --padding-x: 10px
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: rgba(154,86,58,.1)
}

.vs-menu-wrapper .mobile-logo img {
    max-width: 220px
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 34px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--body-bg);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 175px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(154,86,58,.2);
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color)
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 500
}

.vs-mobile-menu ul li a:before {
    content: "ï„…";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(154,86,58,.5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "ï§";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "ï¨"
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0
}

@media(max-width: 767px) {
    .vs-menu-toggle {
        width:45px;
        height: 45px
    }
}

.vs-menu-toggle.style-text,.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0,0,0,0);
    color: var(--title-color);
    font-size: 20px
}

.vs-menu-toggle.style-text i,.vs-menu-toggle.style-text-white i {
    margin-right: 10px
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media(max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width:100%;
        max-width: 270px
    }

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

.xdsoft_datetimepicker {
    z-index: 1080
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 300px
}

.xdsoft_datetimepicker .xdsoft_current {
    color: var(--theme-color)
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--body-bg)
}

.preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 0
}

.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto
}

.loader {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: var(--theme-color) var(--theme-color) rgba(0,0,0,0) rgba(0,0,0,0);
    box-sizing: border-box;
    animation: rotationloader 1.5s linear infinite
}

.loader::after,.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) var(--title-color) var(--title-color);
    width: 102px;
    height: 102px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBackloader .7s linear infinite;
    transform-origin: center center
}

.loader::before {
    width: 92px;
    height: 92px;
    border-color: var(--theme-color) var(--theme-color) rgba(0,0,0,0) rgba(0,0,0,0);
    animation: rotationloader 2s linear infinite
}

@keyframes rotationloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotationBackloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.vs-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 28px;
    border: none;
    position: relative;
    z-index: 1;
    text-align: center
}

.vs-btn:after,.vs-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--title-color);
    z-index: -1;
    width: 53%;
    height: 0;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.vs-btn:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto
}

.vs-btn:hover {
    color: var(--white-color)
}

.vs-btn:hover:before,.vs-btn:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.vs-btn.style2 {
    padding: 17px 36px
}

.vs-btn.style4,.vs-btn.style3 {
    font-weight: 500;
    letter-spacing: .22em;
    margin: 7px 0;
    padding: 17px 36.5px;
    background-color: rgba(0,0,0,0)
}

.vs-btn.style4:before,.vs-btn.style4:after,.vs-btn.style3:before,.vs-btn.style3:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all ease .4s;
    background-color: rgba(0,0,0,0)
}

.vs-btn.style4:before,.vs-btn.style3:before {
    transform: scaleY(1.3) scaleX(0.81);
    border: 1px solid rgba(19,43,51,.25);
    z-index: -2
}

.vs-btn.style4:after,.vs-btn.style3:after {
    transform: scale(1);
    z-index: -1;
    background-color: var(--theme-color);
    opacity: 1;
    visibility: visible
}

.vs-btn.style4:hover,.vs-btn.style3:hover {
    color: var(--title-color)
}

.vs-btn.style4:hover::before,.vs-btn.style3:hover::before {
    border-color: var(--theme-color);
    transform: scaleY(1) scaleX(1)
}

.vs-btn.style4:hover::after,.vs-btn.style3:hover::after {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.3) scaleX(0.58)
}

.vs-btn.style4 {
    color: var(--theme-color)
}

.vs-btn.style4:before {
    border-color: var(--white-color)
}

.vs-btn.style4:after {
    background-color: var(--white-color)
}

.vs-btn.style4:hover {
    color: var(--theme-color)
}

.vs-btn.style4:hover:before {
    border-color: var(--white-color)
}

.vs-btn.style4:hover:after {
    transform: scaleY(0.8) scaleX(0.95);
    opacity: 1;
    visibility: visible
}

.vs-btn.style5:hover {
    color: var(--theme-color)
}

.vs-btn.style5:after,.vs-btn.style5:before {
    background-color: var(--white-color)
}

.vs-btn.style6 {
    background-color: var(--white-color);
    color: var(--theme-color);
    padding: 5px 20px 5px 5px
}

.vs-btn.style6 i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-right: 10px;
    font-size: 18px;
    text-align: center
}

.vs-btn.style6:hover {
    color: var(--white-color)
}

.vs-btn.style7 {
    padding: 23px 37px
}

.vs-btn.style8 {
    background-color: #313c45;
    font-weight: 500
}

.vs-btn.style8::after,.vs-btn.style8::before {
    background-color: var(--theme-color)
}

.vs-btn.style8:hover {
    color: var(--white-color)
}

.vs-btn.style10,.vs-btn.style9 {
    padding: 10px 10px 10px 25px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    background-color: var(--white-color);
    color: var(--theme-color);
    text-transform: capitalize
}

.vs-btn.style10 i,.vs-btn.style9 i {
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-left: 15px;
    font-size: 18px;
    vertical-align: middle
}

.vs-btn.style10:hover,.vs-btn.style9:hover {
    color: var(--white-color)
}

.vs-btn.style10 {
    box-shadow: 0 5px 30px 0 rgba(154,86,58,.12)
}

.vs-btn.style14,.vs-btn.style11 {
    padding: 25px 35px;
    letter-spacing: 0;
    text-transform: capitalize;
    background-color: rgba(0,0,0,0);
    border: 2px solid var(--border-color);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500
}

.vs-btn.style14 i,.vs-btn.style11 i {
    margin-right: 10px
}

.vs-btn.style14:hover,.vs-btn.style11:hover {
    border-color: rgba(0,0,0,0);
    color: var(--white-color)
}

.vs-btn.style13,.vs-btn.style12 {
    padding: 22px 37px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: capitalize;
    font-family: var(--title-font);
    font-size: 16px
}

.vs-btn.style13 {
    background-color: rgba(0,0,0,0);
    color: var(--theme-color)
}

.vs-btn.style13 i {
    margin-right: 10px
}

.vs-btn.style13:hover {
    color: var(--white-color)
}

.vs-btn.style14 {
    padding: 21px 37px
}

.vs-btn-group {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 30px 0
}

.icon-btn {
    border: none;
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    font-size: var(--icon-font-size, 14px);
    background-color: var(--white-color);
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    transition: all ease .4s
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style3,.icon-btn.style2 {
    --icon-size: 50px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 18px
}

.icon-btn.style3:hover,.icon-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style3 {
    border-radius: 50%
}

.icon-btn.style4 {
    background-color: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
    --icon-size: 50px;
    --icon-font-size: 18px
}

.icon-btn.style4:hover {
    color: var(--white-color);
    background-color: var(--title-color)
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 124px);
    height: var(--icon-size, 124px);
    line-height: var(--icon-size, 124px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s
}

.play-btn:after,.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s
}

.play-btn:after {
    animation-delay: 2s
}

.play-btn:hover:after,.play-btn:hover::before,.play-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.play-btn.style2:after,.play-btn.style2::before,.play-btn.style2 i {
    border: 2px solid var(--white-color);
    background-color: rgba(0,0,0,0)
}

.play-btn.style3 {
    --icon-size: 80px
}

.play-btn.style4:after,.play-btn.style4::before,.play-btn.style4 i {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.play-btn.style4:hover:after,.play-btn.style4:hover::before,.play-btn.style4:hover i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.watch-btn {
    display: inline-block;
    border: none;
    background-color: rgba(0,0,0,0);
    text-align: center
}

.watch-btn .play-btn {
    --icon-size: 80px;
    --icon-font-size: 24px;
    margin-bottom: 20px
}

.watch-btn .btn-text {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 30px;
    display: block;
    line-height: 1;
    color: var(--title-color);
    width: -moz-max-content;
    width: max-content
}

.watch-btn:hover .btn-text {
    color: var(--theme-color)
}

.watch-btn.style2 .btn-text {
    color: var(--white-color)
}

.watch-btn.style2:hover .btn-text {
    color: var(--white-color);
    text-decoration: underline
}

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize
}

.link-btn i {
    margin-left: 7px;
    font-size: .9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: all ease .4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.link-btn.style2 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .07em
}

.user-id-link {
    font-size: 26px;
    color: #7d858c;
    font-family: var(--title-font);
    display: inline-block;
    line-height: 1
}

.user-id-link:hover {
    color: var(--theme-color)
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

@media(max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.vs-icon {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: var(--border-gap, 5px);
    transition: all ease .4s
}

.vs-icon:before {
    content: "";
    position: absolute;
    top: calc(var(--border-gap, 5px)/-1);
    right: calc(var(--border-gap, 5px)/-1);
    bottom: calc(var(--border-gap, 5px)/-1);
    left: calc(var(--border-gap, 5px)/-1);
    border: 1px dashed var(--theme-color);
    border-radius: inherit;
    transition: all ease .4s;
    animation: spin 30s linear infinite
}

.vs-icon.style2 {
    background-color: #fde7da;
    box-shadow: 0 0 0 8px var(--white-color);
    margin: 8px
}

.vs-icon.style2:before {
    display: none
}

.vs-icon.style3 {
    background-color: #fde7da
}

.circle-btn {
    width: var(--btn-size, 100px);
    height: var(--btn-size, 100px);
    position: relative;
    font-size: 1.66em;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--theme-color);
    transition: all ease .4s
}

.circle-btn .btn-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    width: 53%;
    height: 53%;
    line-height: 1;
    text-align: center;
    border: 1px solid rgba(154,86,58,.4);
    border-radius: inherit;
    font-size: .8em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .4s;
    z-index: 1
}

.circle-btn .btn-icon:hover {
    border-color: rgba(0,0,0,0);
    background-color: var(--theme-color);
    color: var(--white-color)
}

.circle-btn .btn-text {
    width: 71%;
    height: 71%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.circle-btn svg {
    overflow: initial;
    animation: spin 27s infinite linear
}

.circle-btn path {
    fill: none
}

.circle-btn text {
    fill: currentColor
}

.circle-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.circle-btn.style2 .btn-icon {
    border-color: rgba(255,255,255,.4);
    color: var(--white-color)
}

.circle-btn.style2 .btn-icon:hover {
    background-color: var(--white-color);
    border-color: rgba(0,0,0,0);
    color: var(--theme-color)
}

.circle-btn.style3 {
    --btn-size: 80px;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.circle-btn.style3 .btn-icon {
    font-size: 16px;
    border-color: var(--white-color);
    color: var(--white-color);
    border-style: dashed
}

.circle-btn.style3 .btn-icon:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: rgba(0,0,0,0)
}

.circle-btn:hover svg {
    animation-play-state: paused
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: rgba(0,0,0,0);
    width: 40px;
    height: 26px;
    position: relative;
    overflow: hidden
}

.bar-btn .bar:after,.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .4s;
    background-color: var(--title-color)
}

.bar-btn .bar:after {
    left: -140%;
    right: auto;
    background-color: var(--theme-color)
}

.bar-btn .bar:nth-child(2):before,.bar-btn .bar:nth-child(2):after {
    top: 50%;
    margin-top: -1px
}

.bar-btn .bar:nth-child(3):after,.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0;
    width: 30px
}

.bar-btn .bar:nth-child(3):after {
    left: auto;
    right: -120%
}

.bar-btn:hover {
    color: var(--theme-color)
}

.bar-btn:hover .bar:after {
    left: 0
}

.bar-btn:hover .bar:before {
    right: -110%
}

.bar-btn:hover .bar:nth-child(3):before {
    right: 110%
}

.bar-btn:hover .bar:nth-child(3)::after {
    left: auto;
    right: 0
}

.bar-btn.style2 .bar:before {
    background-color: var(--white-color)
}

.bar-btn.style2:hover .bar:before {
    background-color: var(--theme-color)
}

@media(max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }

    .watch-btn .play-btn {
        --icon-size: 50px;
        --icon-font-size: 16px
    }

    .watch-btn .btn-text {
        font-size: 18px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }

    .user-id-link {
        font-size: 18px
    }
}

.sec-btns {
    margin-bottom: calc(var(--section-title-space));
    display: inline-flex;
    gap: 10px
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 15px);
    position: relative
}

.sec-subtitle2,.sec-subtitle {
    display: block;
    text-transform: uppercase;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-weight: 500;
    letter-spacing: .22em;
    line-height: 1;
    margin-top: -0.1em;
    margin-bottom: 18px
}

.sec-subtitle4 {
    font-family: var(--title-font);
    font-weight: 400;
    color: var(--title-color);
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(154,86,58,.22);
    margin-bottom: 20px;
    display: block;
    text-align: center
}

.sec-subtitle5 {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 400;
    display: block;
    line-height: 1;
    margin-bottom: 30px
}

.sec-subtitle5 .inner-text {
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px
}

.sec-subtitle2 {
    font-size: 18px
}

.sec-title {
    font-size: 55px;
    margin-top: -0.25em
}

.sec-title2 {
    font-size: 60px;
    margin-top: -0.22em
}

.sec-title3 {
    margin-top: -0.22em
}

.sec-title4 {
    font-size: 50px;
    margin-top: -0.13em;
    line-height: 1;
    margin-bottom: 17px
}

.sec-title4 .inner-text {
    font-size: 24px;
    display: inline-block;
    color: var(--theme-color);
    max-width: 70px;
    text-align: left
}

.sec-subtitle3 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
    margin: -0.13em 0 40px 0;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 21px
}

.sec-shape {
    margin: 33px 0 60px 0
}

.sec-subtext {
    background-color: #fde6d8;
    display: inline-block;
    padding: 6px 17px 6px 20px;
    margin-left: 5px
}

.sec-line {
    border-top: 1px solid rgba(101,117,130,.35)
}

.sec-text {
    margin: 0 0 20px 0;
    padding-bottom: 7px
}

.sec-text2 {
    font-size: 20px;
    font-family: var(--title-font)
}

.sec-shape2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -17%;
    opacity: .13
}

.sec-shape2 img {
    animation: moving-x 8s linear infinite
}

@media(max-width: 1500px) {
    .sec-title4,.sec-title2 {
        font-size:48px
    }

    .sec-title {
        font-size: 40px
    }

    .sec-subtitle2,.sec-subtitle {
        margin-bottom: 25px
    }

.sec-shape {
    margin: 18px 0 0px 0;
}

    .sec-subtitle5 {
        font-size: 20px;
        margin-bottom: 25px
    }
}

@media(max-width: 1199px) {
    .sec-title2 {
        font-size:42px
    }
}

@media(max-width: 991px) {
    .sec-title4 {
        font-size:36px;
        margin-bottom: 13px
    }

    .sec-title2,.sec-title {
        font-size: 36px
    }

    .sec-subtitle2,.sec-subtitle {
        letter-spacing: .1em
    }

    .sec-title4 .inner-text {
        font-size: 20px;
        max-width: 70px
    }
}

@media(max-width: 767px) {
    .sec-title4 {
        font-size:32px;
        margin-bottom: 10px
    }

    .sec-text {
        font-size: 14px
    }

    .sec-title2,.sec-title {
        font-size: 28px
    }

    .sec-subtitle2,.sec-subtitle {
        letter-spacing: .05em;
        font-size: 14px;
        margin-bottom: 18px
    }

    .sec-subtitle3 {
        font-size: 22px;
        margin: -0.13em 0 30px 0;
        padding-bottom: 21px
    }

    .sec-text2 {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .title-area {
        margin-bottom:40px
    }
}

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100
}

.parallax {
    position: fixed;
    top: 0;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

.image-scale-hover {
    overflow: hidden
}

.image-scale-hover img {
    transition: all ease .4s;
    transform: scale(1.008)
}

.image-scale-hover:hover img {
    transform: scale(1.2)
}

.image-box-hover .box-img {
    overflow: hidden;
    position: relative
}

.image-box-hover .box-img:before {
    content: "";
    position: absolute;
    left: 150%;
    top: -50%;
    height: 200%;
    width: 100px;
    background-color: var(--white-color);
    z-index: 1;
    opacity: .3;
    transform: rotate(-40deg);
    transition: all ease .8s
}

.image-box-hover .box-img img {
    transition: all ease .4s;
    transform: scale(1)
}

.image-box-hover:hover .box-img:before {
    animation: boxHover 1s
}

.image-box-hover:hover .box-img img {
    transform: scale(1.2)
}

@keyframes boxHover {
    to {
        left: -120%
    }
}

.mega-hover {
    position: relative;
    overflow: hidden
}

.mega-hover img {
    transition: all 2s ease;
    transform: scale(1)
}

.mega-hover:after,.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg)
}

.mega-hover:before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255,255,255,.3)
}

.mega-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255,255,255,.6)
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear
}

.mega-hover:hover img {
    transform: scale(1.05)
}

.new-label {
    font-size: 12px;
    background-color: var(--error-color);
    color: var(--white-color);
    line-height: 1;
    padding: 3px 5px 3px 5px;
    text-transform: capitalize;
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 5px;
    border-radius: 4px
}

.inner-wrap1 {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 60px 0 30px 0;
    margin: 50px 0
}

.shape-mockup-wrap {
    position: relative
}

.shape-mockup-wrap .container-fluid,.shape-mockup-wrap .container {
    z-index: 1;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: 1
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important
}

.z-index-common {
    position: relative;
    z-index: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    flex: 1
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: .35em .55em;
    border-radius: 50%
}

.social-style4 a,.social-style1 a {
    display: inline-block;
    color: var(--white-color);
    line-height: 1;
    margin-right: 12px;
    font-size: 14px
}

.social-style4 a:last-child,.social-style1 a:last-child {
    margin-right: 0
}

.social-style4 a:hover,.social-style1 a:hover {
    color: var(--title-color)
}

.social-style4 .social-title,.social-style1 .social-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white-color);
    display: inline-block;
    margin-right: 15px;
    letter-spacing: .03em
}

.social-style1 {
    background-color: #2d353c;
    padding: 10px 25px
}

.social-style1 a:hover {
    color: var(--theme-color)
}

.social-style5 a,.social-style3 a,.social-style2 a {
    display: inline-block;
    width: var(--icon-size, 55px);
    height: var(--icon-size, 55px);
    line-height: var(--icon-size, 55px);
    text-align: center;
    font-size: 18px;
    color: var(--body-color);
    border: 1px solid currentColor;
    margin-right: 8px;
    border-radius: 50%;
    transition: all ease .4s
}

.social-style5 a:last-child,.social-style3 a:last-child,.social-style2 a:last-child {
    margin-right: 0
}

.social-style5 a:hover,.social-style3 a:hover,.social-style2 a:hover {
    border-color: var(--theme-color)
}

.social-style5 a,.social-style3 a {
    --icon-size: 50px;
    font-size: 16px;
    border-color: var(--border-color)
}

.social-style5 a:hover,.social-style3 a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0,0,0,0)
}

.social-style5 a {
    --icon-size: 40px;
    font-size: 14px
}

.curb-shape1 {
    -webkit-clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
    clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
    width: 618px;
    height: 620px;
    background-color: rgba(252,222,204,.35);
    z-index: 1;
    position: relative
}

.arrow-shape {
    line-height: 1;
    color: var(--theme-color)
}

.arrow-shape .arrow {
    display: inline-block;
    width: var(--arrow-size, 14px);
    height: var(--arrow-size, 14px);
    background-color: currentColor;
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%, 50% 55%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%, 50% 55%);
    margin-right: 4px;
    opacity: 1;
    transition: all ease .4s
}

.arrow-shape .arrow:last-child {
    margin-right: 0
}

.big-letter {
    font-size: 300px;
    color: var(--title-color);
    font-family: var(--title-font);
    opacity: .06;
    line-height: 1;
    display: block
}

.body-gradient-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(252, 242, 238, 0.7) 10%, transparent 100%);
    z-index: -1
}

.svg-hidden {
    position: absolute;
    width: 0;
    height: 0
}

.divider-style1 {
    position: relative;
    max-width: var(--main-container);
    margin-left: auto;
    margin-right: auto
}

.divider-style1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--theme-color) 50%, rgba(255, 255, 255, 0) 100%)
}

.divider-style1 .divider-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    margin: 0 auto;
    display: block
}

.divider-style2 {
    border-top: 1px solid #e9e9e9;
    max-width: var(--main-container);
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 1921px) {
    .d-hd-none {
        display:none !important
    }
}

@media(min-width: 1500px) {
    .d-xxxl-block {
        display:block !important
    }
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px
}

.fs-26 {
    font-size: 26px
}

@media(max-width: 767px) {
    .fs-26 {
        font-size:22px
    }

    .fs-22 {
        font-size: 20px
    }

    .fs-20 {
        font-size: 18px
    }

    .fs-md {
        font-size: 16px
    }
}

.bg-theme {
    background-color: var(--theme-color) !important
}

.bg-vs-secondary {
    background-color: var(--secondary-color) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-vs-light {
    background-color: var(--light-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.background-image,[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-light-2 {
    background-color: #fde5d7
}

.bg-light-3 {
    background-color: rgba(253,235,224,.36)
}

.bg-light-4 {
    background-color: rgba(253,235,224,.5)
}

.bg-light-5 {
    background-color: #fcf2ee
}

.bg-auto {
    background-size: auto auto
}

.bg-gradient-1 {
    background-image: linear-gradient(to bottom, #fcf2ee 0%, rgba(0, 0, 0, 0) 100%)
}

.bg-gradient-2 {
    background-image: linear-gradient(to bottom, transparent 0%, rgba(252, 242, 238, 0.8) 20%, rgba(0, 0, 0, 0) 100%)
}

.bg-gradient-3 {
    background-image: linear-gradient(to bottom, #fcf2ee 0%, rgba(0, 0, 0, 0) 20%)
}

.text-theme {
    color: var(--theme-color) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--theme-color)
}

a.text-theme:hover,.text-reset:hover {
    text-decoration: underline
}

.text-light-white {
    color: rgba(255,255,255,.7)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[data-overlay] {
    position: relative
}

[data-overlay] [class^=col-],[data-overlay] [class*=col-] {
    z-index: 1
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay=theme]:before {
    background-color: var(--theme-color)
}

[data-overlay=title]:before {
    background-color: var(--title-color)
}

[data-overlay=white]:before {
    background-color: var(--white-color)
}

[data-overlay=black]:before {
    background-color: var(--black-color)
}

[data-opacity="1"]:before {
    opacity: 0.1
}

[data-opacity="2"]:before {
    opacity: 0.2
}

[data-opacity="3"]:before {
    opacity: 0.3
}

[data-opacity="4"]:before {
    opacity: 0.4
}

[data-opacity="5"]:before {
    opacity: 0.5
}

[data-opacity="6"]:before {
    opacity: 0.6
}

[data-opacity="7"]:before {
    opacity: 0.7
}

[data-opacity="8"]:before {
    opacity: 0.8
}

[data-opacity="9"]:before {
    opacity: 0.9
}

[data-opacity="10"]:before {
    opacity: 1
}

.ani-moving-x,.ani-moving {
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.ani-moving {
    animation-name: moving
}

.ani-moving-x {
    animation-name: moving-x
}

.jump-reverse-img,.jump-img,.jump-reverse,.jump {
    animation: jumpping var(--duration, 6s) infinite linear
}

.jump-reverse-img,.jump-img {
    --duration: 5s
}

.jump-reverse-img,.jump-reverse {
    --jump-y: -20px
}

.rotate-reverse-img,.rotate-img,.rotate-reverse,.rotate {
    animation: rotate var(--duration, 12s) infinite linear
}

.rotate-reverse-img,.rotate-img {
    --duration: 40s
}

.rotate-reverse-img,.rotate-reverse {
    --rotate-angle: -360deg
}

.fadeInUp {
    animation-name: fadeInUp
}

.scaleinright {
    animation-name: scaleinright;
    transform-origin: 0 50%
}

.wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadein {
    --animation-name: fadein-custom
}

.slideinup {
    --animation-name: slideinup
}

.slideindown {
    --animation-name: slideindown
}

.slideinleft {
    --animation-name: slideinleft
}

.slideinright {
    --animation-name: slideinright
}

.animated,.hero-layout1 .vs-btn,.hero-layout1 .hero-title,.hero-layout1 .hero-subtitle {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-name: var(--animation-name)
}

.ripple-animation,.hero-ripple:after,.hero-ripple:before,.play-btn:after,.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(var(--rotate-angle, 360deg))
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes scaleinright {
    0% {
        opacity: 0;
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes jumpping {
    0%,100% {
        transform: translate3d(0, 0, 0)
    }

    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0))
    }
}

@keyframes moving-x {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(-60px, 0)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

@keyframes moving {
    0% {
        transform: translate(0px, 0px)
    }

    20% {
        transform: translate(0px, -60px)
    }

    50% {
        transform: translate(-60px, -60px)
    }

    70% {
        transform: translate(-60px, 0px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}


.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.vs-blog ul.wp-block-archives li {
    margin: 5px 0
}

.widget {
    padding: 0;
    border: none;
    position: relative;
    margin-bottom: 50px
}

.widget select,.widget input {
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px
}

.widget_title {
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 1em;
    padding: 0 0 21px 0;
    margin: -0.2em 0 30px 0;
    font-family: var(--title-font);
    border-bottom: 1px solid var(--border-color)
}

.widget .search-form {
    display: flex
}

.widget .search-form input {
    border-radius: 0;
    border-right: none;
    background-color: var(--white-color)
}

.widget .search-form button {
    width: 65px;
    height: 55px;
    line-height: 1;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.wp-block-tag-cloud a,.tagcloud a {
    background-color: rgba(0,0,0,0);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 10px;
    z-index: 1;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    padding: 11px 22px
}

.wp-block-tag-cloud a:hover,.tagcloud a:hover {
    color: var(--white-color) !important;
    background-color: var(--theme-color);
    border-color: rgba(0,0,0,0)
}

.tagcloud {
    margin-right: -5px;
    margin-bottom: -10px
}

.recent-post {
    display: flex;
    margin-bottom: 25px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 20px;
    width: 100px;
    overflow: hidden
}

.recent-post .media-img img {
    width: 100%;
    transition: all ease .4s;
    transform: scale(1.001)
}

.recent-post .media-body {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}

.recent-post .post-title {
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    margin: -0.25em 0 3px 0
}

.recent-post:hover .media-img img {
    transform: scale(1.15)
}

.recent-post-meta a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color)
}

.recent-post-meta a i {
    margin-right: 8px;
    vertical-align: center;
    color: var(--theme-color);
    font-size: .9em
}

.recent-post-meta a:hover {
    color: var(--title-color)
}

.vs-widget-admin .admin-img {
    margin-bottom: 30px
}

.vs-widget-admin .admin-img img {
    width: 100%
}

.vs-widget-admin .widget_title {
    margin-bottom: 10px;
    padding: 0;
    border: none
}

.vs-widget-admin .admin-text {
    color: #888
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.sidebar-gallery.column-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 407px
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative
}

.sidebar-gallery .gallery-thumb img {
    transition: all ease .4s;
    width: 100%;
    transform: scale(1)
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.12)
}

.sidebar-area {
    width: 100%;
    margin-bottom: -20px
}

@media(min-width: 991px) {
    .sidebar-style2 {
        max-width:325px
    }
}

.sidebar-style2 .widget_search {
    background-color: #fdf4ed;
    border: 1px solid rgba(196,198,200,.3);
    padding: 30px
}

.sidebar-style2 .widget_search .widget_title {
    border: none;
    padding: 0;
    margin: 0 0 20px 0
}

.sidebar-style2 .widget_search input {
    border: none;
    box-shadow: 0px 0px 3.72px .28px rgba(141,141,142,.14)
}

.sidebar-style2 .recent-post .media-body {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center
}

.sidebar-style2 .recent-post .post-title {
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: .03em
}

.sidebar-style2 .recent-post .recent-post-meta {
    margin-bottom: 13px;
    line-height: 1
}

.range-slider-area .price-amount {
    display: block;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    margin: -0.4em 0 0 0
}

.range-slider-area .price-amount .title {
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px
}

.range-slider-area .ui-slider {
    height: 2px;
    position: relative;
    width: 100%;
    background-color: var(--smoke-color);
    border: none;
    margin-top: 20px;
    margin-bottom: 29px;
    cursor: pointer;
    border-radius: 3px
}

.range-slider-area .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--title-color)
}

.range-slider-area .ui-slider-handle {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--title-color);
    transform: translateX(0px);
    border-radius: 50%
}

.range-slider-area .ui-slider-handle:focus {
    outline: none;
    box-shadow: none
}

.range-slider-area .ui-slider-handle:last-child {
    transform: translateX(-10px)
}

.range-slider-area .filter-btn {
    background-color: var(--smoke-color);
    color: var(--body-color);
    border: 1px solid var(--border-color);
    padding: 6px 30px
}

.range-slider-area .filter-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0,0,0,0)
}

.range-slider-area .reset-btn {
    float: right;
    border: none;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 700;
    background-color: rgba(0,0,0,0);
    position: relative;
    top: 8px
}

.range-slider-area .reset-btn i {
    margin-right: 7px
}

.range-slider-area .reset-btn:hover {
    color: var(--theme-color)
}

.category-filter ul {
    margin: 0;
    padding: 2px 0 0 0;
    list-style: none
}

.category-filter li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px
}

.category-filter input[type=checkbox]~label {
    margin: 0;
    line-height: 1;
    color: var(--body-color);
    text-transform: capitalize
}

.category-filter input[type=checkbox]~label:before {
    top: -2px
}

.category-filter input[type=checkbox]~label:hover {
    color: var(--theme-color)
}

.category-filter .total {
    color: var(--title-color);
    top: 1px;
    position: relative
}

.latest-product {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.latest-product:last-child {
    margin-bottom: 0
}

.latest-product .media-img {
    width: 92px;
    background-color: #f1f1f1;
    border: 1px solid rgba(196,198,200,.3);
    margin-right: 20px;
    overflow: hidden
}

.latest-product .media-img img {
    transition: all ease .4s;
    transform: scale(1.001)
}

.latest-product .product-title {
    font-size: 18px;
    font-family: var(--body-font);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 9px;
    margin-bottom: 8px
}

.latest-product .product-price {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 500;
    margin: 0 0 -0.2em 0
}

.latest-product:hover .media-img img {
    transform: scale(1.15)
}

.info-media1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.info-media1 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 14px;
    margin-right: 15px;
    border-radius: 50%
}

.info-media1 .media-label {
    font-size: 18px;
    font-family: var(--title-font)
}

.follow-box {
    background-color: var(--white-color);
    text-align: center;
    padding: 49px 20px
}

.follow-social {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.follow-social li {
    display: inline-block;
    margin-right: 15px
}

.follow-social li:last-child {
    margin-right: 0
}

.follow-social a {
    color: #c4c2be
}

.follow-social a:hover {
    color: var(--theme-color)
}

@media(max-width: 1199px) {
    .widget_title {
        font-size:22px
    }
}

@media(max-width: 991px) {
    .sidebar-area {
        margin-top:40px
    }
}



.vs-header {
    position: relative;
    z-index: 41
}

.header-logo {
    max-width: 270px;
    padding: 10px 0
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease .8s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07)
}


.will-sticky .sticky-active.active {
    top: 0
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    text-transform: uppercase
}

@media(max-width: 1500px) {
    .main-menu a {
        font-size:16px
    }
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 18px
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "ï¸";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: .8rem
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover .menu-pages,.main-menu ul li:hover>ul.sub-menu,.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.main-menu ul.sub-menu,.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--body-bg);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,.09),0px 3px 0px 0px rgba(231,13,60,.004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s,visibility .4s ease-in-out 0s,opacity .4s ease-in-out 0s,z-index 0s
}

.main-menu ul.sub-menu a,.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 30px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "ï„…";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
    content: "ï„‘";
    position: absolute;
    top: 2.8em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--body-bg);
    box-shadow: inset 0px 2px 4px 0px rgba(154,86,58,.4)
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.main-menu .menu-pages {
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: var(--main-container, 1295px);
    background-color: var(--white-color);
    padding: 20px 10px 0 10px;
    margin-top: 70px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: margin-top .4s ease-in-out 0s,visibility .4s ease-in-out 0s,opacity .4s ease-in-out 0s,z-index 0s;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,.09),0px 3px 0px 0px rgba(231,13,60,.004)
}

.main-menu .menu-pages>li {
    width: 100%;
    padding: 0 10px 20px 10px
}

.main-menu .menu-pages img {
    width: 100%
}

.main-menu .menu-pages a {
    text-align: center;
    display: block;
    border: 1px solid rgba(0,0,0,.05);
    padding: 0 0 10px 0;
    transition: all ease .4s;
    background-color: var(--title-color);
    color: var(--white-color)
}

.main-menu .menu-pages a img {
    display: block;
    margin: 0 0 8px 0
}

.main-menu .menu-pages a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.menu-style1>ul>li>a {
    padding: 37px 0
}

.header-text {
    font-size: 12px;
    font-weight: 500;
    color: #e5e4e4;
    margin: 0;
    padding: 12px 0
}

.header-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-end
}

.header-icons button:not([class*=vs-]),.header-icons a:not([class*=vs-]) {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 24px;
    color: var(--title-color);
    background-color: rgba(0,0,0,0)
}

.header-icons button:not([class*=vs-]):hover,.header-icons a:not([class*=vs-]):hover {
    color: var(--theme-color)
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 0 30px 0 0;
    margin: 0 26px 0 0;
    border-right: 1px solid rgba(255,255,255,.15);
    line-height: 23px;
    line-height: 1
}

.header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.header-links i {
    color: var(--theme-color);
    margin: 0 10px 0 0
}

.header-links a {
    color: inherit
}

.header-links a:hover {
    color: var(--theme-color)
}

.header-links.style-white li {
    color: var(--white-color);
    border-color: rgba(255,255,255,.4)
}

.header-links.style-white li a:hover {
    color: var(--white-color);
    text-decoration: underline
}

.header-links.style-white li i {
    color: var(--white-color)
}

.header-links.style2 li {
    border-right-color: var(--title-color)
}

.header-call {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 1;
    position: relative
}

.header-call::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: var(--theme-color);
    opacity: .3
}

.header-call .icon-btn {
    margin-right: 15px
}

.header-call .media-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 10px;
    font-family: var(--title-font)
}

.header-call .media-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color)
}

.header-call .media-number:hover {
    color: var(--theme-color)
}

.header-layout6 .header-top,.header-layout3 .header-top,.header-layout2 .header-top,.header-layout1 .header-top {
    background-color: #313c45
}

@media(min-width: 1500px) {
    .header-layout6,.header-layout5,.header-layout2,.header-layout1 {
        --main-container: 1700px
    }
}

.header-layout2 .menu-area {
    position: relative
}

@media(min-width: 1399px) {
    .header-layout2 .menu-area .menu-inner {
        position:absolute;
        left: 0;
        right: 0;
        top: 0
    }
}

.header-layout2 .will-sticky .menu-inner {
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07)
}

.header-layout4 .header-top {
    background-color: var(--theme-color);
    padding: 10px 0
}

@media(min-width: 1199px) {
    .header-layout5 {
        position:absolute;
        left: 0;
        top: 0;
        right: 0
    }
}

.header-layout6 .header-top {
    padding: 10px 0
}

.header-layout8,.header-layout7 {
    --main-container: 1660px
}

.header-layout9 .header-top {
    border-bottom: 1px solid rgba(154,86,58,.2);
    padding: 10px 0
}

@media(min-width: 1500px) {
    .header-layout9 {
        --main-container: 1400px
    }
}

@media(max-width: 1800px) {
    .header-layout8 .main-menu>ul>li {
        margin:0 8px
    }

    .header-layout8 .main-menu>ul>li>a {
        font-size: 14px
    }
}

@media(max-width: 1500px) {
    .header-layout9 .header-call {
        display:none
    }
}

@media(max-width: 1399px) {
    .main-menu>ul>li {
        margin:0 14px
    }

    .main-menu>ul>li>a {
        font-size: 14px
    }

    .main-menu .menu-pages a {
        line-height: 1;
        padding: 0 0 7px 0;
        font-size: 13px
    }
}

@media(max-width: 1199px) {
    .header-logo {
        max-width:200px
    }
}

@media(max-width: 991px) {
    .header-logo {
        max-width:157px
    }
}

@media(max-width: 767px) {
    .header-icons {
        gap:10px
    }

    .header-icons button:not([class*=vs-]),.header-icons a:not([class*=vs-]) {
        font-size: 18px
    }
}

@media(max-width: 575px) {
    .header-links li {
        font-size:12px;
        padding: 0;
        margin: 0 16px 0 0;
        border-right: none;
        line-height: 1
    }
}

.widget-area {
    padding-top: 80px;
    padding-bottom: 20px
}
.footer-logo.logo img {
    width: 33%;
}
.footer-logo {
    margin-bottom: 28px;
    text-align: left;
}
.copyright-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.copyright-text a {
    color: var(--theme-color);
    text-transform: uppercase
}

.copyright-text a:hover {
    color: var(--title-color)
}

.footer-btns {
    vertical-align: middle
}

.footer-btns a {
    --icon-size: 55px;
    --icon-font-size: 20px;
    margin-right: 5px;
    display: inline-block
}

.footer-btns a:last-child {
    margin-right: 0
}

.copyright-menu ul {
    margin: 32px 0 36px 0;
    padding: 0;
    list-style: none
}

.copyright-menu li {
    display: inline-block;
    margin: 0 29px
}

.copyright-menu a {
    display: block;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .13em
}

.copyright-menu a:hover {
    color: var(--theme-color)
}

.footer-layout1,.footer-layout4 {
    background-color: #232b31;
    --body-color: #bebebe;
    --title-color: #ffffff
}

.footer-layout1 .vs-logo {
    text-align: center
}

.footer-layout1 .footer-top {
    background-color: #1f262b;
    border-bottom: 1px solid rgba(154,86,58,.58)
}

.footer-layout1 .footer-top .row {
    --bs-gutter-x: 0
}

.footer-layout1 .footer-top [class*=col-] {
    padding: 40px 0 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer-layout1 .footer-top [class*=col-]:not(:last-child) {
    border-color: rgba(154,86,58,.58);
    border-style: solid;
    border-width: 0 1px 0 0
}

.footer-layout1 .copyright-wrap {
    padding: 26px 0;
    background-color: #1d2429
}

.footer-layout2 {
    background-color: #1d2429;
    text-align: center
}

.footer-layout2 .footer-logo {
    margin: 0 0 47px 0
}

.footer-layout2 .footer-top {
    border-bottom: 1px solid #262d33;
    margin: 0 0 90px 0;
    padding: 80px 0
}

.footer-layout2 .copyright-text {
    border-top: 1px solid #273036;
    margin: 0 auto;
    padding: 27.5px 0;
    max-width: 500px;
    color: #717070;
    font-weight: 500
}

.footer-layout2 .copyright-text a {
    color: inherit;
    text-transform: capitalize
}

.footer-layout2 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout3 {
    --body-color: #a3a2a2;
    --title-color: #fff;
    --main-container: 1680px;
    background-color: #1d2429
}

.footer-layout3 .widget_title {
    margin-bottom: 36px;
    font-size: 22px;
    margin-top: -0.15em
}

.footer-layout3 .widget-area {
    padding-top: 80px;
    padding-bottom: 35px
}

.footer-layout3 .copyright-wrap {
    background-color: #1d2429;
    padding: 32px 0
}

.footer-layout3 .copyright-text {
    color: #bebebe
}

.footer-layout4 .recent-post .media-img {
    border-radius: 0
}

.footer-layout4 .widget-area {
    padding: 100px 0 50px 0
}

.footer-layout4 .copyright-wrap {
    background-color: #1d2429;
    padding: 20px 0
}

.footer-layout5 .copyright-wrap {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.2)
}

.footer-layout5 .sidebar-gallery.column-4 {
    max-width: 100%
}

.footer-layout5 .copyright-text {
    font-size: 16px;
    color: var(--white-color)
}

.footer-layout5 .copyright-text a {
    color: inherit
}

.footer-layout5 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout6 {
    background-color: #f4f0ed
}

.footer-layout6 .copyright-wrap {
    padding: 24px 0;
    text-align: center;
    background-color: var(--theme-color)
}

.footer-layout6 .copyright-text {
    color: var(--white-color)
}

.footer-layout6 .copyright-text a {
    color: var(--white-color)
}

.footer-layout6 .copyright-text a:hover {
    color: var(--title-color)
}

.footer-layout8 .widget_nav_menu a,.footer-layout7 .widget_nav_menu a {
    text-transform: capitalize;
    border: none;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    width: -moz-max-content;
    width: max-content
}

.footer-layout8 .widget_nav_menu a:before,.footer-layout7 .widget_nav_menu a:before {
    top: 0
}

.footer-layout8 .widget_title,.footer-layout7 .widget_title {
    border: none;
    text-transform: capitalize;
    margin-top: -0.1em
}

.footer-layout8 .widget_title:after,.footer-layout8 .widget_title:before,.footer-layout7 .widget_title:after,.footer-layout7 .widget_title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: -1px;
    left: 0;
    background-color: var(--theme-color)
}

.footer-layout8 .widget_title:after,.footer-layout7 .widget_title:after {
    width: 10px;
    background-color: var(--title-color);
    left: 55px
}

.footer-layout8 .copyright-wrap,.footer-layout7 .copyright-wrap {
    padding: 25px 0;
    text-align: center;
    background-color: var(--title-color)
}

.footer-layout8 .copyright-text,.footer-layout7 .copyright-text {
    color: var(--white-color)
}

.footer-layout8 .copyright-text a,.footer-layout7 .copyright-text a {
    color: inherit
}

.footer-layout8 .copyright-text a:hover,.footer-layout7 .copyright-text a:hover {
    color: var(--theme-color)
}

.footer-layout8 .footer-top,.footer-layout7 .footer-top {
    border-bottom: 1px solid var(--border-color);
    padding: 60px 0
}

.footer-layout7 {
    background-color: #f4f0ed
}

.footer-layout8 {
    padding-top: 1px;
    margin-top: 140px;
    background-color: var(--title-color)
}

.footer-layout8 .footer-top {
    background-color: var(--theme-color);
    text-align: center;
    padding: 50px 10px 50px 10px;
    margin-top: -140px;
    border: none
}

.footer-layout8 .form-style3 {
    margin: 0 auto
}

.footer-layout8 .form-style3 .vs-btn {
    background-color: var(--title-color)
}

.footer-layout8 .form-style3 .vs-btn:after,.footer-layout8 .form-style3 .vs-btn::before {
    background-color: var(--secondary-color)
}

.footer-layout8 .form-style3 .vs-btn:hover {
    color: var(--title-color)
}

.footer-layout8 .widget-area {
    --title-color: #fff;
    --body-color: #fff
}

.footer-layout8 .widget_categories a,.footer-layout8 .widget_nav_menu a {
    color: var(--body-color)
}

.footer-layout8 .widget_categories a:hover,.footer-layout8 .widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout8 .copyright-wrap {
    border-top: 1px solid rgba(255,255,255,.3)
}

@media(max-width: 991px) {
    .footer-layout2 .footer-top {
        margin:0 0 60px 0;
        padding: 60px 0
    }

    .footer-layout2 .footer-logo {
        margin: 0 0 30px 0
    }

    .footer-layout4 .widget-area {
        padding: 60px 0 10px 0
    }

    .copyright-menu li {
        margin: 0 20px
    }
}

@media(max-width: 767px) {
    .footer-layout1 .footer-top [class*=col-]:not(:last-child) {
        border-width:0 0 1px 0
    }

    .copyright-menu li {
        margin: 0 7px
    }
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 14px 0 -0.55em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "ï„";
    font-family: var(--icon-font);
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 10px;
    margin-right: 5px
}

.breadcumb-menu li:last-child {
    color: var(--title-color)
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,.breadcumb-menu a {
    word-break: break-word;
    white-space: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--body-color);
    font-family: var(--body-font);
    letter-spacing: .08em;
    text-transform: uppercase
}

.breadcumb-menu a:hover {
    color: var(--theme-color)
}

.breadcumb-title {
    color: var(--title-color);
    margin: -0.22em 0 -0.22em 0;
    font-size: 60px;
    text-transform: uppercase
}

.breadcumb-title .inner-text {
    color: var(--theme-color)
}

.breadcumb-content {
    padding: 200px 0 200px 0
}

.breadcumb-wrapper {
    padding-bottom: .1px;
    overflow: hidden;
    position: relative;
    background-color: var(--smoke-color);
    background-size: 100% auto;
    background-position: top center
}

@media(min-width: 1922px) {
    .breadcumb-wrapper {
        background-size:cover;
        background-position: center center
    }
}

@media(max-width: 1850px) {
    .breadcumb-wrapper {
        background-size:cover;
        background-position: center center
    }
}

@media(max-width: 1399px) {
    .breadcumb-content {
        padding:130px 0 130px 0
    }
}

@media(max-width: 1199px) {
    .breadcumb-title {
        font-size:46px
    }
}

@media(max-width: 991px) {
    .breadcumb-title {
        font-size:36px
    }
}

@media(max-width: 767px) {
    .breadcumb-menu li,.breadcumb-menu a {
        font-size:12px;
        letter-spacing: 0
    }

    .breadcumb-content {
        padding: 80px 0 80px 0
    }

    .breadcumb-wrapper {
        background-position: left center
    }
}

.post-pagination {
    margin: 50px 0
}

.post-pagi-box a {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px
}

.post-pagi-box a i {
    font-size: 18px;
    width: 65px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: var(--body-color);
    color: var(--white-color);
    transition: all ease .4s
}

.post-pagi-box a:hover i {
    background-color: var(--theme-color)
}

.post-pagi-box.next a {
    flex-direction: row-reverse
}

.vs-pagination {
    margin-bottom: 30px
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.vs-pagination span,.vs-pagination a {
    position: relative;
    display: inline-block;
    text-align: center;
    border: none;
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 700;
    min-width: 50px;
    min-height: 50px;
    line-height: 48px;
    padding: 0 15px;
    z-index: 1;
    letter-spacing: .1em;
    border: 1px solid var(--border-color);
    text-transform: uppercase
}

.vs-pagination span i,.vs-pagination a i {
    margin-left: 7px
}

.vs-pagination span.active,.vs-pagination span:hover,.vs-pagination a.active,.vs-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: rgba(0,0,0,0)
}

.vs-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.vs-pagination li:last-child {
    margin-right: 0
}

.vs-pagination li:first-child {
    margin-left: 0
}

@media(max-width: 1199px) {
    .post-pagination {
        margin:40px 0
    }

    .post-pagi-box a {
        font-size: 18px;
        gap: 15px
    }

    .post-pagi-box a i {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media(max-width: 767px) {
    .vs-pagination span,.vs-pagination a {
        min-width:35px;
        min-height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 10px;
        letter-spacing: 0
    }

    .vs-pagination li {
        margin: 0 2px
    }

    .vs-pagination li:first-child a,.vs-pagination li:last-child a {
        padding: 0 8px
    }

    .post-pagi-box a {
        font-size: 16px;
        gap: 10px
    }

    .post-pagi-box a i {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--title-color);
    background-color: var(--smoke-color);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    line-height: 1.5;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
    font-style: italic
}

blockquote:before {
    content: "ï„Ž";
    font-family: var(--icon-font);
    position: absolute;
    right: 70px;
    bottom: 27px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--theme-color)
}

blockquote p {
    margin-bottom: 0
}

blockquote p a {
    color: inherit
}

blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 400;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color)
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--theme-color)
}

blockquote.vs-quote {
    border: none;
    border-top: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    background-color: rgba(0,0,0,0);
    padding: 27px 40px 27px 40px;
    margin: 32px 0;
    text-align: center
}

blockquote.vs-quote:before {
    display: none
}

blockquote.vs-quote p {
    color: var(--body-color);
    font-size: 20px
}

blockquote.vs-quote cite {
    padding: 0;
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px
}

blockquote.vs-quote cite:before {
    display: none
}

.blog-meta span,.blog-meta a {
    color: #888;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    position: relative
}

.blog-meta span:not(:last-child),.blog-meta a:not(:last-child) {
    padding-right: 16px;
    margin-right: 10px
}

.blog-meta span:not(:last-child):after,.blog-meta a:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    height: 10px;
    width: 1px;
    background-color: #c5c5c5
}

.blog-meta span i,.blog-meta a i {
    margin-right: 10px;
    color: var(--title-color)
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-category {
    margin-bottom: -10px
}

.blog-category a {
    font-weight: 700;
    padding: 9px 22px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: var(--theme-color);
    background-color: var(--secondary-color)
}

.blog-category a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.vs-blog {
    margin-bottom: 30px
}

.share-links-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--body-color);
    font-family: var(--body-font);
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase
}

.share-links {
    margin: 45px 0 50px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 21px
}

.share-links .row {
    align-items: center;
    --bs-gutter-y: 15px
}

.share-links .tagcloud {
    display: inline-block
}

.share-links .tagcloud a {
    padding: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #888
}

.share-links .tagcloud a:not(:last-child):after {
    content: ",";
    color: #888
}

.share-links .tagcloud a:hover {
    color: var(--theme-color) !important;
    background-color: rgba(0,0,0,0)
}

.share-links .social-links {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.share-links .social-links li {
    display: inline-block;
    margin-right: 20px
}

.share-links .social-links li:last-child {
    margin-right: 0
}

.share-links .social-links a {
    font-size: 16px;
    color: var(--black-color);
    display: block;
    border-radius: 50%
}

.share-links .social-links a:hover {
    color: var(--theme-color)
}

.blog-author {
    display: flex;
    align-items: center;
    background-color: var(--secondary-color);
    padding: 30px;
    margin: 50px 0
}

.blog-author .media-img {
    width: 154px;
    height: 154px;
    margin-right: 35px;
    overflow: hidden;
    border-radius: 50%
}

.blog-author .media-img img {
    width: 100%
}

.blog-author .author-name {
    font-size: 26px;
    margin-bottom: 13px
}

.blog-author .author-links a {
    display: inline-block;
    color: var(--title-color);
    font-size: 18px;
    margin-right: 15px
}

.blog-author .author-links a:last-child {
    margin-right: 0
}

.blog-author .author-links a:hover {
    color: var(--theme-color)
}

.blog-inner-title {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: -0.2em;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 17px 0;
    margin-bottom: 50px
}

.blog-single {
    position: relative;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(18,31,56,.17);
    padding-bottom: 35px
}

.blog-single:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 70px;
    background-color: var(--theme-color)
}

.blog-single .blog-category {
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.blog-single .blog-meta {
    margin-bottom: 20px
}

.blog-single .blog-title {
    margin-bottom: 7px;
    font-size: 40px;
    text-transform: uppercase
}

.blog-single .blog-text {
    margin-bottom: 32px
}

.blog-single .blog-audio,.blog-single .blog-img {
    position: relative;
    background-color: var(--smoke-color)
}

.blog-single .blog-audio {
    line-height: 1;
    margin-bottom: 20px
}

.blog-single .blog-img {
    margin-bottom: -10px
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 40px;
    --icon-size: 50px;
    --icon-font-size: 18px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    opacity: 1;
    visibility: visible
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size)/-2) 0 0 calc(var(--icon-size)/-2)
}

.blog-single .blog-content {
    overflow: hidden
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.blog-details .blog-single {
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px
}

.blog-details .blog-single:after {
    display: none
}

.blog-style1 {
    margin: 0 0 21px 0
}

.blog-style1 .blog-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 22px
}

.blog-style1 .blog-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    bottom: auto;
    width: 100%;
    height: 50px;
    background-color: rgba(255,255,255,.1);
    transition: all ease .6s;
    z-index: 1
}

.blog-style1 .blog-img img {
    transform: scale(1.001);
    transition: all ease .4s
}

.blog-style1 .blog-title {
    line-height: 1.46
}

.blog-style1 .blog-meta {
    border-top: 1px solid rgba(161,161,161,.5);
    margin: 15px 0 0 0;
    padding: 16px 0 0 0
}

.blog-style1 .blog-meta a,.blog-style1 .blog-meta span {
    color: #6f6c6c;
    margin: 0;
    padding: 0;
    letter-spacing: .03em
}

.blog-style1 .blog-meta a:not(:first-child):before,.blog-style1 .blog-meta span:not(:first-child):before {
    content: "/";
    margin: 0 9px 0 6px;
    color: #6f6c6c
}

.blog-style1 .blog-meta a:after,.blog-style1 .blog-meta span:after {
    display: none
}

.blog-style1 .blog-meta a:hover,.blog-style1 .blog-meta span:hover {
    color: var(--theme-color)
}

.blog-style1:hover .blog-img:before {
    top: 100%
}

.blog-style1:hover .blog-img img {
    transform: scale(1.15)
}

.blog-style2 {
    display: flex;
    border-bottom: 1px solid rgba(18,31,56,.17);
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    position: relative
}

.blog-style2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 40px;
    height: 1px;
    background-color: var(--theme-color);
    transition: all ease .4s
}

.blog-style2 .blog-img {
    overflow: hidden;
    margin-right: 30px
}

.blog-style2 .blog-img img {
    transform: scale(1.001) rotate(0);
    transition: all ease .4s
}

.blog-style2 .blog-content {
    flex: 1;
    align-self: center
}

.blog-style2 .blog-category {
    margin-top: -0.1em;
    margin-bottom: 2px;
    line-height: 1
}

.blog-style2 .blog-category a {
    background-color: rgba(0,0,0,0);
    padding: 0;
    line-height: 1
}

.blog-style2 .blog-title {
    text-transform: uppercase;
    margin-bottom: 8px
}

.blog-style2 .blog-meta {
    margin-bottom: 21px
}

.blog-style2 .blog-meta i {
    color: #888
}

.blog-style2 .blog-meta a {
    font-size: 12px;
    color: #888
}

.blog-style2 .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-style2 .blog-text {
    margin-bottom: 32px
}

.blog-style2:hover:after {
    width: 10%
}

.blog-style2:hover .blog-img img {
    transform: scale(1.1) rotate(3deg)
}

.blog-style3 {
    position: relative;
    margin-bottom: 30px
}

.blog-style3 .blog-img {
    overflow: hidden
}

.blog-style3 .blog-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, var(--title-color) 0%, transparent 100%);
    z-index: 1
}

.blog-style3 .blog-img img {
    transform: scale(1.001);
    transition: all ease .4s
}

.blog-style3 .blog-number {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    display: inline-block;
    font-size: 22px;
    z-index: 3;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom-left-radius: 20px
}

.blog-style3 .blog-title {
    font-size: 26px
}

.blog-style3 .blog-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 17px 30px;
    z-index: 3
}

.blog-style3 .blog-meta {
    margin-bottom: 12px
}

.blog-style3 .blog-meta span,.blog-style3 .blog-meta a {
    padding: 0;
    margin: 0 15px 0 0;
    color: var(--white-color);
    font-size: 12px
}

.blog-style3 .blog-meta span:after,.blog-style3 .blog-meta a:after {
    display: none;
    margin-right: 0
}

.blog-style3 .blog-meta a:hover {
    text-decoration: underline
}

.blog-style3 .blog-meta i {
    color: var(--white-color);
    font-size: .9em
}

.blog-style3 .blog-title {
    color: var(--white-color)
}

.blog-style3:hover .blog-img img {
    transform: scale(1.15)
}

.blog-style4 {
    margin-bottom: 30px
}

.blog-style4 .blog-img {
    overflow: hidden
}

.blog-style4 .blog-img img {
    transform: scale(1.001);
    transition: all ease .4s
}

.blog-style4 .blog-meta {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 11px;
    margin-bottom: 15px
}

.blog-style4 .blog-meta i {
    color: var(--theme-color);
    font-size: 13px
}

.blog-style4 .blog-meta a {
    text-transform: capitalize
}

.blog-style4 .blog-title {
    line-height: 1.4;
    margin-bottom: 14px
}

.blog-style4 .blog-content {
    padding: 27px 35px 25px 35px;
    margin: 0 20px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    background-color: var(--white-color);
    transition: all ease .4s
}

.blog-style4 .blog-content:after,.blog-style4 .blog-content:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    width: 0;
    height: 0;
    z-index: -1;
    transition: all ease .4s
}

.blog-style4 .blog-content:before {
    border-width: 2px 2px 0 0;
    right: 0;
    top: 0
}

.blog-style4 .blog-content:after {
    border-width: 0 0 2px 2px;
    left: 0;
    bottom: 0
}

.blog-style4 .blog-text {
    color: #979797;
    margin-bottom: 10px
}

.blog-style4 .blog-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 47px;
    margin: 0 0 -25px -25px;
    font-size: 17px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid rgba(0,0,0,0);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-style4 .blog-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.blog-style4:hover .blog-img img {
    transform: scale(1.15)
}

.blog-style4:hover .blog-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.blog-style4:hover .blog-content:after,.blog-style4:hover .blog-content:before {
    width: 100%;
    height: 100%;
    border-color: var(--theme-color)
}

.blog-style5 .blog-meta {
    margin-bottom: 8px;
    margin-top: -0.5em
}

.blog-style5 .blog-meta>span,.blog-style5 .blog-meta>a {
    font-weight: 300;
    position: relative;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.blog-style5 .blog-meta>span:after,.blog-style5 .blog-meta>a:after {
    position: relative;
    top: 0;
    margin: -2px 10px 0 12px;
    width: 10px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--theme-color)
}

.blog-style5 .blog-meta>span:hover,.blog-style5 .blog-meta>a:hover {
    color: var(--theme-color)
}

.blog-style5 .blog-meta>span:last-child:after,.blog-style5 .blog-meta>a:last-child:after {
    display: none
}

.blog-style5 .blog-meta>a:hover {
    color: var(--theme-color)
}

.blog-style5 .category a {
    color: var(--theme-color)
}

.blog-style5 .category a:hover {
    color: var(--title-color)
}

.blog-style5 .blog-content {
    border: 1px solid #ececec;
    border-top: none;
    padding: 40px 40px 15px 40px;
    transition: all ease .4s
}

.blog-style5 .blog-title {
    font-size: 24px;
    line-height: 1.3
}

.blog-style5:hover .blog-content {
    border-color: var(--theme-color)
}

@media(max-width: 1399px) {
    .blog-style2 .blog-img {
        max-width:300px
    }

    .blog-style2 .blog-title {
        font-size: 26px
    }

    .blog-style2 .blog-meta {
        margin-bottom: 11px
    }

    .blog-style2 .blog-text {
        margin-bottom: 21px
    }
}

@media(max-width: 1199px) {
    blockquote.vs-quote {
        padding:27px 25px 27px 25px;
        margin: 27px 0
    }

    .blog-inner-title {
        font-size: 24px;
        padding: 0 0 17px 0;
        margin-bottom: 40px
    }

    .blog-author {
        padding: 30px 20px;
        margin: 40px 0
    }

    .blog-author .author-name {
        font-size: 24px;
        margin-bottom: 8px
    }

    .blog-author .author-text {
        font-size: 14px;
        margin-bottom: 15px
    }

    .blog-author .media-img {
        width: 140px;
        height: 140px;
        margin-right: 20px
    }

    .share-links {
        margin: 20px 0 40px 0
    }

    .blog-single .blog-title {
        font-size: 36px
    }

    .blog-style5 .blog-title {
        font-size: 20px
    }

    .blog-style5 .blog-content {
        padding: 25px 20px 3px 20px
    }
}

@media(max-width: 991px) {
    .blog-single .blog-title {
        font-size:30px
    }

    .blog-style3 .blog-title {
        font-size: 22px
    }

    .blog-style4 .blog-content {
        margin: 0
    }

    .blog-style4 .blog-content:after,.blog-style4 .blog-content:before {
        display: none
    }
}

@media(max-width: 767px) {
    blockquote.vs-quote {
        padding:22px 0 22px 0;
        margin: 27px 0
    }

    blockquote.vs-quote p {
        font-size: 16px
    }

    .blog-author {
        display: block;
        text-align: center
    }

    .blog-author .media-img {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px
    }

    .blog-inner-title {
        padding: 0 0 12px 0;
        margin-bottom: 30px
    }

    .blog-single {
        margin-bottom: 40px;
        padding-bottom: 25px
    }

    .blog-single .blog-title {
        font-size: 24px
    }

    .blog-style2 {
        display: block;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0
    }

    .blog-style2 .blog-img {
        margin-right: 0;
        margin-bottom: 30px
    }

    .blog-style2 .blog-title {
        font-size: 24px
    }

    .blog-style3 .blog-title {
        font-size: 22px
    }

    .blog-style3 .blog-meta {
        margin-bottom: 5px
    }

    .blog-style3 .blog-content {
        padding: 0px 20px 5px 20px
    }

    .blog-style3 .blog-number {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media(max-width: 575px) {
    .blog-style4 .blog-content {
        padding:27px 20px 25px 20px
    }
}

.vs-comment-form {
    margin: 80px 0 30px 0
}

.comment-respond {
    position: relative
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: .7em;
    text-decoration: underline
}

.comment-respond .custom-checkbox.notice {
    margin-bottom: 25px
}

@media(min-width: 1199px) {
    .comment-respond .row {
        --bs-gutter-x: 30px
    }
}

.comment-respond .form-control {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    border: 1px solid var(--body-color);
    background-color: rgba(0,0,0,0);
    height: 60px;
    padding-left: 25px
}

.comment-respond .form-control::-moz-placeholder {
    color: #888
}

.comment-respond .form-control::placeholder {
    color: #888
}

.comment-respond .form-group i {
    color: var(--theme-color)
}

.comment-respond .form-group:last-child {
    margin-bottom: 0
}

.comment-respond input[type=checkbox]~label {
    color: var(--body-color)
}

.comment-respond input[type=checkbox]~label:before {
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
    border-radius: 0;
    top: 4px
}

.comment-respond input[type=checkbox]:checked~label:before {
    background-color: var(--theme-color);
    border-color: rgba(0,0,0,0)
}

.comment-respond .blog-inner-title {
    border: none;
    margin-bottom: 12px;
    padding-bottom: 0
}

.comment-respond .form-text {
    margin-bottom: 37px;
    font-size: 16px;
    color: var(--body-color)
}

.inner-pane .vs-comment-form {
    margin: 60px 0 30px 0
}

.inner-pane .comment-respond .form-control {
    transition: all ease .4s
}

.inner-pane .comment-respond .form-control:focus {
    background-color: var(--white-color);
    color: var(--title-color);
    border-color: var(--white-color)
}

.inner-pane .comment-respond .blog-inner-title {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 17px
}

.inner-pane .comment-respond .blog-inner-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: var(--theme-color)
}

.vs-comments-wrap {
    margin: 80px 0 30px 0
}

.vs-comments-wrap .description p:last-child {
    margin-bottom: 0
}

.vs-comments-wrap .comment-respond {
    margin: 30px 0
}

.vs-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.vs-comments-wrap blockquote {
    background-color: #eaf8f9
}

.vs-comments-wrap li {
    margin: 0
}

.vs-comments-wrap .vs-post-comment {
    display: flex;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    margin: 30px 0 30px 0;
    padding: 0 0 28px 0
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0
}

.vs-comments-wrap ul.comment-list ul ul,.vs-comments-wrap ul.comment-list ul ol,.vs-comments-wrap ul.comment-list ol ul,.vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.vs-comments-wrap .comment-avater {
    width: 115px;
    height: 115px;
    margin-right: 25px;
    background-color: var(--smoke-color);
    border-radius: 50%;
    overflow: hidden
}

.vs-comments-wrap .comment-avater img {
    width: 100%
}

.vs-comments-wrap .comment-content {
    flex: 1;
    align-self: center
}

.vs-comments-wrap .commented-on {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--body-color);
    display: inline-block;
    text-decoration: underline;
    position: relative;
    top: -2px
}

.vs-comments-wrap .commented-on i {
    margin-right: 8px;
    font-size: .9rem
}

.vs-comments-wrap .name {
    margin: -0.25em 10px 2px 0;
    font-size: 22px;
    display: inline-block
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 40px
}

.vs-comments-wrap .reply_and_edit {
    line-height: 1;
    padding-top: 2px
}

.vs-comments-wrap .replay-btn {
    display: inline-block;
    text-transform: uppercase;
    color: var(--body-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em
}

.vs-comments-wrap .replay-btn i {
    margin-right: 8px;
    color: var(--theme-color)
}

.vs-comments-wrap .replay-btn:hover {
    color: var(--theme-color)
}

.vs-comments-wrap .star-rating {
    font-size: 12px;
    width: 80px;
    margin-top: 5px;
    margin-bottom: 10px
}

.vs-comments-wrap .star-rating:before {
    color: var(--yellow-color)
}

.vs-comments-wrap .star-rating span:before {
    color: var(--yellow-color)
}

.woocommerce-Reviews .vs-comments-wrap {
    padding: 8px 0 0 0;
    margin: 0;
    background-color: rgba(0,0,0,0)
}

.woocommerce-Reviews .vs-post-comment {
    padding-bottom: 4px
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 40px
}

.woocommerce-Reviews .vs-comment-item:first-child .vs-post-comment {
    margin-top: 0
}

.vs-comments-wrap.vs-comment-form {
    margin: 0
}

@media(max-width: 1199px) {
    .vs-comments-wrap {
        margin:60px 0 30px 0
    }

    .vs-comment-form {
        margin: 60px 0 30px 0
    }
}

@media(max-width: 991px) {
    .vs-comments-wrap .vs-post-comment {
        display:block
    }

    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 15px
    }

    .vs-comments-wrap .children {
        margin-left: 25px
    }

    .comment-respond .form-text {
        margin-bottom: 27px;
        font-size: 16px
    }

    .comment-respond .blog-inner-title {
        margin-bottom: 5px
    }
}

.hero-img {
    position: relative
}

.hero-layout8 a.ls-gui-element.ls-nav-prev,.hero-layout8 a.ls-gui-element.ls-nav-next {
    margin-top: calc(var(--arrow-size) - 180px)
}

@media(max-width: 991px) {
    .hero-layout8 {
        margin-bottom:30px
    }
}

.hero-ripple {
    position: absolute;
    left: 43%;
    top: 15%;
    z-index: -1;
    width: var(--shape-size, 573px);
    height: var(--shape-size, 573px);
    margin: 0 0 0 calc(var(--shape-size, 573px)/-2);
    border-radius: 50%;
    background-color: rgba(254,254,254,.8)
}

.hero-ripple:after,.hero-ripple:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: inherit;
    transition: all ease .4s;
    background-color: #fefefe
}

.hero-ripple:after {
    animation-delay: 2s
}

.hero-layout1 {
    overflow: hidden;
    position: relative
}

.hero-layout1 .hero-mask {
    background-color: #fdece2;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

.hero-layout1 [class*=hero-shape] {
    position: absolute;
    z-index: 1
}

.hero-layout1 .hero-shape-1 {
    top: 14%;
    right: 42%
}

.hero-layout1 .hero-shape-2 {
    top: 13%;
    right: 10%
}

.hero-layout1 .hero-shape-3 {
    top: 29%;
    right: 0%
}

.hero-layout1 .hero-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto
}

.hero-layout1 .hero-content {
    text-align: center;
    position: relative
}

.hero-layout1 .hero-subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--theme-color);
    line-height: 1;
    display: block;
    margin: -0.1em 0 13px 0;
    animation-delay: .2s
}

.hero-layout1 .hero-title {
    font-size: 100px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0 70px;
    line-height: 1;
    color: #313c45;
    animation-delay: 0s
}

.hero-layout1 .vs-btn {
    animation-delay: .3s
}

.hero-layout1 .hero-img {
    flex: 1;
    padding: 50px 0 0 0;
    position: relative
}

.hero-layout1 .hero-flower {
    position: absolute;
    left: 50%;
    top: 30%;
    width: -moz-max-content;
    width: max-content;
    transform: translate(-50%, -50%);
    z-index: -1
}

.hero-layout1 .slick-current {
    --animation-name: slideindown
}

.hero-layout1 .slick-current .vs-btn {
    --animation-name: slideinup
}

.hero-layout2 {
    background-image: linear-gradient(to top, #fcf2ee 40%, transparent 100%);
    position: relative;
    overflow: hidden
}

.hero-layout2 .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: flex-end
}

.hero-layout2 .hero-img {
    text-align: center;
    padding-top: 135px;
    margin-right: 50px;
    flex: 1
}

.hero-layout2 .hero-content {
    padding: 120px 0 90px 0;
    position: relative;
    z-index: 1
}

.hero-layout2 .hero-flower {
    position: absolute;
    left: 50%;
    top: 1%;
    z-index: -1;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(-50%)
}

.hero-layout2 [class*=hero-shape] {
    position: absolute;
    z-index: 1
}

.hero-layout2 .hero-shape-1 {
    bottom: 12%;
    left: 4%
}

.hero-layout2 .hero-shape-2 {
    right: 43%;
    top: 9%
}

.hero-layout2 .hero-shape-3 {
    right: 2%;
    top: 17%
}

.hero-layout2 .hero-shape-4 {
    top: 37%;
    left: 46%
}

.hero-layout2 .hero-shape-5 {
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1031px;
    background-color: #fde7da;
    z-index: auto
}

@media(min-width: 1922px) {
    .hero-layout2 .hero-shape-5 {
        max-width:60%
    }
}

.hero-layout2 .hero-ripple {
    left: 56%;
    top: 21%
}

.hero-layout3 .slick-arrow {
    --pos-x: 120px;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.hero-layout3 .slick-arrow:hover {
    color: var(--theme-color);
    background-color: var(--white-color)
}

@media(max-width: 1500px) {
    .hero-layout1 .hero-mask {
        -webkit-mask-size:cover;
        mask-size: cover
    }

    .hero-layout1 .hero-ripple {
        --shape-size: 400px;
        left: 50%
    }

    .hero-layout1 .hero-shape-1 {
        top: 14%;
        right: 38%;
        max-width: 250px
    }

    .hero-layout1 .hero-shape-3 {
        max-width: 100px;
        top: auto;
        bottom: 10%
    }

    .hero-layout1 .hero-shape-2 {
        top: 11%;
        right: 6%;
        max-width: 60px
    }

    .hero-layout1 .hero-flower {
        max-width: 500px
    }

    .hero-layout1 .hero-inner {
        max-width: 1300px
    }

    .hero-layout1 .hero-title {
        font-size: 90px;
        margin: 0 0 30px 0;
        padding: 0 0
    }

    .hero-layout1 .hero-subtitle {
        font-size: 16px
    }

    .hero-layout2 .hero-inner {
        max-width: 1350px;
        justify-content: space-between
    }

    .hero-layout2 .hero-img {
        padding-top: 110px;
        max-width: 450px
    }

    .hero-layout2 .hero-ripple {
        --shape-size: 400px
    }

    .hero-layout2 .hero-content {
        padding: 130px 0 60px 0
    }

    .hero-layout2 .hero-flower {
        max-width: 400px;
        top: 5%
    }
}

@media(max-width: 1399px) {
    .hero-layout1 .hero-inner {
        max-width:1000px
    }

    .hero-layout1 .hero-title {
        font-size: 72px
    }

    .hero-layout1 .hero-shape-1 {
        top: 14%;
        right: auto;
        max-width: 120px;
        left: 2%
    }

    .hero-layout1 .hero-flower {
        max-width: 400px
    }

    .hero-layout2 .hero-inner {
        max-width: 1140px
    }

    .hero-layout2 .hero-content {
        padding: 60px 0 60px 0;
        max-width: 48%
    }

    .hero-layout2 .hero-shape-2 {
        right: 31%;
        top: 4%
    }

    .hero-layout2 .hero-shape-3 {
        right: 2%;
        top: 17%;
        max-width: 130px
    }
}

@media(max-width: 1199px) {
    .hero-layout1 .hero-inner {
        max-width:960px
    }

    .hero-layout1 .hero-img {
        max-width: 390px
    }

    .hero-layout1 .hero-ripple {
        --shape-size: 240px
    }

    .hero-layout1 .hero-title {
        font-size: 60px
    }

    .hero-layout1 .hero-content {
        flex: 1
    }

    .hero-layout2 .hero-inner {
        max-width: 960px
    }

    .hero-layout2 .hero-img {
        margin-right: 0
    }

    .hero-layout2 .hero-content {
        padding: 60px 0 40px 0;
        max-width: 60%
    }

    .hero-layout2 .hero-ripple {
        --shape-size: 250px
    }
}

@media(max-width: 991px) {
    .hero-layout1 .hero-inner {
        max-width:720px
    }

    .hero-layout1 .hero-img {
        max-width: 320px
    }

    .hero-layout1 .hero-title {
        font-size: 46px
    }

    .hero-layout1 .hero-subtitle {
        font-size: 16px;
        letter-spacing: .1em
    }

    .hero-layout1 .hero-flower {
        max-width: 300px
    }

    .hero-layout1 .hero-shape-3 {
        max-width: 50px
    }

    .hero-layout2 .hero-inner {
        max-width: 720px;
        display: block
    }

    .hero-layout2 .hero-img {
        margin-right: 0;
        padding-top: 0
    }

    .hero-layout2 .hero-shape-1 {
        bottom: 41%;
        left: 2%;
        max-width: 80px
    }

    .hero-layout2 .hero-shape-2 {
        right: 3%;
        top: 3%;
        max-width: 80px
    }

    .hero-layout2 .hero-ripple {
        --shape-size: 65%;
        left: 50%;
        top: 10%
    }

    .hero-layout2 .hero-content {
        max-width: 100%
    }

    .hero-layout2 .hero-img {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .hero-layout1 .hero-inner {
        flex-direction:column-reverse;
        padding-top: 70px
    }

    .hero-layout1 .hero-shape-1 {
        top: 46%;
        right: auto;
        max-width: 70px;
        left: 2%
    }

    .hero-layout1 .hero-shape-2 {
        top: 3%;
        right: 3%;
        max-width: 25px
    }

    .hero-layout1 .hero-title {
        font-size: 36px
    }

    .hero-layout1 .hero-subtitle {
        font-size: 14px
    }

    .hero-layout1 .hero-flower {
        max-width: 230px
    }

    .hero-layout2 .hero-inner {
        padding: 0 15px 0 15px
    }
}

.ls-hero-layout6 {
    background-color: rgba(255,233,219,.4)
}

.bg-hero-light {
    background-color: rgba(255,233,219,.6)
}

.ls-box-arrow {
    box-shadow: 0px 8px 16px 0px rgba(154,86,58,.5)
}

.ls-box-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 18px;
    height: 18px;
    border: 10px;
    border-style: solid;
    border-color: var(--theme-color) var(--theme-color) rgba(0,0,0,0) rgba(0,0,0,0)
}

@media(max-width: 1024px) {
    .ls-layer .vs-btn.style9 {
        padding:5px 5px 5px 15px;
        font-size: 14px
    }

    .ls-layer .vs-btn.style9 i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .ls-layer .vs-btn.style9 {
        padding:12px 15px
    }

    .ls-layer .vs-btn.style9 i {
        width: auto;
        height: auto;
        line-height: 1;
        background-color: rgba(0,0,0,0);
        color: var(--theme-color);
        margin-left: 7px
    }

    .ls-hero-layout6 .ls-layer .vs-btn.style9 {
        padding: 12px 11px;
        font-size: 11px
    }
}

@media(max-width: 1024px) {
    .ls-layer a.vs-btn.style12 {
        padding:14px 22px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .ls-layer a.vs-btn.style12 {
        padding:10px 13px;
        font-size: 12px
    }
}

.vs-error-wrapper {
    background-color: var(--theme-color)
}

.error-number {
    font-size: 250px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin: -0.26em 0 0 0;
    color: var(--white-color)
}

.error-number .zero {
    color: var(--theme-color);
    font-size: 1.4em
}

.error-title {
    text-transform: uppercase;
    font-size: 50px;
    margin: -0.3em 0 5px 0;
    color: var(--white-color)
}

.error-text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,.8);
    margin-bottom: 40px
}

.error-content {
    background-color: rgba(0,0,0,.8);
    text-align: center;
    padding: 90px 0
}

.search-inline {
    position: relative;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 650px
}

.search-inline input {
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
    height: 66px;
    padding: 0 0 0 40px;
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color)
}

.search-inline input::-moz-placeholder {
    color: var(--white-color)
}

.search-inline input::placeholder {
    color: var(--white-color)
}

.search-inline input:focus {
    background-color: rgba(0,0,0,0);
    border-color: rgba(255,255,255,.2);
    color: var(--white-color)
}

.search-inline button {
    position: absolute;
    right: 9px;
    top: 8px;
    border: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px
}

.search-inline button:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

@media(max-width: 1199px) {
    .error-content {
        padding:80px 30px
    }

    .error-number {
        font-size: 180px
    }
}

@media(max-width: 991px) {
    .error-title {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .error-content {
        padding:50px 20px
    }

    .error-number {
        font-size: 110px;
        margin-bottom: 15px
    }

    .error-title {
        font-size: 26px
    }

    .error-text {
        font-size: 14px;
        margin-bottom: 20px
    }

    .error-content {
        padding: 80px 20px
    }

    .search-inline input {
        padding: 0 0 0 25px;
        font-size: 16px;
        font-size: 14px
    }
}

.reservation-img-shape {
    position: absolute;
    left: -19.5%;
    top: 50%;
    transform: translateY(-50%)
}

.img-box1 {
    position: relative
}

.img-box1 .img-1 {
    position: absolute;
    right: 10%;
    bottom: -3%
}

.img-box2 {
    position: relative;
    padding: 0 0 50px 0;
    margin: 0 0 30px 0;
    z-index: 1
}

.img-box2 .img-1 {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    z-index: 5;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(18,27,36,.1)
}

.img-box2 .img-2 {
    position: absolute;
    left: -145px;
    bottom: 55px;
    z-index: 4
}

.img-box2 .img-shape {
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: 0;
    height: 100%;
    max-height: 380px;
    background-color: #fde7da
}

.img-box2 .img-text {
    font-size: 60px;
    color: #4d4a49;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--title-font);
    opacity: .13;
    position: absolute;
    right: 15px;
    top: 50px;
    transform: rotate(180deg);
    writing-mode: vertical-rl
}

.img-box3 {
    padding: 50px;
    margin-bottom: 30px;
    position: relative
}

.img-box3 .img-1 {
    overflow: hidden;
    border-radius: 9999px
}

.img-box3 .img-2 {
    position: absolute;
    left: -15%;
    top: 36%;
    z-index: -1
}

.img-box3 .img-product {
    background-color: #fdebe0;
    border-radius: 99999px;
    text-align: center;
    padding: 35px 0 38px 0;
    position: relative;
    z-index: 2
}

.img-box3 .img-product img {
    margin-bottom: 37px
}

.img-box3 .product-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--title-color);
    margin: 0 0 8px 0;
    line-height: 1
}

.img-box3 .product-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--theme-color);
    margin: 0
}

.img-box3 .shape-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.img-box3 .shape-line svg {
    fill: none;
    transform: rotateX(180deg)
}

.img-box3 .shape-line,.img-box3 .shape-dot {
    fill: var(--theme-color)
}

.img-box3 .text-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: .28em;
    font-family: var(--body-font);
    font-family: var(--title-font);
    font-weight: 300;
    transform: rotate(180deg)
}

.img-box3 .text-shape svg {
    overflow: initial;
    width: 90%;
    height: 100%;
    fill: none
}

.img-box3 .text-shape text {
    fill: var(--title-color)
}

.img-box3.style2 .img-product {
    background-color: var(--white-color)
}

.img-box3.style2 .text-shape text,.img-box3.style2 .shape-dot,.img-box3.style2 .shape-line {
    fill: var(--white-color)
}

.img-box3.style3 {
    padding: 3px;
    border: 1px solid rgba(154,86,58,.14);
    border-radius: 9999px
}

.img-box3.style3 .img-2 {
    left: -34%;
    z-index: -1
}

.img-box3.style3 .img-product {
    padding-bottom: 50px
}

.img-box4 {
    position: relative;
    z-index: 1
}

.img-box4 .img-3 {
    position: absolute;
    left: -4%;
    bottom: -6%;
    z-index: -1
}

.img-box4 .img-2 {
    position: absolute;
    right: -4%;
    top: -6%;
    z-index: -1
}

.img-box4 .watch-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.img-box5 img {
    width: 100%
}

.img-box6 {
    position: relative
}

.img-box6 .img-1 img {
    width: 100%
}

.img-box6 .img-2 {
    position: absolute;
    right: -180px;
    bottom: -80px
}

.img-box7 {
    position: relative;
    padding: 60px 0 60px 0;
    margin: 0 0 30px 0
}

.img-box7 .img-1 {
    padding: 0 30px 30px 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: relative
}

.img-box7 .img-2 {
    position: absolute;
    right: 0;
    top: 0
}

.img-box7 .img-3 {
    position: absolute;
    left: -130px;
    bottom: 0
}

.img-box7 .img-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.img-box8 {
    position: relative
}

.img-box9 {
    position: relative;
    margin-bottom: 30px
}

.img-box9 .img-2 {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 1;
    margin: -270px 0 0 auto;
    background-color: var(--white-color);
    padding: 10px;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,.04)
}

.img-box10 {
    display: flex;
    margin-bottom: 30px
}

.img-box10 .img-1 img,.img-box10 .img-2 img {
    border-radius: 6px
}

.img-box10 .img-1 {
    margin-right: -100px;
    margin-top: 100px
}

.img-box11 {
    position: relative
}

.img-box11 .img-1 img {
    width: 100%
}

.img-box11 .img-2 {
    position: absolute;
    left: -4%;
    bottom: -3%;
    max-width: 250px
}

.video-bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fbfbfb;
    width: 100%;
    height: 100%;
    max-height: 700px
}

.video-box-inner {
    padding: 10px 10px 0 10px;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,.04)
}

.about-avater {
    margin-bottom: 30px;
    text-align: center
}

.about-avater .avater {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto 28px auto;
    border-radius: 50%
}

.about-avater .avater img {
    transform: scale(1.001);
    transition: all ease .4s
}

.about-avater .name {
    margin-bottom: 0
}

.about-avater:hover .avater img {
    transform: scale(1.15)
}

.media-style1 {
    position: relative;
    background-image: linear-gradient(120deg, rgb(253, 230, 216) 0%, rgb(254, 254, 254) 70%);
    display: flex;
    align-items: center;
    margin: 20px 0 28px 32px;
    padding: 10px 0 10px 0
}

.media-style1 .circle-btn,.media-style1 .media-img {
    margin: 0 30px 0 -32px
}

.media-style1 .media-text {
    margin: 0;
    color: #464f56;
    font-size: 20px;
    line-height: 26px
}

.media-style2 {
    position: relative;
    text-align: center;
    padding: 112px 0 65px 0;
    z-index: 1
}

.media-style2 .media-shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    --border-color: transparent;
    background-color: var(--shape-bg);
    -webkit-clip-path: var(--shape-path);
    clip-path: var(--shape-path);
    transition: all ease .4s;
    --border-size: 1px;
    --border-gap: 14px;
    --shape-path: polygon(50% 0, 100% var(--extra-gap), 100% calc(100% - var(--extra-gap)), 50% 100%, 0 calc(100% - var(--extra-gap)), 0 var(--extra-gap));
    --shape-bg: transparent;
    z-index: -1
}

.media-style2 .media-shape:after,.media-style2 .media-shape:before {
    content: "";
    position: absolute;
    --gap-before: var(--border-gap);
    top: var(--gap-before);
    right: var(--gap-before);
    bottom: var(--gap-before);
    left: var(--gap-before);
    -webkit-clip-path: var(--shape-path);
    clip-path: var(--shape-path);
    display: block;
    z-index: -2;
    transition: all ease .4s;
    background-color: var(--border-color)
}

.media-style2 .media-shape:after {
    --gap-before: calc(var(--border-gap) + var(--border-size));
    background-color: var(--shape-bg);
    z-index: -1
}

.media-style2 .media-label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(40,40,40,.2);
    letter-spacing: .22em;
    line-height: 1;
    display: block;
    margin: 0 0 12px 0;
    transition: all ease .4s
}

.media-style2 .media-title {
    text-transform: uppercase;
    font-size: 70px;
    color: rgba(40,40,40,.12);
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 300;
    position: relative;
    margin: 0 0 11px 0;
    line-height: 1;
    transition: all ease .4s
}

.media-style2 .media-line {
    width: 70px;
    height: 1px;
    background-color: var(--white-color);
    display: inline-block;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.media-style2:hover .media-title,.media-style2:hover .media-label {
    color: #fdf9f7
}

.media-style3 {
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

.media-style3 .circle-btn {
    margin-right: 20px
}

.media-style3 .media-label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme-color);
    letter-spacing: .22em;
    line-height: 1;
    display: block;
    margin: 0 0 8px 0
}

.media-style3 .media-title {
    color: #313c45;
    font-size: 100px;
    text-transform: uppercase;
    font-family: var(--title-font);
    line-height: 1;
    margin: 0 0 -0.14em 0
}

.media-style4 {
    display: flex;
    border-left: 2px solid var(--theme-color);
    padding-left: 20px;
    margin: 30px 0 40px 0
}

.media-style4 .media-img {
    margin-right: 30px
}

.media-style4 .media-body {
    align-self: center
}

.media-style4 .media-text {
    margin: 0;
    font-size: 16px
}

.media-style5 {
    position: relative;
    padding: 35px 40px 43px 35px;
    background-color: var(--title-color);
    width: 215px;
    max-width: 100%
}

.media-style5 .media-icon {
    font-size: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    opacity: .2;
    color: var(--white-color)
}

.media-style5 .media-number {
    font-size: 80px;
    line-height: 1;
    font-family: var(--title-font);
    color: var(--white-color);
    display: block;
    margin-bottom: 10px
}

.media-style5 .media-number:after {
    content: "ï§";
    font-family: var(--icon-font);
    font-size: 16px
}

.media-style5 .media-text {
    color: var(--white-color);
    margin: 0
}

.media-style6 {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.media-style6 .media-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    margin-right: 15px
}

.media-style6 .media-label {
    font-size: 18px;
    margin: 0 0 13px 0;
    line-height: 1;
    display: block
}

.media-style6 .media-title {
    font-size: 36px;
    font-family: var(--title-font);
    margin: 0;
    line-height: 1;
    color: var(--title-color)
}

.media-style7 {
    display: flex;
    margin-bottom: 30px
}

.media-style7 .media-icon {
    margin-right: 20px
}

.media-style7 .media-title {
    margin-bottom: 5px;
    margin-top: -0.15em
}

.media-style7 .media-text {
    font-size: 14px;
    margin-bottom: 0
}

.media-slider .slick-current .media-shape {
    --shape-bg: #84452a;
    --border-color: rgba(253, 250, 249, 0.30);
    transition-delay: .2s
}

.media-slider .slick-current .media-shape:before,.media-slider .slick-current .media-shape:after {
    transition-delay: .2s
}

.media-slider .slick-current .media-title,.media-slider .slick-current .media-label {
    color: #fdf9f7;
    transition-delay: .2s
}

.media-slider .slick-current .media-line {
    transition-delay: .2s;
    opacity: 1;
    visibility: visible
}

.media-slider {
    position: relative;
    margin: calc(var(--extra-gap)/-1) 0;
    --extra-gap: 35px;
    z-index: 1
}

.media-slider .circle-btn {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 1
}

.media-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: var(--extra-gap);
    right: 0;
    bottom: var(--extra-gap);
    background-color: var(--theme-color)
}

.about-text {
    font-size: 18px;
    letter-spacing: .03em;
    margin-bottom: 40px
}

.table-style1 {
    margin-bottom: 30px
}

.table-style1 .tr {
    border-bottom: 1px solid rgba(77,74,73,.18);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 15px
}

.table-style1 .tr:nth-child(odd) {
    border-top: 1px solid rgba(77,74,73,.18);
    background-image: linear-gradient(120deg, rgb(253, 230, 216) 0%, rgb(254, 254, 254) 70%)
}

.table-style1 .tr:nth-child(odd) .th {
    color: var(--theme-color)
}

.table-style1 .th {
    text-transform: uppercase;
    color: var(--title-color);
    letter-spacing: .1em;
    font-weight: 500
}

.table-style1 .td {
    color: #6f6c6c
}

.table-style2 {
    background-color: rgba(0,0,0,.5);
    padding: 30px 40px;
    border-left: 5px solid var(--theme-color)
}

.table-style2 table {
    border: none;
    margin: 0
}

.table-style2 td,.table-style2 th {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 14px 0
}

.table-style2 th {
    color: var(--white-color)
}

.table-style2 td {
    color: #bebebe;
    text-align: right
}

.table-style2 tr:first-child th,.table-style2 tr:first-child td {
    padding-top: 0
}

.table-style2 tr:last-child td,.table-style2 tr:last-child th {
    padding-bottom: 0;
    border-bottom: none
}

.about-box1 {
    padding-top: 24px;
    margin-bottom: 30px
}

.about-box1 .sec-subtitle {
    margin-left: -80px
}

.about-box1 .sec-title2 {
    margin: 0 0 25px -80px;
    max-width: 570px
}

.about-box1 .media-style1 {
    margin-bottom: 22px
}

.quote-text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .03em;
    font-family: var(--title-font);
    margin: 24px 0 43px 0;
    padding: 15px 25px 15px 25px;
    color: #555;
    border-left: 3px solid var(--theme-color);
    max-width: 630px;
    background-image: linear-gradient(to right, rgba(253, 230, 216, 0.79) 0%, rgba(252, 243, 239, 0) 100%);
}

.quote-text2 {
    border-left: 3px solid var(--theme-color);
    background-image: linear-gradient(to right, rgba(253, 230, 216, 0.79) 0%, rgba(252, 243, 239, 0) 100%);
    padding: 10px 0 10px 15px;
    margin: 25px 0 25px 0
}

.list-style1 ul {
    margin-bottom: 21px
}

.list-style1 li {
    color: #6f6c6c;
    margin-bottom: 8px
}

.list-style2 ul {
    margin: 0 0 26px 0
}

.list-style2 li {
    position: relative;
    margin: 0 0 9px 0;
    padding: 0 0 0 20px
}

.list-style2 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 50%
}

.about-number {
    font-size: 45px;
    font-weight: 700;
    color: var(--title-color);
    line-height: 1;
    display: block
}

.vs-info {
    margin: 0;
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    letter-spacing: .04em
}

.vs-info i {
    color: var(--theme-color);
    font-size: 20px;
    margin: 0 15px 0 0
}

@media(max-width: 1500px)and (min-width: 1399px) {
    .img-box5 {
        max-width:510px
    }
}

@media(max-width: 1399px)and (min-width: 1199px) {
    .img-box5 {
        max-width:430px
    }
}

@media(max-width: 1500px) {
    .media-style3 .media-title {
        font-size:76px
    }

    .media-style3 .media-label {
        font-size: 16px;
        letter-spacing: .1em
    }

    .about-box1 {
        padding-top: 0
    }

    .about-box1 .sec-subtitle {
        margin-left: 0
    }

    .about-box1 .sec-title2 {
        margin: 0 0 25px 0
    }

    .media-style1 {
        padding: 5px 0 5px 0;
        margin: 20px 0 26px 32px
    }

    .media-style1 .media-text {
        font-size: 18px
    }

    .media-style1 .circle-btn,.media-style1 .media-img {
        margin: 0px 20px 0 -32px
    }

    .table-style1 .tr {
        padding: 16px 20px
    }

    .img-box2 {
        padding: 0 50px 40px 40px
    }

    .img-box2 .img-1 {
        width: 100%
    }

    .img-box2 .img-1 img {
        width: 100%
    }

    .img-box2 .img-shape {
        left: 0;
        right: 0
    }

    .img-box2 .img-text {
        font-size: 46px;
        right: 3px
    }

    .img-box2 .img-2 {
        left: -8%
    }

    .media-style2 {
        padding: 95px 0 60px 0
    }

    .media-style2 .media-title {
        font-size: 46px;
        margin: 0 0 11px 0
    }

    .media-style2 .media-label {
        font-size: 16px;
        letter-spacing: .05em
    }

    .img-box3 .img-2 {
        left: -5%
    }

    .img-box3.style3 .img-2 {
        display: none
    }

    .img-box6 .img-2 {
        max-width: 300px;
        bottom: 0;
        right: 0
    }

    .img-box7 .img-3 {
        left: -20px
    }
}

@media(max-width: 1399px) {
    .img-box2 .img-2 {
        left:0
    }

    .reservation-img-shape {
        left: 0;
        max-width: 150px
    }

    .media-style2 .media-title {
        font-size: 40px;
        margin: 0 0 5px 0
    }

    .media-style3 {
        margin-bottom: 40px
    }

    .media-style3 .media-title {
        font-size: 48px
    }

    .media-style3 .circle-btn {
        --btn-size: 85px
    }
}

@media(max-width: 1199px) {
    .img-box10 {
        justify-content:center
    }

    .img-box9 .img-2 {
        margin: -250px 0 0 auto;
        padding: 10px;
        max-width: 270px
    }

    .media-style1 .circle-btn,.media-style1 .media-img {
        margin: 0 20px 0 -32px
    }

    .img-box7 .img-3 {
        left: 0;
        max-width: 160px
    }

    .img-box7 .img-2 {
        max-width: 150px
    }

    .media-style2 {
        padding: 80px 0 50px 0
    }

    .media-style2 .media-title {
        font-size: 34px
    }

    .media-style2 .media-label {
        font-size: 14px;
        margin-bottom: 20px
    }
}

@media(max-width: 991px) {
    .img-box1>img {
        width:100%
    }

    .img-box11 .img-2 {
        left: 0;
        bottom: 0;
        max-width: 180px
    }

    .img-box3 .img-1 img {
        width: 100%
    }

    .img-box3 .img-2 {
        left: 0
    }

    .img-box7 .img-1 {
        padding: 0;
        width: 100%
    }

    .img-box7 .img-1 img {
        width: 100%
    }

    .media-style1 {
        margin: 20px 0 18px 32px
    }

    .about-text {
        font-size: 16px;
        margin-bottom: 25px
    }

    .media-slider {
        --btn-size: 80px
    }

    .img-box4 .img-2 {
        right: 0
    }

    .img-box4 .img-3 {
        left: 0
    }

    .img-box4 .img-4 {
        display: none
    }
}

@media(max-width: 767px) {
    .media-style1 .circle-btn,.media-style1 .media-img {
        margin:0 15px 0 -32px
    }

    .media-style1 .media-text {
        font-size: 16px;
        line-height: 24px
    }

    .img-box2 {
        padding: 0 35px 20px 20px
    }

    .img-box2 .img-text {
        font-size: 32px
    }

    .img-box2 .img-2 {
        max-width: 80px
    }

    .img-box2 .img-shape {
        max-height: 230px
    }

    .media-style3 .media-title {
        font-size: 30px
    }

    .media-style3 .media-label {
        font-size: 14px;
        letter-spacing: .1em;
        margin: 0 0 15px 0
    }

    .media-style3 .circle-btn {
        --btn-size: 70px;
        margin-right: 10px
    }

    .media-style3 .circle-btn .btn-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .media-slider {
        --extra-gap: 0
    }

    .about-number {
        font-size: 30px;
        min-width: 40px
    }

    .media-style2 .media-shape {
        --shape-path: none
    }

    .media-style2 .media-shape {
        --shape-bg: #84452a;
        --border-color: rgba(253, 250, 249, 0.30)
    }

    .media-style2 .media-title,.media-style2 .media-label {
        color: #fdf9f7
    }

    .media-style2 .media-line {
        opacity: 1;
        visibility: visible
    }

    .img-box3 {
        padding: 50px 30px 30px 30px
    }

    .img-box6 .img-2 {
        max-width: 180px
    }

    .media-style4 {
        display: block
    }

    .media-style4 .media-img {
        margin-right: 0;
        margin-bottom: 20px
    }

    .media-style5 .media-icon {
        font-size: 3rem
    }

    .media-style5 {
        padding: 28px 20px 28px 20px
    }

    .media-style5 .media-number {
        font-size: 40px;
        margin-bottom: 5px
    }

    .media-style5 .media-text {
        font-size: 11px
    }

    .table-style2 {
        padding: 20px 20px
    }

    .table-style2 th,.table-style2 td {
        font-size: 12px;
        padding: 10px 0
    }

    .img-box7 {
        padding: 30px 0
    }

    .media-style6 {
        margin-bottom: 30px
    }

    .media-style6 .media-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        margin-right: 10px
    }

    .media-style6 .media-label {
        font-size: 14px
    }

    .media-style6 .media-title {
        font-size: 22px
    }
}

@media(max-width: 575px) {
    .img-box9 {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .img-box9 img {
        width: 100%
    }

    .img-box9 .img-2 {
        margin: 0 0 0 auto;
        padding: 0;
        width: 100%;
        max-width: 100%;
        box-shadow: none
    }

    .media-style5 {
        width: 100%
    }

    .img-box7 .img-2,.img-box7 .img-3 {
        max-width: 100px
    }

    .about-avater .name {
        margin-bottom: 0;
        font-size: 18px
    }
}

.form-style1 {
    padding-left: 40px
}

.form-style1 input {
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid rgba(253,230,216,.3);
    padding: 0 20px 0 0;
    height: 40px;
    color: var(--body-color);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--body-font);
    margin: 0
}

.form-style1 button {
    border: none;
    font-size: 12px;
    letter-spacing: .22em;
    padding: 10px 23px
}

.form-style1 button:after,.form-style1 button:before {
    background-color: var(--white-color)
}

.form-style1 button:hover {
    color: var(--theme-color)
}

.form-style1 .form-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 19px;
    margin-top: -0.2em
}

.form-style1 .form-group {
    display: flex
}

.form-style2 {
    background-color: var(--white-color);
    padding: 55px 50px 55px 50px;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(18,27,36,.06)
}

.form-style2 .form-title {
    margin: -0.25em 0 2px 0
}

.form-style2 .form-label {
    font-size: 18px;
    color: var(--theme-color);
    margin: 0 0 25px 0
}

.form-style2 .form-group {
    margin-bottom: 15px
}

.form-style2 .form-group:last-child {
    margin-bottom: 0
}

.form-style2 input {
    background-color: #fde6d8;
    border: none;
    color: #6f6c6c;
    font-size: 14px;
    padding-right: 25px;
    padding-left: 25px;
    height: 70px
}

.form-style2 input::-moz-placeholder {
    text-transform: uppercase
}

.form-style2 input::placeholder {
    text-transform: uppercase
}

.form-style2 .vs-btn {
    margin-top: 27px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 20px
}

.form-style3 {
    padding: 1px 15px 0 15px
}

.form-style3 .form-title {
    color: var(--white-color);
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: -0.24em 0 40px 0
}

.form-style3 .form-group {
    display: flex;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

.form-style3:not(.layout2) .vs-btn::before,.form-style3:not(.layout2) .vs-btn::after {
    background-color: var(--secondary-color)
}

.form-style3 input {
    color: var(--title-color);
    font-size: 14px;
    border: 1.5px solid #273036;
    background-color: #1d2429;
    transition: all ease .4s
}

.form-style3 input::-moz-placeholder {
    color: #bebebe
}

.form-style3 input::placeholder {
    color: #bebebe
}

.form-style3 input:focus {
    background-color: var(--white-color);
    border-color: var(--white-color)
}

.form-style3 input:focus::-moz-placeholder {
    color: var(--title-color)
}

.form-style3 input:focus::placeholder {
    color: var(--title-color)
}

.form-style3.layout2 {
    padding: 0;
    width: 550px;
    max-width: 100%
}

.form-style3.layout2 .form-group {
    max-width: 100%;
    margin: 0
}

.form-style3.layout2 input {
    background-color: var(--white-color);
    border-color: var(--white-color)
}

.form-style3.layout2 input::-moz-placeholder {
    color: var(--title-color)
}

.form-style3.layout2 input::placeholder {
    color: var(--title-color)
}

.form-style4 {
    text-align: center;
    background-color: var(--white-color);
    padding: 60px 60px
}

.form-style4 .sec-title {
    margin-bottom: 31px
}

.form-style4 textarea,.form-style4 input {
    background-color: #f5e4d9;
    border: none;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    height: 65px;
    --body-color: #7f7d7d;
    letter-spacing: .08em;
    padding-left: 67px
}

.form-style4 textarea~i,.form-style4 input~i {
    left: 30px;
    right: auto;
    color: var(--theme-color);
    top: 24px
}

.form-style4 textarea~i:after,.form-style4 input~i:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 2px;
    height: 12px;
    background-color: #c7c1be;
    margin: -6px 0 0 0
}

.form-style4 textarea {
    padding-left: 30px
}

.form-style4 .vs-btn {
    width: 100%
}

.form-style5 .form-text {
    font-size: 16px;
    margin-bottom: 22px;
    color: var(--body-color);
    margin-top: -0.4em;
    max-width: 320px
}

.form-style5 input {
    height: 50px;
    border: none;
    --body-color: #a3a2a2;
    background-color: #273036;
    margin-bottom: 15px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.form-style5 .vs-btn:hover {
    color: #000
}

.contact-map {
    line-height: 0
}

.contact-map iframe {
    width: 100%;
    height: 404px
}

.contact-table {
    margin: 3px 0 30px 0
}

.contact-table .tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e0db;
    padding: 19px 0
}

.contact-table .th {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--title-color);
    font-size: 14px;
    letter-spacing: .18em;
    margin-right: 10px
}

.contact-table .td {
    letter-spacing: .03em
}

.form-style6 {
    --bs-gutter-x: 15px
}

.form-style6 .vs-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0
}

.form-style7 {
    background-color: var(--secondary-color);
    padding: 70px 60px
}

.form-style7 .row {
    --bs-gutter-x: 20px
}

.form-style7 textarea,.form-style7 select,.form-style7 input {
    border: none;
    padding-right: 25px
}

.form-style7 textarea {
    min-height: 130px
}

.form-style7 .vs-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px
}

.form-style10 select,.form-style10 input,.form-style8 select,.form-style8 input {
    height: 70px;
    border-radius: 0;
    padding-left: 50px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 14px;
    padding-right: 20px
}

.form-style10 .form-group,.form-style8 .form-group {
    margin-bottom: 0
}

.form-style10 .form-group i,.form-style8 .form-group i {
    top: 27px;
    left: 36px;
    right: auto;
    color: var(--white-color)
}

.form-style10 .vs-btn,.form-style8 .vs-btn {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0
}

.form-style8 input::-moz-placeholder,.form-style8 select::-moz-placeholder {
    color: var(--white-color)
}

.form-style8 input::-moz-placeholder, .form-style8 select::-moz-placeholder {
    color: var(--white-color)
}

.form-style8 input::placeholder,.form-style8 select::placeholder {
    color: var(--white-color)
}

.form-style8 input,.form-style8 input:focus,.form-style8 select,.form-style8 select:focus {
    background-color: rgba(0,0,0,0);
    color: var(--white-color);
    border: 1px solid rgba(255,255,255,.5)
}

.form-style9 {
    display: flex;
    position: relative
}

.form-style9 input {
    height: 80px;
    border: none;
    padding-left: 60px;
    width: calc(100% - 225px)
}

.form-style9 .fa-envelope {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%)
}

.form-style9 .vs-btn {
    width: 225px;
    background-color: #933d1a
}

.form-style9 .vs-btn i {
    margin-right: 10px
}

.form-style10 {
    margin-bottom: 30px
}

.form-style10 select,.form-style10 input {
    height: 70px;
    border-color: #ededed;
    padding-left: 55px;
    margin-bottom: 0
}

.form-style10 .form-group {
    margin-bottom: var(--bs-gutter-x)
}

.form-style10 .form-group i {
    color: var(--theme-color)
}

.form-style12 .sec-title,.form-style11 .sec-title {
    font-size: 48px;
    max-width: 400px;
    margin-bottom: 28px
}

.form-style12 .row,.form-style11 .row {
    --bs-gutter-x: 20px
}

.form-style12 select,.form-style12 input,.form-style11 select,.form-style11 input {
    height: 55px;
    border: none
}

.form-style11 {
    background-color: var(--secondary-color);
    padding: 55px 50px
}

.form-style12 select,.form-style12 input {
    background-color: var(--secondary-color)
}

@media(max-width: 1399px) {
    .form-style2 {
        padding:45px 35px 45px 35px
    }

    .form-style11 .sec-title,.form-style12 .sec-title {
        font-size: 40px;
        max-width: 390px;
        margin-bottom: 31px
    }

    .form-style11 .sec-subtitle,.form-style12 .sec-subtitle {
        margin-bottom: 15px
    }

    .form-style11 {
        padding: 43px 40px
    }
}

@media(max-width: 1199px) {
    .form-style1 button {
        font-size:12px;
        letter-spacing: 0;
        padding: 10px 15px
    }

    .form-style3 .form-title {
        letter-spacing: 0;
        margin: -0.24em 0 30px 0
    }
}

@media(max-width: 991px) {
    .form-style12 .sec-title,.form-style11 .sec-title {
        font-size:36px;
        max-width: 380px;
        margin-bottom: 31px
    }

    .form-style4 {
        padding: 40px 30px
    }
}

@media(max-width: 767px) {
    .form-style2 {
        padding:45px 15px 45px 15px
    }

    .form-style2 input {
        height: 50px
    }

    .form-style2 .vs-btn {
        margin-top: 0;
        height: 50px;
        line-height: 50px
    }

    .form-style1 {
        padding-left: 0
    }

    .form-style1 .form-title {
        text-align: center
    }

    .form-style3 .form-group {
        display: block
    }

    .form-style3 .vs-btn {
        margin-top: 15px
    }

    .form-style4 {
        padding: 40px 20px
    }

    .form-style7 {
        padding: 40px 20px
    }

    .form-style9 {
        display: block;
        text-align: center
    }

    .form-style9 .fa-envelope {
        top: 28px;
        left: 20px
    }

    .form-style9 input {
        width: 100%;
        margin-bottom: 20px;
        height: 55px;
        padding-left: 50px
    }

    .form-style12 .sec-title,.form-style11 .sec-title {
        font-size: 30px;
        max-width: 370px;
        margin-bottom: 26px
    }

    .form-style11 {
        padding: 42px 20px
    }
}

@media(max-width: 575px) {
    .contact-table .th {
        font-size:10px;
        letter-spacing: 0;
        margin-right: 5px
    }

    .contact-table .td {
        letter-spacing: 0;
        font-size: 12px
    }
}

.package-style1 {
    background-color: var(--white-color);
    padding: 22px 40px 45px 40px;
    margin-bottom: 30px;
    position: relative
}

.package-style1:after,.package-style1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: var(--theme-color);
    z-index: -1;
    transition: all ease .6s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0)
}

.package-style1:after {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto
}

.package-style1:hover:after,.package-style1:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-5px, -5px)
}

.package-style1:hover:after {
    transform: translate(5px, 5px)
}

.package-style1 .package-top {
    display: flex;
    align-items: center
}

.package-style1 .package-left {
    flex: 1
}

.package-style1 .package-price {
    font-size: 60px;
    color: var(--theme-color);
    font-family: var(--title-font);
    line-height: 1;
    margin: 0 0 1px 0;
    transition: all ease .4s
}

.package-style1 .currency {
    vertical-align: super;
    font-size: 36px;
    top: 5px;
    position: relative;
    margin-left: 3px
}

.package-style1 .package-duration {
    font-size: 14px;
    margin: 0;
    color: #6f6c6c;
    text-transform: uppercase;
    font-weight: 500
}

.package-style1 .package-name {
    margin: 3px 0 0 0
}

.package-style1 .package-shape {
    text-align: center;
    margin: 12px 0 30px 0
}

.package-style1 .package-list ul {
    margin: 0 0 48px 0
}

.package-style1 .package-list li {
    position: relative;
    margin: 0 0 8px 0;
    color: #6f6c6c
}

.package-style1 .package-list li:before {
    content: "ï€Œ";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(154,86,58,.55);
    width: 26px;
    height: 26px;
    margin-top: -13px;
    color: var(--white-color);
    font-family: var(--icon-font);
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}

.package-style1 .package-btn {
    text-align: center
}

.package-style1 .package-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation-duration: 40s
}

.package-style1 .package-dot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: inherit;
    background-color: var(--theme-color);
    opacity: .78
}

.package-style1 .package-img {
    width: var(--img-size, 175px);
    height: var(--img-size, 175px);
    padding: 12px;
    margin: 0 auto 34px auto;
    background-color: rgba(253,231,218,.34);
    border-radius: 50%;
    border: .25px solid rgba(154,86,58,.3);
    position: relative
}

.package-style1 .package-img img {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.package-style1.layout2 {
    padding: 0
}

.package-style1.layout2:after,.package-style1.layout2:before {
    display: none
}

.package-style1.layout2 .package-top {
    padding: 26px 35px 0 35px
}

.package-style1.layout2 .package-name {
    font-size: 30px
}

.package-style1.layout2 .package-duration {
    font-weight: 400
}

.package-style1.layout2 .package-shape {
    margin: 4px 30px 23px 30px
}

.package-style1.layout2 .vs-btn {
    font-family: var(--title-font);
    font-size: 24px;
    width: 100%;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

.package-style1.layout2 .vs-btn:after,.package-style1.layout2 .vs-btn:before {
    background-color: var(--smoke-color)
}

.package-style1.layout2 .package-price {
    color: var(--title-color)
}

.package-style1.layout2:hover .package-price,.package-style1.layout2.active .package-price {
    color: var(--theme-color)
}

.package-style1.layout2:hover .vs-btn,.package-style1.layout2.active .vs-btn {
    background-color: var(--title-color)
}

.slick-slide .package-style1:before {
    display: none
}

.slick-slide .package-style1:after {
    bottom: 0;
    width: 100%;
    right: 0;
    transform: translate(0, 0)
}

.slick-slide .package-style1:hover:after {
    transform: translate(0, 5px)
}

.price-inner2 {
    max-width: 800px
}

.price-inner1 {
    max-width: 866px;
    width: 100%
}

.price-inner3 {
    background-color: var(--white-color);
    box-shadow: 0px 16px 32px 0px rgba(154,86,58,.1);
    padding: 50px 50px 30px 50px;
    border-radius: 14px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto
}

.package-style2 {
    display: flex;
    margin-bottom: 20px
}

.package-style2 .package-title {
    font-size: 24px;
    margin: -0.2em 0 15px 0;
    border-bottom: 1px solid var(--secondary-color);
    padding: 0 0 15px 0
}

.package-style2 .package-text {
    margin: 0
}

.package-style2 .package-label {
    font-size: 14px;
    padding: 0px 5px;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 6px;
    font-weight: 700;
    margin: 0 5px
}

.package-style2 .package-img {
    margin-right: 20px;
    border-radius: 14px;
    overflow: hidden
}

.package-style2 .package-img img {
    transform: scale(1.001);
    transition: all ease .4s
}

.package-style2 .package-body {
    align-self: center
}

.package-style2:hover .package-img img {
    transform: scale(1.15)
}

.package-style3 {
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    padding: 15px 30px 15px 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px 0 rgba(154,86,58,.07);
    transition: all ease .4s
}

.package-style3 .package-line {
    flex: 1;
    border-top: 1px dashed rgba(154,86,58,.2);
    margin: 0 20px;
    transition: all ease .4s
}

.package-style3 .package-icon {
    background-color: var(--white-color);
    text-align: center;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    margin-right: 20px;
    border: 1px dashed rgba(154,86,58,.2);
    transition: all ease .4s
}

.package-style3 .package-icon img {
    max-width: 70px
}

.package-style3 .package-top {
    display: flex;
    align-items: center
}

.package-style3 .package-name {
    margin: 0;
    font-size: 26px
}

.package-style3 .package-price {
    margin: 0;
    font-size: 18px;
    color: var(--title-color);
    transition: all ease .4s
}

.package-style3 .amount {
    font-size: 24px;
    color: var(--theme-color);
    font-family: var(--title-font);
    transition: all ease .4s
}

.package-style3 .package-text {
    margin: 0;
    transition: all ease .4s
}

.package-style3:hover {
    background-color: var(--theme-color)
}

.package-style3:hover .package-line {
    border-top-color: var(--white-color)
}

.package-style3:hover .package-icon {
    border-color: rgba(0,0,0,0)
}

.package-style3:hover .package-name a,.package-style3:hover .amount,.package-style3:hover .package-price,.package-style3:hover .package-text {
    color: var(--white-color)
}

@media(max-width: 1399px) {
    .package-style1 {
        padding:30px 20px 45px 20px
    }

    .package-style1 .package-name {
        margin: 0 0 0 0;
        font-size: 30px
    }

    .package-style1.layout2 .package-top {
        padding: 26px 25px 0 25px;
        display: block;
        text-align: center
    }

    .package-style1.layout2 .package-left {
        margin-bottom: 5px
    }

    .package-style1.layout2 .package-price {
        font-size: 36px
    }

    .package-style1.layout2 .currency {
        font-size: 24px
    }

    .package-style1.layout2 .vs-btn {
        font-size: 18px
    }
}

@media(max-width: 1199px) {
    .price-inner1 {
        max-width:100%;
        width: 100%
    }

    .package-style3 {
        padding: 15px 20px 20px 20px
    }
}

@media(max-width: 991px) {
    .package-style3 {
        display:block;
        text-align: center
    }

    .package-style3 .package-icon {
        display: inline-block
    }

    .package-style3 .package-top {
        display: block
    }

    .package-style3 .package-name {
        margin: 0;
        font-size: 22px
    }

    .package-style3 .package-icon {
        margin: 0 0 15px 0
    }

    .package-style3 .package-line {
        display: none
    }

    .package-style3 .package-text {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .package-style1 .package-name {
        font-size:24px
    }

    .package-style1 .package-duration {
        font-size: 10px
    }

    .package-style1 .package-price {
        font-size: 42px
    }

    .package-style1 .currency {
        font-size: 26px;
        top: 5px
    }

    .package-style1 .package-list ul {
        margin: 0 0 38px 0
    }

    .package-style1 .package-list li {
        font-size: 14px
    }

    .package-style1 .package-shape {
        margin: 12px 0 15px 0
    }

    .price-inner3 {
        padding: 40px 15px 5px 15px
    }
}

@media(max-width: 575px) {
    .package-style2 {
        margin-bottom:35px
    }

    .package-style2 .package-img {
        width: 80px;
        margin-right: 10px
    }

    .package-style2 .package-title {
        font-size: 16px;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0
    }

    .package-style2 .package-text {
        font-size: 12px
    }

    .package-style2 .package-label {
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        margin: 0 2px
    }
}

.testi-style1 {
    background-color: var(--theme-color);
    --body-color: #fff;
    --title-color: #fff;
    padding: 80px 120px 80px 70px
}

.testi-style1 .inner-title {
    margin: -0.25em 0 8px 0
}

.testi-style1 .inner-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 32px
}

.testi-style1 .testi-title {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--body-font);
    margin: 0 0 3px 0
}

.testi-style1 .testi-rating {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 14px
}

.testi-style1 .testi-rating i {
    margin-right: 3px
}

.testi-style1 .testi-text {
    font-size: 18px;
    line-height: 30px
}

.testi-style1 .testi-avater {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 3px;
    background-color: var(--white-color);
    overflow: hidden;
    margin-right: 15px;
    box-shadow: 0px 0px 9.3px .7px rgba(65,65,65,.13)
}

.testi-style1 .testi-avater img {
    border-radius: 50%;
    width: 100%
}

.testi-style1 .testi-name {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--body-font);
    margin: 0
}

.testi-style1 .testi-degi {
    font-size: 15px;
    font-weight: 500;
    margin: 0
}

.testi-style1 .testi-author {
    display: flex;
    align-items: center;
    margin-top: 32px
}

.testi-style1 .slide-btns {
    display: flex;
    margin-top: 50px
}

.testi-style1 .slide-btns button {
    display: inline-block;
    width: 65px;
    height: 55px;
    border: 1px solid var(--white-color);
    background-color: rgba(0,0,0,0);
    padding: 0;
    color: var(--white-color);
    font-size: 22px
}

.testi-style1 .slide-btns button:last-child {
    border-left: none
}

.testi-style1 .slide-btns button:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.testi-style2 {
    text-align: center;
    margin: 35px auto 30px auto;
    padding: 0 30px 40px 30px;
    max-width: 1165px;
    background-color: #fff;
    box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(129,136,144,.09)
}

.testi-style2 .vs-icon {
    --icon-size: 84px;
    margin: -18px 0 37px 0;
    box-shadow: 0 0 0 15px var(--white-color)
}

.testi-style2 .testi-text {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: .03em;
    font-family: var(--title-font);
    margin: 0 auto 35px auto;
    max-width: 900px
}

.testi-style2 .arrow-shape {
    opacity: .8;
    margin: 0 0 12px 0
}

.testi-style2 .testi-name {
    margin: 0 0 0 0
}

.testi-style2 .testi-degi {
    font-size: 14px;
    font-weight: 500
}

.testi-style2 .slick-arrow {
    background-color: rgba(0,0,0,0);
    visibility: visible;
    width: auto;
    height: auto;
    --pos-x: 20px !important;
    color: var(--theme-color);
    opacity: .7;
    font-size: 30px;
    color: #454545;
    transition: all ease .4s
}

.testi-style2 .slick-arrow:hover {
    color: var(--theme-color);
    opacity: 1
}

.testi-style2 .fa-chevron-left:before {
    content: "ï…¸"
}

.testi-style2 .fa-chevron-left:before {
    content: "ï…¸"
}

.testi-style3 {
    position: relative;
    padding: 55px 30px 30px 30px;
    margin: 40px 0 30px 0;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.03);
    border-bottom: 4px solid rgba(0,0,0,0);
    transition: all ease .4s;
    background-color: var(--white-color)
}

.testi-style3 .testi-avater {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    padding: 7px;
    background-color: var(--white-color);
    border-radius: 50%
}

.testi-style3 .testi-avater img {
    width: 100%;
    border-radius: 50%
}

.testi-style3 .testi-name {
    font-size: 22px;
    margin-bottom: 0px
}

.testi-style3 .testi-text {
    margin: 0 0 15px 0
}

.testi-style3 .testi-degi {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme-color)
}

.testi-style3 .testi-icon {
    font-size: 60px;
    line-height: 1;
    margin-top: -30px;
    position: absolute;
    right: 40px;
    top: 0;
    color: var(--theme-color);
    opacity: .2;
    transition: all ease .4s
}

.testi-style3 .testi-rating {
    color: var(--theme-color);
    margin-bottom: 5px;
    font-size: 14px
}

.testi-style3 .testi-rating i {
    margin-right: 5px
}

.testi-style3 .testi-degi {
    font-weight: 500
}

.testi-style4 {
    position: relative;
    padding: 40px 50px 50px 0
}

.testi-style4:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--white-color);
    box-shadow: 15px 10px 40px 0 rgba(0,0,0,.05)
}

.testi-style4:after {
    content: "ï„Ž";
    font-family: var(--icon-font);
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    opacity: .03;
    font-size: 15rem;
    font-weight: 300;
    line-height: 1
}

.testi-style4 .testi-rating {
    color: var(--yellow-color);
    font-size: 16px;
    letter-spacing: .3em;
    margin-bottom: 10px
}

.testi-style4 .testi-text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px
}

.testi-style4 .testi-name {
    font-size: 26px;
    margin: 0 0 5px 0
}

.testi-style4 .testi-degi {
    text-transform: uppercase;
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em
}

.testi-style4 .slick-dots {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0
}

.testi-style4 .slick-dots button {
    width: 20px;
    height: 5px;
    border: none;
    background-color: rgba(154,86,58,.2)
}

.testi-style4 .slick-dots button:hover,.testi-style4 .slick-dots .slick-active button {
    background-color: var(--theme-color)
}

.testi-icon1 {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 30px auto;
    padding: 0 0 40px 0
}

.testi-icon1:after,.testi-icon1:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    z-index: -1;
    opacity: .2;
    border-radius: 50%
}

.testi-icon1:before {
    width: 75px;
    height: 75px;
    top: -10px;
    right: -25px
}

.testi-icon1:after {
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 100px;
    margin-left: -50px
}

.testi-divider1 {
    width: calc(100% - 180px);
    height: 2px;
    margin: 0 auto 32px auto;
    background-color: var(--smoke-color);
    display: block;
    position: relative
}

.testi-divider1:after,.testi-divider1:before {
    content: "";
    position: absolute;
    width: 80px;
    top: 0;
    height: 2px;
    left: 50%;
    margin-left: -40px;
    background-color: var(--theme-color)
}

.testi-divider1:after {
    content: "";
    border-bottom: 2px solid var(--theme-color);
    border-left: 2px solid var(--theme-color);
    width: 20px;
    height: 20px;
    margin-left: -12px;
    background-color: var(--white-color);
    margin-top: -9px;
    transform: rotate(-45deg)
}

.testi-slide1 {
    text-align: center;
    margin-bottom: 22px;
    --pos-x: -160px
}

.testi-slide1 .testi-text {
    font-size: 18px;
    margin: 0 0 10px 0
}

.testi-slide2 {
    width: 100%;
    max-width: 280px;
    padding: 0 25px;
    overflow: hidden;
    margin: 20px auto 8px auto
}

.testi-slide2 .testi-avater {
    width: 70px;
    height: 70px;
    padding: 8px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 2px 0 2px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all ease .4s;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    transform: scale(0.8);
    transform-origin: 50% 50%
}

.testi-slide2 .testi-avater img {
    width: 100%;
    border-radius: 50%
}

.testi-slide2 .testi-avater:hover {
    background-color: var(--secondary-color)
}

.testi-slide2 .slick-center .testi-avater {
    transform: scale(0.99);
    background-color: var(--white-color);
    box-shadow: 0px 10px 28px 0px rgba(249,163,146,.3)
}

.testi-slide3 {
    text-align: center;
    margin-bottom: 20px
}

.testi-slide3 .testi-name {
    margin: 0;
    font-size: 22px
}

.testi-slide3 .testi-degi {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme-color);
    letter-spacing: .1em;
    line-height: 1
}

.slick-center .testi-style3,.testi-style3:hover {
    border-color: var(--theme-color);
    box-shadow: none
}

.slick-center .testi-style3 .testi-icon,.testi-style3:hover .testi-icon {
    opacity: 1
}

.testi-style5 {
    position: relative;
    background-color: #fff7f2;
    z-index: 1;
    padding: 40px 40px;
    margin-bottom: 30px
}

.testi-style5:after {
    content: "ï„Ž";
    font-family: var(--icon-font);
    font-size: 10rem;
    line-height: 1;
    font-weight: 300;
    color: var(--theme-color);
    position: absolute;
    right: 70px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    opacity: .07
}

.testi-style5 .testi-rating {
    color: var(--yellow-color);
    letter-spacing: .4em;
    margin-bottom: 10px
}

.testi-style5 .testi-text {
    font-size: 22px;
    font-family: var(--title-font);
    margin-bottom: 25px
}

.testi-style5 .testi-author {
    display: flex;
    align-items: center
}

.testi-style5 .testi-avater {
    margin-right: 20px;
    width: 70px;
    height: 70px
}

.testi-style5 .testi-avater img {
    width: 100%
}

.testi-style5 .testi-name {
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: 1
}

.testi-style5 .testi-degi {
    text-transform: uppercase;
    color: var(--theme-color);
    font-size: 14px
}

@media(max-width: 1399px) {
    .testi-style1 {
        padding:70px 40px 70px 40px
    }
}

@media(max-width: 1199px) {
    .testi-style1 {
        padding:55px 40px 55px 40px
    }

    .testi-style2 .slick-arrow {
        --pos-x: 0
    }

    .testi-slide1 .testi-text {
        font-size: 16px
    }

    .testi-style5 {
        padding: 30px 25px
    }

    .testi-style5 .testi-text {
        font-size: 18px
    }
}

@media(max-width: 991px) {
    .testi-style4 {
        padding:40px 40px 50px 40px
    }

    .testi-style4::before {
        left: 0
    }

    .testi-style5:after {
        right: 20px;
        font-size: 6rem
    }
}

@media(max-width: 767px) {
    .testi-style1 {
        padding:40px 15px 40px 15px
    }

    .testi-style1 .testi-text {
        font-size: 16px;
        line-height: 26px
    }

    .testi-style1 .testi-author {
        margin-top: 23px
    }

    .testi-style1 .inner-subtitle {
        font-size: 14px;
        margin-bottom: 22px
    }

    .testi-style2 {
        padding: 0 15px 40px 15px
    }

    .testi-style2 .testi-text {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0;
        margin-bottom: 25px
    }

    .testi-style2 .vs-icon {
        margin-bottom: 20px
    }

    .testi-style3 {
        padding: 55px 20px 30px 20px
    }

    .testi-style3 .testi-text {
        font-size: 15px
    }

    .testi-style4 {
        padding: 30px 15px 30px 15px
    }
}

.team-thumbnail,.team-style1 .team-img {
    background-color: #e5d4ce;
    border-radius: 9999px;
    overflow: hidden;
    margin: 7px;
    outline: .5px solid rgba(154,86,58,.4);
    outline-offset: 5px;
    position: relative;
    transition: all ease .4s
}

.team-thumbnail:after,.team-thumbnail:before,.team-style1 .team-img:after,.team-style1 .team-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    transition: all ease .4s;
    opacity: .1
}

.team-thumbnail:after,.team-style1 .team-img:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.team-thumbnail img,.team-style1 .team-img img {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: scale(1.001);
    transition: all ease .4s
}

.team-style1 {
    text-align: center;
    margin: 0 0 22px 0
}

.team-style1 .team-img {
    background-color: #e5d4ce;
    border-radius: 9999px;
    overflow: hidden;
    margin: 7px;
    outline: .5px solid rgba(154,86,58,.4);
    outline-offset: 5px;
    position: relative;
    transition: all ease .4s
}

.team-style1 .team-img:after,.team-style1 .team-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    transition: all ease .4s;
    opacity: .1
}

.team-style1 .team-img:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.team-style1 .team-img img {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: scale(1.001);
    transition: all ease .4s
}

.team-style1 .team-name {
    font-size: 26px;
    margin: 30px 0 6px 0
}

.team-style1 .team-name a {
    color: inherit
}

.team-style1 .team-name a:hover {
    color: var(--theme-color)
}

.team-style1 .team-degi {
    margin: 0
}

.team-style1:hover .team-img {
    outline-color: var(--theme-color)
}

.team-style1:hover .team-img img {
    transform: scale(1.05)
}

.team-style1:hover .team-img:after,.team-style1:hover .team-img:before {
    width: 50%
}

.team-about {
    padding: 60px 60px 60px 0px
}

.team-about .team-degi {
    color: var(--theme-color);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
    margin: -0.1em 0 5px 0;
    display: block
}

.team-about .team-name {
    margin-bottom: 13px
}

.team-about .team-text {
    margin-bottom: 24px
}

.team-about .team-info {
    margin-bottom: 40px
}

.team-about .team-info .title {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--title-color);
    font-size: 14px;
    letter-spacing: .18em;
    margin-right: 10px
}

.team-about .team-info li {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 10px 0;
    padding: 0 0 11px 0
}

.team-skill-area {
    margin-bottom: 20px
}

.vs-skillbar {
    margin-bottom: 28px
}

.vs-skillbar .skillbar-head {
    display: flex;
    justify-content: space-between
}

.vs-skillbar .skillbar-title {
    font-size: 20px
}

.vs-skillbar .skillbar-number {
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font)
}

.vs-skillbar .skillbar-progress {
    height: 10px;
    width: 100%;
    background-color: var(--secondary-color)
}

.vs-skillbar .progress-value {
    height: 100%;
    background-color: var(--theme-color)
}

.team-style2 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: calc(var(--avater-size, 140px)/2) auto 30px auto;
    padding: .1px 0 30px 0;
    background-color: rgba(154,86,58,.08);
    transition: all ease .4s
}

.team-style2 .team-img {
    width: var(--avater-size, 140px);
    height: var(--avater-size, 140px);
    margin: calc(var(--avater-size, 140px)/-2) auto 24px auto;
    border: 2px solid var(--theme-color);
    overflow: hidden;
    border-radius: 50%
}

.team-style2 .team-img img {
    width: 100%;
    border-radius: 50%;
    transition: all ease .4s;
    transform: scale(1)
}

.team-style2 .team-name {
    margin: 0 0 4px 0;
    font-size: 26px
}

.team-style2 .team-name a {
    color: inherit;
    transition: .4s all ease
}

.team-style2 .team-name a:hover {
    color: var(--white-color)
}

.team-style2 .team-degi {
    color: var(--theme-color);
    font-weight: 500;
    letter-spacing: .1em;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    transition: .4s all ease;
    margin-bottom: 11px
}

.team-style2 .team-social {
    margin-bottom: 18px
}

.team-style2 .team-social a {
    display: inline-block;
    color: var(--body-color);
    margin-right: 7px;
    transition: .4s all ease
}

.team-style2 .team-social a:last-child {
    margin-right: 0
}

.team-style2 .team-social a:hover {
    color: var(--white-color)
}

.team-style2 .vs-btn {
    padding: 10px 15px;
    font-size: 12px;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--border-color);
    color: var(--theme-color)
}

.team-style2 .vs-btn:hover {
    color: var(--white-color);
    border-color: rgba(0,0,0,0)
}

.team-style2:hover {
    background-color: var(--theme-color)
}

.team-style2:hover .team-img img {
    transform: scale(1.15)
}

.team-style2:hover .team-name a:hover,.team-style2:hover .team-social a:hover {
    color: var(--title-color)
}

.team-style2:hover .vs-btn,.team-style2:hover .team-degi,.team-style2:hover .team-social a,.team-style2:hover .team-name a {
    color: var(--white-color)
}

.team-style3 {
    text-align: center;
    margin-bottom: 25px;
    --image-size: 200px;
    --links-size: 40px
}

.team-style3 .member-img {
    border-radius: 50%;
    position: relative;
    width: var(--image-size);
    height: var(--image-size);
    margin: 0 auto
}

.team-style3 .member-img img {
    position: relative;
    transition: all ease .4s;
    transform: scale(1);
    width: 100%;
    border-radius: 50%
}

.team-style3 .degi {
    text-transform: uppercase;
    color: var(--theme-color);
    letter-spacing: .2em;
    display: block;
    margin-bottom: 7px;
    font-size: 14px
}

.team-style3 .member-content {
    padding-top: 20px;
    position: relative
}

.team-style3 .sign {
    position: absolute;
    left: 50%;
    top: calc(50% + 40px);
    transform: translate(-50%, -50%);
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.team-style3 .member-links ul>* {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px
}

.team-style3 .member-links ul>*:nth-of-type(1) {
    transform: rotate(110deg) translate(100px) rotate(-110deg)
}

.team-style3 .member-links ul>*:nth-of-type(2) {
    transform: rotate(138deg) translate(100px) rotate(-138deg)
}

.team-style3 .member-links ul>*:nth-of-type(3) {
    transform: rotate(166deg) translate(100px) rotate(-166deg)
}

.team-style3 .member-links ul>*:nth-of-type(4) {
    transform: rotate(194deg) translate(100px) rotate(-194deg)
}

.team-style3 .member-links ul>*:nth-of-type(5) {
    transform: rotate(222deg) translate(100px) rotate(-222deg)
}

.team-style3 .member-links a,.team-style3 .member-links span.icon {
    display: inline-block;
    width: var(--links-size);
    height: var(--links-size);
    line-height: var(--links-size);
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 50%;
    transition: all ease .4s;
    box-shadow: -12px 0 22px 0px rgba(0,0,0,.05)
}

.team-style3 .member-links a:hover,.team-style3 .member-links span.icon:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.team-style3 .member-links a {
    opacity: 0;
    visibility: hidden
}

.team-style3:hover .member-links a,.team-style3:hover .sign {
    opacity: 1;
    visibility: visible
}

.team-style4 {
    text-align: center;
    border: rgba(0,0,0,0);
    background-color: var(--white-color);
    padding: 10px 10px 20px 10px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 0;
    transition: all ease .4s
}

.team-style4 .team-img {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative
}

.team-style4 .team-img img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease .4s
}

.team-style4 .team-img .team-social {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    margin: 0
}

.team-style4 .team-img .team-social a {
    display: block;
    margin: 0 0 10px 0;
    transform: translateX(-40px);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s
}

.team-style4 .team-img .team-social a:nth-of-type(1) {
    transition-delay: 0s
}

.team-style4 .team-img .team-social a:nth-of-type(2) {
    transition-delay: .1s
}

.team-style4 .team-img .team-social a:nth-of-type(3) {
    transition-delay: .2s
}

.team-style4 .team-img .team-social a:nth-of-type(4) {
    transition-delay: .3s
}

.team-style4 .team-img .team-social a:last-child {
    margin-bottom: 0
}

.team-style4 .team-name {
    font-size: 26px;
    margin: 0 0 5px 0;
    line-height: 1
}

.team-style4 .team-degi {
    text-transform: uppercase;
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    display: block
}

.team-style4 .team-social {
    margin-top: 15px
}

.team-style4 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: var(--title-color);
    background-color: #fef6f4;
    margin-right: 10px;
    border-radius: 0
}

.team-style4 .team-social a:last-child {
    margin-right: 0
}

.team-style4 .team-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.team-style4:hover {
    border-color: var(--theme-color)
}

.team-style4:hover .team-img img {
    transform: scale(1.15)
}

.team-style4:hover .team-img .team-social a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

@media(min-width: 1199px) {
    .team-align-style1>[class*=col-]:nth-child(even),.team-align-style1 .slick-slide:nth-child(even) {
        margin-top:50px
    }
}

@media(max-width: 1399px) {
    .team-about {
        padding:0
    }
}

@media(max-width: 767px) {
    .team-style4 .team-social a {
        width:35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 5px
    }

    .team-style4 .team-name {
        font-size: 22px
    }

    .team-style4 .team-degi {
        font-size: 12px
    }
}

.gallery-style1 {
    position: relative;
    overflow: hidden
}

.gallery-style1 .gallery-img {
    overflow: hidden
}

.gallery-style1 .gallery-img img {
    transition: all ease .4s;
    transform: scale(1.001);
    width: 100%
}

.gallery-style1 .gallery-img.img-rounded {
    border-radius: 9999px
}

.gallery-style1 .gallery-shape {
    position: absolute;
    left: var(--shape-gap, 13px);
    top: var(--shape-gap, 13px);
    right: var(--shape-gap, 13px);
    bottom: var(--shape-gap, 13px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: rotate3d(1, 1, 0, -45deg);
    transform-origin: bottom left;
    transition: all ease .6s
}

.gallery-style1 .gallery-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    transform: translateY(-50%)
}

.gallery-style1 .gallery-title {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 12px 0
}

.gallery-style1 .gallery-tag {
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--theme-color);
    display: block;
    line-height: 1
}

.gallery-style1 .gallery-btn {
    font-size: 36px;
    color: var(--title-color);
    display: inline-block;
    margin: 0 0 15px 0
}

.gallery-style1 .gallery-btn:hover {
    color: var(--theme-color)
}

.gallery-style1 .gallery-btn,.gallery-style1 .gallery-tag,.gallery-style1 .gallery-title {
    transform: translateY(30px);
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.gallery-style1:hover .gallery-img img {
    transform: scale(1.15)
}

.gallery-style1:hover .gallery-shape,.gallery-style1:hover .gallery-tag,.gallery-style1:hover .gallery-btn,.gallery-style1:hover .gallery-title {
    opacity: 1;
    visibility: visible;
    transition-delay: .3s;
    transform: translateY(0)
}

.gallery-style1:hover .gallery-title {
    transition-delay: .4s
}

.gallery-style1:hover .gallery-tag {
    transition-delay: .5s
}

.gallery-style1:hover .gallery-shape {
    transition-delay: 0s;
    transform: rotate3d(1, 1, 0, 0)
}

.gallery-style2 {
    position: relative;
    margin-bottom: 50px
}

.gallery-style2 .gallery-img {
    overflow: hidden;
    padding-top: 0;
    transition: all ease .4s
}

.gallery-style2 .gallery-img img {
    width: 100%
}

.gallery-style2 .circle-btn {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.gallery-style3 {
    position: relative;
    border-bottom: 4px solid var(--theme-color)
}

.gallery-style3 .gallery-img img {
    width: 100%
}

.gallery-style3:before,.gallery-style3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 1;
    transition: all .3s linear;
    background-color: var(--theme-color)
}

.gallery-style3:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.gallery-style3:hover:before,.gallery-style3:hover:after {
    width: 100%;
    height: 100%;
    opacity: .1
}

.gallery-style3:hover .icon-btn {
    opacity: 1;
    visibility: visible
}

.gallery-style3 .icon-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition-delay: .2;
    --icon-size: 50px;
    --icon-font-size: 18px;
    border-radius: 50%
}

.gallery-bar {
    box-shadow: 0 0 40px 0 rgba(154,86,58,.08);
    padding: 30px 60px;
    margin: -70px 50px 40px 50px;
    position: relative;
    z-index: 2;
    background-color: var(--white-color)
}

.gallery-bar .row {
    --bs-gutter-y: 15px
}

.gallery-bar .bar-title {
    display: block;
    text-transform: uppercase;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-weight: 500;
    letter-spacing: .22em;
    line-height: 1;
    margin: 6px 0 6px 0;
    font-size: 14px
}

.gallery-bar .bar-info {
    font-size: 26px;
    font-family: var(--title-font);
    display: block;
    margin: 0 0 0 0;
    color: var(--title-color)
}

@media(min-width: 991px) {
    .slick-slide .gallery-style2 .gallery-img {
        padding-top:12px
    }
}

.slick-current .gallery-style2 .gallery-img {
    padding-top: 0
}

.slick-current .gallery-style2 .circle-btn {
    bottom: -50px;
    opacity: 1;
    visibility: visible;
    transition-delay: .4s
}

.gallery-slider1 {
    margin: 0 0 -36px 0
}

.gallery-shape1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 304px;
    background-color: rgba(253,231,218,.58);
    background-image: linear-gradient(to bottom, #fff8f5 0%, rgba(0, 0, 0, 0) 100%)
}

@media(max-width: 1399px) {
    .gallery-bar {
        padding:30px 30px;
        margin: -70px 20px 40px 20px
    }
}

@media(max-width: 1199px) {
    .gallery-bar {
        padding:30px 30px;
        margin: 30px 0 30px 0
    }

    .gallery-bar .bar-info {
        font-size: 22px
    }
}

@media(max-width: 991px) {
    .gallery-bar .bar-title {
        font-size:12px;
        letter-spacing: 0
    }

    .gallery-bar .bar-info {
        font-size: 20px
    }

    .gallery-bar .play-btn {
        --icon-size: 60px;
        --icon-font-size: 17px
    }
}

@media(max-width: 767px) {
    .gallery-style1 .gallery-btn {
        font-size:24px;
        margin: 0 0 10px 0
    }

    .gallery-style1 .gallery-title {
        font-size: 20px;
        margin-bottom: 6px
    }

    .gallery-style1 .gallery-tag {
        letter-spacing: 0;
        font-size: 14px
    }

    .gallery-style2 .circle-btn {
        --btn-size: 80px
    }

    .gallery-style2 .arrows-style1 button {
        font-size: 12px
    }

    .gallery-bar {
        padding: 30px 15px;
        margin: 30px 0 30px 0
    }

    .gallery-bar .bar-info {
        font-size: 18px
    }

    .gallery-bar [class*=col-] {
        order: 2
    }

    .gallery-bar [class*=col-]:last-child {
        order: 1
    }
}

@media(max-width: 575px) {
    .gallery-bar .bar-info {
        font-size:17px
    }
}

.feature-style1 {
    text-align: center;
    background-color: var(--white-color);
    padding: 0 40px 42px 40px;
    outline: 1px dashed rgba(154,86,58,.5);
    outline-offset: -12px;
    margin: 35px 0 30px 0;
    box-shadow: 2px 3.464px 19.53px 1.47px rgba(18,27,36,.11);
    transition: all ease .4s
}

.feature-style1 .vs-icon {
    margin: -29px 0 25px 0;
    --icon-size: 85px;
    box-shadow: 0 0 0 14px var(--white-color)
}

.feature-style1 .arrow-shape {
    margin: 13px 0 14px 0;
    opacity: .8
}

.feature-style1 .arrow-shape .arrow {
    transition: all ease .4s
}

.feature-style1 .feature-title {
    font-size: 23px;
    margin: 0 0 10px 0;
}

.feature-style1 .feature-text {
    color: #6f6c6c;
    margin: 0;
    transition: all ease .4s
}

.feature-style1:hover {
    background-color: var(--theme-color);
    outline-color: var(--white-color);
    box-shadow: none
}

.feature-style1:hover .vs-icon {
    box-shadow: 0 0 0 14px var(--theme-color);
    background-color: var(--title-color)
}

.feature-style1:hover .vs-icon:before {
    border-color: var(--white-color)
}

.feature-style1:hover .arrow-shape .arrow {
    background-color: var(--white-color)
}

.feature-style1:hover .feature-text,.feature-style1:hover .feature-title a {
    color: var(--white-color)
}

.feature-style2 {
    text-align: center;
    outline: 1px dashed rgba(154,86,58,.5);
    outline-offset: -15px;
    padding: .1px 55px 55px 55px;
    background-color: var(--white-color);
    --icon-size: 140px;
    margin: calc(var(--icon-size)/3 + 8px) 0 30px 0;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116,117,117,.1)
}

.feature-style2 .feature-text {
    margin: 0 auto 28px auto;
    color: #6f6c6c;
    line-height: 22px;
    max-width: 275px
}

.feature-style2 .vs-icon {
    margin: calc(var(--icon-size)/-3) auto 24px auto;
    display: block;
    transition: all ease .4s
}

.feature-style2 .vs-icon img {
    filter: none;
    transition: all ease .4s;
    transform: rotateY(0)
}

.feature-style2 .arrow-shape {
    margin: 17px 0 17px 0;
    opacity: .5
}

.feature-style2:hover {
    outline-color: var(--theme-color)
}

.feature-style2:hover .vs-icon {
    background-color: var(--theme-color)
}

.feature-style2:hover .vs-icon img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg)
}

@media(max-width: 1399px) {
    .feature-style2 {
        padding:.1px 40px 40px 40px
    }

    .feature-style2 .feature-title {
        font-size: 24px
    }

    .feature-style2 .feature-text {
        margin: 0 auto 18px auto;
        font-size: 14px
    }

    .feature-style2 .arrow-shape {
        margin: 7px 0 7px 0
    }
}

@media(max-width: 1199px) {
    .feature-style1 .feature-title {
        font-size:22px
    }

    .quote-text {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 20px 10px 15px
    }

    .feature-style2 {
        --icon-size: 100px
    }

    .feature-style2 .feature-text {
        margin: 0 auto 10px auto
    }
}

.service-style1 {
    display: flex;
    max-width: 430px;
    margin: 0 0 45px 0;
    align-items: center
}

.service-style1:last-child {
    margin-bottom: 0
}

@media(min-width: 991px) {
    .service-style1.reverse {
        flex-direction:row-reverse;
        text-align: right
    }

    .service-style1.reverse .service-content {
        padding: 0 20px 0 0
    }
}

.service-style1 .service-icon {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    margin: 5px;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    position: relative;
    transition: all ease .4s
}

.service-style1 .service-icon:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px dashed var(--theme-color);
    border-radius: inherit;
    animation: spin 30s infinite linear
}

.service-style1 .service-content {
    padding: 0 0 0 20px;
    flex: 1
}

.service-style1 .service-title {
    font-size: 26px;
    margin: .08em 0 11px 0
}

.service-style1 .service-text {
    margin: 0
}

.service-style1:hover .vs-icon {
    background-color: var(--title-color)
}

.service-style1:hover .vs-icon:before {
    border-color: var(--title-color)
}

.service-style2 {
    padding: 40px 50px 40px 50px;
    background-color: var(--white-color);
    text-align: center;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(54,72,89,.05);
    outline: 1px solid rgba(154,86,58,.25);
    outline-offset: -9px;
    transition: all ease .4s;
    margin: 0 0 30px 0
}

.service-style2 .vs-icon {
    margin-bottom: 28px
}

.service-style2 .service-title {
    font-size: 26px;
    transition: all ease .4s
}

.service-style2 .service-text {
    margin-bottom: 0;
    transition: all ease .4s
}

.service-style2 .arrow-shape {
    margin-bottom: 15px;
    opacity: .4
}

.service-style2:hover {
    background-color: var(--theme-color);
    outline-color: var(--white-color)
}

.service-style2:hover .vs-icon {
    background-color: var(--white-color)
}

.service-style2:hover .vs-icon:before {
    border-color: var(--white-color)
}

.service-style2:hover .service-text,.service-style2:hover .service-title {
    color: var(--white-color)
}

.service-style2:hover .arrow-shape .arrow {
    background-color: var(--white-color)
}

.service-style3 {
    background-color: var(--secondary-color);
    padding: 50px 28px 23px 28px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease .4s;
}

.service-style3 .service-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative
}

.service-style3 .service-img img {
    width: 100%
}

.service-style3 .service-icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--white-color);
    color: var(--white-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: -25px -25px 0 0;
    text-align: center
}

.service-style3 .service-icon img {
    max-height: 40px
}

.service-style3 .service-title {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: bold;
}

.service-style3 .service-text {
    color: #6f6c6c;
    font-size: 14px;
}

.service-style3 .service-icon,.service-style3 .service-text,.service-style3 .service-title a {
    transition: all ease .3s
}

.service-style3:hover,.slick-center .service-style3 {
    background-color: var(--theme-color)
}

.service-style3:hover .service-icon,.slick-center .service-style3 .service-icon {
    background-color: var(--white-color);
    color: var(--title-color)
}

.service-style3:hover .service-text,.service-style3:hover .service-title a,.slick-center .service-style3 .service-text,.slick-center .service-style3 .service-title a {
    color: var(--white-color)
}

.service-style4 {
    text-align: center;
    margin-bottom: 25px
}

.service-style4 .service-icon {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: calc(var(--icon-size, 100px) - 10px);
    display: inline-block;
    text-align: center;
    transition: all ease .4s;
    background-color: var(--white-color);
    border: 4px solid rgba(0,0,0,0);
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px rgba(154,86,58,.2);
    transition: all ease .8s
}

.service-style4 .service-title {
    position: relative;
    font-size: 26px;
    padding: 23px 0 0 0;
    margin: 17px 0 12px 0
}

.service-style4 .service-title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 4px;
    width: 40px;
    margin-left: -20px;
    background-color: var(--theme-color);
    border-radius: 10px
}

.service-style4 .service-text {
    margin: 0 auto 0 auto;
    max-width: 260px
}

.service-style4:hover .service-icon {
    border-color: var(--theme-color);
    box-shadow: none
}

.service-style5 {
    background-color: var(--white-color);
    text-align: center;
    padding: 50px 15px 50px 15px;
    position: relative;
    z-index: 2;
    transition: all ease .4s
}

.service-style5 .service-btn {
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin: 0 0 -25px -25px;
    opacity: 0;
    visibility: hidden;
    color: var(--white-color);
    background-color: var(--title-color);
    border: 2px solid rgba(0,0,0,0);
    font-size: 18px;
    transition: all ease .4s
}

.service-style5 .service-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-color: var(--title-color)
}

.service-style5 .service-title {
    font-size: 26px;
    transition: all ease .4s
}

.service-style5 .service-icon {
    margin-bottom: 25px
}

.service-style5 .service-icon img {
    transition: all ease .4s;
    transform: rotateY(0);
    filter: none
}

.service-style5 .service-text {
    max-width: 215px;
    margin: 0 auto;
    font-size: 14px;
    transition: all ease .4s
}

.service-style5:hover {
    z-index: 3;
    background-color: var(--theme-color)
}

.service-style5:hover .service-icon img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg)
}

.service-style5:hover .service-text,.service-style5:hover .service-title a {
    color: var(--white-color)
}

.service-style5:hover .service-btn {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: .15s
}

.service5-slider {
    margin-bottom: -30px
}

.service5-slider .service-style5 {
    margin-bottom: 30px
}

.service-style6 {
    margin-bottom: 26px
}

.service-style6 .text-inherit:hover {
    color: var(--title-color)
}

.service-style6 .service-icon {
    margin-bottom: 23px
}

.service-style6 .service-name {
    font-size: 26px
}

.service-style6 .service-text {
    margin: 0;
    font-size: 14px
}

.service-inner1 {
    position: relative;
    max-width: 1750px;
    margin: 0 auto;
    z-index: 1
}

.service-inner1:after,.service-inner1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 200px 200px 0;
    background-image: linear-gradient(var(--gradient-direction, to right), rgb(254, 254, 254) 0%, rgb(253, 230, 216) 100%);
    z-index: -1
}

.service-inner1:after {
    left: auto;
    right: 0;
    border-radius: 200px 0 0 200px;
    --gradient-direction: to left
}

.service-box {
    width: 325px;
    max-width: 100%;
    margin-bottom: 50px
}

.service-box .box-title {
    font-size: 24px;
    background-color: #fdebe0;
    border: 1px solid rgba(196,198,200,.2);
    border-left: 3px solid var(--theme-color);
    padding: 23.5px 20px 23.5px 25px;
    margin: 0
}

.service-box a {
    border: 1px solid rgba(196,198,200,.3);
    border-top: none;
    padding: 20.5px 25px;
    font-weight: 500;
    font-size: 16px;
    color: #6f6c6c;
    display: block
}

.service-box a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

@media(max-width: 1399px) {
    .service-inner1 {
        padding:40px 0
    }
}

@media(max-width: 1199px) {
    .service-style1 .service-text {
        margin:0;
        font-size: 14px
    }

    .service-style3 {
        padding: 40px 35px 10px 35px
    }

    .service-style3 .service-text {
        font-size: 14px
    }

    .service-style3 .service-title {
        font-size: 22px
    }

    .service-box {
        width: 100%
    }
}

@media(max-width: 991px) {
    .service-style1 {
        display:block;
        text-align: center;
        max-width: 100%
    }

    .service-style1 .service-content {
        padding: 0
    }

    .service-style2 {
        padding: 40px 30px 40px 30px
    }

    .service-style2 .service-title {
        font-size: 22px
    }

    .service-inner1 {
        padding: 50px 30px
    }

    .service-inner1:after,.service-inner1:before {
        border-radius: 0;
        width: 51%
    }
}

@media(max-width: 767px) {
    .service-inner1 {
        padding:40px 0
    }

    .service-style2 {
        padding: 40px 30px 40px 30px
    }

    .service-style2 .service-text {
        font-size: 14px
    }

    .service-style4 .service-icon {
        --icon-size: 70px
    }

    .service-style4 .service-icon img {
        max-width: 40px
    }

    .service-style4 .service-title {
        font-size: 22px
    }

    .service-style4 .service-text {
        font-size: 14px
    }

    .service-style5 {
        padding: 40px 15px 40px 15px
    }

    .service-style5 .service-title {
        font-size: 22px
    }
}

.banner-inner1 {
    padding: 50px 45px;
    background-color: #fff;
    box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(127,59,29,.09)
}

.banner-style1 {
    display: flex;
    flex-direction: row-reverse;
    background-color: #faefeb;
    border-radius: 10px;
    height: 270px;
    align-items: center
}

.banner-style1 .banner-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--body-font);
    font-weight: 700;
    color: #4d4a49;
    margin: -0.23em -40px 0 0
}

.banner-style1 .banner-price {
    font-size: 32px;
    font-weight: 500;
    color: var(--theme-color);
    display: flex;
    flex-direction: column-reverse
}

.banner-style1 .banner-price del {
    font-size: 20px;
    font-weight: 500;
    color: #717171;
    display: block;
    margin-bottom: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--theme-color)
}

.banner-style1 .banner-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0 45px 30px;
    align-self: stretch
}

.banner-style1 .banner-img {
    padding: 20px 30px 10px 0
}

.banner-style1.layout2 {
    background-color: #faebee
}

.banner-style1.layout3 {
    background-color: #faefeb
}

.banner-style1.layout3 .banner-img {
    margin-right: -55px;
    padding-top: 50px
}

.banner-style2 {
    position: relative;
    margin-bottom: 30px
}

.banner-style2 .banner-img img {
    width: 100%
}

.banner-style2 .banner-content {
    position: absolute;
    width: 100%;
    max-width: 300px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.banner-style2 .banner-label {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 700;
    letter-spacing: .2em;
    display: block;
    margin-bottom: 3px
}

.banner-style2 .banner-title {
    margin-bottom: 21px
}

.banner-style2.layout2 .banner-content {
    right: auto;
    left: 10%
}

.banner-style2.layout2 .vs-btn {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.banner-style2.layout2 .vs-btn:hover {
    color: var(--white-color)
}

.banner-style3 {
    position: relative
}

.banner-style3 .banner-img img {
    width: 100%
}

.banner-style3 .banner-label {
    font-size: 18px;
    color: var(--title-color);
    display: block;
    margin-bottom: 5px
}

.banner-style3 .banner-title {
    max-width: 400px;
    margin-bottom: 40px
}

.banner-style3 .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 60px
}

@media(max-width: 1399px) {
    .banner-style1 .banner-title {
        font-size:18px
    }

    .banner-style1 .banner-price {
        font-size: 24px
    }

    .banner-style1 .banner-price del {
        font-size: 16px
    }
}

@media(max-width: 1199px) {
    .banner-style1 .banner-img {
        padding:8px 20px 15px 0
    }

    .banner-style1 .banner-title {
        font-size: 16px
    }

    .banner-style1 .banner-content {
        padding: 35px 0 28px 25px
    }

    .banner-inner1 {
        padding: 30px 30px
    }

    .banner-style2 .banner-content {
        max-width: 250px
    }

    .banner-style3 .banner-content {
        padding: 20px 30px
    }

    .banner-style3 .banner-label {
        font-size: 16px;
        display: block
    }

    .banner-style3 .banner-title {
        max-width: 260px;
        margin-bottom: 20px;
        font-size: 24px
    }

    .banner-style3 .vs-btn {
        letter-spacing: 0;
        font-size: 12px;
        padding: 15px 25px
    }
}

@media(max-width: 991px) {
    .banner-style2 .banner-title {
        font-size:22px;
        margin-bottom: 10px
    }

    .banner-style2 .banner-label {
        font-size: 12px
    }

    .banner-style2 .banner-content {
        max-width: 180px
    }

    .banner-style2 .vs-btn {
        padding: 10px 20px;
        font-size: 12px
    }

    .banner-style3 .banner-content {
        padding: 20px 20px
    }

    .banner-style3 .banner-label {
        font-size: 14px
    }

    .banner-style3 .banner-title {
        max-width: 240px;
        margin-bottom: 15px;
        font-size: 22px
    }

    .banner-style3 .vs-btn {
        font-size: 10px;
        padding: 13px 20px
    }
}

@media(max-width: 767px) {
    .banner-inner1 {
        padding:30px 15px
    }
}

.category-style1 {
    padding: 30px 20px 35px 20px;
    background-color: var(--white-color);
    text-align: center;
    box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(54,72,89,.1);
    outline: 1px solid rgba(154,86,58,.25);
    outline-offset: -9px;
    transition: all ease .4s
}

.category-style1 .category-icon {
    margin-bottom: 23px
}

.category-style1 .category-icon img {
    transition: all ease .4s;
    filter: none
}

.category-style1 .category-name {
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--body-font);
    font-weight: 700;
    letter-spacing: .15em;
    margin: 0
}

.category-style1 .category-name a {
    transition: all ease .4s
}

.category-style1:hover {
    background-color: var(--theme-color);
    outline-color: var(--white-color)
}

.category-style1:hover .category-icon img {
    filter: brightness(0) invert(1)
}

.category-style1:hover .category-name a {
    color: var(--white-color)
}

.category-style1:hover .category-name a:hover {
    text-decoration: underline
}

.info-box {
    padding: 50px 60px;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.info-box:before {
    z-index: -1
}

.info-box .sec-title {
    color: var(--white-color);
    margin-bottom: 40px
}

.info-box .info-title {
    font-size: 16px;
    color: var(--white-color);
    font-family: var(--body-font);
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px 0
}

.info-box .info-text {
    color: #e4e1e1;
    line-height: 28px;
    margin: 0
}

.info-box .info-item {
    margin: 0 0 30px 0
}

.info-box .vs-btn {
    margin: 20px 0 0 0
}

.brand-inner1 {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 80px 0
}

.schedule-box1 {
    position: relative
}

.schedule-box1 .schedule-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center
}

.schedule-box1 .schedule-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    display: block;
    margin-bottom: 2px
}

.schedule-box1 .schedule-title {
    margin-bottom: 30px
}

.schedule-box1 .schedule-time {
    color: var(--title-color);
    margin: 0 0 10px 0;
    font-weight: 500
}

.schedule-box1 .schedule-time:last-child {
    margin-bottom: 0
}

.schedule-box1 .schedule-img img {
    width: 100%
}

.schedule-box1.style2:before {
    content: "";
    position: absolute;
    border: 5px solid var(--theme-color);
    top: 20px;
    right: 20px;
    bottom: -20px;
    left: -20px
}

@media(max-width: 991px) {
    .info-box {
        padding:40px 30px
    }

    .schedule-box1.style2 {
        margin-left: 20px
    }
}

@media(max-width: 767px) {
    .info-box .sec-title {
        margin-bottom:20px
    }

    .info-box .info-item {
        margin: 0 0 20px 0
    }

    .info-box .vs-btn {
        margin: 0px 0 0 0
    }
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0,0,0,.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--black-color);
    color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease .4s;
    z-index: 2
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: rgba(0,0,0,0);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--body-bg);
    width: 400px;
    margin-left: auto;
    padding: 40px 40px 80px 40px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0,0,0,.1);
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: rgba(0,0,0,0)
}

.sidemenu-wrapper .widget_title {
    margin-bottom: 36px;
    padding-bottom: 15px;
    text-transform: uppercase
}

.sidemenu-wrapper .widget_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 2px;
    background-color: var(--theme-color)
}

.sidemenu-wrapper .footer-info {
    color: #737373
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0,0,0,.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease .4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    color: var(--theme-color);
    background-color: var(--white-color);
    font-size: 30px;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease .4s
}

.popup-search-box button.searchClose:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    transform: rotate(90deg)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease .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: 2px solid var(--theme-color);
    background-color: rgba(0,0,0,0);
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,0);
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease .4s;
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease .4s;
    border-radius: 0
}

.popup-search-box.show form {
    transition-delay: .5s;
    transform: translate(-50%, -50%) scale(1)
}

.woocommerce-message,.woocommerce-info {
    position: relative;
    border: 1px solid var(--border-color);
    padding: 11px 20px;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 0
}

.woocommerce-message a,.woocommerce-info a {
    color: inherit;
    text-decoration: underline
}

.woocommerce-message a:hover,.woocommerce-info a:hover {
    text-decoration: underline
}

.woocommerce-message:before,.woocommerce-info:before {
    content: "ïª";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0,0,0,0)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "ï…Š";
    font-weight: 300
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

.star-rating:before {
    content: "ï€…ï€…ï€…ï€…ï€…";
    color: var(--theme-color);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
    font-weight: 400
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "ï€…ï€…ï€…ï€…ï€…";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-color);
    letter-spacing: 3px;
    font-weight: 700
}

.quantity {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center
}

.quantity>label {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--body-color);
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 20px 0 0
}

.quantity input {
    padding: 0 10px 0 10px;
    width: 70px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    --body-color: var(--title-color);
    border: 1px solid rgba(147,149,151,.2);
    border-left: none;
    border-right: none
}

.quantity .qty-btn {
    border: 1px solid rgba(147,149,151,.2);
    background-color: rgba(0,0,0,0);
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #bcbcbc;
    font-size: 16px
}

.quantity .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.quantity .quantity-plus {
    bottom: 30px
}

.rating-select {
    margin-top: -0.4em
}

.rating-select label {
    margin: 0 10px 0 0;
    display: inline-block;
    color: var(--body-color)
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "ï€…";
    font-weight: 400;
    text-indent: 0;
    color: var(--theme-color)
}

.rating-select p.stars a:hover~a::before {
    content: "ï€…";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "ï€…";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "ï€…";
    font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
    content: "ï€…";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "ï€…";
    font-weight: 700
}

.product-big-img {
    background-color: #f1f1f1;
    border: 1px solid rgba(203,203,203,.3);
    margin-bottom: 20px
}

.product-thumb-slide {
    margin-bottom: 22px
}

.product-thumb-slide.row {
    --bs-gutter-x: 20px
}

.product-thumb-slide .thumb {
    background-color: #f1f1f1;
    overflow: hidden;
    transition: all ease .4s;
    border: 1px solid rgba(203,203,203,.3);
    cursor: pointer
}

.product-thumb-slide .thumb img {
    transition: all ease .4s;
    width: 100%
}

.product-thumb-slide .thumb:hover {
    border-color: var(--theme-color)
}

.product-thumb-slide .slick-current .thumb {
    border-color: var(--theme-color)
}

.product-thumb-slide .slick-current .thumb img {
    transform: scale(1.15)
}

.vs-sort-bar {
    margin-bottom: 40px
}

.vs-sort-bar .row {
    --bs-gutter-y: 20px
}

.woocommerce-result-count {
    margin: 0
}

.woocommerce-ordering select {
    height: 50px;
    --body-color: #555555;
    padding: 0 30px 0 20px;
    background-position: right 17px center;
    font-size: 14px
}

.product-about {
    margin-bottom: 21px
}

.product-about .product-rating {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 0 5px 0
}

.product-about .product-rating .star-rating {
    margin-right: 10px;
    font-size: 12px;
    width: 80px
}

.product-about .product-title {
    font-size: 46px;
    margin-bottom: 12px
}

.product-about .product-price {
    font-size: 32px;
    font-weight: 500;
    color: var(--title-color);
    line-height: 1;
    margin: 0 0 28px 0
}

.product-about .product-price del {
    font-size: .7em;
    color: var(--body-color);
    font-weight: 400
}

.product-about .product-text {
    margin-bottom: 31px
}

.product-about .quantity {
    width: 100%
}

.product-about .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 20px
}

.product-about .actions .vs-btn {
    flex: 1
}

.product-about .product-getway {
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 30px 0;
    margin-bottom: 22px
}

.product-about .getway-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 8px
}

.inner-pane {
    background-color: #f1f1f1;
    padding: 32px 35px 5px 35px
}

#productTabContent {
    margin-bottom: 79px
}

.product_meta {
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase
}

.product_meta>span {
    display: block;
    margin-bottom: 3px;
    color: var(--title-color)
}

.product_meta>span:last-child {
    margin-bottom: 0
}

.product_meta>span a {
    color: inherit
}

.product_meta>span a:hover {
    color: var(--theme-color)
}

.product_meta>span>a,.product_meta>span>span {
    position: relative;
    margin-left: 3px;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 400
}

.product_meta>span>a:first-child,.product_meta>span>span:first-child {
    margin-left: 5px
}

.product_meta>span>a:not(:last-child)::after,.product_meta>span>span:not(:last-child)::after {
    content: ",";
    margin-right: 3px
}

.product-tab1 {
    margin: 49px 0 30px 0;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    position: relative
}

.product-tab1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    border-bottom: inherit
}

.product-tab1 a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 0;
    color: var(--body-color)
}

.product-tab1 a:after {
    content: "-";
    position: relative;
    display: inline-block;
    margin: 0 23px 0 23px;
    color: var(--body-color)
}

.product-tab1 a:hover,.product-tab1 a.active {
    color: var(--theme-color)
}

.product-tab1 li:last-child a:after {
    display: none
}

.product-style1 {
    margin: 0 0 22px 0
}

.product-style1 .product-img {
    background-color: #f8efea;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0
}

.product-style1 .product-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 1;
    transform: scale(0.7)
}

.product-style1 .product-img img {
    transition: all ease .4s;
    transform: scale(1.001)
}

.product-style1 .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.product-style1 .actions .vs-btn,.product-style1 .actions .icon-btn {
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px)
}

.product-style1 .actions .icon-btn {
    margin-left: 5px
}

.product-style1 .actions .icon-btn:first-child {
    margin-left: 0
}

.product-style1 .actions .vs-btn {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    transform: translateY(20px)
}

.product-style1 .product-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-style1 .product-title {
    font-size: 24px;
    margin: 0 0 2px 0
}

.product-style1 .product-price {
    font-size: 18px;
    color: var(--theme-color);
    margin: 2px 0 0 0;
    line-height: 1;
    font-family: var(--title-font)
}

.product-style1 .product-price del {
    font-size: .8em;
    color: var(--body-color);
    margin-left: 5px
}

.product-style1 .product-category a {
    color: #6f6c6c
}

.product-style1 .product-category a:hover {
    color: var(--theme-color)
}

.product-style1:hover .product-img:before {
    opacity: .51;
    visibility: visible;
    transform: scale(1.001)
}

.product-style1:hover .product-img img {
    transform: scale(1.05)
}

.product-style1:hover .actions .icon-btn,.product-style1:hover .actions .vs-btn {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: .2s
}

.product-style2 {
    margin-bottom: 50px
}

.product-style2 .product-img {
    background-color: #f1f1f1;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative
}

.product-style2 .product-img img {
    transform: scale(1.001);
    transition: all ease .4s
}

.product-style2 .actions {
    position: absolute;
    right: 15px;
    top: 15px
}

.product-style2 .actions .icon-btn {
    display: block;
    border-radius: 0;
    margin-bottom: 10px;
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden
}

.product-style2 .actions .icon-btn:last-child {
    margin-bottom: 0
}

.product-style2 .product-title {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 4px 0
}

.product-style2 .product-category a {
    color: #555
}

.product-style2 .product-category a:hover {
    color: var(--theme-color)
}

.product-style2 .product-price {
    font-size: 24px;
    font-family: var(--title-font);
    color: var(--title-color);
    margin: -0.08em 0 0 0
}

.product-style2 .product-price .currency {
    font-size: .7em;
    vertical-align: top;
    position: relative;
    margin-right: 2px;
    top: -0.1em
}

.product-style2 .product-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-style2:hover .product-img img {
    transform: scale(1.1)
}

.product-style2:hover .actions .icon-btn {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.product-style2:hover .actions .icon-btn:nth-child(1) {
    transition-delay: .1s
}

.product-style2:hover .actions .icon-btn:nth-child(2) {
    transition-delay: .15s
}

.product-style2:hover .actions .icon-btn:nth-child(3) {
    transition-delay: .2s
}

.slick-slide .product-style2 {
    margin-bottom: 21px
}

@media(max-width: 1199px) {
    .product-about .product-title {
        font-size:36px;
        margin-bottom: 12px
    }

    .product-about .product-price {
        font-size: 26px;
        margin: 0 0 18px 0
    }
}

@media(max-width: 991px) {
    .product-thumb-slide {
        margin-bottom:30px
    }
}

@media(max-width: 767px) {
    .product-about .product-title {
        font-size:30px;
        margin-bottom: 12px
    }

    .product-about .product-price {
        font-size: 22px;
        margin: 0 0 18px 0
    }

    .inner-pane {
        padding: 32px 15px 5px 15px
    }
}

.accordion-style1 .accordion-item {
    margin: 0 0 20px 0;
    padding: 0 35px 6.5px 35px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 7.5px 12.99px 40px 0px rgba(154,86,58,.05);
    border-radius: 0;
    transition: all ease .4s
}

.accordion-style1 .accordion-item.active,.accordion-style1 .accordion-item:hover {
    border-color: var(--theme-color)
}

.accordion-style1 .accordion-button {
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 24.5px 0 18px 0;
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left
}

.accordion-style1 .accordion-button:after {
    position: absolute;
    right: 0;
    content: "ï£";
    font-family: var(--icon-font);
    font-weight: 300;
    color: var(--title-color);
    border: none;
    width: auto;
    height: auto;
    background-image: none;
    transform: rotate(-90deg);
    transition: all ease .4s;
    margin-left: 10px
}

.accordion-style1 .accordion-button:focus {
    box-shadow: none
}

.accordion-style1 .accordion-button:not(.collapsed):after {
    transform: rotate(0)
}

.accordion-style1 .accordion-button:hover {
    color: var(--theme-color)
}

.accordion-style1 .accordion-body {
    padding: 20px 0 20px 0;
    border-top: 1px solid var(--border-color)
}

.accordion-style1 .accordion-body p {
    font-size: 16px
}

.accordion-style1 .accordion-body p:last-child {
    margin-bottom: 0
}

.accordion-style1 .accordion-collapse {
    border: none
}

@media(max-width: 1399px) {
    .accordion-style1 .accordion-item {
        margin:0 0 20px 0;
        padding: 0 20px 6.5px 20px
    }

    .accordion-style1 .accordion-button {
        padding: 18px 0 14px 0;
        font-size: 18px
    }
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-1px {
    padding-bottom: 1px
}

.pt-30 {
    padding-top: 30px
}

.mt-n1 {
    margin-top: -0.25rem
}

.mt-n2 {
    margin-top: -0.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -0.25rem
}

.mb-n2 {
    margin-bottom: -0.5rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.mb-10 {
    margin-bottom: 10px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-30 {
    margin-top: 30px
}

.space,.space-top {
    padding-top: var(--section-space)
}

.space,.space-bottom {
    padding-bottom: var(--section-space)
}

.space-extra,.space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.space-extra,.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

@media(max-width: 991px) {
    .space,.space-top {
        padding-top:var(--section-space-mobile)
    }

    .space,.space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .space-extra,.space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .space-extra,.space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .space-top-md-none {
        padding-top: 0
    }
}

.vs-features-layout1 .shape1 {
    bottom: 0;
    left: 48%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 560px
}

.vs-features-layout1 .shape2 {
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    height: 100%;
    z-index: -1;
    background-color: #fcf2ee;
    background-color: var(--secondary-color)
}

.vs-features-layout1 .shape3 {
    left: 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-left: -460px;
    margin-top: -440px;
    display: inline-block;
    left: 50%;
    top: 0;
    border-radius: 50%;
    background: var(--white-color);
    z-index: 1
}

.vs-features-layout1 .shape5 {
    transform: scale(0.96);
    background-color: rgba(0,0,0,0);
    border: 34px solid var(--theme-color);
    opacity: .5
}

.vs-features-layout1 .inner-wrapper {
    position: relative;
    z-index: 5;
    padding: 120px 0
}

.vs-features-layout1 .feature-text:last-child {
    margin-bottom: 0
}

.vs-features-layout1 .media-icon {
    margin-top: 3px;
    margin-right: 25px
}

.vs-features-layout1 .media-icon .icon-btn:hover {
    color: var(--theme-color) !important
}

.vs-features-layout1 .icon-btn {
    position: relative;
    --icon-size: 60px;
    border-radius: 50%
}

.vs-features-layout1 .icon-btn.has-border:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 1px dashed var(--theme-color);
    border-radius: inherit
}

.vs-features-layout1 .vs-feature {
    margin-bottom: 40px;
    display: flex
}

.vs-features-layout1 .vs-feature:last-child {
    margin-bottom: 0
}

@media(min-width: 1199px) {
    .vs-features-layout1 .row>div:nth-child(1) {
        padding-right:50px
    }

    .vs-features-layout1 .row>div:nth-child(2) {
        padding-left: 50px
    }

    .vs-features-layout1 .row>div:nth-child(2n+1) .vs-feature {
        flex-direction: row-reverse;
        text-align: right
    }

    .vs-features-layout1 .row>div:nth-child(2n+1) .media-icon {
        margin-right: 0;
        margin-left: 25px
    }
}

.vs-features-layout1 .row.has-default-view>div:nth-child(1) {
    padding-right: 15px
}

.vs-features-layout1 .row.has-default-view>div:nth-child(2) {
    padding-left: 15px
}

.vs-features-layout1 .row.has-default-view>div .vs-feature {
    flex-direction: row;
    text-align: left
}

.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-right: 25px;
    margin-left: 0
}

@media(max-width: 1500px) {
    .vs-features-layout1 .shape2 {
        left:0;
        right: 0
    }
}

@media(max-width: 1199px) {
    .vs-features-layout1 .inner-wrapper {
        padding:50px 0
    }
}

@media(max-width: 991px) {
    .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: 767px) {
    .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-right: 0;
        margin-bottom: 15px
    }
}

.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-bottom: 10px;
    transition: all ease .4s;
    position: relative;
    top: -50px;
    opacity: 0;
    visibility: hidden;
    margin: -20px 0 10px 0;
    padding: 0;
    list-style-type: none
}

.vs-team-layout1 .social-links li {
    display: inline-block;
    margin: 0 5px
}

.vs-team-layout1 .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    line-height: 40px;
    box-shadow: 0px 6px 12px 0px rgba(249,163,146,.2);
    border-radius: 50%
}

.vs-team-layout1 .social-links a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.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-gallery-layout1 .vs-gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    background-color: rgba(0,0,0,.6)
}

.vs-gallery-layout1 .vs-gallery-content {
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    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,.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: rgba(0,0,0,0)
}

.vs-gallery-layout1 .instagram-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all ease .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%;
    transition-delay: .4s
}

.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay {
    height: 100%
}

.gallery-box {
    position: relative;
    --shape-space: 45px;
    --btn-size: 50px;
    overflow: hidden
}

.gallery-box.box-rounded {
    border-radius: 50%
}

.gallery-box img {
    border-radius: inherit;
    transition: all ease .4s
}

.gallery-box .gal-btn {
    background-color: rgba(0,0,0,0);
    display: inline-block;
    text-align: center;
    width: var(--btn-size);
    height: var(--btn-size);
    line-height: var(--btn-size);
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 26px;
    z-index: 3;
    color: var(--white-color);
    transform: translate(-50%, -50%);
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.gallery-box .gal-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.gallery-box:before {
    content: "";
    position: absolute;
    top: var(--shape-space);
    right: var(--shape-space);
    bottom: var(--shape-space);
    left: var(--shape-space);
    z-index: 2;
    opacity: 0;
    background-color: var(--theme-color);
    border-radius: inherit;
    transition: all ease .4s;
    transform: scale(0)
}

.gallery-box:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: .2s
}

.gallery-box:hover:before {
    opacity: .86;
    transform: scale(1)
}

.gallery-box:hover img {
    transform: scale(1.2)
}

@media(max-width: 1199px) {
    .gallery-box {
        --shape-space: 20px;
        --btn-size: 30px
    }

    .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: 575px) {
    .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
    }
}

@media(min-width: 1199px) {
    .instagram-align-style1>[class*=col-]:nth-child(even),.instagram-align-style1 .slick-slide:nth-child(even) {
        margin-top:30px
    }
}

.instagram-box {
    position: relative;
    overflow: hidden
}

.instagram-box .insta-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-color);
    display: inline-block;
    width: 182px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.instagram-box .insta-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.instagram-box .insta-btn i {
    margin-right: 10px
}

.instagram-box:hover .insta-btn {
    opacity: 1;
    visibility: visible
}

@media(max-width: 767px) {
    .instagram-box .insta-btn {
        width:130px
    }
}

.vs-pricing-layout2 .vs-price {
    font-size: 80px;
    font-family: var(--title-font);
    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-bottom: 2px solid rgba(154,86,58,.3);
    padding-bottom: 30px;
    margin-bottom: 63px
}

.vs-pricing-layout2 .vs-price-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 43px
}

.vs-pricing-layout2 .vs-price-list li {
    display: block;
    clear: both;
    margin: 15px 0;
    padding-right: 40px;
    margin-bottom: 20px;
    position: relative
}

.vs-pricing-layout2 .vs-price-list li:after {
    content: "ï€Œ";
    font-family: var(--icon-font);
    position: absolute;
    right: 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%;
    transition: all ease .4s
}

.vs-pricing-layout2 .vs-price-box {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 80px;
    padding-top: 74px;
    border-bottom: 10px solid rgba(0,0,0,0);
    transition: all ease .4s
}

.vs-pricing-layout2 .vs-price-box[data-overlay=theme]:before {
    opacity: .5;
    z-index: -1;
    transition: all ease .4s;
    bottom: -10px;
    background-color: var(--secondary-color)
}

.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
}

@media(max-width: 1199px) {
    .vs-pricing-layout2 .vs-price-box {
        padding:40px;
        padding-top: 34px
    }
}

@media(max-width: 991px) {
    .vs-pricing-layout2 .vs-price-box {
        padding:40px 20px
    }

    .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
    }
}

.vs-blog-layout2 .vs-blog {
    display: block;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,.05)
}

.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
}

.vs-blog-layout2 .blog-meta a {
    text-transform: capitalize
}

.vs-blog-layout2 .blog-meta a i {
    color: var(--theme-color)
}

@media(max-width: 1199px) {
    .vs-blog-layout2 .blog-content {
        padding:15px;
        padding-bottom: 15px
    }

    .vs-blog-layout2 .blog-meta a {
        font-size: 14px
    }
}

.counter-inner1 {
    padding: 40px 0
}

.counter-media {
    padding: 13px 40px
}

.counter-media .sec-title {
    margin-bottom: 10px
}

.counter-media .counter-text {
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 300
}

@media(max-width: 1199px) {
    .counter-media {
        padding:13px 10px
    }
}

@media(max-width: 991px) {
    .counter-media {
        padding:10px 20px
    }
}

@media(min-width: 1199px) {
    .testimonial-box-img {
        position:absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1
    }
}

.testimonial-box-img .slick-arrow {
    --icon-size: 60px;
    left: auto;
    right: -1px;
    top: 0;
    transform: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
    background-color: var(--white-color);
    color: var(--theme-color)
}

.testimonial-box-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.testimonial-box-img .slick-arrow.slick-next {
    top: var(--icon-size);
    right: calc(var(--icon-size)*-1);
    bottom: auto;
    left: auto
}

.testimonial-box {
    background-color: var(--white-color);
    text-align: center;
    padding: 78px 40px 80px 40px;
    margin-top: 120px;
    z-index: 2;
    position: relative
}

.testimonial-box .testi-title {
    font-size: 36px;
    margin-bottom: 10px
}

.testimonial-box .quote-icon {
    margin-bottom: 20px
}

.testimonial-box .vs-btn {
    margin-top: 20px;
    border: 2px solid #f4f3f2
}

.testimonial-box .vs-btn i {
    margin-right: 10px
}

.testimonial-box .testi-text {
    max-width: 500px;
    display: inline-block
}

.testi-text-shape {
    font-size: 200px;
    font-family: var(--title-font);
    font-weight: 300;
    color: #f5eee5;
    line-height: 1;
    position: absolute;
    left: 160px;
    bottom: 113px
}

@media(max-width: 1199px) {
    .testimonial-box {
        margin-top:0;
        padding: 48px 40px 50px 40px
    }

    .testimonial-box .testi-text {
        max-width: 700px
    }

    .testimonial-box .testi-title {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .testimonial-box {
        padding:38px 20px 40px 20px
    }

    .testimonial-box .testi-title {
        font-size: 26px
    }

    .testimonial-box .testi-text {
        max-width: 100%;
        margin-bottom: 5px
    }
}
.feature-style1:hover h3.feature-title.h5 {
    color: #fff;
}

.content-wrap:before {
    position: absolute;
    content: "";
    border-width: 22px;
    border-color: rgba(255, 255, 255, 0.4);
    border-style: solid;
    width: 325.18px;
    height: 448.01px;
    top: 162px;
    left: -46.91px;
    z-index: -1;
}

.service-style3:hover h3.service-title.h4 {
    color: #ffff;
}

.checkout-account-2 input {
    margin-top: 5px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}


/*
==========================
1 Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Lato:100,300,400,700,900');
/*
==========================
2 Body
==========================
*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.8em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
/*
==========================
3 Default Css
==========================
*/
/* 3.1 Reset Style */

img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
p,
em {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Lato', sans-serif;
    color: #262626;
    text-transform: initial;
}
.small-text-center {
    text-align: center;
}
.special-font {
    font-size: 24px;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
.positionR {
    position: relative;
}
.positionS {
    position: static;
}
.positionA {
    position: absolute;
}
.black-bg {
    background: #fff;
}
.white-bg {
    background: White;
}
.grey-bg {
    background: #f2f2f2;
}
.border-box {
    border: 1px solid lightgray;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    font-size: 16px;
}
.clear {
    clear: both;
}
.theme-border-bottom {
    border-bottom: 1px solid;
}
.parallax-style {
    background-attachment: fixed;
}
.colorW {
    color: #fff;
}
.colorB {
    color: #000;
}
.colorG {
    #777
}
.title {
    text-transform: uppercase;
}
.fontB {
    font-weight: 600;
}
.special-para {
    font-size: 14px;
}
.slider-text h1,
.foot-sec h3,
.theme-heading h1,
.opening-hours h1,
.page-header-heading h3,
.sidebar-box h4,
.admin-section h3,
.comment-section h3,
.theme-form h3,
.comming-soon-content h2,
.details-section-boxs h1,
.new-letter-box-text h3 {
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
}
/* 3.2 Form Inputs */
input[type=text], input[type=email], input[type=search], input[type=password], input[type=number], select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 76%;
    border: 1px solid #e3e3e3;
    outline: none;
    height: 40px;
    font-size: 13px;
    
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #808080;
    outline: none;
    font-size: 13px;
}

.search-box-1 input {
    width: 100%;
    padding: 12px 20px;
    float: left;
    position: relative;
    outline: none;
    height: 33px;
    font-size: 12px;
    color: #a3a2a2;
    background-color: #f2f2f2;
    border: none;
    border: 1px solid #808080;
}
.nav-seach-box input[type=text] {
    border-radius: 15px;
    background-color: #f1f1f1;
    border: none;
    height: 35px;
    margin-top: 3px;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
.product-checkout.sec input[type=checkbox] {
    visibility: visible;
    margin-top: 9px;
}
.product-input-type input {
    width: 90%;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #262525;
    font-family: 'Lato', sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #808080;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #808080;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #808080;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #808080;
}
.search_bar input::-webkit-input-placeholder,
.search_bar select::-webkit-input-placeholder,
.search_bar textarea::-webkit-input-placeholder {
    color: #fff;
}
.search_bar input::-moz-placeholder,
.search_bar select::-moz-placeholder,
.search_bar textarea::-moz-placeholder {
    color: #fff;
}
.search_bar input:-ms-input-placeholder,
.search_bar select:-ms-input-placeholder,
.search_bar textarea:-ms-input-placeholder {
    color: #fff;
}
.search_bar input:-moz-placeholder,
.search_bar select:-moz-placeholder,
.search_bar textarea:-moz-placeholder {
    color: #fff;
}
i.input {
    position: absolute;
    top: 0;
    margin-top: 12px;
    margin-left: 15px;
}
/* 3.3 Button Style */

.itg-button {
    border: 1px solid #262626;
    color: #262626;
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    font-size: 15px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-color: transparent;
    outline: none;
}
.product-box-btm-blog a.itg-button.pro.left {
    padding: 9px 0px;
    line-height: 21px;
    margin-left: -8px;
    margin-top: 0px;
    width: 100%;
}
.itg-button.light:hover,
.itg-button:hover,
.itg-button.dark {
    color: #fff;
}
.itg-button.light {
    color: #fff;
    background: #404040;
    border-radius: 25px;
    border: none;
}
.checbox-section input[type="checkbox"] + label:before {
    border: 1px solid #808080;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
    margin-top: 5px;
}
.checbox-section input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
    font-size: 11px;
    padding-top: 2px;
}
.checbox-section input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
.checbox-section input[type="checkbox"] {
    display: none;
}
.Payment-Method-section .checbox-section input[type="checkbox"] + label:before {
    border: 1px solid #f1f1f1;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 20px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    margin-top: 5px;
    background: #fff;
}
.Payment-Method-section .checbox-section input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
    font-size: 11px;
    padding-top: 4px;
}
/* 3.4 Padding Style */

.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}
.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 100px 0;
}
.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}
.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}
.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}
.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}
.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}
/* 3.5 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}
.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}
.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 69px;
    margin-top: 92px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}
.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}
.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}
.marLR0 {
    margin-right: 0px;
}
.marLR5 {
    margin-right: 5px;
}
.marLR10 {
    margin: 0 10px;
}
.marLR20 {
    margin: 0 20px;
}
.marLR30 {
    margin: 0 30px;
}
.marLR40 {
    margin: 0 40px;
}
.marLR50 {
    margin: 0 50px;
}
.marLR60 {
    margin: 0 60px;
}
.marLR70 {
    margin: 0 70px;
}
.marLR80 {
    margin: 0 80px;
}
.marLR90 {
    margin: 0 90px;
}
.marLR100 {
    margin: 0 100px;
}
/*
==========================
4 Social Icon
==========================
*/

.social-icon {
    width: 100%;
    float: left;
}
.social-icon li {
    float: left;
}
.theme-circle {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    line-height: 2.1em;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
ul.social-icon .theme-circle:hover {
    color: #fff;
}
.theme-circle:hover,
.theme-circle:focus,
.theme-circle:visited {
    color: #808080;
}
.social-icon.detail a {
    color: #fff;
}
/*
==========================
5 Custom Dropdown
==========================
*/

.custom-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.custom-drop ul li:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
}
/*
==========================
6 Search Bar
==========================
*/

.search_bar {
    position: relative;
}
.search_bar input {
    background-color: #404040;
    border: 0;
    color: #fff;
}
.search_bar button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 1em;
    color: #fff;
    background-color: #404040;
    border: none;
    padding: 0px 20px;
    outline: none;
}
/*
==========================
7 Header Style
==========================
*/
/* 7.1 Top Header */

.contact-info {
    width: auto;
    float: right;
    margin-left: 30px;
}
.contact-info p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2em;
}
.contact-info .theme-circle {
    margin-top: 4px;
}
/* 7.2 Navigation Bar */

.navigation-icon ul li {
    float: left;
}
#main-menu .navigation-icon {
    position: relative;
    padding: 36.5px 0;
    float: right;
    padding-right: 0px;
    width: 40%;
}
.navigation-icon .search_bar {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    right: 15px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #0d0d0d;
}
.top-bar-icon li a:hover > span {
    opacity: 1;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    visibility: visible;
}
.top-bar-icon li a {
    position: relative;
    color: #808080;
}
.top-bar-icon li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 16px solid;
    border-left: 20px solid transparent;
    position: absolute;
    top: -12px;
    right: 50%;
    margin-right: -20px;
}
.top-bar-icon li a span {
    position: absolute;
    bottom: -65px;
    z-index: 5;
    right: 0;
    font-size: 15px;
    padding: 5px 25px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border-radius: 0px;
    color: #fff;
    visibility: hidden;
}
.navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    font-size: 16px;
}
.nav-seach-box {
    width: 60%;
    float: left;
    position: relative;
    padding: 33.8px 0;
}
.menu-left-side:before {
    display: none;
}
.nav-seach-box .button-style {
    position: absolute;
    top: 37px;
    width: 38px;
    border: none;
    height: 35px;
    right: -1px;
    background: #f1f1f1;
    outline: none;
    border-radius: 15px;
    font-size: 14px;
    color: #808080;
}
#main-menu .navbar-nav>li>.dropdown-menu {
    border-top: 0px solid;
    margin-top: 15px !important;
}
#main-menu .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 10px;
}
#main-menu .navbar-nav>li>.dropdown-menu li a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#main-menu .navbar-nav>li>.dropdown-menu li a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.has-submenu.highlighted:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
}
.left-side.menu:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    content: "";
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    left: -14px;
    top: 11%;
}
.navbar .dropdown-menu li .dropdown-menu {
    left: 7% !important;
    box-shadow: none;
    border-top: 0px solid;
}
.left-side.menu {
    border-radius: 25px;
}
.menu-left-side {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.gallery-dropdown-left:after {
    position: absolute;
    top: 16px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
}
.gallery-dropdown-left {
    border-radius: 25px;
}
.navbar .dropdown-menu li.left-side .dropdown-menu {
    margin-left: -228px !important;
}
.left-side.open a:before {
    display: none;
}
/*
===================================
8 Main Slider
===================================
*/

.slider-text {
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -110px;
}
.slider-text h1 {
    font-weight: 500;
    font-size: 50px;
    color: #fff;
}
.slider-image:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.slider-text h3 {
    color: #fff;
    font-weight: 300;
}
.slider-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
#main-menu .navigation-icon .social-icon {
    width: auto;
    float: right;
}
/*
===================================
9 Heading Style
===================================
*/

.heading-lines {
    position: relative;
    display: inline-block;
}
.theme-heading h1 {
    position: relative;
    color: #262626;
    display: block;
    margin-bottom: -10px;
    line-height: 62px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 37px;
}
.theme-heading.background p {
    color: #fff;
}
.theme-heading p {
    max-width: 613px;
    font-size: 14px;
    margin: auto;
}
.theme-heading.background h1 {
    color: #fff;
}
.theme-heading span {
    position: relative;
}
.theme-heading .heading-lines:after {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    margin-top: -1px;
    content: "";
    background: #808080;
    margin-top: 0.4px;
    left: 22px;
}
.theme-heading .heading-lines:before {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    margin-top: 0.4px;
    content: "";
    background: #808080;
    right: 22px;
}
.theme-heading span {
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
    background-color: #308440;
}
/*
===================================
10 Services
===================================
*/

.service-circle {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 0;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.big-circle {
    width: 100%;
    height: 100%;
    background-color: #262626;
    position: relative;
    display: inline-block;
    border-radius: 10%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.big-circle i {
    width: 100%;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
}
.service-box:hover .service-circle {
    padding: 5px;
    border: 1px solid #d4d4d4;
}
.service-box.hover:hover .service-circle {
    border-radius: 10%;
}
.service-box:hover .itg-button {
    color: #fff;
}
.big-circle i {
    font-size: 25px;
    color: #fff;
}
.service-box p {
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
}
.service-box {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
.service-box.hover:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.175);
    background: #fff;
}
/*
===================================
11 Collection Style
===================================
*/

.collection-box {
    width: 100%;
    float: left;
}
.collection-box img {
    width: 100%;
}
.page-tool {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.page-tool-box a,
.page-tool-box span,
.product-list-item .list-icon a,
.tag-list a,
div.tab button,
div.tab button.active span {
    font-size: 16px;
    color: #777777;
    font-weight: 500;
}
.tag-list a {
    font-size: 14px;
}
.page-tool a {
    margin-right: 15px;
}
.page-tool a {
    margin-right: 15px;
}
a.viewGrid {
    color: #797979;
}
a.viewList {
    color: #797979;
}
.page-tool-box select {
    width: auto;
    margin: 0 10px;
}
.product-griad .product-lilte-headings {
    clear: both;
    padding-top: 15px;
}
div#productslist .product-lilte-headings {
    clear: both;
    padding-top: 0px;
}
div#productslist .product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 10px;
}
.Categories p {
    color: #202020;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.Categories-title-box {
    width: 100%;
    float: left;
    position: relative;
}
.Categories-title-box .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.8em;
    text-decoration: none;
    font-size: 14px;
    list-style: none;
}
.Categories-title-box ul.list.boxss li {
    margin-bottom: 10px;
}
.Categories-title-box ul.list li a {
    font-size: 14px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
}
.Categories-title-box .ui-state-active {
    background: #FFF;
    color: #202020;
}
.Categories-title-box .ui-state-hover {
    background: #fff;
}
.Categories-title-box .ui-state-default {
    background: #fff;
}
.Categories-title-box .faq-section .ui-state-default {
    border: none;
    font-weight: normal;
}
.Categories-title-box .faq-section .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0px 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #202020;
}
.Categories-title-box .faq-section .ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 0px;
}
.Categories-title-box .Categories p {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 0px;
}
.Categories-title-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
}
.price-filter-box {
    width: 100%;
    float: left;
    position: relative;
}
.rating-box p {
    text-align: left;
}
.figure-boxx.rsting p {
    text-align: left;
}
.rating-section .itg-button {
    width: 100%;
    text-align: center;
    color: #fff;
}
.price-filter-box .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
}
.price-filter-box .ui-widget.ui-widget-content {
    border: 2px solid #f1f1f1;
}
.price-text p {
    margin-top: 3px;
    margin-bottom: 0;
}
.star-box-section.left p {
    text-align: left;
    margin-top: 5px;
}
.box-list-page p {
    text-align: left;
}
.per-box p {
    font-weight: 500;
    margin-bottom: 0;
}
.box-list-page .social-sharing-box {
    border: none;
}
.star-box-section.left ul li {
    float: left;
    font-size: 16px;
    padding-right: 10px;
    line-height: 18px;
}
.star-box-section.left ul {
    list-style: none;
    padding-left: 0;
}
.star-box-section.left.product-det {
    width: 100%;
    float: left;
    position: relative;
}
.star-box-section.left.product-det li p {
    margin-top: 0px;
}
.product-detail-btn {
    width: 100%;
    float: left;
    position: relative;
}
.order-data.box input {
    border: 1px solid #808080;
}
.social-sharing-box.pro {
    border: none;
}
.setting.box.text p {
    color: #777;
    padding-bottom: 0px;
    padding: 10px 15px;
}
.tap-border {
    border: 1px solid #f1f1f1;
    border-bottom: none;
}
.setting.box.text.border {
    border: 1px solid #f1f1f1;
}
.coming-box .special-style-semidark:before {
    background-color: #000000;
    opacity: 0.7;
}
.coming-box {
    width: 100%;
    float: left;
}
.comming-box-blog {
    margin-top: 12%;
    margin-bottom: 12%;
}
h1.coming-soon-title {
    font-size: 45px;
    color: #fff;
    margin-top: 20px;
    font-weight: 100;
}
.timer-box p {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.timer-box li.timer-circle.colorW {
    color: white;
    font-size: 24px;
    display: inline-block;
    margin-right: 40px;
}
.special-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.second-rows {
    width: 100%;
    float: left;
}
.pagination-box {
    width: 100%;
    float: left;
    position: relative;
}
div#productslist {
    display: none;
}
.pro-top {
    width: 100%;
    float: left;
    position: relative;
}
.pagination-box.section {
    display: none;
}
.billing-box.select.down {
    margin-left: 15px;
}
.boxs-404 {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    z-index: 2;
}
.boxs-404 h4 {
    color: #777;
    padding-bottom: 10px;
}
.drop-box-sec {
    margin-right: -11px;
    float: right;
}
.collection-product-slider .owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 15px;
}
.collection-product-slider .owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 14px;
}
.Reviews-box-blog .comment-section {
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 15px;
}
.Reviews-box-blog article:last-child {
    margin-bottom: 0;
}
.pro-detals-post .tab.table-box .tablinks.active {
    background-color: #fff;
    color: #777777;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    z-index: 2;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pro-detals-post .tabcontent {
    margin-top: -1px;
    z-index: 1;
    position: relative;
}
.Reviews-box-blog {
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
}
.tab.table-box {
    width: 100%;
    position: relative;
}
.blog-griad.product button.tablinks:hover {
    background-color: #fff;
    color: #777;
}
.products.list.box.main .product-text-sec-btn1 {
    width: 75%;
    float: left;
    position: relative;
}
.products.list.box.main .product-text-sec-box .itg-button.light {
    float: left;
}
.products.list.box.main .product-text-sec-icons1 {
    width: 25%;
    float: left;
    position: relative;
}
/*
===================================
12 Banner Section
===================================
*/

.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.special-banner-image {
    background-image: url(../img/background/banner-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.facts i {
    font-size: 25px;
    color: #404040;
    margin-bottom: 10px;
}
.facts h3 {
    color: #fff;
}
.facts h1 {
    font-size: 50px;
}
.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.Counters-section .theme-heading span {
    background: #fff;
}
.Counters-section .theme-heading .heading-lines:before {
    background-color: #fff;
}
.Counters-section .theme-heading .heading-lines:after {
    background-color: #fff;
}
.facts-icon-box {
    width: 80px;
    height: 80px;
    background: red;
    display: inline-block;
}
.facts.box .service-box {
    background: none;
}
.facts.box .big-circle {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100%;
}
.facts.box .service-box {
    padding-top: 0px;
    padding-bottom: 0px;
}
.facts.box:hover .service-circle {
    padding: 0px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    transition: none;
}
.facts.box .service-circle {
    transition: none;
}
.facts.box:hover.facts i {
    color: #fff;
}
.facts.box .count-number {
    margin-bottom: -20px;
}
.facts.box h1 {
    color: white;
}
.facts.box .service-circle {
    border-radius: 100%;
}
/*
===================================
13 Menu
===================================
*/

.menu-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
/*
===================================
14 Opening Hours
===================================
*/

.opening-hours {
    width: auto;
    display: inline-block;
    background: transparent;
    position: relative;
    margin: 0 50px;
    min-width: 332px;
    margin-bottom: 30px;
    border: 4px solid #fff;
    border-radius: 30px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
}
.special-video-image {
    background-image: url(../img/background/video-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.opening-hours h1 {
    font-size: 40px;
    color: #ffffff;
}
.opening-hours h2 {
    color: #fff;
}
.opening-box {
    margin: auto;
    display: table;
}
.opening-sec-box .theme-heading .heading-lines:before {
    background-color: #FFF;
}
.opening-sec-box .theme-heading .heading-lines:after {
    background-color: #FFF;
}
.opening-sec-box .theme-heading span {
    background: #fff;
}
.opening-hours:hover {
    background: white;
    border: 4px solid;
}
/*
===================================
15 Special Menu
===================================
*/

.menu-list-box {
    width: 100%;
    float: left;
}
.menu-list-box h3 {
    line-height: 1.2em;
    width: 100%;
    margin-bottom: 20px;
}
.menu-list-box h3 span {
    font-size: 18px;
    float: right;
}
.menu-list-box figure img {
    width: 100%;
}
.tabcontent {
    display: none;
}
.tab a {
    font-size: 24px;
    margin: 0 15px;
    color: #000;
    display: inline-block;
}
.menu-list-box figure {
    overflow: hidden;
    position: relative;
}
.menu-list-box img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
/*
===================================
16 Our Team
===================================
*/

.our-team {
    width: 100%;
    float: left;
    margin-bottom: -0px;
}
.team {
    margin-bottom: 0px;
}
.team-member {
    width: 100%;
    float: left;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.team-member ul li {
    display: inline-block;
}
.team-member ul li a {
    margin: 0 15px;
    color: #262626;
}
.team-member p {
    margin-bottom: 30px;
}
.team-member hr {
    border-top: 1px solid #dfdfdf;
    margin: 10px 0;
}
.team-member:hover {
    background-color: #fff;
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
/*
===================================
17 Testimonials
===================================
*/

.customer-section {
    background-color: #212121;
}
.customer-box {
    width: 100%;
    float: left;
    position: relative;
}
.customer-box blockquote {
    padding: 70px 0px 70px;
    margin: 0;
    color: #fff;
    border: none;
    border-left: 0;
}
.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
}
.customer-detail .customer-img {
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    float: left;
}
.customer-detail .caption {
    display: inline-block;
    padding-top: 26px;
}
.customer-detail .caption h3 {
    color: #fff;
    margin-left: 20px;
}
.customer-detail .customer-img figure {
    margin-right: -20px;
}
.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
    position: absolute;
    bottom: 100%;
    left: 0%;
    margin-left: 0;
    margin-bottom: -49px;
}
#customer-slider .owl-dots {
    position: relative;
    margin-top: 50px;
}
#customer-slider .owl-stage-outer {
    padding-top: 70px;
    margin-top: -70px;
}
.team-member img {
    width: 100%;
}
#customer-slider {
    z-index: 2;
}
.customer-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.customer-section .theme-heading .heading-lines:before {
    background-color: #fff;
}
.customer-section .theme-heading .heading-lines:after {
    background-color: #fff;
}
.customer-section .theme-heading span {
    background-color: #fff;
}
.partner-box {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding: 50px 0;
}
/*
===================================
18 Products Section
===================================
*/

.product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding: 10px;
}
.product-text-sec-icons1 {
    width: 50%;
    float: left;
    position: relative;
}
.product-text-sec-btn1 {
    width: 50%;
    float: left;
    position: relative;
}
.product-text-sec-icons1 li {
    display: inline-block;
}
.product-text-sec-icons1 li a {
    width: 40px;
    height: 34px;
    background: #ffffff;
    border-radius: 30px;
    color: #808080;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    margin-right: 10px;
}
#productslist .product-text-sec-icons1 li a {
    background: #f7f7f7;
}
#productslist .product-text-sec-box .itg-button.light {
    background: #f7f7f7;
}
.product-text-sec-box .itg-button.light {
    background: #ffffff;
    color: #808080;
    padding: 10px;
    font-size: 14px;
    float: right;
}
.product-lilte-headings {
    clear: both;
    padding-top: 15px;
}
.product-text-sec-box .itg-button.light:hover {
    color: #fff;
}
.product-text-sec-icons1 li a:hover {
    color: #fff;
}
.product-select-boxs select#billing_state29 {
    border-radius: 25px;
    padding: 0 5px;
    margin-top: 5px;
}
.product-select-boxs select#billing_state31 {
    border-radius: 25px;
    padding: 0 5px;
    margin-top: 5px;
}
.product-input-type input.qty {
    width: 90px;
    border-radius: 25px;
}
.product-social-icons-box li a {
    background: #f5f5f5;
    color: #777777;
}
.product-social-icons-box {
    padding-top: 20px;
}
.price-product-section {
    width: 100%;
    float: left;
    position: relative;
}
.product-price-boxs {
    float: left;
    width: 50%;
    position: relative;
}
.product-reating-boxs {
    width: 50%;
    float: left;
    position: relative;
    margin-top: -5px;
}
.product-price-boxs p {
    float: right;
    margin-bottom: 0;
}
.product-reating-boxs p {
    margin-bottom: 0;
}
del.product-price-boxs-text {
    padding-left: 10px;
    color: #000;
}
.detail.Products-section .product-reating-boxs {
    width: 15%;
    float: left;
    position: relative;
    margin-top: -5px;
}
.detail.Products-section .product-price-boxs {
    float: left;
    width: 75%;
    position: relative;
}
.detail.Products-section .product-price-boxs p {
    float: left;
    margin-bottom: 0;
}
.detail.Products-section .product-reating-boxs .star-box-section {
    padding-top: 5px;
}
.products.list.box.main .product-reating-boxs {
    width: 20%;
    float: left;
    position: relative;
    margin-top: -5px;
}
.products.list.box.main .product-price-boxs {
    float: left;
    width: 80%;
    position: relative;
}
.products.list.box.main .product-price-boxs p {
    float: left;
    margin-bottom: 0;
}
.products.list.box.main .star-box-section {
    padding-top: 5px;
}
.product-reating-boxs .star-box-section {
    padding-top: 5px;
}
/*
===================================
19 Price Table
===================================
*/

.table-section {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
h3.price-table-title {
    padding-top: 30px;
    text-align: center;
}
.month-box {
    width: 100%;
    float: left;
    position: relative;
}
.month-box a {
    width: 100px;
    height: 100px;
    background: #404040;
    border-radius: 100%;
    margin: 0 auto;
    display: table;
}
.month-box-title {
    font-size: 15px;
    display: block;
    text-align: center;
}
.month-box a {
    font-size: 24px;
    text-align: center;
    padding: 22px 0;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.month-box a:hover {
    color: #fff;
}
.project-table-box p {
    text-align: center;
    padding-bottom: 5px;
}
.table-btn-section {
    text-align: center;
    margin-top: 10px;
    clear: both;
    margin-bottom: 30px;
}
.table-section:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.175);
    background: #fff;
}
/*
===================================
20 Blog Section
===================================
*/

.blog {
    width: 100%;
    float: left;
}
.blog.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
#blog-slider .blog {
    margin-bottom: 1px;
}
.blog.full p {
    margin-bottom: 30px;
}
.blog figure img {
    width: 100%;
}
.blog blockquote {
    padding: 30px;
    border: 0px;
    font-size: 16px;
    background-color: #f0f0f0;
    position: relative;
}
.blog blockquote:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d9d9d9;
    opacity: 1;
    font-size: 80px;
    content: "\f10e";
    font-family: FontAwesome;
    margin-left: -37px;
    margin-top: -14px;
}
.blog blockquote i {
    position: relative;
}
.collection-box.hover .product-text-sec-icons1 li a {
    width: 60px;
    height: 34px;
}
.collection-box.hover .product-text-sec-icons1 li a i {
    padding-right: 5px;
}
.box-shadow-hover .collection-box:hover {
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
.collection-box {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
.collection-box.hover p {
    padding: 20px;
    margin-bottom: 0;
}
.collection-box.hover .product-lilte-headings {
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: -10px;
}
.blog-side-bar .product-text-sec-icons1 {
    width: 60%;
    float: left;
    position: relative;
}
.blog-side-bar .product-text-sec-btn1 {
    width: 40%;
    float: left;
    position: relative;
}
.blog.side-bos-style1 .product-lilte-headings {
    padding-top: 0px;
}
/*
===================================
21 Bredcrumb Section
===================================
*/

.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.bredcrumb-section {
    background-image: url(../img/background/bredcrumb-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bredcrumb-section:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-head {
    z-index: 1;
    position: relative;
}
/*
===================================
22 Register Page
===================================
*/

.Register-box-btn {
    width: 100%;
    text-align: center;
}
.register-section .tablinks {
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    text-align: center;
    border: 1px solid #262626;
    color: #262626;
    margin: 0;
}
.register-section .tablinks.active,
.register-section .tablinks:hover {
    color: #fff;
}
.register-section label.radio-label {
    display: inline-block;
    color: #000;
    padding: 0 0 0 10px;
}
.register-section input[type=checkbox] {
    position: relative;
    visibility: visible;
}
.register-sec-box {
    background: #f2f2f2;
}
.Register-bottom-icons .theme-circle {
    background: #404040;
    color: #fff;
}
.Register-bottom-icons {
    text-align: center;
}
/*
===================================
23 Owl Carousel Style
===================================
*/

.owl-dots {
    position: absolute;
    bottom: 4%;
    width: 100%;
}
.owl-theme .owl-nav [class*='owl-'] {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 1.8em;
    text-align: center;
    padding: 5px 0px;
    background-color: #404040;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -22.5px;
    width: 100%;
    z-index: -1;
}
.owl-nav .owl-prev {
    float: left;
    margin-left: -50px !important;
}
.owl-nav .owl-next {
    float: right;
    margin-right: -50px !important;
}
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
    font-size: 20px;
    padding: 2px 0;
    width: 100%;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 1px;
    border: 1px solid #f5f5f5;
    background-color: transparent;
}
/*
==========================
24 Preloader
==========================
*/

.preloader {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: fixed;
    z-index: 99999;
}
.preloader .loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.preloader .loader {
    top: 50%;
    margin-top: 20px;
    left: 50%;
    margin-left: -12.5px;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.preloader .loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.preloader .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.preloader .loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
#loading-center img {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 50%;
    margin-left: -56px;
}
#loading-center {
    width: 100%;
    float: left;
    position: absolute;
    clear: both;
    top: 50%;
    margin-top: -46px;
}
/*
===================================
25 Common Css
===================================
*/
/* 25.1 About */

.about-us {
    width: 100%;
    float: left;
}
.about-us p {
    margin-bottom: 30px;
}
.about-us img {
    width: 100%;
}
.about-us figure {
    overflow: hidden;
    position: relative;
}
/* 25.2 Admin Section */

.admin-section {
    width: 100%;
    float: left;
}
.admin-box figure {
    width: 75px;
    margin: auto;
}
.admin-box figure img {
    width: 100%;
}
/* 25.3 Theme Box */

.theme-box {
    width: 100%;
    float: left;
    background-color: #e5e5e5;
    padding: 0 20px;
}
.theme-box .social-icon {
    width: auto;
    float: right;
    padding: 15px 0;
}
.theme-box.icons .theme-circle {
    color: #fff;
}
.theme-box span {
    padding: 24px 0;
    display: inline-block;
    line-height: 1em;
    margin-right: 30px;
}
.theme-box .theme-circle {
    background: #404040;
}
/* 25.4 Theme Form */

.theme-form {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}
.theme-form-background .bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
}
.theme-form-background .bottom-right {
    right: 0;
    bottom: 0;
    position: absolute;
}
.theme-form input,
.theme-form textarea {
    background-color: transparent;
    padding: 5px 40px;
}
/*
===================================
26 Details section
===================================
*/

.details-section-boxs {
    width: 100%;
    float: left;
    position: relative;
}
.detail-box img {
    width: 100%;
}
.details-section-boxs .service-circle {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 100%;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.details-section-boxs .service-box.text-center {
    width: 20%;
    float: left;
    position: relative;
}
.details-section-boxs .details-text-section {
    width: 80%;
    float: left;
    position: relative;
}
.details-section-boxs .big-circle i {
    width: 100%;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
    font-size: 25px;
    color: #fff;
}
.details-section-boxs:hover .service-circle {
    padding: 5px;
    border: 1px solid #d4d4d4;
}
.details-section-boxs .big-circle {
    background-color: #404040;
}
.details-text-section p {
    margin-bottom: 0;
}
.details-section-boxs h1 {
    margin-bottom: 40px;
}
.details-section-boxs .big-circle {
    border-radius: 100%;
}
.details-section-boxs .service-box {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*
===================================
27 Service Detail
===================================
*/

.service-detail {
    width: 100%;
    float: left;
}
.service-detail p {
    margin-bottom: 30px;
}
.service-detail.single p {
    margin-bottom: 15px;
}
.service-detail h3 i {
    font-size: 40px;
}
.service-detail figure {
    overflow: hidden;
    position: relative;
}
.service-detail h3 {
    padding-top: 0px;
}
.service-detail.single h3 {
    padding-top: 0px;
}
/*
===================================
28 Gallery
===================================
*/

.gallery-img {
    width: 100%;
    float: left;
}
.gallery-img figure {
    width: 100%;
    position: relative;
}
.gallery-img figure img {
    width: 100%;
}
.gallery-img figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    top: 50%;
    margin-top: -14px;
    z-index: 2;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-img figure:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-img:hover.gallery-img figure:after,
.gallery-img:hover.gallery-img figure figcaption {
    opacity: 0.90;
    visibility: visible;
}
.gallery-img:hover.gallery-img figure figcaption a i {
    color: #fff;
}
/*
===================================
29 Page style
===================================
*/
/* 29.1 FAQ Page*/

.ui-icon {
    float: right;
    margin-top: 5px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    color: #fff;
}
.ui-accordion .ui-accordion-header {
    outline: none;
    border-radius: 0;
    margin-top: 30px;
}
.ui-icon-triangle-1-s {
    background-position: -65px 0;
}
.ui-icon-triangle-1-e {
    background-position: -32px 0px;
}
/* 29.2 Blockquote */

.dishes img {
    width: 100%;
}
.dish blockquote {
    padding: 30px;
    border: 0px;
    font-size: 16px;
    background-color: #f0f0f0;
    position: relative;
}
.dish blockquote:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d9d9d9;
    opacity: 1;
    font-size: 80px;
    content: "\f10e";
    font-family: FontAwesome;
    margin-left: -37px;
    margin-top: -14px;
}
.dish blockquote i {
    position: relative;
}
/* 29.3 Error Page */

.error-page {
    float: left;
    width: 100%;
}
.error-page h2 {
    font-size: 60px;
    font-weight: 300;
}
.error-page h1 {
    font-size: 70px;
    font-weight: 300;
}
.error-page h1 {
    font-size: 70px;
    font-weight: 300;
}
.error-page h3 {
    font-size: 40px;
    font-weight: 300;
}
.error-img-box {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -110px;
}
/* 29.4 Pagination */

.pagination-box span {
    display: inline-block;
    text-align: center;
    background-color: #404040;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    padding-top: 2px;
}
.pagination-box a span:hover {
    color: #fff;
}
/* 29.5 Sidebar */

.sidebar {
    width: 100%;
    float: left;
}
.sidebar-box {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px 0;
    margin-bottom: 30px;
}
.sidebar-box ul.meta-link li {
    font-size: 15px;
    margin: 5px 0;
}
.sidebar-box ul.meta-link li a:hover {
    padding-left: 15px;
}
.sidebar-box h5 {
    font-weight: bold;
}
.sidebar-box p {
    font-size: 14px;
}
.feature-post {
    width: 100%;
    float: left;
}
.feature-post figure img {
    width: 100%;
}
.feature-post p {
    font-size: 12px;
    margin-bottom: 0;
}
/* 29.6 Comment Area */

.comment-section {
    width: 100%;
    float: left;
}
.comment-box figure {
    width: 80px;
    margin: auto;
}
.comment-box figure img {
    width: 100%;
}
.comment-section h4 span {
    font-size: 14px;
}
.comment-section p {
    margin-bottom: 0;
    font-size: 14px;
}
/* 29.7 Contact Page */

.contact-detail {
    float: left;
    width: 100%;
}
.contact-detail i {
    font-size: 40px;
    margin-bottom: 20px;
}
.location-map {
    float: left;
    width: 100%;
}
.location-map iframe {
    width: 100%;
    margin: 0;
    border: 0px !important;
    padding: 0;
    height: 500px;
}
/* 29.8 Comming Soon */

.comming-soon-content {
    padding: 20px 0;
    z-index: 3;
    position: relative;
}
.special-style-fixed {
    position: fixed;
}
.comming-soon-style-1 {
    background-image: url(../img/background/comming-soon-1-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.comming-soon-style-2 {
    background-image: url(../img/background/comming-soon-2-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.comming-soon-page .special-section {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -290px;
}
.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.comming-soon-content h2 {
    font-size: 30px;
}
.comming-soon-content h1 {
    font-size: 60px;
}
.comming-soon-content .search_bar input {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 30px;
}
.comming-soon-content .search_bar button {
    top: 1px;
    right: 1px;
    height: 96%;
    border-radius: 0px 25px 25px 0px;
}
.timer {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.timer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.timer ul li span {
    font-size: 60px;
    display: block;
}
.timer ul li span.normal {
    font-size: 25px;
}
.after-border {
    position: relative;
}
.after-border:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #717171;
    position: absolute;
    right: 0;
    top: 0;
}
.comming-soon-content.box .theme-circle {
    background: #404040;
    color: #fff;
}
.comming-soon-style-2-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.65;
}
/* 29.9 Team Detail */

.chef-detail {
    float: left;
    width: 100%;
}
.chef-detail img {
    width: 100%;
}
.chef-detail.box .theme-circle {
    background: #404040;
}
/* 29.10 Tooltip Section */

.tooltip {
    position: relative;
    float: right;
}
.tooltip > .tooltip-inner {
    background-color: #313131;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.popOver + .tooltip > .tooltip-arrow {
    border-left: 0px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #313131;
}
.tooltip-arrow {
    left: 9% !important;
}
.tooltip.in {
    left: 55px!important;
}
.progress {
    border-radius: 0;
    overflow: visible;
    margin-top: 15px;
    height: 11px;
}
.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}
/* 29.11 Landing Page */


.landing-page h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.demo img {
    width: 100%;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.demo-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.demo:hover .demo-img {
    top: -25%;
}
.demo-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.demo-button .itg-button {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.demo:hover .demo-button {
    opacity: 1;
    visibility: visible;
}
.preview-cover {
    position: relative;
    width: 100%;
    float: left;
}
.preview-cover img {
    width: 100%;
}
/* 29.12 Filter Section */

.serch-result {
    width: 100%;
    float: left;
}
.filter-section select {
    line-height: 1.2em;
    font-size: 16px;
    color: #000;
}
.filter-section label {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
}
.filter-section p {
    margin: 0;
}
.filter-section p span {
    color: #000;
    font-weight: 600;
}
.filter-section img {
    width: 100%;
}
.serch-result img {
    width: 100%;
}
.serch-result p {
    margin-bottom: 20px;
}
.detail {
    padding-top: 6%;
}
ul.social-icon.detail {
    padding-top: 0;
}
.filter-slider {
    border-radius: 10px;
}
.filter-slider span {
    border-radius: 10px;
    outline: none;
}
.filter-section input {
    background-color: transparent;
    border: 0;
}
.filter-section form {
    display: inline-block;
    width: 100%;
}
.filter-section input[type="checkbox"] {
    display: none;
}
.filter-section label {
    cursor: pointer;
}
.filter-section input[type="checkbox"] + label:before {
    border: 1px solid #333;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    border-radius: 100%;
    margin-top: -3px;
}
.filter-section input[type="checkbox"]:checked + label:before {
    content: "\2713";
    text-align: center;
}
.filter-section input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
.filter-check-box ul li {
    display: inline-block;
    margin-right: 40px;
}
.filter-check-box label {
    color: #777;
}
.filter-section.box {
    background: #f2f2f2;
}
.serch-result.box-sec .product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 0px;
    margin-bottom: 15px;
}
.serch-result.box-sec .product-text-sec-icons1 {
    width: auto;
    float: left;
    position: relative;
}
.serch-result.box-sec .product-text-sec-btn1 {
    width: auto;
    float: left;
    position: relative;
}
.serch-result.box-sec .product-text-sec-icons1 li a {
    background: #f7f7f7;
}
.serch-result.box-sec .product-text-sec-box .itg-button.light {
    background: #f7f7f7;
}
.Filtered-Products-sec {
    background-color: #e6e6e6;
}
/* 29.13 User Profile */

.user-review {
    float: left;
    width: 100%;
    padding: 20px 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.user-review p {
    margin-bottom: 0;
}
.user-detail .theme-circle {
    background: #404040;
}
.user-detail img {
    width: 100%;
}
/* 29.14 Sidebar */

.post-section {
    padding-left: 0;
}
.Categories {
    width: 100%;
    float: left;
    position: relative;
}
.imd-box img {
    width: 100%;
}
.post-section p {
    font-size: 14px;
    margin-bottom: 0;
}
.post-section h4 {
    font-size: 16px;
}
.Recent-box {
    width: 100%;
    float: left;
}
ul.Recent-img-box {
    padding-left: 0;
    margin-bottom: 0;
}
ul.Recent-img-box li {
    float: left;
    padding-right: 6.6px;
    padding-bottom: 6px;
    width: 33%;
}
ul.Recent-img-box img {
    width: 100%;
}
.new-letter-box {
    width: 100%;
    float: left;
}
.new-letter-box p {
    font-size: 14px;
    padding-top: 5px;
}
.Categories ul.list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.list li a {
    font-size: 14px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.tag-list a {
    font-size: 15px;
    background-color: #eee;
    padding: 12px 15px;
    line-height: 1em;
    float: left;
    margin: 0 5px 10px 0;
    transition: all .45s ease-in-out;
}
.tag-list a:hover {
    color: #fff;
}
.search-box-1 button {
    position: absolute;
    top: 1px;
    width: 49px;
    border: none;
    height: 31px;
    right: 1px;
    outline: none;
    background: #f2f2f2;
}
.search-box-1 {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.search-box-1 i {
    font-size: 13px;
    padding: 9px 0;
    color: #a3a2a2;
}
.Categories-title-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
}
.checbox-section p {
    margin: 11px 0;
    padding: 0;
}
.checbox-section label {
    cursor: pointer;
    color: #000000;
    font-weight: 100;
}
.price-filter-text {
    width: 50%;
    position: relative;
    float: right;
    border: none;
}
.filter-box-btn {
    width: 50%;
    float: left;
    position: relative;
}
.price-filter-text input#amount2 {
    border: none;
}
.rating-section .itg-button {
    border: none;
}
/* 29.15 Cart Page */

.product-order-table {
    width: 100%;
    float: left;
    border: 1px solid #f1f1f1;
}
strong.dots-box a {
    font-size: 12px;
    color: white;
    background: #f54e33;
    border-radius: 100%;
    padding: 2px 5px;
}
.Cart-Totals-box .billing-box input {
    border: 1px solid #808080;
}
/* 29.16 Checkout Page */

.checkbox.top {
    margin-top: 0;
    margin-bottom: 0;
    color: #262626;
}
.product-checkout .market-info {
    padding: 15px 18px;
    font-size: 16px;
    background: #f2f2f2;
}
.market-info i {
    margin-right: 10px;
}
.from-text label.inline {
    font-size: 14px;
    margin-bottom: 0;
}
.product-checkout form.login.box.row {
    display: none;
}
.product-checkout form.checkout_coupon {
    display: none;
}
.product-checkout form.login.box p {
    padding-top: 10px;
    padding-bottom: 0px;
}
.tab.table-box button {
    padding: 12px 30px;
    background: white;
    outline: none;
    border: none;
}
.Reviews-box-blog .setting.box.text p {
    padding: 0px;
}
.billing-box label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}
.billing-box input {
    border: 1px solid #808080;
}
.billing-box select {
    padding: 0 0;
}
input#ship-to-different-address-checkbox {
    display: none;
}
.shipping-fields.row {
    display: none;
}
.order-bosx {
    width: 100%;
    float: left;
}
.text-c.order-data h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}
.order-bosx.price h4 {
    margin-top: 8px;
}
.order-table-cell h4 {
    color: #777777;
    font-size: 14px;
    text-align: left;
}
h4.product-title a {
    color: #777777;
    font-size: 14px;
}
.text-cart-box {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.rev-content i {
    font-size: 14px;
}
.Cart-Totals-box {
    background: #f2f2f2;
    border: 1px solid #f1f1f1;
    padding: 20px;
}
.checbox-section p {
    margin: 11px 0;
    padding: 0;
}
.checbox-section label {
    cursor: pointer;
    color: #808080;
    font-weight: 400;
}
.order-text.boxs {
    margin-top: 8px;
}
.form-row {
    margin-bottom: 10px;
}
.Payment-Method-section .checbox-section label {
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.Payment-Method-section {
    width: 100%;
    float: left;
    position: relative;
}
/* 29.17 Order Page */

.order-page {
    width: 100%;
    float: left;
    position: relative;
}
.order-page .text-cart-box {
    font-size: 13px;
}
/*
========================================
30 Vertical Slider
========================================
*/

.vertical-slider-box img {
    width: 100%;
}
.vertical-slider-box .popap-box.slide {
    padding: 0;
}
.vertical-slider-box a.bx-prev {
    position: absolute;
    top: -13%;
    outline: 0;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    left: 22px;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-box a.bx-next {
    position: absolute;
    top: 111%;
    outline: 0;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    left: 22px;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-box a.bx-prev:before {
    content: "\f106";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 28%;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-box a.bx-next:after {
    content: "\f107";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 28%;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-box .bx-wrapper {
    -moz-box-shadow: 0 0 0px;
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
    border: 0px solid;
}
.vertical-slider-2 a.bx-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    left: 38%;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-2 a.bx-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    right: 38%;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-2 a.bx-prev:before {
    content: "\f104";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 35%;
    font-size: 20px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-2 a.bx-next:after {
    content: "\f105";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 35%;
    font-size: 20px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-2 .bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background: #fff;
    margin-bottom: 0px;
}
.vertical-slider-2 .bx-controls-direction {
    padding-top: 160px;
    margin-bottom: -80px;
}
.border-left-site {
    border-left: 2px solid #828282;
    padding-left: 10px;
    margin-top: 5px;
}
.head-medial-text p {
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 0;
}
/*
========================================
31 Quick View
========================================
*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.quick-vive-popap {
    width: 100%;
    float: left;
    position: relative;
}
.Quick-view-popup {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: 60px;
}

.quick-vive-popap .modal-header .close {
    margin-top: -2px;
    font-size: 25px;
}
.popap-open-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.quick-vive-popap .product-input-type input {
    width: 97%;
}
.quick-vive-popap .product-box-btm-blog a.itg-button.pro.left {
    padding: 9px 0px;
    line-height: 21px;
    margin-left: 9px;
    margin-top: 0px;
    width: 100%;
}
.quick-vive-popap .billing-box select {
    border-radius: 25px;
    padding: 0 5px;
}
/*
===================================
32 Footer
===================================
*/

.foot-sec {
    width: 100%;
    float: left;
    color: #cccccc;
    position: relative;
    z-index: 2;
}
.footer-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
}
.foot-img-box img {
    float: left;
    width: 100%;
}
.main_footer {
    background-color: #313131;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.foot-sec ul li {
    margin-bottom: 10px;
}
.foot-sec ul.text li span {
    width: 88%;
    float: right;
}
.foot-img-box ul li {
    width: 21%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.foot-sec p {
    margin-bottom: 10px;
    clear: both;
}
.foot-sec h3 {
    position: relative;
}
.foot-sec h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    top: 50%;
    margin-top: -1px;
    margin-left: 20px;
}
.foot-sec h3.line-hide:after {
    display: none;
}
.bottom-footer p {
    margin: 0;
}
.bottom-footer {
    position: relative;
    background: #2d2d2d;
}
.footer-background .top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.footer-background .bottom-right {
    position: absolute;
    bottom: 105px;
    right: 0;
}
.new-letter-section {
    width: 100%;
    float: left;
    position: relative;
    background: #4a4a4a;
    padding: 20px;
}
.new-letter-box-text h3 {
    color: #fff;
}
.new-letter-box-text p {
    color: #cccccc;
    margin-bottom: 0;
}
.new-letter-section .nav-seach-box {
    width: 100%;
    float: left;
    position: relative;
    padding: 11px 0;
}
.new-letter-section .nav-seach-box .button-style {
    top: 14px;
    border-bottom-right-radius: 99px;
    right: 0px;
    height: 35px;
    width: 100px;
    border-radius: 0 15px 15px 0;
    color: #fff;
}
.footer-icon-box li span {
    width: 88%;
    float: right;
}
ul.footer-icon-box li {
    margin-bottom: 5px;
}
.footer-bottom-icons-section {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 50px 0;
}
ul.bottom-footer-navigation li {
    display: inline-block;
}
ul.bottom-footer-navigation li a {
    padding: 0 20px;
    color: #ccc;
    font-size: 14px;
}
.footer-bottom-icons-section .foot-sec ul li {
    margin-bottom: 0;
}
.footer-bottom-icons-section .foot-sec {
    margin: auto;
    display: table;
}
.footer-bottom-icons-section ul.social-icon {
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}
.footer-bottom-icons-section .theme-circle {
    background: #ffffff;
    color: #777;
}


@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/*=====General Styling=====*/

body{
	position: relative;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
body,
html,
h1,h2,h3,h4,h5,h6,
.icon-style,
.comment-text span,
.table-img span,
.gallery-appointment,
.gallerybtn-1,
.team-table-1,
.team-table-2,
.featured-sub span,
.about-table,
.appointment-title span,
.appointment-box span,
.about-head span,
.about-head ul,
.about-para,
.about-sec span,
.about-table span,
.about-table p,
.main-content p,
.featured-btn,
.treat-2 ul,
.snap-description p,
.contact-form span,
.instagram-content span,
.error-page span,
.page-link,
.team-table ul,
.team-end p,
.team-end p,
.treat-1 span,
.barber-description h2 span,
.heading-barber h2 span,
.pagination li a,
.appointent-content span,
.nav-1 a,
.blog h3 span,
.popup-items h2,
.gallerybtn-1,
.barber-item-2 p,
.barber-shop span,
.view-menu-liks,
.order-info a,
.profile-info-form input,
.select-wrp select,
.profile-sidebar-inner > ul > li a{
      font-family: 'Lato', sans-serif;
}
ul, span, p, .contact-form input, .wiget-contact h3, .end-area, .footer-mail ::placeholder, .sidenav a, .tab-content {
    font-family: 'Lato', sans-serif;
    
}
html{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  overflow-y: auto;
}
body{
	overflow-x: hidden;
}
a,
a:hover,
a:focus,
input, 
button, 
textarea, 
input:focus, 
button:focus, 
textarea:focus  {
    text-decoration: none;
    outline: none;
}
a,
img,
:before,
:after,
button,
input,
textarea,
span {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.owl-carousel{
	display: block;
}
h1, h2, h3, h4, h5, h6, .order-info a {
    color: #333333;
    line-height: 2.812rem;
    font-family: 'Lato', sans-serif;
}
ul{
	color: #7b7b7b;
}
p {
    font-size: 14px;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    line-height: 23px;
}
figure,ul{
	margin: 0;
}
section{
	position: relative;
}
.gap{
	padding: 7.5rem 0;
}

.resp-padd{
	padding-top: 77px;
}

.bg-img-fixed{
	background-attachment: fixed;
    background-position: right !important;
}
.video-paralax {
    position: absolute;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.img-over{
	margin-bottom: -70px;
	width: 100%;
}
.over-logo{
	z-index: 0;
    left: -40%;
    bottom: 50px;
}
.text-bold{
	font-weight: bold;
}
.appointent-btn .theme-btn-2{
	background: #000 !important;
}
.inner-img-1{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: repeat;
}
.theme-btn-2 {
    padding: 12px 30px;
    color: #fff;
    font-size: 1.125rem;
    border: 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.inner-image{
	background-repeat: repeat;
}
.theme-btn-2:hover,
.theme-btn-2:focus {	
  transition: ease-in-out .5s;
}

.appointent-btn .theme-btn-2:before, .theme-btn-2:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: rgb(165 73 73 / 65%);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.appointent-btn .theme-btn-2:hover:before{
	background: #308440;
	opacity: 1;
}
.appointent-btn .theme-btn-2:hover:before,
 .theme-btn-2:hover:before{
	  opacity: 1;
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.py-120{
	padding-bottom: 7.5rem;
}
.py-177{
	padding-bottom: 10.8rem;
}
.bg-gray{
	background-color: #f7f7f7;
}
.bg-light-color {
    background: #f8f9fa;
}
.bg-image-2 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding:5.625rem 0px;
	background-size: cover;
}
.inner-img-1{
	padding-right: 1.1rem;
}
.inner-img-2 {
    padding-left: 1.5rem;
    width: 50vw;
}
.inner-img-1{
	width: calc(50vw + 15%);
    float: right;
    
}
.inner-img-1 img{
	min-height: 551px;
}
.bg-image{

	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.overlay:before, .overlay-2:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
	left: 0;
    background-color: #000;
}
.pattern-img .overlay:before{
	z-index: 9;
	opacity: .9;
}
.pattern-img-2{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
    	left: 0;
    	z-index: -2;
    	background-repeat: repeat;
    	background-position: center;
    	background-size: contain;
	}
.overlay:before{
	opacity: .6;
}
.overlay-2:before{
	opacity: .9;
}
.icon-style,.shadow-icon a{
	color: #fff;
	background-color: #000;
	font-size: 1rem;
	border-radius: 50%; 
}
.theme-btn-2:hover{
	color: #fff;	
}
.heading-style h2 {
    font-size: 2.75rem;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.heading-style-2 span{
	font-size: 1rem;
    letter-spacing: 0.187rem;
    padding-bottom: 1.0625rem;
    line-height: 1.562rem;
}

.heading-style{
	margin-bottom: 20px;
}
.heading-style-2 h2{
	color: #fff;
	font-size: 3.75rem;
	max-width: 80%;
    margin: auto;
    line-height: 4rem;
}
.heading-style-2{
	margin-bottom: 1rem;
}
.img-hover:before{
	position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.img-hover:hover:before {
    -webkit-animation: shine 0.7s;
    animation: shine 0.7s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*====parallax section===*/
.boxes h3{
	font-size: 1.875rem;
	padding-top: 1.375rem;
	margin: 0;
	padding-bottom: 0.625rem;
	color: #332b23;
}
.boxes{
	box-shadow: 1px 1px 13px 7px #f7f7f7;
}
.boxes p{
	font-size: 1rem;
	margin: 0;
}
.parallax-content {
    padding-right: 0.625rem;
    padding-top: 56px;
    background-color: #0b0b0b;
    padding: 31px;
    position: absolute;
    left: 26%;
    width: 67%;
    top: 331px;
    z-index: 0;
}
.parallax-content h2 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 1.25rem;
    padding-top: 0.625rem;
    font-family: 'Great Vibes', cursive;
    padding-left: 45px !important;
    color: #fff;
}


.parallax-content span{
	color: #308440;
}
.parallax-content p {
    margin-bottom: 19px;
    font-size: 14px !important;
    line-height: 23px;
    padding-left: 45px !important;
    color: #fff;
}
.boxes{
	padding: 1.875rem 2.125rem 1.875rem 3.125rem;
	border: 0.25rem solid #f1f1f1;
}
.boxes span{
	position: absolute;
	top: 0;
	left: 1.875rem;
	margin-top: -42px;

}
.boxes svg{
	background-color: #fff;
	padding: 0 20px;
}
.parallax{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -167px;
	top: 5.937rem;
}
.heading-style span {
    font-size: 0.937rem;
    letter-spacing: 7px;
    padding-bottom: 0.625rem;
    line-height: 1.562rem;
    font-size: 24px;
}

/*====Service Area====*/
.service-content h3{
	font-size: 2rem;
	padding-top: 1rem;
	margin: 0;
}
.service-content a{
	color: #332b23;
}
.service-img{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -19%;
}
.service-prices:hover span{
	visibility: visible;
	opacity: 1;
	transform: translate(0px, 0px);
}
.service-prices .icon-style{
	background-color: #308440;
	transform: translate(10px, 10px);
}
.service-prices span{
	position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    font-size: 22px;
    height: 4.375rem;
    right: 27px;
    line-height: 4.375rem;
    width: 4.375rem;
    text-align: center;
    transition: all .3s linear;
}
.service-prices:hover .sec-img .sec-radius img{
	border-color: #308440;
}
.service-prices .sec-img .sec-radius img{
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid #fff;
	transition: all .3s linear;
}
/*====Table Area===*/
.appointment-box{
	padding: 2.5rem 2.812rem;
    min-height: 257px;
    padding-bottom: 0;
}
.app-border{
	border: 1px solid #fff;
}
.appointment-box .theme-btn{
	position: absolute;
    bottom: 1.875rem;
}
.appointment-box h3 a{
	font-size: 2rem;
	padding-bottom: 0.437rem;
	color: #332b23;
}
.appointment-main:hover ul{
	opacity: 0;
	height: 0;
}
 .appointment-main-2{
	width: 75%;
    margin: auto;
} 
.appointment-box .testing-2 a{
	opacity: 0;
	visibility:	hidden;
}
.appointment-main:hover .testing-2 a{
	opacity: 1;
	visibility: visible;
	transition: all .3s linear;
	bottom: 2.7rem;
}
.appointment-box .testing-2 a {
    bottom: 0;
    position: absolute;
}
.appointment-main:hover h4{
	padding-bottom: 1.25rem;
	margin-top: -7px;
	padding-top: 1.25rem;
	top: 80px;
    transition: .3s ease-in-out;
}
.appointment-box span{
	color: #308440;
}
.appointment-main:hover ul{
	position: absolute;
	transition: ease-in-out .1s;
}
.appointment-box ul{
	padding-left: 1.25rem;
	padding-left: 1.25rem;
    padding-top: 0.625rem;
}
.appointment-box h4{
	font-size: 1.25rem;
	color: #7b7b7b;
}
.arrow-2:before{
	content: "";
	position: absolute;
	border-left: 1.187rem solid white;
	border-top: 0.812rem solid transparent;
    border-bottom: 1.062rem solid transparent;
	top: 2.5rem;
}
.arrow:before{
	content: "";
	position: absolute;
    right: 277px;
    top: 2.5rem;
    border-right: 1.187rem solid white;
    border-top: 0.812rem solid transparent;
    border-bottom: 1.062rem solid transparent;
}
/*====slider====*/
.barber-slider .slider-item{
	padding: 0 15px;
}
.barber-slider{
	padding-top: 25px;
}

/*===gallery====*/

.shadow-image:hover .barber-shadow{
	transform: translate(-50%, -50%);
}
.barber-shadow h3{
	color: #fff;
	font-size: 2rem;
}
.barber-shadow{
	width: 100%;
}
.shadow-image .barber-shadow{
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	transform: translate(-60%, -50%);
	transition: ease-in-out .5s;
	z-index: 1;
}
.shadow-image:hover .barber-shadow{
	visibility: visible;
	opacity: 1;
}
.shadow-icon a{
	color: #fff;
	z-index: 1;
}
.shadow-image .shadow-icon, .shadow-icon a{
	position: absolute;
	right: 0;
	top: 0;
	margin: .5rem;
	visibility: hidden;
	opacity: 0;
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	transition: ease-in-out .5s;
	z-index: 1;
}
.shadow-image:hover .shadow-icon, .shadow-icon a{
	visibility: visible;
	opacity: 1;
	transform: translate(1);
}
.slider-item h5{
	font-size: 1.25rem;
	margin-bottom: 1rem;
	color: #308440;
	margin-top: -15px;
}
.slider-item h3 a{
	font-size: 2.125rem;
	margin-top: 2.5rem;
	margin-bottom: 0;
	color: #332b23;
}
.slider-item h3 a:hover{
	color: #b76e25;
}
.slider-item h3{
	padding-top: 1.875rem;
}
.slider-1 span a{
    padding: 19px 23px !important;
    background-color: #222222 !important;
    color: white;
    margin-left: 8px;
}
.slider-1 span a:hover{
	background-color: #b76e25;
}
.slider-item:hover img{
	opacity: 0.2;
}
.slider-btn button{
	padding: 1.187rem 3.812rem;
}
.slider-btn .theme-btn-2{
	padding: 1.187rem 2.812rem;
}
.slider-btn{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
}
.slider-1:hover .slider-btn {
	opacity: 1;
	visibility: visible;
}
.client-slider .slick-arrow {
    position: absolute;
    right: -17px;
    top: 70%;
    z-index: 1;
}
.client-slider button.slick-prev {
    position: absolute;
    left: 93%;
    top: 72%;
}
.slick-prev, .slick-next{
	top: 45%;
}
.featured-main button.slick-prev {
    position: absolute;
    left: 44%;
    top: 100%;
}
.featured-main .slick-arrow {
    position: absolute;
    right: 50%;
    top: 100%;
    z-index: 9;
}
.client-slider .slick-next:before{
    background: #308440 !important;
    border: 1px solid #308440 !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.client-slider .slick-prev:hover:before{
	line-height: 3.125rem;
	 height: 3.125rem;
	  width: 3.125rem;
	    background: #308440;
    border: 1px solid #308440;
    color: #fff;
}
.featured-main .slick-next:before, .barber-slider .slick-next:before{
	background: #308440;
}
.featured-main .slick-next:before, .client-slider .slick-next:before, .barber-slider .slick-next:before{
 	content: "\f061";
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    border-radius: 50%;
    font-size: 1.125rem;
    color: #fff;
    display: inline-block;
    line-height: 3.125rem;
    height: 3.125rem;
    text-align: center;
    top: 50%;
    width: 3.125rem;
    border: 0.062rem solid white;
    opacity: 1;
} 
.slick-next{
	right: -40px;
}
.slick-prev {
    left: -58px;
}
.slick-next:before:hover{
	background: #308440;
}
.featured-main .slick-next:before{
	left: 50%;
	line-height: 3.125rem;
    height: 3.125rem;
    width: 3.125rem;
    z-index: 9;
}
.featured-main .slick-prev:before, .barber-slider .slick-prev:before{
	top: 100%;
	background: #e9e9e9;
}
.barber-slider .slick-next:before{
	background-color: #308440;
	width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
}
.client-slider .slick-prev:before{
	background: transparent;
}
.barber-slider .slick-prev:before{
	left: -40px;
	box-shadow: 0px 3px 9px -4px #888;
    background: #fff;
    color: #000 !important;
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
}
.barber-slider .slick-prev:hover:before{
	background: #308440;
	color: #fff !important;
	border: 1px solid #308440 !important;
}
.featured-main .slick-prev:before, .client-slider .slick-prev:before, .barber-slider .slick-prev:before{
	content: "\f060";
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    border-radius: 50%;
    font-size: 1.125rem;
    color: #333;
    display: inline-block;
    line-height: 3.125rem;
    height: 3.125rem;
    text-align: center;
    top: 50%;
    width: 3.125rem;
    border: 0.062rem solid white;
    
}

.slider-item img{
	margin-top: 2.312rem;
}
.heading-barber i{
	font-size: 2.375rem;
}
.heading-barber h2{
	font-size: 4.375rem;
	margin-bottom: 1.7rem;
	padding-top: 1.562rem;
}
.heading-barber p{
	max-width: 70%;
    margin: auto;
    color: #332b23;
    font-size: 1.125rem;
    line-height: 28px;
}
.barber-description h2 span{
	font-size: 4.375rem;
}
.sslider h3{
	font-size: 2rem;
	color: #308440;
}
.client-slider{
	width: 90%;
}
.barber-quote{
	color: #fff;
    position: absolute;
    top: -9px;
    right: -4px;
    font-size: 51px;
}
.client-description h3{
	font-size: 2rem;
}
.client-description{
	padding-left: 30px;
}
.client-description p{
	max-width: 85%;
	padding-top: 12px;
}
.client-description p{
	font-size: 1.375rem;
	color: #f6f6f6;
}
.client-description span{
	font-size: 1rem;
	color: #8799a3;
}

/*=====blog and news====*/
.blog h2{
	line-height: 52px;
	font-size: 3.125rem;
	padding-top: 2rem;
	margin: 0;
}
.blog h2 a:hover{
	color: #b76e25;
}
.blog h2 a{
	color:#332b23;
}
.blog{
	padding-left:  35px;
}
.blog p{
	margin-top: .5rem;
    font-size: 1.125rem;
    padding-bottom: 1rem;
    line-height: 32px;
}
.blog-para{
	padding-right: 0 !important;
}
.img-height img{
	height: 400px;
    width: 100%;
}

.blog h3{
	color:#308440; 
	font-size: 1.25rem;
	padding-top: 0.312rem;
    padding-left: 0.312rem;
}
.blog .theme-btn-2{

}
/*=====wiget area====*/
.footer-area{
	background-color: #101111;
}
.wiget-content{
	margin-top: 1.875rem;
}
.footer-mail button:hover{
	background: #3c3d3d !important;
}
.wiget ul{
	list-style: none;
	padding-left: 0;
	font-size: 1rem;
	line-height: 39px;	
	margin-top: 1rem;
	width: 100%;
}
.wiget-link li{
	width: 49%;
    display: inline-flex;
}
.wiget .wiget-contact li span{
	width: 25%;
	display: inline-flex;
}
.wiget-li{
	padding-left: 1.562rem;
}
.wiget-link{
	margin-top: 1rem;
}
.wiget-contact span{
	font-weight: bold;
}
.wiget-contact li{
	font-size: 1.125rem;
}
.wiget-contact h3{
	padding-left: 1.25rem;
}
.wiget-content p{
	font-size: 1.062rem;
	line-height: 1.75rem;
	color: #919090;
	margin-top: 1.25rem;
}
.wiget p{
	font-size: 1.125rem;
  font-weight: 400;
}
.wiget .c-gray{
	color: #c3c3c3;
	margin-bottom: 0;
    margin-top: 20px;
}
.wiget-title{
	font-size: 1.625rem;
	line-height: 2.125rem;
	margin-top: 3.75rem;
}
.footer-area {
    padding-top: 0;
    padding-bottom: 0px;
}
.end-area{
	padding: 2rem;
	background-color: #050505e8;
	color: #c3c3c3;
}
.end-area p{
	color: #c3c3c3;
	margin-bottom: 0;
}
.end-area a{
	color: #308440;
}
.end-area a:hover{
	color: #b76e25;
}
.footer-mail{
	padding-top: 1rem;
}
.footer-mail input{
	padding: 1.25rem;
	border:0; 
	width: 100%;
}
.footer-mail input:focus {
    background: #fff !important;
}
.footer-mail button{
 	color: #fff;
    font-size: 1.062rem;
    padding: 1.25rem 1.562rem;
  	border:0;

}
.wiget a{
	color: #fff;
}
.wiget-link span{
	padding: 0 0.75rem 0 0.187rem;
	color: #bebebe;
}
.pt-100{
	padding-top: 6.25rem;
}
/*=====scissor=====*/

.scissor-border{
	display: inline-block;
}
.scissor-border span{
	display: block;
}
/*=====About US====*/
.about-head .user{
    text-align: center;
    background: #000;
    width: 50vw;
    padding: 0.7rem 0px;
    height: 100%;
    z-index: -1;
    margin-left: 25px;
}
.user-content{
	padding: 0.5rem 0px;
}
.user-content h3{
	font-size: 1.25rem;
	color: #bebebe;
	padding-left: 10px;
}
.user span{
	padding-top: 10px;
	padding-right: 10px;
}
.user h3{
	margin: 0;
	font-size: 1.25rem;
	color: #bebebe;
}
.nav-top .nav-item{
	margin: 0;
}
.about-head .topbar span{
	padding-right: 0.625rem;
	color: #308440;
}
.about-head .topbar ul{
	font-size: 1.25rem;
	padding: 0;
	margin: 0;
}
.nav-top{
	padding-top: 0.625rem;
	padding-bottom: 1.5rem;
}
.nav-icon{
    padding-right: 0.625rem;
    font-size: 1.25rem;
}

.nav{
	padding-top: 0.937rem;
	line-height: 2.375rem;
}
.nav-icon{
	padding-right: 0.312rem;
}
.shop-1 a {
    font-size: 1.062rem;
    display: flex;
    align-items: center;
    margin-top: 12px;
    position: relative;
}
.shop-1{
	padding-left: 8px;
}
.shop-1 a i {
    color: #222;
    font-size: 1.375rem;
}
.shop-1 span{
	position: absolute;
    left: 15px;
    top: 10px;
    width: 1.25rem;
    color: #fff;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 50%;
    background: #308440;
}
.nav .nav-link {
    font-size: 1.25rem;
    position: relative;
    margin: .5rem 1rem;
    padding: 0;
}
a.nav-link {
    padding: 0 !important;
    margin: .5rem;
}
.nav-link:hover {
    color: #308440;
}
.nav a{
	color: black;
}
.theme-btn a{
	text-decoration: none;
	color: #fff;
}
.bg-text-area h2{
	font-size: 5rem;
	color: white;
	line-height: 4.437rem;
}
.bg-text-area span{
	color: #ebebeb;
	letter-spacing: 0.187rem;

}
.bg-text-area{
	padding-top: 20px;
	padding-bottom: 20px;
}
/*====history===*/
.about-us span{
	font-size: 1.125rem;
}
.about-1 img{
	width: 100%;
}
.about-item{
	border: 10px solid #308440;
}
.about-us{
	padding-right: 2.937rem;
}
.about-img a::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3084405c;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
}

.about-us h2{
	font-size: 3.437rem;
	line-height: 3.75rem;
}
/*====service area===*/
.Service-box h2{
	font-size: 1.75rem;
	padding-top: 1.875rem;
	max-width: 60%;
    margin: auto;
    line-height: 1.562rem;
}
.Service-box{
	box-shadow: 1px 1px 10px 4px #f7f7f7;
	transition: .3s ease-in-out;
}
.Service-box a{
	color: black;
}
.Service-box {
	border: 4px solid #f1f1f1;
}
.Service-box{
	padding: 2.812rem 1.875rem;
}
.Service-box p{
	font-size: 1rem;
	line-height: 1.5rem;
    padding-top: 0.937rem;
    margin-bottom: 0;
}
.icon-3 svg{
	width: 40%;
	height: 40%;
}
.services-items{
	padding-bottom: 5.5rem;
}
/*=====featured area====*/
.barber-list h4{
	font-size: 1.25rem;
	padding-bottom: 0.625rem;

}
.snap-description{
	border: 8px solid #308440;
	padding: 40px 77px;
}
.snap-description h2{
	font-size: 3.125rem;
	padding-bottom: 1.25rem;
}
.bg-gray-2{
	background: #eeeeee;
}
.snap-description p{
	font-size: 1.125rem;
	color: #308440;
}
.barber-description h2{
	font-size: 4.375rem;
	margin-top: 1rem;
	margin-bottom: 1.3rem;
}
.barber-description h3{
	font-size: 1.562rem;
	line-height: 28px;
}
.barber-description{
	padding: 1.25rem;
}
.barber-description span{
	font-size: 2.5rem;
}
.barber-ryan{
	padding: 0.625rem;
}
.ryan-icon a{
	background: #f3f3f3;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.312rem;
    color: black;
    opacity: 0;
    visibility: hidden;
}
.ryan-description{
	background-color: #262626;
    padding: 20px;
    position: absolute;
    bottom: -50px;
    width: 100%;
    transition: ease-in-out 0.3s; 
}
.ryan-description ul{
	margin-bottom: 0;
}
.ryan-description h3 a{
	color: #fff;
}
.barber-fig:hover .ryan-description{
	padding: 25px;
    bottom: 0;
}
.ryan-icon a:hover{
	background: black;
	color: #fff;
}
.barber-fig:hover .ryan-icon a{
	opacity: 1;
	visibility: visible;
}
.ryan-description p{
	color: #fff;
	font-size: 1rem;
	margin-bottom: 1.25rem;
}
.ryan-description h3{
	color: #fff;
	font-size: 1.875rem;
	margin-bottom: 0;
}
/*=====blog page====*/
.blog span{
	padding-top: 0.8rem;
}
.blog h3 span{
	padding-top: 0;
	padding-left: 30px;
}
.blog h3 span i{
	padding-right: 5px;
}
.blog-table h2{
	font-size: 1.875rem;
	background: #308440;
    color: #fff;
    padding: 0.625rem 0px 0.625rem 2.25rem;
}
.blog-table {
	max-width: 350px;
    box-shadow: 0.437rem 1rem 1.812rem #efefef;
}
.blog-table h4{
	font-size: 1.625rem;
	padding-left: 2.25rem;
	padding-bottom: 1.25rem;
	line-height: 1.875rem;
}
.blog-table h3{
	font-size: 1.125rem;
}
.blog-table .blog{
	padding-left: 2.25rem;
    padding-top: 0.75rem;
}
.blog-content p{
	padding-top: 3.5rem;
}
.pl-100{
	padding-left: 6.25rem;
}
.pr-100{
	padding-right: 6.25rem;
}
.comment-text span{
	color: #308440;
    padding-top: 0.812rem;
    padding-left: 0.625rem;
}
.comment-text a{
	position: absolute;
	 right: 0;
    top: 0.75rem;
}
.comment-text h3{
	font-size: 2.125rem;
}
.comment-main h3{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.comment-sec, .comment-area{
	box-shadow: 0.437rem 1rem 0.812rem #ececec;
    border: 0.062rem solid #cecece;
    margin-bottom: 1.25rem;
}
.comment-area{
	margin-left: 100px;
}
.comment-heading img{
	min-height: 205px;
}
.comment-heading h2{
	font-size: 33px;
	margin-bottom: 1.125rem;
}
.comment-inner{
	padding: 50px 20px;
	position: relative;
}
.comment-inner a{
	position: absolute;
	top: 15px;
	right: 0;
}
.comment-heading{
	padding-top: 4.6rem;
	padding-bottom: 4.5rem;
}
/*====form====*/
.form-comment input{
	padding: 35px;
	background-color: #ebebeb;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 1.125rem;
}
.form-comment a{
	margin-top: 1.25rem;
}
.form-comment input::placeholder{
	color: #484848;
}
input:focus::placeholder{
	color: #C7C7C7;
}
input:focus{
	box-shadow: none;
	border-color: #b7b7b7;
	background: #e4e4e485;
}
/*=====contact us=====*/
.contact-us{
	background-color: #f5f5f5;
	padding: 3.125rem;
}
.contact-us h3{
	font-size: 1.25rem;
	padding-top: 0.625rem;
	color: #333333;
}

.contact-form span{
	color: #308440;
	font-size: 3.125rem;
}
.contact-form .theme-btn{
	margin-top: 0.625rem;
}
.contact-form h2{
	font-size: 3.125rem;
	line-height: 52px;
	margin-bottom: 1.3rem;
}
.contact-form input{
	border-radius: 0;
	border: 0.062rem solid #bbbbbb;
    box-shadow: 3px 4px 4px#ebebeb;
	padding: 30px;
	font-size: 0.937rem;
	background: #fafafa;
	margin-bottom: 1.2rem;
}
.contact-form{
	width: 90%;
}
.contact-form a{
	margin-top: 10px;
}
.form-group-2 input{
	padding-bottom: 155px;
}
.contact-form .snap-description{
	max-width: 480px;
	padding:40px;
	top: 94px;
	left: 98px;
}

/*=====Gallery====*/
.instagram-img ul li{
	padding: 20px 20px 40px 20px;
	list-style: none;
}
.instagram-1:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #308440;
    opacity: 0.7;
    visibility: hidden;
    transition: .5 ease;

}
.instagram-1 a svg {
    width: 45px;
    height: 45px;
    fill: white;
}
.instagram-1:hover::before{
	visibility: visible;
}
.instagram-1:hover a{
	opacity: 1;
	visibility: visible;
}
.instagram-1 a{
	color: #fff;
	position: absolute;
	font-size: 1.875rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
}
.instagram-content h1{
	font-size: 35px;
	margin-bottom: 1.5rem;
}
.instagram-content span{
	color: #308440;
}
/*=====our blog====*/
.register-now-blog{
	background-color: #ededed;
	min-height: 100%;
}
.register-now-blog h2{
	font-size: 3.75rem;
	line-height: 3.75rem;
}
.register-now-blog a{
	background-color: #090c0d;
}
/*=====Error====*/
.error-page h2{
	font-size: 200px;
	color: #000000;
	display: inline-block;
	line-height: 133px;
}
.error-page{
	width: 100%;
	background: #ececec;
}
.error-content{
	max-width: 65%;
    margin: auto;
    padding: 110px 0px;
}
.form-icon input{
	width: 100%;
    padding: 15px 0px 15px 30px;
    font-size: 18px;
}
.error-bg{
	position: absolute;
    top: -130px;
    left: 0;
}
.error-bg-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.error-page figure{
	overflow: hidden;
}
.error-page{
	max-width: 80%;
    margin: auto;
    overflow: hidden;
}
.error-page p{
	margin-bottom: 2rem;
	font-size: 1.125rem;
	line-height: 34px;
}
.error-page h4{
	font-size: 2.5rem;
	padding-top: 0.625rem;
	margin-bottom: 2rem;
}
.error-page .error-btn .theme-btn-2{
	margin-top: 1.875rem;
}
.error-page span{
	color: #308440;
}
.form-icon a{
	position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #3b3b3b;
}
.form-bg{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center;
}
.register-now h3{
	font-size: 1.25rem;
    padding-left: 0.312rem;
    padding-top: 0.125rem;
    color: #308440;
}
/*====pagination====*/
.pagination li a{
	margin-right: 0.937rem;
	color: black;
	font-size: 22px;
}
.pagination li:first-child a{
	color: white;
	background: #308440;
	padding: 17px 34px;
}
.pagination li:hover a{
	background: #308440;
	color: #fff;
}
.pagination li:last-child:hover a{
	background: #308440;
}
.pagination li:last-child a{
	color: white;
	background: #000;
    padding: 17px 34px;
}
.page-link{
	padding: 0.812rem 2rem; 
	font-size: 1.25rem;
	color: black;
	border: none;
	color: #fff;
	box-shadow: 0.062rem 0.062rem 0.125rem #8888;
}
.page-link-3{
    color: black;
}
.pagination-btn{
	background-color: #090c0d;
}
.page-link-2 {
    padding: 0.937rem 1.562rem;
    display: block;
    margin-left: -0.062rem;
    line-height: 1.25;
    border: 1px solid #bbbbbb;
  	box-shadow: 0.062rem 0.062rem 0.125rem #8888;
    }
/*=====2nd homepage====*/
.barber-chronicle h3{
	font-size: 33px;
	max-width: 165px;
	line-height: 2.125rem;
	color: #fff;
	margin: 0;
}
.barber-chronicle span{
	letter-spacing: 1.5px;
	font-size: 14px;
	line-height: 2.375rem;
}
.barber-fix .barber-chronicle{
	position: absolute;
	bottom: 1.5rem;
	color: #fff;
	padding-left: 1.562rem;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease-in-out;
	transform: translateY(20px);
}
.barber-fix:hover .barber-chronicle{
	opacity: 1;
	visibility: visible;
	transition: ease-in-out .9s;
	z-index: 1;
	transform: translateY(0px);
}
.barber-chronicle ul{
	list-style: none;
}
.barber-fix:before{
	content: "";
	position: absolute;
	right: 0;
	width: 0px;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 1;
	bottom: 0;
}
.barber-fix:hover:before{
	bottom: 0;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	transition: ease-in-out .4s;
	border-radius: 0;
	right: 0;
}
.img-hover-2:before{
	content: "";
	position: absolute;
	right: 0;
	width: 0px;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 1;
	bottom: 0;
}
.img-hover-2:hover:before{
	bottom: 0;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	transition: ease-in-out .4s;
	border-radius: 0;
	right: 0;
}
.barber-fix{
	overflow: hidden;
}
.barber-fix img {
    width: 100%;
}
.barber-fix:hover .gallery-icon{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.gallery-icon a{
	color: #fff;
}
.barber-fix .gallery-icon{
	position: absolute;
	bottom: 1.875rem;
	right: 1.875rem;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	border-radius: 50%;
	background: #000;
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	z-index: 1;
	transform: translateY(30px);
	transition: .5s ease-in-out;
}
.second-page p{
	font-size: 22px;
}
.second-page h2{
	line-height: 80px;
	font-size: 80px;
}
.second-page img{
	margin-bottom: 1.562rem;
}
/*=====hair fade=====*/
.hair-fade span{
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
    display: block;
}
.hair-fade {
    padding-bottom: 35px;
    border: 0.062rem solid #308440;
}
.hair-fade,
.hair-fade svg{
	 transition: 0.6s ease;
}
.hair-fade:hover svg {
    transform: translateY(-10px);
}
.hair-fade h2{
	font-size: 35px;
	margin:0;
}
.hair-fade ul{
	font-size: 0.312rem;
	color: #dfdfdf;
}
.hair-fade li{
	padding-right: 0.312rem;
}
.hair-fade h4{
	font-size: 1.875rem;
}
.hair-fade h3{
	margin-top: 0.937rem;
	font-size: 1.5rem;
	margin-bottom: 0;
}
.hair-fade:hover {
    margin-top: -10px;
    box-shadow: 0px 0.625rem 1.875rem 0.625rem #00000010;
}
.hair-fade p{
	margin-bottom: 0.375rem;
	font-size: 1rem;
}
/*====header 2====*/
.heading-style-3{
	width: 60%;
}
.heading-style-3 h2{
	font-size: 4.687rem;
}
.navbar-brand{
	padding-right: 3.6rem;
}
.navbar{
	z-index: 1;	
}
.nav-item{
	margin-right: 0.937rem;
	margin-left: 0;
	position: relative;
	display: inline-block;
}
.navbar{
	top: 1.875rem;
	margin-top: 1.875rem;
	max-width: 1180px;
	margin: auto;

}
.navbar-nav li{
	font-size: 1.062rem;
} 
.page-2-nav .navbar-nav a{
	color: #fff;
} 
.page-2-nav .hamburger-navigation .nav-menu{
	opacity: 0;
	visibility: hidden;
}
.hamburger-navigation .nav-menu li.active a svg {
	transform: rotate3d(180, 1, 1, 180deg);
	transition: 0.6s ease-in-out;
}
.hamburger-navigation .nav-menu li a svg {
	transform: rotate3d(1, 1, 1, 0deg);
	transition: 0.6s ease-in-out;
}
.navbar .navbar-nav li a.nav-link:after,
.nav li a.nav-link:after{
	content: "";
	height: 0.05rem;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 0;
	display: block;
	background: #fff;
}
.nav li a.nav-link:after{
	background: #308440;
}
.navbar .navbar-nav li a.nav-link:hover:after,
.nav li a.nav-link:hover:after{
	width: 100%;
	transition: ease-in-out .3s;
}
.navbar .navbar-nav li a{
	position: relative;
	display: inline-block;
	color: #fff;
	position: relative;
}
.navbar .navbar-nav li a:hover{
	text-decoration: none;
}
/*====table area 2=====*/
.table-img-1:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 589px;
    background: black;
    opacity: 0.7;

}
.shop-time{
	background-color: #f1e7df;
	margin-top: 50%;
}
.barber-shop{
    padding-left: 2.5rem;
    width: 56%;
}
.barber-shop a{
	text-decoration: none;
	padding: 0.937rem 2.5rem;
}
.barber-main img{
	min-height: 450px;
}
.barber-main figure{
	max-width: 100%;
	width: 49%;
    display: inline-block;
    padding-right: 1.25rem;
}
.barber-main figure img{
	width: 100%;
}
.barber-shop span{
	font-size: 1.125rem;
	letter-spacing: 0.125rem;
	margin-bottom: 0.312rem;
}
.barber-shop h2{
	color: white;
	font-size: 3.125rem;
	line-height: 3.437rem;
}
.barber-shop p{
	color: white;
	font-size: 1.062rem;
	line-height: 1.75rem;
	margin-top: 1.25rem;
	margin-bottom: 2.5rem;
}
.table-img-con a{
	border-radius: 50%;
    font-size: 1.375rem;
    color: #fff;
    width: 6.25rem;
    height: 6.25rem;
    line-height: 6.25rem;
    text-align: center;
    top: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.table-img-con a:before{
	position: absolute;
	content: '';
	border: 0.125rem solid rgb(255 255 255 / 0.35);
	border-radius: 50%;
	width: 6.25rem;
	height: 6.25rem;
	animation: shadow-pulse 2s linear 1s infinite;
	z-index: -1;
}
.table-img-con a:after{
	position: absolute;
	content: '';
	border: 0.125rem solid rgb(255 255 255 / 0.35);
	border-radius: 50%;
	width: 6.25rem;
	height: 6.25rem;
	animation: shadow-pulse 2.5s linear 1.3s infinite;
	z-index: -1;
}
@keyframes shadow-pulse{
	0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}
	20%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}
	100%{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);opacity:0}}

.barber-item-2{
	background-color: #fff;
	min-height: 100%;
	padding: 4.375rem;
}
.barber-item-2 p{
	font-size: 1.125rem;
	margin-bottom: 0.312rem;
}
.barber-item-2 h3{
	font-size: 2.812rem;
	padding-bottom: 2.125rem;
}
.barber-list-2 span{
	font-size: 1rem;
}
.barber-list-2 hr{
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
.barber-list-2 span:last-child{
	padding-bottom: 0;
}
.barber-hipster h3{
	font-size: 1.125rem;
	line-height: 2.062rem;
	margin-left: 0.312rem;
}
.barber-hipster {
    padding: 2.625rem 1.375rem;
}
.barber-hipster h1{
	font-size: 3.125rem;
	margin-top: 1.25rem;
    margin-bottom: 1.875rem;
}
.barber-content{
	margin-top: 1.75rem;
}
.barber-hipster{
    font-size: 1.125rem;
    line-height: 31px;
}
.barber-hipster span{
    padding-top: 0.125rem;
}
.barber-hipster .theme-btn{
	margin-top: 1.875rem;
}
.barber-li{
	padding-left: 4.375rem;
}
/*====sidenav=====*/

.sidenav {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #856d47;
}
.menu{
	background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
}

.sidenav a {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  text-decoration: none;
  font-size: 1.062rem;
  color: #fff;
  display: block;
  transition: 0.3s linear;
}

.sidenav a:hover {
  color: #308440;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 1.562rem;
  font-size: 2.25rem;
  margin-left: 3.125rem;
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 0.5rem;
}
.fa-caret-down {
  float: right;
  padding-right: 0.5rem;
}
/*====appointment page=====*/
.appointment-title h2{
	font-size: 3.437rem;
	margin-bottom: 1rem;
}
.appointment-title {
	padding-bottom: 3.3rem;
}
.appointment-title span{
	font-size: 1.125rem;
}
.appointent-content h3{
	font-size: 1.5rem;
}
.appointent-content span{
	font-size: 1.062rem;
	color: #308440;
	padding-left: 0.312rem;
}
.appointent-content h3{
	font-size: 1.875rem;
}
.appointent-content:hover .theme-btn{
	background-color: #352f2f;
}
.appointent-content .theme-btn{
	background-color: black;
	margin-left: 1.562rem;
	padding: 0.75rem 2.812rem;
	color: #fff;
}
.appointent-content .theme-btn-2{
	margin-left: 1.562rem;
}
.appointent-content{
	padding-bottom: 1.4rem;
	padding-top: 2.5rem;
	border-color: #dcdcdc;
	text-align: center;
}
/*=====Hair style=====*/
.gallery-btn figure:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	visibility: hidden;
	transition: .5s ease;

}
.gallery-btn:hover figure:before{
	visibility: visible;
}
.gallery-btn a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
}
.gallery-btn:hover a{
	opacity: 1;
	z-index: 1;
	visibility: visible;
}
.gallery-btn a,
.gallerybtn-1 {
	transition:all 0.3s ease-in-out;
	overflow: hidden;
}
.gallery-btn:hover:before {
    opacity: 0.8;
    visibility: visible;
}
.gallery-btn:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.button-gallery{
	margin-top: 3.75rem;
}
.gallery-btn:before{
	content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    opacity: 0.8;
}
.barber-gallery img{
	width: 100%;
}
.gallery-btn:hover .gallerybtn-1{
	opacity: 0;
	transform: translateX(-10px);
}
.gallery-appointment{
	font-size: 1.125rem;
 	background: #308440;
 	padding: 0.625rem 1.437rem;
    color: #fff;
    border: 0.062rem solid #308440;
}
.main-gallery{
	margin-top: 4.375rem;
}
.gallerybtn-1 {
    font-size: 1.125rem;
    position: absolute;
    bottom: 0.937rem;
    left: 0.937rem;
    color: #fff;
    opacity: 0.9;
    background: black;
    padding: 0.625rem 1.437rem;
    text-align: center;
    display: inline;
    text-decoration: none;
}
.gallerybtn-1:before {
    content: "";
    background-color: #308440;
    position: absolute;
    width: 0.812rem;
    height: 0.812rem;
    right: -4px;
    top: -5px;
}
/*=====price page====*/
.price-title h2{
	font-size: 3.125rem;
}
.price-title p{
	font-size: 1.125rem;
	margin-bottom: 3.437rem;
   
}
.price-inner{
	margin-bottom: 1rem;
}
.price-inner:last-child{
	margin-bottom: 0;
}
.price-inner h3{
	font-size: 1.75rem;
}
.price-inner hr{
	color: #adadad;
}
.price-image{
	width: 50vw;
}
.price-image img{
	width: 100%;
}
.price-main h2{
	color: #fff;
}
.price-main p{
	color: #fff;
}
.price-main h3{
	color: #fff;
}
/*=====team page====*/
.blackish:before{
	content: "";
	width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    opacity: 0.7;
}
.team-table{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 650px;
    height: 80vh;
    background-color: #fff;
    box-shadow: 1.25rem 16px #308440;
    overflow-y: auto;
}
.team-inner{
	background: #eeeeee;
    width: 90%;
    margin: auto;
    padding: 10px;
}
.team-table .team-shadow li:hover{
	color: #fff;
    background: #308440;
    border: 0.062rem solid #308440;
}
.team-table ul{
	font-size: 1.125rem;
}
.team-table-1, .team-table-2{
	width: 90%;
	margin: auto;
    padding: 1.062rem 1.875rem;
    color: #000;
    font-size: 1.125rem;
}
.team-inner li button{
	box-shadow: 0.25rem 0.312rem 0.5rem #ebebeb;
    padding: 20px 40px;
    border: 0.062rem solid #8888;
    background: #fff;
}
.team-table-2 li{
	font-size: 1.125rem;
    border: 1px solid #bbbbbb;
    padding: 15px 20px; 
}
.team-table h2{
	font-size: 2.5rem;
	color: #308440;
	padding-bottom: 1.875rem;
	padding-top: 3.75rem;
}
.team-feature{
	padding-bottom: 10px;
}
.team-main button{
	padding: 1.375rem 44px;
    font-size: 1.125rem;
    background: #fff;
    box-shadow: 0.25rem 0.312rem 9px #8888;
}
.team-main{
	margin-left: 3.125rem;
    margin-right: 3.125rem;
}
.team-btn{
	margin-left: 1rem;
}
.team-inner li{
	margin-bottom: 10px;
}
.team-inner ul{
	margin-right: 20px;
}
.team-btn-2{
	margin-left: 1rem;
}
.team-end h3{
    padding-left: 0.937rem;
    margin-bottom: 0;
}
.team-shadow {
    padding-bottom: 40px;
}
.team-end select{
	border: 0.062rem solid #308440;
	box-shadow: 0.25rem 0.312rem 0.5rem #ebebeb;
	color: #308440;
	width: 100%;
	padding: 20px 120px 21px 10px;
}
.team-end-2 p{
	font-size: 26px;
}
.team-end-2 h4{
	font-size: 26px;
}
.team-end h5{
	font-size: 16px;
	padding-top:0.8rem;
	color: #676767;
	padding-left: 0.937rem;
}
.team-end-2 button{
	padding: 1rem 2.625rem;
	box-shadow: 0.25rem 0.312rem 0.5rem 0.5rem 0.5rem #ebebeb;
	margin-left: 3.437rem;
}
.team-end{
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	width: 90%;
    margin: auto;
}
.team-inner li:hover button {
    background: #939393;
    color: #fff;
}
.team-end h5 span{
	color: #000;
    padding-right: 7px;
}
.team-btn-2 li:last-child{
	margin-left: 1rem;
}
.team-btn-3{
	padding-bottom: 1.125rem;
	margin-left: 1rem;
}
.team-fancy{

}
/*=====treatment=====*/
.treat-1 h2{
	font-size: 2.375rem;
	margin-bottom: 0;
}
.treat-1 {
	margin-bottom: 3.125rem;
}
.treat-1 span{
	font-size: 1.375rem;
	color: #308440;
}
.treat-1 p{
	font-size: 1rem;
	padding-top: 0.7rem;
	margin-bottom: 2rem;
}
.treat-1 .event-default img{
	min-height: 326px;
}
.treat-2 ul{
	padding: 1.25rem;
	font-size: 1.125rem;
	margin-bottom: 0.125rem;
}
.blackish-2:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
/*======our product=====*/

.woocommerce .star-rating span::before{
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
   font-family: star;
   color: #308440;
}
.star-rating span{
	overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .content-area{
	position: relative;
}
ul.products li.product .star-rating {
    margin-bottom: .8rem;
}
.woocommerce .star-rating{
    position: relative;
    padding-bottom: 15px;
    font-size: 1em;
    width: 5.4em;
    font-family: "star";
    margin-bottom: .7rem;
    display: block;
}
.woocommerce .products{
	display: flex;
    list-style: none;
}
.woocommerce ul.products {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    word-break: break-word;
    min-width: 12vw;
    padding-left: 0;
    justify-content: space-around;
}
.woocommerce .content-area {
    max-width: 1170px;
    margin: 0 auto;
}

@font-face{
	font-family: "star";
	src:url(../webfonts/webfonts/star.eot);
	src:url("../webfonts/star.woff") format("woff"),
	url("../webfonts/star.otf") format("opentype"),
	url("../webfonts/star.svg#filename") format("svg");
}
.woocommerce ul.products li{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0 13px 29px 8px;  
    box-sizing: border-box;
}
.product-type-simple span{
	color: #308440;
	    font-family: 'Lato', sans-serif;
}
.product-type-simple del{
	color: gray;
}

.woocommerce .button{
	position: absolute;
    top: 365px;
    right: -108px;
    background: #333;
    color: white;
    padding: 9px 1.062rem;
    transition: ease, 0.9s;
}
.woocommerce .product-type-simple{
	position: relative;
    overflow: hidden;
}
.woocommerce .featured-1{
	padding-top: 7.5rem;
}
.woocommerce .product{
	margin: 0;
}
.button:hover{
	right: 0;
}
.button:hover{
	opacity: 1;
	overflow: hidden;
	background-color: #308440;
}
.button .featured-btn{
	opacity: 0;
	visibility: hidden;
}
.button:hover .featured-btn{
	opacity: 1;
	visibility: visible;
	color: #fff;
}
.featured-btn{
	font-size: 1.125rem;
	padding-left: 0.625rem;
	margin:2px;
	opacity: 0;
}
.button a{
	color: #fff;
}
.woocommerce .product-type-simple img{
	padding-right: 0.625rem; 
}
.featured-area{
	padding-top: 1.8rem;
	padding-bottom: 10px;
}
.featured-area h2{
	font-size: 2.125rem;
	margin-bottom: 0.3rem;
}
.featured-area .featured-sub span{
	font-size: 1.625rem;
}
.featured-area .featured-sub del{
	font-size: 17px;
	padding-left: 8px;
	color: gray;
}
.woocommerce .sale .onsale {
    position: absolute;
    left: 533px;
    top: 6.875rem;
    right: 0;
    background: #308440;
    color: #fff;
    font-family: -apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 4.375rem;
    width: 4.375rem;
    height: 4.375rem;
    margin: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.sale .product-sale .onslae:before{
	content: "";
    float: left;
    padding-top: 100%;
}
.woocommerce-pagination .page-numbers{
	display: flex;
    list-style: none;
    justify-content: center;
}
.woocommerce-pagination .page-link:hover{
	z-index: 2;
    color: #fff;
    text-decoration: none;
    background: #308440;
}
.next, .prev{
    background-color: #090c0d;
    color: #fff !important;
}
.woocommerce .Page{
	padding-bottom: 7.5rem;
}
.product-type-simple .price{
	font-size: 1.625rem;
}
/*=====product-detail=====*/
.woocommerce-product-gallery__image{
	display: flex;
	width: 50%;
	background: #ededed;
} 
.woocommerce .entry-summary{
	width: 50%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: right;
}
.flex-active-slide{
	display: flex;
	align-items: center;
}
.woocommerce-product-gallery__image  li{
	padding-bottom: 0.625rem;
	padding-right: 0.625rem;
	list-style: none;
}
.onsale+.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	top: 2.2em;
    right: 2.2em;
}
.onsale+.woocommerce-product-gallery .woocommerce-product-gallery__trigger img{
	display: none;
}
.woocommerce .product_title{
	font-size: 2.812rem;
	padding-top: 13px;
	padding-bottom: 5px;
}
.woocommerce .entry-summary{
	padding-left: 5.937rem;
    padding-top: 3.125rem;
}
.woocommerce .entry-summary .featured-sub .theme-btn-2{
	padding: 0.375rem 8px;
	background-color: #6b6b6b !important;
	margin-left: 30px;
}
.entry-summary .featured-sub span{
	    font-family: 'Lato', sans-serif;
	color: #308440;
	font-size: 1.625rem;
}
.entry-summary .featured-sub del{
	color: gray;
	font-size: 17px;
	padding-left: 8px;
}
.entry-summary h1{
	margin: 0;
}
.entry-summary p{
	padding-top: 1.25rem;
	font-size: 1.125rem;
	padding-top: 1.7rem;
}
.entry-summary input{
	padding: 1.25rem 10px 1.25rem 20px;
    margin-top: 0.937rem;
	border: 0.062rem solid #888;
	box-shadow: 2px 0.25rem 0.437rem #dbd4d4;
	width: 100%;
}
.entry-summary .single_add_to_cart_button{
	margin-top: 1.25rem;
	margin-bottom: 1.875rem;
	font-size: 20px;
}
.entry-summary .product_meta span{
	font-size: 1.25rem;
	    font-family: 'Lato', sans-serif;
	color: #308440;
}
.entry-summary .product_meta a{
	color: #696969;
}
.col-1{
	width: 8.333333333333333%;
}
.col-2{
	width: 16.66666666666667%;
}
.col-3{
	width: 25%;
}
.col-4{
	width: 33.33333333333333%;
}
.col-5{
	width: 41.66666666666667%;
}
.col-6{
	width: 50%;
}
.col-7{
	width: 58.33333333333333%;
}
.col-8{
	width: 66.66666666666667%;
}
.col-9{
	width: 75%;
}
.col-10{
	width: 83.33333333333333%;
}
.col-11{
	width: 91.66666666666667%;
}
.col-12{
	width: 100%;
}
.woocommerce .tabs{
	display: flex;
	list-style: none;
	padding-left: 0
}
.woocommerce .style-2 .flex-control-nav {
	position: absolute;
	right: 50px;
    top: 60px;

}
.woocommerce .wp-caption-text a{
	color: #000;
}
.woocommerce .style-2 .woocommerce-product-gallery__image ol img{
	border: 5px solid #fff;
	box-shadow: 5px 5px 7px #8888;
}
.woocommerce .tabs li{
	margin-right: 0.625rem;
}
.woocommerce-product-gallery__image:after{
	content: "";
    width: calc(50vw - 100px);
    height: 100%;
    background: #ededed;
    position: absolute;
    right: 100px;
    z-index: -1;
}
.woocommerce .woocommerce-tabs .theme-btn-2{
	background-color: #ebebeb !important;
	    font-family: 'Lato', sans-serif;
	color: #000;
}
.woocommerce .woocommerce-tabs .theme-btn-2:hover{
	background-color: #308440 !important;
	color: #fff;
}
.woocommerce .woocommerce-tabs{
	padding-top: 4.375rem;
}
.woocommerce .woocommerce-Tabs-panel--description{
	padding-top:50px;
}
.woocommerce .woocommerce-Tabs-panel--additional_information ul li{
	width: 50%;
	display: flex;
	align-items: center;
}
.woocommerce .woocommerce-Tabs-panel--additional_information li:nth-child(-n + 2){
	padding-bottom: 30px;
}
.woocommerce .woocommerce-Tabs-panel--additional_information ul li .list-inner{
	max-width: 61%;
    padding-left: 20px;
}
.woocommerce .woocommerce-Tabs-panel--additional_information ul li span{
	width: 130px;
    height: 130px;
    line-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 10px 20px 0px #f1eded;
}
.woocommerce .woocommerce-Tabs-panel--additional_information ul{
    list-style: none;
    display: flex;
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
}
.woocommerce .style-2 .woocommerce-Tabs-panel--additional_information ul p{
	width: 83%;
    font-size: 16px;
}
.woocommerce .style-2 .woocommerce-Tabs-panel--additional_information .inner-info{
	    padding-left: 20px;
}
.woocommerce .content-area .woocommerce-Tabs-panel--additional_information{
	display: flex;
}
.woocommerce .content-area .woocommerce-Tabs-panel--additional_information .list-2{
	display: flex;
	position: relative;
}
.woocommerce .content-area .woocommerce-Tabs-panel--additional_information .list-3{
	display: flex;
	position: relative;
	width: 50%;
}
.woocommerce .content-area .woocommerce-Tabs-panel--additional_information span{
	border-radius: 50%;
    background-color: #308440;
}
.woocommerce .woocommerce-Reviews{
	margin-top: 50px;
}
.woocommerce-Tabs-panel--additional_information{
	padding-top: 3.75rem;
}
.woocommerce .gallery-size-full{
	padding-top: 1.25rem;

}
.woocommerce .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding-top: 30px;
}
.gallery-columns-4{
	padding: 15px 15px;
    width: calc(100%/4);
}
.woocommerce .gallery .gallery-item{
	box-shadow: 10px 10px 12px 6px #f7f7f7;
	}
.woocommerce .gallery .gallery-item img{
	width: 100%;
}
.woocommerce .gallery .gallery-item .gallery-caption{
	text-align: center;
	border: 1px solid #cecece;
	padding: 25px 0px;
	font-size: 26px;
    border-top: none;
}
.woocommerce .woocommerce-Reviews{
	display: flex;
	border: 0.062rem solid #bebebe;
       box-shadow: 12px 15px 15px #f1f1f1;
       align-items: center;
}
.woocommerce .woocommerce-Reviews .comment-1{
	display: flex;
	align-items: center;
}
.woocommerce .woocommerce-Reviews .star-rating{
	margin-top: 0.812rem;
    margin-left: 4.062rem;
}
.woocommerce .style-2 .woocommerce-Tabs-panel--reviews{
	padding-top: 120px;
}
.woocommerce .woocommerce-Reviews .comment-text{
	padding: 0px 55px;
}
.woocommerce .reviews{
	padding-top: 3.75rem;
}
.woocommerce .reviews label{
	font-size: 1.25rem;
	 color: #818181;
}
.woocommerce .woocommerce-Reviews-title{
	font-size: 2.25rem;
}
.woocommerce .reviews .comment-form-rating{
	display: flex;
}
.woocommerce .reviews .stars{
	padding-top: 0.312rem;
    padding-left: 1.75rem;
}
 .reviews .stars a{
	position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
}
 .reviews .stars a::before{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\73\73\73\73\73";
    text-indent: 0;
     color: #818181;
     letter-spacing: 0.25rem;
}
.woocommerce .comment-form-email input, .comment-form-reason input, .comment-form-comment input, .comment-form-author input{
	padding: 1.875rem;
    background-color: #ebebeb;
    border: 0;
    border-radius: 0;
    width: 99%;
        font-family: 'Lato', sans-serif;
}
.woocommerce .comment-form-reason input{
	width: 1165px;
}
.woocommerce .comment-form-reason{
	margin-bottom: 0.437rem;
}
.comment-form-author, .comment-form-email{
	float: left;
    width: 50%;
    margin-bottom: 0.437rem;
}
.woocommerce .comment-form-comment input{
	padding-bottom: 8.75rem;
	width: 1165px;
}
.woocommerce .woocommerce-button{
	padding-top: 1.25rem;
	padding-bottom: 3.5rem;
	
}
.woocommerce .woocommerce-button span{
	    font-family: 'Lato', sans-serif;
}
/*=====product detaill 2======*/
.woocommerce .style-2 .woocommerce-Tabs-panel--additional_information{
	display: flex;
	width: 100%;
}
.woocommerce .style-2 .woocommerce-Tabs-panel--additional_information ul{
	padding-left: 0;
	padding-right: 0;
	display: flex;
}
.woocommerce .style-2 .woocommerce-Tabs-panel--additional_information img{
	border: 0.062rem solid #bebebe;
	border-radius: 50%;
}
.woocommerce .style-2 .woocommerce-Tabs-panel--description h2{
	font-size: 2.812rem;
}
.woocommerce .style-2  .additional-title{
	font-size: 2.812rem;
	padding-top: 5.937rem;
	padding-top: 4.5rem;
}
.woocommerce .woocommerce-product-gallery__wrapper{
	display: flex;
	padding-top: 130px;
}
.woocommerce .woocommerce-product-gallery__wrapper a img{
	background: #efefef;
}
.woocommerce .woocommerce-product-gallery__wrapper ol{
	list-style: none;
	padding-left: 0;
	padding-right: 12px;
}
.woocommerce .woocommerce-product-gallery__wrapper li{
	padding-bottom: 12px
}
.woocommerce .style-2  .woocommerce-Tabs-panel ul{
	list-style: none;
	padding: 0;
	font-size: 1.375rem;
	padding-top: 1.25rem;
	    font-family: 'Lato', sans-serif;
}
.woocommerce .style-2 .additional-main{
	display: flex;
	justify-content: space-between;
}
.woocommerce .style-2  .woocommerce-Tabs-panel{
	display: flex;
}
.woocommerce .style-2  .woocommerce-Tabs-panel .list-1{
	color: #308440;
}
.woocommerce .style-2  .woocommerce-Tabs-panel .list-2{
	padding-left: 6.25rem;
	color: #222222;
}
.woocommerce .style-2 .list-3{
	list-style: none;
	padding: 0;
	line-height: 44px;
	color: #222222;
	font-size: 1.375rem;
	    font-family: 'Lato', sans-serif;
}
.woocommerce .style-2 .list-3 span{
	font-size: 1.062rem;
	color: #308440;
	padding-right: 0.625rem;
}
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #308440 !important;
    color: #fff;
}
.tab-content .tab-pane{
	padding-top: 50px;
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 30px;
}

.nav-tabs{
	border: 0;
}
.woocommerce .woocommerce-tabs .theme-btn-2{
	background-color: #ebebeb !important;
        font-family: 'Lato', sans-serif;
    color: #000;
    padding: 1rem 2.812rem !important;
    border: none;
    border-radius: 0;
    margin: 0;
}
/*====homepage3=====*/
.event-default {
    overflow: hidden;
    margin-bottom: 1rem;
}
.event-default:hover .event-default-caption{
	    opacity: 1;
}
.event-default-caption{
	opacity: 0;
}
.event-default-caption{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 550ms ease-in-out;
}
.event-default:hover .gallerybtn-1{
	left: -227px;
    transition: .5s linear;
}
.button-primary{
	position: relative;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    border: 0;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    transition: .25s all ease;
}
.event-default:hover .event-default-image{
	transform: scale3d(1.05, 1.05, 1.05);
}
 .event-default-image{
 	transition: 450ms ease-in-out;
 }
.pt-190{
padding-top: 11.875rem;
}
.main-content{
	z-index: 8;
    position: absolute;
    top: 130px;
    left: 37%;
}
.pattern-overlay{
	background-repeat: repeat;
    background-size: contain;
    position: relative;
    min-height: 100%;
   	padding-bottom: 160px;
}
.main-content h2{
	font-size: 5rem;
	line-height: 4.5rem;
	color: #fff;
}
.main-content p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.main-img {
    bottom: -70px;
    left: -160px;
    border: 3.125rem solid;
}
.inner-logo{
	bottom: 50px;
    left: -335px;
}
.features-sec .feature-icon{
	top: 330px;
	right: 0;
	border: 0.062rem solid #000;
	color: #000;
}
.features-product .button{
	position: absolute;
    bottom: 0.937rem;
    right: -117px;
    background: #000000;
    color: white;
    padding: 9px 1.062rem;
    transition: cubic-bezier(0, 0.7, 0.01, 1.43), 0.4s;
}
.features-product img{
	width: 100%;
}
.features-product{
	padding-right: 0.625rem;
	margin-right: 1.25rem;
}
.features-product .button:hover{
	opacity: 1;
    overflow: hidden;
    background-color: #308440;
    right: -10px;
}
.about-sec{
	max-width: 85%;
	padding-left: 6.25rem;
}
.about-table h2{
	padding-top: 1.2rem;
	font-size: 1.75rem;
}
.about-table .scissor-border:after{
	width: 57px;
	left: -7px;
}
.about-table .scissor-border:before{
	width: 57px;
	left: 82px;
}
.about-table .scissor-border{
	width: 50%;
	margin: auto;
	margin-top: 22px;
}
.about-table p{
	font-size: 1.25rem;
	max-width: 80%;
    margin: auto;
    color: #666666;
}
.hair-fit img{
	min-height: 490px;
}
.about-table span{
	font-size: 1.25rem;
	color: #666666;
}
.about-table{
	border: 0.375rem solid #308440;
    width: 280px;
    position: absolute;
    top: -3.4375rem;
    left: 17.4rem;
    background: #fff;
    padding: 60px 0px;
}
.about-sec h2{
	font-size: 3.75rem;
	line-height: 3.75rem;
    padding-bottom: 0.625rem;
}
.about-sec span{
	color: #308440;
	margin-bottom: 10px;
}
.about-sec p{
	padding-bottom: 1.875rem;
	width: 95%;
}
.about-sec span::before{
	content: "";
	position: absolute;
	width: 1.25rem;
    height: 0.0625rem;
    top: 0.7rem;
    right: -2.1875rem;
	background: #308440;
}
.service-style h2{
	padding-top: 24px;
}
.service-style:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .6s cubic-bezier(0, 1.4, 0.55, 0.98);
}
.service-style:hover:before {
    transform: scale3d(1.25, 1.1, 1.05);
    background: #308440;
   	box-shadow: 0rem 0 2.5rem -1rem #464646;
}
.service-style:hover h2{
    color: #fff;
}
.service-style:hover p{
    color: #fff;
}
.service-style{
	padding:40px 0px; 
	transition:all 0.3s linear;
	z-index: 1;
}
.service-style p{
	font-size: 1.125rem;
	margin-bottom: 2.2rem;
	width: 90%;
    margin: auto;
    padding-bottom: 25px;
}
.service-style:hover svg
{
	fill: white;
}
.service-style i{
	color: black;
	opacity: 1;
	visibility: visible;
}
.service-style:hover a {
    background: #000;
    margin: 0;
    transition: .3s linear;
}
.service-style a {
    background: transparent;
    padding: 18px 39px;
    color: #fff;
    margin-right: -85px;
    transition: .1s linear;
}
.service-style a span{
	opacity: 0;
	visibility: hidden;
}
.service-style:hover a svg{
	color: #fff;
}
.service-style:hover a span{
	visibility: visible;
	opacity: 1;
	color: #fff;
	position: relative;
	padding-left: 10px;
    font-size: 18px;
}
.service-style:hover{
	background-color:#308440;
	color: #fff;
	transition: 2s linear;
	position: relative;
} 
.build-own h2{
	font-size: 3.75rem;
	line-height: 3.75rem;
}
.build-own p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    margin-top: 0.8rem;
}
.features-product-2 .featured-area h2{
	font-size: 1.625rem;
}
.features-product-2 .featured-area{
	padding-top: 2rem;
}
.image-12 {
    border: 40px solid #fff;
    margin-top: -350px;
    margin-left: -40px;
}
.product-main{
	padding-top: 4.375rem;
}
.product-heading{
	max-width: 80%;
	margin-bottom: 2.5rem;
}
.product-heading h1{
	font-size: 60px;
	line-height: 60px;
}
.event-default img{
	width: 100%;
}
.treat-1:hover .event-default .event-default-image {
    transform: scale3d(1.05, 1.05, 1.0 5);
}
.treat-1:hover .event-default .event-default-caption{
	opacity: 1;
}
.slick-slider {
    margin:0 -15px;
}
/*======dropdown====*/
.navbar-nav .nav-item .dropdown-menu a:before {
    background: #308440;
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s cubic-bezier(0.71, 0.52, 0, 1.13);
}
.navbar-nav .nav-item .dropdown-menu a:hover:before {
    width: 100%;
    z-index: -1;
}
.navbar-nav .nav-item .dropdown-menu{
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	background: #333;
	position: absolute;
	top: 70px;
	left: 0;
	width: 200px;
	z-index: 99;
	display: block;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	display: flex;
	flex-direction: column;
	transform: translateY(20px);
	border-radius: 0;
	border: 0;
	border-top: 3px solid #308440;
}
.navbar-nav .nav-item .dropdown-menu a{
    color: white;
    padding: 10px 15px;
    width: 100%;
}
.navbar-nav .nav-item .dropdown-menu a:hover{
	color: white;
}
ul.dropdown-menu:before,
ul.inner-dropdown.list-unstyled:before {
    content: ":";
    top: -19px;
    left: 10px;
    width: 0;
    height: 0;
    position: absolute;
    background: transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #308440;
    border-right: 8px solid transparent;
}
ul.inner-dropdown.list-unstyled:before {
    content: ":";
    top: 8px;
    left: -20px;
    transform: rotate(270deg);
}
.navbar-nav .nav-item .dropdown-menu a:hover:before {
    width: 100%;
    z-index: -1;
}
.navbar-nav .nav-item:hover .dropdown-menu{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.page-2-nav .navbar-nav .nav-item{
	position: relative;
	padding: 20px 0;
    margin: 0px 12px;
}
.page-2-nav .hamburger-navigation{
	position: fixed !important;
}
.navbar-nav .nav-item .dropdown-menu li{
	position: relative;
	padding: 0;
	margin: 0;
}
.blog-para p{
	font-size: 1.125rem;
	line-height: 30px;
}
.blog-para ul{
	font-size: 1.125rem;
	line-height: 30px;
}
.navbar-nav .nav-item .dropdown-menu li:hover:before {
    width: 100%;
}
.navbar-nav .nav-item .dropdown-menu ul li:hover {
    color: white !important;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 25px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 1px;
  top: 14px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 13px;
}

/*inner  menu*/
.new-menu .inner-dropdown{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 100;
	width: 200px;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	background: #333;
	border-radius: 0;
	border: 0;
	transform: translateX(30px);
	transition: .3s ease-in-out;
}
.new-menu:hover .inner-dropdown{
	visibility: visible;
	opacity: 1;
	transform: translateX(15px);
}
.barber-description-main li{
	width: 50%;
	
}
.barber-description:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 78%;
    height: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
}
.barber-description:nth-child(even):before {
    content: "";
    position: absolute;
    width: 85%;
    top: 0;
    left: 0;
    border-top: 1px solid #c5c5c5;
    height: 100%;
}
.barber-description:nth-child(-n+2):before{
	border-top: 0;
}


.side-image{
	width: 50vw;
	top: 0;
}
.side-image img{
	width: 100%;
}
.side-t .barber-item-2{
   	top: 30px;
    position: relative;
    left: -100px;
}
/*===blog-detail====*/
.post-meta-2 ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 50px;
	margin-bottom: 0;
}
.post-meta-2 li{
	display: flex;
	align-items: center;
	padding-right: 40px;
}
.post-meta-2 h3{
	font-size: 18px;
	padding-left: 10px;
}
.post-meta-2 h2{
	font-size: 3.125rem;
}
.post-detail p{
	font-size: 18px;
	margin: 2.187rem 0;
}
.post-detail ul{
	padding-left: 20px;
	list-style: none;
	line-height: 30px;
	font-size: 18px;
}
.post-detail li{
	height: 40px;
	margin-bottom: 0;
}
.post-detail ul li:before{
	content: "";
    height: 10px;
    width: 10px;
    background: #222;
    position: absolute;
    top: 10px;
    left: -20px;
    border-radius: 50%;

}

.Service-box:before { content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    background: transparent;
    border: 1px solid transparent;
}
.Service-box:hover:before {
	animation: animate .5s linear forwards;
	width: 100%;
}
@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #308440;
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    50% {
        width: 100%;
        height: 0;
        border-top-color: #308440;
        border-right-color: #308440;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    100% {
        width: 100%;
        height: 100%;
        border-top-color: #308440;
        border-right-color: #308440;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }
}
@keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: #308440;
    }

    50% {
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: #308440;
        border-bottom-color: #308440;
    }

    100% {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: #308440;
        border-bottom-color: #308440;
    }
}
	.Service-box:after{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    background: transparent;
    border: 1px solid transparent;
}
.Service-box:hover:after {
    animation: animate2 .5s linear forwards;
    animation-delay: .5s;
}



/*=====hamberger menu====*/

.close:hover,
.close:focus {
   color: #308440;
   cursor: pointer;
}
.close {
   font-weight: bolder;
   position: absolute;
   right: 25%;
   color: #ffffff;
   font-size: 40px;
   transition: 0.3s;
}
.flex-control-nav:after {
  content: "";
  display: table;
  clear: both;
}
.column{
  opacity: 0.8; 
  cursor: pointer; 
}

.column:hover {
  opacity: 1;
}
.featured-main .slick-slide {
	margin: 0px 30px;
}
.form-popup {
  	z-index: 9;
}
.cover{
   	position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 9;
    opacity: 0.77;
    width: 100%;
    height: 100%;
} 
.cover{
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}
.line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}
.hamburger-navigation {
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 5;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  background: #308440;
}
.page-2-nav .hamburger-menu{
    top: 6%;
    right: 32%;
}
.page-2-nav .hamburger-menu{
	z-index: 99999;
}
.hamburger-navigation .layer {
  width: 100%;
  height: 0;
  background: #141414;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: .6s;
}
.hamburger-navigation .container {
  position: relative;
  z-index: 1;
  visibility: hidden;
}
.hamburger-navigation .info-box {
  width: 50vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.hamburger-navigation .info-box span {
  width: 100%;
  display: block;
  font-size: 22px;
  font-family: "Argesta Display";
  margin-bottom: 20px;
}
.hamburger-navigation .info-box .nav-social {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
  color: #fff;
  font-size: 14px;
}
.hamburger-navigation .nav-menu {
  display: inline;
  margin: 0;
  position: absolute;
  top: 100px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.hamburger-navigation .nav-menu.mobile-menu {
  display: none;
}
.hamburger-navigation .nav-menu li{
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  justify-content: space-evenly;
  text-align: center;
}
.hamburger-navigation .nav-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 35px;
      font-family: 'Lato', sans-serif;
}
.hamburger-navigation .nav-menu li a:hover {
  color: #308440;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
  transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
  height: 100vh;
  position: fixed;
}

.hamburger-navigation-active .hamburger-navigation .layer {
  height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
  visibility: visible;
}
.hamburger-navigation-active .hamburger-navigation .nav-menu{
	opacity: 1;
	visibility: visible;
}
.hamburger-navigation .nav-menu {
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    display: flex;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hamburger-navigation-active .hamburger-navigation .info-box {
  opacity: 1;
  visibility: visible;
}
.navbar .hamburger-menu {
    display: inline-block;
    margin-left: auto;
}

/*====mobile menu====*/
    
.mobile-menu__toggler {
	font-size: 18px;
    color: #212121;
    margin-top: 10px;
    display: flex;
    cursor: pointer;
}
/* PAGE LOADED */
.page-loaded .preloader {
  height: 0;
}

.page-loaded .preloader .loadbar {
  max-height: 100%;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.page-loaded .preloader figure {
  transform: translateY(50px);
  opacity: 0;
}
.page-loaded .slider .main-slider {
  transform: scale(1);
}

.page-loaded .page-header {
  transform: scale(1);
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #308440;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-delay: 1s;
  transition-delay: 1s;
}
.preloader .loadbar {
  width: 0%;
  height: 100%;
  max-height: 6px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.preloader figure {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade 0.30s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  position: relative;
}
.preloader figure span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.preloader figure img {
  height: 100px;
  display: inline-block;
  opacity: 0.05;
}

@keyframes fade {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*====sidebar====*/
.navbar-toggler {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
}
.navbar-toggler span {
  position: relative;
  background-color: #0e1b2c;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.nav-top .main-menu li{
	color: #fff;
    padding-right: 28px;
    align-items: center;
}
.navbar-close{

	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 12;
	background: #308440;
}
.navbar-close .cross-wrap span.bottom {
    bottom: 15px;
    left: 0;
    transform: rotate(-45deg);
}
 .navbar-close .cross-wrap {
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: relative;
}
.navbar-close .cross-wrap span.top {
    top: 17px;
    left: 0;
    transform: rotate(45deg);
}
.navbar-close .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff;
}


/* dropdown 2*/
.home-drop .home-page {
    padding: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    transform: translateX(-40px);
    top: 40px;
    padding: 20px;
    transition: 0.3s ease-in-out;
}
.home-drop svg{
	padding-left: 12px;
}
li.home-drop svg {
    height: 12px;
}
.home-drop.active .home-page {
    opacity: 1;
    color: #308440;
    transform: translateX(0px);
    padding: 0;
    position: absolute;
    transition: .3s ease-in-out;
    top: 60px; 
}
.home-drop .home-page a{
	font-size: 20px !important;
}

 .tab-content.active{
    display:block;
}
.main-area img {
    z-index: 8;
    max-width: 400px;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*====popup====*/
.cart-1{
	padding-left: 15px;
}
.cart-1 .star-rating span::before{
	content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    font-family: star;
    color: #308440;
}
.cart-1 .star-rating span{
    margin-top: 10px;
    margin-left: 12px;
}
.popup-items h2{
	font-size: 26px;
}
.popuo-button{
    background: #333;
    display: inline-block;
    height: 100%;
    color: white;
    padding: 9px 1.062rem;
    transition: ease, 0.9s;
    transform: translate(109px);
}
.popup-items{
	position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 13px 4px #ded5d5;
   	overflow-y: auto;
    height: 100%;
    width: 610px;
    transition: all .5s cubic-bezier(0.19, 0.71, 0.58, 0.83);
}
.popup-main{
	margin: 39px;
	overflow: hidden;
	overflow-y: auto;
}
.popuo-button:hover{
	transform: translate(0px);
	background-color: #308440;
}
.popuo-button span{
	visibility: hidden;
	opacity: 0;
}
.popuo-button:hover span{
	visibility: visible;
	opacity: 1;
}
.popuo-button:hover{
	color: #fff;
}
.cart-price{
	margin: 39px;
}
.pop-overlay{
	background-color: #00000080;
	position: fixed;
	z-index: 99999;
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
}
.popup-items .theme-btn-2{
	display: flex;
    justify-content: center;
    width: 88%;
    margin: auto;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 1px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.bar1 {
  -webkit-transform: rotate(-45deg) translate(-11px, 7px);
  transform: rotate(-45deg) translate(-11px, 7px);
}

 .bar2 {opacity: 0;}

 .bar3 {
  -webkit-transform: rotate(45deg) translate(-2px, 0px);
  transform: rotate(45deg) translate(-2px, 0px);
}
.cross-bar{
	position: absolute;
    right: 52px;
    cursor: pointer;
}
.pop-open{
	width: 610px;
}
.pattern-img img{
	width: 100%;
    background: #000;
}


/*====loader===*/
@keyframes arrow-spin {
  100% {
    transform: rotate(179deg);
  }
}

@-webkit-keyframes arrow-spin {
  100% {
    -webkit-transform: rotate(179deg);
  }
}

.psoload,
.psoload *,
.psoload *:before,
.psoload *:after {
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.psoload {
  position: relative;
  margin: 30px auto;
  height: 150px;
  width: 150px;
}

.psoload .straight,
.psoload .curve {
  position: absolute;
  top: 17.5%;
  left: 17.5%;
  width: 65%;
  height: 65%;
  border-radius: 100%;
  animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
  -webkit-animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
}

.psoload .straight:before,
.psoload .straight:after {
  content: '';
  position: absolute;
  width: 15%;
  border-bottom: 3px solid #eee;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.psoload .straight:before {
  top: 5px;
  left: 5px;
}

.psoload .straight:after {
  bottom: 5px;
  right: 5px;
}

.psoload .curve:before,
.psoload .curve:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 10px;
  border: solid 3px transparent;
  border-top-color: #eee;
  border-radius: 50%/10px 10px 0 0;
  z-index: 90001;
}

.psoload .curve:before {
  transform: rotate(-63deg) translateX(-27px) translateY(-4px);
  -webkit-transform: rotate(-63deg) translateX(-27px) translateY(-4px);
}

.psoload .curve:after {
  bottom: 5px;
  right: 5px;
  transform: rotate(115deg) translateX(-26px) translateY(-12px);
  -webkit-transform: rotate(115deg) translateX(-26px) translateY(-12px);
}

.psoload .center {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  border: 3px solid #eee;
}

.psoload .inner {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite reverse;
  -webkit-animation: arrow-spin 0.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite reverse;
}

.psoload .inner:before,
.psoload .inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-width: 11px;
  border-bottom-color: #eee;
}

.psoload .inner:before {
  top: 12px;
  left: 12px;
  transform: rotate(128deg);
  -webkit-transform: rotate(128deg);
}

.psoload .inner:after {
  bottom: 12px;
  right: 12px;
  transform: rotate(-48deg);
  -webkit-transform: rotate(-48deg);
}
.hamburger-navigation .nav-menu{
	opacity: 0;
	visibility: hidden;
}
.menu-on{
	display: none;
}
.page-2-nav{
	display: flex;
}
.about-head .dropdown-item:focus, .about-head .dropdown-item:hover{
	color: #fff;
	background-color: #308440;
}
#popups .popup-items{
	transform: translate(100%);
}
.cross-bar .popup-items{
	transform: translate(0);
}

/* Model padding */
.modal-open{
    overflow: auto;
    padding-right:0 !important;
}
/* Product Loader */
.spinner-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.circle-border {
  width: 50px;
  height: 50px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(217 132 47);
  background: linear-gradient(0deg, rgb(217 132 47 / 27%) 33%, rgb(217 132 47) 100%);
  animation: spin .8s linear 0s infinite;
}
.circle-core {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}
.togglesubmenu{
	display: none;
}
/*servise style 1*/
.Service-box{
	margin-bottom: 30px;
}
/*servise style 3*/
.uper-meta {
    bottom: 10%;
    color: #fff;
    left: 50px;
    position: absolute;
    width: auto;
    z-index: 3;
}
.uper-meta > h4 {
    font-size: 28px;
    width: 100%;
    margin-top: 10px;
}
.uper-meta:hover a{
	color: #308440;
}
.uper-meta a{
	color: #fff;
}
.uper-meta svg{
	display: block;
}
.servise-box::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.servise-box img{
	border-radius: 10px;
}
/*===== Dashboard Page =====*/
/*===== Profile Sidebar =====*/
.profile-sidebar {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #f7f7f7;
}
a{
  text-decoration: none;
}
.brd-rd50{
  border-radius: 50%;
}
.yellow-bg{
  background-color: #308440;
}

.profile-sidebar-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  box-shadow: 0 20px 32px rgba(0,0,0,.06);
  overflow: hidden;
}
.user-info {
  padding: 35px 30px 30px !important;
  display: flex;
}
.user-info > img {
  float: left;
  margin-right: 15px;
  border: 3px solid;
}
.user-info-inner {display: table;}
.user-info-inner > h5 {
  color: #fff;
  margin: 0;
  font-size: 32px;
}
.user-info-inner > span {
  color: #fff;
  display: block;
  font-size: 16px;
}
.user-info-inner > a {float: left;}
.user-info-inner > a {
  float: left;
  font-size: 17px;
  padding: 8px 20px;
  margin-top: 13px;
}
.user-info-inner > a:hover,
.user-info-inner > a:focus {
  background-color: #333;
  color: #fff;
}
.profile-sidebar-inner > ul {
  border-bottom: 0;
   padding: 20px 0px;
   display: block;
}
.profile-sidebar-inner > ul > li {  margin-bottom: 0;
  font-size: 12px;
  color: #444;
}
.profile-sidebar-inner > ul > li a {
  padding: 0 0 0 25px;
  font-size: 16px;
}
.profile-sidebar-inner > ul > li a i {
  margin-right: 8px;
  font-size: 15px;
  color: #b5b5b5;
}
.profile-sidebar-inner > ul > li.active > a::before {opacity: 1;}
/*===== Dashboard Tab =====*/
.dashboard-wrapper {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
}
.welcome-note {
  float: left;
  width: 100%;
  padding: 35px 45px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.welcome-note > h4 {
  font-size: 28px;
  color: #fff;

}
.dashboard-title span a{
	color: red;
}
.dashboard-title span a{

}
.welcome-note > p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.welcome-note > img {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: -1;
  opacity: .05;
}
.remove-noti {
  position: absolute;
  top: -8px;
  right: -8px;
}
.dashboard-title {
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 30px;
}
.dashboard-title > h4 {
  color: #3c3838;
  margin-top: 0;
	font-size: 32px;
	margin-bottom: 0;
}
.dashboard-title > span{
	 font-style: italic;
}
.featured-restaurant-info h4 a{
	    color: #333333;
}
.featured-restaurant-info h4{
	font-size: 32px;
}
.featured-restaurant-info span{
	font-size: 17px;
}
.featured-restaurant-info:hover a{
	color: #308440;
}
.dashboard-title > span a{
  font-style: italic;
  font-size: 16px;
  color: #666;
}
.dashboard-title:hover a{
	color: #308440;
}
.restaurants-list {
  float: left;
  padding: 0 20px 20px;
  width: 100%;
}
.featured-restaurant-box.style3 {
  border-top: 0;
  padding: 30px;
  margin-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,.04);
  box-shadow: 0 0 32px rgba(0,0,0,.04);
}
.featured-restaurant-box.style3 + .featured-restaurant-box.style3 {margin-top: 10px;}
.featured-restaurant-box.style3 .featured-restaurant-thumb {
  width: 130px;
  text-align: center;
}
.featured-restaurant-box.style3 .featured-restaurant-thumb > a {
  border: 2px solid #f1f1f1;
  display: block;
  line-height: 90px;
  min-height: 90px;
}
.featured-restaurant-box.style3 .post-meta{padding-left: 0;}
.view-menu-liks {width: 120px;}
.view-menu-liks .post-likes {
  position: static;
  float: right;
}
.view-menu-liks > a {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  float: right;
  margin-top: 5px;
}
.book-on h4{
	font-size: 32px;
}
.tabs-wrp > h4{
	font-size: 32px;
}
.view-menu-liks > a:hover,
.view-menu-liks > a:focus {color: #fff;}
/*===== My Bookings Tab =====*/
.tabs-wrp {
  float: left;
  width: 100%;
  padding: 50px;
}
.tabs-wrp > h4 {
  font-size: 32px;
  color: #3c3838;
  display: inline-block;
  margin-bottom: 0;
  line-height: 45px;
  margin-top: 0;
}
.select-wrap-inner > div + div {margin-left: 10px;}
.select-wrap-inner .select-wrp2 .chosen-container > a {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  height: 45px;
  padding: 10px 33px 10px 25px;
  text-transform: initial;
  color: #a2a2a2;
  font-weight: 400;
  font-size: 10.8px;
}
.booking-table {
  float: left;
  width: 100%;
}
.booking-table > table {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  box-shadow: 0 0 30px rgba(0,0,0,0.04);
}
.booking-table > table thead {
  background-color: #2a2a2a;
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 30px rgba(0,0,0,.04);
  box-shadow: 0 0 30px rgba(0,0,0,.04);
}
.booking-table > table thead th {
  padding: 21px 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.booking-table tbody tr{
	background-color: #fff;
}
.booking-table > table thead th:first-child,
.booking-table > table tbody td:first-child {text-align: left;}
.booking-table > table tbody td {
  padding: 25px 25px;
  font-size: 16px;
  color: #444;
  position: relative;
  text-align: center;
}
.booking-table > table tbody td h5 {
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  color: inherit;
}
.booking-table > table tbody td h5:before {
  content: "";
  position: absolute;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #308440;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 50%;
}
.booking-table > table tbody a,.review-box a{
	color: #333333;
}
.booking-table td:hover a{
	color: #308440;
}
.booking-table > table tbody tr:nth-child(2n) {background-color: #f9f9f9;}
span.processing,
span.completed {
  padding: 7px 12px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.booking-table > table tbody td a.detail-link:hover,
.booking-table > table tbody td a.detail-link:focus {color: #fff;}
.booking-table > table tbody tr:nth-child(2n) a.detail-link {background-color: #f9f9f9;}
/*===== My Reviews Tab =====*/
.review-list {
  float: left;
  width: 100%;
}
.review-box {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
  padding: 30px;
}
.review-box + .review-box {margin-top: 12px;}
.review-box > h4 {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 0;
}
.review-box .ratings {
    display: inline-block;
    margin-left: 30px;
    color: #308440;
}
.ratings {display: inline-block;}
.ratings > i {font-size: 12px;}
i.off {color: #d7d7d7;}
.review-box > p {
  color: #666;
  margin: 12px 0 0;
}
.review-info {
  float: left;
  width: 100%;
}
.review-info > img {
  float: left;
  margin-right: 10px;
}
.review-info-inner {display: table;}
.review-info-inner > h5 {
  font-size: 23px;
  margin-bottom: 0;
}
.review-info-inner > i {font-size: 12px;}
/*===== My Orders Tab =====*/
.order-list {
  float: left;
  width: 100%;
}
.order-item {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,.04);
  box-shadow: 0 0 32px rgba(0,0,0,.04);
  display: table;
}
.order-item + .order-item {margin-top: 10px;}
.order-thumb {
  position: relative;
  width: 180px;
  max-width: 150px;
  overflow: hidden;
}
.order-item > div {
  display: table-cell;
  vertical-align: middle;
}
.order-info {padding-left: 30px;}
.order-info > span.red-clr,
.order-info > span.yellow-clr {
  font-size: 16px;
  display: block;
}
.order-info > h4 {
  font-size: 32px;
}
.order-info > p {margin-bottom: 25px;}
.order-info > span.processing,
.order-info > span.completed {
  margin-left: 30px;
  margin-top: 9px;
}
.order-info > a {
  float: right;
  font-size: 16px;
  background-color: #434343;
  color: #fff;
  padding: 5px 25px;
}
.order-info > span.price {margin-top: 9px;}
/*===== Shortlists Tab =====*/
.tabs-wrp .restaurants-list {
  padding: 0;
  margin-top: 18px;
}
.tabs-wrp .featured-restaurant-box.style3 {padding: 30px 40px;}
/*===== Statement Tab =====*/
.statement-table {
  float: left;
  width: 100%;
}
.statement-table table {
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.statement-table table thead {
  background-color: #2a2a2a;
  color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.statement-table table th {
     font-size: 15px;
    padding: 15px;
  text-align: inherit;
}
.statement-table table tbody {background-color: #fff;}
.statement-table table tbody td {
  font-size: 14px;
  color: #666;
     padding: 14px;
  border: 1px solid #eee;
}
/*===== Account Settings Tab =====*/
.account-settings-inner {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
}
.profile-info-form input, .select-wrp select{
    width: 100%;
    background: #fff;
    border: none;
    padding: 13px;
	margin-bottom: 20px;
    font-size: 16px;
    background-color: #f7f7f7;
}
.select-wrp select{
	color: #495057;
}
.profile-info-form label{
	width: 100%;
}
.account-settings-inner .loc-map2{margin-bottom: 0;}
.profile-info {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.profile-info-form label{
	font-size: 15px;
}
.profile-thumb {
  height: 160px;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 14px;
}
.profile-thumb > img {
  width: 100%;
  height: 100%;
}
.profile-info > a {
  font-size: 18px;
  display: inline-block;
  position: relative;
  line-height: 13px;
}
.profile-info > a.change-password {padding-left: 15px;}
.profile-info > a:hover {color: #2a2a2a;}
.profile-info > a.change-password:before {
  content: "";
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #308440;
  position: absolute;
  bottom: 2px;
  border-radius: 50%;
}
.profile-img-upload-btn {
  display: block;
  margin: 14px 0 12px;
}
.profile-img-upload-btn > label {
  padding: 13px 30px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.profile-img-upload-btn > label.yellow-bg:hover {color: #fff;}
.profile-img-upload-btn .fileContainer {
  overflow: hidden;
  position: relative;
}
.profile-img-upload-btn .fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.profile-info > p {
  font-size: 14px;
  color: #a2a2a2;
  margin-bottom: 0;
  line-height: 23px;
}
.default-img-lst {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.default-img-lst > img {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}
.profile-info-form-wrap {
  float: left;
  width: 100%;
  padding-left: 20px;
}
.featured-restaurant-box.style3{
  display: flex;
    justify-content: space-between;
}
.post-meta{
  list-style: none;
  display: flex;
    justify-content: space-between;
}
.book-on{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-wrap-inner{
  display: flex;
}
/*sticky-header*/
.stick {
    position: fixed;
    background: #fff;
    transition: .3s ease-in-out;
    z-index: 9;
    box-shadow: 0px 0px 20px 5px #00000030;
    -moz-box-shadow: 0px 0px 20px 5px #00000030;
    -webkit-box-shadow: 0px 0px 20px 5px #00000030;
    width: 100%;
    top: 0;
}
/*scroll-top*/
button.scrollTopStick {
width: 50px;
height: 50px;
border-radius: 100%;
border: 0;
background: #d98430;
position: fixed;
bottom: 50px;
right: 50px;
opacity: 0;
visibility: hidden;
transform: translateY(30px);
display: flex;
align-items: center;
justify-content: center;
}
button.scrollTopStick.active{
opacity: 1;
visibility: visible;
transform: translateY(0px);
}

.stick .main-logo a {
justify-content: start;
display: flex;
}

.main-content h2 {
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    font-family: 'Great Vibes', cursive;
    display: block;
}

.main-content h2 span {
    display: block;
    color: #308440;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 5px;
}

.nav-icon, strong{
	color: #308440;
}
.about-us span,
.featured-sub span{
	color: #308440;
}
.barber-list-1 h4{
	color: #308440;
}
.barber-description h2 span{
	color: #308440;
}
.barber-description span{
	color: #308440;
}
.register-now, .theme-btn-2{
	background-color: #308440 !important;
}
.bg-light-color {
    background-color: #f8f9fa;
}
.theme-black-color{
	color: #332b23 !important;
}
.text-color,
.user-content h3:hover,
.wiget-hover a:hover,
.barber-hipster h1 a:hover,
.service-prices a:hover,
.review-box:hover a,
.order-info h4:hover a,
.profile-info > a,
.review-info-inner i{
	color: #308440 !important;
}
.bg-dark-color,
.barber-fix:before,
.barber-fig:hover .ryan-description,
.theme-btn-2,
.img-hover-2:before
{
	background-color: #308440 !important;
}
.main-img{
	border-color: #308440 !important;
}

.parallax-content span {
    color: #308440;
    font-family: 'Lato', sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 8px;
}

figure.parallax-img img {
    max-width: 150px !important;
    text-align: right;
    position: relative;
    z-index: 6;
    right: -80px;
    top: 180px;
}

figure.parallax-img {
    position: relative;
}

.ml-3 {
    margin-left: 47px;
}

.service-box h4 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

span.big-circle img {
    padding-top: 15px;
}

.theme-heading h6 {
    color: #ebb805;
    font-family: "Noto Sans", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 8px;
    font-weight: bold;
}

.theme-heading.marB50 h2 {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.barber-hipster h3 {
    line-height: 2.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 23px;
    color: #222 !important;
}

.barber-hipster p {
    font-size: 14px;
}

section.gap.resp-padd.lg-no-top.bg-light {
    position: relative;
}

/*  ==========================================================================
    Table of Contets
    ==========================================================================

    1.0 Common Styles
    2.0 Header Section
    3.0 About Section
	20.0 Scroll To Top

    ==========================================================================
    OrganZe By ThemeEaster
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Poppins:500,600,700|Work+Sans:600&display=swap');

/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ebb805;
}

::selection {
    background-color: #ebb805;
    color: #fff
}

-webkit-::selection {
    background-color: #ebb805;
    color: #fff
}

::-moz-selection {
    background-color: #ebb805;
    color: #fff
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #263a4f;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #263a4f;
}
h2 {
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    color: #263a4f;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 45px !important;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #263a4f;
    letter-spacing: -0.5px;
}
h3 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: "Noto Sans", sans-serif;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
   color: #ddd !important;
}
button{
    border: none;
	background: none;
}

/* Helper Class */

.padding{
    padding: 50px 0 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}
.box-padding{padding: 0 50px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f6fff2;}
.bg-dark{ background-color: #242323!important;}
.bd-top{ border-top: 1px solid #e5e5e5;}
.bd-bottom{ border-bottom: 1px solid #e5e5e5;}

.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; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ebb805;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
/*========= Button Style =========*/
.default-btn{
    display: inline-block;
    background: #ebb805;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.default-btn:hover{ color: #FFF; }
.default-btn span {
    background: #ff9933 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}
/*========== Section Heading ==========*/
.section-heading h2{
    font-size: 32px;
    display: block;
}
.section-heading span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 39px;
    color: #ebb805;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}
/*========== Section Food Design ==========*/
.pos-rel{position: relative;}
.food-1{
    background-image: url(../images/food-1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.food-2{
    background-image: url(../images/food-2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}


/*========== Transition Effect ==========*/
a, a:hover, .overlay, img, .form-control, .form-control:hover, button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    
}/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: #fff;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
}
.navbar-fixed-top.header-section{
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    box-shadow: 0 2px 5px rgba(16,16,16,.08);
    height: 80px;
    border-bottom: 0;
    padding: 0;
}
.navbar-fixed-top ul.nav > li > a{
    color: #263a4f;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #ebb805;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{
    position: relative;
}
ul.nav > li > a {
    color: #263a4f;
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 80px;
    z-index: 1;
}

.header-right .cart-icon{
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    color: #ebb805;
    font-weight: 600;
    line-height: 80px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.header-right .cart-icon i{
    color: #ebb805;
    font-size: 18px;
}
.header-right .cart-icon .count{
    background-color: #ebb805;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    font-size: 10px;
    right: -10px;
}
.cart-icon.transparent{}
.cart-icon.transparent i{
    color: #f42267;
}
.cart-icon.transparent .count{
    background-color: #f42267;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #ebb805;
    opacity: 1;
}

/* Dropdown Style
==================*/
#mainmenu li ul{
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 2px solid #eee;
    display: block;
    position: relative;
    padding: 0;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #6a8695;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    background-color: #ebb805;
    color: #fff;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}

/* Transparent Header
=====================*/
.header-section.transparent{
    background-color: transparent;
}
.navbar-fixed-top.header-section.transparent{
    background-color: #fff;
}

.header-section.transparent ul.nav > li > a{
    color: #ddd;
}
.header-section.transparent ul.nav > li > a:hover,
.header-section.transparent ul.nav > li > a.active{
    color: #fff;
}
.navbar-fixed-top.header-section.transparent ul.nav > li > a{
    color: #ebb805;
}
.navbar-fixed-top.header-section.transparent ul.nav > li > a:hover,
.navbar-fixed-top.header-section.transparent ul.nav > li > a.active{
    color: #ebb805;
}
.navbar-fixed-top.transparent .logo-dark,
.transparent .logo-light{
    display: block;
}
.navbar-fixed-top.transparent .logo-light,
.transparent .logo-dark{
    display: none;
}
.transparent .slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: 0 2px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 2px 0 rgba(255,255,255,1);
    box-shadow: 0 2px 0 rgba(255,255,255,1);
    background-color: transparent;
}

/* Mobile Menu
=================*/
.slicknav_menu {
    background: none;
    padding: 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
}
.slicknav_btn{
    background-color: transparent;
    margin: -63px 0px 0px;
}
.transparent .slicknav_btn { margin: -60px 0px 0px; }
.transparent.navbar-fixed-top .slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 0 rgba(0,0,0,.5);
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #ebb805;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    color: #999;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 14px;
    color: #ebb805;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* Menu Button Style
==================== */
.header-right{
    display: flex;
    align-items: center;
}
.header-right .menu-btn{
    background-color: #ebb805;
    color: #fff!important;
    padding: 0 30px;
    border-radius: 2px;
    line-height: 45px;
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
}
.header-right .menu-btn:hover{
    background-color: #ff9933;
    opacity: 0.8;
    color: #fff;
}

/* Search Box
===============*/
#dl-popup-search-box {
	background-color: rgba(0,0,0,0.95);
	position: fixed;
	width: 100%;
	height: 100%;
	top: -20em;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}
#dl-popup-search-box.toggled {
	top: 0;
	opacity: 1;
	visibility: visible;
}
#dl-popup-search-box .box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}
#dl-popup-search-box .box-inner-wrap {
	width: 100%;
	height: 100%;
}
#dl-popup-search-box .box-inner-wrap form {
	position: relative;
	margin: 0 auto;
}
#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder { /* Edge */
	color: #444;
}
#dl-popup-search-box .box-inner-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #444;
}
#dl-popup-search-box .box-inner-wrap input::placeholder {
	color: #444;
}
#dl-popup-search-box .box-inner-wrap input {
	width: 90%;
	padding: 0 0 0.125em 0;
	background: transparent;
	border: none;
	border-bottom: 3px solid #222;
	font-size: 4em;
	color: #ddd;
}
#dl-popup-search-box .box-inner-wrap input:focus {
	outline: none;
}
#dl-popup-search-box .box-inner-wrap button {
	position: absolute;
	display: block;
	width: 10%;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	color: #444;
	font-size: 4em;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}
#dl-popup-search-box .box-inner-wrap button:hover {
	color: #ddd;
}
#dl-popup-search-box .box-inner-wrap button:focus {
	outline: none;
}
@media screen and (max-width: 600px){
	#dl-popup-search-box .box-inner-wrap form {
		width: 90%;
	}
	#dl-popup-search-box .box-inner-wrap input,
	#dl-popup-search-box .box-inner-wrap button{
		font-size: 3em;
	}
}

/* ==========================================================================
   Promo Section
   ========================================================================== */


.promo-item {
  /* background-color: #ffffff; */
    padding: 20px 10px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    min-height: 450px;
}

.promo-item.active{
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.promo-item.active i{
    background-color: #ff9933;
    color: #fff;
}
.promo-item:hover{
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.promo-item:hover i{
    background-color: #ff9933;
    color: #fff;
}
.promo-item i {
    color: #ebb805;
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 2px dashed #ff9933;
    border-radius: 50%;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
}
.promo-item h3 {
    line-height: 2.5;
    font-size: 19px;
    margin: 0;
}
.promo-item a{
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    color: #ebb805;
    font-weight: 600;
}
.promo-item a:hover{
    color: #ff9933;
    text-decoration: underline;
}
.promo-thamb img {
    width: 100%;
    border-radius: 50px;
}
.section-heading{}

.section-heading h2{
    margin-bottom: 15px;
    text-align: left;
}
.section-heading img{
    margin-bottom: 15px;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-section{}
.about-wrap{
    display: flex;
    align-items: center;
}
.about-content{}
.about-content .section-heading p{
    margin-bottom: 0;
}
.about-content a{}
.about-content .section-heading,
.about-info{
    margin-bottom: 30px;
}
.about-info li{
    font-family: 'Poppins', sans-serif;
    color: #263a4f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-info li:last-child{
    margin-bottom: 0;
}
.about-info li i{
    color: #ebb805;
    margin-right: 15px;
    font-size: 15px;
}

/* ==========================================================================
   Product Carousel Section
   ========================================================================== */
.product-carousel-section{}
.product-carousel-wrap{}
.product-item{
    -webkit-transition: all .3s ease-in-out;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
.product-carousel .owl-stage-outer{
    padding: 20px 0;
}
.product-thumb{
    position: relative;
    overflow: hidden;
}
.product-thumb:before{
    background-color: rgba(52, 173, 84, 0.8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(.37,.31,.2,.85);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.product-thumb img{
    width: 100%;
}
.product-content{
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.product-content h3{
    font-size: 16px;
    display: block;
    margin-bottom: 0;
}
.product-content h3 a{
    color: #263a4f;
}
.product-content h3 a:hover{
    color: #ebb805;
}
.product-content h4 span{
    font-family: "Work Sans",sans-serif;
    display: inline-block;
    color: #ebb805;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: -0.2px;
}
.product-content h4 span.old{
    color: #8d9aa8;
    text-decoration: line-through;
    margin-right: 0;
}
.product-btn-group{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 30px;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(.37,.31,.2,.85);
    transition-delay: 0.1s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.product-item:hover .product-thumb:before,
.product-item:hover .product-btn-group{
    transform: translateY(0);
}
.product-item:hover .product-btn-group,
.product-item:hover .product-thumb:before{
    visibility: visible;
    opacity: 1;
}
.product-item:hover .product-thumb img{
    transform: scale(1.05);
}
.product-btn-group li{
    display: inline-block;
}
.product-btn-group li a{
    display: inline-block;
    background-color: #fff;
    color: #ebb805;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.product-btn-group li a:hover{
    background-color: #ff9933;
    color: #fff;
}
/*========== Navigation ==========*/
.product-carousel{
    position: relative;
}
.product-carousel .owl-nav div{
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -25px;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(.37,.31,.2,.85);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.product-carousel .owl-nav div.owl-next{
    left: auto;
    right: -25px;
}
.product-carousel:hover .owl-nav div{
    left: 0;
    visibility: visible;
    opacity: 1;
}
.product-carousel:hover .owl-nav div.owl-next{
    left: auto;
    right: 0;
}

/* ==========================================================================
    Product Section
   ========================================================================== */
.product-section{}
.product-filter{
    margin-bottom: 30px;
}
.product-filter li{
    font-family: 'Work Sans', sans-serif;
    color: #263a4f;
    display: inline-block;
    font-weight: 600;
    margin: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.product-filter li.active{
    color: #ebb805;
}
.product-items{}
.product-items .product-item{}
.product-thumb{}
.product-btn-group{}
.product-btn-group li{}
.product-btn-group li a{}
.product-content h3{}
.product-content h4{}

/* ==========================================================================
    Cta Section
   ========================================================================== */
.cta-section{
    background-image: url(../img/cta.jpg);
    background-size: cover;
    background-position: center center;
}
.cta-wrap{
    display: flex;
    align-items: center;
}
.cta-content{}
.cta-content h2{
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 20px;
}
.cta-content p{
    color: #fff;
    margin-bottom: 0;
}
.cta-btn{}
.cta-btn a{}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section{}
.feature-wrap{
    display: flex;
    align-items: center;
}
.feature-info{}
.feature-info h2{}
.feature-info p{
    margin-bottom: 40px;
}
.feature-list{
    margin-right: 35px;
}
.feature-list li{
    position: relative;
    margin-bottom: 30px;
}
.feature-list li p,
.feature-list li:last-child{
    margin-bottom: 0;
}
.feature-list li i{
    background-color: #ff9933;
    color: #fff;
    font-size: 12px;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    top: 10px;
    left: 0;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0,0.05);
}
.feature-content{
    padding-left: 70px;
}
.feature-content h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.feature-content p{}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section{}
.team-wrap{}
.team-box{
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 15px 2px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.06);
    transition: all .3s ease-in-out;
    text-align: center;
    overflow: hidden;
}
.team-box:hover{}
.team-item{
    position: relative;
}
.team-item img{
    width: 100%;
}
.team-social{
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.team-social li{}
.team-social li a{
    color: #fff;
    background-color: #ebb805;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.team-social li:first-child a{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.team-social li:last-child a{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.team-social li a:hover{
    background-color: #ff9933;
}
.team-content{
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.team-content h3{font-size: 18px;}
.team-content h3 span{
    font-family: 'Work Sans', sans-serif;
    display: block;
    color: #ebb805;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery-section{}
.gallery-item{
    position: relative;
    overflow: hidden;
}
.gallery-item img{
    width: 100%;
}
.gallery-content{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.gallery-content:before{
    background-color: rgba(52, 173, 84, 0.8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
.gallery-item:hover .gallery-content:before{
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.gallery-content h3{
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
}
.gallery-item:hover h3{
    transform: translateY(0);
    transition-delay: 0.2s;
    visibility: visible;
    opacity: 1;
}
.gallery-content h3 a{
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.gallery-content a span{
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

/* =======  gallery Filter Styles  ======= */
.gallery-filter{
    display: block;
}
.gallery-filter li{
    display: inline-block;
    position: relative;
    margin: 0 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.gallery-filter li a{
    display: inline-block;
}
.gallery-filter li:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #cba982;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 2px;
}
.gallery-filter li.active:before,
.gallery-filter li:hover:before, .gallery-filter li:focus:before, .gallery-filter li:active:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.gallery-filter li:hover, .gallery-filter li:focus, .gallery-filter li:active{
    cursor: pointer;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial-section{
    position: relative;
    z-index: 1;
}
.testi-item img{
    width: 100px!important;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}
.testi-content{
    padding-left: 20px;
}
.testi-content h3{
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
}
.testi-content span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
}
.testi-item{
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-left: 4px solid #ebb805;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.testi-item .fa-quote-right{
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #ebb805;
    opacity: 0.5;
}
/*========== Rattings ==========*/
.testi-content .rattings{
    display: inline-block;
    margin-left: 5px;
}
.testi-content .rattings li{
    display: inline-block;
}
.testi-content .rattings li i{
    font-size: 10px;
    color: #ebb805;
    display: inline-block;
}
/*========== Boolets ==========*/
.owl-controls .owl-dots{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center;
}
.owl-controls .owl-dots .owl-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #555;
    margin: 0 3px;
    position: relative;
    text-align: center;
}
.owl-controls .owl-dots .owl-dot.active{
    background-color: #ebb805;
}

/* ==========================================================================
   Faq Section
   ========================================================================== */
.faq-section{}
.faq-wrap{
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.faq-item .card{
    border-radius: 2px;
    border: 1px solid #eee;
}
.faq-item .card-header{
    padding: 0;
    border-radius: 2px;
    border: none;
}
.faq-item .btn-link{
    color: #263a4f;
    font-weight: 600;
    text-decoration: none;
}
.faq-item .card-header button{
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    position: relative;
    white-space: normal;
    text-decoration: none;
    color: #ebb805;
    letter-spacing: -0.5px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
}
.faq-item .card-header button[aria-expanded="true"]{
    background-color: #ebb805;
    color: #fff;
}

/* ==========================================================================
   Page Header Section
   ========================================================================== */
.page-header{
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.page-header-bottom{
    background-image: url(../img/page-header.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    width: 544px;
    height: 144px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.page-content{}
.page-content h2{
    color: #fff;
    font-size: 36px;
}
.page-content p{
    color: #ddd;
    margin: 0;
}
/* ==========================================================================
   404 Error Section
   ========================================================================== */
.error-section{}
.error-content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-content img{
    max-width: 100%;
}
.error-content .error-info{
    padding-left: 50px;
    text-align: center;
}
.error-content .error-info h2{
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}
.error-content .error-info a{
    color: #263a4f;
    font-weight: 600;
    text-decoration: underline;
}
.error-content .error-info a:hover{
    color: #ebb805;
}
/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
}
.contact-info h3{
    line-height: 28px;
}
.contact-info h4{
    font-size: 15px;
    line-height: 28px;
}
.contact-info span{
    text-transform: uppercase;
    margin-right: 5px;
}
/* Form Style
===============*/
.form-control{
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}
.form-control:focus{
    border-color: #ebb805;
    box-shadow: none;
    outline: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/* Google Map*/
#google-map{
    width: 100%;
    height: 400px;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.pricing-section{}
.pricing-wrappper,
.pricing-wrap{
    display: flex;
    align-items: center;
}
.section-heading{}
.section-heading span{
    color: #333333;
    font-family: "Lora", serif;
    }
.pricing-box{
    background-color: #fff;
    padding: 40px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(61,1,4,0.1),0px -6px 0px 0px rgba(248,99,107,0.004);
    box-shadow: 0px 50px 100px 0px rgba(61,1,4,0.1),0px -6px 0px 0px rgba(248,99,107,0.004);
    border-bottom: 5px solid #ff9933;
    overflow: hidden;
}
.pricing-bg{
    background-image: url(../img/food-1.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: -80px;
    left: 20px;
    position: absolute;
}
.pricing-head{}
.pricing-head span{
    text-transform: uppercase;
    font-size: 12px;
    color: #ebb805;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Open Sans",sans-serif;
}
.pricing-head h3{
    color: #ff9933;
    font-size: 55px;}
.pricing-head h3 span{
    margin-left: 15px;
}
.pricing-head h4{margin-top: -15px;}
.pricing-list{margin-top: 15px;}
.pricing-list li{
    color: #263a4f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}
.pricing-list li i{
    color: #ebb805;
    font-size: 15px;
    margin-right: 15px;
}
/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section{}
.service-wrap{}
.service-box{
    position: relative;
    padding-left: 95px;
}
.service-icon{
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.service-icon img{
    height: 80px;
}
.service-content{
}
.service-content h3{}
.service-content p{
    margin-bottom: 0;
}

/* ==========================================================================
   Shop Section
   ========================================================================== */
.select-form{
    border: 2px solid #eee;
    padding: 17px 30px;
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    color: #8d9aa8;
    appearance: none;
    -moz-appearance: none;
    width: 180px;
    height: 40px;
    font-weight: 600;
}
.select-form:focus{
    border-color: #ebb805;
    box-shadow: none;
    outline: none;
}
.product-showing p{ margin: 0; }

/*========== Product Details ==========*/
.shop-details{}
.shop-details-wrap{
    border-bottom: 2px solid #eee;
    padding-bottom: 50px;
}
.shop-details h3{
    font-size: 24px;
}
.shop-details h3 span{
    color: #bbb;
    margin-left: 10px;
    text-decoration: line-through;

}
.rattings{
    margin-bottom: 30px;
}
.rattings li{
    display: inline-block;
}
.rattings li i{
    display: inline-block;
    color: #fab702;
}
.social-share{
    margin-bottom: 30px;
}
.social-share li{
    display: inline-block;
    margin-right: 5px;
}
.social-share li a{
    background-color: #f5f5f5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    color: #8d9aa8;
    font-size: 15px;
}
.social-share li a:hover{
    background-color: #ebb805;
    color: #fff;
}

.cart-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;}
.cart-wrap li{
    display: inline-block;
}
.item-plus-minus input{
    background-color: #f5f5f5;
    width: 80px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    border: 2px solid #eee;
    margin-right: 20px;
    margin-top: -5px;
}

/* Cart Section */
.cart-section{ position: relative; }
.cart-header{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.cart-header>div{
    color: #0e1318;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.cart-body{
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.cart-body:not(:last-of-type){
    margin-bottom: 20px;
}
.cart-body .cart-item{
    display: flex;
    align-items: center;
}
.cart-body .cart-item img {
    max-width: 100px;
    margin-right: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}
.cart-body .cart-item .cart-content{}
.cart-body .cart-item .cart-content a{
    font-size: 18px;
    font-weight: 500;
    color: #0e1318;
}
.cart-body .cart-item .cart-content a:hover{
    color: #fab522;
}
.cart-body .cart-item p{margin: 0;}
.cart-body .cart-item p strong{ color: #0e1318; }
.cart-body .cart-item input{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: none;
    box-shadow: none;
}
.cart-body .cart-item .remove{
    background-color: #fab522;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: -5px;
}
.cart-body .cart-item .remove:hover{
    background-color: #5fbd74;
    color: #fff;
}
.cart-total{ padding: 40px; }
.cart-total li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total li:not(:last-of-type){margin-bottom: 20px;}
.cart-total li a:not(.default-btn),
.cart-total li span{
    font-family: "Jost",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0e1318;
}

/* Checkout Section */
.checkout-section{ position: relative; }
.checkout-form-wrap{ padding: 40px; }
.checkout-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.checkout-form-wrap h2{
    font-size: 20px;
    letter-spacing: -1px;
}
.checkout-form .form-field{}
.additional-info .form-field textarea,
.checkout-form .form-field input{
    height: 50px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #eee;;
}
.additional-info .form-field textarea{ height: auto; }

/*========== Navigation ==========*/
.shop-single-carousel{
    position: relative;
}
.shop-single-carousel .owl-nav div{
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(.37,.31,.2,.85);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.shop-single-carousel .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.shop-single-carousel:hover .owl-nav div{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.shop-description-wrap{
    padding-top: 50px;
}
.shop-description-wrap h3{
    margin-bottom: 20px;
}
.review-item img{
    border-radius: 4px;
}
.review-item li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.review-item li:last-child{
    margin-bottom: 0;
}
.review-details{
    margin-left: 20px;
}
.review-details h4{
    margin-bottom: 0;
}
.review-details p,
.review-details .rattings{
    margin-bottom: 0;
}
.review-details .rattings li{
    display: inline-block;
    margin-bottom: 0;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section{}
.blog-wrap{}
.blog-item{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.blog-item .blog-thumb{
    position: relative;
}
.blog-item .blog-thumb .category{
    background-color: #ebb805;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}
.blog-item .blog-thumb .category a{
    font-family: "Work Sans",sans-serif;
    color: #fff;
}
.blog-item .blog-thumb img{
    width: 100%;
    margin: 0;
}
.blog-content{
    background-color: #fff;
    padding: 30px;
}
/*Bg-dark*/
.bg-dark .blog-content{
    background-color: #242323;
    border: 1px solid rgba(255,255,255,0.1);
    border-bottom: 5px solid #ebb805;
}
.bg-dark .blog-content h3 a{
    color: #fff;
}
.bg-dark .blog-content p{
    color: #999;
}
.bg-dark .blog-content .read-more{
    color: #fff;
}
.blog-content h3{
    line-height: 24px;
}
.blog-content h3 a{
    color: #263a4f;
    font-size: 18px;
    line-height: 24px;
}
.blog-content h3 a:hover{
    color: #ebb805;
}
.blog-content .read-more{
    font-family: "Work Sans",sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}
.blog-content .read-more:hover{
    color: #ebb805;
}
.blog-content .read-more:before{
    background-color: #ebb805;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);

}
/* Pagination
=============== */
.pagination-wrap{}
.pagination-wrap li{
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}
.pagination-wrap li a{
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px;
}
.pagination-wrap li a:hover{
    background-color: #ebb805;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.pagination-wrap li a.active{
    background-color: #ebb805;
    border: 1px solid #ebb805;
    color: #fff;
}
/* Sidebar Style
===============*/
.sidebar-wrap{
    padding-left: 40px;
}
.sidebar-wrap .widget-content{
    margin-bottom: 40px;
}
.sidebar-wrap .widget-content h4{
    position: relative;
    margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before{
    background-color: #ebb805;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.sidebar-wrap .widget-content .widget-links li a:hover{
    text-decoration: underline;
}
/* Search Form Style
===================*/
.search-form{
    position: relative;
    margin-left: -2px;
}
.search-form .form-control{
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
    opacity: 1;
    cursor: pointer;
}
.search-form input::-webkit-input-placeholder{
    color: #8d9aa8 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
    color: #8d9aa8 !important;
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
    color: #8d9aa8 !important;
}
.search-form input:-ms-input-placeholder{
    color: #8d9aa8 !important;
}

/* Thumbnails Post Style
========================*/
.thumb-post{}
.thumb-post li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}
.thumb-post li:last-child{
    margin-bottom: 0;
}
.thumb-post li img{
    width: 100px;
    display: block;

}
.thumb-post li a{
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -0.5px;
}
.thumb-post li a:hover{
    color: #ebb805;
    text-decoration: underline;
}
/* Tag Cloud Style
==================*/
.widget-content .tags{}
.widget-content .tags li{
    display: inline-block;
}
.widget-content .tags li a{
    display: inline-block;
    background-color: #ebb805;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}
.widget-content .tags li a:hover{
    background-color: #ff9933;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Blog Single Section
   ========================================================================== */
.blog-thumb{}
.blog-thumb img{
    margin-bottom: 20px;
    width: 100%;
}
.blog-single-content{}
.blog-single-content h2 a{
    font-size: 28px;
    color: #263a4f;
}
.blog-single-content h2 a:hover{
    color: #ebb805;
}
.single-post-meta{
    margin-bottom: 20px;
}
.single-post-meta li{
    display: inline-block;
    margin-right: 20px;
}
.single-post-meta li i{
    font-size: 12px;
    color: #ebb805;
    margin-right: 5px;
}
.single-post-meta li a{
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
}
/* Blog Quote
===============*/
blockquote{
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #ebb805;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
blockquote p{
    color: #263a4f;
    font-size: 20px;

}
blockquote span{
    display: block;
    margin-top: 20px;
    color: #263a4f;
}
/* Post Tags Style
==================*/
.post-tags{
    margin-top: 30px;
}
.post-tags li{
    display: inline-block;
}
.post-tags li a{
    display: inline-block;
    background-color: #ebb805;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}
.post-tags li a:hover{
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* Author Box Style
====================*/
.author-box{
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #ebb805;
}
.author-box img{
    border-radius: 50%;
}
.author-info{
    padding-left: 30px;
}
.author-info h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.author-box .social-icon{}
.author-box .social-icon li{
    display: inline-block;
    margin-right: 8px;
}
.author-box .social-icon li a{
    font-size: 14px;
    color: #263a4f;
}
.author-box .social-icon li a:hover{
    color: #ebb805;
}
/* Post Navigation
====================*/
.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
.post-navigation .col{
    padding: 20px;
}
.post-navigation .col:not(:last-of-type){
    border-right: 1px solid rgba(17,17,17,0.04);
}
.post-navigation .col a{
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.post-navigation .col.next-post a{
    justify-content: flex-end;
}
.post-navigation .col i{
    display: inline-block;
    font-size: 14px;
}
.post-navigation .ti-arrow-left{
    margin-right: 10px;
}
.post-navigation .ti-arrow-right{
    margin-left: 10px;
}
.post-navigation .col a:hover{
    color: #ebb805;
}
.post-navigation .col.prev-post .fa{
    margin-right: 10px;
}
.post-navigation .col.next-post .fa{
    margin-left: 10px;
}

/* Comments Style
==================*/
.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}
.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17,17,17,0.05);
    padding: 35px;
}
.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}
.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}
.blog-single-wrap .comments-area .comments-title{
    font-size: 22px;
    font-weight: 600;
}
.blog-single-wrap .comments-area li > div{
    position: relative;
}
.blog-single-wrap .comments-area .comment-thumb{
    position: absolute;
    left: 35px;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img img{
    border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-main-area{
    padding-left: 100px;
}
.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}
.blog-single-wrap .comments-area .comments-meta h4{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}
.blog-single-wrap .comments-area .comments-meta h4 span{
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}
.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ebb805;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}
.blog-single-wrap .comments-area .comment-reply-link:before{
    background-color: #ebb805;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}
.blog-single-wrap .comments-area .comment-reply-link:hover{
    text-decoration: underline;
}
.blog-single-wrap .comment-respond {}
.blog-single-wrap .comment-respond .comment-reply-title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}
.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #ebb805;
}
.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}
.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}
.blog-single-wrap .comment-respond .form-submit input{
    font-family: "Open Sans", sans-serif;
    max-width: 180px;
    background-color: #ebb805;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}
.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}
/* ==========================================================================
   Sponsor Section
   ========================================================================== */
.sponsor-section{
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.sponsor-item{}
.sponsor-item img{
    opacity: 0.5;
}
.sponsor-item:hover img{
    opacity: 1;
    cursor: pointer;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-section{
    background-image: url(../img/footer-bg.jpg);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.widget-content{}
.widget-content img{
    margin-bottom: 20px;
}
.widget-content.footer h4{
    color: #fff;
}
.widget-content p{color: #fff;}
.widget-content span{
    color: #fff;
    display: block;
}
.widget-content .widget-links{}
.widget-content .widget-links li{}
.widget-content.footer .widget-links li a{
    color: #fff;
    line-height: 1.9;
    font-weight: 600;
}
.widget-content .widget-links li a{
    font-weight: 600;
    color: #263a4f;
}
.widget-content .widget-links li a:hover{
    text-decoration: underline;
}

.subscribe-form{
    position: relative;
}
.subscribe-form .form-input{
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 140px;
    border-radius: 2px;
}
.subscribe-form .submit-btn{
    background-color: #ebb805;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-section p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #ebb805;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #ff9933;
    color: #fff;
    opacity: 0.8;
}

 .banner-area {
	 padding-top: 185px;
	 padding-bottom: 100px;
	 background-color: #fdeeee;
	 height: 100vh;
	 position: relative;
	 z-index: 1;
	 overflow: hidden;
}
 .banner-area .shape-1 {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 350px;
	 z-index: -1;
}
 .banner-area .shape-2 {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 200px;
	 z-index: -1;
	 opacity: 0.5;
}
 .banner-area .banner-images-right {
	 position: absolute;
	 max-width: 40%;
	 top: 110px;
	 right: 80px;
}
 .banner-area .banner-img-right img {
	 display: none;
}
 .banner-area .shape-text span {
	 font-size: 100px;
	 text-transform: uppercase;
	 font-weight: 700;
	 left: 130px;
	 position: absolute;
	 bottom: -50px;
	 opacity: 0.3;
	 color: #e4d7d7;
}
 .banner-text span {
	 font-size: 15px;
	 font-weight: 600;
	 display: block;
	 margin-bottom: 20px;
}
 .banner-text h1 {
	 font-size: 60px;
	 margin-bottom: 25px;
}
 .banner-text p {
	 margin-bottom: 38px;
}
 .banner-text .banner-btn {
	 position: relative;
}
 .banner-text .banner-btn .video-wrap .video-btn-wrap {
	 position: absolute;
	 top: -3px;
	 left: 220px;
}
 .banner-text .banner-btn .video-btn {
	 width: 45px;
	 height: 45px;
	 line-height: 46px;
}
 .banner-text .banner-btn .video-btn i {
	 font-size: 15px;
}
 .banner-text .banner-btn .video-wrap .watch-video {
	 position: absolute;
	 top: 12px;
	 left: 300px;
}

p.f-p2.fr a {
    display: block;
    text-align: left;
    line-height: 32px;
    font-family: "Noto Sans", sans-serif !important;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}


.footer-about p {
    text-align: left;
    color: #fff;
}

section.promo-section h2 {
    text-align: center;
    line-height: 1.2;
    font-family: "Lora", serif !important;
}

[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.section-title {
    font-size: 32px;
    color: #ebb805;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
    font-family: "Lora", serif;
}
.section-subtitle {
    font-size: 14px;
    line-height: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: #f5b754;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 8px;
}

[data-overlay-dark] {
    position: relative;
}
.section-padding {
    padding: 20px 0 50px;
}
.bg-fixed {
    background-attachment: fixed;
    outline: 1px solid rgb(255 255 255 / 33%);
    outline-offset: -50px;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

