/***

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/***

====================================================================
  Global Settings
====================================================================

 ***/

.owl-prev {
    display: none !important;
}

.owl-next {
    display: none !important;
}

.py-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

body {
    font-size: 16px;
    color: #676767;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: relative;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input, button, select, textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

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

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #676767;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    color: #000000;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/


.theme-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: #fff !important;
    text-align: center;
    padding: 19px 38px 18px 37px;
    text-transform: capitalize;
    z-index: 1;
    box-shadow: 0px 20px 40px rgba(197, 157, 95, 0.25);
    border-radius: 150px;
    transition: all 500ms ease;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: #000;
    transition: all 500ms ease;
}

.theme-btn-one:hover:before {
    width: 100%;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: #000;
    text-align: center;
    padding: 13px 33px 12px 34px;
    text-transform: capitalize;
    z-index: 1;
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    transition: all 500ms ease;
}

.theme-btn-two:hover {
    color: #fff;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.pagination li:last-child {
    margin: 0px !important;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #000;
    z-index: 1;
    border-radius: 50%;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    border-color: #fff;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.1);
}

.sec-pad {
    padding: 111px 0px 120px 0px;
}

.mr-0 {
    margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1.1);
}


@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


.sec-title {
    position: relative;
    display: block;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Rouge Script', cursive;
    font-weight: 400;
    margin-bottom: 17px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 64px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #000;
    margin: 0px;
}

.sec-title h2 span {

}

.sec-title.light h2 {
    color: #fff;
}


/***

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/** header-top **/


.header-top {
    position: relative;
    width: 100%;
    background: #212226;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .top-inner .left-column {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #BCBDBE;
    font-weight: 500;
    margin-right: 25px;
    padding-left: 27px;
}

.header-top .info li:last-child {
    margin: 0px !important;
}

.header-top .info li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
}

.header-top .info li a {
    display: inline-block;
    color: #BCBDBE;
}

.header-top .info li a:hover {

}

.header-top .top-inner .left-column .info {
    margin-right: 60px;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.header-top .social-links li a:hover {

}

.header-top .social-links {
    position: relative;
}

.header-top .social-links:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 30px;
    left: -30px;
    top: 0px;
}

.header-top .social-links:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: 30px;
    right: -30px;
    top: 0px;
}

.header-top .btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 23px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 24px 43px 23px 44px;
    z-index: 1;
}

.header-top .btn-box a:hover {

}

.header-top .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.header-top .btn-box a:hover:before {
    width: 100%;
}

/** header-lower **/

.header-lower {
    position: relative;
    width: 100%;
}

.header-lower {
    position: relative;
    width: 100%;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .logo-box {
    position: relative;
    float: left;
    padding: 24px 0px;
}

.main-header .logo-box .logo {
    max-width: 182px;
    width: 100%;
}

.main-header .logo-box .logo img {
    width: 100%;
}

.main-header .nav-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .nav-right li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    margin-right: 20px;
    transition: all 500ms ease;
}

.main-header .nav-right li:last-child {
    margin: 0px !important;
}

.main-header .nav-right li:hover {
    color: #fff;
}

.main-header .nav-right li a {
    position: relative;
    display: inline-block;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.main-header .nav-right li a:hover {
    color: #fff;
}

.main-header .nav-right li a span {
    position: absolute;
    top: -3px;
    right: 0px;
    font-size: 15px;
    color: #fff;
    font-family: 'Libre Baskerville', cursive;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.main-header .nav-right li a:hover span {
    background: #000;
}


/*** Search Popup ***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    padding-bottom: 200px;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: #fff;
}

.search-popup .upper-box {
    position: relative;
    padding: 70px 70px;
}

.search-popup .upper-box .logo-box {
    max-width: 182px;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: relative;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    z-index: 5;
    top: 11px;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #141417;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}


/** main-menu **/

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 18px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding: 35px 0px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    color: #141417;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {

}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 28px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
    transform: scale(1, 1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    background-color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation > li > .megamenu li > a {
    padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    background-color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {

}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {

}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 30px 0px;
}

.sticky-header .logo-box {
    padding: 20px 0px;
}

.sticky-header .nav-right {
    padding: 15px 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #141417;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {

}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {

}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}


/** banner-section **/

.banner-carousel .slide-item {
    padding: 200px 0px 220px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.7;
}

.banner-carousel .slide-item .image-layer {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.banner-carousel .content-box .special-text {
    font-family: 'Rouge Script', cursive;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    min-height: 70px;
}

.banner-carousel .content-box h2 {
    font-size: 60px;
    line-height: 90px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 29px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box p {
    font-size: 18px;
    line-height: 32px;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    margin-bottom: 37px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box .theme-btn-one {
    padding: 23px 38px 24px 37px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.owl-nav button {
    background: transparent;
}

.banner-section .banner-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-carousel .owl-nav button {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover {

}

.banner-carousel .owl-nav button span {
    display: none;
}

.banner-carousel .owl-nav button.owl-prev {
    left: 70px;
}

.banner-carousel .owl-nav button.owl-next {
    right: 70px;
}

.banner-carousel .owl-nav button:before {
    position: absolute;
    font-family: 'icomoon';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    color: #222;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover:before {
    color: #fff;
}

.banner-carousel .owl-nav button.owl-prev:before {
    content: '\e904';
}

.banner-carousel .owl-nav button.owl-next:before {
    content: '\e905';
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 31px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}


/** about-section **/

.about-section {
    position: relative;
    overflow: hidden;
}

.content_block_one .content-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.content_block_one .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

.content_block_one .content-box .signature {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.content_block_one .content-box .theme-btn-one {
    padding: 19px 44px 18px 43px;
}

.image_block_one .image-box {
    position: absolute;
    right: 380px;
    bottom: -40px;
}

.image_block_one .image-box .image-2 {
    position: absolute;
    top: 146px;
    right: -91px;
}

.image_block_one .image-box .vector-1 {
    position: absolute;
    top: 260px;
    left: 0px;
}

.image_block_one .image-box .shape .shape-1 {
    position: absolute;
    left: 90px;
    top: 0px;
    width: 450px;
    height: 450px;
    background: #F3EBDF;
    border-radius: 50%;
    z-index: -1;
}

.image_block_one .image-box .shape .shape-2 {
    position: absolute;
    top: 0px;
    right: -35px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.bg-color-1 {
    background: #20150f;
}


/** menu-section **/

.menu-section {
    position: relative;
    padding-top: 111px;
}

.menu-section .inner-container {
    position: relative;
    display: inline-grid;
    width: 100%;
    z-index: 1;
}

.menu-block-one .inner-box {
    position: relative;
    display: block;
    padding: 50px 60px;
    background: #fff;
    box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1);
}

.menu-block-one .inner-box .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 100%;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.menu-block-one .inner-box .shape .shape-2 {
    position: absolute;
    left: 0px;
    bottom: -50px;
    width: 100%;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.menu-block-one .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.menu-block-one .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.menu-block-one .inner-box .single-item .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

.menu-block-one .inner-box .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 34px;
}

.menu-block-one .inner-box .single-item h4 a {
    display: inline-block;
    color: #000;
}

.menu-block-one .inner-box .single-item h4 a:hover {

}

.menu-block-one .inner-box .single-item .price {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Libre Baskerville', serif;
}

.menu-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 325px;
    height: 475px;
}

.menu-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 137px;
    top: 133px;
    width: 202px;
    height: 202px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.menu-section .pattern-layer .pattern-3 {
    position: absolute;
    top: 272px;
    right: 141px;
    width: 169px;
    height: 140px;
    background-repeat: no-repeat;
}

.parallax-bg {
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}


/** shop-section **/

.shop-section {
    position: relative;
    padding: 482px 0px 120px 0px;
    overflow: hidden;
}

.shop-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.shop-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.shop-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.shop-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.76;
}

.shop-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
}

.shop-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.shop-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box img {
    opacity: 0.50;
    transform: scale(1.05);
}

.shop-block-one .inner-box .image-box .btn-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 100%;
}

.shop-block-one .inner-box .image-box .theme-btn-one {
    padding: 14px 38px 13px 37px;
    transform: scale(0, 0);
}

.shop-block-one .inner-box:hover .image-box .theme-btn-one {
    transform: scale(1, 1);
}

.shop-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 36px 15px 43px 15px;
}

.shop-block-one .inner-box .lower-content:before {
    position: absolute;
    content: '';
    background: #E5E5E5;
    width: 150px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.shop-block-one .inner-box .lower-content h5 {
    display: block;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.shop-block-one .inner-box .lower-content h5 a {
    display: inline-block;
    color: #000;
}

.shop-block-one .inner-box .lower-content h5 a:hover {

}

.shop-block-one .inner-box .lower-content .rating {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.shop-block-one .inner-box .lower-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #FAB421;
}

.shop-block-one .inner-box .lower-content .price {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 34px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
}

.nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 50%;
    color: #222;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover {
    box-shadow: 0px 20px 40px rgba(197, 157, 95, 0.25);
    color: #fff;
}

.nav-style-one .owl-nav button:before {
    position: absolute;
    font-family: 'icomoon';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    color: #222;
    transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before {
    color: #fff;
}

.nav-style-one .owl-nav button.owl-prev:before {
    content: '\e904';
}

.nav-style-one .owl-nav button.owl-next:before {
    content: '\e905';
}

.nav-style-one .owl-nav button span {
    display: none;
}

.shop-section .nav-style-one .owl-nav {
    position: absolute;
    top: -145px;
    right: 0px;
}

.shop-section .nav-style-one .owl-nav .owl-prev {
    margin-right: 20px;
}


/** gallery-section **/

.gallery-section {
    position: relative;
}

.gallery-section .owl-carousel {
    max-width: 1070px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.gallery-section .owl-stage-outer {
    overflow: visible;
}

.gallery-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

.gallery-block-one .inner-box .image-box img {
    width: 100%;
}

.gallery-block-one .inner-box .content-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition: all 500ms ease;
}

.owl-item.active .gallery-block-one .inner-box .content-box {
    left: 30px;
    bottom: 30px;
    opacity: 1;
}

.gallery-block-one .inner-box .content-box h4 {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.gallery-block-one .inner-box .content-box h4 a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    background: #fff;
    padding: 18px 30px;
}

.gallery-block-one .inner-box .content-box h4 a:hover {
    color: #fff;
}

.gallery-block-one .inner-box .content-box span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    background: #fff;
    padding: 8px 30px;
}

.gallery-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    width: 100%;
}

.gallery-section .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
}

.gallery-section .owl-nav .owl-next {
    position: absolute;
    right: -100px;
}


/** promotion-section **/

.promotion-section {
    position: relative;
}

.promotion-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.promotion-block-one:last-child .inner-box {
    margin-bottom: 0px;
}

.promotion-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.promotion-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.promotion-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.promotion-block-one .inner-box .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 59px 70px 68px 50px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
}

.promotion-block-one .inner-box .content-box h2 {
    display: block;
    font-size: 34px;
    line-height: 46px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    margin-bottom: 16px;
}

.promotion-block-one .inner-box .content-box h2 span {

}

.promotion-block-one .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    margin-bottom: 31px;
}

.promotion-block-one .inner-box .content-box p {
    display: block;
    margin-bottom: 40px;
}

.promotion-block-one .inner-box .content-box .theme-btn-one {
    padding: 14px 38px 13px 37px;
}

.bg-color-2 {
    background: #f5f2ed;
}

.promotion-block-one .inner-box .shape {
    position: absolute;
    width: 196px;
    height: 196px;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
    background-repeat: no-repeat;
}

.promotion-block-one:nth-child(2) .inner-box .shape {
    left: -79px;
    top: -76px;
}

.promotion-block-one:last-child .inner-box .shape {
    bottom: -80px;
    right: -50px;
}

.promotion-block-one .inner-box .content-box .content-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 253px;
    height: 145px;
    background-repeat: no-repeat;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 32px;
}

.testimonial-block-one .inner-box p {
    display: block;
    color: #000;
    margin-bottom: 17px;
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    display: block;
    padding: 0px 0px 0px 100px;
}

.testimonial-block-one .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #FFC93D;
}

.testimonial-block-one .inner-box .author-box .rating {
    margin-bottom: 10px;
}

.testimonial-block-one .inner-box .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.testimonial-section .owl-nav {
    margin-top: 50px;
}

.testimonial-section .owl-nav .owl-prev {
    margin-right: 20px;
}

.testimonial-section .image-box .image-1 {
    position: absolute;
    left: 150px;
    bottom: 0px;
}

.testimonial-section .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 50px;
}

.testimonial-section .image-box .image-3 {
    position: absolute;
    right: 0px;
    top: 118px;
}

.testimonial-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 625px;
    top: 278px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}


/** cta-section **/

.cta-section {
    position: relative;
}

.cta-section .shape .shape-1 {
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: bottom center;
}

.cta-section .shape .shape-2 {
    width: 178px;
    height: 178px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.cta-section .shape .shape-3 {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -350px;
    bottom: 0px;
    width: 343px;
    height: 197px;
    background-repeat: no-repeat;
}

.cta-section .shape .shape-4 {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 350px;
    bottom: 0px;
    width: 343px;
    height: 197px;
    background-repeat: no-repeat;
}


/** news-section **/

.news-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover {
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.10);
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
    opacity: 0.4;
    transform: scale(1.05);
}

.news-block-one .inner-box .image-box .date {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    text-align: center;
    padding: 14px 10px 6px 10px;
    font-size: 30px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.news-block-one .inner-box .image-box .date span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 27px 30px 37px 30px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 9px;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #000;
}

.news-block-one .inner-box .lower-content h3 a:hover {

}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 16px;
    padding-left: 22px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 16px;
}

.news-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #676767;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {

}

.news-block-one .inner-box .lower-content .post-info {
    margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content p {
    line-height: 26px;
    margin-bottom: 30px;
}


/** order-section **/

.order-section {
    position: relative;
    padding-top: 115px;
}

.order-section .form-inner {
    position: relative;
    display: block;
    max-width: 850px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 70px 40px rgba(0, 0, 0, 0.05);
    padding: 50px 70px 100px 70px;
}

.nice-select {
    position: relative;
    display: block;
    height: 53px;
    line-height: 53px;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #676767;
    padding: 0px 00px;
    border-radius: 0px;
}

.nice-select:after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #c4c4c4;
    border-right: 2px solid #c4c4c4;
    right: 3px;
}

.order-section .form-inner .form-group {
    position: relative;
    margin-bottom: 29px;
}

.order-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.order-section .form-inner .form-group input[type='text'],
.order-section .form-inner .form-group input[type='email'],
.order-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 53px;
    font-size: 16px;
    color: #676767;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #e5e5e5;
    transition: all 500ms ease;
}

.order-section .form-inner .form-group textarea {
    height: 100px;
    resize: none;
}

.order-section .form-inner .form-group input:focus,
.order-section .form-inner .form-group textarea:focus {

}

.order-section .form-inner .form-group .icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.order-section .form-inner .form-group .select-box {
    min-height: 53px;
}

.order-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

.order-section .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 58px;
    width: 441px;
    height: 246px;
    background-repeat: no-repeat;
}

.order-section .shape .shape-2 {
    position: absolute;
    left: 243px;
    top: 442px;
    width: 222px;
    height: 218px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.order-section .shape .shape-3 {
    position: absolute;
    top: 0px;
    right: 240px;
    width: 247px;
    height: 150px;
    background-repeat: no-repeat;
}

.order-section .shape .shape-4 {
    position: absolute;
    top: 264px;
    right: 0px;
    width: 440px;
    height: 244px;
    background-repeat: no-repeat;
}


/** main-footer **/

.main-footer {
    position: relative;
}

.main-footer .footer-top {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.footer-top .widget-title h3 {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.footer-top .schedule-widget .widget-content .list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.footer-top .schedule-widget .widget-content .list li span {

}

.footer-top .logo-widget {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.footer-top .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.footer-top .logo-widget .text {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.footer-top .logo-widget .text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.footer-top .logo-widget .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8.5px;
}

.footer-top .logo-widget .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: rgba(255, 225, 255, 0.20);
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.footer-top .logo-widget .social-links li a:hover {

}

.footer-top .logo-widget .shape .shape-1 {
    position: absolute;
    left: -125px;
    top: 0px;
    width: 60px;
    height: 329px;
    background-repeat: no-repeat;
}

.footer-top .logo-widget .shape .shape-2 {
    position: absolute;
    right: -125px;
    top: 0px;
    width: 60px;
    height: 329px;
    background-repeat: no-repeat;
}

.footer-top .contact-widget .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.footer-top .contact-widget .info-list li span {
    font-weight: 500;
}

.footer-top .contact-widget .info-list li a {
    color: #fff;
}

.footer-top .contact-widget .info-list li a:hover {

}

.footer-bottom {
    position: relative;
    padding: 22px 0px;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.footer-bottom p a {
    color: #ffffff;
}

.footer-bottom p a:hover {

}


/***

====================================================================
                        Home-Page-Two
====================================================================

***/


/** banner-style-two **/

.banner-style-two {
    background: #fff;
}

.banner-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-two .banner-carousel .slide-item:before {
    display: none;
}

.banner-style-two .pattern-layer-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.banner-style-two .content-inner {
    max-width: 1015px;
    width: 100%;
}

.banner-style-two .content-box {
    max-width: 350px;
}

.banner-style-two .content-inner .image-box {
    position: absolute;
    top: 0px;
    right: 0px;
}

.banner-style-two .banner-carousel .content-box h2 {
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    margin-bottom: 16px;
}

.banner-style-two .banner-carousel .content-box p {
    color: #000;
    margin-bottom: 47px;
}

.banner-style-two .content-inner .image-box .image-1 {
    position: relative;
    display: block;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.banner-style-two .banner-carousel .active .image-box .image-1 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-style-two .content-inner .image-box .image-1 img {
    width: 100%;
    border-radius: 50%;
}

.banner-style-two .content-inner .image-box .image-2 {
    position: absolute;
    top: 40px;
    right: -80px;
}

.banner-style-two .banner-carousel .slide-item {
    padding: 110px 0px 215px 0px;
}

.banner-style-two .banner-carousel .owl-nav {
    position: absolute;
    top: 40%;
    right: 315px;
}

.banner-style-two .banner-carousel .owl-nav button {
    position: relative;
    right: 0px;
    left: 0px;
}

.banner-style-two .banner-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.banner-style-two .vector-image .vector-1 {
    position: absolute;
    left: 55px;
    top: 55px;
}

.banner-style-two .vector-image .vector-2 {
    position: absolute;
    left: 663px;
    top: 223px;
}

.banner-style-two .vector-image .vector-3 {
    position: absolute;
    top: 109px;
    right: 138px;
}

.banner-style-two .vector-image .vector-4 {
    position: absolute;
    right: 465px;
    bottom: 120px;
}

.banner-style-two .shape {
    position: absolute;
    left: 750px;
    top: 433px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}


/** about-style-two **/

.about-style-two {
    position: relative;
}

.about-style-two .text p {
    margin-bottom: 44px;
}

.about-style-two .text p:last-child {
    margin-bottom: 0px;
}

.about-style-two .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 106px;
    width: 251px;
    height: 143px;
    background-repeat: no-repeat;
}

.about-style-two .shape .shape-2 {
    position: absolute;
    right: 0px;
    top: 106px;
    width: 251px;
    height: 143px;
    background-repeat: no-repeat;
}


/** story-section **/

.story-section {
    position: relative;
    padding: 115px 0px;
}

.story-block-one .inner-box {
    position: relative;
    display: block;
}

.story-block-one .inner-box .year {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    background: #37383C;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    padding: 9px 27px 8px 27px;
    margin-bottom: 95px;
}

.story-block-one .inner-box .year:before {
    position: absolute;
    content: '';
    background-image: url(../../../images/templates/myFood/shape/shape-23.png);
    width: 9px;
    height: 62px;
    left: 50%;
    transform: translateX(-50%);
    top: 57px;
    background-repeat: no-repeat;
}

.story-block-one .inner-box .year:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.story-section .story-content {
    position: relative;
    margin-right: -320px;
}

.story-section .story-content:before {
    position: absolute;
    content: '';
    background: #36373B;
    width: calc(100% - 39px);
    height: 1px;
    left: 39px;
    top: 87px;
}

.story-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.story-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.story-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.story-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 23px;
}

.story-block-one .inner-box .lower-content h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 13px;
}

.story-block-one .inner-box .lower-content h4 a {
    position: relative;
    display: inline-block;
    color: #fff;
}

.story-block-one .inner-box .lower-content h4 a:hover {

}

.story-block-one .inner-box .lower-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
}

.story-section .owl-nav {
    position: absolute;
    top: -152px;
    right: 320px;
}

.story-section .owl-nav .owl-prev {
    margin-right: 10px;
}

.story-section .owl-nav button {
    box-shadow: none !important;
}


/** menu-style-two **/

.menu-style-two {
    position: relative;
    padding: 115px 0px;
}

.menu-style-two .menu-inner .single-item {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.menu-style-two .menu-inner .single-item:last-child {
    margin-bottom: 0px;
}

.menu-style-two .menu-inner .single-item .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

.menu-style-two .menu-inner .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 34px;
}

.menu-style-two .menu-inner .single-item h4 a {
    display: inline-block;
    color: #000;
}

.menu-style-two .menu-inner .single-item h4 a:hover {

}

.menu-style-two .menu-inner .single-item p {
    line-height: 26px;
}

.menu-style-two .menu-inner .single-item .price {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Libre Baskerville', serif;
}

.menu-style-two .menu-inner .title {
    position: relative;
    display: block;
    margin-bottom: 52px;
}

.menu-style-two .menu-inner .title .shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 80px;
    height: 17px;
    background-repeat: no-repeat;
}

.menu-style-two .menu-inner .title h2 {
    display: block;
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
}

.menu-style-two .image-layer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.menu-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 42%;
    top: 358px;
    width: 143px;
    height: 143px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.menu-style-two .pattern-layer .pattern-2 {
    position: absolute;
    left: 50%;
    bottom: 203px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 6s infinite linear;
    animation: zoom-fade 6s infinite linear;
}


/** shop-style-two **/

.shop-style-two {
    position: relative;
    padding: 115px 0px;
    background: #F9F5EF;
}

.shop-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.shop-style-two .shop-block-one .inner-box {
    background: transparent;
    box-shadow: none;
}

.shop-style-two .shop-block-one .inner-box .image-box {
    background: #fff;
}

.shop-style-two .shop-block-one .inner-box .lower-content:before {
    display: none;
}

.shop-style-two .shop-block-one .inner-box .lower-content {
    padding-bottom: 0px;
}

.shop-style-two .nav-style-one .owl-nav {
    position: absolute;
    top: -145px;
    right: 0px;
}

.shop-style-two .nav-style-one .owl-nav .owl-prev {
    margin-right: 20px;
}


/** testimonial-style-two **/

.testimonial-style-two {
    position: relative;
    padding: 111px 0px 115px 0px;
}

.testimonial-style-two .testimonial-content {
    position: relative;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-style-two .testimonial-content .thumb-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 32px;
}

.testimonial-style-two .testimonial-content .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-style-two .testimonial-content p {
    display: block;
    color: #000;
    margin-bottom: 40px;
}

.testimonial-style-two .testimonial-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFC93D;
}

.testimonial-style-two .testimonial-content .rating {
    margin-bottom: 9px;
}

.testimonial-style-two .testimonial-content h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.testimonial-style-two .testimonial-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.testimonial-style-two .owl-nav {
    position: absolute;
    left: 0px;
    top: 42%;
    width: 100%;
}

.testimonial-style-two .owl-nav .owl-prev {
    position: absolute;
    left: 110px;
}

.testimonial-style-two .owl-nav .owl-next {
    position: absolute;
    right: 110px;
}

.testimonial-style-two .image-box .image-1 {
    position: absolute;
    left: 0px;
    bottom: 50px;
}

.testimonial-style-two .image-box .image-2 {
    position: absolute;
    right: 0px;
    top: 118px;
}

.testimonial-style-two .shape {
    position: absolute;
    left: 0px;
    top: 288px;
    width: 251px;
    height: 143px;
    background-repeat: no-repeat;
}


/** video-section **/

.video-section {
    position: relative;
    padding: 120px;
    overflow: hidden;
}

.video-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

.video-section .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-section .inner-box .sec-title {
    max-width: 380px;
}

.video-section .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 110px;
    font-size: 30px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

.video-section .video-inner .video-btn a:before,
.video-section .video-inner .video-btn a:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-section .video-inner .video-btn a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/** promotion-style-two **/

.promotion-style-two {
    position: relative;
    padding-top: 111px;
}

.promotion-style-two .promotion-block-one .inner-box {
    background: #fff;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
}

.promotion-style-two .promotion-block-one .inner-box .content-box {
    box-shadow: none;
}

.promotion-style-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.promotion-style-two .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.promotion-style-two .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.promotion-style-two .promotion-block-one .inner-box .shape {
    bottom: inherit !important;
    right: inherit !important;
    left: -79px;
    top: -76px;
}

.promotion-style-two .owl-nav {
    position: absolute;
    left: 0px;
    top: 43%;
    width: 100%;
}

.promotion-style-two .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
}

.promotion-style-two .owl-nav .owl-next {
    position: absolute;
    right: -35px;
}

.promotion-style-two .single-item-carousel {
    margin-bottom: -100px;
}

.pt_215 {
    padding-top: 215px;
}


/** order-style-two **/

.order-style-two {
    position: relative;
    background: #F9F5EF;
}

.order-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.order-style-two .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.order-style-two .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.order-style-two .form-inner .form-group input[type='text'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    color: #676767;
    transition: all 500ms ease;
}

.order-style-two .form-inner .form-group .icon {
    position: absolute;
    top: 18px;
    right: 40px;
    font-size: 16px;
    color: #B3B3B3;
    z-index: 1;
}

.order-style-two .form-inner .form-group .select-box {
    min-height: 60px;
}

.order-style-two .form-inner .form-group .nice-select {
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 0px 30px;
    font-size: 16px;
    color: #676767;
    border: none !important;
}

.order-style-two .form-inner .form-group .nice-select:after {
    right: 33px;
}

.order-style-two .shape .shape-1 {
    position: absolute;
    left: 80px;
    top: 80px;
    width: 325px;
    height: 184px;
    background-repeat: no-repeat;
}

.order-style-two .shape .shape-2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 169px;
    height: 169px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.order-style-two .shape .shape-3 {
    position: absolute;
    top: 0px;
    right: 175px;
    width: 247px;
    height: 153px;
    background-repeat: no-repeat;
}

.order-style-two .shape .shape-4 {
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 350px;
    height: 199px;
    background-repeat: no-repeat;
}


/***

====================================================================
                        Home-Page-Three
====================================================================

***/

/** header-style-two **/

.header-style-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-two .header-lower .main-menu .navigation > li > a {
    color: #fff;
}

.header-style-two .header-lower .main-menu .navigation > li.current > a,
.header-style-two .header-lower .main-menu .navigation > li:hover > a {

}

.header-style-two .header-lower .main-menu .navigation > li > a:before {
    bottom: 0px;
}

.header-style-two .header-lower .nav-right li {
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
}

.header-style-two .header-lower .nav-right li a {
    color: #fff;
}

.header-style-two .header-lower .nav-right li:hover {

}


.banner-section.style-three .banner-carousel .slide-item {
    padding: 250px 0px 200px 0px;
}


/** about-style-three **/

.about-style-three {
    position: relative;
    padding: 120px 0px;
}

.image_block_two .image-box {
    position: relative;
    display: block;
    padding-right: 70px;
    padding-bottom: 145px;
}

.image_block_two .image-box img {
    width: 100%;
}

.image_block_two .image-box .image-2 {
    position: absolute;
    right: -80px;
    bottom: 0px;
}

.image_block_two .image-box .image-1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.image_block_two .image-box .image-1 img {
    width: 100%;
    transition: all 500ms ease;
}

.image_block_two .image-box .image-1:hover img {
    transform: scale(1.05);
}

.image_block_two .image-box .shape .shape-1 {
    position: absolute;
    left: -75px;
    top: 40px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.image_block_two .image-box .shape .shape-2 {
    position: absolute;
    right: -35px;
    bottom: 108px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.content_block_two .content-box {
    position: relative;
    display: block;
}

.content_block_two .content-box .text p {
    margin-bottom: 26px;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 9px;
    padding-left: 16px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.content_block_two .content-box .list-style-one li {
    float: left;
    width: 50%;
}

.list-style-one li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0px;
    top: 12px;
    border-radius: 50%;
}

.about-style-three .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 170px;
    width: 251px;
    height: 143px;
    background-repeat: no-repeat;
}


/** deal-section **/

.deal-section {
    position: relative;
    background: #F6F6F6;
}

.deal-block-one .inner-box {
    position: relative;
    display: block;
}

.deal-block-one .inner-box .image-box {
    position: relative;
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

.deal-block-one .inner-box .image-box .image {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

.deal-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.deal-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.deal-block-one .inner-box .image-box span {
    position: absolute;
    top: 0px;
    right: -22px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 24px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    text-align: center;
}

.deal-block-one .inner-box .text {
    position: relative;
    display: block;
    padding-top: 20px;
}

.deal-block-one .inner-box .text h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.deal-block-one .inner-box .text h3 a {
    display: inline-block;
    color: #000;
}

.deal-block-one .inner-box .text h3 a:hover {

}


/** menu-style-three **/

.menu-style-three {
    position: relative;
    padding: 120px 0px;
    overflow: hidden;
}

.menu-style-three .bg-layer:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.50) 20%, rgba(0, 0, 0, 0.9) 80%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.menu-style-three .sec-title p {
    color: #fff;
    margin-top: 28px;
}

.menu-style-three .menu-content {
    position: relative;
    margin-right: -660px;
}

.menu-block-two .inner-box .single-item .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

.menu-block-two .inner-box .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 34px;
}

.menu-block-two .inner-box .single-item h4 a {
    display: inline-block;
    color: #000;
}

.menu-block-two .inner-box .single-item h4 a:hover {

}

.menu-block-two .inner-box .single-item .price {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Libre Baskerville', serif;
}

.menu-block-two {
    position: relative;
    display: block;
    background: #fff;
    padding: 58px 50px 52px 60px;
}

.menu-block-two .inner-box .single-item {
    position: relative;
    display: block;
    padding: 0px 0px 0px 110px;
    margin-bottom: 22px;
}

.menu-block-two .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.menu-block-two .inner-box .single-item .menu-image {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 82px;
    height: 82px;
}

.menu-block-two .title {
    position: relative;
    display: block;
    margin-bottom: 52px;
}

.menu-block-two .title h2 {
    display: block;
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
}

.menu-block-two .title .shape {
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 80px;
    height: 17px;
    background-repeat: no-repeat;
}

.menu-style-three .owl-nav {
    position: absolute;
    left: -660px;
    bottom: 200px;
}

.menu-style-three .owl-nav .owl-prev {
    margin-right: 20px;
}

.menu-style-three .pattern-layer .pattern-1 {
    position: absolute;
    left: 50px;
    top: 40px;
    width: 169px;
    height: 140px;
    background-repeat: no-repeat;
}

.menu-style-three .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 325px;
    height: 475px;
    background-repeat: no-repeat;
}

.menu-style-three .pattern-layer .pattern-3 {
    position: absolute;
    left: 141px;
    bottom: 61px;
    width: 202px;
    height: 202px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}


/** team-section **/

.team-section {
    position: relative;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
    padding: 30px 30px 40px 30px;
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

.team-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.team-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .image img {
    opacity: 0.5;
    transform: scale(1.05);
}

.team-block-one .inner-box .share-box .share-links {
    right: 0px;
    bottom: 45px;
    transform: scaleY(0);
    transform-origin: bottom center;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-one .inner-box .share-box:hover .share-links {
    bottom: 60px;
    opacity: 1;
    transform: scaleY(1);
}

.team-block-one .inner-box .share-box {
    right: 30px;
    bottom: -23px;
    z-index: 1;
}

.team-block-one .inner-box .share-box .share-icon {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 50px;
    font-size: 20px;
    color: #000;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.1);
}

.team-block-one .inner-box .share-box .share-icon:hover {
    color: #fff;
}

.team-block-one .inner-box .share-box .share-links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-block-one .inner-box .share-box .share-links li:last-child {
    margin-bottom: 0px;
}

.team-block-one .inner-box .share-box .share-links li a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    color: #676767;
}

.team-block-one .inner-box .share-box .share-links li a:hover {
    color: #fff;
}

.team-block-one .inner-box .share-box:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 15px;
    left: 0px;
    top: -15px;
}

.team-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 3px;
}

.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #000;
}

.team-block-one .inner-box .lower-content h3 a:hover {

}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 13px;
}

.team-block-one .inner-box .lower-content p {
    font-size: 15px;
    line-height: 26px;
}

.team-section .team-block {
    padding: 0px;
}

.team-section .inner-container {
    margin: 0px 15px;
}


/** gallery-style-two **/

.gallery-style-two {
    position: relative;
}

.gallery-style-two .sec-title p {
    margin-top: 26px;
}

.gallery-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .image-box:before {
    opacity: 1;
}

.gallery-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.gallery-block-two .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.gallery-style-two .carousel-content {
    position: relative;
    margin-right: -260px;
}

.gallery-block-two .inner-box .view-btn {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.gallery-block-two .inner-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    transform: scale(0, 0);
}

.gallery-block-two .inner-box:hover .view-btn a {
    transform: scale(1, 1);
}

.gallery-block-two .inner-box .view-btn a:hover {

}

.gallery-block-two .inner-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 30px;
    opacity: 0;
    width: 100%;
    transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .text {
    bottom: 25px;
    opacity: 1;
}

.gallery-block-two .inner-box .text p {
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.gallery-block-two .inner-box .text h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

.gallery-block-two .inner-box .text h3 a {
    display: inline-block;
    color: #fff;
}

.gallery-block-two .inner-box .text h3 a:hover {

}

.gallery-style-two .owl-nav {
    position: absolute;
    left: -470px;
    bottom: 30px;
}

.gallery-style-two .owl-nav .owl-prev {
    margin-right: 20px;
}


/** testimonial-style-three **/

.testimonial-style-three {
    position: relative;
}

.testimonial-style-three .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-style-three .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.testimonial-style-three .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 60px 61px 70px;
}

.testimonial-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 33px;
}

.testimonial-block-two .inner-box p {
    color: #000;
    margin-bottom: 40px;
}

.testimonial-block-two .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFC93D;
}

.testimonial-block-two .inner-box .rating {
    margin-bottom: 9px;
}

.testimonial-block-two .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.testimonial-style-three .owl-nav {
    position: absolute;
    right: 70px;
    bottom: 90px;
}

.testimonial-style-three .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #C4C4C4;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-style-three .owl-nav button:hover {

}

.testimonial-style-three .owl-nav button.owl-prev {
    margin-right: 10px;
}

.testimonial-style-three .image-box .image-1 {
    position: absolute;
    left: 315px;
    bottom: 0px;
}

.testimonial-style-three .image-box .image-2 {
    position: absolute;
    left: 204px;
    bottom: 258px;
}

.testimonial-style-three .image-box .image-3 {
    position: absolute;
    right: 0px;
    top: 234px;
}

.testimonial-style-three .shape .shape-1 {
    position: absolute;
    top: 184px;
    right: 49px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.testimonial-style-three .shape .shape-2 {
    position: absolute;
    top: 330px;
    left: 301px;
    width: 172px;
    height: 172px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}


/** service-section **/

.service-section {
    position: relative;
    background: #F6F6F6;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 40px;
}

.service-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #F6F6F6;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 18px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box {
    color: #fff;
}

.service-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box:before {
    transform: scale(1, 1);
}

.service-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 6px;
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: #000;
}

.service-block-one .inner-box h3 a:hover {

}

.service-block-one .inner-box p {
    margin-bottom: 30px;
}

.service-section .pattern-layer {
    position: absolute;
    left: 248px;
    top: 289px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}


/** video-style-two **/

.video-style-two {
    position: relative;
}

.video-style-two:before {
    position: absolute;
    content: '';
    background: #F6F6F6;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
}

.video-style-two .inner-box {
    position: relative;
    width: 100%;
    padding: 111px 30px 120px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-style-two .inner-box:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

.video-style-two .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 110px;
    font-size: 30px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

.video-style-two .video-btn a:before,
.video-style-two .video-btn a:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-style-two .video-btn a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


/***

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title {
    position: relative;
    padding: 175px 0px;
}

.page-title .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, #000000 15.56%, rgba(0, 0, 0, 0) 100%);
}

.page-title .content-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    padding-right: 20px;
    margin-right: 10px;
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title .content-box .bread-crumb li a {
    display: inline-block;
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {

}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "\e91d";
    font-family: 'icomoon';
    font-size: 10px;
    top: 2px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}

.service-section.alternat-2 {
    background: #fff;
}

.service-section.alternat-2 .service-block-one .inner-box {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
}

.testimonial-style-three.about-page {
    background: #F6F6F6;
}

.service-section.service-page .service-block-one .inner-box {
    margin-bottom: 30px;
}

.service-section.service-page {
    padding: 111px 0px 90px 0px;
}


/** gallery-style-three **/

.gallery-style-three {
    position: relative;
    padding: 115px 0px 30px 0px;
}

.gallery-style-three .sortable-masonry {
    margin: 0px -30px;
}

.gallery-style-three .masonry-item {
    padding: 0px 45px;
}

.gallery-style-three .gallery-block-two .inner-box {
    margin-bottom: 90px;
}

.filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0px 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.filter-tabs li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.filter-tabs li.active:before,
.filter-tabs li:hover:before {
    transform: scale(1, 1);
}

.filter-tabs li.active,
.filter-tabs li:hover {

}

.gallery-style-three.alternat-2 {
    padding: 115px 0px 120px 0px;
}

.gallery-style-three.alternat-2 .sortable-masonry {
    margin: 0px 15px;
}

.gallery-style-three.alternat-2 .masonry-item {
    padding: 0px;
}

.gallery-style-three.alternat-2 .gallery-block-two .inner-box {
    margin-bottom: 0px;
}


.team-page-section {
    padding: 120px 0px 90px 0px;
}

.team-page-section .team-block-one .inner-box {
    margin-bottom: 30px;
}


/** team-details **/

.team-details {
    padding: 120px 0px;
}

.team-details .image-box {
    position: relative;
    display: block;
}

.team-details .image-box img {
    width: 100%;
}

.team-details .image-box .shape {
    position: absolute;
    left: -70px;
    top: -70px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.team-details-content {
    position: relative;
    display: block;
}

.team-details-content .team-info h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.team-details-content .team-info .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}

.team-details-content .team-info .text {
    margin-bottom: 30px;
}

.team-details-content .team-info .text p {
    margin-bottom: 18px;
}

.team-details-content .team-info .text p:last-child {
    margin-bottom: 0px;
}

.team-details-content .team-info .info-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 9px;
}

.team-details-content .team-info .info-list li:last-child {
    margin-bottom: 0px;
}

.team-details-content .team-info .info-list li span {
    font-family: 'Libre Baskerville', serif;
    color: #000;
}

.team-details-content .team-info .info-list li a {
    color: #676767;
}

.team-details-content .team-info .info-list li a:hover {

}

.team-details-content .team-info .info-list {
    margin-bottom: 30px;
}

.team-details-content .team-info .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.team-details-content .team-info .social-links li:last-child {
    margin: 0px !important;
}

.team-details-content .team-info .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #F1F1F1;
    color: #676767;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}

.team-details-content .team-info .social-links li a:hover {
    color: #fff;
}

.team-details-content .team-info {
    margin-bottom: 70px;
}

.progress-box .bar {
    position: relative;
    width: 100%;
    height: 5px;
    background: #E9E9E9;
    border-radius: 10px;
}

.progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 5px;
    border-radius: 10px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.progress-box .bar-inner:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    top: -7px;
    right: -5px;
    border-radius: 50%;
}

.progress-box p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 6px;
}

.progress-box .count-text {
    position: absolute;
    top: -38px;
    right: 0px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
}

.team-details-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.team-details-content .contact-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}

.team-details-content .contact-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.team-details-content .contact-inner .form-inner .form-group input[type='text'],
.team-details-content .contact-inner .form-inner .form-group input[type='email'],
.team-details-content .contact-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #676767;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 500ms ease;
}

.team-details-content .contact-inner .form-inner .form-group textarea {
    height: 170px;
    resize: none;
    padding-top: 15px;
}

.team-details-content .contact-inner .form-inner .form-group input:focus,
.team-details-content .contact-inner .form-inner .form-group textarea:focus {

}

.menu-section.menu-page .inner-container {
    margin-bottom: -235px;
}


/** menu-style-four **/

.menu-style-four {
    position: relative;
    padding: 360px 0px 150px 0px;
}

.menu-style-four .inner-container {
    max-width: 630px;
    margin: 0 auto;
}

.menu-style-four .menu-block-two {
    box-shadow: 0px 30px 120px 0px rgb(0 0 0 / 10%);
}

.menu-block-two .inner-box .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 100%;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.menu-block-two .inner-box .shape .shape-2 {
    position: absolute;
    left: 0px;
    bottom: -50px;
    width: 100%;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.menu-block-two .inner-box .shape .shape-3 {
    position: absolute;
    left: -70px;
    top: -70px;
    width: 143px;
    height: 143px;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.menu-block-two .inner-box .shape .shape-4 {
    position: absolute;
    right: -75px;
    bottom: -75px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: zoom-fade 6s infinite linear;
    animation: zoom-fade 6s infinite linear;
}


/** testimonial-style-four **/

.testimonial-style-four {
    position: relative;
    padding: 111px 0px 90px 0px;
    background: #F6F6F6;
}

.testimonial-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 45px 30px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.testimonial-block-three .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.testimonial-block-three .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-three .inner-box .thumb-box:before {
    position: absolute;
    content: "\e908";
    font-family: 'icomoon';
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: -4px;
    bottom: -5px;
    border-radius: 50%;
}

.testimonial-block-three .inner-box p {
    margin-bottom: 18px;
    color: #000;
}

.testimonial-block-three .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.testimonial-block-three .inner-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
}

.testimonial-style-four .vector-1 {
    position: absolute;
    left: 60px;
    top: 90px;
}

.testimonial-style-four .vector-2 {
    position: absolute;
    left: 670px;
    top: 300px;
}

.testimonial-style-four .vector-3 {
    position: absolute;
    top: 200px;
    right: 110px;
}

.testimonial-style-four .vector-4 {
    position: absolute;
    right: 240px;
    bottom: 90px;
}

.testimonial-style-four .shape {
    position: absolute;
    left: 236px;
    top: 289px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}


/** faq-section **/

.faq-section {
    position: relative;
    padding: 111px 0px 240px 0px;
}

.accordion-box .block {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
    border-radius: 40px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 25px 80px 27px 40px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 28px;
    right: 40px;
    font-size: 20px;
    color: #000000;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer:before {
    position: absolute;
    content: '\e921';
    font-family: 'icomoon';
    top: 0px;
    right: 0px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer:after {
    position: absolute;
    content: '\e922';
    font-family: 'icomoon';
    top: 10px;
    right: 0px;
    font-size: 4px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {

}

.accordion-box .block .acc-btn h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding-left: 43px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5 span {
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 20px 100px 50px 83px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.faq-section .vector-1 {
    position: absolute;
    left: 140px;
    bottom: -40px;
    z-index: 1;
}

.faq-section .vector-2 {
    position: absolute;
    right: 210px;
    bottom: 130px;
}


/** faq-form-section **/

.faq-form-section {
    position: relative;
    padding-bottom: 120px;
}

.faq-form-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.faq-form-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}

.faq-form-section .form-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}

.faq-form-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.faq-form-section .form-inner .form-group input[type='text'],
.faq-form-section .form-inner .form-group input[type='email'],
.faq-form-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #676767;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: left;
    transition: all 500ms ease;
}

.faq-form-section .form-inner .form-group textarea {
    height: 170px;
    resize: none;
    padding-top: 15px;
}

.faq-form-section .form-inner .form-group input:focus,
.faq-form-section .form-inner .form-group textarea:focus {

}

.faq-form-section .inner-box {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 70px;
    box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
    border-radius: 20px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    margin-top: -120px;
    z-index: 1;
}

.faq-form-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 37px;
}

.faq-form-section .vector-1 {
    position: absolute;
    bottom: 258px;
    right: 445px;
    z-index: 1;
}

.faq-form-section .shape {
    position: absolute;
    left: 430px;
    top: -196px;
    width: 196px;
    height: 196px;
    background-repeat: no-repeat;
    z-index: 1;
}

.order-section.reservation-page {
    padding: 111px 0px 120px 0px;
}


/** error-section **/

.error-section {
    position: relative;
    padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i {
    margin-right: 10px;
}

.error-section .inner-box .error-image {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}

.error-section .inner-box h1 {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    margin-bottom: 10px;
}

.error-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 60px;
}


/***

====================================================================
                        Shop-Page
====================================================================

***/


/** shop-page-section **/

.shop-page-section {
    position: relative;
    padding: 120px 0px;
}

.shop-page-section .item-shorting .left-column .text,
.shop-page-section .item-shorting .left-column .short-box {
    position: relative;
    float: left;
}

.shop-page-section .item-shorting .left-column .short-box p {
    float: left;
    margin-right: 15px;
}

.shop-page-section .item-shorting .select-box {
    float: left;
    width: 90px;
    margin-top: -9px;
}

.shop-page-section .item-shorting .select-box .nice-select {
    border-radius: 0px;
}

.shop-page-section .item-shorting .select-box .nice-select:after {
    margin-top: -5px;
    right: 20px;
    width: 8px;
    height: 8px;
}

.shop-page-section .item-shorting .left-column .text {
    position: relative;
    float: left;
}

.shop-page-section .item-shorting .left-column,
.shop-page-section .item-shorting .right-column {
    margin-top: 9px;
}

.shop-page-section .item-shorting .right-column .nice-select {
    width: 200px !important;
    border: 1px solid #e5e5e5 !important;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
}

.shop-page-section .item-shorting .right-column .short-box,
.shop-page-section .item-shorting .right-column .filter-box {
    float: left;
}

.shop-page-section .item-shorting .right-column .short-box {
    margin-right: 30px;
}

.shop-page-section .item-shorting .right-column .select-box {
    width: 200px;
}

.shop-page-section .item-shorting .right-column .short-box p {
    float: left;
    margin-right: 15px;
}

.shop-page-section .item-shorting .filter-box {
    float: left;
}

.shop-page-section .item-shorting .right-column .menu-box {
    float: left;
    margin-top: -9px;
}

.shop-page-section .item-shorting .right-column .menu-box button {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #E5E5E5;
    color: #9C9BA0;
    cursor: pointer;
    transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button.on {
    color: #fff;
}

.shop-page-section .item-shorting {
    margin-bottom: 30px;
}

.wrapper.list .shop-list-content {
    display: block;
}

.wrapper.list .shop-grid-content {
    display: none
}

.wrapper.grid .shop-list-content {
    display: none;
}

.wrapper.grid .shop-grid-content {
    display: block
}

.shop-page-section .shop-block-one .inner-box {
    margin-bottom: 30px;
}

.shop-page-section .pagination-wrapper {
    margin-top: 30px;
}


/** shop-details **/

.shop-details-content {
    position: relative;
    padding: 120px 0px;
}

.shop-details-content .image-box {
    position: relative;
    display: block;
    border: 1px solid #E5E5E5;
    margin-right: 28px;
    background: #fff;
    transition: all 500ms ease;
}

.shop-details-content .image-box img {
    width: 100%;
}

.shop-details-content .image-box:hover {

}

.shop-details-content .content-box {
    position: relative;
    display: block;
}

.shop-details-content .content-box h2 {
    display: block;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}

.shop-details-content .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.shop-details-content .content-box .customer-rating .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #FAB421;
    margin-right: 5px;
}

.shop-details-content .content-box .customer-rating .rating li.light {
    color: rgba(250, 180, 33, 0.5);
}

.shop-details-content .content-box .customer-rating .rating li:last-child {
    margin: 0px !important;
}

.shop-details-content .content-box .customer-rating .rating {
    margin-right: 12px;
}

.shop-details-content .content-box .customer-rating .review a {
    position: relative;
    display: inline-block;
    color: #676767;
}

.shop-details-content .content-box .customer-rating .review a:hover {

}

.shop-details-content .content-box .customer-rating {
    margin-bottom: 28px;
}

.shop-details-content .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.shop-details-content .content-box .text p {
    margin-bottom: 26px;
}

.shop-details-content .content-box .text p:last-child {
    margin-bottom: 0px;
}

.shop-details-content .addto-cart-box .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 106px;
    height: 50px;
    width: 100%;
    float: left;
    padding: 0px 40px 0px 0px;
    margin-right: 20px;
    background: #fff;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #E5E5E5;
}

.shop-details-content .addto-cart-box .theme-btn-one {
    padding: 14px 34px 13px 33px;
}

.shop-details-content .addto-cart-box .like-box a {
    border: 1px solid #E5E5E5;
    color: #000;
}

.shop-details-content .addto-cart-box .like-box a:hover {
    color: #fff;
}

.shop-details-content .addto-cart-box input.quantity-spinner {
    line-height: 48px;
    height: 48px;
    width: 43px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    background: transparent;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    background: transparent;
    padding: 0px 0px;
    right: -17px;
    top: 4px;
    border-right: none;
    border-radius: 0px;
    z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    background: transparent;
    padding: 0px 0px;
    right: -18px;
    top: 17px;
    border-left: none;
    margin-top: 0px;
    border-radius: 0px;
    z-index: 1;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f107";
    font-size: 18px;
    font-style: normal;
    color: #b3b3b3;
    font-family: 'Font Awesome 5 pro';
    font-weight: 400;
    transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f106";
    font-size: 18px;
    font-style: normal;
    color: #b3b3b3;
    font-weight: 400;
    font-family: 'Font Awesome 5 pro';
    transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-up:hover:before,
.bootstrap-touchspin .glyphicon-chevron-down:hover:before {
    color: #101010;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 0px;
    left: 7px;
    font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.shop-details-content .other-option li {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

.shop-details-content .other-option li:last-child {
    margin-bottom: 0px;
}

.shop-details-content .other-option li span {
    font-weight: 500;
    color: #000;
}

.shop-details-content .other-option li a {
    display: inline-block;
    color: #676767;
}

.shop-details-content .other-option li a:hover {

}

.shop-details .product-discription {
    padding: 115px 0px;
    background: #F6F6F6;
}

.shop-details .product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    margin: 0px 30px;
    transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn,
.shop-details .product-discription .tab-btn-box .tab-btns li:hover {

}

.shop-details .product-discription .tab-btn-box .tab-btns li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: -27px;
    transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btn-box .tab-btns li:hover:before {
    width: 100%;
}

.shop-details .product-discription .customer-inner .rating li {
    color: #ffc92e;
}

.shop-details .product-discription .customer-inner .customer-review {
    border-bottom: 1px solid #e5e5e5;
}

.shop-details .product-discription .comment-form input,
.shop-details .product-discription .comment-form textarea {
    border: 1px solid #e6e6e6;
}

.shop-details .product-discription .comment-form textarea {
    height: 170px;
    resize: none;
}

.shop-details .product-discription .check-box label {
    color: #808080;
}

.cart-section .othre-content .update-btn button:hover {
    color: #fff !important;
}

.shop-details .product-discription .theme-btn {
    padding: 16px 30px;
}

.default-form input[type='text'],
.default-form input[type='email'],
.default-form input[type='tel'],
.default-form input[type='password'],
.default-form textarea {
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 15px;
    color: #808080;
    padding: 15px 20px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #e6e6e6;
    transition: all 500ms ease;
}

.default-form input:focus,
.default-form textarea:focus {

}

.shop-details .product-discription .comment-form textarea {
    height: 170px;
    resize: none;
}

.shop-details .product-discription .tab-btn-box {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 33px;
    border-bottom: 1px solid #e5e5e5;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.shop-details .related-product .title-box {
    margin-bottom: 53px;
}

.shop-details .related-product .title-box h2 {
    display: block;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
}


/** cart-section **/


.cart-section {
    position: relative;
    display: block;
    padding: 120px 0px;
}

.cart-section .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.cart-section .cart-table {
    min-width: 1170px;
    width: 100%;
}

.cart-section .cart-table thead tr th {
    line-height: 24px;
    min-width: 110px;
    padding: 29px 15px 27px 0px;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

.cart-section .cart-table .cart-header {
    border-bottom: 1px solid #e5e5e5;
}

.cart-section .cart-table tbody tr td.prod-column {
    padding: 30px 0px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
    min-height: 100px;
    position: relative;
    padding: 50px 0px 47px 250px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 120px;
    top: 0px;
    width: 110px;
    height: 111px;
    background: #fff;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 54px;
    font-size: 18px;
    color: #000;
    font-weight: 900;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn:hover {
    color: #fff;
    box-shadow: 0px 20px 40px rgba(197, 157, 95, 0.25);
}

.cart-section .cart-table tbody tr td.price {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    color: #000000;
    position: relative;
    padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    padding: 27px 50px 27px 48px;
    text-align: center;
    color: #000000;
}

.cart-section .cart-table tbody tr td.qty {
    position: relative;
}

.cart-section .cart-table tbody tr td.qty .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-left: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    height: 50px;
    z-index: 1;
}

.cart-section .cart-table tbody tr td.qty .item-quantity .bootstrap-touchspin .input-group-btn-vertical i {
    left: 12px;
}

.cart-section .cart-table tbody tr td.qty input.quantity-spinner {
    line-height: 48px;
    height: 50px;
    width: 43px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    background: transparent;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 53px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    left: -39px;
    top: -53px;
    border-right: none;
    border-radius: 0px;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 53px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    right: -35px;
    top: -53px;
    border-left: none;
    margin-top: 0px;
    border-radius: 0px;
}

.cart-section .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 16px;
    font-style: normal;
    color: #848484;
    font-family: 'Font Awesome 5 Pro';
}

.cart-section .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 16px;
    font-style: normal;
    color: #848484;
    font-family: 'Font Awesome 5 Pro';
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 15px;
    left: 15px;
    font-size: inherit !important;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.cart-section .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 53px;
}

.cart-section .cart-table .prod-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
}

.cart-section .othre-content {
    position: relative;
    display: block;
    padding: 30px 0px;
    margin-bottom: 70px;
}

.cart-section .othre-content .coupon-box {
    position: relative;
    width: 75%;
}

.cart-section .othre-content .coupon-box input[type='text'] {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    font-size: 15px;
    height: 50px;
    color: #676767;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 10px 30px;
    float: left;
    margin-right: 20px;
}

.cart-section .othre-content .coupon-box input:focus {

}

.cart-section .othre-content .coupon-box button {
    float: left;
    padding: 14px 38px 13px 37px;
}

.cart-section .cart-total .total-cart-box {
    position: relative;
}

.cart-section .cart-total .total-cart-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    background: #fcf5f3;
    padding: 19px 30px 11px 30px;
}

.cart-section .cart-total .total-cart-box .list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    padding: 18px 0px;
    border-top: 1px solid #e5e5e5;
}

.cart-section .cart-total .total-cart-box .list li span {
    float: right;
    font-weight: 400;
}

.cart-section .cart-total .total-cart-box .list li:last-child span {
    font-weight: 500;
    color: #222;
}

.cart-section .cart-total .total-cart-box .theme-btn-one {
    display: block;
    padding: 17px 35px;
    width: 100%;
    margin-top: 5px;
}


/***

====================================================================
                        Checkout-page
====================================================================

***/

.checkout-section {
    position: relative;
    display: block;
    padding: 120px 0px;
}

.checkout-section .upper-box {
    position: relative;
    margin-bottom: 53px;
}

.checkout-section .upper-box .single-box {
    position: relative;
    display: block;
    font-size: 16px;
    color: #676767;
    font-weight: 500;
    padding: 16px 15px 16px 30px;
    background: rgba(197, 157, 95, 0.1);
    border-radius: 10px;
}

.checkout-section .upper-box .single-box a {

}

.checkout-section .customer a:hover,
.checkout-section .coupon a:hover {
    text-decoration: underline;
}

.checkout-section .sub-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.checkout-section .billing-info {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.checkout-section .billing-form {
    position: relative;
    display: block;
    padding: 45px 0px 28px 0px;
}

.checkout-section .billing-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.checkout-section .billing-form .form-group:last-child {
    margin-bottom: 0px;
}

.checkout-section .billing-form .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}

.checkout-section .billing-form .form-group input[type='text'],
.checkout-section .billing-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #676767;
    padding: 10px 15px;
    border-radius: 30px;
    transition: all 500ms ease;
}

.checkout-section .billing-form .form-group .nice-select {
    border-radius: 30px;
    border: 1px solid #e5e5e5 !important;
    width: 100%;
    font-size: 16px;
    color: #676767;
    height: 50px;
    padding: 0px 20px;
}

.checkout-section .billing-form .form-group .nice-select:after {
    border-bottom: 2px solid #c4c4c4;
    border-right: 2px solid #c4c4c4;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    right: 20px;
}

.checkout-section .billing-form .form-group .nice-select .list {
    width: 100%;
}

.checkout-section .billing-form .form-group input.address {
    margin-bottom: 10px;
}

.checkout-section .billing-form .form-group input:focus {

}

.checkout-section .billing-form .select-box .ui-state-default {
    width: 100% !important;
}

.checkout-section .billing-form .select-box .ui-selectmenu-button span.ui-icon:before {
    color: #848484;
}

.checkout-section .billing-form .create-acc {
    position: relative;
    display: block;
    margin-top: 3px;
}

.checkout-section .billing-form .create-acc .custom-controls-stacked .description {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.checkout-section .additional-info .note-book {
    position: relative;
    display: block;
}

.checkout-section .additional-info .note-book label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 7px;
}

.checkout-section .additional-info .note-book textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #e5e5e5;
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 20px;
    resize: none;
    transition: all 500ms ease;
}

.checkout-section .additional-info .note-book textarea:focus {

}

.checkout-section .order-info {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.checkout-section .order-info .order-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
}

.checkout-section .order-info .order-list li.title {
    padding: 45px 30px 7px 30px;
}

.checkout-section .order-info .order-list li.title p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    float: left;
}

.checkout-section .order-info .order-list li.title span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    float: right;
    text-transform: capitalize;
}

.checkout-section .order-info .order-list li .single-box {
    position: relative;
    padding: 40px 0px 30px 110px;
    min-height: 100px;
}

.checkout-section .order-info .order-list li .single-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    background: #fff;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
}

.checkout-section .order-info .order-list li .single-box h6 {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    float: left;
    font-weight: 700;
}

.checkout-section .order-info .order-list li .single-box span {
    position: relative;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
}

.checkout-section .order-info .order-list li.sub-total {
    padding: 17px 30px 10px 0px;
}

.checkout-section .order-info .order-list li.sub-total h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    float: left;
}

.checkout-section .order-info .order-list li.sub-total span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    float: right;
}

.checkout-section .order-info .order-list li.order-total {
    padding: 17px 30px 11px 0px;
}

.checkout-section .order-info .order-list li.order-total h6 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    font-weight: 700;
    float: left;
}

.checkout-section .order-info .order-list li.order-total span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    font-weight: 700;
    float: right;
}

.checkout-section .payment-info h4 {
    margin-bottom: 53px;
}

.checkout-section .payment-info .payment-inner {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 28px 30px 40px 30px;
    border-radius: 20px;
}

.checkout-section .payment-info .custom-control.material-checkbox .material-control-indicator {
    top: 5px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a {
    position: relative;
    display: inline-block;
    color: #000;
    z-index: 1;
    margin-left: 25px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a:hover {

}

.checkout-section .payment-info .payment-inner .option-block {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.checkout-section .payment-info .payment-inner .option-block p {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 0px 0px 30px;
}

.checkout-section .payment-info .payment-inner .theme-btn-one {
    padding: 14px 60px 13px 60px;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #e6e6e6;
    background: #f5f8fa;
    cursor: pointer;
}

.checkout-section .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 8px;
    border: 2px solid #898f9f;
    border-top: 0px;
    border-left: 0px;
    background: transparent;
    border-radius: 0px;
}

.checkout-section .payment-info .payment-inner .btn-box {
    padding-top: 2px;
}

.checkout-section .payment-info .payment-inner .btn-box .theme-btn-two {
    padding: 16px 30px;
}

.checkout-section .custom-control.material-checkbox {
    --color: #ebebeb;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px !important;
}

.checkout-section .custom-control.material-checkbox .material-control-input {
    display: none;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.checkout-section .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 8px;
    border: 2px solid #C59D5F;
    border-top: 0px;
    border-left: 0px;
    background: transparent;
    border-radius: 0px;
}

.checkout-section .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 25px;
    font-size: 15px;
    color: #848484;
    cursor: pointer;
}


/***

====================================================================
                        Blog-page
====================================================================

***/


.news-section.blog-grid {
    padding: 120px 0px;
}

.news-section.blog-grid .news-block-one .inner-box {
    margin-bottom: 30px;
}

.news-section.blog-grid .pagination-wrapper {
    margin-top: 30px;
}


/** sidebar-page-container **/

.sidebar-page-container {
    padding: 120px 0px;
}

.blog-standard-content .news-block-one .inner-box {
    margin-bottom: 70px;
}

.news-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 12px;
}

.news-block-one .inner-box .lower-content h2 a {
    display: inline-block;
    color: #000;
}

.news-block-one .inner-box .lower-content h2 a:hover {

}

.blog-sidebar {
    position: relative;
    display: block;
}

.blog-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.blog-sidebar .widget-title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.blog-sidebar .search-widget .search-inner .form-group {
    position: relative;
    margin-bottom: 0px;
}

.blog-sidebar .search-widget .search-inner .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #676767;
    border: 1px solid #e5e5e5;
    padding: 10px 60px 10px 30px;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-inner .form-group input:focus {

}

.blog-sidebar .search-widget .search-inner .form-group button {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 18px;
    color: #909092;
    cursor: pointer;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-inner .form-group input:focus + button,
.blog-sidebar .search-widget .search-inner .form-group button:hover {

}

.blog-sidebar .search-widget {
    margin-bottom: 70px;
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 14px 0px 12px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-sidebar .category-widget .category-list li:last-child {
    border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.blog-sidebar .category-widget .category-list li a:hover {
    padding-left: 16px;
}

.blog-sidebar .category-widget .widget-title {
    margin-bottom: 16px;
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '\e91d';
    font-family: 'icomoon';
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before {
    opacity: 1;
}

.blog-sidebar .category-widget {
    margin-bottom: 50px;
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding: 0px 0px 25px 110px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 108px;
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img {
    opacity: 0.5;
}

.blog-sidebar .post-widget .post h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-sidebar .post-widget .post h4 a {
    display: inline-block;
    color: #000;
}

.blog-sidebar .post-widget .post h4 a:hover {

}

.blog-sidebar .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding-left: 26px;
}

.blog-sidebar .post-widget .post .post-date i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
}

.blog-sidebar .post-widget {
    margin-bottom: 50px;
}

.blog-sidebar .gallery-widget .image-list {
    position: relative;
    margin: 0px -5px;
}

.blog-sidebar .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 5px 10px 5px;
}

.blog-sidebar .gallery-widget .image-list li .image {
    position: relative;
    display: block;
    max-width: 116px;
    width: 100%;
    overflow: hidden;
}

.blog-sidebar .gallery-widget .image-list li .image img {
    width: 100%;
    transition: all 500ms ease;
}

.blog-sidebar .gallery-widget .image-list li .image:hover img {
    transform: scale(1.03);
}

.blog-sidebar .gallery-widget {
    margin-bottom: 60px;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 6px 18px 5px 19px;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    color: #fff;
}

.blog-details-content {
    position: relative;
    display: block;
}

.blog-details-content .news-block-one .inner-box {
    box-shadow: none;
}

.blog-details-content .news-block-one .inner-box .lower-content {
    padding-left: 0px;
    padding-right: 0px;
}

.blog-details-content .news-block-one .inner-box .image-box .image img {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.blog-details-content blockquote {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
    padding: 42px 90px 48px 50px;
    margin: 0px;
    margin-bottom: 70px;
}

.blog-details-content blockquote p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.blog-details-content blockquote h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.blog-details-content .content-one .text {
    position: relative;
    display: block;
}

.blog-details-content .text h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.blog-details-content .content-one .text p {
    margin-bottom: 16px;
    line-height: 26px;
}

.blog-details-content .content-one .text p:last-child {
    margin-bottom: 0px;
}

.blog-details-content .content-one .image {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details-content .content-one .image img {
    width: 100%;
    border-radius: 10px;
}

.blog-details-content .content-one {
    margin-bottom: 65px;
}

.blog-details-content .content-two .text p {
    margin-bottom: 16px;
    line-height: 26px;
}

.blog-details-content .content-two .text p:last-child {
    margin-bottom: 0px;
}

.blog-details-content .content-two {
    margin-bottom: 55px;
}

.blog-details-content .post-tags .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #676767;
}

.blog-details-content .post-tags .tags-list li:first-child {
    color: #000;
}

.blog-details-content .post-tags .tags-list li a {
    display: inline-block;
    color: #676767;
}

.blog-details-content .post-tags .tags-list li a:hover {

}

.blog-details-content .post-tags {
    margin-bottom: 60px;
}

.blog-details-content .author-box {
    position: relative;
    display: block;
    background: #F6F6F6;
    border-radius: 15px;
    padding: 42px 30px 46px 170px;
    margin-bottom: 65px;
}

.blog-details-content .author-box .author-thumb {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .author-box h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.blog-details-content .author-box span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
}

.blog-details-content .comment-box .comment {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 24px;
}

.blog-details-content .comment-box .comment:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-info h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 7px;
}

.blog-details-content .comment-box .comment .comment-info h3 span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #75706d;
    text-transform: uppercase;
}

.blog-details-content .comment-box .comment .comment-info p {
    display: block;
    margin-bottom: 14px;
}

.blog-details-content .comment-box .comment .comment-info .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
}

.blog-details-content .comment-box .comment .comment-info .reply-btn:hover {
    color: #222;
}

.blog-details-content .comment-box .comment .comment-info .reply-btn i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 20px;
}

.blog-details-content .comment-box {
    margin-bottom: 60px;
}

.blog-details-content .group-title {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.blog-details-content .group-title h2 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
}

.blog-details-content .comments-form-area .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details-content .comments-form-area .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-inner .form-group input[type='text'],
.blog-details-content .comments-form-area .form-inner .form-group input[type='email'],
.blog-details-content .comments-form-area .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 45px;
    font-size: 16px;
    color: #676767;
    padding: 10px 35px;
    transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-inner .form-group textarea {
    height: 170px;
    resize: none;
    border-radius: 20px;
    padding-top: 15px;
}

.blog-details-content .comments-form-area .form-inner .form-group input:focus,
.blog-details-content .comments-form-area .form-inner .form-group textarea:focus {
    box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
    border-color: #fff;
}


/***

====================================================================
                        Contact-page
====================================================================

***/


.contact-section {
    position: relative;
    padding: 120px 0px;
}

.contact-section .info-inner {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
    border-radius: 20px;
    padding: 71px 30px 80px 40px;
    margin-right: 40px;
}

.contact-section .info-inner .text {
    display: block;
    margin-bottom: 24px;
}

.contact-section .info-inner .text h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-section .info-inner .info-list li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 31px;
}

.contact-section .info-inner .info-list li:last-child {
    margin-bottom: 0px;
}

.contact-section .info-inner .info-list li i {
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 22px;
}

.contact-section .info-inner .info-list li:nth-child(3) i {
    font-size: 16px;
}

.contact-section .info-inner .info-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
}

.contact-section .info-inner .info-list li p {
    font-size: 18px;
    line-height: 28px;
}

.contact-section .info-inner .info-list li p a {
    color: #676767;
}

.contact-section .info-inner .info-list {
    margin-bottom: 34px;
}

.contact-section .info-inner .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.contact-section .info-inner .social-links li:last-child {
    margin: 0px !important;
}

.contact-section .info-inner .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.contact-section .info-inner .social-links li:first-child a {
    background: #3B5998;
}

.contact-section .info-inner .social-links li:nth-child(2) a {
    background: #55ACEE;
}

.contact-section .info-inner .social-links li:nth-child(3) a {
    background: #DC4E41;
}

.contact-section .info-inner .social-links li:last-child a {
    background: #3F729B;
}

.contact-section .form-inner {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(62, 84, 141, 0.1);
    border-radius: 20px;
    padding: 70px;
}

.contact-section .form-inner h2 {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 26px;
}

.contact-section .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 45px;
    font-size: 16px;
    color: #676767;
    padding: 10px 35px;
    text-align: left;
    transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea {
    height: 170px;
    border-radius: 20px;
    padding-top: 15px;
    resize: none;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {

}

.contact-section .vector-1 {
    position: absolute;
    left: 70px;
    top: 70px;
}

.contact-section .vector-2 {
    position: absolute;
    top: 224px;
    right: 70px;
}

.contact-section .vector-3 {
    position: absolute;
    left: 622px;
    bottom: 45px;
}


.google-map-section {
    position: relative;
    width: 100%;
}

.google-map-section #contact-google-map {
    position: relative;
    width: 100%;
    height: 550px;
}

.preloader {
    background-color: #20150f !important;
}
