/*
Template Name: Inventor html5 templete
Author:  CrazyCafe
Author URI:
Version: 1.0

====/========        ===== ==/====/
             CSS Index
====/========        =======/====/

01. reset CSS         ====================>>

02. preloader CSS     ====================>

03.Header area css    ====================>>

04.Welcome area css   ====================>>

05.About area css     ====================>>>

06.Team area css      ====================>>>

07.faq area css      ====================>>>

09.project area css    ====================>>>

10.project details css ====================>>>

11.Team area css        ====================>>>

12.cart area css        ====================>>>

13.check-out area css   ====================>>>

14.shop area css        ====================>>>

15.single-shop area css ====================>>>

16.error area css       ====================>>>

17.blog area css        ====================>>>

18.single-blog area css ====================>>>

19.contact area css     ====================>>>

*/

/*******************
***** 1. General CSS
********************/
    /* Base CSS */

    a:focus {
        outline: 0 solid
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .fix {
        overflow: hidden
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px;
        font-weight: 700;
        color: #161616
    }

    html,
    body {
        height: 100%
    }

    body {
        font-family: 'Playfair Display', serif;
        line-height: 1.7;
        font-weight: 400;
        color: #666666;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    a {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        color: #333;
    }

    a:hover {
        color: #c6a15b;
    }

    p {
        color: #666666;
        line-height: 26px;
    }

    a:hover {
        text-decoration: none;
    }

    input:focus {
        outline: none;
        text-decoration: none;
    }

    textarea:focus {
        outline: none;
    }

/* ===========================================================
                    Home Page One Start
============================================================== */

/*preloader css*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #e7e7e7;
  position: fixed;
  z-index: 999999;
}
#loading #preloader {
  position: relative;
  width: 100%;
  height: 80px;
  top: calc(50% - 50px);
  text-align: center;
  margin: 0 auto;
}
#loading #preloader:after {
  content: "LOADING";
  /* Text under the circles */
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #454545;
  letter-spacing: 1px;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  top: 90px;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  text-align: center;
}
#loading #preloader span {
  position: absolute;
  border: 4px solid #575757;
  border-radius: 100%;
}
#loading #preloader span:nth-child(1) {
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  -webkit-animation: spin-1 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: spin-1 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loading #preloader span:nth-child(2) {
  top: 20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  -webkit-animation: spin-2 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: spin-2 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes spin-1 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes spin-1 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes spin-2 {
  0% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
}
@keyframes spin-2 {
  0% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
}

/*preloader css end */

    .drop-menu.mega-menu li.mega-menu-content {
        background: #ffffff none repeat scroll 0 0;
        box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.2);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        /* padding-bottom: 10px;*/
    }

    .mainmenu ul li ul li ul {
        width: 200px;
    }

    .drop-img img {
        height: 219px;
        position: relative;
        top: 0px;
    }

    .drop-menu.mega-menu li.mega-menu-content ul li a {
        line-height: 17px;
        padding: 7px 20px;
        text-align: left;
        font-weight: 500;
        color: #777;
    }

    .drop-menu.mega-menu li.mega-menu-content ul li a:hover {
        color: #c5a060;
    }

    /* Header-area Start */

    .header-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.08);
        background: #ffffff;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        color: #fff;
        position: absolute;
    }

    .header-top-area {
        background-color: #1a1a1a;
        padding: 20px 0;
    }
    ul.submenu-2.hello li a {
        line-height: 22px;
    }
    .header-top-area a {
        color: #fff;
    }

    .header-top-left a,
    .header-top-left span {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        padding-right: 20px;
    }

    .header-top-left i.fa {
        padding-right: 10px;
    }

    .view-projects:hover i,
    .know-more-btn:hover i {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    .view-projects i,
    .know-more-btn i {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .header-top-right {
        text-align: right;
    }

    .header-top-right a {
        padding-left: 28px;
    }

    .logo {
        padding: 32px 10px;
        /* width: 550px; */
    }

    .logo img {
        width: 200px;
    }

    .mainmenu ul {
        margin: 0;
        padding: 0;
    }

    .mainmenu ul li {
        display: inline-block;
        position: relative
    }

    .mainmenu ul li a {
        color: #222222;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        padding: 34px 12px;
    }

    .mainmenu {
        text-align: center;
    }

    .mainmenu ul li .sub-menu {
        background: #ffffff none repeat scroll 0 0;
        box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.45);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 100px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        visibility: hidden;
        width: 200px;
    }

    .mainmenu ul li:hover .sub-menu {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        top: 85px;
    }

    .mainmenu ul li ul li {
        display: block;
        text-align: left;
    }

    .mainmenu ul li a:hover {
        color: #c6a15b;
    }

    .mainmenu ul.sub-menu li a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 14px 10px;
    }

    .mainmenu ul.sub-menu li a:hover {
        background: #f9f9f9 none repeat scroll 0 0;
    }

    .mainmenu ul li:hover:after {
        display: none
    }

    .sub-siblings:hover:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mainmenu ul li:hover ul {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        z-index: 9999;
        bottom: -208px;
    }

    .mainmenu ul li a {
        color: #222222;
        display: block;
        padding: 33px 20px;
    }

    .mainmenu ul li a i {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .mainmenu ul li a:hover i {
        -webkit-transform: rotate(90deg) translateX(2px) translateY(-7px);
        transform: rotate(90deg) translateX(2px) translateY(-7px);
    }

    #mainmenu a:focus {
        border: medium none;
        outline: medium none;
        text-decoration: none;
    }

    .search-area {
        text-align: center;
    }

    .search-icon {
        border: 1px solid transparent;
        color: #333;
        display: inline-block;
        font-size: 17px;
        line-height: 16px;
        padding: 10px;
    }

    .search-icon:hover {
        border: 1px solid #ccc;
    }

    .search-trigger {
        display: inline-block;
        height: 39px;
        position: absolute;
        right: 82px;
        width: 0;
        top: 0;
    }

    .search-trigger.display-block {
        width: 250px;
    }

    .search-trigger input {
        color: #ccc;
        height: 39px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        padding-left: 10px;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        visibility: hidden;
        width: 0;
        border: 1px solid #ccc;
    }

    .search-trigger input {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        width: 100%;
    }

    .search-trigger.display-block input {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }
    /* Search area-End */
    /* cart area-Start */

    .header-right {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 25px;
    }

    .cart-icon {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        cursor: pointer;
    }

    .cart-icon i {
        color: #222;
        font-size: 18px;
    }
    /* cart area-End */
    /* Header-area End */
    /* Header-area End */

    .mainmenu ul .drop-menu {
        bottom: -250px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        left: -155px;
        /*margin-top: 91px;*/
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        -webkit-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        visibility: hidden;
        width: 600px;
    }

    .mainmenu ul li:hover .drop-menu {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }

    .left-drop-menu {
        float: left;
        padding-left: 10px!important;
        padding-top: 15px!important;
        width: 200px;
    }

    .right-drop-menu {
        padding-top: 15px!important;
    }
    /* Header-area End */
    /* hero-area Start */

    .hero-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* height: 970px; */
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .banner-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 970px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .hero-area-content {
        /* background: #ffffff none repeat scroll 0 0; */
        background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
        position: relative;
        width: 100%;
        z-index: 11;
    }

    .view-projects {
        border-bottom: 2px solid #c6a15b;
        color: #272727;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .view-projects i {
        display: inline-block;
        font-size: 19px;
        margin-left: 2px;
        position: relative;
        top: 2px;
    }

    .hero-area-content h1 {
        color: #161616;
        background-color: rgba(255, 255, 255, 0);
        font-size: 80px;
        font-weight: 700;
        /* font-weight: 400; */
        line-height: 75px;
        margin-bottom: 0;
        /* padding-bottom: 10px; */
        padding-top: 20px;
    }

    .hero-area-content h3 {
        font-size: 30px;
        font-weight: 300;
        line-height: 75px;
    }

    .hero-area-content p {
        font-size: 25px;
        line-height: 30px;
        padding-top: 30px;
    }

    .hero-area-content img {
        width: 200px;
    }

    .hero-img {
        height: 50%;
        /* height: 450px; */
        margin-top: 200px;
        padding-right: 0px;
        /* position: absolute; */
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 55%;
        z-index: 1;
    }

    .hero-img:before {
        background: #f4f4f4 none repeat scroll 0 0;
        content: "";
        height: 90%;
        position: absolute;
        right: 0;
        top: 137px;
        width: 94%;
        z-index: -2;
    }

    .hero-img img {
        /* width: 100%; */
        right: 0;
        height: 100%;
    }

    .scroll-text {
        bottom: 23px;
        left: 45%;
        position: absolute;
        word-spacing: 20px;
    }

    .scroll-text:before {
        background: #c6a15b none repeat scroll 0 0;
        content: "";
        height: 68px;
        left: 50%;
        position: absolute;
        top: -22px;
        width: 1px;
    }
    /* hero-area-Carousel-indicator Start */

    .hero-area .owl-stage-outer {
        height: 970px;
    }

    .hero-area .banner-area.banner-carousel.owl-carousel.owl-theme.owl-loaded {
        height: 970px;
    }

    .hero-area .owl-stage {
        height: 970px;
    }

    .hero-area .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 970px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-area .owl-controls {
        background: transparent none repeat scroll 0 0;
        height: 50px;
        position: absolute;
        right: -21.2%;
        text-align: center;
        top: 41.5%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 45%;
    }

    .hero-area .owl-dots {
        background: transparent none repeat scroll 0 0;
        color: #ffffff;
        height: 50px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .hero-area .owl-dot {
        background: #c6a15b none repeat scroll 0 0;
        border-radius: 50%;
        display: inline-block;
        height: 15px;
        margin: 5px 5px;
        text-align: center;
        width: 15px;
    }

    .hero-area .owl-dot.active:before {
        background: #c6a15b none repeat scroll 0 0;
        border-radius: 50%;
        content: "1";
        font-family: "Playfair Display", serif;
        font-weight: 700;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .hero-area .owl-dot:nth-child(1).active:before {
        content: "5";
    }

    .hero-area .owl-dot:nth-child(2).active:before {
        content: "4";
    }

    .hero-area .owl-dot:nth-child(3).active:before {
        content: "3";
    }

    .hero-area .owl-dot:nth-child(4).active:before {
        content: "2";
    }

    .hero-area .owl-dot.active {
        height: 30px;
        position: relative;
        top: 7px;
        width: 30px;
    }
    /* hero-area-Carousel-indicator End */

    .all-sections {
        padding-top: 140px;
        position: relative;
    }

    .all-sections.work-section {
        margin-top: 155px;
    }

    .individual-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 725px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    .section-content {
        padding-top: 333px;
    }

    .section-title {
        background: #ffffff none repeat scroll 0 0;
        padding: 55px;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 9;
    }

    .section-title h1 {
        color: #161616;
        font-size: 80px;
    }

    .section-image.work-area-img {
        background: url(img/section-img2.jpg)no-repeat;
        background-size: cover;
        height: 720px;
    }

    .section-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .know-more-btn-area a {
        display: inline-block;
    }

    .know-more-btn {
        border-bottom: 3px solid #c6a15b;
        color: #272727;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 6px;
        display: inline-block;
    }

    .know-more-btn i {
        font-size: 18px;
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

    .image-main-div:before {
        background: #f4f4f4 none repeat scroll 0 0;
        content: "";
        height: 94%;
        left: 0;
        position: absolute;
        top: 45px;
        width: 94.3%;
        z-index: -1;
    }

    .image-main-div:after {
        background: #c6a15b none repeat scroll 0 0;
        bottom: -40px;
        content: "";
        height: 150px;
        position: absolute;
        right: 27%;
        width: 3px;
    }

    .image-main-div {
        left: 0;
        padding-bottom: 50px;
        padding-left: 50px;
        position: absolute;
        top: 140px;
        width: 47.5%;
    }
    /* individual-section-area End */

    .work-section .section-title {
        left: 0;
        padding-left: 0;
        right: auto;
    }

    .section-image {
        background: rgba(0, 0, 0, 0) url("img/_main/aboutus.png") no-repeat scroll center center / cover;
        height: 720px;
    }

    .section-image.work-area-img {
        background: rgba(0, 0, 0, 0) url("img/section-img2.jpg") no-repeat scroll center center / cover;
    }

    .work-img-main-div.client-img-main-div .section-image.work-area-img {
        background: rgba(0, 0, 0, 0) url("img/_main/project2.jpg") no-repeat scroll center center / cover;
    }

    .image-main-div.work-img-main-div {
        left: auto;
        padding-left: 0;
        padding-right: 50px;
        right: 0;
    }

    .image-main-div.work-img-main-div:before {
        height: 93.5%;
        left: auto;
        right: 0;
        top: 50px;
    }

    .image-main-div.work-img-main-div:after {
        left: 27%;
        right: auto;
    }

    /* project-area Start */

    .project-area {
        padding-top: 270px;
    }

    .project-area .col-md-4:nth-child(2) {
        margin-top: 80px;
    }

    .section-heading {
        padding-bottom: 88px;
        text-align: center;
    }

    .section-heading h1 {
        color: #161616;
        font-size: 80px;
    }

    .single-project {
        text-align: center;
    }

    .project-img {
        padding-left: 30px;
        position: relative;
        width: 100%;
    }

    .project-img img {
        width: 100%;
    }

    .project-img:before {
        background: #f4f4f4 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 30px;
        width: 82%;
        z-index: -1;
    }

    .project-img:after {
        background: #c6a15b none repeat scroll 0 0;
        bottom: -70px;
        content: "";
        height: 100px;
        left: 52px;
        position: absolute;
        width: 3px;
    }

    .project-info {
        margin-top: 30px;
        padding: 30px 30px 0;
    }

    .project-info h3 {
        color: #161616;
        font-size: 20px;
        margin-bottom: 8px;
    }

    .project-info p {
        margin-bottom: 0;
    }
    /* project-area End */

    /* client-area Start */
    .all-sections.work-section.client-section {
        margin-top: 30px;
    }

    .client-section .section-title {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 0;
        top: 80px;
    }

    .section-title h1 span {
        color: #ffffff;
    }

    .client-section .section-content {
        padding-top: 100px;
    }

    .client-section .individual-section {
        height: 700px;
    }

    .client-section .section-image.work-area-img {
        top: 100px;
    }

    .section-image.work-area-img.client-img:after {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .section-image.work-area-img.client-img:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        top: 0;
    }

    .section-image.work-area-img.client-img img {
        border-top: 1px solid #c6a15b;
    }

    .image-main-div.work-img-main-div.client-img-main-div:after {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .image-main-div.work-img-main-div.client-img-main-div:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .client-details {
        display: inline-block;
        margin-top: 20px;
        padding: 30px 0 0;
        position: relative;
    }

    .client-details h4 {
        color: #161616;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .client-details i {
        color: #c6a15b;
        font-size: 30px;
        left: 0;
        line-height: 16px;
        position: absolute;
        top: 0;
    }

    .single-project.cta {
        margin-top: 80px;
    }
    /* client-area Carousel-indicator Start */

    .client-section-area .owl-prev {
        background: #c6a15b none repeat scroll 0 0;
        bottom: -138px;
        color: #ffffff;
        display: inline-block;
        font-size: 30px;
        height: 80px;
        line-height: 80px;
        position: absolute;
        right: -38px;
        text-align: center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 80px;
    }

    .client-section-area .owl-next {
        background: #ffffff none repeat scroll 0 0;
        bottom: -138px;
        color: #161616;
        display: inline-block;
        font-size: 30px;
        height: 80px;
        line-height: 80px;
        position: absolute;
        right: -113px;
        text-align: center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 80px;
    }

    .client-section-area .owl-prev:hover {
        color: #333;
    }


    .client-section-area .owl-next:hover {
        color: #c6a15b
    }

    .all-sections.work-section.client-section-area {
        padding-bottom: 50px;
    }

    .section-image.work-area-img.client-section {
        background: rgba(0, 0, 0, 0) url("img/client-img1.jpg") repeat scroll center center / cover;
        right: 0;
    }

    .all-sections.work-section.client-section-area .section-title {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        top: 55px;
    }

    .client-content .section-content {
        padding-top: 230px;
    }

    .all-sections.work-section.client-section-area {
        margin-bottom: 65px;
        margin-top: 0;
    }

    .section-image.img1 {
        background: url(img/section-img1.jpg)no-repeat;
        background-size: cover;
        height: 730px;
    }
    /* client-area Carousel-indicator End */
    /* client-area End */
    /* footer-area Start */

    .footer-area {
        /* padding: 130px 0 0; */
        position: relative;
    }

    .footer-contents {
        /* padding-top: 100px; */
        position: relative;
        overflow: hidden;
    }

    .footer-image-area {
        display: inline-block;
        height: 92%;
        left: 0;
        padding-left: 45px;
        position: absolute;
        top: 0;
        width: 26.3%;
    }

    .footer-image {
        background: rgba(0, 0, 0, 0) url(img/_main/project-photo.png) repeat scroll center center / cover;
        display: inline-block;
        height: 100%;
        width: 80%;
    }

    .footer-image-area:before {
        background: #f4f4f4 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 45px;
        width: 89%;
        z-index: -1;
    }
    /* footer-top-area Start */

    .footer-top-area .col-md-10 {
        background: #f4f4f4 none repeat scroll 0 0;
        padding: 90px 0;
    }

    .footer-top-area {
        background: #f4f4f4 none repeat scroll 0 0;
    }

    .footer-top {
        padding-left: 50px;
        position: relative;
    }

    .footer-top-text h2 {
        color: #222222;
        margin-bottom: 22px;
    }

    .footer-input-area {
        margin-top: 15px;
    }

    .footer-input-area input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: transparent none repeat scroll 0 0;
        border-color: currentcolor currentcolor #c4c4c4;
        -o-border-image: none;
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        color: #333;
        font-weight: 400;
        height: 40px;
        padding-left: 10px;
        width: 100%;
    }

    .subscribe-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 700;
        position: relative;
    }

    .subscribe-btn input {
        border-bottom: 2px solid #c6a15b;
        font-weight: 700;
        padding-left: 0;
        padding-right: 28px;
    }

    .subscribe-btn i {
        color: #222;
        display: inline-block;
        font-size: 16px;
        position: absolute;
        right: 9px;
        top: 31%;
    }

    .footer-top-text p {
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

    /* footer-bottom-area Start */

    .footer-bottom {
        /* padding: 50px 0 50px 50px; */
    }

    .footer-bottom-left {
        text-align: right;
    }

    .footer-logo {
        display: inline-block;
        padding-bottom: 30px;
    }

    .footer-bottom-text p {
        color: #222222;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .footer-menu {
        display: block;
        text-align: right;
    }

    .footer-menu ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .footer-menu ul li:last-child {
        margin-right: 8px;
    }

    .footer-menu ul li a {
        font-size: 16px;
        font-weight: 700;
    }

    .footer-social-icons {
        display: block;
        padding-top: 25px;
        text-align: right;
    }

    .footer-social-icons ul li {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: center;
        width: 30px;
    }

    .footer-social-icons ul li a {
        color: #222222;
        display: inline-block;
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        width: 25px;
    }

    /* ===========================================================
                    Home Page Two Start
    ============================================================== */
    /* Home2-hero-area start */

    .home2-header-area .header-area {
        position: absolute;
        background: transparent;
        border: none;
    }

    .home2-header-area .mainmenu {
        background: #fff;
        position: absolute;
        right: 0;
        display: inline-block;
        width: 540px;
    }

    .home2-header-area .mainmenu {
        padding: 0;
    }

    .home2-header-area .mainmenu ul li ul.drop-menu {
        width: 200px;
        background: #fff;
        left: auto;
        right: 0;
        padding: 15px 0;
        bottom: -200px;
    }

    .home2-header-area .mainmenu ul li ul.drop-menu {
        display: block;
    }

    home2-header-area .mainmenu ul li {
        float: left;
    }

    .home2-header-area .mainmenu ul li:hover ul.drop-menu {
        top: 100%;
    }

    .home2-header-area .mainmenu ul li:hover ul.drop-menu.cta222 {
        bottom: auto;
        top: 100%;
    }

    .home2-header-area .mainmenu ul li ul.drop-menu.cta222 {
        bottom: auto;
        top: 120%;
    }

    .home2-header-area .mainmenu ul li ul.drop-menu li {
        display: block;
        float: none;
    }

    .home2-header-area .mainmenu ul li ul.drop-menu li a {
        padding: 10px;
        padding-left: 25px;
    }

    .home2-header-area .mainmenu .sub-siblings:after {
        right: 8px;
    }

    .home2-header-area .mainmenu ul li a:hover {
        background: #c6a15b;
        color: #fff;
    }
    /* Home2-hero-area End */

    .home2-hero-area .hero-area-content {
        background: transparent;
        height: 950px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home2-hero-area .hero-area-content h2 {
        color: #fff;
        font-style: italic;
        margin-bottom: 0;
    }

    .home2-hero-area .hero-area-content h1 {
        color: #fff;
        padding-top: 18px;
    }

    .home2-hero-area .hero-area-content p {
        color: #fff;
        font-size: 16px;
    }
    /* Home2-hero-area End */

    .home2-hero-area {
        height: 950px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    /* Home2-hero-area Carousel Start */

    .home2-banner-carousel {
        height: 950px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home2-hero-area .owl-stage-outer {
        height: 100%;
    }

    .home2-hero-area .owl-stage {
        height: 100%;
    }

    .home2-hero-area .owl-item {
        height: 100%;
    }

    .slider-bg {
        background: url(img/home2-hero-bg.jpg);
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 0;
        text-align: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .slider-bg:before {
        position: absolute;
        content: "";
        left: 0;
        text-align: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        z-index: 1;
    }
    /* Home2-hero-area Carousel End */
    /* Home2-hero-area Carousel Indicator End */

    .home2-hero-area .owl-controls {
        background: transparent none repeat scroll 0 0;
        height: 50px;
        position: absolute;
        right: -18.2%;
        text-align: center;
        top: 41.5%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 45%;
    }

    .home2-hero-area .hero-area .owl-dots {
        background: transparent none repeat scroll 0 0;
        color: #ffffff;
        height: 50px;
        position: absolute;
        text-align: center;
        width: 19%;
        top: 3%;
        left: 40%;
    }

    .home2-hero-area .owl-dot {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-radius: 50%;
        color: #a6a6a6;
        display: inline-block;
        font-size: 20px;
        height: 15px;
        margin: 38px 13px;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 15px;
    }

    .home2-hero-area .owl-dot.active {
        color: #ffffff;
        font-size: 40px;
        height: 30px;
        margin: 10px 20px 10px -3px;
        position: relative;
        top: 20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 30px;
    }

    .home2-hero-area .owl-dot.active:before {
        background: transparent;
    }

    .home2-hero-area .owl-dot:nth-child(1):before {
        content: "01";
    }

    .home2-hero-area .owl-dot:nth-child(2):before {
        content: "02";
    }

    .home2-hero-area .owl-dot:nth-child(3):before {
        content: "03";
    }

    .home2-banner-carousel .owl-prev {
        display: inline-block;
        position: absolute;
        left: 38%;
        bottom: -7px;
        color: #fff;
        font-size: 18px;
    }

    .home2-banner-carousel .owl-next {
        display: inline-block;
        position: absolute;
        bottom: -4px;
        font-size: 18px;
        color: #fff;
        right: 35%;
    }
    /* Home2-hero-area Carousel Indicator End */

    .explore-btn {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        color: #fff;
        padding: 36px 85px;
        background: #c6a15b;
        font-size: 16px;
        font-weight: 700;
    }

    .explore-btn i {
        display: inline-block;
        margin-left: 25px;
        position: relative;
        top: 2px;
    }

    .explore-btn:hover {
        color: #fff;
    }
    /* Home2-hero-area End */
    /*global hover css*/

    .global-hvr {
        position: relative;
        z-index: 1;
    }

    .global-hvr:after,
    .global-hvr.cta:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: #bc9751;
        z-index: -1;
        -webkit-transition: .4s;
        transition: .4s;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .global-hvr:hover:after,
    .global-hvr.cta:hover:after {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .global-hvr:hover i,
    .global-hvr.cta:hover i {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }

    .global-hvr i,
    .global-hvr.cta i {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .global-hvr.cta {
        position: absolute;
        z-index: 1;
    }
    /* Home2-all-sections End */

    .home2-all-sections .section-title {
        position: absolute;
        background: transparent;
        padding: 0;
        text-align: left;
        width: 49%;
    }

    .home2-all-sections .section-title h1 {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 35px;
    }

    .home2-all-sections .section-content {
        padding-top: 0;
    }

    .home2-all-sections .know-more-btn {
        padding: 18px 35px;
        background: #c6a15b;
        border: none;
        color: #fff;
        margin-top: 20px;
        display: inline-block;
    }

    .home2-all-sections .section-content p {
        margin-bottom: 25px;
    }

    home2-all-sections .know-more-btn:hover {
        color: #fff;
    }

    .home2-work-section .section-image {
        height: 600px;
    }

    .home2-work-section .image-main-div:after {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .home2-work-section .image-main-div {
        left: auto;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 100px;
        position: absolute;
        right: 0;
        top: 140px;
        width: 47.5%;
    }

    .home2-work-section .image-main-div:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 3px solid #c7a87d;
        height: 92.5%;
        left: auto;
        right: 67px;
        top: 33px;
        width: 84.5%;
    }

    .home2-work-section .image-main-div {
        width: 41.5%;
    }

    .home2-work-section .image-main-div.work-img-main-div {
        left: 0;
        right: auto;
    }

    .home2-all-sections .section-image.work-area-img {
        height: 600px;
    }

    .home2-all-sections .image-main-div.work-img-main-div {
        left: 0;
        padding-left: 100px;
        padding-right: 0;
        right: auto;
    }

    .home2-all-sections .image-main-div.work-img-main-div:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 3px solid #c7a87d;
        height: 92%;
        left: 68px;
        top: 33px;
        width: 75%;
    }

    .home2-all-sections .image-main-div.work-img-main-div:after {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }
    /* home2-work-section Start */

    .individual-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 620px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    .all-sections.work-section.home2-work-section .section-title {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: 0;
        padding: 0;
        position: relative;
        text-align: left;
        top: 0;
        width: 100%;
    }

    .home2-all-sections .section-title {
        position: static;
        background: transparent;
        padding: 0;
        text-align: left;
        width: 100%;
        top: 0;
    }

    .all-sections.home2-all-sections {
        padding-top: 132px;
    }

    .home2-all-sections .all-sections {
        padding-top: 240px;
        position: relative;
    }

    .all-sections.work-section.home2-work-section {
        margin-top: 0;
    }

    .all-sections.work-section.home2-work-section .section-title h1 {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 45px;
    }

    .all-sections.work-section.home2-work-section .section-content p br {
        display: none;
    }

    .all-sections.work-section.home2-work-section .section-content {
        padding-top: 0;
    }

    .all-sections.work-section.home2-work-section .know-more-btn {
        padding: 18px 35px;
        background: #c6a15b;
        border: none;
        color: #fff;
        margin-top: 20px;
        display: inline-block;
    }

    .all-sections.work-section.home2-work-section .know-more-btn:hover {
        color: #fff;
    }

    .home2-all-sections .know-more-btn i {
        display: inline-block;
        margin-left: 14px;
    }
    /* home2-work-section End */

    .home2-all-sections .individual-section {
        height: 614px;
    }

    .home2-all-sections .section-image {
        left: 80px;
        padding-left: 0;
        padding-right: 30px;
        width: 86%;
    }

    .home2-all-sections .section-image:after {
        background: transparent;
        width: ;
    }

    .home2-work-section .section-image.work-area-img {
        padding-right: 30px;
        right: 80px;
        width: 38%;
    }

    .home2-work-section .section-image.work-area-img:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 3px solid #c6a15b;
        height: 92.5%;
        top: 30px;
        width: 96.4%;
    }

    .home2-work-section .section-image.work-area-img:after {
        background: transparent;
    }
    /* Home2-all-sections End */
    /* Home2 popular-product-area Start */

    .popular-product-area {
        padding-bottom: 140px;
        padding-top: 125px;
    }

    .popular-product-area .section-heading {
        text-align: left;
    }

    .popular-product-area .section-heading h1 {
        margin-bottom: 40px;
        overflow: hidden;
    }

    .single-popular-product-img-area {
        margin-bottom: 38px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
        position: relative;
        text-align: center;
    }

    .single-popular-product-img-area:before {
        border: 3px solid #c6a15b;
        content: "";
        height: 76%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .single-popular-product-img>img {
        width: 100%;
    }

    .product-list-top {
        padding-bottom: 60px;
    }

    .single-popular-product {
        text-align: center;
    }

    .single-popular-product-details h4 {
        color: #222222;
        font-size: 16px;
    }

    .single-popular-product-details h3 {
        color: #c6a15b;
    }

    .buy-now-btn {
        background: #c6a15b none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        padding: 11px 32px;
    }

    .buy-now-btn:hover {
        color: #ffffff;
        /*opacity: 0.8;*/
    }

    .buy-now-btn i {
        display: inline-block;
        margin-left: 15px;
    }
    /* Home2 popular-product-area End */
    /* Home2 discount Start */

    .discount-area {
        background: rgba(0, 0, 0, 0) url("img/discount-bg-img.jpg") no-repeat scroll center top / cover;
        padding: 100px 0px;
        position: relative;
        overflow: hidden;
    }

    .discount-pricedetails {
        background: #ffffff none repeat scroll 0 0;
        display: inline-block;
        left: -68px;
        padding: 85px 115px;
        position: relative;
    }

    .discount-pricedetails h1 {
        color: #333333;
        margin-bottom: 30px;
    }

    .discount-pricedetails h1 span {
        color: #c6a15b;
    }

    .discount-pricedetails h3 {
        color: #222222;
        margin-bottom: 40px;
        font-size: 20px;
    }
    /* Home2 discount-area End */
    /* home2-footer-area Start */

    .home2-footer-menu .footer-menu a {
        display: inline-block;
        padding: 0 15px;
    }

    .home2-footer-menu .footer-menu {
        text-align: left;
    }

    .home2-footer-menu .footer-menu li {
        margin: 0;
    }

    .home2-footer-menu .footer-menu a {
        display: inline-block;
        padding: 0 15px;
        font-size: 14px;
    }

    .home2-footer-menu .footer-menu li:first-child a {
        padding-left: 0;
    }

    .home2-footer-top-area {
        border-bottom: 1px solid #dddddd;
        line-height: 115px;
    }

    .home2-footer-social-icons h4 {
        display: inline-block;
    }

    .footer-social-icons {
        display: inline-block;
        float: right;
        text-align: right;
    }

    .home2-footer-social-icons .footer-social-icons {
        padding-top: 0;
    }

    .home2-footer-bottom p {
        line-height: 80px;
        margin-bottom: 0;
        text-align: center;
    }
    /* home2-footer-area End */
    /* ===========================================================
                    Home Page Two End
============================================================== */
    /* ===========================================================
                    Home Page Three Start
============================================================== */

    .header-menu-box.cta ul li {
        position: relative;
        display: block;
    }

    .header-menu-box.cta ul li ul.submenu,
    .header-menu-box.cta ul li ul.submenu-2 {
        position: absolute;
        left: 0px;
        z-index: 999;
        width: 215px;
        padding-left: 40px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: .3s;
        transition: .3s;
        top: 70px;
    }

    .header-menu-box.cta ul li ul.submenu.show,
    .header-menu-box.cta ul li ul.submenu-2.hello {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 40px;
    }

    .home3-border {
        border: 15px solid #fff;
    }

    .home3-header-menu {
        background: #ffffff none repeat scroll 0 0;
        padding: 40px;
        position: absolute;
        top: 100px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        width: 300px;
        height: 505px;
    }

    .header-menu-box li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0 10px 10px;
        width: 100%;
    }

    .header-menu-box li a:hover {
        background: rgba(214, 214, 214, 0.2) none repeat scroll 0 0;
    }

    .slicknav_menu {
        display: none;
    }
    /*  Home3-earch-area Start */

    .search-area.home3-search-area {
        position: absolute;
        right: 50px;
        top: 27px;
    }

    .search-area.home3-search-area a {
        color: #cccccc;
        font-size: 20px;
    }

    .home3-search-area .search-trigger {
        height: 42px;
        right: 36px;
    }

    .home3-search-area .search-trigger.display-block input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: 42px;
    }

    .home3-search-area .search-icon.icon-border {
        border: 1px solid #dddddd;
    }

    .single-popular-product-img-area.cta:before {
        border: none;
    }

    .single-popular-product-img-area.cta:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        border: 1px solid #f1f1f1;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .single-popular-product-img-area.cta:hover:after {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    .col-sm-6.margin-top80 {
        margin-top: 65px;
    }
    /*  Home3-earch-area End */
    /*  Home3-menu-area Start */

    .menu-collapse-btn {
        height: 30px;
        left: 50px;
        position: absolute;
        text-align: center;
        top: 30px;
        width: 30px;
    }

    .menu-collapse-btn i {
        cursor: pointer;
        font-size: 30px;
        line-height: 27px;
    }

    .menu-close-icon {
        box-shadow: -4px 3px 9px 0 #dddddd;
        cursor: pointer;
        display: inline-block;
        height: 40px;
        line-height: 47px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 40px;
    }

    .menu-close-icon i {
        color: #222222;
        font-size: 31px;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .home3-header-menu.expanded {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    /* Home3-Hero-area-content-start */

    .home2-hero-area.home3-hero-area .hero-area-content h1 {
        font-size: 70px;
        padding-top: 8px;
    }

    .home2-hero-area.home3-hero-area .hero-area-content h2 {
        color: #c6a15b;
    }

    .home3-hero-area .explore-btn,
    .home4-hero-area .explore-btn {
        margin-top: 25px;
        padding: 14px 25px 16px;
        position: relative;
        width: 249px;
    }

    .slider-bg.home3-slide-bg {
        background: url(img/home-3-bg.jpg)no-repeat;
        background-size: cover;
        background-position: center center;
    }
    /* Home3-Hero-area-content-End */
    /* Home3-Hero-area Owl-carousel start */

    .home2-hero-area.home3-hero-area .owl-dot:nth-child(1):before {
        content: "";
    }

    .home2-hero-area.home3-hero-area .owl-dot:nth-child(2):before {
        content: "";
    }

    .home2-hero-area.home3-hero-area .owl-dot:nth-child(3):before {
        content: "";
    }

    .home2-hero-area.home3-hero-area .owl-dot:nth-child(1):before {
        content: "";
    }

    .home2-hero-area.home3-hero-area .owl-dot:nth-child(2):before {
        content: "";
    }

    .home2-hero-area.home3-hero-area .owl-dot:nth-child(3):before {
        content: "";
    }

    .home2-hero-area.home3-hero-area .owl-dot {
        background: #ffffff none repeat scroll 0 0;
        font-size: 15px;
        height: 15px;
        margin: 10px;
        width: 15px;
    }

    .home2-hero-area .owl-dot.active {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #ffffff;
        font-size: 35px;
        height: 15px;
        left: -15px;
        margin: 10px;
        top: 27px;
        width: 15px;
    }

    .home2-hero-area.home3-hero-area .owl-dot.active {
        background: #c5a060;
        margin: 10px;
        top: 0;
        left: 0px;
    }
    /* Home3-Hero-area Owl-carousel End */
    /* Home 3product area start */

    section.popular-product-area.cta {
        padding-top: 128px;
    }

    .section-heading.cta {
        text-align: center;
    }

    .home-3-explore a {
        font-size: 22px;
        font-weight: 700;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .home-3-explore {
        text-align: center;
    }

    .home-3-explore a:hover i {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .home-3-explore i {
        -webkit-transition: .3s;
        transition: .3s;
    }

    .single-popular-product.cta-margin-right {
        padding-right: 42px;
    }

    .single-popular-product.cta-margin-left {
        padding-left: 42px;
    }

    .discount-area.cta {
        background: url(img/home-3-bottom-bg.jpg)no-repeat;
        background-position: center;
        background-size: cover;
    }

    .discount-price-box.cta .discount-pricedetails {
        text-align: center;
        padding: 85px 115px;
        left: auto;
    }

    .discount-price-box.cta {
        text-align: center;
    }

    .home2-footer-top-area.cta .footer-menu {
        text-align: right;
        line-height: normal;
    }

    .home2-footer-top-area.cta {
        border: none;
        line-height: normal;
        padding-top: 40px;
    }

/* ===========================================================
                    Home Page Four start
============================================================== */

    .slider-bg.home4-slide-bg1,
    .slider-bg.home4-slide-bg2 {
        background: url(img/home-4-hero-bg.jpg)no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .slider-bg.home4-slide-bg2 {
        background: url(img/home2-hero-bg.jpg);
    }

    .home2-hero-area.home4-hero-area {
        position: relative;
    }

    .header-area.home-4-header {
        position: absolute;
        background: none;
        border: none;
    }

    .header-area.home-4-header ul li a {
        color: #fff;
    }

    .header-area.home-4-header ul li a:hover {
        color: #c5a060;
    }

    .header-area.home-4-header ul.drop-menu li a {
        color: #222;
    }

    .header-area.home-4-header ul.sub-menu a {
        color: #222;
        text-align: left;
        padding-left: 26px;
    }

    .mainmenu.cta {
        position: relative;
        text-align: right;
        padding-right: 65px;
    }

    .header-right.cta {
        position: absolute;
        right: 0;
        top: 0;
    }

    .header-right.cta i {
        color: #fff;
    }

    .home2-hero-area.home4-hero-area {
        height: 900px;
    }

    .home2-hero-area.home4-hero-area .owl-controls {
        height: auto;
        right: auto;
        width: auto;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: auto;
        position: inherit;
        text-align: inherit;
    }

    .home2-hero-area.home4-hero-area .owl-controls .owl-nav div {
        position: absolute;
        color: #c5a060;
        font-size: 35px;
        top: -470px;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .home2-hero-area.home4-hero-area .owl-controls .owl-nav div:hover {
        color: #fff;
    }

    .home2-hero-area.home4-hero-area .owl-controls .owl-nav .owl-next {
        left: auto;
        right: 0;
    }

    .home2-hero-area.home4-hero-area h1 {
        font-size: 70px;
        line-height: 85px;
    }

    .home2-hero-area.home4-hero-area .explore-btn {
        margin: 0 auto;
        margin-top: 16px;
    }

    .home2-hero-area.home4-hero-area .owl-controls .owl-nav .owl-prev,
    .home2-hero-area.home4-hero-area .owl-controls .owl-nav .owl-next {
        left: 0;
        -webkit-transition: .5s;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .home2-hero-area.home4-hero-area .owl-controls .owl-nav .owl-next {
        right: 0;
        left: auto;
    }

    .home2-hero-area.home4-hero-area:hover .owl-controls .owl-nav .owl-prev,
    .home2-hero-area.home4-hero-area:hover .owl-controls .owl-nav .owl-next {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 5%;
    }

    .home2-hero-area.home4-hero-area:hover .owl-controls .owl-nav .owl-next {
        right: 5%;
        left: auto;
    }

    .header-area.home-4-header ul.sub-menu a:hover,
    .header-area.home-4-header ul.drop-menu li a:hover {
        color: #c5a060;
    }
    /*home 4 product area start*/

    .section-padding {
        padding-bottom: 90px;
        padding-top: 140px;
    }

    a.popup-cta {
        display: block;
        margin-bottom: 40px;
    }

    .home-4-single-product {
        margin-bottom: 50px;
    }

    .discount-area.cta2 {
        background: url(img/home-4-cta-bg.jpg)no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .home2-footer-top-area.cta {
        padding-top: 45px;
        padding-bottom: 25px;
    }
    /* ===========================================================
                    about area start
============================================================== */

    .inner-title-area {
        background: url(img/_main/project-photo.png)no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        z-index: 1;
    }

    .inner-title-area:after {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        content: "";
        width: 100%;
        background: #fff;
        opacity: .50;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        z-index: -1;
    }

    .inner-title h1 {
        font-size: 40px;
        color: #222222;
        margin-bottom: 32px;
    }

    .inner-title h4 {
        font-size: 16px;
        margin: 0px;
        color: #c5a060;
    }

    .inner-title h4 a {
        color: #222;
    }

    .inner-title h4 i {
        color: #222;
        margin: 0px 3px;
    }

    .header-area.cta {
        background: none;
    }

    .padding-top-140 {
        padding-top: 140px;
    }

    .single-story-left {
        padding-left: 40px;
        position: relative;
        z-index: 1;
    }

    .single-story-left:after {
        position: absolute;
        left: -8px;
        top: 46px;
        height: 100%;
        width: 100%;
        content: "";
        background: #f4f4f4;
        z-index: -1;
    }

    .single-story-right {
        margin-top: 147px;
    }

    .single-story-right h1 {
        font-size: 40px;
        color: #161616;
        margin-bottom: 45px;
    }

    .single-story-right p {
        font-size: 16px;
        color: #666666;
        margin-top: 23px;
        margin-bottom: 15px;
    }

    .extra-section-title {
        margin-bottom: 100px;
    }

    .extra-section-title h1 {
        font-size: 40px;
    }

    .about-best-icon {
        float: left;
    }

    .about-best-test h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about-best-test {
        margin-left: 62px;
    }

    .about-best-test p {
        color: #666666;
        font-size: 16px;
        margin: 0px;
    }

    .about-best-single {
        margin-bottom: 42px;
    }
    /*
about team area*/

    .about-team-area {
        padding-bottom: 135px;
        padding-top: 85px;
    }

    .about-team-text {
        margin-top: 70px;
    }

    .about-team-text h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-team-text span {
        color: #777777;
    }

    .about-team-img {
        position: relative;
        z-index: 1;
        padding-left: 30px;
    }

    .about-team-img:after {
        position: absolute;
        left: 5px;
        top: 25px;
        height: 100%;
        background: #f4f4f4;
        content: "";
        width: 80%;
        z-index: -1;
    }

    .about-team-img:before {
        position: absolute;
        left: 50px;
        bottom: -75px;
        height: 105px;
        width: 3px;
        content: "";
        background: #c5a060;
        z-index: 11;
    }
    /* ===========================================================
                    project area start
============================================================== */

    .about-team-single.cta {
        float: left;
        width: 33.333%;
        margin-bottom: 50px;
    }

    .about-team-single.cta.margin {
        -webkit-transform: translateY(80px);
                transform: translateY(80px);
    }

    .project-menu li {
        display: inline-block;
        padding: 0px 15px;
        font-size: 16px;
        color: #222222;
        font-weight: 700;
        cursor: pointer;
    }

    .project-menu ul li.active {
        color: #c5a060;
    }

    .project-menu {
        margin-bottom: 80px;
    }

    .project-portfolio {
        padding-bottom: 160px;
    }

    .popup-icon {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 2;
    }

    .popup-icon a {
        background: #fff none repeat scroll 0 0;
        border-radius: 100px;
        color: #000;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        text-align: center;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
                transform: translateX(-50%) translateY(-50%) scale(0.6);
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 60px;
    }

    .about-team-img.cta:hover .popup-icon a {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .about-team-img-overlay:after {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 1;
        width: 100%;
    }

    .about-team-img-overlay:hover:after {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

    .about-team-img-overlay {
        position: relative;
    }

    .about-team-img-overlay img {
        width: 100%;
    }

    .about-team-img.cta {
        padding-right: 30px;
    }
    /* ===========================================================
                   single project area start
============================================================== */

    .single-project-area {
        padding-bottom: 100px;
    }

    .single-project-area .owl-nav div {
        position: absolute;
        top: 50%;
        font-size: 36px;
        color: #222222;
        left: 40px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-project-area .owl-nav .owl-next {
        left: auto;
        right: 40px;
    }

    .single-project-area .owl-nav div:hover {
        color: #c49f64;
    }

    .single-project-left p {
        color: #666666;
        line-height: 27px;
        margin-bottom: 28px;
        font-size: 16px;
    }

    a.single-project-btn {
        font-size: 16px;
        padding: 14px 42px;
        display: inline-block;
        background: #c5a060;
        color: #fff;
        font-weight: 700;
        -webkit-transition: .4s;
        transition: .4s;
        margin-right: 18px;
    }

    .single-project-bottom-area {
        padding-bottom: 140px;
    }

    .single-project-btn-area {
        margin-top: 80px;
    }

    a.single-project-btn i {
        -webkit-transform: translateX(7px);
                transform: translateX(7px);
        -webkit-transition: .4s;
        transition: .4s;
    }

    a.single-project-btn:hover i {
        -webkit-transform: translateX(15px);
                transform: translateX(15px);
    }

    a.single-project-btn.cta2 i {
        -webkit-transform: translateX(-7px);
                transform: translateX(-7px);
    }

    a.single-project-btn.cta2:hover i {
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px);
    }

    .single-project-right li {
        font-size: 20px;
        font-weight: 700;
        color: #222;
    }

    .single-project-right li span {
        font-size: 16px;
        color: #666666;
    }
    /* ===========================================================
                   blog area start
============================================================== */

    .single-blogs-img {
        float: left;
        width: 52%;
        margin-left: 28px;
        z-index: 1;
        position: relative;
    }

    .single-blogs-img:after {
        position: absolute;
        left: -29px;
        top: 28px;
        height: 100%;
        width: 86%;
        content: "";
        background: #f4f4f4;
        z-index: -1;
    }

    span.blog-usermeta {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    span.blog-usermeta .blogsdate {
        padding-left: 30px;
    }

    .blogs-text h3 {
        color: #161616;
        margin-top: 14px;
        margin-bottom: 25px;
    }

    .blogs-text p {
        font-size: 16px;
        color: #666666;
        margin-bottom: 18px;
    }

    .blogs-text {
        -webkit-transform: translatey(60px);
                transform: translatey(60px);
    }

    .blogs-single-items {
        margin-bottom: 77px;
        display: inline-block;
    }

    .wigget-category {
        background: #fbfbfb;
        padding: 50px 0px;
        padding-left: 30px;
    }

    h3.widget-title {
        color: #161616;
        margin-bottom: 38px;
    }

    .wigget-category ul li {
        color: #666666;
        font-size: 16px;
        line-height: 38px;
    }

    .wigget-category ul li i {
        margin-right: 13px;
        color: #252525;
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 20px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
    }

    .wigget-category ul li:hover i {
        -webkit-transform: translateX(4px)translateY(2px);
                transform: translateX(4px)translateY(2px);
        color: #c5a060;
    }

    .widget-popular-post {
        margin-top: 60px;
    }

    .widget-popular-post h4 {
        color: #161616;
        font-size: 15px;
        line-height: 24px;
    }

    .widget-popular-post span {
        color: #666666;
        font-size: 12px;
    }

    .widget-tags {
        margin-top: 50px;
    }

    .widget-tags a {
        color: #333333;
        padding: 0px 17px;
        background: #ebebeb;
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        line-height: 40px;
        min-width: 52px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .widget-tags a:hover {
        color: #c5a060;
    }

    .popular-single-post {
        margin-bottom: 18px;
    }

    .blog-pagination ul li a {
        border: none;
        height: 50px;
        width: 50px;
        background: #f4f4f4;
        color: #797979;
        font-size: 16px;
        line-height: 41px;
        text-align: center;
        margin-right: 10px;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: inherit;
    }

    .blog-pagination ul li a:hover {
        background: #c5a060;
        color: #fff;
    }

    .blogs-area {
        padding-bottom: 110px;
    }

    .blogs-text:hover h3 a {
        color: #c5a060;
    }

    .blog-pagination .pagination {
        margin-top: 9px;
    }
    /* ===========================================================
                   single blog area start
============================================================== */

    .single-blog-top h3 {
        color: #333333;
        margin-top: 60px;
    }

    span.cta-meta {
        margin-right: 10px;
    }

    span.blogsdate.cta {
        margin-left: -10px;
        margin-bottom: 40px;
        display: inline-block;
    }

    .single-blog-top p {
        margin-bottom: 30px;
        color: #666666;
        font-size: 16px;
    }

    .single-blog-img img {
        height: 100%;
    }

    .single-blog-center {
        margin-top: 55px;
    }

    .single-blog-center p {
        font-size: 16px;
        color: #666666;
        margin-top: 50px;
    }

    .recent-post-items {
        margin-top: 70px;
    }

    .single-blogs-img.cta {
        float: none;
        width: 100%;
        margin-bottom: 50px;
        padding-right: 40px;
    }

    .recent-post-items.cta h3 {
        margin-bottom: 57px;
    }

    span.blog-usermeta i {
        margin-right: 5px;
    }

    span.blog-usermeta i {
        margin-right: 5px;
    }

    .recent-post-items.cta h4 {
        margin-top: 10px;
        font-size: 20px;
        color: #161616;
    }

    .comments-area {
        margin-top: 60px;
    }

    .comments-area h3 {
        margin-bottom: 55px;
        color: #222222;
    }

    .comments-area form input[type="text"],
    .comments-area form input[type="email"] {
        width: 100%;
        line-height: 50px;
        padding-left: 25px;
        border: 1px solid #dbdbdb;
        font-size: 16px;
    }

    .comments-area form input::-webkit-input-placeholder {
        color: #666
    }

    .comments-area form input::-moz-placeholder {
        color: #666
    }

    .comments-area form input:-ms-input-placeholder {
        color: #666
    }

    .comments-area form input::placeholder {
        color: #666
    }

    .comments-area form textarea::-webkit-input-placeholder {
        color: #666
    }

    .comments-area form textarea::-moz-placeholder {
        color: #666
    }

    .comments-area form textarea:-ms-input-placeholder {
        color: #666
    }

    .comments-area form textarea::placeholder {
        color: #666
    }

    .comments-area form textarea {
        width: 100%;
        font-size: 16px;
        height: 150px;
        padding-left: 20px;
        padding-top: 20px;
        border: 1px solid #dbdbdb;
        margin-top: 30px;
    }

    .comments-area input[type="submit"],
    .contact-area-right input[type="submit"] {
        background: #c5a060;
        color: #fff;
        padding: 0px 35px;
        line-height: 50px;
        border-radius: 0px;
        border: none;
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 16px;
        margin-top: 28px;
    }

    input[type="submit"]:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
    /* ===========================================================
                   shop area start
============================================================== */

    .buy-now-btn img {
        -webkit-transform: translateX(-7px)translateY(-3px);
                transform: translateX(-7px)translateY(-3px);
    }

    section.our-shop-area {
        padding-bottom: 140px;
    }

    .ui-slider-area {
        margin-top: 43px;
    }

    .ui-slider-area span {
        font-size: 24px;
        color: #161616;
        font-weight: 700;
        margin-bottom: 45px;
        display: inline-block;
    }

    .ui-slider-area p {
        margin-top: 55px;
        display: inline-block;
    }

    a.filter-btn {
        padding: 13px 28px;
        background: #c5a060;
        color: #fff;
        font-weight: 700;
        -webkit-transition: .4s;
        transition: .4s;
    }

    a.filter-btn:hover {
        background: #bc9751;
    }

    .ui-slider-area p input {
        width: 94px;
        font-size: 16px;
        border: 0;
        color: #333333;
        font-weight: 700;
    }

    .ui-slider-area p label {
        font-size: 16px;
        margin-left: 16px;
        color: #333333;
        font-weight: 700;
    }

    .ui-slider-area .ui-slider .ui-slider-range {
        background-position: 0 0;
        border: 0 none;
        display: block;
        font-size: 0.7em;
        background: #c5a060;
        position: absolute;
        z-index: 1;
        /*height: 4px!important;*/
    }

    .ui-slider-area .ui-slider-horizontal {
        height: 5px!important;
        background: #e9e9e9;
        border: none;
    }

    .ui-slider-area .ui-slider-horizontal .ui-slider-handle {
        margin-left: -5px;
        top: -11px;
    }

    .ui-slider-area .ui-slider .ui-slider-handle {
        cursor: default;
        height: 1.2em;
        position: absolute;
        -ms-touch-action: none;
            touch-action: none;
        width: 5px;
        z-index: 2;
        background: #c5a060!important;
    }

    .ui-slider-area .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: none;
    }

    .best-product-tag {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .best-product-tag h3 {
        margin-bottom: 55px;
        color: #161616;
    }

    .product-tag-img {
        float: left;
        width: 36%;
    }

    .best-product-tag-single {
        margin-bottom: 38px;
    }

    .product-tag-meta h4 {
        font-size: 15px;
        color: #161616;
        margin-bottom: 6px;
    }

    .product-tag-meta h5 {
        color: #c5a060;
        font-size: 16px;
        margin: 0;
    }

    .product-tag-meta h5 {
        font-size: 16px;
        color: #c5a060;
    }

    .product-upload-img {
        margin-top: 50px;
        display: table;
        width: 93%;
        height: 100%;
    }

    .product-upload-tablecell {
        display: table-cell;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        padding: 80px 50px;
        background: #f8f8f8;
        vertical-align: middle;
    }

    .product-upload-tablecell h3 {
        color: #c5a060;
        line-height: 40px;
    }

    .product-rank {
        color: #c6a15b;
    }
    /* ===========================================================
                 single shop area start
============================================================== */

    .single-shop-top-text {
        margin-top: 20px;
    }

    .single-shop-top-text h3 {
        font-size: 28px;
        margin-bottom: 36px;
    }

    .single-shop-top-text h1 {
        color: #222222;
        margin-top: 30px;
        margin-bottom: 33px;
    }

    .single-shop-top-text p {
        color: #666666;
        font-size: 16px;
        margin-bottom: 45px;
    }

    .single-shop-count {
        padding: 6px 24px 11px 24px;
        background: #f4f4f4;
        margin-right: 20px;
        font-size: 24px;
        font-weight: 700;
        color: #222;
    }

    span.cta4 {
        margin: 0px 10px;
    }

    span.cta5 {
        cursor: pointer;
        -webkit-transform: translateY(3px)translateX(-3px);
                transform: translateY(3px)translateX(-3px);
        display: inline-block;
    }

    .single-shop-title-cta {
        margin-top: 40px;
    }

    .single-shop-title-cta h4 {
        color: #333333;
    }

    .single-shop-title-cta h4 span {
        color: #666666;
        font-weight: 300;
        margin-left: 5px;
    }

    span.product-rank.cta {
        font-size: 20px;
    }

    .tab-margin {
        margin-top: 50px;
    }

    .single-popular-product-img-area.cta2 {
        padding-top: 20px;
    }

    .single-popular-product-img-area.cta2:before {
        height: 150px;
        border: 2px solid #c5a060;
    }

    .single-tab-menu ul li {
        display: inline-block;
        color: #333333;
        font-size: 20px;
        font-weight: 700;
    }

    .single-tab-menu ul li a {
        padding-left: 0px;
        padding-right: 40px;
    }

    .single-tab-menu ul {
        margin-bottom: 35px;
    }

    .single-tab-menu ul li.active a {
        color: #c49f64;
        position: relative;
    }

    .single-tab-menu ul li a:hover {
        background: none;
    }

    .tab-content.cta p {
        color: #666666;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        text-decoration: none;
        background-color: inherit!important;
    }

    .single-tab-menu ul li.active a:after {
        position: absolute;
        left: 0;
        bottom: 3px;
        height: 2px;
        width: 55%;
        content: "";
        background: #c5a060;
    }

    .single-shop-polupar {
        padding-bottom: 140px;
    }

    .tab-img-cta {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        text-align: center;
    }

    .single-shop-polupar {
        padding-top: 70px;
    }

    .section-ttile h1 {
        color: #333333;
        margin-bottom: 80px;
    }

    .section-ttile2 {
        margin-bottom: 80px;
    }

    .tab-ratting {
        text-align: center;
        margin-left: -70px;
        margin-bottom: 20px;
    }

    .tab-ratting h5 {
        margin-top: 10px;
        margin-bottom: 2px;
        font-size: 14px;
    }

a.buy-now-btn.cta5 {
        margin-left: 20px;
    }

.quantity-items input[type="number"] {
    position: relative;
    padding: 0 6px 2px 15px;
    background: #f4f4f4;
    border: none;
    padding-left: 18px;
    font-size: 23px;
    width: 141px;
    height: 51px;
    padding-top: 0px;
}

/* Spin Buttons modified */
.quantity-items input[type="number"].mod::-webkit-outer-spin-button,
input[type="number"].mod::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #c5a060 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 2em;
    opacity: .99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.quantity-items input[type="number"].mod::-webkit-inner-spin-button:hover,
input[type="number"].mod::-webkit-inner-spin-button:active{
  /* /* box-shadow: 0 0 2px #0CF;*/*/
    opacity: .99;
}

/* Override browser form filling */
.quantity-items input:-webkit-autofill {
    background: black;
    color: red;
}

/* ===========================================================
                 check out area start
============================================================== */

    .checkout-area {
        padding-bottom: 140px;
    }

    .checkout-title h5 {
        color: #8b8b8b;
        font-size: 14px;
        font-weight: 400;
        background: #fbfbfb;
        padding-left: 30px;
        padding-top: 17px;
        padding-bottom: 17px;
        border-bottom: 2px solid #c5a060;
        margin-bottom: 30px;
    }

    .checkout-title h5 a {
        color: #c5a060;
    }

    .checkout-title h5 i {
        padding-right: 20px;
    }

    .billing-address {
        margin-top: 50px;
    }

    .billing-address h3 {
        color: #373737;
        font-size: 23px;
        margin-bottom: 40px;
    }

    .billing-form form label {
        font-size: 16px;
        display: inline-block;
        color: #7b7b7b;
        margin-bottom: 15px;
    }

    .billing-form input[type="text"],
    .contact-area-right input[type="text"] {
        width: 100%;
        line-height: 50px;
        border: 1px solid #dbdbdb;
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 14px;
    }

    span.select-country select {
        width: 100%;
        height: 50px;
        border-radius: inherit;
        margin-bottom: 15px;
    }

    .billing-form input::-webkit-input-placeholder,
    .contact-area-right input[type="text"] {
        color: #d2d2d2;
    }

    .billing-form input::-moz-placeholder,
    .contact-area-right input[type="text"] {
        color: #d2d2d2;
    }

    .billing-form input:-ms-input-placeholder,
    .contact-area-right input[type="text"] {
        color: #d2d2d2;
    }

    .billing-form input::placeholder,
    .contact-area-right input[type="text"] {
        color: #d2d2d2;
    }

    .billing-form input[type="radio"] {
        margin-top: 5px;
    }

    span.acc-cta {
        font-size: 14px;
        color: #7b7b7b;
        margin-left: 10px;
    }

    .billing-form h4 {
        font-size: 19px;
        margin-top: 55px;
        color: #373737;
        margin-bottom: 22px;
    }

    .billing-form textarea,
    .contact-area-right textarea {
        width: 100%;
        height: 150px;
        color: #8b8b8b;
        padding-left: 20px;
        padding-top: 20px;
        border: 1px solid #dbdbdb;
    }

    .billing-form textarea::-webkit-input-placeholder,
    .contact-area-right textarea::-webkit-input-placeholder {
        color: #8b8b8b;
    }

    .billing-form textarea::-moz-placeholder,
    .contact-area-right textarea::-moz-placeholder {
        color: #8b8b8b;
    }

    .billing-form textarea:-ms-input-placeholder,
    .contact-area-right textarea:-ms-input-placeholder {
        color: #8b8b8b;
    }

    .billing-form textarea::placeholder,
    .contact-area-right textarea::placeholder {
        color: #8b8b8b;
    }

    span.ctt {
        color: #7b7b7b;
        margin-bottom: 20px;
        display: inline-block;
    }

    .billing-form input[name="adderss"] {
        margin-bottom: 30px;
    }

    label.ctrt {
        font-size: 14px!important;
        margin-left: 15px;
        color: #7b7b7b;
        font-weight: 400;
    }

    .billing-address .nice-select {
        border-color: #999;
        width: 100%;
        border: 1px solid #dbdbdb;
        border-radius: 0px;
        line-height: 50px;
        height: 50px;
        margin-top: 1px;
        margin-bottom: 20px;
    }

    .billing-address .nice-select ul {
        width: 100%;
    }

    .check-out-right {
        margin-top: 50px;
        padding-top: 50px;
        background: #fbfbfb;
        padding: 50px 30px;
    }

    .order-list h3 {
        margin-bottom: 42px;
        font-size: 23px;
        color: #333333;
    }

    .order-list ul li {
        font-size: 16px;
        color: #333333;
        padding-bottom: 15px;
    }

    .order-list ul li span {
        float: right;
    }

    .order-list ul li:nth-child(2) {
        border-bottom: 1px solid #f2f2f2;
        font-size: 14px;
        color: #8b8b8b;
        padding-bottom: 15px;
    }

    .order-list ul li:nth-child(3) {
        margin-top: 10px;
    }

    .order-list {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 3px;
    }

    .check-payment {
        margin-top: 36px;
    }

    .check-payment span {
        color: #333333;
        font-weight: 700;
        margin-left: 15px;
    }

    .check-payment input[type="radio"] {
        border: 1px solid #373737;
    }

    .check-payment p {
        color: #7b7b7b;
        margin-top: 20px;
        line-height: 24px;
    }

    .order-card {
        margin-top: 22px;
    }

    .order-card img {
        margin-bottom: 40px;
    }
    /* ===========================================================
                 contact area start
============================================================== */

    .contact-area-left h3,
    .contact-area-right h3 {
        margin-bottom: 55px;
        color: #222222;
    }

    span.contact-cta2 {
        color: #222222;
        font-size: 16px;
    }

    .contact-icon2 {
        font-size: 24px;
        float: left;
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
        color: #222222;
    }

    .contact-details-cta {
        margin-bottom: 33px;
        display: inline-block;
    }

    .contact-cta2 {
        margin-left: 34px;
    }

    .contact-cta2 a {
        margin: 0px;
        color: #222222;
        font-size: 16px;
        font-weight: 400;
    }

    .contact-cta2 p {
        margin: 0px;
        color: #222222;
        font-size: 16px;
        font-weight: 400;
    }


    .contact-area-right input[type="text"] {
        margin-bottom: 30px;
    }

    .contact-area {
        padding-bottom: 140px;
    }
    /* ===========================================================
                 cart area start
============================================================== */

    .card-bdr {
        border: 1px solid #ebeaeb;
    }

    .cart-item-title-left span {
        font-size: 16px;
        color: #c5a451;
    }

    .cart-item-title-left {
        padding-top: 22px;
    }

    .cart-item-title-right ul li {
        display: inline-block;
        padding-left: 135px;
        font-size: 16px;
        color: #c5a451;
    }

    .cart-item-title-right {
        text-align: right;
        padding-top: 22px;
        margin-right: 30px;
    }

    .cross-btn {
        float: left;
        width: 18%;
        margin-left: 22px;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 900;
        color: #111;
    }

    .col-md-6.padding-top-22 {}

    .padding-top-22 {
        padding-top: 22px;
    }

    .cart-ctts ul li {
        display: inline-block;
        padding-left: 119px;
        font-size: 16px;
    }

    .cart-ctts {
        text-align: right;
    }

    .cart-ctts ul {
        margin-right: 30px;
    }

    .cart-ctts ul li div.quantity {
        /* margin-top: 22px; */
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }

    .bordered-cart {
        padding-top: 10px;
        margin-top: 70px;
        border-top: 1px solid #e9e9e9;
    }


    .cart-img img {
        height: 77px;
        width: 77px;
    }

    .cross-btn span {
        cursor: pointer;
    }

    span.cart-img-title {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-left: 15px;
    }

    .product-coupon input[type="text"] {
        line-height: 45px;
        width: 230px;
        border: 1px solid #dedede;
        margin-right: 20px;
        padding-left: 12px;
    }

    input.tcc {
        float: right;
        margin-right: 30px;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        padding: 0px 50px;
    }

    .product-coupon {
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .cart-ctss {
        padding-left: 0px;
        padding-right: 0px;
        border-top: 1px solid #ebeaeb;
        margin-top: 18px;
    }

    .cart-img {
        margin-top: -10px;
    }

     .product-coupon input[type="submit"], .cart-total input[type="submit"] {
        margin-top: 0px;
        padding: 10px;
        background: #c5a060;
        border-radius: 2px;
        color: #fff;
        font-size: 15px;
        border: none;
    }
    .product-coupon {
        margin-top: 20px;
    }

    .cart-total ul {
        border: 1px solid #ebebeb;
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .cart-total ul li {
        font-size: 16px;
        color: #3b3b3b;
        font-weight: 600;
        line-height: 32px;
        padding-left: 30px;
    }

    .cart-total ul li span {
        float: right;
        margin-right: 40px;
    }

    .cart-total {
        padding-top: 80px;
    }

    .cart-total h3 {
        margin-bottom: 35px;
    }

    .cart-total ul li:nth-child(2) {
        padding-bottom: 16px;
        border-bottom: 1px solid #ebebeb;
    }

    .cart-total ul li:nth-child(3) {
        padding-top: 10px;
    }

    .cart-total input[type="submit"] {
        margin-top: 0px;
        width: 100%;
        border-radius: 0px;
    }

    .cart-area {
        padding-bottom: 140px;
    }
    /* ===========================================================
                 faq area start
============================================================== */

    .faq-area-left h1 {
        font-size: 40px;
        margin-bottom: 75px;
        color: #c5a060;
    }

    span.faq-icon {
        float: left;
    }

    .faq-left-content {
        margin-left: 39px;
    }

    .faq-left-content h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .faq-left-content p {
        font-size: 16px;
        color: #666666;
    }

    .faq-right {
        padding: 50px 30px;
        background: #f9f9f9;
    }

    .faq-right h3 {
        color: #222222;
        margin-bottom: 33px;
        line-height: 28px;
    }

    .faq-right p {
        color: #666666;
        font-size: 16px;
        margin-bottom: 28px;
    }

    .faq-right a {
        font-size: 26px;
        color: #c5a060;
        font-weight: 700;
    }

    .faq-area {
        margin-bottom: 83px;
    }

    .faq-area-left {
        margin-bottom: 40px;
    }

    .faq-left-content h3 {
        line-height: 28px;
    }

    .single-project.cta-team {
        margin-bottom: 55px;
    }

    section.team-area {
        padding-bottom: 80px;
    }

    .error-area h1 {
        font-size: 150px;
        color: #c5a060;
    }

    .error-area h2 {
        font-size: 28px;
        color: #c5a060;
        margin-bottom: 35px;
    }

    .error-area p {
        color: #666666;
        margin: 0px;
    }

    .error-area {
        padding: 100px 0px;
        padding-bottom: 120px;
    }



