@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(jquery.fancybox.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(jquery.bootstrap-touchspin.css);

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

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

p {
    word-break: break-word !important
}

.aboutOur_box .s3 {
    margin-bottom: 18px !important;
    text-indent: 0 !important
}

.width-footer-logo {
    width: 100px
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #5ec79c
}

.social-links h3 {
    text-align: right
}

.social-links .links {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: none;
    line-height: 1.6em
}

input,
button,
select,
textarea {
    font-family: "Poppins", sans-serif !important
}

p {
    position: relative;
    line-height: 1.8em
}

.strike-through {
    text-decoration: line-through
}

.pad-0 {
    padding: 0 !important
}

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

.medium-container {
    max-width: 850px
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

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

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.centered {
    text-align: center
}

.btn-style-one {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: #f5b062;
    color: #fff;
    border: 2px solid #f5b062;
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px
}

.btn-style-one:hover {
    background: none;
    color: #f5b062;
    border-color: #f5b062
}

.btn-style-two {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: #5ec79c;
    color: #fff;
    border: 2px solid #5ec79c;
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px
}

.btn-style-two:hover {
    background: none;
    color: #5ec79c;
    border-color: #5ec79c
}

.btn-style-three {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px
}

.btn-style-three:hover {
    background: #fff;
    color: #333
}

.btn-style-four {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    color: #5ec79c;
    border: 2px solid #5ec79c;
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px
}

.btn-style-four:hover {
    color: #fff;
    background: #5ec79c
}

.btn-style-five {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: rgba(51, 51, 51, .9);
    color: #fff;
    border: 2px solid rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px
}

.btn-style-five:hover {
    color: #fff;
    background: rgba(51, 51, 51, 1);
    border-color: rgba(51, 51, 51, 1)
}

.theme_color {
    color: #5ec79c
}

.light-font {
    font-weight: 300
}

.regular-font {
    font-weight: 400
}

.semibold-font {
    font-weight: 600
}

.bold-font {
    font-weight: 700
}

.ex-bold-font {
    font-weight: 800
}

.heavy-font {
    font-weight: 900
}

.bg-lightgrey {
    background-color: #f7f7f7 !important
}

.no-bg {
    background: none !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.GIF)
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #5ec79c
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff
}

.main-header.light-version {
    position: absolute;
    background: none
}

.main-header .auto-container {
    position: relative
}

.main-header .header-top {
    position: relative;
    background: #222;
    color: #fff
}

.main-header .header-top .top-left {
    position: relative;
    float: left
}

.main-header .header-top .top-right {
    position: relative;
    float: right
}

.header-top .social-icon {
    position: relative
}

.header-top .social-icon a {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    padding: 13px 5px;
    width: 41px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    border-right: 1px solid rgba(255, 255, 255, .1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-top .social-icon a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.header-top .social-icon a:hover {
    color: #f5b062
}

.header-top .get-quote-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 13px 30px;
    background: #000;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.header-top .get-quote-btn .fa {
    position: relative;
    line-height: 24px;
    padding-right: 5px;
    font-weight: 400;
    font-size: 13px
}

.header-top .get-quote-btn:hover {
    background: #f5b062
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header.light-version .main-box {
    background: none
}

.main-header.fixed-header .main-box {
    position: fixed;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0;
    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
}

.main-header.light-version.fixed-header .main-box {
    background: #333;
    border-bottom: none
}

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

.tp-revslider-mainul li {
    height: 86vh
}

@media only screen and (min-width:768px) {
    .width {
        width: 80px
    }
}

@media only screen and (max-width:576px) {
    .news_cards {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width:768px) {
    .width {
        width: 70px
    }

    .new_header_rule {
        display: none
    }

    /* .simple-article p,
    .simple-article p * {
        text-align: center !important
    } */

    .simple-article p {
        /* text-indent: 0 !important */
    }

    .news_cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .news_header .news_header_title {
        text-align: center
    }

    .swiper_blure_box .swiper_blure .swiper-wrapper .swiper-slide .swiper-slide-box {
        width: 100% !important
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 50% !important
    }

    .image_gallery_card {
        height: 300px !important
    }
}

.hidden-bar-opener span {
    font-size: 25px !important
}

.header-style-two .main-box .outer-container {
    padding: 0 45px
}

.main-header .main-box .logo-box {
    position: relative
}

.header-style-two .main-box .logo-box {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    text-align: center
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .nav-toggler {
    display: none
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background: #5ec79c;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #5ec79c;
    border-radius: 3px;
    font-weight: 400
}

.main-header .nav-outer {
    position: relative
}

.header-style-two .nav-outer {
    float: none
}

.header-style-two .main-box .outer-container .home-btn {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 45px;
    line-height: 30px;
    font-size: 18px;
    text-align: left;
    color: #aaa
}

.header-style-two .main-box .outer-container .home-btn a {
    color: #aaa
}

.header-style-two .main-box .outer-container .search-box-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 45px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    color: #aaa;
    cursor: pointer
}

.header-style-two .main-box .outer-container .search-box-btn:hover,
.header-style-two .main-box .outer-container .home-btn a:hover {
    color: #5ec79c
}

.main-menu {
    position: relative;
    font-family: "Poppins", sans-serif !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    width: 100%;
    margin: 0
}

.header-style-two .main-menu .navigation:nth-child(1) {
    float: left;
    text-align: left;
    max-width: 50%;
    padding-right: 110px
}

.header-style-two .main-menu .navigation:nth-child(2) {
    float: right;
    text-align: right;
    max-width: 50%;
    padding-left: 110px
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    margin-left: 3vh
}

.header-style-two .main-menu .navigation:nth-child(1)>li {
    margin: 0 -5px 0 0;
    padding: 20px 30px
}

.header-style-two .main-menu .navigation:nth-child(1)>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: url(../images/icons/nav-separator.png) left center no-repeat
}

.header-style-two .main-menu .navigation:nth-child(2)>li {
    margin: 0 0 0 -3px;
    padding: 20px 30px
}

.header-style-two .main-menu .navigation:nth-child(2)>li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: url(../images/icons/nav-separator.png) left center no-repeat
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 25px 0;
    letter-spacing: .01px;
    color: #333;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    opacity: 1;
    font-size: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.light-version .main-menu .navigation>li>a {
    color: #fff
}

.header-style-two .main-menu .navigation>li>a {
    text-transform: capitalize;
    font-size: 14px
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 18px
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    width: 10px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #5ec79c;
    opacity: 1
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 220px;
    padding: 0 10px;
    z-index: 100;
    display: none;
    text-align: left;
    background: #fff;
    border-top: 3px solid #f5b062;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

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

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    letter-spacing: .01px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #272727;
    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:hover>a {
    color: #5ec79c
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #5ec79c
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 220px;
    padding: 0 10px;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #f5b062;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

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

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.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 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #272727;
    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:hover>a {
    color: #5ec79c
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #5ec79c
}

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

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    background: url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.hidden-bar {
    position: fixed;
    top: 0;
    width: 305px;
    height: 100%;
    background: #272727;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.hidden-bar.right-align {
    right: -400px
}

.hidden-bar.right-align.visible-sidebar {
    right: 0
}

.hidden-bar.right-align .hidden-bar-closer {
    left: 0
}

.hidden-bar.left-align {
    left: -400px
}

.hidden-bar.left-align.visible-sidebar {
    left: 0
}

.hidden-bar.left-align .hidden-bar-closer {
    right: -20px
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, .8);
    color: #272727;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999
}

.hidden-bar .hidden-bar-closer:hover {
    background: #5ec79c
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #fff
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0 30px
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: #5ec79c;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.hidden-bar .social-icons ul li a:hover {
    background: #fff;
    color: #5ec79c
}

.hidden-bar-wrapper {
    height: 100%
}

.hidden-bar .logo {
    padding: 30px 0;
    background: #272727
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px
}

.hidden-bar .side-menu ul li ul a {
    background: transparent
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent
}

.hidden-bar .side-menu a.current {
    color: #fff
}

.hidden-bar .side-menu li.current>a {
    color: #fff
}

.hidden-bar .side-menu ul li a {
    background: transparent;
    color: #fff;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 10px 15px 10px 20px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.hidden-bar .side-menu ul li a .btn.expander {
    background: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .8);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
    position: absolute;
    top: 6px;
    right: 20px;
    outline: none
}

.main-slider {
    position: relative;
    z-index: 10
}

@media only screen and (min-width:768px) {
    .main-marg {
        padding: 0 50px;
        text-align: justify
    }

    .image_gallery_box .image_gallery_left .image_gallery_categories_mobile {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .main-marg {
        padding: 0 20px;
        text-align: justify
    }

    .image_gallery_main {
        grid-template-columns: 1fr !important
    }

    .image_gallery_box {
        flex-direction: column
    }

    .image_gallery_box .image_gallery_left {
        border: none
    }

    .image_gallery_box .image_gallery_left .image_gallery_categories {
        display: none
    }

    .image_gallery_box .image_gallery_left .image_gallery_categories_mobile {
        display: block
    }

    .main-slider .swiper-button-next,
    .image_gallery_right,
    .image_gallery_left {
        padding: 0 !important
    }
}

.main-marg>*,
.about-farm>*,
.aboutOur>*,
.aboutOur>p,
.simple-article span {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important
}

.tp-banner,
.main-slider {
    height: calc(100vh - 100px) !important
}

.main-slider .owl-carousel .owl-carousel-item {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.main-slider h1 {
    text-align: left;
    font-size: 30px;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 400;
    padding: 20px 20px 0;
    z-index: 5
}

.main-slider .owl-carousel,
.main-slider .owl-carousel .owl-carousel-item,
.main-slider .owl-carousel .owl-stage-outer,
.main-slider .owl-carousel .owl-stage-outer .owl-stage,
.main-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%
}

.main-slider .swiper,
.main-slider .swiper .swiper-wrapper,
.main-slider .swiper .swiper-wrapper .swiper-slide {
    height: 100%
}

.main-slider .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: start;
    align-items: start
}

.main-slider .owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.main-slider .owl-carousel .owl-controls .owl-nav {
    display: flex;
    padding: 0 40px;
    justify-content: space-between
}

.main-slider .owl-theme .owl-controls .owl-nav .owl-prev,
.main-slider .owl-theme .owl-controls .owl-nav .owl-next {
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-slider .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.main-slider .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-color: #818181;
    color: #fff
}

#video {
    height: 100% !important;
    object-fit: cover
}

@media only screen and (min-width:992px) {
    .main-marg {
        margin: 60px 0 0 0
    }
}

@media only screen and (max-width:991px) {
    .main-marg {
        margin: 30px 0 0 0
    }
}

.main-slider .tp-dottedoverlay {
    background-color: rgba(27, 26, 27, .5) !important
}

.main-slider .tp-caption {
    z-index: 5
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.8em;
    color: #fff;
    font-size: 20px
}

.main-slider h2 {
    font-size: 110px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2em
}

.main-slider h3 {
    font-size: 64px;
    color: #fff;
    font-weight: 400;
    line-height: 1em
}

.main-slider .big-text {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-family: "Poppins", sans-serif !important
}

.main-slider .btn-style-one,
.main-slider .btn-style-two,
.main-slider .btn-style-three {
    border-width: 2px !important;
    color: #fff
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important
}

.sec-title-one {
    position: relative;
    padding-top: 70px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 50px
}

.sec-title-one:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: url(../images/icons/icon-crops.png) center top no-repeat
}

.sec-title-one:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #5ec79c
}

.sec-title-one h2 {
    font-size: 34px !important;
    color: #333;
    line-height: 1.4em
}

.sec-title-two {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (min-width:1024px) {
    .contentPadding {
        padding: 0 50px
    }
}

@media only screen and (max-width:1024px) {
    .contentPadding {
        padding: 0 25px
    }
}

.sec-title-two:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #5ec79c
}

.sec-title-two h2 {
    font-size: 30px;
    color: #000;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif !important
}

.intro-section {
    position: relative;
    background: url(../images/background/pattern-one.png) center center no-repeat;
    background-size: cover;
    z-index: 12
}

.intro-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 238, 222, .94)
}

.intro-section .inner-part {
    position: relative;
    margin-bottom: -30px;
    padding-bottom: 10px
}

.intro-section .inner-part .content-box {
    position: relative;
    top: -200px;
    padding: 60px 110px 0;
    background: #fff;
    margin-bottom: 65px
}

.intro-section .inner-part .content-box .inner-box {
    position: relative
}

.intro-section .inner-part .content-box .inner-box:before {
    content: "";
    position: absolute;
    bottom: -250px;
    right: 100%;
    margin-right: -110px;
    width: 570px;
    height: 510px;
    background: url(../images/resource/crop-image-left.png) center top no-repeat;
    z-index: 1
}

.intro-section .inner-part .content-box .inner-box:after {
    content: "";
    position: absolute;
    bottom: -250px;
    left: 100%;
    margin-left: -110px;
    width: 570px;
    height: 510px;
    background: url(../images/resource/crop-image-right.png) center top no-repeat;
    z-index: 1
}

.intro-section .inner-part .content-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 64px;
    width: 100%;
    background: url(../images/background/bottom-circular.png) center top no-repeat
}

.intro-section .inner-part .content-column {
    position: relative;
    margin-bottom: 30px;
    z-index: 5
}

.intro-section .inner-part .text-left {
    padding-right: 20px
}

.intro-section .inner-part .text-right {
    padding-left: 20px
}

.intro-section .inner-part .content-column h3 {
    font-size: 24px;
    color: #5ec79c;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important
}

.intro-section .inner-part .content-column .text {
    line-height: 2em;
    margin-bottom: 20px
}

.about-farm {
    position: relative;
    padding: 20px 50px 90px
}

.aboutOur {
    margin: 40px 0
}

.about-farm>content>*,
.MsoNormal,
.aboutOur {
    text-align: justify !important;
    width: 100% !important
}

.about-farm.style-two {
    padding-bottom: 50px
}

.about-farm .column {
    position: relative;
    margin-bottom: 30px
}

.about-farm .image-box {
    position: relative;
    display: block;
    text-align: center
}

.about-farm .image-box img {
    display: inline-block;
    max-width: 100%
}

.tabs-box {
    position: relative
}

.tabs-box .tab-buttons {
    position: relative
}

.tabs-box .tabs-content {
    position: relative
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none
}

.tabs-box .tabs-content .active-tab {
    display: block
}

.tabs-style-one .tab-buttons {
    position: relative
}

.tabs-style-one .tab-buttons .tab-btn {
    position: relative;
    display: block;
    width: 166px;
    height: 166px;
    line-height: 26px;
    padding: 70px 10px;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.tabs-style-one .tab-buttons .tab-btn.active-btn {
    z-index: 2;
    color: #5ec79c
}

.tabs-style-one .tab-buttons .tab-btn .txt {
    position: relative;
    display: block
}

.tabs-style-one .tab-buttons .tab-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -83px;
    top: 0;
    display: block;
    width: 166px;
    height: 166px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tabs-style-one .tab-buttons .tab-btn.active-btn:before {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border-color: #5ec79c
}

.tabs-style-one .tabs-content {
    padding: 50px 0;
    text-align: center
}

.tabs-style-one .tabs-content h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 20px
}

.style-two .tabs-style-one .tabs-content h3 {
    font-size: 34px;
    font-weight: 400;
    font-family: "Grand Hotel", cursive
}

.style-two .tabs-style-one .tabs-content .subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #5ec79c;
    text-transform: capitalize;
    margin-bottom: 5px
}

.tabs-style-one .tabs-content p {
    margin-bottom: 20px
}

.tabs-style-one .tabs-content .author-name {
    color: #5ec79c;
    font-size: 34px;
    line-height: 1.6em
}

.fluid-section-one {
    position: relative;
    color: #fff;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed
}

.fluid-section-one .oval-cut {
    position: absolute;
    left: 0;
    top: -14px;
    width: 100%;
    height: 64px;
    background: url(../images/background/curve-one.png) center top no-repeat;
    z-index: 2
}

.fluid-section-one .floated-image-left {
    position: absolute;
    left: 0;
    bottom: -100px;
    max-width: 100%;
    z-index: 1
}

.fluid-section-one .floated-image-right {
    position: absolute;
    right: 0;
    bottom: -100px;
    max-width: 100%;
    z-index: 1
}

.fluid-section-one .left-column {
    position: relative;
    float: left;
    width: 50%;
    padding: 80px 0
}

.fluid-section-one .left-column .inner-box {
    position: relative;
    float: right;
    width: 100%;
    max-width: 400px;
    padding: 0 50px 0 15px;
    z-index: 1
}

.fluid-section-one .right-column {
    position: relative;
    float: left;
    width: 50%;
    padding: 80px 0
}

.fluid-section-one .right-column .inner-box {
    position: relative;
    float: left;
    width: 100%;
    max-width: 400px;
    padding: 0 15px 0 50px;
    z-index: 2
}

.fluid-section-one .left-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 199, 156, .94)
}

.fluid-section-one .right-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 176, 98, .94)
}

.fluid-section-one h3 {
    font-size: 52px;
    line-height: 1.2em
}

.fluid-section-one h5 {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 15px
}

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

.gallery-section .more-btn-outer {
    padding-top: 20px
}

.gallery-section .sec-title-one {
    margin-bottom: 30px
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    padding: 0 0;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    margin: 0 15px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
    color: #f5b062
}

.default-food-item {
    position: relative;
    margin-bottom: 30px
}

.default-food-item.mix {
    display: none
}

.default-food-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 2px
}

.default-food-item .inner-box:hover {
    border-color: #5ec79c
}

.default-food-item .image-box {
    position: relative;
    display: block
}

.default-food-item .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.default-food-item .lower-content {
    position: relative;
    padding: 20px 20px 40px
}

.default-food-item .lower-content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif !important
}

.default-food-item .lower-content h3 a {
    color: #333;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.default-food-item .lower-content h3 a:hover {
    color: #5ec79c
}

.default-food-item .lower-content .price {
    color: #5ec79c;
    font-size: 20px;
    font-weight: 700
}

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, .4) !important;
    color: #fff;
    visibility: visible;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease
}

.fancybox-next span:before {
    content: "\f178"
}

.fancybox-prev span:before {
    content: "\f177"
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000
}

.fancybox-type-image .fancybox-close {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, .5) !important
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important
}

.deal-of-day {
    position: relative;
    padding: 120px 0 100px;
    background: url(../images/background/pattern-one.png) center center no-repeat;
    background-size: cover
}

.deal-of-day:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 238, 222, .94)
}

.deal-of-day .auto-container {
    position: relative;
    z-index: 1
}

.deal-of-day .title-box {
    position: relative;
    margin-bottom: -160px;
    z-index: 2
}

.deal-of-day .title-box h3 {
    color: #5ec79c;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px
}

.deal-of-day .title-box h2 {
    color: #f5b062;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.4em
}

.deal-of-day .carousel-outer {
    position: relative
}

.deal-of-day .carousel-outer .image-box {
    display: block;
    text-align: right
}

.deal-of-day .carousel-outer .image-box img {
    position: relative;
    display: inline-block !important;
    width: auto !important;
    max-width: 100%
}

.deal-of-day .carousel-outer .content-column .inner {
    position: relative;
    padding: 80px 0 40px
}

.deal-of-day .carousel-outer .content-column .prod-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.4em;
    margin-bottom: 10px
}

.deal-of-day .carousel-outer .content-column .price {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.4em;
    margin-bottom: 15px
}

.deal-of-day .carousel-outer .content-column .text {
    margin-bottom: 30px
}

.deal-of-day .carousel-outer .options .normal-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 5px;
    text-align: center;
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5ec79c;
    border: 2px solid #5ec79c;
    border-radius: 5px
}

.deal-of-day .carousel-outer .options .shop-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 40px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5ec79c;
    border: 2px solid #5ec79c;
    border-radius: 22px
}

.deal-of-day .carousel-outer .options .shop-btn:hover,
.deal-of-day .carousel-outer .options .normal-btn:hover {
    background: #5ec79c;
    color: #fff
}

.deal-of-day .owl-theme .owl-controls .owl-dots {
    display: none !important
}

.deal-of-day .owl-theme .owl-controls {
    position: absolute;
    left: 0;
    top: 170px;
    margin: 0;
    padding: 0
}

.deal-of-day .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #f5b062;
    font-size: 20px;
    border: 2px solid #f5b062;
    margin: 0 10px 0 0;
    padding: 0;
    background: none;
    transition: all 500ms ease;
    border-radius: 3px
}

.deal-of-day .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #f5b062;
    color: #fff
}

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

.team-section .sec-title-one {
    margin-bottom: 70px
}

.default-team-member {
    position: relative;
    margin-bottom: 30px
}

.default-team-member .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e0e0e0;
    transition: all 500ms ease
}

.default-team-member.vertical .inner-box {
    max-width: 570px;
    margin: 0 auto
}

.default-team-member:hover .inner-box {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3)
}

.default-team-member .inner-box .content-column {
    position: relative;
    float: left;
    width: 50%;
    text-align: center
}

.default-team-member .inner-box .image-column {
    position: relative;
    float: left;
    width: 50%
}

.default-team-member .inner-box .image-column img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.default-team-member.alternate .inner-box .content-column {
    float: left
}

.default-team-member.alternate .inner-box .image-column {
    float: right
}

.default-team-member.vertical .inner-box .image-column,
.default-team-member.vertical .inner-box .content-column {
    float: none;
    width: 100%
}

.default-team-member .content-column .inner {
    position: relative;
    padding: 50px 50px 20px
}

.default-team-member.vertical .inner-box .content-column .inner {
    padding: 48px 50px
}

.default-team-member .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: #333;
    margin-bottom: 15px;
    transition: all 500ms ease
}

.default-team-member:hover .inner-box h3 {
    color: #f5b062
}

.default-team-member .inner-box .text {
    position: relative;
    color: #777;
    font-size: 14px;
    margin-bottom: 20px
}

.default-team-member .inner-box .social-links a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #bdbdbd;
    line-height: 24px;
    margin: 0 8px
}

.default-team-member .inner-box .social-links a:hover {
    color: #f5b062
}

.testimonial-section {
    position: relative;
    color: #fff;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed;
    padding: 80px 0 130px
}

.testimonial-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 199, 156, .94)
}

.testimonial-section .oval-cut {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    background: url(../images/background/curve-two.png) center top no-repeat;
    z-index: 2
}

.testimonial-section .carousel-outer {
    position: relative;
    padding: 0 0;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    z-index: 1
}

.testimonial-section .icon-box {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 auto 40px;
    border-radius: 50%
}

.testimonial-section .icon-box:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 100%;
    margin-top: 10px;
    border-right: 2px solid #fff;
    height: 40px
}

.testimonial-section .slide-item .text-content {
    position: relative;
    padding: 30px 50px;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 0
}

.testimonial-section .slide-item .text-content:before {
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 1em;
    font-size: 44px;
    font-weight: 400;
    color: rgba(255, 255, 255, .1)
}

.testimonial-section .slide-item .text-content:after {
    font-family: "FontAwesome";
    content: "\f10e";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    line-height: 1em;
    font-size: 44px;
    font-weight: 400;
    color: rgba(255, 255, 255, .1)
}

.testimonial-section .slide-item .quote-info {
    position: relative;
    padding: 15px 0 10px 130px;
    min-height: 100px;
    text-align: left;
    max-width: 340px;
    margin: 0 auto
}

.testimonial-section .slide-item .quote-info h4 {
    font-size: 34px;
    line-height: 1.3em
}

.testimonial-section .slide-item .quote-info .designation {
    font-size: 15px;
    font-weight: 700
}

.testimonial-section .slide-item .quote-info .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px
}

.testimonial-section .owl-theme .owl-controls {
    display: none
}

.testimonial-section-two {
    position: relative;
    color: #fff;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed;
    padding: 70px 0 120px
}

.testimonial-section-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 199, 156, .94)
}

.testimonial-section-two .oval-cut {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    background: url(../images/background/curve-two.png) center top no-repeat;
    z-index: 2
}

.testimonial-section-two .carousel-outer {
    position: relative;
    padding: 0 0;
    max-width: 860px;
    margin: 0 auto;
    z-index: 1
}

.testimonial-section-two .slide-item {
    position: relative;
    padding: 30px 50px 0 160px;
    min-height: 100px
}

.testimonial-section-two .slide-item:before {
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 1em;
    font-size: 44px;
    font-weight: 400;
    color: rgba(255, 255, 255, .1)
}

.testimonial-section-two .slide-item:after {
    font-family: "FontAwesome";
    content: "\f10e";
    position: absolute;
    right: 0;
    bottom: -5px;
    display: block;
    line-height: 1em;
    font-size: 44px;
    font-weight: 400;
    color: rgba(255, 255, 255, .1)
}

.testimonial-section-two .slide-item .author-thumb {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100px;
    height: 100px
}

.testimonial-section-two .slide-item .info {
    margin-bottom: 5px
}

.testimonial-section-two .slide-item .info .title {
    font-size: 34px;
    font-family: "Grand Hotel", cursive;
    line-height: 1.3em;
    padding-right: 20px
}

.testimonial-section-two .slide-item .info .designation {
    font-size: 15px;
    font-weight: 700
}

.testimonial-section-two .slide-item .text-content {
    position: relative;
    font-size: 16px;
    line-height: 1.8em
}

.testimonial-section-two .owl-theme .owl-controls {
    display: none
}

.sponsors-style-one {
    position: relative;
    padding: 30px 0 80px;
    text-align: center
}

.sponsors-style-one.alternate {
    padding: 80px 0;
    background: #f8f8f8
}

.sponsors-style-one .sec-title-one {
    margin-bottom: 50px
}

.sponsors-style-one .floated-image-left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%
}

.sponsors-style-one .slide-item img {
    display: inline-block;
    width: auto;
    max-width: 100%
}

.sponsors-style-one .owl-theme .owl-controls {
    display: none !important
}

.fluid-section-two {
    position: relative;
    color: #fff;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed
}

.fluid-section-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 176, 98, .94)
}

.fluid-section-two .left-column {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 0
}

.fluid-section-two .left-column .inner-box {
    position: relative;
    float: right;
    width: 100%;
    max-width: 600px;
    padding: 90px 80px 90px 15px;
    z-index: 1
}

.fluid-section-two .left-column h5 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important
}

.fluid-section-two .left-column h3 {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 40px
}

.fluid-section-two .subscribe-form {
    position: relative
}

.fluid-section-two .subscribe-form .form-group {
    position: relative;
    padding-right: 160px;
    margin: 0
}

.fluid-section-two .subscribe-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    height: 44px;
    line-height: 24px;
    color: #fff;
    background: none;
    border-bottom: 2px solid #fff;
    padding: 6px 0 12px;
    margin: 0
}

.fluid-section-two .subscribe-form ::-webkit-input-placeholder {
    color: #fff
}

.fluid-section-two .subscribe-form ::-moz-placeholder {
    color: #fff
}

.fluid-section-two .subscribe-form :-ms-input-placeholder {
    color: #fff
}

.fluid-section-two .subscribe-form input:-moz-placeholder {
    color: #fff
}

.fluid-section-two .subscribe-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    text-align: center
}

.fluid-section-two .right-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1
}

.map-section {
    position: relative;
    top: -260px;
    margin-bottom: -260px
}

.map-canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto
}

.fluid-section-two .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.map-canvas .map-data {
    text-align: center;
    font-size: 13px;
    font-weight: 400
}

.map-canvas .map-data h6 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
    margin-bottom: 5px;
    color: #333
}

.footer-style-one {
    border-top: 1px solid #f0f0f0
}

.footer-style-two {
    background: #333;
    color: #aaa
}

.footer-style-one .footer-upper {
    position: relative;
    padding: 100px 0 50px
}

.footer-style-two .footer-upper {
    position: relative;
    padding: 80px 0 50px
}

.footer-style-one .column {
    position: relative;
    margin-bottom: 30px
}

.footer-style-two .column {
    position: relative;
    margin-bottom: 30px
}

.footer-style-one .centered-column {
    max-width: 350px;
    margin: 0 auto 30px;
    text-align: center
}

.footer-style-one .column h2 {
    position: relative;
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 0 10px;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333
}

.footer-style-two .column h2 {
    position: relative;
    font-size: 14px;
    line-height: 1.4em;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

.footer-style-one .column h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 1px solid #5ec79c
}

.footer-style-one .about-widget .footer-logo {
    position: relative;
    margin: -35px 0 20px
}

.footer-style-two .logo-widget {
    text-align: center;
    padding: 50px 0 20px
}

.footer-style-one .about-widget .text,
.footer-style-two .subscribe-widget .text {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.footer-style-one .footer-upper a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.footer-style-one .footer-upper a:hover {
    color: #f5b062
}

.footer-style-one .footer-upper .info-widget li {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 15px
}

.footer-style-two .footer-upper .info-widget li {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 10px
}

.footer-style-one .footer-upper .links-widget li {
    position: relative;
    margin-bottom: 7px
}

.footer-style-one .footer-upper .links-widget li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #777;
    line-height: 24px
}

.footer-style-one .footer-upper .links-widget li a:hover {
    color: #f5b062
}

.footer-style-one .footer-upper .social-links h3 {
    color: #333;
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important
}

.footer-style-one .footer-upper .social-links a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    background: none;
    margin-right: 12px;
    color: #777
}

.fa.fa-facebook {
    color: #316FF6;
    transition: .5s;
}

.fa.fa-instagram {
    background: linear-gradient(to right, #8a3ab9, #c13584, #fd7e14, #405de6);
    -webkit-background-clip: text;
    color: transparent;
    transition: .5s;
}

.fa.fa-whatsapp{
    color: #25D366;
    font-weight: 700;
    transition: .5s;
}

.fa.fa-facebook:hover, .fa.fa-instagram:hover, .fa.fa-whatsapp:hover{
    scale: 1.5;
}

.footer-style-one .footer-upper .social-links a:hover {
    color: #f5b062
}

.footer-style-one .footer-upper .gallery-widget {
    position: relative
}

.footer-style-one .footer-upper .gallery-widget .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 5px 5px 0
}

.footer-style-one .footer-upper .gallery-widget .image img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.footer-style-one .footer-upper .gallery-widget .image img:hover {
    opacity: .8
}

.footer-style-one .footer-bottom {
    position: relative;
    background: #f8f8f8;
    color: #aaa;
    font-size: 14px;
    text-align: center;
    padding: 25px 0
}

.footer-style-one .footer-bottom .copyright {
    position: relative;
    line-height: 30px;
    font-weight: 400
}

.footer-style-two .footer-bottom {
    position: relative;
    background: #2a2a2a;
    color: #aaa;
    font-size: 14px;
    text-align: center;
    padding: 25px 0
}

.footer-style-two .footer-bottom .copyright {
    position: relative;
    line-height: 30px;
    font-weight: 400
}

.subscribe-form-two {
    position: relative
}

.subscribe-form-two .form-group {
    position: relative;
    margin: 0
}

.subscribe-form-two .form-group input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    background: #2d2d2d;
    padding: 13px 60px 13px 20px;
    margin: 0;
    border-radius: 3px
}

.subscribe-form-two ::-webkit-input-placeholder {
    color: #aaa
}

.subscribe-form-two ::-moz-placeholder {
    color: #aaa
}

.subscribe-form-two :-ms-input-placeholder {
    color: #aaa
}

.subscribe-form-two input:-moz-placeholder {
    color: #aaa
}

.subscribe-form-two .form-group button {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 60px;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #5ec79c;
    text-transform: uppercase
}

.search-popup {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    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 {
    top: 0;
    visibility: visible;
    opacity: 1
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 5
}

.search-popup .close-search:hover {
    color: #5ec79c
}

.search-popup .search-form {
    position: relative;
    padding: 0 15px 50px;
    padding-top: 200px;
    max-width: 1024px;
    margin: 0 auto
}

.search-popup .search-form fieldset {
    position: relative;
    border: 5px solid rgba(255, 255, 255, .8);
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    font-family: "Oswald", sans-serif;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    width: 220px;
    padding: 20px 10px 20px 10px;
    color: #fff;
    background: #5ec79c;
    line-height: 30px;
    height: 70px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    -moz-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    background: #334551;
    color: #fff
}

.search-popup h3 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px
}

.search-popup .recent-searches {
    font-size: 14px;
    color: #fff;
    text-align: center
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #fff;
    border-radius: 3px
}

.search-popup .recent-searches li a:hover {
    color: #5ec79c;
    border-color: #5ec79c
}

.products-section-one {
    position: relative;
    padding: 120px 0 50px
}

.product-style-one {
    position: relative;
    margin-bottom: 70px
}

.product-style-one .inner-box {
    position: relative;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed
}

.product-style-one .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 176, 98, .95)
}

.product-style-one.orange-theme .inner-box:before {
    background: rgba(245, 176, 98, .95)
}

.product-style-one.light-theme .inner-box:before {
    background: rgba(244, 238, 222, .95)
}

.product-style-one.green-theme .inner-box:before {
    background: rgba(94, 199, 156, .95)
}

.product-style-one .inner-box .content {
    position: relative;
    color: #fff;
    padding: 60px 50px 0;
    z-index: 1
}

.product-style-one.light-theme .content {
    color: #777
}

.product-style-one .inner-box .food-image {
    position: relative;
    display: block;
    margin-top: -60px;
    bottom: -60px;
    text-align: center;
    z-index: 1
}

.product-style-one .inner-box h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em
}

.product-style-one.light-theme .inner-box h3 {
    color: #333
}

.product-style-one .inner-box .text {
    margin-bottom: 5px
}

.MsoNoSpacing {
    color: #000 !important;
    letter-spacing: .01px
}

.MsoNoSpacing span {
    color: #000 !important;
    letter-spacing: .01px
}

.product-style-one .inner-box .default-link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em;
    border-bottom: 1px solid
}

.product-style-one.light-theme .inner-box .default-link {
    color: #5ec79c
}

.featured-package-section {
    position: relative;
    padding: 120px 0 0
}

.featured-package-section .package-box {
    position: relative;
    background: #f8f8f8 url(../images/background/pattern-one.png) center center repeat
}

.featured-package-section .package-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, .98)
}

.featured-package-section .package-box .inner {
    position: relative;
    z-index: 1
}

.featured-package-section .package-box .image-box {
    position: relative;
    margin-top: -100px;
    padding-left: 30px
}

.featured-package-section .package-box .content-box {
    position: relative;
    padding: 100px 50px 30px
}

.featured-package-section .package-box .info {
    position: relative;
    margin-bottom: 20px
}

.featured-package-section .package-box .sub-title {
    font-size: 14px;
    color: #5ec79c;
    line-height: 2em
}

.featured-package-section .package-box .title {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    line-height: 1.6em
}

.featured-package-section .package-box .pricing {
    font-size: 20px;
    color: #f5b062;
    font-weight: 700;
    line-height: 1.6em
}

.featured-package-section .package-box .pricing .old-price {
    font-size: 16px;
    color: silver;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 10px;
    line-height: 1.4em
}

.featured-package-section .package-box .text {
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.featured-package-section .package-box .link-box {
    position: relative;
    margin-bottom: 30px
}

.time-counter {
    position: relative
}

.time-counter .time-countdown {
    position: relative
}

.time-counter .time-countdown .counter-column {
    position: relative;
    float: left;
    margin: 0 25px 30px 0;
    padding-right: 25px;
    color: #f5b062;
    font-size: 14px;
    line-height: 1.8em;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400
}

.time-counter .time-countdown .counter-column:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -20px;
    width: 2px;
    height: 40px;
    background: url(../images/icons/count-separator.png) right center no-repeat
}

.time-counter .time-countdown .counter-column:last-child:after {
    display: none
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    padding: 0;
    color: #f5b062;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 700
}

.products-section-two {
    position: relative;
    padding: 120px 0
}

.product-style-two {
    position: relative;
    margin-bottom: 30px
}

.product-style-two .inner-box {
    position: relative;
    display: block;
    border: 1px solid #f0f0f0
}

.product-style-two .inner-box .image-column,
.product-style-two .inner-box .content-column {
    padding: 0
}

.product-style-two .inner-box .image img {
    position: relative;
    display: block;
    width: 100%
}

.product-style-two .content-column .inner {
    position: relative;
    padding: 30px 30px 25px
}

.product-style-two .content-column h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.4em;
    margin-bottom: 5px
}

.product-style-two .content-column .price {
    font-size: 18px;
    font-weight: 700;
    color: #5ec79c;
    line-height: 1.4em;
    margin-bottom: 15px
}

.product-style-two .content-column .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 20px
}

.products-section-two .more-btn-outer {
    padding-top: 40px
}

.gallery-section-two {
    position: relative;
    padding: 120px 0
}

.gallery-section-two.fullwidth-gallery {
    position: relative;
    padding: 80px 0;
    background: #f8f8f8
}

.gallery-section.gallery-page {
    padding: 120px 0
}

.gallery-section.fullwidth-gallery-two {
    overflow: hidden;
    padding-bottom: 110px
}

.fullwidth-gallery-two .images-outer {
    margin: 0 -5px
}

.masonry-gallery .images-container {
    margin: 0 -11px
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px
}

.default-portfolio-item.mix {
    display: none
}

.fullwidth-gallery .default-portfolio-item {
    padding: 0;
    margin: 0
}

.fullwidth-gallery-two .default-portfolio-item {
    margin-bottom: 10px;
    padding: 0 5px;
    float: left;
    width: 20%
}

.masonry-gallery .default-portfolio-item {
    margin-bottom: 20px;
    padding: 0 9px
}

.default-portfolio-item .inner-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden
}

.default-portfolio-item .image-box img {
    display: block;
    width: 100%
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid transparent;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: scale(.5, .5) rotate(-90deg);
    -ms-transform: scale(.5, .5) rotate(-90deg);
    -o-transform: scale(.5, .5) rotate(-90deg);
    -moz-transform: scale(.5, .5) rotate(-90deg);
    transform: scale(.5, .5) rotate(-90deg)
}

.default-portfolio-item:hover .overlay-box {
    opacity: 1;
    -webkit-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg)
}

.default-portfolio-item .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: rgba(51, 51, 51, .9)
}

.default-portfolio-item .overlay-box .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.default-portfolio-item .overlay-box .option-btn {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    border: 2px solid #aaa;
    margin: 0 5px
}

.default-portfolio-item .overlay-box .option-btn:hover {
    color: #f5b062;
    border-color: #f5b062
}

.gallery-section-two .more-btn-outer {
    padding-top: 50px
}

.news-section {
    position: relative;
    padding: 120px 0 70px
}

.news-style-one {
    position: relative;
    margin-bottom: 50px
}

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

.news-style-one .image-box {
    position: relative;
    display: block
}

.news-style-one .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover
}

.news-style-one .lower-content {
    position: relative;
    padding-top: 20px
}

.news-style-one .lower-content h3 {
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.news-style-one .lower-content h4 {
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px
}

.news-style-one .lower-content h3 a {
    color: #333
}

.news-style-one .lower-content h3 a:hover {
    color: #5ec79c
}

.news-style-one .lower-content .text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.9em
}

.news-style-one .lower-content .more-link {
    position: relative;
    float: right
}

.news-style-one .lower-content .more-link a {
    line-height: 24px;
    color: #5ec79c;
    font-size: 14px
}

.news-style-one .post-tags {
    position: relative;
    color: #f5b062;
    font-size: 14px;
    padding: 20px 0 0;
    border-top: 1px solid #f0f0f0
}

.news-style-one .post-tags a {
    color: #f5b062;
    font-size: 13px
}

.news-style-one .lower-content .post-meta {
    position: relative;
    float: left
}

.news-style-one .lower-content .post-meta li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-right: 30px;
    color: #777
}

.news-style-one .lower-content .post-meta li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    border-right: 1px solid #777
}

.news-style-one .lower-content .post-meta li:last-child:after {
    display: none
}

.news-style-one .lower-content .post-meta li a {
    color: #777
}

.news-style-one .lower-content .post-meta li .fa {
    padding-right: 5px
}

.call-to-action-one {
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed;
    padding: 80px 0;
    z-index: 1
}

.call-to-action-one:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 199, 156, .94)
}

.call-to-action-one .content-box {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    z-index: 1
}

.call-to-action-one .content-box .sub-title {
    font-size: 12px;
    text-transform: uppercase
}

.call-to-action-one .content-box .phone-number {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4em;
    margin: 10px 0
}

.call-to-action-one .content-box .text {
    font-size: 14px;
    line-height: 1.8em
}

.call-to-action-one .floated-image-left {
    position: absolute;
    left: 50px;
    bottom: 0;
    max-width: 100%
}

.call-to-action-one .floated-image-right {
    position: absolute;
    right: 0;
    bottom: -30px;
    max-width: 100%
}

.welcome-section {
    position: relative;
    background: #f8f8f8;
    padding: 110px 0 70px
}

.featured-block-one {
    position: relative;
    margin-bottom: 40px;
    text-align: center
}

.featured-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0 5px;
    max-width: 480px;
    margin: 0 auto
}

.featured-block-one .image {
    display: block;
    margin-bottom: 10px
}

.featured-block-one .image img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.featured-block-one h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 10px
}

.featured-block-one .text {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 10px
}

.featured-block-one .read-more {
    font-size: 14px;
    display: inline-block;
    color: #777
}

.featured-block-one .read-more:hover {
    color: #5ec79c
}

.gallery-section-three {
    position: relative;
    padding: 120px 0 90px
}

.call-to-action-two {
    position: relative;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed;
    padding: 0 0
}

.call-to-action-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 236, 222, .95)
}

.call-to-action-two .auto-container {
    position: relative;
    z-index: 1
}

.call-to-action-two .image-box {
    position: relative;
    text-align: center;
    margin: -20px 0 -50px
}

.call-to-action-two .image-box img {
    display: inline-block;
    max-width: 100%
}

.call-to-action-two .left {
    position: relative;
    display: inline-block;
    padding-top: 120px;
    text-align: right
}

.call-to-action-two .right {
    position: relative;
    display: inline-block;
    padding-top: 120px;
    text-align: left
}

.call-to-action-two h2 {
    font-size: 52px;
    line-height: 1.2em
}

.call-to-action-two h3 {
    font-size: 28px;
    line-height: 1.4em
}

.call-to-action-two .left h2,
.call-to-action-two .right h3 {
    color: #5ec79c
}

.call-to-action-two .left h3,
.call-to-action-two .right h2 {
    color: #f5b062
}

.featured-food-items {
    position: relative;
    padding: 120px 0 0
}

.featured-item-row {
    position: relative
}

.featured-item-row .featured-column {
    position: relative;
    margin-bottom: 120px
}

.featured-item-row .featured-column.left-aligned {
    float: left
}

.featured-item-row .featured-column.right-aligned {
    float: right
}

.featured-item-row .featured-column .inner-box {
    position: relative;
    display: block;
    padding: 60px 50px 50px;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed
}

.featured-item-row .featured-column .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 199, 156, .95)
}

.featured-item-row .featured-column.green-theme .inner-box:before {
    background: rgba(94, 199, 156, .95)
}

.featured-item-row .featured-column.orange-theme .inner-box:before {
    background: rgba(245, 176, 98, .95)
}

.featured-item-row .featured-column .inner-box .content-box {
    position: relative;
    display: block;
    padding: 70px 50px 180px;
    border: 4px solid rgba(255, 255, 255, .5);
    border-top: none;
    z-index: 0
}

.featured-item-row .featured-column .inner-box .content-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    border-bottom: 4px solid rgba(255, 255, 255, .5)
}

.featured-item-row .featured-column .inner-box .content-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    border-bottom: 4px solid rgba(255, 255, 255, .5)
}

.featured-item-row .featured-column.green-theme .inner-box .content-box,
.featured-item-row .featured-column.green-theme .inner-box .content-box:before,
.featured-item-row .featured-column.green-theme .inner-box .content-box:after {
    border-color: #7ce6bb
}

.featured-item-row .featured-column.orange-theme .inner-box .content-box,
.featured-item-row .featured-column.orange-theme .inner-box .content-box:before,
.featured-item-row .featured-column.orange-theme .inner-box .content-box:after {
    border-color: #fecb92
}

.featured-item-row .featured-column .inner-box .content-box .upper-title {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: capitalize
}

.featured-item-row .featured-column .inner-box .content-box .text-content {
    position: relative;
    margin-left: 50px;
    z-index: 10
}

.featured-item-row .featured-column .inner-box .content-box .sub-title {
    font-size: 16px;
    color: #fefefe;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 5px
}

.featured-item-row .featured-column .inner-box .content-box h3 {
    font-size: 42px;
    color: #3b6151;
    line-height: 1.4em;
    margin-bottom: 10px
}

.featured-item-row .featured-column .inner-box .content-box .theme-btn {
    z-index: 5
}

.featured-item-row .featured-column .bottom-image {
    position: absolute;
    left: -50px;
    right: -50px;
    bottom: -50px
}

.featured-item-row .featured-column.left-aligned .bottom-image {
    text-align: left
}

.featured-item-row .featured-column.right-aligned .bottom-image {
    text-align: right
}

.featured-item-row .featured-column .bottom-image img {
    position: relative;
    max-width: 100%;
    display: inline-block;
    z-index: 1
}

.featured-item-row .products {
    padding-top: 75px
}

.featured-item-row .products .default-food-item {
    margin-bottom: 50px
}

.no-padding-top {
    padding-top: 0
}

.page-title {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center
}

.page-title:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(27, 26, 27, .7)
}

.page-title .auto-container {
    position: relative;
    z-index: 1
}

.page-title h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .01px;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif !important
}

.styled-pagination {
    position: relative
}

.gallery-page .styled-pagination {
    padding-top: 50px
}

.sidebar-page-container .styled-pagination {
    padding-top: 20px
}

.shop-section .styled-pagination {
    padding-top: 40px
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 7px 7px 0
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 5px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 42px;
    border: 1px solid #e0e0e0;
    background: none;
    color: #333;
    font-weight: 500;
    text-align: center;
    border-radius: 21px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease
}

.styled-pagination li a.next {
    padding: 10px 40px;
    letter-spacing: 1px
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #5ec79c;
    border-color: #5ec79c
}

.sidebar-page-container {
    position: relative;
    padding: 120px 0 90px
}

.sidebar-page-container .content-side {
    margin-bottom: 30px;
    padding-right: 55px
}

.sidebar-page-container .sidebar {
    margin-left: -30px;
    margin-bottom: 30px
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px
}

.sidebar-title h3 {
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: capitalize
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 50px
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 26px;
    padding: 10px 30px 10px 15px;
    border: 1px solid #f0f0f0;
    height: 48px;
    font-size: 14px;
    background: #fff;
    color: #1a1a1a;
    display: block;
    width: 100%;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #5ec79c
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #eee;
    background: none;
    border-radius: 0 2px 2px 0
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    color: #5ec79c
}

.sidebar .recent-posts .post {
    position: relative;
    min-height: 125px;
    padding-left: 110px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    min-height: 100px
}

.sidebar .recent-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px
}

.sidebar .recent-posts .post .post-thumb img {
    display: block;
    width: 100%
}

.sidebar .recent-posts .post .post-thumb .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 199, 56, .9);
    color: #fff;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.sidebar .recent-posts .post:hover .post-thumb .overlay-link {
    opacity: 1
}

.sidebar .recent-posts .post .post-thumb .overlay-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    font-size: 18px
}

.sidebar .recent-posts .post .post-thumb img {
    display: block;
    width: 100%
}

.sidebar .recent-posts .post .desc-text {
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 1.4em;
    padding: 10px 0 5px 0
}

.sidebar .recent-posts .post .desc-text a {
    color: #333
}

.sidebar .recent-posts .post .time {
    color: #f5b062;
    font-size: 13px;
    line-height: 24px
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 4px 15px;
    margin: 0 2px 5px 0;
    background: #f9f9f9;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.sidebar .popular-tags a:hover {
    background-color: #5ec79c;
    color: #fff
}

.sidebar .list {
    position: relative
}

.sidebar .list li {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0
}

.sidebar .list li:last-child {
    border: none
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 0
}

.sidebar .list li.current>a {
    padding-left: 25px;
    color: #5ec79c
}

.sidebar .list li a:before {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    line-height: 24px;
    top: 15px;
    font-size: 14px;
    color: #5ec79c;
    opacity: 0;
    visibility: hidden
}

.sidebar .list li.current>a:before {
    opacity: 1;
    visibility: visible
}

.sidebar .list li a.pull-right {
    color: #5ec79c;
    font-size: 17px
}

.sidebar .list li:last-child a {
    padding-bottom: 0
}

.sidebar .list li a:hover {
    color: #5ec79c
}

.sidebar .list-three {
    position: relative
}

.sidebar .list-three li {
    position: relative;
    border-bottom: 1px solid #f0f0f0
}

.sidebar .list-three li a {
    position: relative;
    display: block;
    color: #9e9e9e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 15px 25px
}

.sidebar .list-three li:first-child a {
    padding-top: 0
}

.sidebar .list-three li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    font-size: 18px;
    color: #5ec79c;
    line-height: 24px
}

.sidebar .list-three li:first-child a:before {
    top: 0
}

.sidebar .list-three li a:hover {
    color: #5ec79c
}

.sidebar .text-widget {
    position: relative;
    color: #9e9e9e
}

.sidebar .text-widget .text p {
    margin-bottom: 15px
}

.sidebar .text-widget .text p:last-child {
    margin-bottom: 0
}

.post-details .sidebar-title {
    margin-bottom: 40px
}

.post-details .post-content p {
    line-height: 1.8em;
    margin-bottom: 20px
}

.post-details .post-content blockquote {
    position: relative;
    padding: 15px 20px;
    border-left: 5px solid #5ec79c;
    font-family: "Grand Hotel", cursive;
    background: none;
    font-size: 24px;
    line-height: 1.3em;
    color: #333;
    margin-bottom: 20px
}

.post-details .two-col-images .row {
    margin: 0 -5px
}

.post-details .two-col-images .image-column {
    padding: 0 5px;
    margin-bottom: 25px
}

.post-details .two-col-images img {
    display: block;
    width: 100%
}

.post-details .comments-area {
    position: relative;
    margin-bottom: 60px
}

.post-details .comments-area .comment-box {
    position: relative
}

.post-details .comments-area .comment {
    position: relative;
    padding: 0;
    margin-bottom: 30px
}

.post-details .comments-area .reply-comment {
    margin-left: 100px
}

.post-details .comments-area .comment .comment-inner {
    position: relative;
    padding-left: 130px
}

.post-details .comments-area .comment .comment-content {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 25px
}

.post-details .comments-area .comment .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px
}

.post-details .comments-area .comment .author-thumb img {
    width: 100%;
    display: block
}

.post-details .comments-area .comment .comment-header {
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
    color: #777
}

.post-details .comments-area .comment .comment-header strong {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 700;
    padding-right: 30px
}

.post-details .comments-area .comment .text {
    line-height: 1.8em;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px
}

.post-details .comments-area .comment .reply-btn {
    position: relative;
    font-size: 14px;
    color: #5ec79c;
    text-transform: capitalize
}

.post-details .comments-area .comment .reply-btn:hover {
    color: #f5b062
}

.default-form {
    position: relative
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #777;
    font-weight: 400;
    font-size: 14px
}

.default-form .form-group .field-label sup {
    color: red;
    font-size: 14px
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    padding: 11px 20px;
    background-color: #fff;
    color: #010101;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat
}

.default-form textarea {
    height: 150px;
    resize: none
}

.default-form select option {
    text-indent: 15px
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #ffbf00 !important
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000 !important
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 11px;
    color: red;
    font-weight: 500
}

.default-form .check-boxes {
    position: relative
}

.default-form .check-boxes .default-label {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-right: 20px
}

.default-form .check-boxes .checkbox {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    line-height: 24px
}

.default-form .check-boxes .checkbox label {
    position: relative;
    padding: 0;
    padding-left: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-form .check-boxes .checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-form .check-boxes .checkbox input {
    opacity: 0;
    visibility: hidden
}

.default-form .check-boxes .checkbox input:checked+label {
    color: #010101
}

.default-form .check-boxes .checkbox input:checked+label:before {
    border-color: #010101;
    background: #010101
}

.post-details .comment-form .form-group {
    margin-bottom: 20px
}

.post-details .comment-form .btn-style-one {
    display: block
}

.post-details .comment-form .form-group input:focus,
.post-details .comment-form .form-group select:focus,
.post-details .comment-form .form-group textarea:focus {
    border-color: #5ec79c !important
}

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

.contact-section .contact-form {
    max-width: 650px;
    margin: 0 auto
}

.contact-section .contact-form .form-group {
    margin-bottom: 15px
}

.contact-section .contact-form .form-group textarea {
    height: 180px
}

.contact-section .contact-form button {
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 20px
}

.info-section {
    position: relative;
    padding: 0 0;
    z-index: 5
}

.info-section .info-column {
    position: relative;
    margin-bottom: 30px
}

.info-section .info-column .column-header {
    padding: 20px 20px;
    text-align: center;
    background: #333;
    color: #fff
}

.info-section .info-column .column-header h3 {
    line-height: 40px;
    font-size: 30px
}

.info-section .info-column .info-box {
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    height: 230px;
    word-break: break-word;
    padding: 45px 30px 20px;
    background: #fff;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.info-section .info-column .info-box:hover {
    border-color: #5ec79c
}

.info-section .info-column .info-box .inner {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.info-section .info-column .info-box .icon {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 15px
}

.info-section .info-column .info-box h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif !important;
    color: #333;
    margin-bottom: 5px
}

.subscribe-section {
    position: relative;
    color: #fff;
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed;
    padding: 80px 0 60px
}

.subscribe-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 199, 156, .96)
}

.subscribe-section .form-container {
    position: relative;
    max-width: 850px;
    margin: 0 auto
}

.subscribe-section .form-container h5 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important
}

.subscribe-section .form-container h3 {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px
}

.subscribe-section .form-container .subscribe-form {
    position: relative;
    margin-bottom: 20px
}

.subscribe-section .form-container .subscribe-form .form-group {
    position: relative;
    padding-right: 150px;
    padding-top: 5px;
    margin: 0
}

.subscribe-section .form-container .subscribe-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    height: 50px;
    line-height: 24px;
    color: #fff;
    background: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    padding: 12px 0;
    margin: 0
}

.subscribe-section .form-container .subscribe-form ::-webkit-input-placeholder {
    color: #fff
}

.subscribe-section .form-container .subscribe-form ::-moz-placeholder {
    color: #fff
}

.subscribe-section .form-container .subscribe-form :-ms-input-placeholder {
    color: #fff
}

.subscribe-section .form-container .subscribe-form input:-moz-placeholder {
    color: #fff
}

.subscribe-section .form-container .subscribe-form .form-group button {
    position: absolute;
    right: 0;
    top: 10px;
    width: 130px;
    text-align: center
}

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

.shop-section .sec-title .desc-text {
    max-width: 650px
}

.swiper-button-prev i {
    font-size: 25px
}

.swiper-button-next i {
    font-size: 25px
}

.default-shop-item {
    position: relative;
    margin-bottom: 30px
}

.default-shop-item .inner-box {
    position: relative;
    text-align: center;
    display: block;
    border: 1px solid #f0f0f0;
    transition: all 500ms ease
}

.default-shop-item .inner-box:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.default-shop-item .image-box {
    position: relative;
    overflow: hidden
}

.default-shop-item .image-box img {
    display: block;
    width: 100%
}

.default-shop-item .inner-box .prod-options {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 25px 20px;
    transition: all 500ms ease
}

.default-shop-item .inner-box:hover .prod-options {
    left: 0
}

.default-shop-item .inner-box .prod-options .option-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #333;
    background: #e4e4e4;
    margin: 0 2px 10px;
    border-radius: 0;
    transition: all 300ms ease
}

.default-shop-item .inner-box .prod-options .option-btn:hover {
    background: #f5b062
}

.default-shop-item .inner-box .add-cart-btn {
    line-height: 24px;
    padding: 12px 28px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #333;
    color: #fff;
    display: inline-block
}

.default-shop-item .inner-box .add-cart-btn .fa {
    padding-left: 7px;
    font-weight: 400
}

.default-shop-item .inner-box .add-cart-btn:hover {
    background: #f5b062;
    color: #333
}

.default-shop-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-shop-item:hover .overlay-box {
    opacity: 1;
    visibility: visible
}

.default-shop-item .lower-content {
    position: relative;
    padding: 20px 20px 30px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-shop-item:hover .lower-content {
    opacity: 0;
    visibility: hidden
}

.default-shop-item .lower-content h3 {
    font-size: 18px;
    color: #333;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 10px
}

.default-shop-item .lower-content h3 a {
    color: #333
}

.default-shop-item .lower-content h3 a:hover {
    color: #f5b062
}

.default-shop-item .lower-content .price {
    font-weight: 700;
    font-size: 16px
}

.shop-section .items-sorting {
    position: relative;
    margin-bottom: 30px
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 10px
}

.shop-section .items-sorting .results-column .text {
    font-size: 14px;
    font-weight: 600;
    color: #777;
    line-height: 24px;
    padding: 10px 0
}

.shop-section .items-sorting .form-group {
    margin-bottom: 0
}

.shop-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 15px 9px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
    color: #999;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.shop-section .items-sorting select option {
    text-indent: 15px
}

.shop-section .items-sorting select:focus {
    border-color: #5ec79c
}

.shop-single {
    position: relative
}

.shop-single .product-details {
    position: relative;
    padding: 120px 0 70px
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 50px
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px
}

.product-details .image-column .image-box {
    border: 1px solid #e0e0e0;
    background: #fff
}

.product-details .info-column {
    position: relative
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.product-details .basic-details .details-header {
    position: relative;
    padding-bottom: 20px
}

.product-details .basic-details .details-header h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 15px
}

.product-details .basic-details .details-header h4 a {
    color: #333
}

.product-details .basic-details .details-header .rating {
    font-size: 13px;
    color: #f5b062;
    margin-bottom: 4px
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 2px
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 13px;
    padding-left: 15px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize
}

.product-details .basic-details .details-header .item-price {
    font-size: 20px;
    font-weight: 400;
    color: #f5b062;
    line-height: 30px;
    letter-spacing: 1px
}

.product-details .basic-details .details-header .item-price .old-price {
    font-size: 18px;
    color: #ccc;
    text-decoration: line-through;
    padding-right: 10px;
    line-height: 30px
}

.product-details .basic-details .text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.9em;
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0
}

.product-details .basic-details .text p {
    margin-bottom: 15px
}

.product-details .basic-details .item-categories {
    margin: 0;
    font-size: 14px
}

.product-details .basic-details .item-categories a {
    position: relative;
    color: #f5b062;
    text-transform: capitalize
}

.product-details .basic-details .availablity {
    position: relative;
    line-height: 1.9em;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.product-details .basic-details .availablity strong {
    font-size: 14px;
    letter-spacing: 2px;
    color: #f5b062;
    font-weight: 600;
    text-transform: uppercase
}

.quantity-spinner {
    position: relative;
    display: block;
    width: 150px
}

.product-details .quantity-spinner {
    margin-bottom: 25px;
    float: left;
    margin-right: 20px
}

.quantity-spinner input {
    position: relative;
    display: block;
    width: 45px;
    line-height: 24px;
    padding: 9px 10px;
    margin: 0 53px;
    font-weight: 500;
    font-size: 13px;
    height: 42px;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 2px
}

.quantity-spinner .minus {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 42px;
    line-height: 22px;
    padding: 10px 10px;
    text-align: center;
    background: #fff;
    font-weight: 400;
    color: #555;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    z-index: 1
}

.quantity-spinner .plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 42px;
    line-height: 22px;
    padding: 10px 10px;
    text-align: center;
    font-weight: 400;
    background: #fff;
    color: #555;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    z-index: 1
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px
}

.product-details .basic-details .theme-btn {
    padding: 8px 30px;
    border-radius: 2px;
    margin-right: 15px;
    margin-bottom: 20px
}

.product-details .basic-details .theme-btn .icon {
    font-size: 14px;
    padding-left: 5px;
    font-weight: 400
}

.product-info-tabs {
    position: relative;
    margin-bottom: 30px
}

.prod-tabs {
    position: relative
}

.prod-tabs .tab-btns {
    position: relative;
    top: 1px;
    z-index: 1
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 60px 10px 40px;
    line-height: 24px;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    background: none;
    cursor: pointer
}

.prod-tabs .tab-btns .tab-btn:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    width: 10px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #f5b062;
    border-color: #f5b062
}

.prod-tabs .tabs-container {
    position: relative;
    border: 1px solid #f0f0f0
}

.prod-tabs .tabs-container .tab {
    position: relative;
    padding: 30px 30px;
    display: none;
    font-size: 14px
}

.prod-tabs .tabs-container .tab.active-tab {
    display: block
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif !important
}

.prod-tabs .tabs-container .tab .content p {
    font-size: 13px
}

.prod-tabs .tabs-container .tab h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 15px
}

.prod-tabs .tabs-container .tab h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 15px
}

.prod-tabs .reviews-container {
    position: relative
}

.prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px
}

.prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 82px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 3px
}

.prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px
}

.prod-tabs .reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #fff
}

.prod-tabs .reviews-container .rating {
    color: #ff9c01;
    font-size: 13px
}

.prod-tabs .reviews-container .rating .fa {
    margin-right: 1px
}

.prod-tabs .reviews-container .rev-info {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.prod-tabs .reviews-container .rev-text {
    font-size: 13px
}

.prod-tabs .add-review {
    position: relative;
    margin: 30px 0 20px;
    font-size: 14px
}

.prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px
}

.prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
    color: #f5b062
}

.prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030
}

.prod-tabs .add-review h3 {
    margin-bottom: 20px
}

.prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.prod-tabs .add-review button {
    padding: 8px 35px
}

.related-products {
    position: relative;
    padding: 0 0 80px
}

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

.cart-outer {
    position: relative
}

.checkout-page .cart-outer {
    margin-bottom: 40px
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    background: #f4f5f6;
    color: #1c1c1c
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 13px 30px;
    font-weight: 600
}

.cart-table thead tr th .fa {
    font-size: 18px
}

.cart-table thead tr th.prod-column {
    text-align: left
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 30px
}

.cart-table tbody tr .qty {
    width: 200px;
    padding-right: 80px
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 140px;
    padding-left: 120px;
    padding-top: 30px;
    text-align: left
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 100px;
    height: 140px;
    border: 1px solid #f0f0f0;
    left: 0;
    top: 0
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%
}

.cart-table tbody tr .prod-column .column-box .prod-title {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px
}

.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #333;
    margin-bottom: 0
}

.cart-table tbody tr .prod-column .rating {
    font-size: 13px;
    color: #ff9c01
}

.cart-table tbody tr .prod-column .rating .fa {
    display: inline-block;
    margin-right: 2px
}

.cart-table tbody tr .sub-total {
    font-weight: 500;
    color: #1c1c1c
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    font-size: 14px;
    line-height: 30px
}

.cart-table tbody tr .remove-btn:hover {
    color: #ec1c33
}

.cart-table tbody tr {
    border-bottom: 1px solid #e9e9e9
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #1c1c1c;
    font-weight: 500
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #223555;
    border-radius: 50%
}

.cart-section .cart-options {
    position: relative;
    padding: 40px 0 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e0e0e0
}

.cart-section .apply-coupon {
    position: relative
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 24px;
    padding: 9px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 230px;
    background: none
}

.cart-section .theme-btn {
    padding: 8px 25px;
    border-radius: 2px
}

.cart-section h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    font-family: "Poppins", sans-serif !important;
    text-transform: capitalize;
    margin-bottom: 15px
}

.cart-section .totals-table {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    border-radius: 2px
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    text-transform: capitalize
}

.cart-section .totals-table li .col:last-child {
    text-align: right
}

.cart-section .totals-table .total {
    color: #111;
    font-weight: 700
}

.cart-section .proceed-btn {
    display: block;
    width: 100%
}

.checkout-page {
    position: relative;
    padding: 120px 0 80px
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 30px
}

.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 15px 20px;
    background: #f9f9f9;
    color: #777;
    font-size: 13px;
    border-top: 1px solid #f5b062
}

.checkout-page .default-links li a {
    color: #f5b062
}

.checkout-page .billing-details {
    position: relative;
    margin-bottom: 20px
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 13px;
    cursor: pointer
}

.checkout-page .place-order {
    position: relative;
    padding: 0
}

.checkout-page .payment-options {
    position: relative;
    margin-bottom: 30px
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px
}

.checkout-page .payment-options li .radio-option {
    position: relative;
    padding-left: 30px
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    font-weight: 500 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #777;
    font-size: 14px;
    cursor: pointer
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 400
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px
}

.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    margin-top: 15px;
    margin-left: -30px;
    padding: 10px 15px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    color: #777;
    line-height: 24px;
    background: #f4f5f6;
    display: none
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked+label .small-text {
    display: block
}

.checkout-page .payment-options li .radio-option label .small-text:before {
    content: "";
    position: absolute;
    left: 40px;
    top: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid #f4f5f6
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    margin-top: -5px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px
}

.checkout-page .place-order .theme-btn {
    padding: 8px 30px
}

.default-title {
    position: relative;
    margin-bottom: 40px
}

.default-title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif !important
}

.shop-form {
    position: relative
}

.shop-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.billing-details .shop-form .form-group {
    margin-bottom: 20px
}

.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #5a5a5a
}

.shop-form .form-group .field-label sup {
    color: red
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 24px;
    padding: 9px 15px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer
}

.shop-form select option {
    text-indent: 15px
}

.shop-form textarea {
    resize: none;
    height: 150px
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #f5b062
}

.checkout-page .your-order {
    position: relative;
    margin-bottom: 40px
}

.checkout-page .orders-table {
    position: relative;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    vertical-align: middle
}

.checkout-page .orders-table li {
    display: table-row;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 15px
}

.checkout-page .orders-table li img {
    display: inline-block;
    margin-right: 10px
}

.checkout-page .orders-table .table-header,
.checkout-page .orders-table .total {
    background: #f9f9f9
}

.checkout-page .orders-table li:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0
}

.checkout-page .orders-table .col {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
    padding: 15px 15px;
    width: 50%;
    font-weight: 500;
    text-transform: capitalize
}

.checkout-page .orders-table .table-header .col,
.checkout-page .orders-table .total .col {
    padding: 10px 15px;
    font-size: 13px;
    border: none
}

.checkout-page .orders-table li .col:last-child {
    text-align: right
}

.checkout-page .orders-table .total {
    color: #333
}

.checkout-page .proceed-btn {
    display: block;
    width: 100%
}

.your-order .coupon-code .form-group {
    position: relative;
    margin-bottom: 0px !important;
    display: table;
    width: 100%
}

.your-order .coupon-code .form-group .field-group {
    display: table-cell;
    vertical-align: middle
}

.your-order .coupon-code .form-group .btn-field {
    padding-left: 15px
}

.your-order .coupon-code .form-group input {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 3px
}

.your-order .coupon-code .form-group button {
    display: block;
    width: 100%
}

@media only screen and (max-width:992px) {

    .tp-banner,
    .main-slider {
        height: 250px !important
    }

    .swiper-button-next,
    .social-links h3 {
        text-align: left
    }

    .social-links .links {
        justify-content: flex-start
    }

    .main-slider h1 {
        display: none
    }

    .slider_img_main {
        height: 100%
    }
}

@media only screen and (max-width:768px) {
    .aboutOur table {
        width: 100% !important
    }

    table.MsoNormalTable {
        width: 100% !important;
        margin-left: 0 !important
    }

    .MsoNormalTable td {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        white-space: initial;
        border: 1px solid #000 !important
    }

    .MsoNormalTable td * {
        display: inline-block
    }

    .MsoNormalTable tr {
        display: flex;
        flex-direction: column;
        height: auto !important;
        width: 100%
    }

    .main-slider .owl-carousel .owl-carousel-item {
        justify-content: center
    }
}

.simple-article h2 {
    font-size: 30px !important;
    text-align: center !important;
    margin: 0 0 20px 0 !important;
    font-family: "Poppins", sans-serif !important;
    color: #000000 !important
}

.simple-article h3 {
    font-size: 20px !important;
    font-family: "Poppins", sans-serif !important;
    color: #000000 !important
}

.simple-article p,
.simple-article p * {
    font-size: 14px !important;
    font-family: "Poppins", sans-serif !important;
    line-height: normal !important
}

.top-100 {
    top: 100px !important
}

.tp-caption h2 {
    font-size: 50px !important;
    line-height: 55px !important;
    text-align: center !important;
    white-space: break-spaces !important
}

.custom-a {
    font-size: 15px !important;
    padding: 12px 16px !important
}

.section4 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0;
    background-image: url("/frontend/images/background/banner.jpg");
}

.sec4 {
    margin: 50px 0 80px
}

.s4-box {
    margin: auto;
    padding-top: 30px
}

.s4-box .top {
    max-width: 130px;
    max-height: 150px;
    padding: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    text-align: center;
    margin: auto;
    transition: all .5s ease-in-out
}

.s4-box .top img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center
}

.s4-box .s4-txt {
    color: #fff
}

.s4-box .top svg {
    margin: auto;
    width: 60px;
    transition: all .5s ease-in-out
}

.s4-box .top:hover {
    background: #01ab50a4;
    cursor: pointer
}

.s4-kutu .top:hover svg path {
    fill: #fff !important
}

.s4-box .s4-txt p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700
}

.s4-box .s4-txt span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-weight: 400
}

.aboutOur_box {
    width: 100%
}

.aboutOur_box .simple-article {
    flex: 1 0 300px
}

.aboutOur_box .detail_img {
    flex: 1 0 300px;
    height: 350px;
    border-radius: 12px;
    overflow: hidden
}

.aboutOur_box .detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    transition: .5s
}

.aboutOur_box .detail_img:hover img {
    scale: 1.25;
    cursor: pointer
}

.image_gallery_box {
    display: flex;
    margin: 20px 0
}

.image_gallery_left {
    flex-basis: 25%;
    padding: 0 15px;
    border-right: 1px solid #C8C8C8
}

.image_gallery_left .image_gallery_categories {
    margin: 20px 0 0 0
}

.image_gallery_left .image_gallery_categories li {
    border-bottom: 1px solid #C8C8C8
}

.image_gallery_left .image_gallery_categories li a {
    position: relative;
    display: block;
    font-weight: 300;
    color: #545454;
    padding: 10px;
    font-size: 16px
}

.image_gallery_left .image_gallery_left_title {
    background: #f1f1f1;
    padding: 5px 10px;
    color: #5ec79c
}

.image_gallery_right {
    flex-basis: calc(100% - 25%);
    padding-left: 35px
}

.image_gallery_card {
    position: relative;
    height: 180px
}

.image_gallery_card .image_gallery_card_main_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.image_gallery_card:hover .image_gallery_blur {
    display: flex;
    cursor: pointer
}

.image_gallery_blur {
    display: none;
    background-color: #00000086;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.image_gallery_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.image_blur_gallery {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000086;
    z-index: 100000000000
}

.swiper_blure_box {
    height: 100%
}

.swiper_blure_box .swiper_blure {
    height: 100%
}

.swiper_blure_box .swiper_blure .swiper-wrapper {
    height: 100%
}

.swiper_blure_box .swiper_blure .swiper-wrapper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper_blure_box .swiper_blure .swiper-wrapper .swiper-slide .swiper-slide-box {
    height: 395px;
    width: 42%
}

.swiper_blure_box .swiper_blure .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.close_own {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000000000000;
    cursor: pointer
}

.image_gallery_categories_mobile {
    width: 100%;
    cursor: pointer;
    background-color: #f1f1f1;
    margin: 0 0 10px 0;
    padding: 10px 10px
}

.image_gallery_card_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.count-box {
    display: flex;
    justify-content: center
}

.news_header {
    margin: 60px 0 0 0
}

.news_header .news_header_title {
    color: #5ec79c;
    font-size: 36px
}

.news_header .news_header_paragraph {
    font-size: 18px
}

.news_cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0 40px
}

.news_cards a,
.others_carousel a {
    color: initial
}

.news_card_img img {
    aspect-ratio: 5/3;
    width: 100%
}

.news_card_item {
    box-shadow: 0 4px 3px
}

.news_card_item .news_content {
    padding: 10px 15px
}

.news_card_item .news_content .news_content_title {
    font-size: 20px;
    color: #5ec79c
}

.news_card_item .news_content .news_content_paragraph {
    font-size: 18px;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 10px
}

.news_card_item .news_content .news_content_link {
    display: flex;
    align-items: center;
    gap: 10px
}

.news_card_item .news_content .news_content_link:hover img {
    transition: .5s;
    margin-left: 20px
}

.news_card_item .news_content .news_content_link .news_content_link_paragraph {
    font-size: 18px;
    margin: 0;
    color: #5ec79c
}

.news_card_item .news_content .news_content_link .news_content_link_img {
    width: 24px;
    height: 24px;
    margin-top: 4px
}

.details_main .details_main_img {
    width: 100%;
    aspect-ratio: 6/2
}

.details_main .details_content {
    font-weight: 300;
    font-size: 16px;
    color: #606060;
    padding: 30px 0
}

.details_main .details_content * {
    font-size: 16px !important;
    line-height: normal !important
}

.other_news {
    background-color: #FFF8F8;
    padding: 15px 20px 40px;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative
}

.other_news_title {
    color: #5ec79c;
    font-size: 18px;
    margin: 0 0 40px 0
}

.swiper-pagination-bullet {
    background-color: #222222 !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background-color: #5ec79c !important;
    opacity: 1 !important
}

.swiper-pagination {
    width: 100% !important;
    margin: 20px 0 0 0 !important
}

.section-adventages {
    margin: 20px 0
}

.adventages-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px
}

.adventages-menu-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 10px;
    border-bottom: 1px solid #D4C19B
}

.adventages-menu-item a:hover {
    background-color: #5ec79c;
    color: #fff
}

.adventages-res {
    margin: 50px 0 0 0
}

.aboutOur_box_img_box {
    float: right;
    margin: 0 0 10px 20px;
    width: 50%
}

.aboutOur_box_img {
    width: 100%;
    aspect-ratio: 4/3
}

.slider_img_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16/7;
    z-index: 1;
    object-fit: cover
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    transition: .8s
}

.main-slider .swiper-button-prev:hover,
.main-slider .swiper-button-next:hover {
    background-color: #fff !important
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "" !important
}

.main-slider .swiper-button-prev i,
.main-slider .swiper-button-next i {
    color: #d4c19b
}

.main-slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 50px) !important;
    right: auto !important
}

.main-slider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 50px) !important;
    left: auto !important
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    background-color: #ffffff46 !important;
    border: 1px solid #D4C19B;
    border-radius: 8px;
    color: #D4C19B;
    padding: 5px;
    font-size: 20px;
    color: #000
}

.main_slider_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 2
}

.sub_adventage {
    text-transform: capitalize;
    color: #777;
    font-size: 13px
}

.adventages-txt p.s6 {
    padding: 0 4px;
    word-break: break-word
}

.adventages-txt * {
    font-size: 14px !important;
    line-height: normal !important;
    font-family: "Poppins", sans-serif !important;
    color: #000;
    cursor: text !important;
    text-align: justify;
}

.simple-article * {
    font-size: 14px !important;
    line-height: normal !important;
    font-family: "Poppins", sans-serif !important
}

.s3butontxt_text {
    font-size: 1.8rem
}

.img-responsive-test {
    width: 50px;
    height: 50px
}

@media only screen and (min-width:768px) {
    .swiper_blure .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 24%) !important;
    }

    .swiper_blure .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 24%) !important;
    }
}
