﻿body {
    font-family: "Cormorant", serif;
    line-height: 1.5;
    font-size: 14px;
    background-color: #fff;
    background-image: url(../img/partan.png);
    background-repeat: repeat;
    background-position: 0 0;
    color: #212530;
    padding-top: 6rem
}

@media (min-width: 992px) {
    body {
        padding-top: 4.5rem
    }
}

@media (min-width: 992px) {
    main {
        min-height: 100vh
    }
}

a {
    color: #212530;
    text-decoration: none
}

a:hover {
    opacity: 1;
    text-decoration: none;
    color: #fc974d
}

a, .btn, button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

a:hover, a:focus, a:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
    text-decoration: none;
    outline: 0
}

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

svg, img {
    max-width: 100%
}

.text-underline {
    text-decoration: underline
}

.container {
    max-width: 1450px;
    position: relative
}

.container-xl {
    max-width: 1267px
}

.container-md {
    max-width: 1172px
}

.container-catlist {
    max-width: 1166px
}

.cms ul, .cms ol {
    padding-left: 15px;
    margin-bottom: 1.2rem;
    text-align: left
}

.cms ul li, .cms ol li {
    margin-bottom: 5px;
    position: relative;
    color: #212530;
    line-height: 1.8;
    font-weight: 500;
    font-size: 15px
}

@media (min-width: 992px) {
    .cms ul li, .cms ol li {
        font-size: 18px
    }
}

.cms ul li, .cms ol li {
    padding-left: 15px
}

.cms ul li::before, .cms ol li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.cms ul.text-center, .cms ol.text-center {
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cms ul.text-center li, .cms ol.text-center li {
    margin: 0 15px 12px
}

.cms ul li {
    padding-left: 15px
}

.cms ul li::before {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #efab7c;
    top: 15px
}

.cms ol {
    counter-reset: x
}

.cms ol li {
    counter-increment: X
}

.cms ol li::before {
    content: counter(X) ".";
    font-weight: 500;
    font-size: 15px;
    top: 3px;
    line-height: 1;
    color: #efab7c
}

@media (min-width: 992px) {
    .cms ol li::before {
        font-size: 18px
    }
}

.cms p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    color: #212530
}

.cms p strong {
    color: #fc974d
}

@media (min-width: 992px) {
    .cms p {
        font-size: 16px
    }
}

.cms a {
    color: #fc974d
}

.cms a:hover {
    color: #b8b8b8
}

.slick-dotted.slick-slider {
    margin-bottom: 22px !important
}

.slider-dots-box {
    width: 100%
}

.slick-slider-dots .slick-dots li {
    width: auto !important;
    height: auto !important
}

.slick-slider-dots .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
    border: #000 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

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

.slick-slider-dots .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, 0)
}

.slick-slide {
    height: auto !important
}

.slider-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 37px 0 0 0;
    justify-content: center
}

.slider-arrow-prev, .slider-arrow-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    margin: 0 3px;
    border: #654e43 2px solid;
    color: #654e43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.slider-arrow-prev:hover, .slider-arrow-next:hover {
    border-color: #cfa88b;
    color: #cfa88b
}

.slider-arrow.squer .slider-arrow-prev, .slider-arrow.squer .slider-arrow-next {
    color: #fff;
    border: none;
    width: 55px;
    height: 55px;
    padding: 0;
    font-size: 20px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

@media (min-width: 768px) {
    .slider-arrow.squer .slider-arrow-prev, .slider-arrow.squer .slider-arrow-next {
        width: 80px;
        height: 80px;
        padding: 0;
        font-size: 25px
    }
}

.notFound {
    padding: 5rem 0
}

@media (min-width: 768px) {
    .notFound {
        height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        padding: 0
    }
}

.notFound h1, .notFound h3 {
    color: #000
}

.notFound h1 span, .notFound h3 span {
    color: #000
}

.notFound h3 {
    line-height: 1.4
}

.notFound h1 {
    line-height: 1.1;
    font-size: 36px
}

.notFound h1 span {
    display: block;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .notFound h1 span {
        font-size: 100px
    }
}

@media (min-width: 992px) {
    .notFound h1 span {
        font-size: 120px
    }
}

@media (min-width: 768px) {
    .notFound h1 {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    .notFound h1 {
        font-size: 62px
    }
}

.notFound p {
    color: #000;
    font-size: 16px
}

.notFound p a {
    font-weight: 700;
    text-decoration: underline;
    color: #fc974d
}

.notFound p a:hover {
    color: #000
}

.cookies {
    position: fixed;
    width: 100%;
    padding: 16px 15px;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .99);
    text-align: center
}

@media (min-width: 992px) {
    .cookies {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        text-align: left;
        padding: 25px
    }
}

.cookies span {
    color: #fff;
    letter-spacing: 1.2px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 350px;
    display: block
}

@media (min-width: 992px) {
    .cookies span {
        margin-right: 18px;
        width: 75%;
        margin-left: 0;
        max-width: inherit
    }
}

.cookies div {
    margin-left: auto;
    margin-top: 15px;
    cursor: pointer
}

@media (min-width: 992px) {
    .cookies div {
        margin-left: auto;
        margin-top: 0
    }
}

.cookies div a {
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    color: #000 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

#message {
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

#message.error {
    background-color: #b1fed6;
    color: #944002
}

#message.success {
    background-color: #fff;
    color: #014824
}

.section-intro {
    position: relative;
    padding: 65px 0;
    margin-top: 35px
}

.section-intro::after {
    content: "";
    height: 32px;
    width: 1px;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 50%
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.4;
    color: #212530;
    font-family: "Playfair Display", serif
}

.hdn {
    padding-top: 40px;
    background-image: url(../img/heading-bg.png);
    background-repeat: no-repeat;
    background-position: 50% top;
    position: relative
}

.hdn::after, .hdn::before {
    content: "";
    position: absolute;
    top: 16px;
    height: 1px;
    width: calc(50% - 35.5px);
    background-color: #c19743
}

.hdn::before {
    left: 0
}

.hdn::after {
    right: 0
}

h1, .h1 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 32px;
        margin-bottom: 18px
    }
}

h2, .h2 {
    font-size: 20px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 28px;
        margin-bottom: 16px
    }
}

h3, .h3 {
    font-size: 20px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    h3, .h3 {
        font-size: 26px
    }
}

h4, .h4 {
    font-size: 18px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    h4, .h4 {
        font-size: 22px;
        margin-bottom: 18px
    }
}

h5, .h5 {
    font-size: 16px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    h5, .h5 {
        font-size: 20px;
        margin-bottom: 18px
    }
}

h6, .h6 {
    font-size: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    h6, .h6 {
        font-size: 18px;
        margin-bottom: 18px
    }
}

p {
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1.2rem;
    font-size: 15px
}

@media (min-width: 768px) {
    p {
        font-size: 16px
    }
}

p img {
    border: #fc974d 1px solid
}

b, strong {
    font-weight: 700
}

.f800 {
    font-weight: 800
}

.f700 {
    font-weight: 700
}

.f600 {
    font-weight: 600
}

.f500 {
    font-weight: 500
}

.f400 {
    font-weight: 400
}

.f300 {
    font-weight: 300
}

.f200 {
    font-weight: 200
}

.numb {
    font-family: "Outfit", sans-serif
}

.white-bg {
    background-color: #fff
}

.border-none {
    border: none !important
}

.text-sm {
    font-size: 14px
}

.text-md {
    font-size: 16px
}

.width-full {
    width: 100% !important;
    max-width: 100% !important
}

@media (min-width: 1200px) {
    .width-xl-auto {
        width: auto !important
    }
}

@media (min-width: 992px) {
    .width-lg-auto {
        width: auto !important
    }
}

@media (min-width: 768px) {
    .width-md-auto {
        width: auto !important
    }
}

@media (min-width: 576px) {
    .width-sm-auto {
        width: auto !important
    }
}

.u-text-shadow {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -webkit-text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -moz-text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -ms-text-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.text-uppercase {
    text-transform: uppercase
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

.pl-0 {
    padding-left: 0 !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-1 {
    padding-left: 1rem !important
}

.pl-2 {
    padding-left: 2rem !important
}

.pl-3 {
    padding-left: 3rem !important
}

.pl-4 {
    padding-left: 4rem !important
}

.pl-5 {
    padding-left: 4rem !important
}

.pr-0 {
    padding-left: 0 !important
}

.pr-15 {
    padding-left: 15px !important
}

.pr-1 {
    padding-left: 1rem !important
}

.pr-2 {
    padding-left: 2rem !important
}

.pr-3 {
    padding-left: 3rem !important
}

.pr-4 {
    padding-left: 4rem !important
}

.pr-5 {
    padding-left: 4rem !important
}

@media (min-width: 576px) {
    .pl-sm-0 {
        padding-left: 0 !important
    }

    .pl-sm-1 {
        padding-left: 1rem !important
    }

    .pl-sm-2 {
        padding-left: 2rem !important
    }

    .pl-sm-3 {
        padding-left: 3rem !important
    }

    .pl-sm-4 {
        padding-left: 4rem !important
    }

    .pl-sm-5 {
        padding-left: 5rem !important
    }
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important
    }

    .pl-md-1 {
        padding-left: 1rem !important
    }

    .pl-md-2 {
        padding-left: 2rem !important
    }

    .pl-md-3 {
        padding-left: 3rem !important
    }

    .pl-md-4 {
        padding-left: 4rem !important
    }

    .pl-md-5 {
        padding-left: 5rem !important
    }
}

@media (min-width: 992px) {
    .pl-lg-0 {
        padding-left: 0 !important
    }

    .pl-lg-1 {
        padding-left: 1rem !important
    }

    .pl-lg-2 {
        padding-left: 2rem !important
    }

    .pl-lg-3 {
        padding-left: 3rem !important
    }

    .pl-lg-4 {
        padding-left: 4rem !important
    }

    .pl-lg-5 {
        padding-left: 5rem !important
    }
}

@media (min-width: 992px) {
    .pl-xl-0 {
        padding-left: 0 !important
    }

    .pl-xl-1 {
        padding-left: 1rem !important
    }

    .pl-xl-2 {
        padding-left: 2rem !important
    }

    .pl-xl-3 {
        padding-left: 3rem !important
    }

    .pl-xl-4 {
        padding-left: 4rem !important
    }

    .pl-xl-5 {
        padding-left: 5rem !important
    }
}

@media (min-width: 576px) {
    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pr-sm-1 {
        padding-right: 1rem !important
    }

    .pr-sm-2 {
        padding-right: 2rem !important
    }

    .pr-sm-3 {
        padding-right: 3rem !important
    }

    .pr-sm-4 {
        padding-right: 4rem !important
    }

    .pr-sm-5 {
        padding-right: 5rem !important
    }
}

@media (min-width: 768px) {
    .pr-md-0 {
        padding-right: 0 !important
    }

    .pr-md-1 {
        padding-right: 1rem !important
    }

    .pr-md-2 {
        padding-right: 2rem !important
    }

    .pr-md-3 {
        padding-right: 3rem !important
    }

    .pr-md-4 {
        padding-right: 4rem !important
    }

    .pr-md-5 {
        padding-right: 5rem !important
    }
}

@media (min-width: 992px) {
    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pr-lg-1 {
        padding-right: 1rem !important
    }

    .pr-lg-2 {
        padding-right: 2rem !important
    }

    .pr-lg-3 {
        padding-right: 3rem !important
    }

    .pr-lg-4 {
        padding-right: 4rem !important
    }

    .pr-lg-5 {
        padding-right: 5rem !important
    }
}

@media (min-width: 1200px) {
    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pr-xl-1 {
        padding-right: 1rem !important
    }

    .pr-xl-2 {
        padding-right: 2rem !important
    }

    .pr-xl-3 {
        padding-right: 3rem !important
    }

    .pr-xl-4 {
        padding-right: 4rem !important
    }

    .pr-xl-5 {
        padding-right: 5rem !important
    }
}

.ml-auto {
    margin-left: auto
}

@media (min-width: 576px) {
    .ml-sm-auto {
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .ml-md-auto {
        margin-left: auto
    }
}

@media (min-width: 992px) {
    .ml-lg-auto {
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .ml-xl-auto {
        margin-left: auto
    }
}

.mr-auto {
    margin-right: auto
}

@media (min-width: 576px) {
    .mr-sm-auto {
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .mr-md-auto {
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .mr-lg-auto {
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .mr-xl-auto {
        margin-right: auto
    }
}

.colm-2 {
    column-count: 2
}

.colm-3 {
    column-count: 2
}

.colm-4 {
    column-count: 2
}

.colm-5 {
    column-count: 2
}

.colm-sm-2 {
    column-count: 2
}

.colm-sm-3 {
    column-count: 3
}

.colm-sm-4 {
    column-count: 4
}

.colm-sm-5 {
    column-count: 5
}

.colm-md-2 {
    column-count: 2
}

.colm-md-3 {
    column-count: 3
}

.colm-md-4 {
    column-count: 4
}

.colm-md-5 {
    column-count: 5
}

.colm-lg-2 {
    column-count: 2
}

.colm-lg-3 {
    column-count: 3
}

.colm-lg-4 {
    column-count: 4
}

.colm-lg-5 {
    column-count: 5
}

.colm-xl-2 {
    column-count: 2
}

.colm-xl-3 {
    column-count: 3
}

.colm-xl-4 {
    column-count: 4
}

.colm-xl-5 {
    column-count: 5
}

@media (min-width: 1367px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-block {
        display: block !important
    }
}

.h100 {
    height: 100%
}

.nav-min {
    padding: 0 15px;
    align-items: center
}

@media (min-width: 992px) {
    .nav-min {
        margin-left: auto;
        width: 100%
    }
}

@media (max-width: 991px) {
    .nav-min {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        padding: 80px 50px;
        overflow-y: auto;
        z-index: 99;
        transition: ease .3s all;
        -webkit-transition: ease .3s all;
        -moz-transition: ease .3s all;
        -ms-transition: ease .3s all;
        -o-transition: ease .3s all
    }

    .nav-min.active {
        left: 0
    }
}

.nav-min-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    z-index: 99
}

.nav-min-close svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fc974d
}

.nav-min-menu {
    width: 100%;
    display: block
}

@media (min-width: 992px) {
    .nav-min-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (min-width: 992px) {
    .nav-min-menu > li {
        padding: 0 16px
    }
}

.nav-min-menu li {
    width: 100%
}

.nav-min-menu li:hover > a {
    color: #fc974d
}

@media (min-width: 992px) {
    .nav-min-menu li:hover > a::before {
        width: 15px
    }
}

.nav-min-menu li.active > a {
    color: #fc974d
}

@media (min-width: 992px) {
    .nav-min-menu li.active > a::before {
        width: 15px
    }
}

@media (min-width: 992px) {
    .nav-min-menu li {
        width: auto
    }
}

.nav-min-menu li.have-child > a {
    position: relative
}

.nav-min-menu li.have-child > a::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 22px;
    right: 0;
    background-image: url(../img/down-arrow-light.svg);
    background-size: 100% 100%;
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 992px) {
    .nav-min-menu li.have-child > a::after {
        opacity: .8;
        right: 0px;
        top: 30px;
        width: 9px;
        height: 9px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media (min-width: 1200px) {
    .nav-min-menu li.have-child > a::after {
        width: 11px;
        height: 11px;
        right: -3px;
        top: 30px
    }
}

@media (min-width: 1367px) {
    .nav-min-menu li.have-child > a::after {
        right: 5px
    }
}

.nav-min-menu li.have-child.active > a {
    text-shadow: 0 0 1px #fc974d;
    -webkit-text-shadow: 0 0 1px #fc974d;
    -moz-text-shadow: 0 0 1px #fc974d;
    -ms-text-shadow: 0 0 1px #fc974d
}

.nav-min-menu li.have-child.active > a::before {
    opacity: 1
}

.nav-min-menu a {
    font-size: 20px;
    display: block;
    padding: 17px 26px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: relative;
    font-family: "Playfair Display", serif
}

@media (min-width: 992px) {
    .nav-min-menu a {
        padding: 27px 0;
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .nav-min-menu a {
        padding: 30px 0;
        font-size: 13px
    }
}

@media (min-width: 1367px) {
    .nav-min-menu a {
        padding: 30px 0
    }
}

.nav-min-menu a::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #fc974d;
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.nav-min-menu .child-menu {
    left: -100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 80px 50px;
    overflow-y: auto;
    background-color: #000;
    z-index: 9;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s
}

@media (min-width: 992px) {
    .nav-min-menu .child-menu {
        display: none;
        left: 0;
        height: auto;
        top: inherit;
        padding: 80px 25px;
        background-color: rgba(0, 0, 0, .92);
        box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .13);
        -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .13);
        -moz-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .13);
        -ms-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .13)
    }
}

.nav-min-menu .child-menu-close {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 45px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1170px
}

.nav-min-menu .child-menu-close a {
    font-size: 18px !important;
    text-transform: uppercase !important;
    padding: 0 !important
}

@media (min-width: 992px) {
    .nav-min-menu .child-menu-close {
        margin-bottom: 28px
    }
}

.nav-min-menu .child-menu-close span {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/down-arrow-light.svg);
    background-size: 100% 100%;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
    position: absolute;
    left: -28px;
    top: 3px
}

@media (min-width: 992px) {
    .nav-min-menu .child-menu-close span {
        background-image: none
    }
}

.nav-min-menu .child-menu-col:first-child {
    border-color: rgba(252, 151, 77, .3);
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .nav-min-menu .child-menu-col:first-child {
        border-right-width: 1px;
        border-bottom-width: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.nav-min-menu .child-menu h4 {
    font-size: 13px;
    letter-spacing: 1.3px;
    margin-bottom: 12px
}

.nav-min-menu .child-menu ul:not(.list-row) {
    column-count: 1;
    max-width: 1170px;
    margin: 0 auto
}

@media (min-width: 992px) {
    .nav-min-menu .child-menu ul:not(.list-row) {
        column-count: 5
    }
}

@media (min-width: 992px) {
    .nav-min-menu .child-menu ul.list-row {
        column-count: 2
    }
}

@media (min-width: 1200px) {
    .nav-min-menu .child-menu ul.list-row {
        column-count: 3
    }
}

.nav-min-menu .child-menu ul li {
    padding: 0
}

.nav-min-menu .child-menu.active {
    display: block;
    left: 0
}

@media (min-width: 992px) {
    .nav-min-menu .child-menu.active {
        left: 0
    }
}

.nav-min-menu .child-menu a {
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    font-weight: 300;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: .42px
}

.nav-min-menu .child-menu a::before {
    width: 0;
    height: 0
}

.nav-min-menu .child-menu a:hover {
    color: #fc974d
}

.nav-footer {
    border-bottom: #c19743 1px solid;
    position: relative;
    background-image: url(../img/heading-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 32px 0 16px
}

@media (min-width: 768px) {
    .nav-footer {
        padding: 18px 0 0 0
    }
}

.nav-footer::after, .nav-footer::before {
    content: "";
    position: absolute;
    top: 19px;
    height: 1px;
    width: calc(50% - 35.5px);
    background-color: #c19743
}

.nav-footer::before {
    left: 0
}

.nav-footer::after {
    right: 0
}

@media (min-width: 768px) {
    .nav-footer {
        justify-content: center
    }
}

.nav-footer li {
    width: 50%
}

@media (min-width: 768px) {
    .nav-footer li {
        width: auto
    }
}

.nav-footer li a {
    display: block;
    padding: 6px 9px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    color: #000
}

@media (min-width: 768px) {
    .nav-footer li a {
        padding: 28px 20px;
        font-size: 16px
    }
}

.nav-footer li a:hover {
    color: #fc974d
}

.nav-pager {
    align-items: center;
    justify-content: center
}

.nav-pager li {
    margin: 0 3px
}

.nav-pager li a {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #000;
    font-family: "Outfit", sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

@media (min-width: 768px) {
    .nav-pager li a {
        width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 18px
    }
}

.nav-pager li a:hover {
    background-color: #fc974d;
    color: #fff !important
}

.nav-pager li.selected a {
    background-color: #fc974d;
    color: #fff;
    pointer-events: none
}

.nav-pager-prev a, .nav-pager-next a,
.nav-pager-prev span, .nav-pager-next span {
    background-color: rgba(0, 0, 0, .04);
    color: #fc974d !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-pager-prev.disabled span, .nav-pager-next.disabled span {
    opacity: .35;
    pointer-events: none
}

.nav-pager-prev a:hover, .nav-pager-next a:hover {
    background-color: #fc974d
}

.nav-tabs {
    border-bottom-color: #303030;
    overflow-x: auto;
    overflow-Y: hidden
}

.nav-tabs .nav-item {
    margin: 0
}

@media (min-width: 576px) {
    .nav-tabs .nav-item {
        margin: 0 20px
    }
}

@media (min-width: 768px) {
    .nav-tabs .nav-item {
        margin: 0 25px
    }
}

@media (min-width: 992px) {
    .nav-tabs .nav-item {
        margin: 0 55px
    }
}

.nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.9px;
    font-weight: 700;
    padding: 17px 22px;
    margin: 0
}

.nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0%;
    background-color: #fc974d;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    color: #fc974d;
    position: relative
}

.nav-tabs .nav-link.active::after {
    width: 100%;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all
}

.nav-tabs-tags {
    border-bottom: none
}

.nav-tabs-tags .nav-item {
    margin: 0;
    margin: 0 8px
}

@media (min-width: 992px) {
    .nav-tabs-tags .nav-item {
        margin: 0 2px
    }
}

.nav-tabs-tags .nav-link {
    border: 2px solid #fc974d;
    color: #fc974d;
    font-size: 13px;
    padding: 9px 22px;
    background-color: #fc974d;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.nav-tabs-tags .nav-link.active, .nav-tabs-tags .nav-link:hover {
    border-color: #fc974d;
    background-color: rgba(0, 0, 0, 0);
    color: #fc974d
}

.nav-tabs-tags .nav-link::after {
    width: 0;
    height: 0
}

.nav-tabs-box {
    border-bottom: none;
    align-items: center
}

.nav-tabs-box li:first-child {
    margin-right: 0
}

@media (min-width: 992px) {
    .nav-tabs-box li:first-child {
        margin-right: auto
    }
}

.nav-tabs-box li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fdd2c0
}

.nav-tabs-box li a:not(.btn) {
    padding: 8px
}

@media (min-width: 992px) {
    .nav-tabs-box li a:not(.btn) {
        padding: 0
    }
}

@media (min-width: 992px) {
    .nav-tabs-box li a i {
        margin-right: 8px
    }
}

.nav-tabs-box li.book-btn {
    margin-left: auto
}

@media (min-width: 992px) {
    .nav-tabs-box li.book-btn {
        position: absolute;
        right: 14px;
        margin-left: 0
    }
}

.nav-tabs-box .nav-item {
    margin: 0 0 0 10px
}

.nav-tabs-box .nav-link {
    border: #fc974d 1px solid;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 18px;
    background-color: rgba(0, 0, 0, 0);
    color: #fc974d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.nav-tabs-box .nav-link i {
    font-size: 18px
}

@media (min-width: 992px) {
    .nav-tabs-box .nav-link i {
        margin-right: 8px
    }
}

@media (min-width: 992px) {
    .nav-tabs-box .nav-link {
        padding: 14px 18px;
        font-size: 13px
    }
}

.nav-tabs-box .nav-link.active {
    background-color: #fc974d;
    color: #fff
}

.nav-tabs-box .nav-link:hover, .nav-tabs-box .nav-link.active {
    border-color: #fc974d
}

.nav-tabs-box .nav-link::after {
    width: 0;
    height: 0
}

.nav-tabs-full {
    border-bottom-color: #9f5f34
}

.nav-tabs-full .nav-item {
    margin: 0;
    width: 50%
}

.nav-tabs-full .nav-link {
    display: block;
    text-align: left;
    width: 100%;
    padding: 16px 0;
    font-size: 15px;
    font-weight: 500;
    color: #9f5f34
}

@media (min-width: 992px) {
    .nav-tabs-full .nav-link {
        font-size: 28px
    }
}

.nav-tabs-full .nav-link::after {
    height: 1px;
    background-color: #fff
}

.nav-tabs-full .nav-link.active {
    color: #fff
}

@media (min-width: 992px) {
    .header.fixed .nav-min-menu > li > a {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .header.fixed .nav-min-menu > li > a::before {
        bottom: 0
    }
}

@media (min-width: 992px) {
    .header.fixed .nav-min-menu > li.have-child > a::after {
        top: 14px
    }
}

.btn {
    padding: 12px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 1.2px
}

@media (min-width: 768px) {
    .btn {
        padding: 14px 19px
    }
}

.btn-sm {
    font-size: 12px;
    padding: 6px 20px
}

@media (min-width: 768px) {
    .btn-sm {
        font-size: 13px;
        padding: 8px 25px
    }
}

.btn-short {
    background-color: #f2f2f2;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    position: relative
}

@media (min-width: 768px) {
    .btn-short {
        width: 24%
    }
}

.btn-short::after {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(../img/icon-plus.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 18px;
    right: 16px
}

@media (min-width: 768px) {
    .btn-short::after {
        top: 23px
    }
}

.btn-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.btn-radius-1 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.btn-border-main {
    border-color: #fc974d
}

.btn-border-main:hover {
    background-color: #fc974d
}

.btn-border-light {
    border-color: #fdd2c0
}

.btn-border-light-sm {
    border-color: #c2c2c2
}

.btn-border-light-sm:hover {
    border-color: #fc974d
}

.btn-border-light:hover {
    background-color: #fdd2c0
}

.btn-border-dark {
    border-color: #000
}

.btn-border-dark-md {
    border-color: #c7c7c7
}

.btn-border-dark-md:hover {
    border-color: #fc974d
}

.btn-bg-light {
    background-color: #fff
}

.btn-bg-light:hover {
    background-color: #fc974d
}

.btn-bg-dark {
    background-color: #000
}

.btn-bg-dark:hover {
    background-color: #fc974d
}

.btn-bg-dark-md {
    background-color: #1f1f1f
}

.btn-bg-dark-md:hover {
    background-color: #fc974d
}

.btn-bg-dark-sm {
    background-color: #e8e8e8
}

.btn-bg-dark-sm:hover {
    background-color: #fc974d
}

.btn-bg-dark-theme {
    background-color: #f86b04
}

.btn-bg-dark-theme:hover {
    background-color: #fc974d
}

.btn-bg-min {
    background-color: #fc974d
}

.btn-bg-min:hover {
    background-color: #000
}

.btn-bg-min-light {
    background-color: #fdd2c0
}

.btn-bg-min-light.btn-arrow-right::after {
    filter: invert(1)
}

.btn-bg-min-light:hover {
    background-color: rgba(0, 0, 0, 0)
}

.btn-bg-min-light:hover.btn-arrow-right::after {
    filter: invert(0)
}

.btn-bg-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.btn-bg-transparent:hover {
    background-color: #fc974d
}

.btn-text-dark {
    color: #000
}

.btn-text-dark i {
    color: #fc974d
}

.btn-text-dark:hover {
    color: #fc974d
}

.btn-text-light {
    color: #fff
}

.btn-text-light:hover {
    color: #fff
}

.btn-text-main {
    color: #fc974d
}

.btn-text-main:hover {
    color: #000
}

.btn-text-main-light {
    color: #fdd2c0
}

.btn-text-thine {
    font-weight: 300
}

.btn-text-bold {
    font-weight: 700
}

.btn-text-sb {
    font-weight: 600
}

.btn-text-underline {
    text-decoration: underline
}

.btn-text-underline:hover, .btn-text-underline:focus {
    text-decoration: underline
}

.btn-text-spacing {
    letter-spacing: 1.6px
}

.btn-text-i {
    font-style: italic
}

.btn-text-sm {
    font-size: 12px
}

.btn-text-xs {
    font-size: 10px
}

.btn-text-md {
    font-size: 13px
}

.btn-text-xl {
    font-size: 25px
}

@media (min-width: 992px) {
    .btn-text-xl {
        font-size: 30px
    }
}

.btn-text:hover {
    color: #fff
}

.btn-arrow-right {
    padding: 0 45px 0 0;
    position: relative
}

.btn-arrow-right::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    width: 22px;
    height: 24px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto
}

.btn.read-more {
    font-size: 18px
}

.btn.read-more::before {
    content: "Read less"
}

.btn.read-more.collapsed::before {
    content: "Read More"
}

.btn.read-more::after {
    top: 3px
}

@media (min-width: 768px) {
    .btn-submit {
        min-width: 200px;
        padding: 16px 25px
    }
}

.btn-more {
    font-size: 16px
}

.btn:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
}

.banner {
    position: relative
}

.banner-item {
    position: relative;
    padding-top: 130%
}

@media (min-width: 768px) {
    .banner-item {
        padding-top: 50%
    }
}

.banner-item-about {
    padding-top: 52%
}

@media (min-width: 768px) {
    .banner-item-about {
        padding-top: 35%
    }
}

@media (min-width: 992px) {
    .banner-item-about {
        padding-top: 28%
    }
}

.banner-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-item.overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgba(233, 229, 229, 0) 68%, rgba(143, 127, 125, 0.51) 84%, rgba(54, 24, 21, 0.66) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(64%, rgba(255, 255, 255, 0)), color-stop(68%, rgba(233, 229, 229, 0)), color-stop(84%, rgba(143, 127, 125, 0.51)), color-stop(100%, rgba(54, 24, 21, 0.66)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgba(233, 229, 229, 0) 68%, rgba(143, 127, 125, 0.51) 84%, rgba(54, 24, 21, 0.66) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgba(233, 229, 229, 0) 68%, rgba(143, 127, 125, 0.51) 84%, rgba(54, 24, 21, 0.66) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgba(233, 229, 229, 0) 68%, rgba(143, 127, 125, 0.51) 84%, rgba(54, 24, 21, 0.66) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgba(233, 229, 229, 0) 68%, rgba(143, 127, 125, 0.51) 84%, rgba(54, 24, 21, 0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#361815", GradientType=0)
}

.banner-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background-color: #fff
}

@media (min-width: 768px) {
    .banner-content {
        position: absolute;
        max-width: 335px;
        padding: 23px 2rem;
        background-color: #fff
    }
}

@media (min-width: 992px) {
    .banner-content {
        max-width: 530px;
        padding: 30px 4rem
    }
}

.banner-content h2 {
    font-size: 40px;
    color: #361815;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .banner-content h2 {
        font-size: 55px
    }
}

.banner-content .age {
    color: #fc974d;
    font-family: "Outfit", sans-serif;
    margin-bottom: .55rem
}

.banner-content .loaction {
    color: #361815;
    font-size: 16px;
    font-family: "Playfair Display", serif
}

.banner-content .loaction i {
    font-size: 25px;
    margin-right: 8px
}

.banner-book {
    position: absolute;
    bottom: 100%;
    margin: 15px 0
}

@media (min-width: 768px) {
    .banner-book {
        margin-left: -29px;
        top: 50%;
        bottom: inherit;
        margin-top: 0;
        margin-bottom: 0;
        left: 100%;
        margin-left: -39px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 992px) {
    .banner-book {
        margin-left: -39px
    }
}

.banner-book a {
    display: block;
    color: #fff;
    white-space: nowrap;
    position: relative;
    padding: 25px 0 25px 86px
}

@media (min-width: 768px) {
    .banner-book a {
        padding: 15px 0 15px 60px
    }
}

@media (min-width: 992px) {
    .banner-book a {
        padding: 25px 0 25px 86px
    }
}

.banner-book a:hover .icon {
    background-color: #fc974d;
    color: #fff
}

.banner-book .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #fff;
    color: #fc974d;
    display: block;
    padding: 22px 0;
    font-size: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .3)
}

@media (min-width: 768px) {
    .banner-book .icon {
        width: 50px;
        height: 50px;
        padding: 16px 0;
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .banner-book .icon {
        width: 70px;
        height: 70px;
        padding: 22px 0;
        font-size: 25px
    }
}

.banner .slider-arrow {
    position: absolute;
    bottom: 0;
    right: 0
}

.banner .slider-arrow-prev, .banner .slider-arrow-next {
    background-color: rgba(0, 0, 0, .05)
}

.banner .slider-arrow-prev:hover, .banner .slider-arrow-next:hover {
    background-color: rgba(255, 255, 255, .05)
}

.form-body {
    background-color: #c3967a;
    padding: 2rem 12px
}

@media (min-width: 576px) {
    .form-body {
        padding: 2rem
    }
}

@media (min-width: 768px) {
    .form-body {
        padding: 3rem 4rem
    }
}

@media (min-width: 992px) {
    .form-body {
        padding: 5rem 4rem
    }
}

.form-body h2 {
    font-size: 24px
}

@media (min-width: 768px) {
    .form-body h2 {
        font-size: 40px
    }
}

.form-body h5 {
    font-size: 14px
}

.form label {
    font-size: 13px;
    font-weight: 700
}

.form-group label {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 8px;
    letter-spacing: 2px
}

.form-group .betterInputFile {
    border: #757575 1px dashed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.form-group .betterInputFile .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
}

.form-group .betterInputFile .form-control::-webkit-input-placeholder {
    color: #fff
}

.form-group .betterInputFile .form-control:-moz-placeholder {
    color: #fff
}

.form-group .betterInputFile .form-control::-moz-placeholder {
    color: #fff
}

.form-group .betterInputFile .form-control:-ms-input-placeholder {
    color: #fff
}

.form-group .betterInputFile .form-control:focus {
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
}

.form-group .betterInputFile .form-control.error::-webkit-input-placeholder {
    color: #ff1782
}

.form-group .betterInputFile .form-control.error:-moz-placeholder {
    color: #ff1782
}

.form-group .betterInputFile .form-control.error::-moz-placeholder {
    color: #ff1782
}

.form-group .betterInputFile .form-control.error:-ms-input-placeholder {
    color: #ff1782
}

.form-group .betterInputFile .input-group {
    position: relative;
    padding-right: 150px
}

@media (min-width: 768px) {
    .form-group .betterInputFile .input-group {
        padding-right: 210px
    }
}

.form-group .betterInputFile .input-group-btn {
    position: absolute;
    right: 3px;
    top: 3px
}

.form-group .betterInputFile .input-group-btn .upload-btn {
    background-color: #fff;
    color: #000;
    padding: 13px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

@media (min-width: 768px) {
    .form-group .betterInputFile .input-group-btn .upload-btn {
        padding: 13px 58px
    }
}

.form-group .betterInputFile .input-group-btn .upload-btn:hover {
    background-color: #000;
    color: #fff
}

.form-group .betterInputFile .input-group label.error {
    display: none !important
}

.form-control {
    padding: 15px;
    font-size: 14px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    border-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1)
}

.form-control:focus {
    border-color: #fc974d;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 8px 1px rgba(252, 151, 77, .8);
    -webkit-box-shadow: 0 0 8px 1px rgba(252, 151, 77, .8);
    -moz-box-shadow: 0 0 8px 1px rgba(252, 151, 77, .8);
    -ms-box-shadow: 0 0 8px 1px rgba(252, 151, 77, .8)
}

.form-control::-webkit-input-placeholder {
    color: #000;
    font-weight: 600 !important;
    opacity: 1
}

.form-control:-moz-placeholder {
    color: #000;
    font-weight: 600 !important;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #000;
    font-weight: 600 !important;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #000;
    font-weight: 600 !important;
    opacity: 1
}

@media (min-width: 768px) {
    .form-control-large-font {
        font-size: 22px;
        padding: 8px 18px
    }
}

@media (min-width: 992px) {
    .form-control-large-font {
        font-size: 30px;
        padding: 0px 18px
    }
}

.form input[type=date]::-webkit-calendar-picker-indicator, .form input[type=time]::-webkit-calendar-picker-indicator {
    filter: invert(0)
}

.form textarea.form-control {
    height: 108px;
    resize: none
}

.form select.form-control {
    background-image: url(../img/down-arrow.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 12px
}

.form select.form-control-large-font option {
    font-size: 14px
}

.form select.form-control option {
    background-color: #fff
}

.form-row {
    margin: 0 -8px
}

.form-col {
    padding: 0 8px
}

.form-col .form-row {
    margin: 0 -7px
}

.form-col .form-row .form-col {
    padding: 0 7px
}

@media (max-width: 767px) {
    .form h2 {
        font-size: 18px
    }
}

.form-logintext {
    font-size: 13px
}

.form-logintext .tab-login {
    color: #f8d7c0;
    cursor: pointer
}

.form-logintext .tab-login:hover {
    color: #fc974d
}

.custom-check {
    display: none
}

.custom-check:checked + .custom-check__label::before {
    border-color: #fc974d;
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #fc974d
}

.custom-check__label {
    position: relative;
    padding-left: 26px;
    font-size: 13px;
    margin: 0;
    font-weight: 300;
    color: #d1d1d1;
    cursor: pointer
}

.custom-check__label::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0);
    border: #fff 1px solid;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 6px;
    font-weight: 900;
    line-height: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all
}

.ratings-group {
    text-align: center;
    margin-bottom: 30px
}

.ratings-group label {
    font-size: 16px;
    letter-spacing: .4px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px
}

.user-rating {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.user-rating .star-cover {
    position: relative
}

.user-rating input {
    opacity: 0;
    position: relative;
    left: 0;
    z-index: 2;
    cursor: pointer;
    margin-left: -32px;
    width: 18px;
    height: 24px
}

.user-rating span.star:before {
    color: #777;
    content: "";
    display: block
}

.user-rating span.star {
    display: inline-block;
    position: relative
}

.user-rating span {
    margin: 0 11px
}

.user-rating span.star:before {
    width: 25px;
    height: 25px;
    background-image: url(../img/star-border.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.user-rating input:hover + span.star:before, .user-rating input:hover + span.star ~ span.star:before, .user-rating input:checked + span.star:before, .user-rating input:checked + span.star ~ span.star:before {
    color: #ffd100;
    background-image: url(../img/star-fill.svg)
}

@media (max-width: 479px) {
    .g-recaptcha {
        transform-origin: left top;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95)
    }
}

.gj-textbox-md {
    line-height: inherit;
    border: #1f1f1f 1px solid;
    padding: 15px 18px
}

@media (min-width: 768px) {
    .gj-textbox-md {
        padding: 17px 18px
    }
}

.gj-textbox-md:focus {
    border-bottom-width: 1px
}

.gj-unselectable i {
    color: #fff;
    font-size: 18px !important;
    right: 16px !important;
    top: 18px !important
}

.g-recaptcha {
    transform-origin: top left;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.gallery-media {
    display: block;
    width: 100%;
    padding-top: 145%;
    position: relative;
    overflow: hidden;
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all
}

.gallery-media:not(.vedio)::before {
    position: absolute;
    top: 0;
    left: -78%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.gallery-media img, .gallery-media picture, .gallery-media video, .gallery-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-media-form {
    padding-top: 100%
}

@media (min-width: 992px) {
    .gallery-media-form {
        padding-top: 0;
        height: 100%
    }
}

.gallery-media-single {
    padding-top: 132%
}

.gallery-media-blogHome, .gallery-media-blogList {
    padding-top: 70%
}

.gallery-media-review {
    padding-top: 72%
}

.gallery-media-blog-single {
    padding-top: 42%
}

.gallery-media-service {
    padding-top: 100%
}

.gallery-media-service::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.89) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(48%, rgba(0, 0, 0, 0)), color-stop(54%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.89)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.89) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.89) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.89) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0)
}

.gallery-media-service:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.gallery-media.my-video {
    padding-top: 62%
}

.gallery-media.my-video .play-vdo {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
    .gallery-media.my-video .play-vdo {
        width: 60px;
        height: 60px
    }
}

.gallery-media-about {
    padding-top: 58%
}

.gallery-mesonary {
    column-count: 1;
    column-gap: 1px
}

@media (min-width: 768px) {
    .gallery-mesonary {
        column-count: 2
    }
}

@media (min-width: 992px) {
    .gallery-mesonary {
        column-count: 3
    }
}

.gallery-mesonary-cell {
    padding: 1px 0
}

.gallery-mesonary-cell a {
    display: block
}

.gallery-mesonary-cell a img {
    width: 100%
}

.stats {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .stats {
        margin-top: -71px;
        margin-bottom: 90px
    }
}

.stats-innr {
    background-color: #fff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .13);
    -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .13)
}

.stats-item {
    text-align: center;
    width: 50%;
    padding: 25px 15px;
    font-family: "Playfair Display", serif
}

.stats-item:nth-child(n+3) {
    border-top: #e6dcd4 1px solid
}

.stats-item:nth-child(2n+1) {
    border-right: #e6dcd4 1px solid
}

@media (min-width: 768px) {
    .stats-item {
        padding: 48px 15px
    }
}

@media (min-width: 992px) {
    .stats-item {
        border-top: none;
        width: 16.6666%
    }

    .stats-item:nth-child(2n+1) {
        border-right: none
    }

    .stats-item:not(:first-child) {
        border-left: #e6dcd4 1px solid
    }
}

.stats-label {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #000;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .stats-label {
        margin-bottom: 5px
    }
}

.stats-value {
    font-size: 16px;
    color: #361815
}

@media (min-width: 768px) {
    .stats-value {
        font-size: 18px
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.card {
    border: none;
    padding: 25px 22px;
    background-color: #fff;
    position: relative;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

@media (min-width: 768px) {
    .card {
        padding: 40px 45px
    }
}

.card-shadow {
    box-shadow: 0 0 23px 1px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 23px 1px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 23px 1px rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 0 23px 1px rgba(0, 0, 0, .07)
}

.card-border-left::after, .card-border-right::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 72%;
    top: 50%;
    background-color: #fc974d;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card-border-left::after {
    left: -5px
}

.card-border-right::after {
    right: -5px
}

.card-border-light {
    border: #3c3c3c 1px solid
}

.card-bg-dark-tranparent {
    background-color: rgba(0, 0, 0, .5)
}

.card-bg-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.card-fees {
    padding: 25px 14px
}

@media (min-width: 768px) {
    .card-fees {
        padding: 40px 45px
    }
}

.card-fees .row {
    margin: 0 !important
}

.card-fees .row:nth-child(2n+1) {
    background-color: #f8f8f8
}

.card-fees .row.th, .card-fees .row.td {
    font-size: 15px
}

@media (min-width: 768px) {
    .card-fees .row.th, .card-fees .row.td {
        font-size: 16px
    }
}

.card-fees .row div {
    padding: 6px .35rem
}

@media (min-width: 768px) {
    .card-fees .row div {
        padding: 8px .75rem
    }
}

.card-blog {
    width: calc(100% - 10px);
    margin: -20px auto 0
}

@media (min-width: 768px) {
    .card-blog {
        width: calc(100% - 40px);
        margin: -100px auto 0
    }
}

.card-blog span {
    display: block
}

.card-review {
    position: relative
}

.card-review::before {
    content: "";
    width: 45px;
    height: 35px;
    background-image: url(../img/quote-left.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 19px;
    left: 12px
}

@media (min-width: 768px) {
    .card-review::before {
        top: 31px;
        left: 32px
    }
}

.accordion-custome-col {
    position: relative;
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .accordion-custome-col {
        margin-bottom: 52px
    }
}

.accordion-custome-check {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.accordion-custome-check:checked ~ .accordion-custome-info {
    display: block
}

@media (min-width: 992px) {
    .accordion-custome-check:checked ~ .accordion-custome-info {
        display: none
    }
}

.accordion-custome-check:checked ~ .accordion-custome-title span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 992px) {
    .accordion-custome-check:checked ~ .accordion-custome-title span::after {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.accordion-custome-title {
    padding-bottom: 3px;
    border-bottom: #fdd2c0 1px solid
}

.accordion-custome-title span {
    display: inline-block;
    padding-right: 32px;
    position: relative
}

.accordion-custome-title span::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/down-arrow.svg);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 3px;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (min-width: 992px) {
    .accordion-custome-title span::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.accordion-custome-info {
    position: relative;
    z-index: 2;
    display: none
}

@media (min-width: 992px) {
    .accordion-custome-info {
        display: block
    }
}

.fees-text {
    margin-top: -20px
}

@media (min-width: 992px) {
    .fees-text {
        position: absolute;
        right: 0
    }
}

.fees-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fees .row {
    align-items: center;
    margin-bottom: 45px
}

@media (min-width: 768px) {
    .fees .row {
        margin-bottom: 50px
    }
}

@media (min-width: 992px) {
    .fees .row {
        margin-bottom: 80px
    }
}

@media (min-width: 992px) {
    .fees .row:nth-child(2n+1) .fees-img {
        order: 2;
        -webkit-order: 2;
        margin-left: auto
    }

    .fees .row:nth-child(2n+1) .fees-text {
        order: 1;
        -webkit-order: 1;
        right: inherit;
        left: 0
    }
}

.tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.tags li {
    padding-left: 12px;
    position: relative;
    margin: 0 0 8px 0;
    padding-right: 15px
}

@media (min-width: 992px) {
    .tags li {
        width: 33.3333%
    }
}

.tags li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fdd2c0;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.tags li a {
    font-size: 16px;
    font-weight: 700;
    color: #fdd2c0
}

.tags li a:hover {
    color: #000
}

.review-home {
    background-image: url(../img/review-bg.webp);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    padding: 42px 0
}

@media (min-width: 768px) {
    .review-home {
        padding: 100px 0 75px
    }
}

.review-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.review-home .container {
    z-index: 2
}

.review-home .slick-list {
    padding-top: 5px
}

.review-home .review-name {
    font-style: normal;
    font-size: 16px;
    color: #fc974d;
    letter-spacing: 1.8px
}

.review-home .btn:hover {
    color: #fff
}

.review-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.review-col {
    width: 100%;
    margin: 0 0 16px
}

@media (min-width: 992px) {
    .review-col {
        margin: 0 0 25px
    }
}

@media (min-width: 992px) {
    .review-col {
        width: calc(50% - 35px);
        margin: 0 17px 35px
    }
}

.review-text {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .review-text {
        font-size: 18px
    }
}

.review-name {
    color: #fc974d;
    padding-top: .78rem
}

.review-slide-text {
    padding: 63px 10px 12px;
    border: rgba(255, 255, 255, .3) 1px solid;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    text-align: center;
    position: relative
}

@media (min-width: 768px) {
    .review-slide-text {
        padding: 80px 30px 25px;
        font-size: 18px
    }
}

.review-slide-text::before {
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    top: 30px;
    left: 50%;
    background-image: url(../img/review-quote-light.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.review-slide-text::after {
    content: "";
    width: 200px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 50%;
    background-color: #fc974d;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.review-slide-arrow {
    justify-content: center
}

.review-slide-arrow .arrow-prev, .review-slide-arrow .arrow-next {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 12px
}

@media (min-width: 992px) {
    .review-slide-arrow .arrow-prev, .review-slide-arrow .arrow-next {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        margin: 0;
        font-size: 25px
    }
}

@media (min-width: 992px) {
    .review-slide-arrow .arrow-prev {
        left: 0
    }
}

@media (min-width: 992px) {
    .review-slide-arrow .arrow-next {
        right: 0
    }
}

.modal-review .btn-close {
    position: absolute;
    top: 15px;
    right: 18px
}

.modal-review .modal-body {
    position: relative;
    padding: 50px 25px 24px;
    background-position: top right;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f7f7f7
}

.about-like {
    background-color: #fff;
    padding-top: 48px
}

@media (min-width: 768px) {
    .about-like {
        padding-top: 80px
    }
}

.about-like-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-like-info {
    padding: 30px 1rem;
    background-color: #c3967a;
    font-size: 14px;
    color: #fff
}

@media (min-width: 576px) {
    .about-like-info {
        padding: 48px 2rem;
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .about-like-info {
        padding: 65px 3rem 60px
    }
}

@media (min-width: 1200px) {
    .about-like-info {
        padding: 80px 5rem 100px
    }
}

.about-like-info h2 {
    color: #fff
}

.about-like-info .row {
    margin-bottom: 12px
}

.about-gallery-wrap {
    background-color: #000;
    padding: 5px 0;
    position: relative
}

@media (min-width: 768px) {
    .about-gallery-wrap {
        padding: 5px
    }
}

.about-gallery-slider .slick-slide {
    padding: 0 2.5px;
    transition: ease all .3s;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -ms-transition: ease all .3s;
    -o-transition: ease all .3s
}

.about-gallery-slider .slick-slide:not(.slick-center) {
    opacity: .5
}

.about-gallery-arrow .slick-arrow {
    position: absolute;
    font-size: 25px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.about-gallery-arrow .arrow-prev {
    left: 4%
}

.about-gallery-arrow .arrow-next {
    right: 4%
}

.service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
    z-index: 2
}

.service-title {
    font-size: 18px;
    color: #fff;
    display: block;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.8px;
    margin-bottom: 8px
}

.service-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #f8cc59;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.3px
}

.service-btn i {
    font-size: 18px;
    margin-left: 8px
}

.service .serbtn {
    background-color: #dba250;
    letter-spacing: 1.8px;
    padding: 30px 55px
}

.header-min {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05)
}

.header-min .container-fluid {
    padding: 0
}

@media (min-width: 992px) {
    .header-min .container-fluid {
        padding: 0 .75rem
    }
}

.header-min-innr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0 0 13px
}

@media (min-width: 992px) {
    .header-min-innr {
        padding: 0
    }
}

.header-min-navToggle {
    display: block;
    align-self: center;
    width: 24px;
    margin-right: 15px;
    margin-left: auto
}

@media (min-width: 992px) {
    .header-min-navToggle {
        display: none
    }
}

.header-min-navToggle-bar {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    margin-left: auto
}

.header-min-navToggle-bar:not(:first-child) {
    margin-top: 6px
}

.header-min-navToggle-bar:first-child {
    width: 66.6666%
}

.header-min-navToggle-bar:nth-child(3) {
    width: 33.3333%;
    margin-left: auto
}

.header-min .brand {
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all;
    transform-origin: left top;
    width: 120px;
    z-index: 2;
    margin-left: 15px
}

@media (min-width: 992px) {
    .header-min .brand {
        top: 23px;
        position: absolute;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .header-min .brand {
        top: 25px;
        left: 15px;
        width: 290px
    }
}

.header-min-contact {
    position: fixed;
    bottom: 5px;
    width: calc(100% - 16px);
    max-width: 450px;
    left: 50%;
    background-color: #fde5d4;
    padding: 9px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 9px 2px rgba(0, 0, 0, .13);
    -ms-box-shadow: 0 0 9px 2px rgba(0, 0, 0, .13);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-min-contact ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
    position: relative;
    margin: 0 -4.5px
}

.header-min-contact ul li {
    text-align: left;
    width: 33.3333%;
    margin: 0;
    padding: 0 4.5px
}

.header-min-contact ul li a {
    color: #000;
    font-family: "Outfit", sans-serif;
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 8px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.header-min-contact ul li a svg {
    width: 20px;
    fill: #000;
    position: relative
}

.header-min-contact ul li.telli a {
    background-color: #fc974d
}

.header-min-contact ul li.whatsapp a {
    background-color: #212121;
    border-color: rgba(0, 0, 0, 0)
}

.header-min-contact ul li.whatsapp a svg {
    width: 22px
}

.header-min-contact ul li.book-btn a {
    background-color: #fff
}

.header-min.fixed {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .35);
    -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .35)
}

@media (min-width: 992px) {
    .header-min.fixed .brand {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        top: 11px
    }
}

@media (min-width: 992px) {
    .header-min.fixed .header-min-top-innr {
        padding: 5px 0
    }
}

@media (min-width: 992px) {
    .header-min.fixed .call .icon {
        width: 22px;
        height: 22px;
        padding: 5px;
        margin-right: 9px
    }
}

@media (min-width: 1200px) {
    .header-min.fixed .call a {
        padding: 10px 48px
    }
}

@media (min-width: 992px) {
    .header-min.fixed .call a {
        padding: 10px 27px
    }
}

.brand {
    width: 200px;
    display: block
}

.brand svg {
    width: 100%;
    height: auto
}

.contact {
    margin-bottom: 25px
}

.contact li {
    margin-bottom: 0
}

.contact li a {
    font-weight: 400;
    color: #fff;
    font-size: 14px
}

@media (min-width: 576px) {
    .contact li a {
        font-size: 16px
    }
}

.contact li a.numb {
    font-family: "Outfit", sans-serif
}

.contact li a:hover {
    color: #fc974d
}

.call {
    margin: 0;
    border-color: #fc974d;
    border-style: solid;
    border-width: 0px;
    width: 100%
}

@media (min-width: 992px) {
    .call {
        margin-left: 15px;
        position: absolute;
        right: 0;
        width: auto
    }
}

.call a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-family: "Outfit", sans-serif;
    padding: 7px 9px;
    background-color: #fc974d;
    color: #fff;
    margin-bottom: 13px
}

@media (min-width: 992px) {
    .call a {
        padding: 14px 27px;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .call a {
        padding: 17px 48px
    }
}

.call .icon {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: #fff 1px solid;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all
}

@media (min-width: 992px) {
    .call .icon {
        width: 40px;
        height: 40px;
        padding: 0;
        margin-right: 0
    }
    .call .icon svg {
        width: 17px;
        height: 17px
    }
}

@media (min-width: 1200px) {
    .call .icon {
        margin-right: 15px
    }
}

.call .icon svg {
    width: 14px;
    height: 14px;
    fill: #fff
}

.footer-min {
    padding: 40px 0 0 0
}

@media (min-width: 768px) {
    .footer-min {
        padding: 72px 0 0 0
    }
}

.footer-min-bio {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .footer-min-bio {
        margin-bottom: 30px
    }
}

.footer-min h3 {
    font-size: 38px;
    padding-top: 20px;
    background-image: url(../img/heading-bg.png);
    background-position: center top;
    background-repeat: no-repeat
}

.footer-min h4 {
    font-size: 14px;
    color: #fc974d
}

.footer-min .container {
    position: relative
}

.footer-bannerWrap {
    padding: 27px 0 25px
}

@media (min-width: 768px) {
    .footer-bannerWrap {
        padding: 45px 0 35px
    }
}

.footer-bannerWrap .slider-arrow {
    margin: 18px 0 0 0
}

@media (min-width: 992px) {
    .footer-bannerWrap .slider-arrow {
        margin: 35px 0 0 0
    }
}

.footer-banner {
    margin: 0 -7px 0
}

@media (min-width: 992px) {
    .footer-banner {
        margin: 0 -7px 0
    }
}

.footer-banner .banner-item {
    padding: 0 7px
}

.footer-banner .banner-item::after {
    width: 0;
    height: 0
}

.footer-banner .banner-item img {
    position: relative;
    width: auto;
    height: auto
}

.footer-ac {
    background-color: #000;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding-bottom: 10px;
    font-family: "Outfit", sans-serif
}

@media (min-width: 992px) {
    .footer-ac {
        padding-bottom: 0
    }
}

.footer-ac-innr {
    padding: 10px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    .footer-ac-innr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-end
    }
}

.footer-ac-logo {
    width: 40px
}

@media (min-width: 768px) {
    .footer-ac-logo {
        margin-left: 15px
    }
}

.footer-ac a {
    color: #fff
}

.footer-ac a:hover {
    color: #fc974d
}

.welcome {
    padding: 30px 0 50px
}

@media (min-width: 768px) {
    .welcome {
        padding: 50px 0
    }
}

@media (min-width: 992px) {
    .welcome {
        padding: 100px 0
    }
}

.welcome-text {
    margin-top: -20px
}

@media (min-width: 992px) {
    .welcome-text {
        position: absolute;
        margin: 0
    }
}

.welcome-img img {
    width: 100%
}

.promot {
    padding: 263px 0 0;
    background-image: url(../img/promot-m.webp);
    background-size: cover;
    background-position: 80% 50%
}

@media (min-width: 992px) {
    .promot {
        padding: 100px 0;
        background-image: url(../img/promot.webp);
        background-position: 0 0
    }
}

.blog-home {
    padding: 40px 0 50px
}

@media (min-width: 992px) {
    .blog-home {
        padding: 80px 0
    }
}

.blog-home .slick-dots {
    padding: 0 16px;
    bottom: 13px;
    text-align: left
}

.blog-home .slick-dots li button {
    background-color: #fff;
    border-color: #fff
}

@media (min-width: 1200px) {
    .blog-home .all-blog {
        position: absolute;
        bottom: 70px;
        right: 25px
    }
}

.blog.white-bg {
    background-color: #fff
}

.blog-slide {
    position: relative
}

.blog-slide.slick-dotted {
    margin-bottom: 0 !important
}

.blog-slide-text {
    margin-top: -20px
}

@media (min-width: 992px) {
    .blog-slide-text {
        position: absolute;
        top: 35px;
        right: 0;
        margin-top: 0
    }
}

.blog-slide .slick-slide {
    position: relative
}

.blog .slider-arrow {
    margin-top: 0
}

@media (min-width: 1200px) {
    .blog .slider-arrow {
        position: absolute;
        left: 58.3333%;
        margin-left: -0.73rem;
        bottom: 75px
    }
}

.blog .slider-arrow-prev, .blog .slider-arrow-next {
    background-color: #fc974d;
    color: #fff
}

.blog .slider-arrow-prev:hover, .blog .slider-arrow-next:hover {
    background-color: #f5f5f5;
    color: #fc974d
}

.blog-date {
    color: #fc974d
}

.blog-overview {
    color: #212530;
    margin-bottom: 1.2rem;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500
}

@media (min-width: 768px) {
    .blog-overview {
        font-size: 16px
    }
}

.blog-single .hdn {
    max-width: 340px;
    width: 100%
}

.blog-single.cms ul, .blog-single.cms ol {
    column-count: 1
}

@media (min-width: 768px) {
    .blog-single.cms ul, .blog-single.cms ol {
        column-count: 3
    }
}

@media (min-width: 992px) {
    .blog-single.cms ul, .blog-single.cms ol {
        column-count: 4
    }
}

.faq-holder__question {
    font-weight: 400
}
