/* 
#77665d #7d706a, #fc721e #f9722f
foo - b15120-> baa59a
b15120 -> b4b4b4 
cc5912->776760
Template Name:Factory html5 templete
Author:  CrazyCafe
Author URI:
Version: 1.0

====/========        ===== ==/====/
             CSS Index
====/========        =======/====/

01. Reset CSS         ====================>>>

02. Preloader CSS     ====================>>>

03.Common CSS         ====================>>>

04.Home Page css    ====================>>>

05.About Page css   ====================>>>

06.Service Page css     ====================>>>

07.Service-Details Page css     ====================>>>

08.Project Page css     ====================>>>

09.Project-Details Page css     ====================>>>

10.Blog Page css     ====================>>>

11.Single-Blog Page css  ====================>>>

12.Shop Page css    ====================>>>

13.Product-Details Page css    ====================>>>

14.Cart Page css    ====================>>>

15.Contact Page css      ====================>>>

16.Checkout Page css      ====================>>>

17.Thankyou Page css      ====================>>>

18.FAQ Page css      ====================>>>

19.404 Page css      ====================>>>

*/


/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
    text-decoration: none;
}

a {
    display: inline-block;
    -webkit-transition: .4S;
    transition: .4S;
}

p {
    line-height: 28px;
    font-size: 14px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
}

select::focus {
    border: 1px solid #ddd;
}

textarea {
    outline: none;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*====/========        ===== ==/====/
            1. Preloader CSS
 ====/========        =======/====/*/

.loader {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 160, 199);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}


/* ==========================================================
                    Preloader End
    ==========================================================*/


/* ==========================================================
                    Hero Area Top Start
    ==========================================================*/


/* Hero-area Top Start */

.header-top-area {
    background-color: #f9722f;
    color: #ffffff;
    /*padding: 10px 0;*/
}

.header-top-area i.fa {
    color: #3d3d40;
}

.social-icon {
    border: 1px solid #5d5c5c;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}

.social-icon i.fa {
    color: #ffffff;
}

.header-right-content a {
    color: #ffffff;
    margin-right: 20px;
}

.header-right-content a.social-icon {
    margin-right: 5px;
}

.header-right-content a.social-icon:hover {
    background: #f9722f none repeat scroll 0 0;
    border: 1px solid #f9722f;
}

.header-location {
    padding: 5px 0;
}


/* Header Bottom Area Start */

.slicknav_menu {
    display: none;
}

.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a,
.entry-footer .cat-links a,
section.widget ul li,
.reply .comment-reply-link,
.comment-metadata a,
.edit-link a,
.read_more,
.header-right-content .social-icon,
ul.menu li a,
.logo a,
.factory-service-box,
.factory-service-box a,
.factory-service-box::before,
.factory-service-box a i,
.single-factory-project .factory-project-img::before,
.single-factory-project .factory-project-content a,
.single-factory-project .factory-project-content h3,
.single-factory-project .factory-project-content a i,
.factory-single-staff .factory-staff-img img,
.factory-single-staff .factory-staff-img::before,
.factory-single-staff .factory-staff-img::before,
.factory-staff-social-link li a,
.factory-slide-buttons a,
.factory-btn.factory-cta-btn,
.site-footer .widget_nav_menu li a,
.factory-project-categories li,
.main-menu-wrap ul li ul,
.main-menu-wrap .sub-siblings::after,
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce a.remove,
section.widget ul li a,
.entry-meta span a {
    -webkit-animation-timing-function: cubic-bezier(0.65, -0.04, 0.53, 0.98);
    animation-timing-function: cubic-bezier(0.65, -0.04, 0.53, 0.98);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.text-logo {
    border: 1px solid;
    color: #333333;
    display: inline-block;
    font-size: 20px;
    padding: 4px 15px;
    text-transform: uppercase;
}

.logo a:hover {
    border-color: #fc721e;
    color: #fc721e;
}

.main-menu-wrap {
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
}

.main-menu-wrap ul {
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}

.main-menu-wrap li {
    display: inline-block;
    position: relative;
}

.main-menu-wrap ul li a {
    border: 1px solid #ffffff;
    color: #333333;
    display: block;
    margin-left: 5px;
    padding: 5px 14px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 700;
}

.main-menu-wrap ul li:hover > a,
.main-menu-wrap ul li.current_page_item > a,
.main-menu-wrap ul li.current-page-ancestor > a {
    border: 1px solid #f9722f;
    text-decoration: none;
}

.logo {
    margin: 17px 0;
}


/* Dropdown Menu start */

.main-menu-wrap ul li ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    width: 260px;
    z-index: 9;
}
.main-menu-wrap li:nth-child(6) ul {
  right: 0;
}
.main-menu > li:last-child .drop-menu {
    right: 0;
}

.main-menu-wrap ul li ul li {
    display: block;
}

.main-menu-wrap ul li ul li a::before {
    color: #f9722f;
    content: "";
    font-family: "fontawesome";
    margin-left: 5px;
    margin-right: 10px;
}

.main-menu-wrap ul li ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
}

.drop-menu {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    display: block;
}

.main-menu-wrap li:hover .drop-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}


/* Dropdown Menu End */


/* Header Bottom Area End */


/* Slider Area Start */


/*******************
***** slide css
********************/


/* ================================================================
					 Hero-area-text Amimation START
===================================================================*/

.factory-slide-text h2 {
    -webkit-animation: fadeInUp 800ms linear 800ms both;
    animation: fadeInUp 800ms linear 800ms both;
}

.factory-slide-text p {
    -webkit-animation: fadeInDown 900ms linear 900ms both;
    animation: fadeInDown 900ms linear 900ms both;
}

.factory-slide-buttons {
    -webkit-animation: fadeInLeftUp 1100ms linear 1100ms both;
    animation: fadeInLeftUp 1100ms linear 1100ms both;
}


/* ================================================================
					 Hero-area-text Amimation End
===================================================================*/

.slide-bg {
    background: rgba(0, 0, 0, 0) url("assets/slider/IMG_5354.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-bg2 {
    background: rgba(0, 0, 0, 0) url("assets/slider/IMG_5361.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-bg3 {
    background: rgba(0, 0, 0, 0) url("assets/slider/IMG_5362.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-factory-slide-item {
    height: 600px;
    position: relative;
    z-index: 2;
}

.factory-slide-table {
    display: table;
    height: 100%;
    width: 100%;
}

.factory-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.factory-slide-text {
    color: #fff;
    font-size: 16px;
}

.factory-slide-text h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.23;
    margin-bottom: 25px;
}

.factory-slide-text > p {
    font-size: 18px;
}

.factory-btn {
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
}

selectorSavingError {}

.factory-btn.filled-btn {
    background-color: #f9722f;
    border-color: #f9722f;
    color: #fff;
}

.factory-slide-buttons {
    margin-top: 30px;
}

.factory-slide-buttons a.factory-btn {
    margin-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

.single-factory-slide-item::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.factory-slides .owl-nav div {
    color: #fff;
    font-size: 60px;
    left: 40px;
    line-height: 70px;
    margin-top: -35px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
}

.factory-slides .owl-nav div.owl-next {
    left: auto;
    right: 40px;
}

.single-factory-slide-item {
    background-size: cover;
    background-position: center;
}

.factory-slide-text > .animated:nth-child(1) {
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
}

.factory-slide-text > .animated:nth-child(2) {
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important;
}

.factory-slide-text > .animated:nth-child(3) {
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
    -webkit-animation-delay: .6s!important;
    animation-delay: .6s!important;
}


/*preloader*/

.slider-preloader-wrap {
    position: relative;
    height: 600px;
}

.preloader-wrap {
    background: grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 600px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}

.preloader4 {
    display: inline-block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(249, 114, 47, 0.65);
    border-bottom-color: rgba(249, 114, 47, 0.15);
    border-left-color: rgba(249, 114, 47, 0.65);
    border-right-color: rgba(249, 114, 47, 0.15);
    -webkit-animation: preloader4 0.8s linear infinite;
    animation: preloader4 0.8s linear infinite;
}

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

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


/* Slider Area End */


/* Seection Title Start */

.service-area {
    padding-bottom: 20px;
}

.row.all-projects-isotope {
    position: relative;
}

.factory-section-title {
    line-height: 25px;
    margin: 0 auto;
    max-width: 400px;
    padding: 60px 0 50px;
    text-align: center;
}

.about-area .factory-section-title {
   /* padding-bottom: 70px;*/
}

.project-area .factory-section-title {
    padding-bottom: 70px;
}

.team-member-area .factory-section-title {
    padding-top: 33px;
}

.team-member-area .col-sm-12:last-child .factory-section-title {
    padding-top: 70px;
}

.factory-section-title h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.factory-section-title p:last-child {
    margin: 0;
}


/* Section Title End */


/* Service area Start */

.factory-service-box {
    border: 1px solid #e5e4e4;
}

.factory-service-box-image img {
    width: 100%;
}

.factory-service-box-image {
    position: relative;
}

.factory-service-box-image h2 {
    background: #f9722f none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: -29px 30px 0;
    padding: 15px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.factory-service-box-content {
    padding: 30px 20px;
    text-align: center;
}

.factory-service-box-content a {
    color: #0c0c0c;
    font-weight: 600;
}

.factory-service-box {
    margin: 10px 0 0;
    position: relative;
}

.factory-service-box a i {
    font-size: 15px;
    font-weight: 300;
    margin-left: 3px;
}

.factory-service-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.factory-service-box::before {
    background: #dddddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.factory-service-box a:hover i {
    margin-left: 10px;
}

.factory-service-box:hover a {
    color: #fc721e;
}

.home .factory-service-box:hover::before {
    opacity: 1;
}

.factory-service-box-content a {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.factory-service-img {
    background-position: center center;
    background-size: cover;
    height: 200px;
    width: 100%;
}


/* Service area End */


/* About area Start */

.about-area {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    padding-bottom: 100px;
}

.about-left {
    position: relative;
}

.about-left::before {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 56%;
    left: 0;
    position: absolute;
    top: 22%;
    width: 3px;
}

.about-left::after {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 56%;
    position: absolute;
    right: 0;
    top: 22%;
    width: 3px;
}

.about-right {
    padding-top: 35px;
}

.about-right h3 {
    padding-bottom: 5px;
}

.about-right > p {
    font-size: 14px;
    line-height: 22px;
    line-height: 24px;
}

.about-right blockquote p {
    line-height: 23px;
}


/* About area End */


/*******************
***** cta-box css
********************/

.cta-box-area {
    background: #fc721e none repeat scroll 0 0;
}

.factory-cta-box p {
    color: #fff;
    display: inline-block;
    margin: 0 35px 0 0;
    vertical-align: middle;
    font-size: 28px;
}

.factory-cta-box {
    font-size: 20px;
    padding: 35px 0;
    text-align: left;
}

.factory-btn.factory-cta-btn {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    float: right;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    top: -7px;
}

.factory-cta-box {
    padding: 60px 0;
}

.factory-btn.factory-cta-btn {
    border: 1px solid #fff;
}

.factory-btn.factory-cta-btn:hover {
    color: #fff;
    background-color: #fc721e;
    border-color: #fff;
}


/*******************
***** project css
********************/

.factory-project-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.project-more-info-btn {
    color: #333;
}

.factory-project-content {
    float: left;
    padding: 6rem 0 6rem 15px;
    width: 50%;
}

.factory-project-categories {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

.factory-project-categories li {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
}

.factory-project-categories li::after {
    content: "-";
    margin-left: 20px;
}

.factory-project-categories li:last-child::after {
    content: "";
    margin: 0;
}

.factory-project-categories li:hover,
.factory-project-categories li.active {
    color: #f9722f;
}

.factory-project-categories li:hover::after {
    color: #333;
}

.factory-project-img {
    float: left;
    margin-bottom: 60px;
    position: relative;
    width: 50%;
    z-index: 1;
}

.factory-project-img img {
    width: 100%;
}

.single-factory-project .factory-project-img:before,
.factory-single-staff .factory-staff-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
}

.single-factory-project:hover .factory-project-img:before {
    opacity: .85;
}

.single-factory-project .factory-project-content a,
.single-factory-project .factory-project-content h3 {
    font-weight: 700;
}

.single-factory-project .factory-project-content a i {
    margin-left: 4px;
    font-weight: 300;
}

.single-factory-project .factory-project-content a:hover i {
    margin-left: 10px;
}

.single-factory-project:hover .factory-project-content a,
.single-factory-project:hover .factory-project-content h3 {
    color: #fc721e;
}

.single-project-info {
    border-top: 1px solid #f1f0f0;
    line-height: 23px;
    padding: 10px 0;
}

.single-project-info strong {
    display: block;
}

.single-project-info p {
    margin: 0;
}

.project-details h4 {
    margin-bottom: 25px;
}

.single-project-info:hover {
    border-color: #f9722f;
    color: #f9722f;
}


/*******************
***** stuff css
********************/

.factory-staff-detail {
    border: 1px solid #ebeaea;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
}

.factory-staff-detail h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.factory-staff-social-link {
    list-style: outside none none;
    margin: 5px 0 0;
    padding: 0;
}

.factory-staff-social-link li a {
    border: 1px solid #666464;
    color: #666464;
    display: block;
}

.factory-staff-social-link li {
    display: inline-block;
    height: 30px;
    margin: 4px;
    width: 30px;
}

.factory-single-staff .factory-staff-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.factory-staff-img > img {
    width: 100%;
}

.factory-single-staff .factory-staff-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.factory-single-staff:hover .factory-staff-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.factory-single-staff .factory-staff-img:before {
    background-color: #fc721e;
    z-index: 2;
}

.factory-single-staff:hover .factory-staff-img:before {
    opacity: .7;
}

.factory-staff-social-link li a:hover {
    color: #fc721e;
    border-color: #fc721e;
}


/*******************
***** partner-logo css
********************/

.partners-logo-area {
    border-bottom: 1px solid #d7d5d5;
    border-top: 1px solid #d7d5d5;
    padding: 50px 0 25px;
}

.owl-carousel.partners-logos .owl-item img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.partners-logos .owl-nav div {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 22px;
    height: 30px;
    line-height: 26px;
    margin: 7px;
    text-align: center;
    width: 36px;
}

.partners-logos .owl-nav {
    margin-top: 10px;
    text-align: center;
}


/* ***************************
******* Footer area Start
***************************** */

.text-logo.footer-logo {
    color: #ffffff !important;
    margin-bottom: 10px;
}

.site-footer {
  background: #2d2924 none repeat scroll 0 0;
  overflow: hidden;
}
.footer-top {
    border-bottom: 1px solid #403f3f;
}

.site-info {
    color: #8f8c8c;
    font-weight: 300;
    text-align: center;
}

.site-info a {
    color: #ffffff;
    margin-left: 10px;
    opacity: 0.7;
}

.footer-bottom-text:hover a {
    color: #f9722f;
}

button.email-submit-btn:hover {
    background: #ffffff none repeat scroll 0 0;
}

.site-footer .widget button.email-submit-btn:hover i.fa {
    color: #f9722f;
}


/* Footer-widged start */

.footer-sep {
    background: #0f0f0f none repeat scroll 0 0;
    height: 1px;
}

.site-footer .widget {
    color: #8e8c8c;
    padding-bottom: 80px;
    padding-top: 85px;
}

.footer-widget-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.footer-widget-title::after {
    background: #baa59a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.textwidget > p {
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: -6px;
}

.site-footer .widget a {
    color: #8c8c8c;
}

.site-footer .widget a span.widged-left-arrow {
    display: inline-block;
    margin-right: 30px;
}

.site-footer .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.site-footer .widget.widget_recent_entries span {
    color: #8c8c8c;
    display: block;
    font-weight: 300;
}

.site-footer .widget.widget_recent_entries li {
    margin-bottom: 10px;
}

.site-footer .widget.widget_recent_entries.widged-single-post li {
    margin-bottom: 30px;
}

.site-footer .widget.widget_recent_entries li:last-child {
    margin: 0;
}

#recent-posts-3 a {
    display: block;
    line-height: 28px;
    margin-bottom: 8px;
}

.site-footer .widget i.fa {
    color: #baa59a;
    margin-right: 0px;
}

.header-right-content a.social-icon:hover i.fa {
    color: #ffffff;
}

.site-footer #text-3.widget i {
    margin-right: 5px;
}

.site-footer .widget span i.fa {
    font-size: 17px;
}

button.email-submit-btn {
    background: #f9722f none repeat scroll 0 0;
    border: 1px solid #f9722f;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    width: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer-bottom-text > p {
    line-height: 60px;
    margin: 0;
}

.textwidget > span {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.site-footer .widget a.contact-link {
    color: #8c8c8c;
    display: block;
    margin-bottom: 20px;
}


/* widged input area Start */

.mail-us {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.mail-us input {
    background: #222222 none repeat scroll 0 0;
    border: 1px solid #222222 !important;
    height: 48px;
    padding-left: 15px;
    width: 100%;
}

.site-footer .widget button.email-submit-btn i.fa {
    color: #ffffff;
    margin-right: 10px;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
}


/* widged input area End */


/* Footer-widged start */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ ABOUT PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* breadcroumb-area Start */

.border-area {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
}

blockquote {
    padding-right: 0;
}

.factory-breadcroumb-area {
    position: relative;
    z-index: 2;
}

.factory-breadcroumb-area::after {
    background: #1e1a17 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.factory-breadcroumb-area h2 {
    color: #fff;
    margin: 0;
    padding: 30px 0 60px 0;
    text-align: center;
    text-transform: uppercase;
}

.page-entry-header h1 {
    margin: 15px 0;
}

.edit-link {
    display: inline-block;
    padding: 20px 0;
}

.edit-link a {
    color: #333;
}

.factorycrumbs-area {
    bottom: -25px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#factorycrumbs {
    background: #f9722f none repeat scroll 0 0;
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    min-width: 300px
}

#factorycrumbs a {
    color: #fff;
}


/*breadcromb css*/

#factorycrumbs {
    position: relative;
}

#factorycrumbs:before,
#factorycrumbs:after {
    border-bottom: 0 solid #f9722f;
    border-left: 15px solid #f9722f;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    z-index: 1;
}

#factorycrumbs:before {
    border-right: 15px solid #f9722f;
    right: auto;
    left: -15px;
    border-left: none;
}


/* breadcroumb-area End */


/* About-area Start */

blockquote {
    font-size: inherit;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 15px;
}


/* About-area End */


/* About-area Start */

.about-page .team-member-area {
    padding-top: 60px;
}

.about-page .owl-controls {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.about-page .owl-controls {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.about-page .owl-prev {
    display: inline-block !important;
}

.about-page .owl-next {
    display: inline-block !important;
}


/* About-area End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ ABOUT PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

section.service-area.service-page {
    padding-bottom: 20px;
    padding-top: 110px;
}

.factory-service-box {
    margin-bottom: 80px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE-DETAILS PAGE Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.service-details-img {
    margin-bottom: 35px;
}

blockquote.service-blockquote {
    border-left: 5px solid transparent;
    line-height: 28px;
    margin-left: 3%;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 97%;
}

blockquote.service-blockquote::before {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -35px;
    position: absolute;
    top: 50%;
    width: 35px;
}

blockquote.service-blockquote::after {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 86%;
    left: 0;
    position: absolute;
    top: 7%;
    width: 2px;
}

.service-menu-bottob > h2 {
    margin: 45px 0 50px;
}

.widgettitle {
    margin: 15px 0 40px;
}

.service-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.service-menu ul {
    margin-top: 30px;
}

.service-menu ul li a {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    color: #333333;
    display: block;
    padding: 10px 0;
    position: relative;
    margin-top: -1px
}

.service-menu ul li a::after {
    content: "\f105";
    float: right;
    font-family: fontawesome;
}

.service-menu ul li a:hover,
.service-menu ul li.current_page_item a {
    border-color: #f9722f;
    color: #f9722f;
    z-index: 2
}

.bordered-btn.iconic-btn {
    border: 1px solid #f4f4f4;
    color: #f9722f;
    display: block;
    margin: 25px 0 15px;
    padding: 10px 20px;
}

.bordered-btn.iconic-btn i.fa {
    float: right;
    line-height: 25px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE-DETAILS PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

section.project-area.project-page {
    padding: 110px 0 40px;
}

.factory-project-categories {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

.factory-project-categories li {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
}

.factory-project-categories li::after {
    content: "-";
    margin-left: 20px;
}

.factory-project-categories li:last-child::after {
    content: "";
    margin: 0;
}

.factory-project-categories li:hover,
.factory-project-categories li.active {
    color: #f9722f;
}

.factory-project-categories li:hover::after {
    color: #333;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT-DETAILS PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

section.project-details-area {
    padding: 80px 0 80px;
}

.project-details-img {
    overflow: hidden;
}

.project-details-img img {
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
}

.project-details-img:hover img {
   /* -webkit-transform: scale(1.2);
    transform: scale(1.2);*/
}

.project-details-left > h3 {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 30px;
}

.project-details-left > p {
    color: #333333;
    line-height: 28px;
    margin-bottom: 13px;
}

.project-details-left > p:last-child {
    margin: 0;
}

.project-details-right > h3 {
    font-size: 20px;
    margin-bottom: 40px;
}

.project-details-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.project-details-menu li {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    color: #333333;
    display: block;
    margin-top: -1px;
    padding: 10px 0;
    position: relative;
}

.project-details-menu li:last-child {
    border-bottom: medium none;
}

.project-details-menu li:last-child:hover {
    border-bottom: 1px solid #f9722f;
}

.project-details-menu li:hover {
    border-color: #f9722f;
    color: #f9722f;
    z-index: 2;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT-DETAILS PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ BLOG PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.factory-shop-content-area,
.woocommerce-page .internal-content-area,
.factory-blog-content-area {
    padding: 100px 0 80px;
}

.entry-content {
    padding-bottom: 60px;
}

.factory-blog-content-area {
    padding-bottom: 20px;
}

section.widget {
    margin-bottom: 55px;
    padding-left: 70px;
}

section.widget h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

section.widget ul {
    list-style: outside none none;
    padding: 0;
}

section.widget.widget_categories ul li,
section.widget.widget_archive ul li {
    text-align: right;
    overflow: hidden;
}

section.widget.widget_categories ul li *,
section.widget.widget_archive ul li * {
    float: left;
}

section.widget ul li a,
section.widget ul li span {
    color: #282727;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.widget ul li span {
    color: #666;
}

section.widget ul li:hover,
section.widget ul li:hover a {
    color: #fc721e;
}

.post-featured-content {
    margin-bottom: 45px;
}

.factory-blog-post-title {
    margin-bottom: 20px;
}

.factory-blog-post-title > a {
    text-transform: capitalize;
    color: #282727;
}

.screen-reader-text {
    display: none;
}

.entry-content > p {
    line-height: 28px;
}


/* Blog Area Right Start */

.search-form input[type="search"] {
    border: 1px solid #dddddd;
    line-height: 35px;
    text-indent: 10px;
    width: 235px;
}

.search-form {
    position: relative;
}

input[type="submit"] {
    background: #f9722f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 8px 30px;
}

section.widget ul li a,
section.widget ul li span {
    color: #282727;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.search-form input.search-submit[type="submit"] {
    height: 38px;
    padding: 0;
    width: 60px;
}

.entry-meta span {
    font-size: 15px;
    margin-left: 18px;
}

.entry-meta span:first-child {
    margin-left: 0;
}

.entry-meta span i {
    color: #fc721e;
    margin-right: 12px;
}

.entry-meta span a {
    color: #333;
}

.entry-meta span a:hover {
    color: #fc721e;
}

.entry-meta {
    margin-bottom: 25px;
}

.read_more {
    background-color: #fc721e;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    margin-top: 10px;
    padding: 0 45px;
    border: 1px solid #fc721e;
}

.read_more:hover {
    background-color: #fff;
    color: #fc721e;
}

article:not(:first-child) {
    margin-top: 50px;
}

.edit-link a.post-edit-link {
    background: #fc721e;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fc721e;
    margin-right: 5px;
}

.edit-link {
    padding: 0;
}

.edit-link a.post-edit-link:hover {
    background-color: #fff;
    color: #fc721e;
}

.navigation.post-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 20px;
    background-color: #666;
}

.navigation.post-navigation .nav-next a,
.navigation.post-navigation .nav-previous a {
    border: 1px solid #a8a8a8;
    float: left;
    padding: 10px 15px;
    width: 50%;
    font-size: 15px;
    background-color: #666;
    color: #fff;
}

.navigation.post-navigation .nav-previous a:before {
    content: '\f137';
    font-family: 'fontawesome';
    margin-right: 5px;
}

.navigation.post-navigation .nav-next a:after {
    content: '\f138';
    font-family: 'fontawesome';
    margin-right: 5px;
    margin-left: 5px;
}

.navigation.post-navigation .nav-links > div:nth-child(2) a {
    border-left: medium none;
    text-align: right;
}


/* Flicker Image Start */

.single-post {
    overflow: hidden;
}

.single-post {
    margin-bottom: 20px;
}

.single-post-img {
    float: left;
    width: 94px;
}

.single-post-text {
    float: left;
    padding-left: 15px;
    width: 67%;
}

.single-post-text h4 {
    font-size: 16px;
    line-height: 24px;
}

.flickr_badge_image {
    display: inline-block;
    margin: 2px;
}


/* Flicker Image End */


/* blog-tag-area Start */

.blog-tag-area li {
    display: inline-block;
}

.blog-tag-area a {
    border: 1px solid #fc721e;
    display: block;
    padding: 10px 14px;
}

.blog-social-icon .social-icon i.fa {
    color: #222222;
}


/* blog-tag-area End */


/* Blog Area Right End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ BLOG PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Single BLOG PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.blog-comment-area > h2 {
    margin-bottom: 45px;
}

.commentor-img {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.blog-single-comment {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 60px;
}

.commentor-img > img {
    border: 3px solid #fc721e;
    border-radius: 50%;
}

.commentor-img::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fc721e;
    border-style: solid solid none;
    border-width: 25px 60px medium;
    content: "";
    height: 0;
    position: absolute;
    right: -92px;
    top: 23px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 0;
    z-index: -1;
}

.commentor-details {
    padding-left: 40px;
}

.commentor-details > h4 {
    font-size: 15px;
    font-weight: 400;
}

.commentor-details h5 {
    color: #7d7b7b;
    font-weight: 400;
}

.commentor-details > p {
    color: #222222;
    line-height: 28px;
    margin-bottom: 18px;
}

.header-right-content.commentor-social-link a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
}

.reply-btn {
    background: #f9722f none repeat scroll 0 0;
    border: 1px solid #f9722f;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 15px 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.reply-btn:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f9722f;
}


/* Post Comment area Start */

.post-comment-area > h2 {
    padding-bottom: 50px;
}

.post-comment-area input {
    border: 1px solid #ededed;
    color: #888787;
    display: inline-block;
    height: 50px;
    margin-bottom: 30px;
    margin-right: 2%;
    outline: medium none;
    padding-left: 15px;
    width: 47%;
}

.post-comment-area textarea {
    border: 1px solid #ddd;
    color: #888787;
    font-size: 14px;
    font-weight: 400;
    height: 150px;
    outline: medium none;
    padding-left: 15px;
    padding-top: 10px;
    resize: none;
    width: 100%;
}

.post-comment-area input:focus {
    outline: medium none;
}

.single-blog-left blockquote {
    border: medium none;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px;
}


/* Post Comment area End */


/* single-blog area Start */

.single-blog-widged .search-form input {
    display: block;
    position: relative;
    width: 100%;
}

.widged-search-area {
    position: relative;
}

.search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999999;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.cat-item span {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    font-size: 14px !important;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
}

.cat-item {
    height: 50px;
    margin-bottom: 0;
    padding-bottom: 25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    position: relative;
}

.cat-item > a {
    font-weight: 400 !important;
    margin: 0!important;
    position: relative;
    top: 3px;
}

.cat-item:hover span {
    border: 1px solid #fc721e;
    color: #fc721e;
}


/* Shop page right */

.single-rated-details {
    display: inline-block;
}

.single-rated-details > h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-rated-list:hover .single-rated-details > h4 {
    color: #fc721e;
}

.single-rated-details h5 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.single-rated-img {
    display: inline-block;
    float: right;
}

.single-rated-list {
    margin-bottom: 30px;
    overflow: hidden;
}

.product-price > ul.rated-stars {
    display: block;
    float: none;
    margin-bottom: 10px;
}


/* Shop page End */


/* single-blog area End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SINGLE BLOG PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SHOP PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* product-list-top start */

.product-list-area {
    padding: 130px 0 75px;
}

.product-list-top {
    padding-bottom: 80px;
}

.list-date {
    display: inline-block;
}

.sorting-categories {
    display: inline-block;
    float: right;
    position: relative;
}

.list-date > p {
    color: #868585;
    font-size: 15px;
    font-weight: 400;
}

.sorting-categories::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #868585;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 7px;
    width: 30px;
    z-index: -1;
}

.sorting-categories select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #868585;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    width: 200px;
    z-index: 1;
}

.sorting-categories select option {
    border-bottom: 1px solid #e6e4e4;
    padding: 13px;
}


/* product-list-top End */


/* product-list-Bottom Start */

.product-list-img {
    border: 1px solid #ededed;
    height: 215px;
}

.product-list-img > img {
    height: 100%;
    width: 100%;
}

.product-list-details > h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.product-price > p {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.single-product-list {
    margin-bottom: 65px;
}

.add-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fc721e;
    border-radius: 3px;
    color: #333333;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 155px;
}

.add-btn:hover {
    background: #fc721e none repeat scroll 0 0;
    color: #ffffff;
}

.product-price > ul {
    display: inline-block;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.product-price li {
    display: inline-block;
}

.product-price li i {
    color: #fc721e;
}

.product-price li:last-child i {}


/* product-list-Bottom End */


/* shop-area-pagination Start */

.shop-area-pagination {
    text-align: center;
}

.pagination > li a.shop-pag {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 50%;
    color: #333333;
    height: 35px;
    line-height: 26px;
    margin-right: 30px !important;
    padding: 4px;
    width: 35px;
}

.pagination > li:last-child a {
    margin-left: 15px !important;
    margin-right: 0 !important;
}

.pagination a {
    border: 1px solid #999999 !important;
    color: #333333 !important;
    display: inline-block;
    margin-right: 15px;
}

.pagination > li a.shop-pag:hover {
    background: #fc721e none repeat scroll 0 0;
    color: #ffffff !important;
    border: 1px solid #fc721e !important;
}

.pagination > li a.shop-pag:focus {
    background: #fc721e none repeat scroll 0 0;
    color: #ffffff !important;
    border: 1px solid #fc721e !important;
}

.pagination a:hover {
    background: #fc721e none repeat scroll 0 0 !important;
    border: 1px solid #fc721e !important;
    color: #ffffff !important;
}


/* shop-area-pagination End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SHOP PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Product Details Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.selected-product-details-text {
    display: inline-block;
    float: left;
    padding-right: 15px;
    width: 50%;
}

.selected-product-image {
    display: inline-block;
    float: left;
    padding-left: 15px;
    width: 50%;
}

.selected-product-details {
    overflow: hidden;
    padding-bottom: 100px;
}

.selected-product-price {
    display: block;
}

.selected-product-price h1 {
    display: inline-block;
    float: left;
    margin: 0;
    width: 55%;
}

.customer-reviews {
    display: block;
    float: left;
    width: 45%;
}

.selected-product-price .product-price > ul {
    float: left;
}

.customer-reviews > h4 {
    font-size: 14px;
    margin-bottom: 6px;
}

.selected-product-details-text > p {
    display: block;
    float: left;
    width: 100%;
}

.customer-reviews > h4 {
    font-size: 14px;
    margin-bottom: 6px;
}

.selected-product-details-text > p {
    color: #333;
    display: block;
    float: left;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
}

.selected-product-details-text > h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px;
}

.selected-product-details-text > h5 span {
    color: #817d7b;
}

.product-list-area section.widget {
    padding-left: 15px;
}

.select-item > input {
    border: 1px solid #666;
    color: #333;
    font-weight: 600;
    height: 42px;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 8px;
    width: 60px;
}

.select-item .add-btn {
    background: #fc721e none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}


/* Discription Area start */

.discription-area {
    display: block;
}

.discription-area ul.discription-menu {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.discription-area li {
    display: inline-block;
    margin-right: 25px;
}

.discription-area a {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.discription-area li:nth-child(2) a {
    font-weight: 600;
}

.discription-area a::after {
    background: red none repeat scroll 0 0;
    bottom: -16px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.discription-area a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.discription-area > h2 {
    margin-bottom: 40px;
}

.discription-area > p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 93px;
}


/* Discription Area End */

.related-products-heading > h2 {
    padding-bottom: 40px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Product Details Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Cart Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.cart-table-area {
    padding: 100px 0;
}


/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/


/* 
	Generic Styling, for Desktops/Laptops 
	*/

table {
    width: 100%;
    border-collapse: collapse;
}


/* Zebra striping */

.cart-table-content tr:nth-of-type(2n+1) {
    background: #ffffff none repeat scroll 0 0;
    height: 55px;
}

.cart-table-content th {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    font-weight: 700;
}

.cart-table-content td,
th {
    padding: 6px;
    text-align: center;
}

.cart-table-content tr {
    border: 1px solid #cccccc;
}

.cart-table-content td,
th {
    text-align: center;
    width: 50px;
}

.cart-table-content input {
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 60px;
}

.cart-table-content p {
    color: #f8030e;
}


/* cart-table-content Left start */

.cart_totals table.shop_table {
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 0 0;
    text-align: left;
    width: 100%;
}

.cart_totals table.shop_table th {
    border-bottom: 1px solid #eeeeee;
    color: #050608;
    font-weight: 600;
    padding: 20px 12px;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
}

.cart_totals table.shop_table .order-total > th {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.cart_totals a,
span {
    display: inline-block;
}

.cart-table-content input.button {
    width: 180px;
}

.coupon {
    display: inline-block;
    float: left;
    width: 405px;
}

.cart-table-content input.input-text {
    float: left;
    font-weight: 300;
    width: 210px;
}

input.button {
    display: inline-block;
    float: right;
}

#coupon_code {
    text-transform: initial;
}

.cart-table-content tr:last-child {
    border: medium none;
}

.cart-table-content tr:last-child td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}


/* cart-table-content Left End */


/* Cart Total start */

.cart_totals {
    padding-left: 30px;
}

.cart-subtotal > td {
    border-bottom: 1px solid #eeeeee;
    padding-right: 10px;
    text-align: right;
}

.order-total > td {
    padding-right: 10px;
    text-align: right;
}

.order-total > td strong span {
    font-weight: 600;
}

.checkout-button.button.alt.wc-forward {
    background: #f9722f none repeat scroll 0 0;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.wc-proceed-to-checkout {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
}


/* Cart Total End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Cart Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Contact Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Factory Contact Form Style Start */

.contact-form-area {
    padding: 100px 0 70px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.factory-contact-form textarea,
.factory-contact-form input[type="text"],
.factory-contact-form input[type="email"],
.factory-contact-form input[type="tel"] {
    width: 100%;
}

.factory-contact-form input {
    margin-bottom: 15px;
}

.factory-contact-form p {
    margin: 0;
}

.factory-contact-form textarea {
    height: 120px;
    margin-bottom: 30px;
    resize: none;
}

.contact-form-area input[type="submit"] {
    background: #f9722f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 180px;
}

.contact-form-area textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ddd;
    padding: 10px;
}

.Contact-info-area {
    padding-left: 40px;
}

.Contact-info-area > p i {
    color: #f9722f;
    display: inline-block;
    margin-right: 15px;
}

.vc_row.contact h2 {
    margin-bottom: 40px;
}

.vc_row.contact i.fa {
    color: #f9722f;
    margin-right: 5px;
}


/* Factory Contact Form Style End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Contact Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Checkout Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* billing-contact-form Start */

.factory-contact-form.billing-contact-form {
    padding-right: 35px;
}

.country-input {
    position: relative;
}

.country-input::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999999;
    content: "";
    font-family: fontawesome;
    font-size: 23px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 30px;
    z-index: -1;
}

.country-input select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #999999;
    font-weight: 400;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 8px;
    width: 100%;
    z-index: 1;
}

.country-input select option {
    border-bottom: 1px solid #ddd;
    padding: 13px 10px;
}

.bill-payment-single-content {
    padding-bottom: 28px;
}

.billing-icon {
    background: #f9722f none repeat scroll 0 0;
    border-radius: 6px 0;
    display: inline-block;
    float: left;
    height: 15px;
    margin-right: 20px;
    width: 15px;
}

.by-payment-text {
    padding-left: 35px;
}

.by-payment-text > h4 {
    color: #0e0d0d;
    font-size: 16px;
}

.by-payment-text > p {
    color: #656363;
    font-size: 16px;
    font-weight: 100;
}

.bill-payment-area {
    padding-top: 20px;
}

.payment-card-img li {
    display: inline-block;
}


/* billing-contact-form End */


/* billing-contact-form End */

.contact-form-area h2 {
    margin: 0;
    padding-bottom: 60px;
}

.order-notes textarea {
    height: 150px;
    margin-bottom: 40px;
    width: 100%;
}

.total-bill > h2 {
    padding-bottom: 40px;
}

.total-bill li {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #0e0d0d;
    display: block;
    padding: 16px 10px;
}

.total-bill li:first-child {
    border-top: 1px solid #dddddd;
}

.total-bill li h4 {
    color: #0e0d0d;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.total-bill span {
    display: inline-block;
    float: right;
}


/* billing-contact-form End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ checkout Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Thank You  Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.factory-breadcroumb-area.thank-you-page h2 {
    color: #fc721e;
    font-size: 80px;
    padding: 0 0 15px;
    text-transform: inherit;
}

.thank-you-area {
    padding: 193px 0;
    text-align: center;
}

.factory-breadcroumb-area.thank-you-page {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thank-you-area h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 25px;
}

.back-btn {
    background: #fc721e none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 190px;
}

.back-btn:hover {
    color: #000000;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Thank You  Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ FAQ  Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*******************
***** FAQ css
********************/

.faq-area {
    padding: 100px 0 40px;
}

.factory-faq-content {
    overflow: hidden;
}

.factory-faq-box h3 {
    font-size: 20px;
}

.faq-area-heading {
    padding-bottom: 80px;
    text-align: center;
}

.factory-faq-left {
    overflow: hidden;
    padding-right: 30px;
}

.factory-faq-right {
    overflow: hidden;
    padding-left: 28px;
}

.factory-faq-box {
    float: left;
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative;
}

.factory-faq-box::before {
    background: #f9722f none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 2px #f9722f;
    content: "";
    height: 13px;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 13px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ FAQ  Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ 404  Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.thank-you-area.errr-area {
    padding: 90px 0 100px;
}

.thank-you-area.errr-area h1 {
    color: #fc721e;
    font-size: 170px;
    font-weight: 900;
    opacity: 0.4;
    padding-bottom: 15px;
}

.thank-you-area.errr-area h3 {
    color: #333;
    margin: 0;
}

.thank-you-area.errr-area > p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ 404  Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.product-row {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    min-height: 25px;
    line-height: 25px;
}

.product-row span {
    display: block;
    min-width: 220px;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.glossary ul li {
    padding-left: 10px;
    clear: both;
    padding-bottom: 10px;
}

.glossary ul li span {
    font-weight: bold;
    display: block;
    float: left;
    margin-bottom: 25px;
    width: 220px;
}