/*
@File: Vidnext Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style

** - HOME PAGE STYLE - **

** - Nav Area
** - Hero Slider Area Style
** - About Area Style
** - Video Created Area Style
** - What We Do Area Style
** - Testimonial Area Style
** - Products Area Style
** - Get In Touch Area Style
** - Latest Trailer Area Style
** - Exclusive Shop Area Style
** - Team Area Style
** - Blog Area Style
** - Partner Area Style
** - Footer Top Area Style
** - Footer Bottom Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");
body {
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    color: #676a6a;
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #272b2b;
}

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

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: #272b2b;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

h3 {
    font-size: 22px;
}

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

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

p {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
}

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

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

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

.form-control {
    height: 50px;
    color: #272b2b;
    border: 1px dashed #676a6a;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 13px;
    padding: 10px 20px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: #676a6a;
}

.form-control:-ms-input-placeholder {
    color: #676a6a;
}

.form-control::-ms-input-placeholder {
    color: #676a6a;
}

.form-control::placeholder {
    color: #676a6a;
}

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

.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;
}

.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;
}


/*
Bg-color Style*/

.bg-color {
    background-color: #fafafa;
}

.bg-color-two {
    background-color: #000000;
}


/*
Default Btn Area Style*/

.default-btn {
    font-size: 15px;
    color: #272b2b;
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 4px;
    font-weight: 700;
    border: 1px solid #272b2b;
    margin-bottom: -4px;
}

.default-btn.two {
    background-color: #272b2b;
    color: #ffffff;
}

.default-btn.two:hover {
    color: #272b2b;
    background-color: #ffffff;
}

.default-btn.three {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.default-btn.three:hover {
    color: #272b2b;
    background-color: #ffffff;
}

.default-btn.active {
    margin-left: 20px;
    color: #272b2b;
    background-color: #ffffff;
}

.default-btn:hover {
    color: #ffffff;
    border-color: #272b2b !important;
    background-color: #272b2b;
}


/*
Read More Area Style*/

.read-more {
    line-height: 1;
    color: #272b2b;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.read-more i {
    position: relative;
    top: 2px;
}

.read-more:hover {
    color: #272b2b;
    letter-spacing: 2px;
}


/*
Section Title Area Style*/

.section-title {
    max-width: 750px;
    margin: -6px auto 50px;
    text-align: center;
    position: relative;
}

.section-title span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 50px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title.white-title span {
    color: #ffffff;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}


/*
Continuer Custom Width Area Style*/

.container {
    max-width: 1230px;
}


/*===== DEFAULT STYLE END ======*/


/*====================================================
HOME PAGE ONE STYLE
======================================================*/


/*
Nav Area Style
======================================================*/

.navbar-area {
    position: absolute;
    z-index: 999;
    width: 100%;
}

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

.navbar-area .main-nav {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

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

.navbar-area .main-nav .navbar .navbar-brand {
    font-size: 0;
}

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

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 15px;
    color: #676a6a;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
}

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

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 120px;
    left: 0;
    padding: 0;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 2px solid #272b2b;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

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

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    color: #676a6a;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

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

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

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

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

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

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: -2px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #676a6a;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #272b2b;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -4px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%;
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navbar-area .main-nav .dropdown-toggle::after {
    display: none;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area .others-option .search-form {
    position: relative;
    display: inline-block;
}

.navbar-area .others-option .search-form .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #cfcfcf;
    background-color: transparent;
    padding: 6px 0;
    height: 100%;
    width: 235px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.navbar-area .others-option .search-form .form-control:focus {
    border: none;
    border-bottom: 1px solid #272b2b;
}

.navbar-area .others-option .search-form .search-button {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: transparent;
    font-size: 20px;
    padding: 0;
    line-height: 1;
}

.navbar-area .others-option .cart-icon {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: 4px;
}

.navbar-area .others-option .cart-icon a i {
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
    line-height: 1;
}

.navbar-area .others-option .cart-icon a span {
    position: absolute;
    top: -4px;
    right: -7px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-family: "Open Sans", sans-serif;
    background-color: #ff0000;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 9px;
}

.navbar-area .others-option .cart-icon a:hover i {
    color: #272b2b;
}

.navbar-area .others-option .menu-icon {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: 4px;
}

.navbar-area .others-option .menu-icon a i {
    font-size: 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1;
}

.navbar-area .others-option .menu-icon a:hover i {
    color: #272b2b;
}

.mobile-nav {
    display: none;
}


/*
Hero Slider Area Style
======================================================*/

.hero-slider-area {
    position: relative;
}

.hero-slider-area .thumbs-wrap {
    position: relative;
    z-index: 1;
}

.hero-slider-area .thumbs-wrap .owl-thumbs.hero-slider-thumb {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
    display: inline-block;
    padding: 0 15px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
    color: #a5b1af;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
    color: #ffffff;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
    color: #ffffff;
}

.hero-slider-area .owl-item.active .hero-slider-text {
    overflow: hidden;
}

.hero-slider-area .owl-item.active .hero-slider-text.one h1 {
    -webkit-animation: 1s .1s fadeInUpBig both;
    animation: 1s .1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.one p {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.one .slider-btn {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.two h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-text.two p {
    -webkit-animation: 3s .3s fadeInLeft both;
    animation: 3s .3s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-text.two .slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .hero-slider-text.three h1 {
    -webkit-animation: 2s .2s fadeInDown both;
    animation: 2s .2s fadeInDown both;
}

.hero-slider-area .owl-item.active .hero-slider-text.three p {
    -webkit-animation: 2s .2s fadeInDown both;
    animation: 2s .2s fadeInDown both;
}

.hero-slider-area .owl-item.active .hero-slider-text.three .slider-btn {
    -webkit-animation: 2s .2s fadeInUp both;
    animation: 2s .2s fadeInUp both;
}

.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin: 0;
    padding: 0;
    background: transparent;
    width: 20px;
    height: 100px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: url(../img/slider-img/prev-1.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 20px;
    height: 100px;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: url(../img/slider-img/prev-2.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 20px;
    height: 100px;
    opacity: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev span {
    display: none;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-prev:hover::after {
    opacity: 1;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: url(../img/slider-img/next-1.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 100px;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next::after {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: url(../img/slider-img/next-2.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 100px;
    opacity: 0;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next span {
    display: none;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
    opacity: 1;
}

.hero-slider-area .social-wrap {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 1;
}

.hero-slider-area .social-wrap ul li {
    display: inline-block;
    padding: 0 5px;
}

.hero-slider-area .social-wrap ul li.follow-us {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding-right: 70px;
}

.hero-slider-area .social-wrap ul li.follow-us::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 85px;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    z-index: 1;
}

.hero-slider-area .social-wrap ul li a i {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-area .social-wrap ul li a:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hero-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.hero-slider-item.bg-1 {
    background-image: url(../img/slider-img/1.jpg);
}

.hero-slider-item.bg-2 {
    background-image: url(../img/slider-img/2.jpg);
}

.hero-slider-item.bg-3 {
    background-image: url(../img/slider-img/3.jpg);
}

.hero-slider-item.bg-4 {
    background-image: url(../img/slider-img/4.jpg);
}

.hero-slider-item.bg-5 {
    background-image: url(../img/slider-img/5.jpg);
}

.hero-slider-item.bg-6 {
    background-image: url(../img/slider-img/6.jpg);
}

.hero-slider-text {
    text-align: center;
    text-align: center;
    max-width: 900px;
    margin: 70px auto 0;
}

.hero-slider-text h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 20px;
}

.hero-slider-text p {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}


/*
About Area Style
======================================================*/

.about-content-wrap {
    background-image: url(../img/about-img.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 522px;
}

.about-content-wrap .about-content {
    margin-top: 50px;
}

.about-content-wrap .about-content span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    margin-top: -6px;
}

.about-content-wrap .about-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
    font-size: 52px;
}

.about-content-wrap .about-content p {
    position: relative;
    margin-left: 100px;
    margin-bottom: 0;
}

.about-content-wrap .about-content p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -100px;
    width: 70px;
    height: 1px;
    background-color: #272b2b;
}

.about-content-wrap .about-content .default-btn {
    margin-top: 40px;
    margin-left: 100px;
}

.about-content-wrap .about-img {
    display: none;
}


/*
Video Created Area Style
======================================================*/

.video-created-area {
    background-image: url(../img/video-created-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.video-created-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.video-created-wrap {
    position: relative;
    max-width: 1020px;
    margin: auto;
}

.video-created-wrap .video-wrap {
    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;
}

.video-created-wrap .video-wrap a i {
    font-size: 100px;
    color: #ffffff;
    line-height: 1;
    color: #838b8b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.video-created-wrap .video-wrap a:hover i {
    color: #ffffff;
}

.video-created-wrap h2 {
    font-size: 50px;
    color: #ffffff;
    max-width: 375px;
    position: absolute;
    right: -215px;
    top: 40px;
    margin-bottom: 0;
}


/*
What We Do Area Style
======================================================*/

.what-we-do-content span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    margin-top: -6px;
}

.what-we-do-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.what-we-do-content p {
    position: relative;
    margin-left: 100px;
    margin-bottom: 45px;
}

.what-we-do-content p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -100px;
    width: 70px;
    height: 1px;
    background-color: #272b2b;
}

.what-we-do-content .brand-wrap {
    margin-left: 100px;
    margin-bottom: 50px;
}

.what-we-do-content .brand-wrap a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.what-we-do-content .default-btn {
    margin-left: 100px;
}

.what-we-do-item {
    text-align: center;
    border: 1px dashed #676a6a;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.what-we-do-item i {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    color: #272b2b;
    line-height: 1;
}

.what-we-do-item h3 {
    margin-bottom: 15px;
}

.what-we-do-item.mt-mince-30 {
    margin-top: -30px;
}

.what-we-do-item:Hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*
Testimonial Area Style
======================================================*/

.testimonial-area {
    background-image: url(../img/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.testimonial-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
}

.testimonial-area .owl-theme .owl-dots {
    margin-top: 100px !important;
    position: relative;
}

.testimonial-area .owl-theme .owl-dots::before {
    content: "";
    position: absolute;
    top: -72px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    background-color: #414749;
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 10px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}

.testimonial-content {
    max-width: 850px;
    margin: -12px auto 0;
}

.testimonial-content i {
    font-size: 100px;
    color: #313939;
    line-height: 1;
}

.testimonial-content p {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 35px;
}

.testimonial-content h3 {
    color: #ffffff;
    margin-bottom: 5px;
}

.testimonial-content span {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}


/*
Products Area Style
======================================================*/

.products-content span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.products-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.products-content p {
    position: relative;
    margin-left: 100px;
    margin-bottom: 40px;
}

.products-content p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -100px;
    width: 70px;
    height: 1px;
    background-color: #272b2b;
}

.products-content .default-btn {
    margin-left: 100px;
}

.products-area {
    position: relative;
    z-index: 1;
}

.products-area .thumbs-wrap {
    position: absolute;
    top: 261px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 1132px;
    margin: 0 auto 0;
    border-top: 2px solid #676a6a;
}

.products-area .thumbs-wrap .owl-thumb-item {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin-top: 50px;
}

.products-area .thumbs-wrap .owl-thumb-item span {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.products-area .thumbs-wrap .owl-thumb-item span::before {
    content: "";
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #909292;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-area .thumbs-wrap .owl-thumb-item::before {
    content: "";
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #676a6a;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-area .thumbs-wrap .owl-thumb-item::after {
    content: "";
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #676a6a;
    border-radius: 50%;
    margin: auto;
}

.products-area .thumbs-wrap .owl-thumb-item:hover::before {
    background-color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item:hover span {
    color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item:hover span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-area .thumbs-wrap .owl-thumb-item.active::before {
    background-color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item.active span {
    color: #272b2b;
}

.products-area .thumbs-wrap .owl-thumb-item.active span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-area .owl-prev {
    position: absolute;
    top: -120px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #676a6a !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-area .owl-prev i {
    font-size: 30px;
    line-height: 27px;
    position: relative;
    left: -1px;
    color: #676a6a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-area .owl-next {
    position: absolute;
    top: -120px;
    right: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #676a6a !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-area .owl-next i {
    font-size: 30px;
    line-height: 27px;
    position: relative;
    left: -1px;
    color: #676a6a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #676a6a;
}

.products-area .owl-theme .owl-nav [class*=owl-]:hover i {
    color: #ffffff !important;
}

.products-slider-wrap {
    margin-top: 160px;
}


/*
Get In Touch Area Style
======================================================*/

.get-in-touch-area {
    background-image: url(../img/get-in-touch-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.get-in-touch-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.get-in-touch-content {
    text-align: center;
}

.get-in-touch-content h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #ffffff;
    margin-top: -13px;
}

.get-in-touch-content h3 {
    margin-bottom: 40px;
    color: #ffffff;
}


/*
Latest Trailer Area Style
======================================================*/

.latest-trailer .owl-theme .owl-dots {
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    position: absolute;
    right: -30px;
    top: 42%;
}

.latest-trailer .owl-theme .owl-dots .owl-dot span {
    background-color: #b3b4b4;
    margin: 5px 0;
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.latest-trailer .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #606060;
}

.latest-trailer .owl-theme .owl-dots .owl-dot.active span {
    background-color: #606060;
}

.latest-trailer-content span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    margin-top: -6px;
}

.latest-trailer-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.latest-trailer-content p {
    position: relative;
    margin-left: 100px;
    margin-bottom: 40px;
}

.latest-trailer-content p::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -100px;
    width: 70px;
    height: 1px;
    background-color: #272b2b;
}

.latest-trailer-item {
    position: relative;
}

.latest-trailer-item .video-button {
    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;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.latest-trailer-item .latest-video-content {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

.latest-trailer-item .latest-video-content span {
    color: #c5baa8;
}

.latest-trailer-item .latest-video-content h3 {
    font-weight: 600;
    margin-bottom: 0;
    color: #c5baa8;
    font-size: 30px;
}

.latest-trailer-item .latest-video-content p {
    color: #e2a750;
}

.latest-trailer-item .latest-video-content-2 h2 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    right: 25px;
    text-align: center;
    line-height: 1;
}

.latest-trailer-item .latest-video-content-2 h2 sub {
    position: relative;
    top: 0;
    font-size: 25px;
}

.latest-trailer-item .latest-video-content-2 .bottom-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.latest-trailer-item .latest-video-content-2 .bottom-content h3 {
    font-weight: normal;
    color: #abb5b2;
}

.latest-trailer-item .latest-video-content-2 .bottom-content p {
    color: #ffffff;
}

.latest-trailer-item .latest-video-content-3 .text-1 {
    color: #fefa93;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 30px;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.latest-trailer-item .latest-video-content-3 .text-2 {
    position: absolute;
    top: 30px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 55px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #1c2c09;
}

.latest-trailer-item .latest-video-content-3 .text-3 {
    position: absolute;
    bottom: 75px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -25px;
}

.latest-trailer-item .latest-video-content-3 .text-4 {
    position: absolute;
    bottom: 30px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
}

.latest-trailer-item .latest-video-content-4 .text-1 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
    color: #6c6d70;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.latest-trailer-item .latest-video-content-4 h3 {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.latest-trailer-item .latest-video-content-4 h3 span {
    font-size: 80px;
}

.latest-trailer-item .latest-video-content-4 p {
    font-size: 15px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #514f4a;
}

.latest-trailer-item:hover .video-button {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.latest-trailer-two .owl-theme .owl-dots {
    margin-top: 30px !important;
    line-height: 1;
}

.latest-trailer-two .owl-theme .owl-dots .owl-dot span {
    background-color: #b3b4b4;
    margin: 0 5px;
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.latest-trailer-two .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #606060;
}

.latest-trailer-two .owl-theme .owl-dots .owl-dot.active span {
    background-color: #606060;
}


/*
Exclusive Shop Area Style
======================================================*/

.exclusive-hop-area {
    background-image: url(../img/exclusive-hop-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.exclusive-hop-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.exclusive-hop-area .container {
    max-width: 1475px;
}

.exclusive-img {
    position: relative;
    z-index: 1;
}

.exclusive-img .exclusive-img-2 {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: -1;
    -webkit-animation: rotation 100s infinite linear;
    animation: rotation 100s infinite linear;
}

.exclusive-img .exclusive-img-2 img {
    border-radius: 50%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.exclusive-video-list {
    background-color: #ffffff;
    padding: 20px;
    height: 450px;
    overflow-y: scroll;
}

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

.exclusive-video-list .exclusive-list-img.bg-1 {
    background-image: url(../img/exclusive-img/1.jpg);
}

.exclusive-video-list .exclusive-list-img.bg-2 {
    background-image: url(../img/exclusive-img/2.jpg);
}

.exclusive-video-list .exclusive-list-img.bg-3 {
    background-image: url(../img/exclusive-img/3.jpg);
}

.exclusive-video-list .exclusive-list-img.bg-4 {
    background-image: url(../img/exclusive-img/4.html);
}

.exclusive-video-list .row {
    margin-bottom: 20px;
}

.exclusive-video-list h3 {
    margin-bottom: 15px;
}

.exclusive-video-list span {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    display: block;
    margin-bottom: 10px;
    color: #272b2b;
}

.exclusive-video-list span del {
    margin-right: 10px;
    color: #676a6a;
}

.exclusive-video-list ul {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.exclusive-video-list ul li {
    display: inline-block;
    border-right: 1px solid #676a6a;
    font-size: 16px;
    padding-right: 15px;
    margin-right: 15px;
}

.exclusive-video-list ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.exclusive-video-list .default-btn {
    font-size: 15px;
    padding: 12px 25px;
    font-size: 14px;
}

.exclusive-video-list .default-btn i {
    margin-right: 5px;
    position: relative;
    top: -1px;
}


/*
Team Area Style
======================================================*/

.ingle-team {
    text-align: center;
}

.ingle-team .team-img {
    position: relative;
}

.ingle-team .team-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
    background-image: linear-gradient(transparent, #000000);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ingle-team .team-img .social {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ingle-team .team-img .social li {
    display: inline-block;
    padding: 0 10px;
}

.ingle-team .team-img .social li a i {
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ingle-team .team-img .social li a:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.ingle-team .team-content {
    margin-top: 20px;
}

.ingle-team .team-content span {
    font-family: "Open Sans", sans-serif;
}

.ingle-team:hover .team-img::before {
    opacity: 0.9;
}

.ingle-team:hover .team-img .social {
    opacity: 1;
}


/*
Blog Area Style
======================================================*/

.single-blog {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.single-blog img {
    width: 100%;
}

.single-blog .blog-content {
    margin-top: 25px;
}

.single-blog .blog-content ul {
    line-height: 1;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.single-blog .blog-content ul li {
    display: inline-block;
    color: #676a6a;
    border-right: 1px solid #676a6a;
    line-height: 1;
    padding: 0 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-blog .blog-content ul li i {
    margin: 5px;
}

.single-blog .blog-content ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.single-blog .blog-content ul li:first-child {
    padding-left: 0;
}

.single-blog .blog-content ul li:first-child i {
    margin-left: 0;
}

.single-blog .blog-content ul li a {
    color: #676a6a;
}

.single-blog .blog-content ul li a:hover {
    color: #272b2b;
}

.single-blog .blog-content h3 {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.5;
}

.single-blog .blog-content p {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -8px;
}

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

.single-blog:hover .blog-content a h3 {
    color: #272b2b;
}


/*
Partner Area Style
======================================================*/

.partner-area {
    background-image: url(../img/partner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.partner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.partner-area .owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}

.partner-area .partner-item {
    text-align: center;
}


/*
Footer Top Area Style
======================================================*/

.footer-top-area {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer-top-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

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

.single-widget h3 {
    color: #ffffff;
    border-bottom: 1px solid #2a2f2f;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

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

.single-widget .newsletter-wrap {
    margin-bottom: 30px;
}

.single-widget .newsletter-wrap h3 {
    color: #ffffff;
    margin-bottom: 20px;
    border: none;
    padding-bottom: 0;
}

.single-widget .newsletter-wrap .abone-email {
    position: relative;
}

.single-widget .newsletter-wrap .abone-email .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}

.single-widget .newsletter-wrap .abone-email .form-control::-webkit-input-placeholder {
    color: #676a6a;
}

.single-widget .newsletter-wrap .abone-email .form-control:-ms-input-placeholder {
    color: #676a6a;
}

.single-widget .newsletter-wrap .abone-email .form-control::-ms-input-placeholder {
    color: #676a6a;
}

.single-widget .newsletter-wrap .abone-email .form-control::placeholder {
    color: #676a6a;
}

.single-widget .newsletter-wrap .abone-email .send-btn {
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    padding-right: 0;
}

.single-widget .social-wrap li {
    display: inline-block;
    padding-right: 15px;
}

.single-widget .social-wrap li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #7c7e7e;
    color: #7c7e7e;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-widget .social-wrap li a:hover i {
    border-color: #ffffff;
    color: #ffffff;
}

.single-widget .address li {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.single-widget .address li:last-child {
    margin-bottom: 0;
}

.single-widget .address li i {
    position: absolute;
    top: 0;
    left: 0;
}

.single-widget .address li a {
    display: block;
    color: #ffffff;
}

.single-widget .address li a:hover {
    color: #676a6a;
}

.single-widget .additional-link li {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

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

.single-widget .additional-link li a {
    display: block;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
}

.single-widget .additional-link li a::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
}

.single-widget .additional-link li a:hover {
    color: #676a6a;
}

.single-widget .instagram li {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
}

.single-widget .instagram li a img {
    margin-bottom: 0;
}


/*
Footer Bottom Style
======================================================*/

.footer-bottom-area {
    border-top: 1px solid #2a2f2f;
    background-color: #020607;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom-area .copyright-wrap {
    text-align: center;
}

.footer-bottom-area .copyright-wrap p {
    color: #676a6a;
}

.footer-bottom-area .copyright-wrap p a {
    color: #676a6a;
}

.footer-bottom-area .copyright-wrap p a:hover {
    color: #ffffff;
}

#validator-newsletter-2 {
    color: red;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
}


/*====================================================
HOME TWO STYLE AREA
======================================================*/


/*
Hero Slider Area Two Style
======================================================*/

.hero-slider-area-two {
    position: relative;
    z-index: 1;
}

.hero-slider-area-two .thumbs-wrap {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 1;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item {
    padding: 15px 0;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item span {
    color: #383939;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -100px;
    width: 70px;
    height: 2px;
    background-color: #383939;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
    color: #ffffff;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
    background-color: #ffffff;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
    color: #ffffff;
}

.hero-slider-area-two .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
    background-color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav {
    position: absolute;
    bottom: 90px;
    right: 125px;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev {
    margin: 0;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev::before {
    content: "Prev";
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 15px;
    border-right: 1px solid #383939;
    line-height: 1;
    padding-right: 15px;
    color: #383939;
    font-weight: 700;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev i {
    position: absolute;
    left: -25px;
    top: 2px;
    color: #383939;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
    color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-prev:hover i {
    color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next {
    margin: 0;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next::after {
    content: "Next";
    color: #383939;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next i {
    position: absolute;
    right: -25px;
    top: 2px;
    color: #383939;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
    color: #ffffff;
}

.hero-slider-area-two .owl-theme .owl-nav [class*=owl-].owl-next:hover i {
    color: #ffffff;
}

.hero-slider-area-two .social-wrap {
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 1;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.hero-slider-area-two .social-wrap ul li {
    padding: 10px 0;
}

.hero-slider-area-two .social-wrap ul li a i {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}

.hero-slider-area-two .social-wrap ul li a:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hero-slider-area-two .hero-slider-text ul {
    margin-bottom: 30px;
    line-height: 1;
}

.hero-slider-area-two .hero-slider-text ul li {
    display: inline-block;
    padding: 0 10px;
}

.hero-slider-area-two .hero-slider-text ul li a {
    position: relative;
    overflow: hidden;
}

.hero-slider-area-two .hero-slider-text ul li a .white-logo {
    position: absolute;
    top: 85px;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-area-two .hero-slider-text ul li a:hover .white-logo {
    top: 0;
}


/*
About Area Two Style
======================================================*/

.about-area-two .about-content span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.about-area-two .about-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.about-area-two .about-content p {
    margin-bottom: 0;
}

.about-area-two .about-content .default-btn {
    margin-top: 40px;
}


/*
Our Production Area Two Style
======================================================*/

.our-production-area .section-title {
    margin-bottom: 20px;
}

.our-production-area .what-we-do-item {
    border: none;
    margin-bottom: 0;
}


/*
Video Area Two Style
======================================================*/

.video-created-area-two .video-created-wrap {
    max-width: unset;
}

.video-created-area-two .video-created-wrap .video-wrap i {
    color: #ffffff;
    font-size: 100px;
}


/*
Video Area Two Style
======================================================*/

.testimonial-area-two .owl-carousel .owl-item img {
    width: auto;
}

.testimonial-text img {
    margin-bottom: 18px;
}

.testimonial-text i {
    margin-bottom: 10px;
    display: block;
    font-size: 30px;
    margin-left: 21px;
}

.testimonial-text p {
    margin-bottom: 25px;
    font-size: 18px;
}

.testimonial-text h3 {
    margin-bottom: 2px;
    font-size: 18px;
}

.testimonial-text span {
    font-family: "Open Sans", sans-serif;
}


/*
Shop Area Two Style
======================================================*/

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

.single-shop .shop-img {
    position: relative;
}

.single-shop .shop-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-shop .shop-img .default-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 180px;
    margin: auto;
    font-size: 14px;
    padding: 15px 25px;
    border-color: #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.single-shop .shop-img .default-btn i {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.single-shop h3 {
    margin-top: 30px;
}

.single-shop span {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.single-shop:hover .shop-img::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

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


/*
Shop Area Two Style
======================================================*/

.blog-area-two .single-blog {
    position: relative;
    z-index: 1;
}

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

.blog-area-two .single-blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.blog-area-two .single-blog .blog-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.blog-area-two .single-blog .blog-content ul li {
    color: #ffffff;
    border-color: #ffffff;
}

.blog-area-two .single-blog .blog-content ul li a {
    color: #ffffff;
}

.blog-area-two .single-blog .blog-content ul li a i {
    color: #ffffff;
}

.blog-area-two .single-blog .blog-content h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

.blog-area-two .single-blog .blog-content .read-more {
    color: #ffffff;
}

.blog-area-two .single-blog:hover .blog-content h3 {
    color: #ffffff;
}

.team-area-two .ingle-team {
    margin-bottom: 30px;
}


/*====================================================
HOME TWO STYLE AREA
======================================================*/


/*
Nav Area Three Style
======================================================*/

.navbar-area.navbar-area-three .main-nav {
    background-color: transparent;
}

.navbar-area.navbar-area-three .main-nav nav .navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-area.navbar-area-three .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ffffff;
}

.navbar-area.navbar-area-three .main-nav nav .navbar-nav .nav-item a.active {
    color: #ffffff;
}

.navbar-area.navbar-area-three.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #000000;
    -webkit-box-shadow: 0 8px 6px -6px rgba(252, 252, 252, 0.4);
    box-shadow: 0 8px 6px -6px rgba(252, 252, 252, 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;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .form-control::placeholder {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .search-form .search-button {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .cart-icon a i {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .cart-icon a:hover i {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .menu-icon a i {
    color: #ffffff;
}

.navbar-area.navbar-area-three .others-option .menu-icon a:hover i {
    color: #ffffff;
}


/*
Banner Area Three Style
======================================================*/

.banner-area {
    background-image: url(../img/banner/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

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

.banner-area .banner-video {
    text-align: center;
    margin-top: 68px;
}

.banner-area .banner-video a i {
    font-size: 100px;
    color: #ffffff;
}

.banner-area .banner-text {
    text-align: left;
    margin-top: 68px;
}

.banner-area .banner-text h1 {
    color: #ffffff;
    font-size: 80px;
}

.banner-area .banner-img {
    position: absolute;
    top: 68px;
    left: -300px;
    z-index: -1;
}


/*
About Area Three Style
======================================================*/

.about-area-two.three .about-content span {
    color: #ffffff;
}

.about-area-two.three .about-content h2 {
    color: #ffffff;
}

.about-area-two.three .about-content p {
    color: #ffffff;
}

.about-area-two.three .about-grid-img {
    margin-bottom: 15px;
    margin-right: 15px;
}


/*
Video Created Area Three Style
======================================================*/

.video-created-area-three .video-img {
    position: relative;
    z-index: 1;
}

.video-created-area-three .video-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-created-area-three .video-img h3 {
    font-size: 40px;
    position: absolute;
    bottom: -58px;
    left: 100px;
    color: #ffffff;
}

.video-created-area-three .video-wrap {
    position: relative;
    z-index: 1;
}

.video-created-area-three .video-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-created-area-three .video-wrap a {
    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;
    color: #ffffff;
    font-size: 100px;
}


/*
TestimonialArea Three Style
======================================================*/

.testimonial-area-three .testimonial-text {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.testimonial-area-three .testimonial-text i {
    color: #e2a850;
    margin-left: 0;
}

.testimonial-area-three .testimonial-text p {
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}

.testimonial-area-three .testimonial-text p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 1px;
    background-color: #303132;
    margin: auto;
}

.testimonial-area-three .testimonial-text h3 {
    color: #ffffff;
}

.testimonial-area-three .testimonial-text span {
    color: #ffffff;
}

.testimonial-area-three .owl-carousel .owl-item img {
    width: unset;
    margin: 0 auto 20px;
}

.testimonial-area-three .owl-theme .owl-dots {
    margin-top: 40px !important;
    line-height: 1;
}

.testimonial-area-three .owl-theme .owl-dots .owl-dot span {
    background-color: #414749;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 5px;
}

.testimonial-area-three .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}

.testimonial-area-three .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}


/*
Latest Trailer Area Three Style
======================================================*/

.latest-trailer-three {
    background-image: url(../img/latest-trailer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.latest-trailer-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.latest-trailer-three .owl-theme .owl-dots {
    margin-top: 30px !important;
    line-height: 1;
}

.latest-trailer-three .owl-theme .owl-dots .owl-dot span {
    background-color: #b3b4b4;
    margin: 0 5px;
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.latest-trailer-three .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #606060;
}

.latest-trailer-three .owl-theme .owl-dots .owl-dot.active span {
    background-color: #606060;
}


/*
What We Do Area Three Style
======================================================*/

.what-we-do-area.three .what-we-do-content span {
    color: #ffffff;
}

.what-we-do-area.three .what-we-do-content h2 {
    color: #ffffff;
}

.what-we-do-area.three .what-we-do-content p {
    color: #ffffff;
}

.what-we-do-area.three .what-we-do-content p::before {
    background-color: #ffffff;
}

.what-we-do-area.three .what-we-do-content .brand-wrap .brand a {
    position: relative;
    overflow: hidden;
}

.what-we-do-area.three .what-we-do-content .brand-wrap .brand a .white-logo {
    position: absolute;
    top: 85px;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.what-we-do-area.three .what-we-do-content .brand-wrap .brand a:hover .white-logo {
    top: 0;
}

.what-we-do-area.three .what-we-do-item i {
    color: #e2a850;
}

.what-we-do-area.three .what-we-do-item h3 {
    color: #ffffff;
}

.what-we-do-area.three .what-we-do-item p {
    color: #ffffff;
}


/*
What We Do Area Three Style
======================================================*/

.team-area-three {
    background-image: url(../img/team-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.team-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.team-area-three .ingle-team .team-content h3 {
    color: #ffffff;
}

.team-area-three .ingle-team .team-content span {
    color: #ffffff;
}


/*
Blog Area Three Style
======================================================*/

.blog-area-three .single-blog .blog-content ul li {
    color: #ffffff;
}

.blog-area-three .single-blog .blog-content ul li a {
    color: #ffffff;
}

.blog-area-three .single-blog .blog-content ul li a i {
    color: #ffffff;
}

.blog-area-three .single-blog .blog-content a h3 {
    color: #ffffff;
}

.blog-area-three .single-blog .blog-content p {
    color: #ffffff;
}

.blog-area-three .single-blog .blog-content a {
    color: #ffffff;
}


/*
Partner Area Three Style
======================================================*/

.partner-area-three {
    background-image: url(../img/partner-bg-three.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.partner-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}


/*
Footer Top Area Three Style
======================================================*/

.footer-top-area-three {
    background-image: url(../img/footer-bg-three.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer-top-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}


/*
Footer Bottom Area Three Style
======================================================*/

.footer-bottom-area.three {
    background-color: #020202;
}

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


/*
Production Area Three Style
======================================================*/

.production-process-area .section-title {
    margin-bottom: 80px;
}

.production-process-area .row {
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 400px;
    max-width: 1140px;
    margin: auto;
}

.single-process {
    text-align: center;
}

.single-process i {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    width: 100px;
    height: 100px;
    line-height: 94px;
    background-color: #000000;
    display: inline-block;
    border: 1px solid #ffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-process i:hover {
    color: #e2a750;
}

.single-process p {
    color: #ffffff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.single-process.one {
    position: absolute;
    left: -40px;
    top: 132px;
    border: 20px solid #000000;
    border-radius: 50%;
}

.single-process.one .one {
    position: absolute;
    bottom: 30px;
    left: 113px;
    width: 145px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.single-process.two {
    position: absolute;
    left: -110px;
    top: -50px;
    border: 20px solid #000000;
    border-radius: 50%;
}

.single-process.two .two {
    margin-top: 15px;
    position: absolute;
    width: 150px;
    left: -25px;
}

.single-process.three {
    position: absolute;
    left: -55px;
    top: -60px;
    border: 20px solid #000000;
    border-radius: 50%;
}

.single-process.three .three {
    margin-top: 15px;
    position: absolute;
    width: 150px;
    left: -25px;
}

.single-process.four {
    position: absolute;
    left: 300px;
    top: 110px;
    border: 20px solid #000000;
    border-radius: 50%;
}

.single-process.four .four {
    margin-top: 15px;
    position: absolute;
    width: 220px;
    left: -56px;
    top: -60px;
}

.single-process.five {
    position: absolute;
    left: 340px;
    top: 105px;
    border: 20px solid #000000;
    border-radius: 50%;
}

.single-process.five .five {
    margin-top: 15px;
    position: absolute;
    width: 220px;
    left: -63px;
    top: -60px;
}

.single-process.six {
    position: absolute;
    right: -40px;
    top: -64px;
    border: 20px solid #000000;
    border-radius: 50%;
}

.single-process.six .six {
    position: absolute;
    bottom: 40px;
    left: -140px;
    width: 145px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}


/*
Products Area Three Style
======================================================*/

.products-area.three {
    background-image: url(../img/products-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.products-area.three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.products-area.three .products-content {
    max-width: 585px;
    margin-right: auto;
}

.products-area.three .products-content span {
    color: #ffffff;
}

.products-area.three .products-content h2 {
    color: #ffffff;
}

.products-area.three .products-content p {
    color: #ffffff;
}

.products-area.three .products-content p::before {
    background-color: #e2a850;
}

.products-area.three .thumbs-wrap {
    top: 450px;
    max-width: 368px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.products-area.three .thumbs-wrap .owl-thumb-item::before {
    background-color: #676a6a;
}

.products-area.three .thumbs-wrap .owl-thumb-item::after {
    background-color: #676a6a;
}

.products-area.three .thumbs-wrap .owl-thumb-item span {
    position: relative;
}

.products-area.three .thumbs-wrap .owl-thumb-item span::before {
    content: "";
    position: absolute;
    top: -63px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-color: #74572b;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover span {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover::before {
    background-color: #e2a750;
}

.products-area.three .thumbs-wrap .owl-thumb-item:hover::after {
    background-color: #e2a750;
}

.products-area.three .thumbs-wrap .owl-thumb-item.active span {
    color: #ffffff;
}

.products-area.three .thumbs-wrap .owl-thumb-item.active span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-area.three .thumbs-wrap .owl-thumb-item.active::before {
    background-color: #e2a750;
}

.products-area.three .thumbs-wrap .owl-thumb-item.active::after {
    background-color: #e2a750;
}

.products-area.three .owl-prev {
    top: 25px;
    left: 73px;
    right: 0;
    margin: auto !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.products-area.three .owl-next {
    bottom: -523px;
    left: 74px;
    right: 0;
    margin: auto !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*
Sidebar Area Style
======================================================*/

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

.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 23%;
    overflow-y: scroll;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    padding: 40px;
}

.sidebar-modal .sidebar-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.sidebar-modal .sidebar-header .sidebar-logo {
    display: inline-block;
}

.sidebar-modal .sidebar-header .close-btn {
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #272b2b;
    color: #ffffff;
    border-radius: 0;
    float: right;
    text-align: center;
}

.sidebar-modal .sidebar-header .close-btn:hover {
    color: #ffffff;
    background-color: #272b2b;
}

.sidebar-modal .sidebar-about {
    margin-bottom: 30px;
}

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

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

.sidebar-modal .contact-us {
    margin-bottom: 30px;
}

.sidebar-modal .contact-us h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.sidebar-modal .contact-us ul li {
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.sidebar-modal .contact-us ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .contact-us ul li i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
}

.sidebar-modal .contact-us ul li a {
    display: block;
}

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

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

.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 33%;
    flex: 0 0 33%;
    max-width: 33%;
    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: #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

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

.sidebar-modal .sidebar-follow-us h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
    line-height: 1;
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
    display: inline-block;
    padding-right: 10px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
    font-size: 20px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

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

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


/*
Modal Newsletter Area Style
======================================================*/

.modal-newsletter-area .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 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;
    max-width: 700px;
    border-radius: 0;
}

.modal-newsletter-area .modal {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-newsletter-area .modal-body {
    padding: 0;
}

.modal-newsletter-area .modal-content {
    border-radius: 0;
}

.modal-newsletter-area .modal-content .close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.modal-newsletter-area .modal-newsletter-wrap {
    padding: 30px;
    text-align: center;
}

.modal-newsletter-area .modal-newsletter-wrap h3 {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: -8px;
}

.modal-newsletter-area .modal-newsletter-wrap p {
    margin-bottom: 30px;
}

.modal-newsletter-area .modal-newsletter-wrap .abone-email {
    position: relative;
}

.modal-newsletter-area .modal-newsletter-wrap .abone-email .form-control {
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.modal-newsletter-area .modal-newsletter-wrap .abone-email .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #272b2b;
    color: #ffffff;
    height: 50px;
    padding: 10px 20px;
    border: none;
}

.modal-newsletter-area .modal-newsletter-wrap .abone-email .agree-label {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    margin-top: 30px;
}

.modal-newsletter-area .modal-newsletter-wrap .abone-email .agree-label #chb1 {
    margin-right: 5px;
}

.modal-newsletter-area .modal-newsletter-wrap .abone-email .agree-label label {
    margin-bottom: 0;
}

.modal-newsletter-area .modal-newsletter-wrap .abone-email #validator-newsletter {
    text-align: left;
    color: #ff0000;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
}


/*====================================================
INNER PAGE STYLE AREA
======================================================*/


/* 
Page Title Area Style
=====================================================*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-title-area.bg-23 {
    background-image: url(../img/page-bg/23.html);
}

.page-title-area.bg-24 {
    background-image: url(../img/page-bg/24.html);
}

.page-title-area .page-title-content {
    margin-top: -10px;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

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

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
    margin-left: 15px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

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

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

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

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


/* 
Bio Data Area Style
=====================================================*/

.bio-data .about-content h3 {
    position: relative;
    padding-left: 100px;
    font-size: 18px;
}

.bio-data .about-content h3::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #272b2b;
}

.bio-data .about-content p {
    padding-left: 100px;
}

.bio-data .about-grid-img {
    margin-bottom: 15px;
    margin-right: 15px;
}


/* 
Counter Area Style
=====================================================*/

.counter-area .single-counter {
    text-align: center;
    margin-bottom: 30px;
}

.counter-area .single-counter h2 {
    margin-bottom: 0;
    font-size: 40px;
}

.counter-area .single-counter p {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}


/* 
Collaborate Area Style
=====================================================*/

.collaborate-form .form-group {
    margin-bottom: 25px;
}

.collaborate-form .form-group label {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    color: #272b2b;
    font-weight: 600;
}

.collaborate-form .default-btn {
    margin-top: 5px;
}


/* 
Contact Area Style
=====================================================*/

.map-area iframe {
    width: 100%;
    height: 500px;
    border: none;
    display: block;
}

.contact-info p {
    margin-bottom: 30px;
}

.contact-info ul li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #272b2b;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.contact-info ul li i {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-info ul li a {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    text-transform: none;
}

.contact-info ul li span {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
}

.contact-info .social-wrap {
    padding-left: 30px;
    line-height: 1;
}

.contact-info .social-wrap li {
    display: inline-block;
}

.contact-info .social-wrap li.follow {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #272b2b;
    position: relative;
    margin-bottom: 20px;
    display: block;
    padding-left: 0;
}

.contact-info .social-wrap li a i {
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-info .social-wrap li a:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.contact-wrap h3 {
    margin-bottom: 30px;
}

.contact-wrap #contactForm .form-group {
    margin-bottom: 30px;
}

.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

div#msgSubmit {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    bottom: -65px;
    left: 15px;
    text-transform: capitalize;
}

.text-success {
    color: #28a745;
}


/*
FAQ Area CSS
======================================================*/

.faq-accordion {
    max-width: 800px;
    margin: auto;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 25px;
    color: #676a6a;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 25px;
    top: 23px;
    font-size: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}


/*
Blog Details Area CSS
======================================================*/

.blog-details-wrap .blog-top-content-wrap img {
    margin-bottom: 30px;
}

.blog-details-wrap .blog-top-content-wrap .post-details {
    margin-bottom: 10px;
}

.blog-details-wrap .blog-top-content-wrap .post-details li {
    display: inline-block;
    padding-right: 20px;
    font-family: "Open Sans", sans-serif;
}

.blog-details-wrap .blog-top-content-wrap .post-details li i {
    margin-right: 5px;
    color: #272b2b;
    position: relative;
    top: 2px;
}

.blog-details-wrap .blog-top-content-wrap h3 {
    margin-bottom: 15px;
}

.blog-details-wrap .blog-top-content-wrap blockquote {
    position: relative;
}

.blog-details-wrap .blog-top-content-wrap blockquote i {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 30px;
}

.blog-details-wrap .blog-top-content-wrap blockquote p {
    padding-left: 50px;
    font-weight: 600;
}

.blog-details-wrap .tags-and-shear-wrap {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li {
    display: inline-block;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li span {
    font-weight: 600;
    text-transform: uppercase;
    color: #272b2b;
    margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li a {
    font-family: "Open Sans", sans-serif;
    border: 1px solid #e1e1e1;
    padding: 2px 6px;
    margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .tag-list li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap {
    float: right;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li {
    display: inline-block;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li span {
    font-weight: 600;
    text-transform: uppercase;
    color: #272b2b;
    margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li a {
    font-size: 16px;
    margin-right: 10px;
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-details-wrap .tags-and-shear-wrap .social-wrap li:last-child a {
    margin-right: 0;
}

.blog-details-wrap .post-next-and-prev-wrap {
    margin-bottom: 50px;
}

.blog-details-wrap .post-next-and-prev-wrap .prev-img {
    position: relative;
}

.blog-details-wrap .post-next-and-prev-wrap .prev-img h3 {
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 115px;
}

.blog-details-wrap .post-next-and-prev-wrap .next-img {
    position: relative;
    text-align: right;
}

.blog-details-wrap .post-next-and-prev-wrap .next-img h3 {
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 115px;
}

.blog-details-wrap .comments-wrap {
    margin-bottom: 50px;
}

.blog-details-wrap .comments-wrap h3 {
    margin-bottom: 30px;
}

.blog-details-wrap .comments-wrap ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.blog-details-wrap .comments-wrap ul li img {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-wrap .comments-wrap ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-details-wrap .comments-wrap ul li span {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.blog-details-wrap .comments-wrap ul li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.blog-details-wrap .comments-wrap ul li a:hover {
    letter-spacing: 1px;
}

.blog-details-wrap .comments-wrap ul li a i {
    margin-right: 5px;
}

.blog-details-wrap .leave-reply-wrap h3 {
    margin-bottom: 20px;
}

.blog-details-wrap .leave-reply-wrap p {
    margin-bottom: 30px;
}

.blog-details-wrap .leave-reply-wrap .form-group {
    margin-bottom: 30px;
}

.blog-details-wrap .leave-reply-wrap .form-group #chb1 {
    margin-right: 5px;
}

.blog-details-wrap .leave-reply-wrap .form-group span {
    font-family: "Open Sans", sans-serif;
}

.blog-details-wrap .leave-reply-wrap .form-group label {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}

.blog-details-sidebar-wrap .sidebar-widget {
    margin-bottom: 35px;
}

.blog-details-sidebar-wrap .sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-details-sidebar-wrap .search-wrap .search-form {
    position: relative;
}

.blog-details-sidebar-wrap .search-wrap .search-form .form-control {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0;
    font-weight: 700;
}

.blog-details-sidebar-wrap .search-wrap .search-form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    height: 50px;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li {
    margin-bottom: 20px;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li a {
    position: relative;
    display: block;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li a h3 {
    position: absolute;
    top: 0;
    left: 200px;
    font-size: 16px;
    margin-bottom: 0;
}

.blog-details-sidebar-wrap .popular-post-wrap ul li a span {
    padding-left: 18px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.blog-details-sidebar-wrap .categories-wrap ul li {
    margin-bottom: 10px;
}

.blog-details-sidebar-wrap .categories-wrap ul li:last-child {
    margin-bottom: 0;
}

.blog-details-sidebar-wrap .categories-wrap ul li a {
    font-family: "Open Sans", sans-serif;
}

.blog-details-sidebar-wrap .about-wrap img {
    margin-bottom: 20px;
    width: 100%;
}

.blog-details-sidebar-wrap .tags-wrap ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.blog-details-sidebar-wrap .tags-wrap ul li a {
    border: 1px solid #cfcfcf;
    padding: 10px 15px;
    font-family: "Open Sans", sans-serif;
}

.blog-details-sidebar-wrap .tags-wrap ul li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}


/*
Shop Area CSS
======================================================*/

.woocommerce-topbar {
    margin-bottom: 40px;
    background-color: #f5f5f5;
    padding: 10px 30px;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
    text-align: right;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
    background-color: #ffffff;
    color: #272b2b;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    float: unset;
    height: unset;
    line-height: initial;
    padding: 10px 35px 10px 15px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
    background-color: #272b2b !important;
    color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
    font-weight: 700;
    color: #e2a750;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
    right: 20px;
}


/*
Cart Area CSS
======================================================*/

.cart-area .product-thumbnail {
    width: 130px;
}

.cart-area .cart-table {
    text-align: center;
}

.cart-area .cart-table table thead tr th {
    font-weight: 600;
    font-size: 18px;
    border-bottom: none;
    border: none;
    border-bottom: 1px solid #eaedff;
    text-transform: uppercase;
    color: #272b2b;
    padding-top: 0;
}

.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #eaedff;
}

.cart-area .cart-table table tbody tr td a {
    color: #272b2b;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-area .cart-table table tbody tr td a:hover {
    color: #272b2b;
}

.cart-area .cart-table table tbody tr td.product-price {
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
    font-size: 15px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
    margin-left: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #676a6a;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    float: right;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    background-color: #ff0000;
    color: #ffffff;
}

.cart-area .cart-table table tbody tr td.product-quantity {
    font-family: "Open Sans", sans-serif;
    width: 145px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
    position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #676a6a;
    outline: 0;
    display: block;
    border: none;
    border: 1px solid #cfcfcf;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    color: #676a6a;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
    background-color: #272b2b;
    color: #ffffff;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    color: #676a6a;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
    background-color: #272b2b;
    color: #ffffff;
}

.cart-area .cart-table table tbody tr td .subtotal-amount {
    font-family: "Open Sans", sans-serif;
}

.cart-area .coupon-cart {
    margin-top: 20px;
}

.cart-area .coupon-cart .form-group {
    position: relative;
}

.cart-area .coupon-cart .form-group .form-control {
    border: 1px solid #e1e1e1;
}

.cart-area .coupon-cart .form-group .form-control:focus {
    border-color: #272b2b;
}

.cart-area .coupon-cart .form-group .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}

.cart-area .cart-totals {
    padding: 0 30px;
    border-radius: 0;
}

.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-bottom: 1px solid #eaedff;
    padding: 12px 0;
    color: #676a6a;
    overflow: hidden;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.cart-area .cart-totals ul li:last-child {
    border-bottom: none;
}

.cart-area .cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}


/* 
Checkout Area CSS
=====================================================*/

.checkout-area .contact-form-action {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout-area .contact-form-action .form-group {
    margin-bottom: 20px;
}

.checkout-area .faq-accordion {
    padding-left: 30px;
    padding-right: 30px;
}

.checkout-area .faq-accordion h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.checkout-area .faq-accordion .accordion .accordion-content {
    border-top: none;
    padding: 0;
    font-size: 14px;
    padding-left: 25px;
}

.checkout-area .faq-accordion .accordion .accordion-title {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #272b2b;
    border-radius: 50%;
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50%;
    border-radius: 50%;
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
    color: #272b2b;
}

.checkout-area .faq-accordion .accordion .accordion-item {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout-area .faq-accordion .form-check {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.checkout-area .checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.checkout-area .billing-details h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.checkout-area .billing-details .form-group {
    margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
    display: block;
    color: #272b2b;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.checkout-area .billing-details .form-group label .required {
    color: red;
}

.checkout-area .billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: #272b2b;
    padding-top: 0;
    padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.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: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
    background-color: #272b2b !important;
    color: #ffffff;
}

.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: #272b2b !important;
    color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
    padding-top: 13px;
}

.checkout-area .billing-details .form-check {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

.checkout-area .billing-details .form-check .form-check-label {
    color: #272b2b;
}

.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 .cart-totals {
    padding: 0 30px;
    border-radius: 0;
    margin-bottom: 30px;
}

.checkout-area .cart-totals h3 {
    margin-bottom: 25px;
    font-size: 20px;
}

.checkout-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.checkout-area .cart-totals ul li {
    border-bottom: 1px solid #eaedff;
    padding: 12px 0;
    color: #676a6a;
    overflow: hidden;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.checkout-area .cart-totals ul li:first-child {
    padding-top: 0;
}

.checkout-area .cart-totals ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.checkout-area .cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}


/*
Shop Details Area CSS
=====================================================*/

.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: #333333;
    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: #333333;
    border-bottom: 1px solid #333333;
    line-height: initial;
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
    color: #272b2b;
    border-color: #272b2b;
}

.product-details-area .product-details-desc .product-summery {
    margin-top: 30px;
}

.product-details-area .product-details-desc .product-summery li {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #272b2b;
}

.product-details-area .product-details-desc .product-summery li:last-child {
    margin-bottom: 0;
}

.product-details-area .product-details-desc .product-summery li span {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: normal;
}

.product-details-area .product-details-desc .social-wrap {
    margin-top: 30px;
}

.product-details-area .product-details-desc .social-wrap li {
    display: inline-block;
    padding-right: 10px;
}

.product-details-area .product-details-desc .social-wrap li span {
    font-weight: 700;
    text-transform: uppercase;
}

.product-details-area .product-details-desc .social-wrap li a i {
    font-size: 16px;
    line-height: 1;
}

.product-details-area .product-details-desc .product-add-to-cart {
    margin-bottom: 30px;
    margin-top: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart h3 {
    display: inline-block;
    margin-right: 10px;
    font-size: 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;
    border: 1px solid #cfcfcf;
}

.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: 0.5s;
    transition: 0.5s;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #272b2b;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
    border-right: 1px solid #cfcfcf;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
    border-left: 1px solid #cfcfcf;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
    height: 45px;
    color: #333333;
    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: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #333333;
}

.product-details-area .product-details-desc .default-btn {
    margin-bottom: 0 !important;
}

.product-details-area .product-details-desc .default-btn i {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.product-details-area .product-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn::before {
    display: none;
}

.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 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #272b2b;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.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: #333333;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #272b2b;
    border-color: #272b2b;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.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 0.6s ease;
    transition: all 0.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;
    margin-right: 4px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a i {
    font-size: 20px;
    background-color: #def5ee;
    color: #272b2b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a:hover i {
    background-color: #272b2b;
    color: #ffffff;
}

.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;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaedff;
}

.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: capitalize;
    color: #333333;
    border: 1px solid #eaedff;
    border-bottom: none;
    padding: 15px 30px;
    font-weight: 700;
    line-height: 1;
}

.product-details-area .products-details-tab .tabs li a:hover {
    color: #ffffff;
    background-color: #272b2b;
    border-color: #272b2b;
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
    border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
    background: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus {
    color: #ffffff;
    background-color: #272b2b;
    border-color: #272b2b;
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
    border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
    background: #ffffff;
}

.product-details-area .products-details-tab .tabs li:last-child {
    margin-right: 0;
}

.product-details-area .products-details-tab .tabs li.current a {
    color: #ffffff;
    background-color: #272b2b;
    border-color: #272b2b;
}

.product-details-area .products-details-tab .tabs li.current a .dot {
    border: 1px solid #ffffff;
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
    background: #ffffff;
}

.product-details-area .products-details-tab .tab_content {
    border: 1px solid #eaedff;
    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 #eaedff;
    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 #eaedff;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #272b2b;
    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: #272b2b;
}

.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 #eaedff;
    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;
    font-family: "Open Sans", sans-serif;
}

.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: #444444;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.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 CSS
=====================================================*/

.user-area-style {
    position: relative;
    z-index: 1;
}

.user-area-style .section-title h2 {
    font-size: 40px;
    margin-top: -11px;
}

.user-area-style .contact-form-action {
    border: 1px solid #ebf0ff;
    padding: 50px;
    margin: auto;
    max-width: 650px;
}

.user-area-style .contact-form-action .section-title {
    margin-bottom: 40px;
}

.user-area-style .contact-form-action form .form-condition {
    margin-bottom: 20px;
}

.user-area-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
    color: #272b2b;
}

.user-area-style .contact-form-action form .form-group {
    margin-bottom: 30px;
}

.user-area-style .contact-form-action form .default-btn {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action {
    margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action .log-rem {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}

.user-area-style .contact-form-action form .login-action .log-rem label {
    margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action .forgot-login {
    display: inline-block;
    float: right;
    font-family: "Open Sans", sans-serif;
}

.user-area-style .contact-form-action form .or {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.user-area-style .contact-form-action form .or::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: #ebf0ff;
}

.user-area-style .contact-form-action form .or::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: #ebf0ff;
}

.user-area-style.recover-password-area h3 {
    font-size: 40px;
    margin-top: -11px;
}

.user-area-style.recover-password-area p {
    margin-bottom: 30px;
}

.user-area-style.recover-password-area .now-log-in {
    font-family: "Open Sans", sans-serif;
}

.user-area-style.recover-password-area .now-register {
    float: right;
}


/*
Portfolio Area Style
======================================================*/

.portfolio-wraps {
    text-align: center;
}

.portfolio-wraps .shorting .mix {
    display: none;
}

.portfolio-wraps .shorting-menu {
    margin-bottom: 40px;
    border-bottom: 1px solid #cfcfcf;
}

.portfolio-wraps .shorting-menu .filter {
    font-size: 16px;
    font-weight: 500;
    background-color: #cfcfcf;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 30px;
    color: #272b2b;
    margin: 0 10px;
    border-radius: 0;
    text-transform: uppercase;
}

.portfolio-wraps .shorting-menu .filter.active {
    color: #ffffff;
    background-color: #272b2b;
}

.single-portfolio {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.single-portfolio .portfolio-image {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 380px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-portfolio .portfolio-image .price-wrap {
    position: relative;
    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;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-portfolio .portfolio-image .price-wrap i {
    font-size: 60px;
    color: #ffffff;
}

.single-portfolio .portfolio-image:hover .price-wrap {
    opacity: 1;
}

.single-portfolio .portfolio-image.bg-1 {
    background-image: url(../img/portfolio/1.jpg);
}

.single-portfolio .portfolio-image.bg-2 {
    background-image: url(../img/portfolio/2.jpg);
}

.single-portfolio .portfolio-image.bg-3 {
    background-image: url(../img/portfolio/3.jpg);
}

.single-portfolio .portfolio-image.bg-4 {
    background-image: url(../img/portfolio/4.jpg);
}

.single-portfolio .portfolio-image.bg-5 {
    background-image: url(../img/portfolio/5.jpg);
}

.single-portfolio .portfolio-image.bg-6 {
    background-image: url(../img/portfolio/6.jpg);
}

.single-portfolio .portfolio-image.bg-7 {
    background-image: url(../img/portfolio/7.jpg);
}

.single-portfolio .portfolio-image.bg-8 {
    background-image: url(../img/portfolio/8.jpg);
}

.single-portfolio .portfolio-image.bg-9 {
    background-image: url(../img/portfolio/9.jpg);
}

.single-portfolio .portfolio-content {
    padding-top: 10px;
}

.single-portfolio .portfolio-content span {
    color: #676a6a;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

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

.single-portfolio .portfolio-content h3 a {
    color: #272b2b;
}


/*
Portfolio Details Area Style
======================================================*/

.portfolio-details-wrap .portfolio-img {
    margin-bottom: 30px;
}

.portfolio-details-wrap .portfolio-content span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.portfolio-details-wrap .portfolio-content h3 {
    margin-bottom: 20px;
}

.portfolio-details-wrap .portfolio-content p {
    padding-left: 100px;
    position: relative;
}

.portfolio-details-wrap .portfolio-content p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #272b2b;
}

.portfolio-details-wrap .portfolio-date {
    border: 1px dashed #cfcfcf;
    padding: 30px;
}

.portfolio-details-wrap .portfolio-date .date-wrap {
    margin-bottom: 10px;
}

.portfolio-details-wrap .portfolio-date .date-wrap li {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #272b2b;
}

.portfolio-details-wrap .portfolio-date .date-wrap li:last-child {
    margin-bottom: 0;
}

.portfolio-details-wrap .portfolio-date .date-wrap li span {
    display: inline-block;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 140px;
    text-transform: capitalize;
    color: #676a6a;
}

.portfolio-details-wrap .portfolio-date .social-wrap li {
    display: inline-block;
    margin-right: 5px;
}

.portfolio-details-wrap .portfolio-date .social-wrap li span {
    text-transform: uppercase;
    color: #272b2b;
    font-weight: 700;
    margin-right: 51px;
    margin-bottom: 0;
}

.portfolio-details-wrap .portfolio-date .social-wrap li a i {
    font-size: 18px;
}

.portfolio-details-wrap .post-next-and-prev-wrap {
    margin-top: 50px;
}

.portfolio-details-wrap .post-next-and-prev-wrap .prev-img {
    position: relative;
}

.portfolio-details-wrap .post-next-and-prev-wrap .prev-img h3 {
    font-size: 16px;
    position: absolute;
    top: 45px;
    left: 200px;
}

.portfolio-details-wrap .post-next-and-prev-wrap .grid {
    text-align: center;
}

.portfolio-details-wrap .post-next-and-prev-wrap .grid i {
    font-size: 50px;
    line-height: 1;
    position: relative;
    top: 4px;
}

.portfolio-details-wrap .post-next-and-prev-wrap .next-img {
    position: relative;
    text-align: right;
}

.portfolio-details-wrap .post-next-and-prev-wrap .next-img h3 {
    font-size: 16px;
    position: absolute;
    top: 45px;
    right: 200px;
}


/*
Team Page Area Style
======================================================*/

.team-page-area .ingle-team {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team-page-area .ingle-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*
Testimonial Page Area Style
======================================================*/

.testimonial-page-area .testimonial-text {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-page-area .testimonial-text i {
    margin-left: 0;
}


/*
404 Error Area Style
=====================================================*/

.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative;
}

.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    color: #272b2b;
}

.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 .red {
    color: #ff0000;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s 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: #ff0000;
}

.error-area .error-content-wrap p {
    margin: 20px 0 20px;
    font-size: 19px;
    color: #272b2b;
}


/* 
Coming Soon Area Style
=====================================================*/

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url(../img/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 70px 30px;
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #272b2b;
    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: #272b2b;
    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: normal;
}

.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: #ffffff;
}

.coming-soon-area .coming-soon-content .abone-email {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-area .coming-soon-content .abone-email .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #272b2b;
    color: #676a6a;
}

.coming-soon-area .coming-soon-content .abone-email .input-newsletter:focus {
    border-color: #272b2b;
}

.coming-soon-area .coming-soon-content .abone-email button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.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: #272b2b;
    border-radius: 50%;
    color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li a i {
    font-size: 18px;
}

.coming-soon-area #validator-newsletter {
    text-align: left;
    color: #dc3545 !important;
}


/*====================================================
OTHERS STYLE AREA
======================================================*/


/*
Preloader Area Style*/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    z-index: 9999;
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #272b2b;
    z-index: 10;
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #16a085;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin-reverse .6s linear infinite;
    animation: spin-reverse .6s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/*
Go Top Style*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 88%;
    right: -10%;
    background-color: #272b2b;
    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: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.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: #272b2b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #272b2b;
}

.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: #ffffff;
}

.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: 88%;
}


/*
Video wave Style*/

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 89px;
    text-align: center;
    border-radius: 0;
    color: #272b2b;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 50%;
}

.video-btn i {
    font-size: 50px;
    font-weight: 700;
    color: #272b2b;
    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-color: #ffffff;
    border-radius: 50%;
}

.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: #272b2b;
}

.video-btn:hover i {
    color: #ffffff;
}

.video-btn:hover::after,
.video-btn:hover::before {
    background-color: #272b2b;
}

@-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: 0.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: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}


/*
Nice select Area Style*/

.nice-select .list {
    width: 100%;
}

.nice-select .option:hover {
    background-color: #272b2b;
    color: #ffffff;
}

.nice-select .option.selected.focus {
    color: #272b2b;
}


/*
Page-navigation Area Style*/

.pagination-area {
    margin-top: 10px;
}

.pagination-area .page-numbers {
    width: 38px;
    height: 38px;
    color: #676a6a;
    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: 500;
}

.pagination-area .page-numbers:hover {
    color: #272b2b;
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 30px;
    top: 5px;
}

.pagination-area .page-numbers.current {
    color: #272b2b;
}


/*# sourceMappingURL=style.css.map */