@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(elegant-icon.css);

ol, ul {
    padding-right: 2rem;
    padding-left: 0rem;
}
* {
    margin: 0;
    padding: 0; }

body {
    font-family: 'Readex Pro';
    font-size: 16px;
    color: #707070; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
    line-height: 1.3;
    font-weight: 500; }

p {
    color: #707070;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400; }

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #303030;
    font-weight: 500;
    font-size: 17px; }

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

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

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important; }

.mt-30 {
    margin-top: 30px !important; }

.mt-50 {
    margin-top: 50px !important; }

.mt-70 {
    margin-top: 70px !important; }

.mt-100 {
    margin-top: 100px !important; }

.mb-15 {
    margin-bottom: 15px !important; }

.mb-30 {
    margin-bottom: 30px !important; }

.mb-50 {
    margin-bottom: 50px !important; }

.mb-70 {
    margin-bottom: 70px !important; }

.mb-100 {
    margin-bottom: 100px !important; }

.ml-15 {
    margin-left: 15px !important; }

.ml-30 {
    margin-left: 30px !important; }

.ml-50 {
    margin-left: 50px !important; }

.mr-15 {
    margin-right: 15px !important; }

.mr-30 {
    margin-right: 30px !important; }

.mr-50 {
    margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
    height: 400px; }

.height-500 {
    height: 500px; }

.height-600 {
    height: 600px; }

.height-700 {
    height: 700px; }

.height-800 {
    height: 800px; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0; }

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px; }

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
.section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px; } }
.section-heading p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0; }

/* :: 3.5.0 Preloader */
.preloader {
    background-color: #f2f4f5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden; }
.preloader .preloader-circle {
    width: 80px;
    height: 80px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-top-color: #69bb9d;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease; }
.preloader .preloader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200; }
.preloader .preloader-img img {
    max-width: 45px; }

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.bg-white {
    background-color: #ffffff !important; }

.bg-dark {
    background-color: #000000 !important; }

.bg-transparent {
    background-color: transparent !important; }

.font-bold {
    font-weight: 700; }

.font-light {
    font-weight: 300; }

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover; }
.bg-overlay::after {
    background: linear-gradient(to bottom,#568cb0,rgb(37 99 88 / 76%));;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
    background-attachment: fixed !important; }

.bg-gray {
    background-color: #f2f4f5; }

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background-color: #69bb9d;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
#scrollUp:hover {
    background-color: #303030; }

/* :: 3.8.0 alazea Button */
.alazea-btn {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 150px;
    height: 46px;
    color: #ffffff;
    background-color: #3fac7d;
    border: 2px solid #3fac7d;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600; }
.alazea-btn.active, .alazea-btn:hover, .alazea-btn:focus {
    font-size: 16px;
    color: #3fac7d;
    font-weight: 600;
    background-color: transparent;
    box-shadow: none; }

/* :: 3.0 bg_color_1 Area CSS */



.bg_color_1 {
    background-color: #fff;
}

.strip_condent_adv {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    min-width: 100%;
    min-height: 5px;
}
.margin_30_0 {
    padding-top: 30px;
    padding-bottom: 0;
}
.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}
.main_title_2 span {
    width: 120px;
    height: 3px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}
.main_title_2 span em {
    width: 60px;
    height: 3px;
    background-color: #05abda;
    display: block;
    margin: auto;
}

.main_title_2 h2 {
    margin: 25px 0 0 0;
}

a.grid_item {
    display: block;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    height: 200px;
}
a.grid_item figure {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

a.grid_item figure img {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}

a.grid_item figure:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px 25px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);
    box-sizing: border-box;
}
a.grid_item .info small {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    font-size: .6875rem;
    background-color: #095e76;
    line-height: 1;
    padding: 3px 5px 2px 5px;
}
a.grid_item .info h3 {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
}



/* :: 4.0 Header Area CSS */
.header-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: transparent; }
.header-area .top-header-area {
    position: relative;
    z-index: 100;
    background-color: transparent;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area {
        z-index: 1; } }
@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        z-index: 1; } }
.header-area .top-header-area .top-header-content {
    position: relative;
    z-index: 1;
    height: 41px; }
.header-area .top-header-area .top-header-content .top-header-meta a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1; }
.header-area .top-header-area .top-header-content .top-header-meta a:first-child {
    margin-right: 30px; }
.header-area .top-header-area .top-header-content .top-header-meta a i {
    margin-right: 5px;
    color: #69bb9d; }
@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content .top-header-meta a span {
        display: none; } }
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown {
    position: relative;
    z-index: 1; }
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown::after {
    width: 1px;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.2);
    content: '';
    top: 0;
    right: 15px;
    z-index: 2;
    position: absolute; }
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 12px; }
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn:focus {
    box-shadow: none; }
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
    background-color: #69bb9d;
    border: none;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        top: 90px !important; } }
@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
        min-width: 100px;
        top: 70px !important; } }
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown  .dropdown-menu  .dropdown-item:focus,
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu  .dropdown-item:hover {
    color: #ffffff;
    background-color: #111111; }
.header-area .top-header-area .top-header-content .top-header-meta .cart {
    position: relative;
    z-index: 1; }
.header-area .top-header-area .top-header-content .top-header-meta .cart::after {
    width: 1px;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.2);
    content: '';
    top: 0;
    left: -15px;
    z-index: 2;
    position: absolute; }
.header-area .top-header-area .top-header-content .top-header-meta .cart a {
    margin-right: 0; }
.header-area .alazea-main-menu {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classy-navbar .classy-menu {
        background-color: #111111; } }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classy-navbar .classy-menu {
        background-color: #111111; } }
.header-area .alazea-main-menu .classy-nav-container {
    background-color: transparent; }
.header-area .alazea-main-menu .classy-navbar {
    height: 90px;
    padding: 0; }
.header-area .alazea-main-menu .classy-navbar .nav-brand {
    line-height: 1; }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classy-navbar {
        height: 70px; } }
.header-area .alazea-main-menu .classynav ul li a {
    padding: 0 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    color: #ffffff; }

.header-area .is-sticky .alazea-main-menu .classynav ul li a {
    color: #000000;
}


.header-area .is-sticky #nav-brand {
    content: url("/image/logo-en.png");
    max-height: 80px;
    margin: 0;
    padding: 0;
}
.header-area  #nav-brand {
    content: url("/image/logo-en-wiht.png");
    max-height: 200px;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .alazea-main-menu .classynav ul li a {
        font-size: 18px;
        padding: 0 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classynav ul li a {
        background-color: #111111;
        font-size: 16px;
        color: #ffffff;
        border-bottom: none; } }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classynav ul li a {
        background-color: #111111;
        font-size: 16px;
        color: #ffffff;
        border-bottom: none; } }
.header-area .alazea-main-menu .classynav ul li a:hover, .header-area .alazea-main-menu .classynav ul li a:focus {
    color: #69bb9d; }
.header-area .alazea-main-menu .classynav ul li a::after {
    color: #ffffff; }
.header-area .alazea-main-menu .classynav ul li ul li a {
    padding: 0 20px;
    color: #303030;
    font-size: 14px;
    border-bottom: none; }
.header-area .alazea-main-menu .classynav ul li ul li a::after {
    color: #303030; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classynav ul li ul li a::after {
        color: #ffffff; } }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classynav ul li ul li a::after {
        color: #ffffff; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classynav ul li ul li a {
        padding: 0 45px;
        color: #ffffff; } }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classynav ul li ul li a {
        padding: 0 45px;
        color: #ffffff; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff; } }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
        background: #ffffff; } }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .classycloseIcon .cross-wrap span {
        background: #ffffff; } }
.header-area .alazea-main-menu .search-form {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.header-area .alazea-main-menu .search-form form {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    width: 500px;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15); }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .search-form form {
        width: 290px;
        padding: 20px; } }
.header-area .alazea-main-menu .search-form form input {
    width: 100%;
    height: 45px;
    border: 1px solid #ebebeb;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 14px; }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .search-form form input {
        padding: 0 15px; } }
.header-area .alazea-main-menu .search-form .closeIcon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 41px;
    right: 60px;
    z-index: 200;
    cursor: pointer;
    color: #707070; }
.header-area .alazea-main-menu .search-form .closeIcon:hover {
    color: #69bb9d; }
@media only screen and (max-width: 767px) {
    .header-area .alazea-main-menu .search-form .closeIcon {
        top: 31px;
        right: 35px; } }
.header-area .alazea-main-menu .search-form.active {
    opacity: 1;
    visibility: visible; }
.header-area .is-sticky .alazea-main-menu {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
.header-area #searchIcon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 50px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area #searchIcon {
        margin-left: 30px;
        margin-top: 15px; } }
@media only screen and (max-width: 767px) {
    .header-area #searchIcon {
        margin-left: 30px;
        margin-top: 15px; } }
.header-area #searchIcon:hover, .header-area #searchIcon:focus {
    color: #69bb9d; }
/* :: 6.0 Subscribe Newsletter Area */
.subscribe-newsletter-area {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background-size: cover;
    background-position: top center; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-newsletter-area .subscribe-form {
        margin-top: 50px; } }
@media only screen and (max-width: 767px) {
    .subscribe-newsletter-area .subscribe-form {
        margin-top: 50px; } }
.subscribe-newsletter-area .subscribe-form form {
    position: relative;
    z-index: 1; }
.subscribe-newsletter-area .subscribe-form form input {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    padding: 10px 20px;
    border: none; }
.subscribe-newsletter-area .subscribe-form form input:focus {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); }
.subscribe-newsletter-area .subscribe-form form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border: none;
    border-radius: 0 2px 2px 0; }
.subscribe-newsletter-area .subscribe-side-thumb .first-img {
    position: absolute;
    top: -30px;
    left: 5%;
    z-index: 10; }

/* :: 7.0 New Arrivals Products Area */
.single-product-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.single-product-area .product-img {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.single-product-area .product-img a {
    display: block; }
.single-product-area .product-img img {
    position: relative;
    z-index: 1;
    min-width: 100%;
    height: 200px;
}
.single-product-area .product-img .product-tag a {
    background-color: #256358;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 8px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10; }
.single-product-area .product-img .product-tag.sale-tag a {
    background-color: #e61d47; }
.single-product-area .product-img .product-meta {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.single-product-area .product-img .product-meta a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background-color: #303030;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center; }
.single-product-area .product-img .product-meta a:hover, .single-product-area .product-img .product-meta a:focus {
    background-color: #70c745; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-area .product-img .product-meta a {
        font-size: 11px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-area .product-img .product-meta a {
        font-size: 11px; } }
@media only screen and (max-width: 767px) {
    .single-product-area .product-img .product-meta a {
        font-size: 14px; } }
.single-product-area .product-img .product-meta .add-to-cart-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    border-left: 1px solid rgba(235, 235, 235, 0.5);
    border-right: 1px solid rgba(235, 235, 235, 0.5); }
.single-product-area .product-info a p {
    margin-bottom: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
.single-product-area .product-info a p:hover, .single-product-area .product-info a p:focus {
    color: #69bb9d; }
.single-product-area .product-info h6 {
    margin-bottom: 0;
    font-size: 18px; }
.single-product-area:hover .product-img {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); }
.single-product-area:hover .product-img .product-meta {
    visibility: visible;
    opacity: 1; }
/* :: 8.0 Shop Page Area CSS */
.shop-sorting-data {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb; }
@media only screen and (max-width: 767px) {
    .shop-sorting-data .shop-page-count {
        margin-bottom: 30px; } }
.shop-sorting-data .shop-page-count p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0;
    font-weight: 500; }
.shop-sorting-data .search_by_terms {
    position: relative;
    z-index: 1; }
.shop-sorting-data .search_by_terms select {
    width: 180px;
    height: 40px;
    color: #51545f;
    font-size: 16px;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-left: 30px; }
@media only screen and (max-width: 767px) {
    .shop-sorting-data .search_by_terms select {
        margin-left: 0;
        margin-bottom: 15px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .shop-sorting-data .search_by_terms select {
        margin-left: auto;
        margin-right: 15px;
        margin-bottom: 0; } }
.shop-sorting-data .search_by_terms select:focus {
    box-shadow: none; }

.shop-widget {
    position: relative;
    z-index: 1; }
.shop-widget .widget-title {
    text-transform: uppercase;
    margin-bottom: 20px; }
.shop-widget .custom-control .custom-control-label {
    font-size: 16px;
    color: #707070; }
.shop-widget .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #70c745; }
.shop-widget .single-best-seller-product {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
.shop-widget .single-best-seller-product::after {
    margin-bottom: 0; }
.shop-widget .single-best-seller-product .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    margin-right: 30px; }
.shop-widget .single-best-seller-product .product-info a {
    display: block;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px; }
.shop-widget .single-best-seller-product .product-info a:hover, .shop-widget .single-best-seller-product .product-info a:focus {
    color: #303030; }
.shop-widget .single-best-seller-product .product-info p {
    margin-bottom: 0;
    color: #303030;
    font-weight: 500; }
.shop-widget .single-best-seller-product .product-info .ratings i {
    font-size: 12px;
    color: #ff9800; }

.slider-range-price {
    position: relative;
    z-index: 1; }

.shop-widget .ui-slider-handle {
    background-color: #70c745;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 30;
    top: -3px; }

.ui-slider-handle.first-handle {
    display: none !important; }

.shop-widget .ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #70c745;
    position: absolute;
    height: 6px;
    width: auto;
    z-index: 10;
    left: 2px !important; }

.shop-widget .ui-slider-horizontal {
    height: 6px;
    background-color: #f5f5f5;
    border-radius: 10px; }

.shop-widget .range-price {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase; }

.single_product_thumb {
    position: relative;
    z-index: 1; }
@media only screen and (max-width: 767px) {
    .single_product_thumb {
        margin-bottom: 50px; } }
.single_product_thumb .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px; }
.single_product_thumb .carousel-indicators li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    background-size: cover; }
@media only screen and (max-width: 767px) {
    .single_product_thumb .carousel-indicators li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        height: 60px; } }
.single_product_thumb .carousel-indicators li.active {
    border: 1px solid #70c745; }

.single_product_desc {
    position: relative;
    z-index: 1; }
.single_product_desc .title {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase; }
@media only screen and (max-width: 767px) {
    .single_product_desc .title {
        font-size: 24px; } }
.single_product_desc .price {
    font-size: 26px;
    font-weight: 600;
    color: #70c745;
    margin-bottom: 30px; }
.single_product_desc .short_overview {
    margin-bottom: 30px; }
.single_product_desc .short_overview p {
    font-size: 14px; }
.single_product_desc .cart--area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px; }
.single_product_desc .cart {
    position: relative;
    z-index: 1; }
.single_product_desc .cart .quantity {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    width: 130px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px; } }
.single_product_desc .cart .quantity .qty-text {
    height: 46px;
    padding: 5px 15px;
    width: 130px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 14px;
    border: none;
    background-color: #f2f4f5;
    text-align: center; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity .qty-text {
        width: 70px; } }
.single_product_desc .cart .quantity .qty-minus,
.single_product_desc .cart .quantity .qty-plus {
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    font-size: 8px;
    line-height: 46px;
    color: #303030; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity .qty-minus,
    .single_product_desc .cart .quantity .qty-plus {
        left: 0; } }
.single_product_desc .cart .quantity .qty-plus {
    left: auto;
    right: 10px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_desc .cart .quantity .qty-plus {
        right: 0; } }
.single_product_desc .wishlist-compare {
    position: relative;
    z-index: 1; }
@media only screen and (max-width: 767px) {
    .single_product_desc .wishlist-compare {
        margin-top: 30px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single_product_desc .wishlist-compare {
        margin-top: 0; } }
.single_product_desc .wishlist-compare a {
    background-color: #f2f4f5;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px; }
.single_product_desc .products--meta {
    position: relative;
    z-index: 1;
    padding-top: 50px; }
.single_product_desc .products--meta p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.single_product_desc .products--meta p span:first-child {
    font-weight: 500;
    color: #303030;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
    width: 230px; }
.single_product_desc .products--meta p span:last-child {
    font-weight: 400;
    color: #707070; }
.single_product_desc .products--meta p span:last-child a {
    color: #cccccc;
    font-size: 14px;
    margin-right: 15px; }
.single_product_desc .products--meta p span:last-child a:hover {
    color: #70c745; }

.product_details_tab {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
.product_details_tab .nav-tabs {
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
.product_details_tab .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 15px;
    font-size: 20px;
    color: #303030; }
.product_details_tab .nav-tabs .nav-link.active, .product_details_tab .nav-tabs .nav-link:hover {
    color: #70c745; }
.product_details_tab .additional_info_area p {
    color: #303030; }
.product_details_tab .additional_info_area p span {
    color: #707070; }

.product_details_tab .review-rating i {
    color: #ff9800;
    font-size: 14px; }

.product_details_tab .review-rating > span {
    font-size: 16px;
    font-weight: 500;
    color: #303030; }

.submit_a_review_area form .stars {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
    width: 150px; }
.submit_a_review_area form .stars::after, .submit_a_review_area form .stars::before {
    display: table;
    content: ""; }
.submit_a_review_area form .stars::after {
    clear: both; }
.submit_a_review_area form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
.submit_a_review_area form .stars input[type="radio"].star-5:checked ~ span {
    width: 100%; }
.submit_a_review_area form .stars input[type="radio"].star-4:checked ~ span {
    width: 80%; }
.submit_a_review_area form .stars input[type="radio"].star-3:checked ~ span {
    width: 60%; }
.submit_a_review_area form .stars input[type="radio"].star-2:checked ~ span {
    width: 40%; }
.submit_a_review_area form .stars input[type="radio"].star-1:checked ~ span {
    width: 20%; }
.submit_a_review_area form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer; }
.submit_a_review_area form .stars label:hover ~ span {
    background-position: 0 -30px; }
.submit_a_review_area form .stars label.star-5:hover ~ span {
    width: 100% !important; }
.submit_a_review_area form .stars label.star-4:hover ~ span {
    width: 80% !important; }
.submit_a_review_area form .stars label.star-3:hover ~ span {
    width: 60% !important; }
.submit_a_review_area form .stars label.star-2:hover ~ span {
    width: 40% !important; }
.submit_a_review_area form .stars label.star-1:hover ~ span {
    width: 20% !important; }
.submit_a_review_area form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }

.review-details p {
    font-size: 12px; }

.submit_a_review_area h4 {
    font-size: 20px; }
.submit_a_review_area .form-group > label {
    font-size: 14px; }
.submit_a_review_area input,
.submit_a_review_area select {
    font-size: 14px;
    width: 100%;
    height: 40px;
    border: none;
    background-color: #f2f4f5;
    border-radius: 0; }
.submit_a_review_area textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 0;
    background-color: #f2f4f5; }
/* :: 17.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1; }
.footer-area::after {
    /*background-color: rgb(37 99 88);*/
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
.footer-area .main-footer-area {
    position: relative;
    z-index: 1;
    padding-top: 80px; }
.footer-area .single-footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 70px; }
.footer-area .single-footer-widget p {
    color: #b7b7b7;
    margin-bottom: 20px; }
.footer-area .single-footer-widget .social-info a {
    display: inline-block;
    border: 1px solid #b7b7b7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #3fac7d;
    margin-right: 5px;
    line-height: 30px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .single-footer-widget .social-info a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px; } }
.footer-area .single-footer-widget .social-info a:hover, .footer-area .single-footer-widget .social-info a:focus {
    border-color: #69bb9d;
    color: #ffffff;

    background-color: #69bb9d; }
.footer-area .single-footer-widget .widget-title h5 {
    font-size: 22px;
    color: #68686d;
    text-transform: uppercase;
    margin-bottom: 30px; }
.footer-area .single-footer-widget .widget-nav ul {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.footer-area .single-footer-widget .widget-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
.footer-area .single-footer-widget .widget-nav ul li a {
    display: block;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px; }
.footer-area .single-footer-widget .widget-nav ul li a:hover, .footer-area .single-footer-widget .widget-nav ul li a:focus {
    color: #000000; }
.footer-area .single-footer-widget .single-best-seller-product {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
.footer-area .single-footer-widget .single-best-seller-product::after {
    margin-bottom: 0; }
.footer-area .single-footer-widget .single-best-seller-product .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    margin-right: 30px; }
.footer-area .single-footer-widget .single-best-seller-product .product-info a {
    display: block;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400; }
.footer-area .single-footer-widget .single-best-seller-product .product-info a:hover, .footer-area .single-footer-widget .single-best-seller-product .product-info a:focus {
    color: #ffffff; }
.footer-area .single-footer-widget .single-best-seller-product .product-info p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500; }
.footer-area .single-footer-widget .contact-information p {
    line-height: 1.3;
    color: #3fac7d;
    margin-bottom: 13px; }
.footer-area .single-footer-widget .contact-information p span {
    color: #737373; }
.footer-area .single-footer-widget .contact-information p:last-child {
    margin-bottom: 0; }
.footer-area .footer-bottom-area {
    position: relative;
    z-index: 1; }
.footer-area .footer-bottom-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #256358; }
.footer-area .footer-bottom-area .copywrite-text {
    position: relative;
    z-index: 1;
    padding: 20px 0; }
@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text {
        text-align: center;
        padding-bottom: 0; } }
.footer-area .footer-bottom-area .copywrite-text p {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text p {
        font-size: 12px; } }
.footer-area .footer-bottom-area .copywrite-text p a {
    font-size: 14px;
    color: #3fac7d;
    font-weight: 500; }
.footer-area .footer-bottom-area .copywrite-text p a:hover, .footer-area .footer-bottom-area .copywrite-text p a:focus {
    color: #256358; }
@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text p a {
        font-size: 12px; } }
.footer-area .footer-bottom-area .footer-nav {
    position: relative;
    z-index: 1;
    padding: 20px 0; }
.footer-area .footer-bottom-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .footer-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
.footer-area .footer-bottom-area .footer-nav ul li a {
    display: inline-block;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-bottom-area .footer-nav ul li a {
        margin: 0 8px; } }
@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .footer-nav ul li a {
        margin: 0 5px; } }
.footer-area .footer-bottom-area .footer-nav ul li a:hover, .footer-area .footer-bottom-area .footer-nav ul li a:focus {
    color: #000000; }
.footer-area .footer-bottom-area .footer-nav ul li:last-child a {
    margin-right: 0; }
/* :: 18.0 Breadcumb Area CSS */
.breadcrumb-area {
    position: relative;
    z-index: 10;
    width: 100%; }
.breadcrumb-area .top-breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px; }
@media only screen and (max-width: 767px) {
    .breadcrumb-area .top-breadcrumb-area {
        height: 220px; } }
.breadcrumb-area .top-breadcrumb-area h2 {
    margin-top: 132px;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase; }
@media only screen and (max-width: 767px) {
    .breadcrumb-area .top-breadcrumb-area h2 {
        margin-top: 112px;
        font-size: 30px; } }
.breadcrumb-area .breadcrumb {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent; }
.breadcrumb-area .breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #b7b7b7;
    text-transform: capitalize; }
.breadcrumb-area .breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    font-size: 16px;
    color: #303030; }
.breadcrumb-area .breadcrumb .breadcrumb-item a:hover, .breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
    color: #256358; }
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #303030;
    content: ">"; }
/* :: 23.0 Contact Area CSS */
.map-area {
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); }
.map-area iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 0;
    border-radius: 5px; }
@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 320px; } }
.contact-form-area .form-control::placeholder {
    color: #b3b3b3;
}
.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px 20px;
    font-weight: 400;
    color: #000000;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.contact-form-area .form-control:focus {
    box-shadow: none;
    border-color: #256358; }
.contact-form-area textarea.form-control {
    height: 80px; }

.contact-information p {
    line-height: 1.3;
    color: #707070;
    margin-bottom: 13px; }
.contact-information p span {
    color: #303030; }
.contact-information p:last-child {
    margin-bottom: 0; }

.contact--thumbnail {
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15); }
@media only screen and (max-width: 767px) {
    .contact--thumbnail {
        margin-bottom: 100px; } }



/*hero_single version_4*/


.custom-search-input-2 .form-group {
    margin: 0;
}

.hero_single.version_4 {
    height: 620px;
    background: #095e76 url(../images/big.png) center bottom repeat-x;
}
.hero_single {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
}
.hero_single.version_4 .wrapper {
    background: rgba(0,0,0,.6);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.6),transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.6),transparent);
}
.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero_single.version_4 .wrapper h1, .hero_single.version_4 .wrapper h3 {
    font-size: 42px;
    font-size: 2.625rem;
    text-shadow: 4px 4px 12px rgba(0,0,0,.3);
}

.hero_single .wrapper h1, .hero_single .wrapper h3 {
    color: #fff;
    font-size: 52px;
    font-size: 3.25rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.hero_single.version_4 .wrapper p {
    font-weight: 400;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgba(0,0,0,.3);
}

.hero_single .wrapper p {
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0 20%;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.custom-search-input-2.inner {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}

.custom-search-input-2.inner input {
    border: 0;
    height: 40px;
    padding-right: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
}


.custom-search-input-2 i {
    border-radius: 3px;
    font-size: 1.125rem;
    position: absolute;
    top: 1px;
    right: 1px;
    padding-left: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    z-index: 9;
    color: #999;
}
.custom-search-input-2.inner i {
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
}
.icon_search:before {
    content: "\55";
}
.icon_pin_alt:before {
    content: "\e01d";
}
.hero_single.version_4 .wrapper input[type=submit] {
    color: #fff;
    background-color: #3fac7d;
    text-align: center;
}
.hero_single.version_4 .wrapper input[type=submit]:hover {
    background-color: #256358;
}
.custom-search-input-2.inner input[type=submit] {
    position: absolute;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    right: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    top: 0;
    border: 0;
    height: 40px;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #256358  url(../images/search.svg) no-repeat center center;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.custom-search-input-2 input[type=submit] {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: 0;
    width: 100%;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #095e76;
    margin-right: -1px;
}

/*//.account-dropdown*/
.account-dropdown {
    position: relative;
    z-index: 1;
}


.account-dropdown .btn {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 12px;
}
.account-dropdown .dropdown-menu {
    background-color: #69bb9d;
    border: none;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
.header-area .top-header-area .top-header-content .top-header-meta .account-dropdown .dropdown-menu  .dropdown-item:focus,
.header-area .top-header-area .top-header-content .top-header-meta .account-dropdown .dropdown-menu  .dropdown-item:hover {
    color: #ffffff;
    background-color: #111111; }


#results h1, #results h4 {
    color: #fff;
    margin: 12px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
}
#results h1, #results h4 {
    color: #fff;
    margin: 12px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
}


.strip {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.strip.list_view figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 150px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}


.strip figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 150px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.strip.list_view .wrapper {
    padding: 20px 20px 10px 20px;
}

.strip .wrapper {
    padding: 20px 25px 15px 25px;
}

.strip .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
}

.list-visit-count {
    font-size: 12px;
    background: #095e76;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.icon-eye:before {
    content: '\e839';
}


[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}


.strip address {
    margin: 15px 0 0 0;
    font-size: 16px;
}


address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.mbt-items {
    margin: 3px 0;
    display: inline-block;
}
.mbt-items.hide {
    display: none;
}
.phones a {
    position: relative;
}
.phones a {
    padding-left: 14px;
}

.strip.list_view ul {
    padding: 20px 15px 20px 30px;
    margin-bottom: 0;
}

ul.option-list {
    padding: 0!important;
    margin-top: 10px;
    padding-top: 5px!important;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
}
ul.option-list li {
    float: left;
    margin-right: 8px;
}


ul.option-list li a {
    padding: 0 7px;
    background: #eee;
    display: block;
    margin-top: 8px;
    border-radius: 3px;
    line-height: 30px;
}
.icon-phone-1:before {
    content: '\e9c9';
}

.strip.list_view figure a img {
    min-height: 80px;
    width: auto;
    max-width: 85%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.strip.list_view figure a:hover img {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}


.strip figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


#newsletter .form-group {
    position: relative;
}

#newsletter input[type=email] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-right: 15px;
    font-size: 14px;
    font-size: .875rem;
    background-color: #000;
    background-color: rgba(0,0,0,.06);
    text-align: left;
}
#newsletter input[type=text] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-right: 15px;
    font-size: 14px;
    font-size: .875rem;
    background-color: #000;
    background-color: rgba(0,0,0,.06);
    text-align: left;
}


#newsletter button {
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    border: 0;
    padding: 0 12px;
    height: 40px;
    line-height: 42px;
    cursor: pointer;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #3fac7d;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    float: left;
}
.custom-search-input-2.inner input::placeholder ,#newsletter input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6a6a6a;
    opacity: .5; /* Firefox */
}


.ads-div-wide{
    background: center no-repeat;
    background-size: cover;
    min-height: 179px;
    max-width: 728px ;
    margin-bottom:30px ;
}

@media only screen and (max-width: 767px) {
    .header-area #nav-brand {
        max-height: 56px;
    }
    .classy-navbar .nav-brand{
        margin-left: 30px;
        margin-right: 0px;
    }
    .header-area .is-sticky #nav-brand {
        max-height: 60px;
    }
    .header-area .is-sticky .navbarToggler span {
        background-color: #080707!important;
    }
    .ads-div-wide {
        background: center no-repeat;
        background-size: contain;
        min-height: 50px;
        max-width: 100%;
        margin-bottom: 0px;
    }
    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {

        display: block;
    }

    .btn-companyadd a{
        font-size: 12px;
    }

}
