@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

.container-xl {
  margin: auto;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 1575px) {
  .container-xl {
    padding: 0 100px;
	max-width:100%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1574px) {
  .container-xl {
    padding: 0 100px;
  }
}
body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Lato', sans-serif;
    color: #8b8b8b
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    color: #ef4f1c
}

a:hover {
    text-decoration: none;
    color: #242424
}

a:focus {
    text-decoration: none
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize
}

h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    font-size: 16px;
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

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

ul {
    list-style: none;
    padding: 0;
    margin: 0
}
hr {
    margin: 0;
}
.sec-pad {
    padding: 60px 0px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.form-control {
    height: 50px;
    color: #242424;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%
}

.form-control::-webkit-input-placeholder {
    color: #495057
}

.form-control:-ms-input-placeholder {
    color: #495057
}

.form-control::-ms-input-placeholder {
    color: #495057
}

.form-control::placeholder {
    color: #495057
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #ef4f1c
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

textarea.form-control {
    height: auto
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-100 {
    margin-top: -100px
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}
.text-right {
    text-align: right;
}
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.buy-now-btn:hover {
    background-color: #ef4f1c;
    color: #fff
}

.default-btn {
    font-size: 14px;
    color: #fff;
    padding: 15px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    overflow: hidden;
    line-height: 1;
    z-index: 1;
    background-color: #ef4f1c;
    border-radius: 50px
}

.default-btn.two {
    border-radius: 0;
    background-color: #242424
}

.default-btn.two::before {
    background-color: #ef4f1c
}

.default-btn.two::after {
    background-color: #ef4f1c
}

.default-btn.four {
    background-color: #eb6711;
    border-radius: 0;
    line-height: 1.4
}

.default-btn.four i {
    position: relative;
    right: -9px
}

.default-btn.four::before {
    background-color: #ef4f1c
}

.default-btn.four::after {
    background-color: #ef4f1c
}

.default-btn i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #242424;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #242424;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.default-btn.active {
    margin-left: 20px;
    color: #242424;
    background-color: #fff
}

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

.default-btn:hover::before {
    left: auto;
    right: 0;
    width: 50%
}

.default-btn:hover::after {
    left: 0;
    right: 0;
    width: 50%
}
.default-btn.five {
    background: transparent;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid lightgrey;
    border-radius: 0;
    padding: 15px 30px;
    text-transform: capitalize;
}
.default-btn.five:hover{
	color: #fff;
}
.read-more {
    line-height: 1;
    color: #8b8b8b;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.read-more:hover {
    color: #ef4f1c;
    letter-spacing: 1.5px
}

.read-more:hover i {
    color: #ef4f1c;
    -webkit-animation: rotation .5s linear infinite;
    animation: rotation .5s linear infinite
}

.header-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px
}

.header-area .top-header-area {
    background-color: #fff;
    padding: 15px 0
}

.header-area .top-header-area .header-content-left a {
    color: #8b8b8b;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 15px
}

.header-area .top-header-area .header-content-left i {
    color: #8b8b8b;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 3px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header-area .top-header-area .header-content-left:hover a {
    color: #ef4f1c;
    border-color: #ef4f1c
}

.header-area .top-header-area .header-content-left:hover a i {
    color: #ef4f1c
}

.header-area .top-header-area .header-logo {
    text-align: center;
    max-width: 100px;
    margin: auto
}

.header-area .top-header-area .header-logo .white-logo {
    display: none
}

.header-area .top-header-area .header-content-right {
    float: right
}

.header-area .top-header-area .header-content-right a {
    color: #8b8b8b;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 15px
}

.header-area .top-header-area .header-content-right a i {
    color: #8b8b8b;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 3px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header-area .top-header-area .header-content-right a:hover {
    color: #ef4f1c;
    border-color: #ef4f1c
}

.header-area .top-header-area .header-content-right a:hover i {
    color: #ef4f1c
}

.nav-area .container {
    max-width: 1300px
}

.nav-area .navbar-area .main-nav {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f1f1f1
}

.nav-area .navbar-area .main-nav .navbar {
    padding-left: 0;
    padding-right: 0
}

.nav-area .navbar-area .main-nav .navbar .mean-menu {
    border-top: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item {
    padding: 10px 0
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left: 0;
    margin: 0 15px;
    position: relative;
    text-transform: capitalize;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::after {
    content: "";
    position: absolute;
    top: 11px;
    left: -19px;
    width: 4px;
    height: 4px;
    background-color: #8b8b8b;
    border-radius: 50%
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 5px
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #3b559f
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #3b559f
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    top: 100%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    padding: 0
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #242424;
    position: relative;
    padding: 5px 15px;
    border-bottom: 1px dashed #eee;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    text-transform: capitalize;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #ef4f1c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::after {
    display: none
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 20px
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #515151;
    background-color: #f3f3f3
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #515151;
    background-color: #f3f3f3
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    top: 0
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0 !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 130%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:first-child a::after {
    display: none
}

.nav-area .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #242424;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important
}

.nav-area .others-option-one {
    position: absolute;
    left: 50px;
    top: 22px
}

.nav-area .others-option-two .social-icon {
    line-height: 1
}

.nav-area .others-option-two .social-icon li {
    display: inline-block
}

.nav-area .others-option-two .social-icon li a {
    padding: 0 5px
}

.nav-area .others-option-two .social-icon li a i {
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-area .others-option-two .social-icon li:last-child a {
    padding-right: 0
}

.nav-area .others-option-two .social-icon li:first-child a {
    padding-left: 0
}

.nav-area .others-option-two .social-icon li:nth-child(1) a i {
    color: #0c92ff
}

.nav-area .others-option-two .social-icon li:nth-child(1) a:hover i {
    color: #ef4f1c
}

.nav-area .others-option-two .social-icon li:nth-child(2) a i {
    color: #1da1f2
}

.nav-area .others-option-two .social-icon li:nth-child(2) a:hover i {
    color: #ef4f1c
}

.nav-area .others-option-two .social-icon li:nth-child(3) a i {
    color: #fe0eb2
}

.nav-area .others-option-two .social-icon li:nth-child(3) a:hover i {
    color: #ef4f1c
}

.nav-area .others-option-two .social-icon li:nth-child(4) a i {
    color: #d32f2f
}

.nav-area .others-option-two .social-icon li:nth-child(4) a:hover i {
    color: #ef4f1c
}

.nav-area .others-option-two .social-icon li:nth-child(5) a i {
    color: #e52d27
}

.nav-area .others-option-two .social-icon li:nth-child(5) a:hover i {
    color: #ef4f1c
}

.nav-area .others-option-two {
    position: absolute;
    right: 50px;
    top: 30px
}

.nav-area .others-option-two .option-item {
    color: #8b8b8b;
    display: inline-block;
    line-height: 1;
    margin-right: 14px;
    position: relative;
	    font-size: 14px;
}

.nav-area .others-option-two .option-item span {
    text-transform: uppercase;
    position: absolute;
    left: -26px;
    top: -2px;
    font-size: 20px;
    color: #ef4f1c;
}

.nav-area .others-option-two .option-item .search-overlay {
    display: none
}

.nav-area .others-option-two .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-top: 27px
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form {
    position: relative
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #242424;
    outline: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #ef4f1c
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #ef4f1c;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 0
}

.nav-area .others-option-two .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #242424
}

.nav-area .others-option-two .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #8b8b8b;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    position: relative;
    top: 3px
}

.nav-area .others-option-two .option-item .search-btn:hover {
    color: #ef4f1c
}

.nav-area .others-option-two .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #ef4f1c;
    position: relative;
    top: 3px
}

.nav-area .others-option-two .option-item .close-btn:hover {
    color: #ef4f1c
}

.nav-area .others-option-two .option-item .close-btn.active {
    display: block
}

.nav-area .others-option-two .cart {
    font-size: 25px;
    display: inline-block;
    margin-left: 10px;
    top: 6px;
    position: relative;
    cursor: pointer
}

.nav-area .others-option-two .cart a {
    color: #8b8b8b;
    position: relative
}

.nav-area .others-option-two .cart a span {
    position: absolute;
    top: -4px;
    right: -4px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: red;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px
}

.nav-area .others-option-two .cart a:hover {
    color: #ef4f1c
}

.nav-area .others-option-two .cart::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 80%;
    border-left: 1px dashed #d4d4d4
}

.banner-text {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    text-align: center;
    padding: 193px 30px;
    padding-left: 65px;
    position: relative;
    z-index: 1
}

.banner-text .date {
    margin-bottom: 30px
}

.banner-text h1 {
    font-size: 45px;
    margin-bottom: 25px
}

.banner-text p {
    margin-bottom: 30px
}

.banner-text .banner-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .1;
    z-index: -1
}

.banner-slider-wrap {
    position: relative
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "PREV";
    position: absolute;
    left: 35px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ef4f1c;
    color: #fff;
    border-radius: 50%
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before {
    content: "NEXT";
    position: absolute;
    right: 35px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ef4f1c;
    color: #fff;
    border-radius: 50%
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before:hover {
    background-color: #fff;
    color: #ef4f1c
}

.banner-slider-wrap.owl-theme span {
    display: none
}

.banner-slider-wrap.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%
}

.banner-slider-wrap.owl-theme .owl-nav::before {
    content: "";
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    width: 75%;
    height: 2px;
    background-color: #e4e1e0;
    margin: auto
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
    background-color: #fff;
    color: #ef4f1c
}

.banner-slider-wrap.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
    background-color: #fff;
    color: #ef4f1c
}

.slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px
}

.slider-item.bg-1 {
    background-image: url(../../assets/img/life-style-page-img/banner-img/1.jpg)
}

.slider-item.bg-2 {
    background-image: url(../../assets/img/life-style-page-img/banner-img/2.jpg)
}

.hello-text-wrap {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 75px 30px
}

.hello-text-wrap .hello-text h2 {
    font-size: 40px;
    margin-bottom: 0
}

.hello-text-wrap .hello-text-2 p {
    margin-bottom: 30px
}

.hello-img-wrap {
    margin-left: 60px;
    margin-right: 15px
}

.hello-img {
    border-top: 30px solid #f8f8f8;
    margin-bottom: 30px;
    position: relative
}

.hello-img .default-btn {
    position: absolute;
    bottom: 20px;
    right: 20%;
    left: 20%;
    background-color: #fff;
    color: #ef4f1c
}

.hello-img.one {
    margin-top: -62px;
    border-top: 30px solid #f8f8f8;
    border-left: 30px solid #f8f8f8;
    border-right: 30px solid #f8f8f8
}

.hello-img.two {
    border-top: 30px solid #f8f8f8;
    border-left: none;
    border-right: 15px solid #f8f8f8
}

.hello-img.three {
    border-left: 15px solid #f8f8f8
}

.trending-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.trending-img.bg-1 {
    background-image: url(../../assets/img/life-style-page-img/trending-img/1.jpg)
}

.trending-img.bg-2 {
    background-image: url(../../assets/img/life-style-page-img/trending-img/2.jpg)
}

.trending-img.bg-3 {
    background-image: url(../../assets/img/life-style-page-img/trending-img/3.jpg)
}

.trending-wrap .trending-text .date {
    margin-bottom: 15px
}

.trending-wrap .trending-text h3 {
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.trending-wrap .trending-text h3:hover {
    color: #ef4f1c
}

.trending-area .container-fluid {
    max-width: 1244px;
    margin-left: auto;
    margin-right: 0
}

.cherry-area {
    background-image: url(../../assets/img/life-style-page-img/cherry-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.cherry-wrap {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 50px;
    background-color: #fff;
    text-align: center;
    max-width: 700px;
    margin: auto
}

.cherry-wrap .date {
    margin-bottom: 15px
}

.cherry-wrap h2 {
    font-size: 35px;
    margin-bottom: 25px
}

.cherry-wrap p {
    margin-bottom: 30px
}

.single-featured {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px
}

.single-featured .featured-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    text-align: center;
    padding: 30px;
    max-width: 490px;
    margin: -100px auto 0;
    position: relative
}

.single-featured .featured-content .date {
    margin-bottom: 10px
}

.single-featured .featured-content h3 {
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-featured .featured-content p {
    margin-bottom: 20px
}

.single-featured.two {
    margin-top: 30px
}

.single-featured.two .featured-content {
    margin-top: -200px
}

.single-featured.four {
    margin-top: -70px
}

.single-featured.six {
    margin-top: -70px
}

.single-featured:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-featured:hover .featured-content h3 {
    color: #ef4f1c
}

.intelligent-area {
    background-color: #f1e9e7
}

.intelligent-area .cherry-wrap {
    max-width: unset
}

.intelligent-area .intelligent-img {
    background-image: url(../../assets/img/life-style-page-img/intelligent-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.single-inspired {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px
}

.single-inspired .inspired-content {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    position: relative;
    padding: 20px;
    margin-top: -50px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-inspired .inspired-content .date {
    margin-bottom: 15px
}

.single-inspired .inspired-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-inspired:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-inspired:hover .inspired-content {
    max-width: 100%
}

.single-inspired:hover .inspired-content h3 {
    color: #ef4f1c
}

.inspired-area .owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 1
}

.inspired-area .owl-theme .owl-dots .owl-dot span {
    background-color: #8b8b8b;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 10px
}

.inspired-area .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #ef4f1c;
    background-color: transparent;
    position: relative
}

.inspired-area .owl-theme .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -15px;
    width: 8px;
    height: 2px;
    background-color: #ef4f1c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.inspired-area .owl-theme .owl-dots .owl-dot.active span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -15px;
    width: 8px;
    height: 2px;
    background-color: #ef4f1c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.subscribe-area {
    background-color: #ef4f1c;
    padding-top: 70px;
    padding-bottom: 70px
}

.subscribe-area .subscribe-content h2 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase
}

.subscribe-area .subscribe-wrap .newsletter-form {
    position: relative
}

.subscribe-area .subscribe-wrap .newsletter-form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 22px 65px;
    background-color: #242424
}

.subscribe-area .subscribe-wrap .newsletter-form .default-btn:hover {
    background-color: #fff;
    color: #ef4f1c
}

.subscribe-area .subscribe-wrap .form-control {
    height: 60px;
    color: #8b8b8b;
    border-radius: 0;
    border: none;
    width: 70%;
    display: inline-block
}

.subscribe-area .subscribe-wrap .form-control:focus {
    background-color: #fff
}

.subscribe-area .subscribe-wrap #validator-newsletter {
    color: red;
    position: absolute;
    bottom: -30px
}

.popular-today-area .owl-theme .owl-dots {
    margin-top: 30px !important;
    line-height: 1
}

.popular-today-area .owl-theme .owl-dots .owl-dot span {
    background-color: #8b8b8b;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 10px
}

.popular-today-area .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #ef4f1c;
    background-color: transparent;
    position: relative
}

.popular-today-area .owl-theme .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -15px;
    width: 8px;
    height: 2px;
    background-color: #ef4f1c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.popular-today-area .owl-theme .owl-dots .owl-dot.active span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -15px;
    width: 8px;
    height: 2px;
    background-color: #ef4f1c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.popular-today-area .trending-wrap .trending-text h3 {
    font-size: 20px
}

.single-slider-instagram {
    position: relative
}

.single-slider-instagram::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ef4f1c;
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-slider-instagram .instagram-link {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-slider-instagram .instagram-link i {
    color: #fff;
    font-size: 50px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-slider-instagram .instagram-link i:hover {
    color: #242424
}

.single-slider-instagram:hover .instagram-link {
    top: 0
}

.single-slider-instagram:hover::before {
    height: 100%
}

.footer-area {
    background-color: #1f1f1f
}

.footer-area .footer-wrap {
    text-align: center;
    max-width: 510px;
    margin: 0 auto 50px
}

.footer-area .footer-wrap img {
    margin-bottom: 20px
}

.footer-area .footer-wrap p {
    color: #fff;
    text-transform: uppercase
}

.footer-area .footer-wrap p i {
    position: relative;
    top: 1px;
    color: red
}

.footer-area .footer-wrap p a {
    color: #fff
}

.footer-area .footer-wrap p a:hover {
    color: #ef4f1c
}

.footer-area .important-links {
    margin-bottom: 20px
}

.footer-area .important-links li {
    display: inline-block;
    padding: 0 5px
}

.footer-area .important-links li a {
    color: #959595;
    text-transform: uppercase
}

.footer-area .important-links li a:hover {
    color: #fff
}

.footer-area .important-links li:first-child {
    padding-left: 0
}

.footer-area .important-links li:last-child {
    padding-right: 0
}

.footer-area .social {
    margin-bottom: 20px;
    float: right
}

.footer-area .social li {
    display: inline-block;
    padding: 0 5px
}

.footer-area .social li a {
    color: #fff
}

.footer-area .social li a i {
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer-area .social li a:hover {
    color: #ef4f1c
}

.footer-area .social li:first-child {
    padding-left: 0
}

.footer-area .social li:last-child {
    padding-right: 0
}

.footer-area .social li:nth-child(1) a i {
    color: #0c92ff
}

.footer-area .social li:nth-child(1) a:hover i {
    color: #ef4f1c
}

.footer-area .social li:nth-child(2) a i {
    color: #1da1f2
}

.footer-area .social li:nth-child(2) a:hover i {
    color: #ef4f1c
}

.footer-area .social li:nth-child(3) a i {
    color: #fe0eb2
}

.footer-area .social li:nth-child(3) a:hover i {
    color: #ef4f1c
}

.footer-area .social li:nth-child(4) a i {
    color: #d32f2f
}

.footer-area .social li:nth-child(4) a:hover i {
    color: #ef4f1c
}

.footer-area .social li:nth-child(5) a i {
    color: #e52d27
}

.footer-area .social li:nth-child(5) a:hover i {
    color: #ef4f1c
}

.nav-area-two .navbar-area .main-nav {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    position: relative
}

.nav-area-two .navbar-area .main-nav .navbar .mean-menu {
    border-top: none;
    border-bottom: none;
    position: relative;
    z-index: 1
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item {
    padding: 20px 0
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo {
    padding: 0;
    position: relative
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo::before {
    content: "";
    position: absolute;
    top: 40%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: 1
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .white-logo {
    display: none
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link::after {
    display: none
}

.nav-area-two .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link img {
    max-width: 100px;
    position: relative;
    top: 4px
}

.nav-area-two .navbar-area .main-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/minimal-page-img/menu-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5
}

.nav-area-two .others-option-two .search .search-txt {
    border: 1px solid #fff
}

.nav-area-two .others-option-two .search .search-btn {
    background: #fff
}

.banner-area-two {
    background-image: url(.././img/minimal-page-img/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 200px
}

.banner-area-two::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: -1
}

.banner-area-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: -2
}

.banner-area-two .banner-text {
    padding: 50px;
    max-width: 950px;
    margin: auto;
    -webkit-box-shadow: 0 -20px 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 -20px 20px 3px rgba(0, 0, 0, .05)
}

.banner-area-two .banner-social-area {
    max-width: 950px;
    background-color: #efe3e2;
    margin: auto;
    text-align: center
}

.banner-area-two .banner-social-area .social-text {
    line-height: 1;
    text-align: center
}

.banner-area-two .banner-social-area .social-text li {
    display: inline;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px
}

.banner-area-two .banner-social-area .social-text li a {
    color: #242424
}

.banner-area-two .banner-social-area .social-text li a:hover {
    color: #ef4f1c
}

.banner-area-two .banner-social-area .social-text li:hover a {
    color: #ef4f1c
}

.banner-area-two .banner-social-area .share-now {
    display: inline-block;
    display: block;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    font-size: 18px;
    color: #242424
}

.banner-area-two .banner-social-area .share-now:hover {
    color: #ef4f1c
}

.banner-area-two .banner-social-area .share-now i {
    background-color: #c98f88;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.banner-area-two .banner-social-area .share-now i:hover {
    background-color: #242424
}

.minimal-blog-area {
    padding-bottom: 50px
}

.minimal-blog-wrap {
    margin-bottom: 0px
}

.minimal-blog-wrap .single-minimal-blog {
    position: relative
}

.minimal-blog-wrap .single-minimal-blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2
}

.minimal-blog-wrap .minimal-blog-content {
    text-align: left
}

.minimal-blog-wrap .minimal-blog-content .date-two {
    margin-bottom: 20px
}

.minimal-blog-wrap .minimal-blog-content h3 {
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 30px;
	
    color: #3c4a96;
}

.minimal-blog-wrap .minimal-blog-content h3:hover {
    color: #ef4f1c
}

.minimal-blog-wrap .minimal-blog-content p {
    margin-bottom: 20px
}

.minimal-blog-wrap .minimal-blog-content .social-icon {
    line-height: 1;
    margin-bottom: 20px
}

.minimal-blog-wrap .minimal-blog-content .social-icon li {
    display: inline-block
}

.minimal-blog-wrap .minimal-blog-content .social-icon li span {
    font-size: 16px;
    position: relative;
    top: -4px
}

.minimal-blog-wrap .minimal-blog-content .social-icon li a {
    padding: 0 5px
}

.minimal-blog-wrap .minimal-blog-content .social-icon li a i {
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:last-child a {
    padding-right: 0
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:first-child a {
    padding-left: 0
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(1) a i {
    color: #0c92ff
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(1) a:hover i {
    color: #ef4f1c
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(2) a i {
    color: #1da1f2
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(2) a:hover i {
    color: #ef4f1c
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(3) a i {
    color: #fe0eb2
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(3) a:hover i {
    color: #ef4f1c
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(4) a i {
    color: #d32f2f
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(4) a:hover i {
    color: #ef4f1c
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(5) a i {
    color: #e52d27
}

.minimal-blog-wrap .minimal-blog-content .social-icon li:nth-child(5) a:hover i {
    color: #ef4f1c
}

.subscribe-area.two {
    background-image: url(../../assets/img/minimal-page-img/subscribe-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.subscribe-area.two .subscribe-area-wrap {
    max-width: 950px;
    margin: auto;
    background-color: rgba(255, 255, 255, .9);
    padding: 50px
}

.subscribe-area.two .subscribe-area-wrap h2 {
    color: #242424;
    font-size: 22px;
    margin-bottom: 0
}

.subscribe-area.two .subscribe-area-wrap .form-control {
    background-color: #c8c8c8
}

.subscribe-area.two .subscribe-area-wrap .newsletter-form .default-btn {
    padding: 22px 40px
}

.nav-area-three .navbar-area .main-nav {
    background-color: #fff;
    position: relative
}

.nav-area-three .navbar-area .main-nav .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.nav-area-three .navbar-area .main-nav .navbar .mean-menu {
    position: relative;
    z-index: 1
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item {
    padding: 15px 0
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo {
    padding: 0;
    position: relative;
    padding: 0 60px
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 100%;
    height: 110%;
    background-color: #fff;
    z-index: 1
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link {
    z-index: 1
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link::after {
    display: none
}

.nav-area-three .navbar-area .main-nav nav .navbar-nav .nav-item.logo .nav-link img {
    max-width: 100px;
    position: relative;
    top: -1px
}

.nav-area-three .others-option-two .search .search-txt {
    border: 1px solid #fff
}

.nav-area-three .others-option-two .search .search-btn {
    background: #fff
}

.design-sponge-item {
    text-align: center;
    position: relative
}

.design-sponge-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5))
}

.design-sponge-item .design-sponge-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    max-width: 500px;
    margin: auto
}

.design-sponge-item .design-sponge-content .admin {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-left: 50px
}

.design-sponge-item .design-sponge-content .admin img {
    margin-right: 10px;
    border-radius: 50px;
    width: unset;
    margin: auto;
    position: absolute;
    left: 0;
    top: -6px
}

.design-sponge-item .design-sponge-content .admin a {
    color: #fff;
    font-size: 15px
}

.design-sponge-item .design-sponge-content .admin a:hover {
    color: #ef4f1c
}

.design-sponge-item .design-sponge-content h3 {
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-size: 30px
}

.design-sponge-item .design-sponge-content h3:hover {
    color: #ef4f1c
}

.design-sponge-item .design-sponge-content .date li {
    color: #fff;
    border-color: #fff
}

.design-sponge-wrap {
    position: relative
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "PREV";
    position: absolute;
    left: 35px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #b56953;
    border-radius: 50%
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-next::before {
    content: "NEXT";
    position: absolute;
    right: 35px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #b56953;
    border-radius: 50%
}

.design-sponge-wrap.owl-theme span {
    display: none
}

.design-sponge-wrap.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 50%;
    -webkit-transform: translateY(35px);
    transform: translateY(35px)
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
    background-color: #b56953;
    color: #fff
}

.design-sponge-wrap.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
    background-color: #b56953;
    color: #fff
}

.address-area {
    padding-top: 30px;
    padding-bottom: 30px
}

.address-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.address-area .email-area {
    background-image: url(../../assets/img/interior-page-img/address-img/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding: 50px;
    z-index: 1
}

.address-area .email-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    z-index: -1
}

.address-area .email-area span {
    display: block;
    color: #fff;
    font-size: 20px
}

.address-area .email-area a {
    display: block;
    color: #fff;
    font-size: 30px
}

.address-area .email-area a:hover {
    color: #ef4f1c
}

.address-area .subscribe-wrap {
    background-image: url(../../assets/img/interior-page-img/address-img/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    padding: 50px;
    z-index: 1
}

.address-area .subscribe-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    z-index: -1
}

.address-area .subscribe-wrap h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px
}

.address-area .subscribe-wrap .form-control {
    width: 60%;
    display: inline-block;
    background-color: #fff
}

.address-area .subscribe-wrap .default-btn {
    display: inline-block;
    padding: 17px 60px;
    margin-left: 15px
}

.latest-articles-area {
    padding-bottom: 30px
}

.latest-articles-area .container-fluid {
    padding-left: 45px;
    padding-right: 45px
}

.latest-articles-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
	margin-bottom:30px;
}

.latest-articles-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: -1
}


.latest-articles-content {
    padding: 20px
}

.latest-articles-content .date {
    margin-bottom: 15px
}

.latest-articles-content h3 {
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 20px
}

.latest-articles-content h3:hover {
    color: #ef4f1c
}

.latest-articles-content p {
    margin-bottom: 20px
}

.latest-articles-content.must {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.latest-articles-content.must h3 {
    font-size: 18px
}

.latest-articles-content.must .read-more {
    font-size: 15px
}

.news-update .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.update-bg {
    background-image: url(../../assets/img/interior-page-img/update-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1
}

.update-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: -1
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "PREV";
    position: absolute;
    left: 35px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #b56953;
    border-radius: 50%
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-next::before {
    content: "NEXT";
    position: absolute;
    right: 35px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #b56953;
    border-radius: 50%
}

.update-bg .owl-theme span {
    display: none
}

.update-bg .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(35px);
    transform: translateY(35px)
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
    background-color: #b56953;
    color: #fff
}

.update-bg .owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
    background-color: #b56953;
    color: #fff
}

.update-news-item {
    text-align: center;
    max-width: 700px;
    margin: auto
}

.update-news-item .date {
    margin-bottom: 15px
}

.update-news-item .date li {
    color: #fff
}

.update-news-item h2 {
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.update-news-item h2:hover {
    color: #ef4f1c
}

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

.blogger .blogger-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    max-width: 400px;
    margin: -50px auto 0;
    padding: 30px;
    position: relative
}

.blogger .blogger-content h3 {
    font-size: 20px
}

.blogger .blogger-content span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.blogger .blogger-content p {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 15px
}

.blogger .blogger-content .social-icon {
    line-height: 1
}

.blogger .blogger-content .social-icon li {
    display: inline-block
}

.blogger .blogger-content .social-icon li a {
    padding: 0 5px
}

.blogger .blogger-content .social-icon li a i {
    font-size: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    display: inline-block;
    padding: 5px;
    transition: all .5s
}

.blogger .blogger-content .social-icon li:last-child a {
    padding-right: 0
}

.blogger .blogger-content .social-icon li:first-child a {
    padding-left: 0
}

.blogger .blogger-content .social-icon li:nth-child(1) a i {
    color: #0c92ff
}

.blogger .blogger-content .social-icon li:nth-child(1) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.blogger .blogger-content .social-icon li:nth-child(2) a i {
    color: #1da1f2
}

.blogger .blogger-content .social-icon li:nth-child(2) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.blogger .blogger-content .social-icon li:nth-child(3) a i {
    color: #fe0eb2
}

.blogger .blogger-content .social-icon li:nth-child(3) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.blogger .blogger-content .social-icon li:nth-child(4) a i {
    color: #d32f2f
}

.blogger .blogger-content .social-icon li:nth-child(4) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.blogger .blogger-content .social-icon li:nth-child(5) a i {
    color: #e52d27
}

.blogger .blogger-content .social-icon li:nth-child(5) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.categories-area h3 {
    border-top: 1px dashed #e4e4e4;
    border-bottom: 1px dashed #e4e4e4;
    padding: 5px 0;
    margin-bottom: 30px
}

.categories-area ul li a {
    background-color: #b56953;
    display: block;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s
}

.categories-area ul li a span {
    float: right;
    background-color: #fff;
    display: inline-block;
    padding: 3px 10px;
    color: #b56953
}

.categories-area ul li a:hover {
    background-color: #242424
}

.nav-area-four .navbar-area .main-nav {
    padding: 10px 0;
    background-color: transparent
}

.nav-area-four .navbar-area .main-nav.bg-color {
    background-color: #fff
}

.nav-area-four .navbar-area .main-nav .navbar .container {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px
}

.nav-area-four .navbar-area .main-nav .navbar .mean-menu {
    border: none
}

.nav-area-four .navbar-area .main-nav nav .navbar-nav .nav-item a::after {
    display: none
}

.nav-area-four .navbar-area .navbar-brand {
    padding-top: 0;
    margin-right: 20px;
	
    max-width: 245px;
}

.nav-area-four .navbar-area.is-sticky {
    background-color: #fff
}

.nav-area-four .others-option-two {
    
}

.nav-area-four .others-option-two .search .search-txt {
    border: 1px solid #fff
}

.nav-area-four .others-option-two .search .search-btn {
    background: #fff
}

.sidebar-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: 0 0 20px 3px rgba(0, 0, 0, .05);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    text-align: center
}

.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 30%;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px
}

.sidebar-modal .sidebar-modal-inner .close-btn {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 36px;
    background-color: #242424;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
    color: #fff;
    background-color: #ef4f1c
}

.sidebar-modal .sidebar-about-area {
    margin-bottom: 40px
}

.sidebar-modal .sidebar-about-area .title h2 {
    margin-bottom: 0;
    font-size: 24px
}

.sidebar-modal .sidebar-about-area .title p {
    margin-top: 15px;
    font-size: 15px
}

.sidebar-modal .sidebar-instagram-feed {
    margin-bottom: 40px
}

.sidebar-modal .sidebar-instagram-feed h2 {
    margin-bottom: 25px;
    font-size: 24px
}

.sidebar-modal .sidebar-instagram-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: -10px
}

.sidebar-modal .sidebar-instagram-feed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px
}

.sidebar-modal .sidebar-instagram-feed ul li a {
    display: block;
    position: relative
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
    opacity: .5;
    visibility: visible
}

.sidebar-modal .sidebar-contact-area .contact-info {
    text-align: center
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 24px;
    text-transform: lowercase
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #ef4f1c
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
    color: #8b8b8b
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
    color: #8b8b8b
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #ef4f1c
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
    display: block;
    color: #8b8b8b;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 1px;
    padding-left: 0
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 38px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #8b8b8b;
    display: block
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
    font-size: 16px
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #ef4f1c;
    background-color: #ef4f1c
}

.sidebar-modal.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, .9)
}

.sidebar-modal.active .sidebar-modal-inner {
    right: 0
}

.banner-area-four {
    background-image: url(../../assets//img/travel-page-img/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner-area-four .container {
    max-width: 1300px
}

.banner-area-four .banner-bg-color {
    background-color: #fff;
    padding: 120px 30px 60px
}

.banner-area-four .banner-text {
    text-align: left;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.banner-area-four .banner-text h1 {
    font-size: 70px
}

.banner-area-four .travel-admin {
    position: relative;
    top: 100px
}

.banner-area-four .travel-admin .travel-admin-text {
    position: absolute;
    left: 0;
    top: 13px;
    padding-left: 100px
}

.banner-area-four .travel-admin .travel-admin-text h3 {
    margin-bottom: 5px
}

.banner-area-four .admin-post-wrap {
    background-color: #fff;
    max-width: 300px;
    margin-left: auto;
    margin-top: -50px
}

.banner-area-four .admin-post-wrap .admin-post-admin-text .date {
    margin-bottom: 20px
}

.banner-area-four .admin-post-wrap .admin-post-admin-text h3 {
    font-size: 18px
}

.banner-area-four .admin-post-wrap.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 0
}

.banner-area-four .admin-post-wrap.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #242424
}

.find-desire-area .container {
    max-width: 1300px
}

.find-desire-area .col-lg-4:nth-child(1) .single-find-desire {
    border-bottom: 1px dashed #eee;
    border-right: 1px dashed #eee
}

.find-desire-area .col-lg-4:nth-child(2) .single-find-desire {
    border-bottom: 1px dashed #eee;
    border-right: 1px dashed #eee
}

.find-desire-area .col-lg-4:nth-child(3) .single-find-desire {
    border-bottom: 1px dashed #eee
}

.find-desire-area .col-lg-4:nth-child(4) .single-find-desire {
    border-right: 1px dashed #eee
}

.find-desire-area .col-lg-4:nth-child(5) .single-find-desire {
    border-right: 1px dashed #eee
}

.find-desire-content span {
    position: relative;
   
    line-height: 1;
}


.find-desire-content h2 {
    font-size: 36px;
    margin-bottom: 22px
}
.find-desire-content h2 span{
	color:#717275;
	font-weight:500;
}

.find-desire-content p {
    margin-bottom: 10px;
}

.find-desire-content .default-btn {
    margin-top: 20px;
    background-color: #ef4f1c;
    color: #fafafa;
    border-radius: 0px;
}

.find-desire-content .default-btn:hover {
    color: #fff
}

.single-find-desire {
    text-align: center;
    cursor: pointer;
    padding: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-find-desire i {
    font-size: 60px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-find-desire span {
    display: block;
    margin-bottom: 10px
}

.single-find-desire h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20px
}

.single-find-desire:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-find-desire:hover i {
    color: #eb6711
}

.destination-area .container {
    max-width: 1300px
}

.single-destination {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s
}
.destination-area a.read-more {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}
.single-destination .destination-content {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    background: #0000008c;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.single-destination .destination-content span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.single-destination .destination-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-destination .destination-content h3:hover {
    color: #ef4f1c
}

.single-destination:hover .destination-content h3{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}



.exploring-area .container {
    max-width: 1300px
}

.exploring-area .blogger .blogger-img {
    position: relative
}

.exploring-area .blogger .blogger-img .astiver {
    position: absolute;
    bottom: -25px;
    z-index: 1;
    right: 0;
    left: 0
}

.exploring-area .blogger .blogger-img .astiver p {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    color: #fff
}

.exploring-area .blogger .blogger-content {
    margin-top: 0
}

.exploring-area .blogger .blogger-content p {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px
}

.exploring-area .blogger .blogger-content .follow {
    position: relative
}

.exploring-area .blogger .blogger-content .follow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    border: 1px dashed #eee
}

.exploring-area .blogger .blogger-content .follow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    border: 1px dashed #eee
}

.single-exploring .exploring-content {
    margin-top: -40px
}

.single-exploring .exploring-content .dddddd {
    position: relative;
    z-index: 1;
    margin-bottom: 15px
}

.single-exploring .exploring-content .dddddd .date {
    position: absolute;
    top: 35%;
    left: 40px
}

.single-exploring .exploring-content .dddddd .date li {
    text-transform: capitalize;
    color: #fff;
    border-color: #fff
}

.single-exploring .exploring-content h3 {
    font-size: 30px;
    margin-bottom: 25px
}

.single-exploring .exploring-content p {
    margin-bottom: 30px;
    color: #333;
    font-size: 15px;
}

.single-exploring .exploring-content .read-more {
    color: #eb6711
}

.single-exploring .exploring-content .read-more i {
    position: relative;
    top: 3px;
    color: #eb6711
}

.advices-area .container {
    max-width: 1300px
}

.advices-area .container .advices-wrap {
    text-align: center;
    background-image: url(../../assets/img/travel-page-img/advices-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.advices-area .container .advices-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .35;
    z-index: -1
}

.advices-area .container .advices-wrap .advices-content {
    max-width: 700px;
    margin: auto
}

.advices-area .container .advices-wrap .advices-content .advices-shape {
    position: relative;
    margin-bottom: 10px
}

.advices-area .container .advices-wrap .advices-content .advices-shape span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
}

.advices-area .container .advices-wrap .advices-content h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 25px
}

.advices-area .container .advices-wrap .advices-content .read-more {
    color: #fff
}

.advices-area .container .advices-wrap .advices-content .read-more i {
    position: relative;
    top: 4px;
    color: #fff
}

.news-and-blog-area .container {
    max-width: 1300px
}

.single-news-blog {
    margin-bottom: 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
	position:relative;
}

.single-news-blog .news-blog-content {
    margin-top: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 40%;
    flex-direction: column;
    height: 100%;
    background: #0000008c;
	
    justify-content: center;
    padding: 15px;
}
.single-news-blog a {
    display: block;
}
.single-news-blog .news-blog-content .news-blog-btn a.default-btn.five {
    width: fit-content;
    background: #fff;
}
.single-news-blog .news-blog-content .news-blog-title {
    width: 100%;
}
.single-news-blog .news-blog-content .news-blog-btn {
    width: 100%;
    
}
.single-news-blog .news-blog-content .date {
    margin-bottom: 20px
}

.single-news-blog .news-blog-content .date li {
    text-transform: capitalize
}

.single-news-blog .news-blog-content h3 {
    font-size: 25px;
    margin-bottom: 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
	
    color: #fff;
}

.single-news-blog .news-blog-content h3:hover {
    color: #ef4f1c
}

.single-news-blog .news-blog-content .admin span {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 3px
}

.single-news-blog .news-blog-content .admin img {
    border-radius: 50px
}

.single-news-blog.four {
    margin-top: -110px
}

.single-news-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.travel-area {
    background-image: url(../../assets/img/travel-page-img/from-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: cover;
    text-align: center
}

.from-book-area .container {
    max-width: 1300px
}

.from-book-area .default-btn.four {
    display: block;
    line-height: 1.3
}

.map-area .container {
    max-width: 1300px
}

.map-area .map-wrap iframe {
    height: 500px;
    width: 100%
}

.product-area .container {
    max-width: 1300px
}

.product-area .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.product-area .owl-prev i {
    font-size: 50px;
    color: #8b8b8b;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-area .owl-prev:hover i {
    color: #eb6711
}

.product-area .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.product-area .owl-next i {
    font-size: 50px;
    color: #8b8b8b;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-area .owl-next:hover i {
    color: #eb6711
}

.product-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.single-product {
  text-align: center;
    padding: 15px 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.single-product .product-content {
    padding-top: 20px
}

.single-product .product-content ul {
    line-height: 1;
    margin-bottom: 15px
}

.single-product .product-content ul li {
    display: inline-block;
    color: #eb6711;
    padding: 0 5px
}

.single-product .product-content ul li del {
    color: #8b8b8b
}

.single-product .product-content h3 {
    margin-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 17px
}

.single-product .product-content h3:hover {
    color: #ef4f1c
}

.single-product .product-content .default-btn.four {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 185px;
    bottom: -24px;
    padding: 10px 30px;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.single-product:hover {
    border-color: #16a085
}

.single-product:hover .default-btn.four {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.travel-essential-area .container {
    max-width: 1300px
}

.travel-essential-area .single-exploring {
    margin-bottom: 30px
}

.instagram-area {
    padding-top: 40px
}

.instagram-area.four {
    background-color: #f0faf4
}

.footer-area-four {
    background-color: #292929;
	background-image:url(../img/footer-bg.png);
	background-position:right;
	background-repeat:no-repeat;
}

.single-widget {
    margin-bottom: 30px
}

.single-widget img {
    margin-bottom: 30px
}

.single-widget p {
        margin-bottom: 15px;
    color: #fff;
    width: 50%;
    font-size: 14px;
}

.single-widget .social-icon {
    line-height: 1
}

.single-widget .social-icon li {
    display: inline-block
}

.single-widget .social-icon li a {
    padding: 0 5px
}

.single-widget .social-icon li a i {
    font-size: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
	color:#fff;
    border: 1px solid #8b8b8b
}

.single-widget .social-icon li:last-child a {
    padding-right: 0
}

.single-widget .social-icon li:first-child a {
    padding-left: 0
}



.single-widget h3 {
    color: #8e8e8e;
    font-size: 16px;
    margin-bottom: 20px;
}

.single-widget .important-link li {
    margin-bottom: 5px
}

.single-widget .important-link li:last-child {
    margin-bottom: 0
}

.single-widget .important-link li a {
    color: #fff;
    font-size: 15px;
}

.single-widget .important-link li a:hover {
    color: #ef4f1c
}

.single-widget .recent-link li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px
}

.single-widget .recent-link li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #8e8e8e
}

.single-widget .recent-link li span {
    display: block;
    color: #fff;
    color: #8e8e8e;
    font-size: 16px;
    margin-bottom: 5px
}

.single-widget .recent-link li a {
    font-size: 17px;
    color: #fff
}

.single-widget .recent-link li a:hover {
    color: #ef4f1c
}

.single-widget .newsletter-form .form-control {
    background-color: #fff;
    border-color: #fff
}

.single-widget .newsletter-form .default-btn.four {
    margin-top: 20px;
    width: 100%
}

#validator-newsletter {
    color: red;
    margin-top: 10px
}

.footer-bottom-area {
	padding-top:20px;
    text-align: center
}

.footer-bottom-area .copy-right p {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
	
    font-size: 12px;
}

.footer-bottom-area .copy-right p i {
    position: relative;
    top: 2px
}

.footer-bottom-area .copy-right p a {
    color: #fff
}

.footer-bottom-area .copy-right p a:hover {
    color: #ef4f1c
}

.page-title-area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: -1
}

.page-title-area.bg-1 {
    background-image: url(../../assets/img/banner.jpg)
}

.page-title-area.bg-2 {
    background-image: url(../../assets/img/page-title-bg/2.jpg)
}

.page-title-area.bg-3 {
    background-image: url(../../assets/img/page-title-bg/3.jpg)
}

.page-title-area.bg-4 {
    background-image: url(../../assets/img/page-title-bg/4.jpg)
}

.page-title-area.bg-5 {
    background-image: url(../../assets/img/page-title-bg/5.jpg)
}

.page-title-area.bg-6 {
    background-image: url(../../assets/img/page-title-bg/6.jpg)
}

.page-title-area.bg-7 {
    background-image: url(../../assets/img/page-title-bg/7.jpg)
}

.page-title-area.bg-8 {
    background-image: url(../../assets/img/page-title-bg/8.jpg)
}

.page-title-area.bg-9 {
    background-image: url(../../assets/img/page-title-bg/9.jpg)
}

.page-title-area.bg-10 {
    background-image: url(../../assets/img/page-title-bg/10.jpg)
}

.page-title-area.bg-11 {
    background-image: url(../../assets/img/page-title-bg/11.jpg)
}

.page-title-area.bg-12 {
    background-image: url(../../assets/img/page-title-bg/12.jpg)
}

.page-title-area.bg-13 {
    background-image: url(../../assets/img/page-title-bg/13.jpg)
}

.page-title-area.bg-14 {
    background-image: url(../../assets/img/page-title-bg/14.jpg)
}

.page-title-area.bg-15 {
    background-image: url(../../assets/img/page-title-bg/15.jpg)
}

.page-title-area.bg-16 {
    background-image: url(../../assets/img/page-title-bg/16.jpg)
}

.page-title-area.bg-17 {
    background-image: url(../../assets/img/page-title-bg/17.jpg)
}

.page-title-area.bg-18 {
    background-image: url(../../assets/img/page-title-bg/18.jpg)
}

.page-title-area.bg-19 {
    background-image: url(../../assets/img/page-title-bg/19.jpg)
}

.page-title-area.bg-20 {
    background-image: url(../../assets/img/page-title-bg/20.jpg)
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -7px;
    background-color: #ef4f1c;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none
}

.page-title-area .page-title-content ul li a {
    color: #fff
}

.page-title-area .page-title-content ul li a:hover {
    color: #ef4f1c
}

.page-title-area .page-title-content ul .active {
    color: #ef4f1c
}

.page-title-area.contact-page-title {
    padding-bottom: 250px
}

.contact-area .contact-wrap {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    margin-top: -100px
}

.contact-area .contact-title {
    margin-bottom: 30px
}

.contact-area .contact-title .top-title {
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-area .contact-form {
    background-color: #fff;
    padding: 40px 50px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #f4f4f4;
    position: relative;
    z-index: 1
}

.contact-area #contactForm .form-group {
    margin-bottom: 15px
}

.contact-area #contactForm #msgSubmit {
    margin-bottom: 0;
    margin-top: 30px
}

.contact-area #contactForm .text-danger {
    color: #dc3545
}

.contact-area #contactForm .text-succuss {
    color: #eb6711
}

.contact-area #contactForm .hidden {
    display: none
}

.contact-area #contactForm .list-unstyled {
    margin-top: 10px;
    color: #dc3545
}

.quick-recipes-area .single-exploring {
    text-align: left;
}

.quick-recipes-area .single-exploring .exploring-content {
}

.quick-recipes-area .single-exploring .exploring-content .date {
    margin-bottom: 15px
}

.quick-recipes-area .single-exploring .exploring-content .read-more {
    color: #8b8b8b
}

.quick-recipes-area .single-exploring .exploring-content .read-more:hover {
    color: #ff9600
}

.quick-recipes-area .single-exploring .exploring-content .follow {
    margin-top: 0;
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px
}

.quick-recipes-area .single-exploring .exploring-content .follow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -120px;
    width: 100px;
    height: 1px;
    border: 1px dashed #eee
}

.quick-recipes-area .single-exploring .exploring-content .follow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -120px;
    width: 100px;
    height: 1px;
    border: 1px dashed #eee
}

.quick-recipes-area .single-exploring .exploring-content .social-icon {
    line-height: 1
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li {
    display: inline-block
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li a {
    padding: 0 5px
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li a i {
    font-size: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    display: inline-block;
    padding: 5px;
    transition: all .5s
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:last-child a {
    padding-right: 0
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:first-child a {
    padding-left: 0
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(1) a i {
    color: #0c92ff
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(1) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(2) a i {
    color: #1da1f2
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(2) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(3) a i {
    color: #fe0eb2
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(3) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(4) a i {
    color: #d32f2f
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(4) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(5) a i {
    color: #e52d27
}

.quick-recipes-area .single-exploring .exploring-content .social-icon li:nth-child(5) a:hover i {
    color: #ef4f1c;
    border: 1px solid #ef4f1c
}

.quick-recipes-area .blogger .blogger-img {
    position: relative
}

.quick-recipes-area .blogger .blogger-content {
    margin-top: 0;
    max-width: unset
}

.quick-recipes-area .blogger .blogger-content p {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px
}

.quick-recipes-area .blogger .blogger-content .follow {
    position: relative
}

.quick-recipes-area .blogger .blogger-content .follow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    border: 1px dashed #eee
}

.quick-recipes-area .blogger .blogger-content .follow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    border: 1px dashed #eee
}

.quick-recipes-area .food-newsletter {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px
}

.quick-recipes-area .food-newsletter h3 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.quick-recipes-area .food-newsletter .newsletter-form .form-control {
    margin-bottom: 20px;
    background-color: #fff
}

.quick-recipes-area .food-newsletter .default-btn.four {
    width: 100%;
    background-color: #ff9600
}

.single-best-product {
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-best-product .best-product-content {
    padding: 30px
}

.single-best-product .best-product-content .admin {
    margin-bottom: 15px
}

.single-best-product .best-product-content .admin span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    position: relative;
    top: 3px
}

.single-best-product .best-product-content h3 {
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-best-product .best-product-content h3:hover {
    color: #ff9600
}

.single-best-product .best-product-content .date li {
    text-transform: capitalize
}

.single-best-product:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.book-Restaurant {
    background-image: url(../../assets/img/food-page-img/book-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px
}

.book-Restaurant .book-Restaurant-content {
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 30px;
    max-width: 247px;
    margin: 0 auto
}

.book-Restaurant .book-Restaurant-content .date {
    margin-bottom: 10px
}

.book-Restaurant .book-Restaurant-content .date li {
    text-transform: capitalize
}

.bast-recent-post .recent {
    margin-top: 30px;
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 30px
}

.bast-recent-post ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 20px
}

.bast-recent-post ul li:last-child {
    margin-bottom: 0
}

.bast-recent-post ul li h3 {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.bast-recent-post ul li h3:hover {
    color: #ff9600
}

.bast-recent-post ul li img {
    position: absolute;
    left: 0;
    top: 0
}

.bast-recent-post ul li span {
    margin-bottom: 5px;
    display: inline-block
}

.bast-recent-post ul li h3 {
    margin-bottom: 0
}

.travel-about-page {
    position: relative;
    z-index: 1
}

.travel-about-page::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 1300px;
    height: 100%;
    margin: auto;
    background-color: #fff;
    z-index: -1
}

.travel-about-page .follow-wrap {
    text-align: center
}

.travel-about-page .travel-about-img img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
}

.timeline-img2 {
    background-image: url(../../assets/img/timeline-img/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.exploring-area .exploring-bg-wrap {
    background-color: #fff;
    padding-top: 50px;
    margin-top: -100px;
    position: relative;
    z-index: 1
}

.exploring-area .exploring-bg-wrap .exploring-wrap {
    text-align: center;
    max-width: 700px;
    margin: auto
}

.exploring-area .exploring-bg-wrap .exploring-wrap .date {
    margin-bottom: 25px;
    display: inline-block
}

.exploring-area .exploring-bg-wrap .exploring-wrap .date li {
    background-color: #16a085;
    color: #fff;
    padding: 8px 10px;
    border: none;
    margin: 0 5px
}

.exploring-area .exploring-bg-wrap .exploring-wrap h2 {
    font-size: 40px;
    margin-bottom: 35px
}

.exploring-area .exploring-bg-wrap .exploring-wrap .admin {
    position: relative;
    display: inline-block;
    padding-left: 100px;
    text-align: left
}

.exploring-area .exploring-bg-wrap .exploring-wrap .admin img {
    border-radius: 50px;
    position: absolute;
    top: -16px;
    left: 0
}

.exploring-area .exploring-bg-wrap .exploring-wrap .admin h3 {
    margin-bottom: 0
}

.blog-details-left-area .blog-details-single-post {
    margin-bottom: 30px
}

.blog-details-left-area .blog-details-single-post span {
    text-transform: uppercase;
    background-color: #eb6711;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px
}

.blog-details-left-area .blog-details-single-post h3 {
    font-size: 28px;
    margin-bottom: 20px
}

.blog-details-left-area .blog-details-single-post ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px
}

.blog-details-left-area .blog-details-single-post ul li:first-child {
    padding-left: 0;
    padding-right: 0
}

.blog-details-left-area .blog-details-single-post ul li a {
    color: #8b8b8b
}

.blog-details-left-area .blog-details-single-post ul li a i {
    color: #8b8b8b;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-details-left-area .blog-details-single-post ul li a:hover {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-single-post ul li a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-single-post ul li i {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.blog-details-left-area .blog-details-single-post .blog-details-img {
    margin-top: 0px;
    margin-bottom: 30px
}

.blog-details-left-area .blog-details-admin {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.blog-details-left-area .blog-details-admin .blog-admin img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px
}

.blog-details-left-area .blog-details-admin .blog-admin h3 {
    margin-bottom: 0;
    font-size: 20px
}

.blog-details-left-area .blog-details-admin .social-icon {
    line-height: 1;
    float: right
}

.blog-details-left-area .blog-details-admin .social-icon li {
    display: inline-block
}

.blog-details-left-area .blog-details-admin .social-icon li a {
    padding: 0 5px
}

.blog-details-left-area .blog-details-admin .social-icon li a i {
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-details-left-area .blog-details-admin .social-icon li:last-child a {
    padding-right: 0
}

.blog-details-left-area .blog-details-admin .social-icon li:first-child a {
    padding-left: 0
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(1) a i {
    color: #0c92ff
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(1) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(2) a i {
    color: #1da1f2
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(2) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(3) a i {
    color: #fe0eb2
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(3) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(4) a i {
    color: #d32f2f
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(4) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(5) a i {
    color: #e52d27
}

.blog-details-left-area .blog-details-admin .social-icon li:nth-child(5) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blockquote-1 {
    position: relative;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 50px
}

.blog-details-left-area .blockquote-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #eb6711
}

.blog-details-left-area .blockquote-1 p {
    font-size: 25px;
    color: #595959
}

.blog-details-left-area .blockquote-1 span {
    font-size: 20px;
    font-style: italic;
    color: #eb6711
}

.blog-details-left-area .color {
    color: #eb6711
}

.blog-details-left-area .single-post-2 p {
    margin-bottom: 30px
}

.blog-details-left-area .single-post-2 .single-post-img-1 {
    background-image: url(../../assets/img/blog-details-img/4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.blog-details-left-area .single-post-2 ul {
    margin-top: 50px;
    margin-bottom: 30px
}

.blog-details-left-area .single-post-2 ul li {
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    padding-left: 35px
}

.blog-details-left-area .single-post-2 ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #eb6711
}

.blog-details-left-area .blockquote-2 {
    background-color: #eee;
    position: relative;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px
}

.blog-details-left-area .blockquote-2::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/blog-details-img/quate.png);
    background-position: top left;
    background-repeat: no-repeat
}

.blog-details-left-area .blockquote-2 p {
    font-size: 25px;
    color: #595959
}

.blog-details-left-area .blockquote-2 span {
    font-size: 20px;
    font-style: italic;
    color: #eb6711
}

.blog-details-left-area .blog-details-sheare {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px
}

.blog-details-left-area .blog-details-sheare .blog-sheare-tag ul li {
    display: inline-block;
    background-color: #eee;
    padding: 5px 10px
}

.blog-details-left-area .blog-details-sheare .social-icon {
    line-height: 1;
    text-align: right
}

.blog-details-left-area .blog-details-sheare .social-icon .share {
    position: relative;
    top: -3px
}

.blog-details-left-area .blog-details-sheare .social-icon li {
    display: inline-block
}

.blog-details-left-area .blog-details-sheare .social-icon li a {
    padding: 0 5px
}

.blog-details-left-area .blog-details-sheare .social-icon li a i {
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-details-left-area .blog-details-sheare .social-icon li:last-child a {
    padding-right: 0
}

.blog-details-left-area .blog-details-sheare .social-icon li:first-child a {
    padding-left: 0
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(1) a i {
    color: #0c92ff
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(1) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(2) a i {
    color: #1da1f2
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(2) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(3) a i {
    color: #fe0eb2
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(3) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(4) a i {
    color: #d32f2f
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(4) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(5) a i {
    color: #e52d27
}

.blog-details-left-area .blog-details-sheare .social-icon li:nth-child(5) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .prev-next {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.blog-details-left-area .prev-next::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    height: 80%;
    width: 1px;
    background-color: #eee
}

.blog-details-left-area .prev-next .prev-post {
    font-size: 18px
}

.blog-details-left-area .prev-next .prev-post a {
    color: #8b8b8b
}

.blog-details-left-area .prev-next .prev-post a:hover {
    color: #eb6711
}

.blog-details-left-area .prev-next .prev-post i {
    position: relative;
    top: 1px;
    color: #eb6711
}

.blog-details-left-area .prev-next .next-post {
    font-size: 18px;
    float: right
}

.blog-details-left-area .prev-next .next-post a {
    color: #8b8b8b
}

.blog-details-left-area .prev-next .next-post a:hover {
    color: #eb6711
}

.blog-details-left-area .prev-next .next-post i {
    position: relative;
    top: 1px;
    color: #eb6711
}

.blog-details-left-area .related-post-wrap {
    margin-top: 50px
}

.blog-details-left-area .related-post-wrap .title {
    text-align: center;
    font-size: 30px
}

.blog-details-left-area .related-post {
    margin-top: 30px;
    position: relative
}

.blog-details-left-area .related-post img {
    width: unset
}

.blog-details-left-area .related-post .admin {
    position: relative
}

.blog-details-left-area .related-post .admin span {
    position: absolute;
    top: 8px;
    left: 40px
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "PREV";
    position: absolute;
    left: -125px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eb6711;
    color: #fff;
    border-radius: 50%
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-next::before {
    content: "NEXT";
    position: absolute;
    right: -125px;
    bottom: 0;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eb6711;
    color: #fff;
    border-radius: 50%
}

.blog-details-left-area .related-post.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 100px;
    right: 100px;
    top: 25%;
    -webkit-transform: translateY(35px);
    transform: translateY(35px)
}

.blog-details-left-area .related-post.owl-theme .owl-nav span {
    display: none
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
    background-color: #b56953;
    color: #fff
}

.blog-details-left-area .related-post.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
    background-color: #b56953;
    color: #fff
}

.blog-details-left-area .profile {
    background-color: #eee;
    padding: 30px;
    margin-top: 20px;
    position: relative;
    padding-left: 230px
}

.blog-details-left-area .profile img {
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 30px
}

.blog-details-left-area .profile .social-icon {
    line-height: 1
}

.blog-details-left-area .profile .social-icon .share {
    position: relative;
    top: -3px
}

.blog-details-left-area .profile .social-icon li {
    display: inline-block
}

.blog-details-left-area .profile .social-icon li a {
    padding: 0 5px
}

.blog-details-left-area .profile .social-icon li a i {
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-details-left-area .profile .social-icon li:last-child a {
    padding-right: 0
}

.blog-details-left-area .profile .social-icon li:first-child a {
    padding-left: 0
}

.blog-details-left-area .profile .social-icon li:nth-child(1) a i {
    color: #0c92ff
}

.blog-details-left-area .profile .social-icon li:nth-child(1) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .profile .social-icon li:nth-child(2) a i {
    color: #1da1f2
}

.blog-details-left-area .profile .social-icon li:nth-child(2) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .profile .social-icon li:nth-child(3) a i {
    color: #fe0eb2
}

.blog-details-left-area .profile .social-icon li:nth-child(3) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .profile .social-icon li:nth-child(4) a i {
    color: #d32f2f
}

.blog-details-left-area .profile .social-icon li:nth-child(4) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .profile .social-icon li:nth-child(5) a i {
    color: #e52d27
}

.blog-details-left-area .profile .social-icon li:nth-child(5) a:hover i {
    color: #ef4f1c
}

.blog-details-left-area .comments-wrap {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 40px
}

.blog-details-left-area .comments-wrap .title {
    font-size: 30px;
    margin-bottom: 30px
}

.blog-details-left-area .comments-wrap ul li {
    position: relative;
    background-color: #eee;
    padding: 30px;
    padding-left: 150px;
    margin-bottom: 30px
}

.blog-details-left-area .comments-wrap ul li:last-child {
    margin-bottom: 0
}

.blog-details-left-area .comments-wrap ul li img {
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 30px
}

.blog-details-left-area .comments-wrap ul li h3 {
    margin-bottom: 0;
    font-size: 20px
}

.blog-details-left-area .comments-wrap ul li span {
    margin-bottom: 10px;
    display: block
}

.blog-details-left-area .comments-wrap ul li p {
    margin-bottom: 0
}

.blog-details-left-area .comments-wrap ul li a {
    position: absolute;
    top: 30px;
    right: 30px
}

.blog-details-left-area .comments-wrap ul .ml-30 {
    margin-left: 30px
}

.blog-details-right-area .blog-widget {
    margin-bottom: 35px
}

.blog-details-right-area .blog-widget .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px
}

.blog-details-right-area .blog-widget.search-widget .search-form {
    position: relative
}

.blog-details-right-area .blog-widget.search-widget .search-form .form-control {
    height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 10px;
    width: 100%
}

.blog-details-right-area .blog-widget.search-widget .search-form .form-control:focus {
    border-color: #eb6711
}

.blog-details-right-area .blog-widget.search-widget .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #eb6711;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-details-right-area .blog-widget.search-widget .search-form button:hover {
    background-color: #ef4f1c
}

.blog-details-right-area .blog-widget.search-widget .search-form button i {
    color: #fff
}

.blog-details-right-area .blog-widget.resent-post-widget ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 80px
}

.blog-details-right-area .blog-widget.resent-post-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a {
    position: relative;
    display: block;
    padding-left: 90px
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a img {
    position: absolute;
    top: 0;
    left: 0
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a span {
    display: block;
    margin-bottom: 5px;
    color: #8b8b8b
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a h3 {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-details-right-area .blog-widget.resent-post-widget ul li a h3:hover {
    color: #eb6711
}

.blog-details-right-area .blog-widget.archives-widget ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.blog-details-right-area .blog-widget.archives-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.blog-details-right-area .blog-widget.archives-widget ul li a {
    position: relative;
    display: block;
    color: #8b8b8b
}

.blog-details-right-area .blog-widget.archives-widget ul li a span {
    display: block;
    margin-bottom: 5px;
    color: #8b8b8b;
    float: right
}

.blog-details-right-area .blog-widget.archives-widget ul li a:hover {
    color: #eb6711
}

.blog-details-right-area .blog-widget.archives-widget ul li a:hover span {
    color: #eb6711
}

.blog-details-right-area .blog-widget.categories-widget ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.blog-details-right-area .blog-widget.categories-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.blog-details-right-area .blog-widget.categories-widget ul li a {
    position: relative;
    display: block;
    color: #8b8b8b
}

.blog-details-right-area .blog-widget.categories-widget ul li a span {
    display: block;
    margin-bottom: 5px;
    color: #8b8b8b;
    float: right
}

.blog-details-right-area .blog-widget.categories-widget ul li a:hover {
    color: #eb6711
}

.blog-details-right-area .blog-widget.categories-widget ul li a:hover span {
    color: #eb6711
}

.blog-details-right-area .blog-widget.tags-widget ul li {
    border: 1px solid #eee;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-details-right-area .blog-widget.tags-widget ul li a {
    position: relative;
    display: block;
    color: #8b8b8b
}

.blog-details-right-area .blog-widget.tags-widget ul li:hover {
    background-color: #eb6711
}

.blog-details-right-area .blog-widget.tags-widget ul li:hover a {
    color: #fff
}

.cart-area .cart-table table {
    margin-bottom: 0
}

.cart-area .cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 15px
}

.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
    width: 60px;
    height: 60px
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-area .cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
    color: #242424
}

.cart-area .cart-table table tbody tr td.product-price span {
    font-weight: 500
}

.cart-area .cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
    color: #666;
    float: right;
    position: relative;
    top: 1px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
    font-weight: 500
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #242424;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #ef4f1c
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #242424;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #242424
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #242424
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #242424
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #242424
}

.cart-area .cart-buttons {
    margin-top: 30px
}

.cart-area .cart-totals {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px
}

.cart-area .cart-totals h3 {
    margin-bottom: 25px
}

.cart-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-area .cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 600
}

.cart-area .cart-totals ul li:first-child {
    border-bottom: none
}

.cart-area .cart-totals ul li:last-child {
    border-top: none
}

.cart-area .cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.cart-area .cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px
}

.cart-area .cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    padding: 40px
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.cart-area .coupon-wrap .nice-select {
    background-color: #f2f9fc
}

.cart-area .coupon-wrap .nice-select .list {
    width: 100%
}

.cart-area .coupon-wrap .nice-select .option {
    color: #242424 !important
}

.cart-area .coupon-wrap .nice-select .option:hover {
    color: #fff !important;
    background-color: #1089d4 !important
}

.cart-area .coupon-wrap select .option.focus,
.cart-area .coupon-wrap .nice-select .option.selected.focus {
    background-color: #1089d4 !important;
    color: #fff !important
}

.cart-area .coupon-wrap h3 {
    padding-bottom: 25px
}

.cart-area .coupon-wrap .form-group {
    margin-bottom: 18px
}

.cart-area .coupon-wrap .nice-select {
    height: 50px;
    width: 100%;
    margin-bottom: 19px;
    border-radius: 0
}

.cart-area .coupon-wrap .nice-select .current {
    position: relative;
    top: 4px
}

.cart-area .table-bordered>:not(caption)>* {
    border-top: none
}

.cart-area .text-right {
    text-align: right
}

.cart-area .default-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.checkout-area .user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #ef4f1c;
    position: relative;
    color: #ef4f1c
}

.checkout-area .user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eee
}

.checkout-area .user-actions i {
    color: #ef4f1c;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 4px
}

.checkout-area .user-actions span {
    display: inline-block;
    font-weight: 500;
    color: #242424
}

.checkout-area .user-actions span a {
    display: inline-block;
    color: #ef4f1c;
    font-size: 15px
}

.checkout-area .user-actions span a:hover {
    color: #ef4f1c
}

.checkout-area .user-actions span a:focus {
    color: #ef4f1c
}

.checkout-area .checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.checkout-area .billing-details {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.checkout-area .billing-details .form-group {
    margin-bottom: 20px
}

.checkout-area .billing-details .form-group label {
    display: block;
    color: #242424;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500
}

.checkout-area .billing-details .form-group label .required {
    color: red
}

.checkout-area .billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #242424;
    padding-top: 0;
    padding-bottom: 0
}

.checkout-area .billing-details .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.checkout-area .billing-details .form-group .nice-select .list .option {
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 20px;
    padding-right: 20px
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
    background-color: #ef4f1c !important;
    color: #fff
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent
}

.checkout-area .billing-details .form-group .nice-select:after {
    right: 20px
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
    background-color: #ef4f1c !important;
    color: #fff !important
}

.checkout-area .billing-details .form-group textarea {
    padding-top: 13px
}

.checkout-area .billing-details .form-check {
    margin-bottom: 20px
}

.checkout-area .billing-details .form-check .form-check-label {
    color: #242424
}

.checkout-area .billing-details .form-check label {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: 500
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.checkout-area .order-details .order-table {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06)
}

.checkout-area .order-details .order-table table {
    margin-bottom: 0
}

.checkout-area .order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-weight: 700
}

.checkout-area .order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #242424;
    border-color: #eaedff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
    color: #242424;
    display: inline-block;
    font-weight: 500;
    font-size: 14px
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
    color: #242424
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
    color: #242424;
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
    color: #242424;
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
    color: #242424;
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
    font-weight: 600
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 600
}

.checkout-area .order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 30px;
    padding: 30px
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked {
    display: none
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #ef4f1c;
    position: relative;
    margin-bottom: 8px
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ef4f1c;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #242424;
    position: relative;
    margin-bottom: 8px
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.checkout-area .order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ef4f1c;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkout-area .order-details .payment-box .btn.order-btn {
    display: block;
    margin-top: 25px
}

.checkout-area .order-details .payment-box .default-btn {
    margin-top: 20px;
    display: block;
    text-align: center
}

.product-details-area .product-details-desc h3 {
    margin-bottom: 12px;
    font-weight: 700
}

.product-details-area .product-details-desc p {
    margin-bottom: 0
}

.product-details-area .product-details-desc .price {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700
}

.product-details-area .product-details-desc .price span {
    padding: 0 5px
}

.product-details-area .product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 13px
}

.product-details-area .product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-area .product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-details-area .product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-area .product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #333;
    border-bottom: 1px solid #333;
    line-height: initial
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
    color: #ef4f1c;
    border-color: #ef4f1c
}

.product-details-area .product-details-desc .product-add-to-cart {
    margin-top: 20px
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #242424
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333
}

.product-details-area .product-details-desc .product-add-to-cart .default-btn {
    border: none;
    cursor: pointer;
    float: right
}

.product-details-area .product-details-desc .product-add-to-cart .btn {
    height: 45px;
    top: -2px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.product-details-area .product-details-desc .product-add-to-cart .btn i {
    margin-right: 2px
}

.product-details-area .product-details-desc .buy-checkbox-btn {
    margin-top: 20px
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
    display: none
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #57647c
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #333
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #333;
    border-color: #333;
    -webkit-animation: wave .4s ease;
    animation: wave .4s ease
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
    display: block;
    width: 100%
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
    text-transform: uppercase;
    display: block;
    text-align: center
}

.product-details-area .product-details-desc .custom-payment-options {
    margin-top: 20px
}

.product-details-area .product-details-desc .custom-payment-options span {
    display: block;
    color: #57647c;
    margin-bottom: 15px
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px;
    margin-right: 5px
}

.product-details-area .product-details-image {
    text-align: center;
    background-color: #f7f7f7
}

.product-details-area .tab .tabs_item {
    display: none
}

.product-details-area .tab .tabs_item:first-child {
    display: block
}

.product-details-area .products-details-tab {
    margin-top: 50px
}

.product-details-area .products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0
}

.product-details-area .products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px
}

.product-details-area .products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #333;
    border: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 38px;
    font-weight: 700
}

.product-details-area .products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}

.product-details-area .products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details-area .products-details-tab .tabs li a:hover {
    color: #fff;
    background-color: #ef4f1c;
    border-color: #ef4f1c
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
    border-color: #fff
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
    background: #fff
}

.product-details-area .products-details-tab .tabs li a:focus {
    color: #fff;
    background-color: #ef4f1c;
    border-color: #ef4f1c
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
    border-color: #fff
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
    background: #fff
}

.product-details-area .products-details-tab .tabs li:last-child {
    margin-right: 0
}

.product-details-area .products-details-tab .tabs li.current a {
    color: #fff;
    background-color: #ef4f1c;
    border-color: #ef4f1c
}

.product-details-area .products-details-tab .tabs li.current a .dot {
    border: 1px solid #fff
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
    background: #fff
}

.product-details-area .products-details-tab .tab_content {
    border: 1px solid #eee;
    padding: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px;
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px;
    color: #57647c
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-weight: 700
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 10px 11px;
    font-size: 11px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 4px;
    background-color: #242424
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #57647c;
    top: 40px;
    text-decoration: underline
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #ff4800
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 20px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
    color: #444;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
    padding-top: 15px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    font-size: 14px
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0
}

.user-area-all-style {
    position: relative;
    z-index: 1
}

.user-area-all-style .contact-form-action {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 40px;
    margin: auto;
    max-width: 570px
}

.user-area-all-style .contact-form-action form .submit-btn {
    margin-top: 24px
}

.user-area-all-style .contact-form-action form .default-btn {
    font-size: 14px;
    padding: 15px 40px;
    margin-bottom: 30px
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
    display: table;
    margin: 0 auto;
    padding: 15px 40px
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
    background-color: #db4a39
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
    background-color: #3b5998;
    display: table;
    margin: 0 auto 30px
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
    background-color: #00acee;
    float: right
}

.user-area-all-style .contact-form-action form .reset-btn {
    margin-top: 0
}

.user-area-all-style .contact-form-action form .form-condition {
    margin-bottom: 20px
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
    color: #ef4f1c
}

.user-area-all-style .contact-form-action form .form-group {
    margin-bottom: 30px
}

.user-area-all-style .contact-form-action .account-desc {
    margin: 25px auto 0;
    display: table;
    font-weight: 600
}

.user-area-all-style .contact-form-action .account-desc a {
    color: #ef4f1c;
    margin-left: 10px;
    font-weight: 600
}

.user-area-all-style .contact-form-action #chb1 {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.user-area-all-style .contact-form-action #chb2 {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.user-area-all-style .contact-form-action .forget {
    float: right;
    color: #ef4f1c;
    font-weight: 600
}

.user-area-all-style .contact-form-action .now-register {
    font-weight: 600;
    float: right;
    margin-bottom: 30px
}

.user-area-all-style .contact-form-action .now-register a {
    color: #ef4f1c
}

.user-area-all-style .contact-form-action .now-log-in {
    color: #ef4f1c;
    font-weight: 600
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
    font-weight: 600
}

.user-area-all-style .log-in-img {
    background-image: url(../../assets/img/log-in-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.user-area-all-style .sign-in-img {
    background-image: url(../../assets/img/sign-in-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.recover-password-area .contact-form-action {
    max-width: 570px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.recover-password-area .contact-form-action .form-heading h3 {
    font-size: 30px;
    margin-bottom: 20px
}

.recover-password-area .contact-form-action .form-heading p {
    margin-bottom: 30px
}

.single-client {
    text-align: center;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 165px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #fef4f8;
    margin-bottom: 195px;
    transition: all .5s
}

.single-client .quotes {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    color: #ef4f1c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-client p {
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-client ul li {
    display: inline-block
}

.single-client ul li i {
    font-size: 20px;
    color: #ffba0a;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-client::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 45px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 50px solid transparent;
    bottom: -24px;
    left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-client::before {
    border-top: 45px solid #fef4f8;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    left: 0;
    right: 0;
    margin: auto
}

.single-client .client-img {
    left: 0;
    right: 0
}

.single-client .client-img h3 {
    color: #242424
}

.single-client:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.client-img {
    position: absolute;
    left: 30px;
    bottom: -170px
}

.client-img img {
    border-radius: 10px;
    margin-bottom: 15px
}

.client-img h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff
}

.client-img span {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #ef4f1c
}

.terms-conditions-area h3 {
    margin-bottom: 30px
}

.terms-conditions-area ul li {
    margin-bottom: 20px
}

.terms-conditions-area ul li p {
    position: relative;
    padding-left: 35px
}

.terms-conditions-area ul li p strong {
    position: absolute;
    left: 0;
    top: 0
}

.single-privacy h3 {
    margin-bottom: 30px
}

.single-privacy ul li {
    margin-bottom: 20px
}

.single-privacy ul li p {
    position: relative;
    padding-left: 35px
}

.single-privacy ul li p strong {
    position: absolute;
    left: 0;
    top: 0
}

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url(../../assets/img/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8b8b8b;
    opacity: .4
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    background-color: #fef4f8;
    padding: 70px 30px
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #242424;
    font-size: 60px;
    margin-top: -18px
}

.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 30px
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #242424;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 45px;
    font-weight: 700
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 400
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, .3);
    padding-left: 15px;
    color: #fff;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #242424;
    color: #8b8b8b
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #ef4f1c
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #fff;
    background-color: #ef4f1c
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto
}

.coming-soon-area .coming-soon-content ul {
    margin-top: 30px
}

.coming-soon-area .coming-soon-content ul li {
    display: inline-block;
    margin: 0 5px
}

.coming-soon-area .coming-soon-content ul li a {
    width: 30px;
    height: 30px;
    line-height: 36px;
    background-color: #ef4f1c;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.coming-soon-area .coming-soon-content ul li a i {
    font-size: 18px
}

.coming-soon-area .coming-soon-content ul li a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.coming-soon-area #validator-newsletter {
    text-align: left;
    color: #dc3545 !important
}

.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative
}

.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    color: #242424
}

.error-area .error-content-wrap h1 .a {
    -webkit-animation: bounce 3s infinite linear;
    animation: bounce 3s infinite linear;
    display: inline-block
}

.error-area .error-content-wrap h1 .b {
    -webkit-animation: bounce 3s infinite linear;
    animation: bounce 3s infinite linear;
    display: inline-block
}

.error-area .error-content-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: red
}

.error-area .error-content-wrap p {
    margin: 20px 0;
    font-size: 19px;
    color: #242424
}

.single-minimal-blog .videos-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.full-width-blog {
    padding-top: 100px;
    padding-bottom: 100px
}

.left-sidebar .single-featured .featured-content {
    padding: 20px
}

.post-style-two {
    max-width: 810px;
    margin: auto
}

.video-page {
    padding-bottom: 100px
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 93%;
    right: -10%;
    background-color: #ef4f1c;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ef4f1c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover {
    color: #fff;
    background-color: #242424
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top:focus {
    color: #fff
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%
}

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 89px;
    text-align: center;
    border-radius: 0;
    color: #ef4f1c;
    position: relative;
    top: 3px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ef4f1c), to(#ef4f1c));
    background-image: linear-gradient(to bottom right, #ef4f1c, #ef4f1c)
}

.video-btn i {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ef4f1c), to(#ef4f1c));
    background-image: linear-gradient(to bottom right, #ef4f1c, #ef4f1c)
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite
}

.video-btn:hover {
    background-color: #ef4f1c
}

.video-btn:hover i {
    color: #fff
}

.video-btn:hover::after,
.video-btn:hover::before {
    background-color: #ef4f1c
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.section-title {
    max-width: 900px;
    margin: -6px auto 40px;
    text-align: center;
    position: relative
}

.section-title.three {
    margin: 0px 0px 25px;
	text-align: left;
    max-width: 100%;
}

.section-title.three h2 {
    font-size: 30px;
	background-color: transparent;
}
.section-title.four {
    text-align: left;
    max-width: 100%;
    margin: 0px 0px 5px;
}
.section-title.four h2 {
    background-color: transparent
}

.section-title.four h2::before, .section-title.three h2::before {
    display: none
}

.section-title.four h2::after,.section-title.three h2::after {
    display: none
}

.section-title span {
    color: #ef4f1c;
    display: block;
    margin-bottom: 8px;
    font-weight: 600
}

.section-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    background-color: #fff;
    z-index: 1
}

.section-title h2 i {
    position: relative;
    top: 5px
}

.section-title h2:last-child {
    margin-bottom: 0
}

.section-title h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 250px;
    height: 1px;
    border-bottom: 1px dashed #8b8b8b;
    z-index: -1
}

.section-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
    height: 1px;
    border-bottom: 1px dashed #8b8b8b;
    z-index: -1
}

.section-title.white-title span {
    color: #fff
}

.section-title.white-title h2 {
    color: #fff
}

.section-title.white-title p {
    color: #fff
}

.nice-select .list {
    width: 100%
}

.nice-select .option:hover {
    background-color: #242424;
    color: #fff
}

.nice-select .option.selected.focus {
    color: #242424
}

.pagination-area {
    margin-top: 35px
}

.pagination-area .page-numbers {
    width: 38px;
    height: 38px;
    background-color: #ef4f1c;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    line-height: 41px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px;
    font-weight: 600
}

.pagination-area .page-numbers.prev {
    width: 50px;
    height: 50px;
    line-height: 53px;
    font-size: 15px
}

.pagination-area .page-numbers.next {
    width: 50px;
    height: 50px;
    line-height: 53px;
    font-size: 15px
}

.pagination-area .page-numbers:hover {
    color: #fff;
    background-color: #242424
}

.pagination-area .page-numbers i {
    position: relative;
    top: 2.2px
}

.pagination-area .page-numbers.current {
    color: #fff;
    background-color: #242424
}

.date {
    line-height: 1
}

.date li {
    display: inline-block;
    border-right: 1px dashed #8b8b8b;
    text-transform: uppercase;
    padding: 0 8px
}

.date li:first-child {
    padding-left: 0
}

.date li:last-child {
    border-right: none;
    padding-right: 0
}

.date.date-two li {
    background-color: #b99995;
    color: #fff;
    padding: 8px 10px;
    margin: 0 10px
}

.date.date-two li:first-child {
    border-right: none;
    background-color: #c98f88;
    margin-left: 0
}

.date.date-two li:first-child {
    margin-right: 0
}

section {
    background: #fafafa;
}
.post-wrap {
    position: relative;
    border: 1px solid #d5d6d7;
}
.post-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.post-content .post-title h3 {
    font-size: 33px;
    line-height: 43px;
    color: #717275;
    font-weight: 500;
	margin-bottom: 20px;
}
.post-content .post-title h3 span{
	color:#292929;
	font-weight:700;
}
.post-content .read-more {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 20px;
}
.post-wrap .post-img {
    position: relative;
}
.post-wrap .post-img:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    top: 0;
    bottom: 0;
}
.post-wrap:hover .post-img:before, .post-wrap.active .post-img:before{
	background-color: #56545466;
}
.post-wrap:hover .post-content .post-title h3, .post-wrap.active .post-content .post-title h3{
	color:#f8f9fa;
}
.post-wrap:hover .post-content .post-title h3 span, .post-wrap.active .post-content .post-title h3 span, .post-wrap:hover .post-content .post-title p, .post-wrap.active .post-content .post-title p{
	color:#fff;
}
.post-wrap:hover .post-content .read-more, .post-wrap.active .post-content .read-more{
	color:#fff;
}
.clients {
    
}
.footer-client .section-title {
    width: 25%;
}
.footer-client{
	
}

.footer-client .clients
{
	width: 60%;
}
.footer-client .section-title h3 {
    color: #ef4f1c;
    font-size: 16px;
}
.single-contact-info {
  margin-bottom: 30px;
  background: #fff;
  padding: 32px 28px;
  border-radius: 6px;
}
.single-contact-info .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single-contact-info .thumb {
      margin-right: 18px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #cddeef;
    border-radius: 50%;
    font-size: 22px;
    color: #3c4a96;
    transition: 0.4s;
}
.single-contact-info .details p {
  margin-bottom: 0;
  font-size: 15px;
}
.single-contact-info:hover .thumb {
  background: #ef4f1c;
  color: #fff;
}
.find-desire-area img {
    margin-bottom: 15px;
}
.single-widget .important-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-widget .important-link li{
	padding:20px 30px;
}
.footer-client {
    display: flex;
	margin-bottom:20px;
	justify-content:center;
}
.single-destination img {
    border-radius: 5px;
}
.banner-slider-wrap .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.banner-slider-wrap .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.banner-slider-wrap .owl-prev span, .banner-slider-wrap .owl-next span {
    font-size: 50px;
    color: #8b8b8b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.facility-section p {
    font-size: 17px;
    color: #333;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.slider-for__item img {
    width: 100%;
    overflow: hidden;
}

.product-details-section .slider-nav {
    margin-top: 25px;
}
.slider-nav__item.slick-slide.slick-active img {
    opacity: 0.7;
    cursor: pointer;
}
.slider-nav__item.slick-slide.slick-current.slick-active img {
    opacity: 1;
    cursor: pointer;
    border: 1px solid #aeaeae;
}
.product-details-area {
    background: #fff;
}
.products-details-tab-content table, .products-details-tab-content table tr, .products-details-tab-content table tr td, .products-details-tab-content table tr th {
    border: 1px solid #333;
    padding: 3px;
    text-align: center;
    font-size: 14px;
}
.slider-wrapper.popup-gallery {
    margin-bottom: 30px;
}
.single-news-blog img {
    height: 430px;
    object-fit: cover;
}
.float-whats {
    position: fixed;
    bottom: 60px;
    left: 6px;
    background-color: rgb(77, 194, 71) !important;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    z-index: 9999;
    line-height: 35px;
    padding: 5px;
    width: 50px;
    height: 50px;
}
.float-whats i {
    margin: auto;
    line-height: 38px;
}