@charset "utf-8";
/*Table of content*/
/*primary-color: #c20d12;*/
/*secondary-color: #4b4b4b; */
/*font-family: 'Work Sans', sans-serif;*/
/*font-weight
300: light    
400: regular
500: medium
600: semibold
700: bold
800: extrabold
900: black*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-weight*/
/*300: light  
300i: light italic
400: regular
400i: regular italic
500: medium
600: semibold
700: bold
700i: bold italic
800: extra bold
900: black*/
/*common css*/
/*body*/
/*section padding*/
/*spacing*/
/*common bullet*/
/*common button*/
/*common form*/
/*Body Css Changes*/
/*Header css*/
/*search page css*/
/*Contact Form 7*/
/*Page Loader Css*/
/*homepage fullscreen banner css*/
/*every-place-info css*/
/*faster-stand css*/
/*each-part-screw & screw-pouch css*/
/*rolling-excellence css*/   
/*service-screw css*/
/*blog-section css*/
/*footer dealer css*/
/*footer bottom css*/
/*CSS Document*/
/*body css start*/
body{overflow-x:hidden;font-family: 'Work Sans', sans-serif;font-size: 16px;line-height: 24px;font-weight: 400;letter-spacing: 0px;color: #333;
     background-color: #eee7da;height: initial !important;}
/*.body_wrapper {overflow:hidden;}*/
/*.overflowhidden{overflow-x: hidden;}*/
.container {
    max-width: 1440px;
}
h1,h2,h3,h4,h5,h6{font-family: 'Work Sans', sans-serif;font-weight: 700;letter-spacing: 0px;line-height: 1.2;text-transform: none;}
h1{font-size: 36px;margin-bottom: 25px;color: #7b6954;line-height: 1;letter-spacing: -0.6px;}
h2,.blog-title{font-size: 36px;margin-bottom: 25px;color: #7b6954;line-height: 1;letter-spacing: -0.6px;}
h3{font-size: 20px;margin-bottom: 15px;color: #7b6954;font-weight: 500;}
h4{font-size: 18px;margin-bottom: 10px;color: #7b6954;font-weight: 500}
h5,h6{font-size: 16px;margin-bottom: 10px;color: #7b6954;font-weight: 500}
b, strong{font-weight: 700;}
p{margin-bottom: 15px;font-size: 16px;font-family: 'Work Sans', sans-serif;color: #333333;line-height: 24px;font-weight: 400;letter-spacing: -0.3px;}
.small, small {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999;
    display: inline-block;
    clear: both;
    margin-bottom: 4px;
}
a{
    text-decoration: none;
    color: #4b4b4b;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
*:focus{outline: none;outline-offset:0px none;}
a:hover,a:focus{color: #333;text-decoration: none;outline: none;}
button:focus {
    outline: 0px none;
    outline: 0px auto -webkit-focus-ring-color;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) {
    color: #7b6954;
    text-decoration: none;
}
.overflow-hidden{overflow-x: hidden;}

/*body css end*/

/*section padding start*/
.sec-pt-200{padding-top:200px;}
.sec-pb-200{padding-bottom: 200px;}
.inner-sec-pt-200{padding-top:200px;}
.inner-sec-pb-200{padding-bottom: 200px;}
.sec-pt-150{padding-top:150px;}
.sec-pb-150{padding-bottom: 150px;}
.sec-pb-135{padding-bottom: 135px;}
.sec-pt-100{padding-top:100px;}
.sec-pb-100{padding-bottom: 100px;}
.sec-py-150{padding-top:150px;padding-bottom:150px;}
.pb-25{padding-bottom:25px;}
.pb-30{padding-bottom:30px;}
.pb-20{padding-bottom:20px;}
.pt-120{padding-top:120px;}
.pt-65{padding-top:65px;}
.pr-50{padding-right:50px;}
/*section padding end*/

/*spacing css start*/
.mb-200{margin-bottom:200px;}
.mb-150{margin-bottom:150px;}
.mb-50{margin-bottom: 50px;}
.mb-30{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}
.mb-15{margin-bottom: 15px;}
.mb-10{margin-bottom: 10px;}
.mb-0{margin-bottom: 0px;}
.mt-60{margin-top: 60px;}
.mt-30{margin-top: 30px;}
.mt-20{margin-top: 20px;}
.mt-15{margin-top:15px;}
.mt-10{margin-top: 10px;}
.mrt-5{margin-top: 5px;}
.mt-0{margin-top:0px;}
.ml-15{margin-left:15px;}

/*spacing css end*/

/*common bullet css start*/
.bullet ul{ margin: 0px 0px 15px; padding:0;display: inline-block;width: 100%;}
.bullet ul li{
    font-size: 15px;
    position: relative;
    padding: 0px 0px 0px 23px;
    margin-bottom: 10px; 
    list-style:outside none;
    vertical-align: top;

}
.bullet ul li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 1px;
    z-index: 1;
    width: 6px;
    height: 6px;
    background-color:#a38d68;
}
.bullet.reddot ul li:before{border: 1px solid #c20d12;}
.bullet ol { margin: 0px 0px 15px; padding:0 0 0px 23px;}
.bullet ol li {
    font-size: 15px;position: relative;padding: 0px 0px 0px 8px;margin-bottom: 10px; list-style:outside decimal;vertical-align: top;
}
/*common bullet css end*/

/*common button css start*/
.button-common {
    background: transparent;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 11px 18px 11px;
    text-transform: uppercase;
    border: 1px solid #7b6954;
    font-weight: 700;
    color: #7b6954 !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 0px;
    box-shadow: 0px 4px 10px 0px rgba(241, 137, 163, 0);
    -moz-box-shadow: 0px 4px 10px 0px rgba(241, 137, 163, 0);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(241, 137, 163, 0);
    clear: both;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.button-common.white{color:#e5ddce !important;border: 1px solid #e5ddce;padding:11px 30px 11px;}
.button-common.white:hover{background: #e5ddce;color: #71614d !important;}
.button-common.white i{color:#e5ddce;}
.button-common.white:hover i{color:#71614d;}
.button-common i{
    color: #7b6954;font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    margin-top: -2px;
    font-weight: 400;
}
.button-common:hover {
    background: #7b6954;
    color: #fff !important;
}
.button-common:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #fff;
}
input[type="submit"]{
    background: transparent url(../images/arrow-right-gold.svg) no-repeat right 30px center;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 11px 50px 11px 30px;
    text-transform: uppercase;
    border: 1px solid #7b6954;
    font-weight: 700;
    color: #7b6954;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 0px;
    box-shadow: 0px 4px 10px 0px rgba(241, 137, 163, 0);
    -moz-box-shadow: 0px 4px 10px 0px rgba(241, 137, 163, 0);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(241, 137, 163, 0);
    clear: both;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
input[type="submit"]:hover {
    background: #7b6954 url(../images/arrow-right-white.svg) no-repeat right 27px center !important;
    color: #ffffff;
}
a.common-link{
    color: #e5ddce;text-transform: uppercase;font-size: 13px;line-height: 1;
    letter-spacing: 1px;font-weight: 700;font-family: 'Montserrat', sans-serif;
}
a.common-link:hover{color: #fff;}
a.common-link > i{
    color: #e5ddce;font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    margin-top: -1px;
    font-weight: 400;
}
a.common-link:hover > i{
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #fff;
}

.slick-prev, .slick-next{
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index:1;
    border:1px solid #a38d68;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.slick-prev:hover, .slick-next:hover{
    background-color:#a38d68;
}
.slick-prev .fa, .slick-next .fa{
    color: #a38d68;
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height:38px;
    display: inline-block;
    vertical-align: middle;

}
.slick-prev:hover .fa, .slick-next:hover .fa{
    color: #ffffff;
}

/*common button css end*/


/*common form css start*/
input[type="text"], input[type="email"],input[type="password"],input[type="number"],textarea,input[type="tel"]{
    box-shadow: 0px !important;
    -webkit-box-shadow: 0px !important;
    -ms-box-shadow: 0px !important;
    -moz-box-shadow: 0px !important;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    outline: 0px;
}
.form-group {margin-bottom: 15px;}
form .form-control {
    background: transparent;
    border: 1px solid #a38d68;
    color: #999999;
    padding: 8px 22px;
    font-size: 16px;
    position: relative;
    font-family:'Work Sans', sans-serif;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    font-weight: 300;
}
form .form-control:focus {
    color: #7b6954;
    border-color: #a38d68;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0);
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
    background-color:#e5ddce;
}
textarea.form-control {resize: none;height: 85px;border-radius: 0px;}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/select-down-arrow.png");
    background-position: right 20px center;
    background-attachment: scroll;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #999999;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
}

.form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7b6954;

}
.form-control:focus::-moz-placeholder { /* Firefox 19+ */
    color: #7b6954;

}
.form-control:focus:-ms-input-placeholder { /* IE 10+ */
    color: #7b6954;

}
.form-control:focus:-moz-placeholder { /* Firefox 18- */
    color: #7b6954;

}
/*common form css end*/

/*Body Css Changes*/

/*Header css START*/
.navbar-dark.stickyheader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 7;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
    width: 100%;
    display: block;
    padding: 10px 0px;
}
.navbar-dark.stickyheader .navbar-brand{max-width: 50px;}
.navbar-dark {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    float: left;
    position: fixed;
    z-index: 7;
    background: #eee7da;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.navlogo {width: 24.5%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.navmenu {width: 75%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.navbar-dark .navbar-brand{padding: 0px 0px;margin: 0px;}
.navbar-dark .navbar-toggler {
    margin: 1px 2px 0 38px;
    border: 0px none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0px;
    border-radius: 0px;
    font-size: 15px;
}
.top-humburger-border {
    height: 2px;
    width: 16px;
    background: #333;
    right: 14px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.center-humburger-border {
    height: 2px;
    width: 25px;
    background: #333;
    margin: 5px 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bottom-humburger-border {
    height: 2px;
    width: 15px;
    background: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-dark .navbar-toggler:hover .top-humburger-border{background:#a38d68;right: 0px;}
.navbar-dark .navbar-toggler:hover .center-humburger-border,
.navbar-dark .navbar-toggler:hover .bottom-humburger-border{background:#a38d68;}
/*Header css END*/

/*search page css start*/
.search-div hr{margin-top:30px;margin-bottom:30px;border-top:1px solid #ccc;}
.wp-pagenavi span.pages {padding: 5px 0; margin:0 0 0 12px;vertical-align: middle;}
.wp-pagenavi > a.nextpostslink{margin-right:-12px;}
.wp-pagenavi > a.previouspostslink{margin-left:-12px;}
.wp-pagenavi > span,.wp-pagenavi > a{border:none; color:#555; font-size:15px; padding:5px 12px; font-weight:400;font-family:'Open Sans', sans-serif;}
.wp-pagenavi span.current {font-weight: bold;background: #f189a3;color: #fff;border-radius: 100%;width: 30px;height: 30px;display: inline-block;text-align: center; line-height: 1;padding: 6px 0px;}
/*search page css end*/

/*Contact Form 7 Success And Error Message*/
.help-block-error {color: #c20d12; font-size: 13px; text-align: left; padding-left: 20px; }
.alert {padding: 6px 10px; font-size: 14px; text-align: center; border-radius: 30px; margin-bottom: 25px; }
form .wpcf7-response-output.wpcf7-mail-sent-ok{background: #d4edda;border: 1px solid #d4edda;margin: 15px 0 0;padding: 8px 22px;color: #155724;}
form .wpcf7-response-output.wpcf7-validation-errors, form .wpcf7-response-output.wpcf7-mail-sent-ng{background:#f8d7da;border: 1px solid #f8d7da;margin: 15px 0 0;padding: 8px 22px;color: #721c24;}
form.invalid span.wpcf7-not-valid-tip {position: relative;text-align:left;font-size:13px;}
/*Contact Form 7 Success And Error Message*/

/*Page Loader Css Start*/
#pageloader {top: 0px;position: fixed;width: 100%;height: 100%;z-index: 9999;background: rgba(255,255,255,1);}
.ploader {width: 100%;text-align: center;top: 50%;position: absolute;transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.path {stroke-dasharray: 1000;stroke-dashoffset: 0;-webkit-animation: dash 2s linear infinite;animation: dash 2s linear infinite;}@-webkit-keyframes dash {from {stroke-dashoffset: 1000;}to {   stroke-dashoffset: 0;}}@keyframes dash {from {stroke-dashoffset: 1000;}to {   stroke-dashoffset: 0;}}
/*Page Loader Css End*/


/*homepage fullscreen banner css start*/
.banner-bg, .banner-bg .container, .banner-bg .container-fluid, .banner-title, .banner-slider-img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.banner-slider-img .banner-title.mob{display: none !important;}
.banner-slider-img .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.banner-bg{background: #a38d68;position: relative;}
.banner-bg:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #eee7da;
    z-index: 1;
    width: 309px;
    height: 100%;
}
.banner-slider-img .banner-title{
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: -2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.333333%;
    flex: 0 0 36.333333%;
    max-width: 36.333333%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    position: relative;
    z-index: 3;
    padding-left: 245px; 
}
.banner-slider-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 180px 0px 60px;
}
.banner-slider-img .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
[class^="swiper-button-"] {
    visibility: visible !important;
    opacity: 1 !important;
}
.banner-slider-img .swiper-wrapper{width: auto;}
.banner-slider-img .swiper-button-next, .banner-slider-img .swiper-button-prev{background:#fff;width: 40px;height: 40px;text-align: center;line-height: 38px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.banner-slider-img .swiper-button-next::after, .banner-slider-img .swiper-button-prev::after{color: #a38d68;font-size: 13px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;font-family: 'FontAwesome';}
.banner-slider-img .swiper-button-next::after{content: "\f061";}
.banner-slider-img .swiper-button-prev::after{content: "\f060";}
.banner-slider-img .swiper-button-next:hover, .banner-slider-img .swiper-button-prev:hover,
.banner-slider-img .swiper-button-next:focus, .banner-slider-img .swiper-button-prev:focus{background:#a38d68}
.banner-slider-img .swiper-button-next:hover::after, .banner-slider-img .swiper-button-prev:hover::after,
.banner-slider-img .swiper-button-next:focus::after, .banner-slider-img .swiper-button-prev:focus::after{color: #fff;}
.banner-slider-img [class^="swiper-button-prev"] {
    top: 85%;
    left: 51.7%;
    -webkit-transform: translate(-50%, 0%) rotate(90deg) !important;
    -ms-transform: translate(-50%, 0%) rotate(90deg) !important;
    transform: translate(-50%, 0%) rotate(90deg) !important;
}
.banner-slider-img [class^="swiper-button-next"] {
    top: 90.5%;
    left: 51.7%;
    -webkit-transform: translate(-50%, 0%) rotate(90deg) !important;
    -ms-transform: translate(-50%, 0%) rotate(90deg) !important;
    transform: translate(-50%, 0%) rotate(90deg) !important;
}
.banner-slider-img .swiper-slide img{float:right;padding-right: 90px;position: relative;}
.slider-down { margin-right: auto; margin-top: 40px; }
.slider-down a {
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}
.bouncing-scroll {
    border-color: #fff;
}
.bounceScroll {
    -webkit-animation: bounceScroll 1s infinite;
    animation: bounceScroll 1s infinite;
}
.bouncing-scroll {
    background: #a38d68 none repeat scroll 0 0;
    border-radius: 50%;
    height: 7px;
    left: auto;
    margin-left: 7px;
    position: absolute;
    right: auto;
    top: 6px;
    width: 7px;
    border: 4px solid #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@-webkit-keyframes bounceScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(19px);
        transform: translateY(19px);
    }
}
@keyframes bounceScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(19px);
        transform: translateY(19px);
    }
}
/*homepage fullscreen banner css end*/


/*every-place-info css start*/
.every-place-info .bg-white{padding-top: 25px;padding-bottom: 25px;}
.every-place-info p{font-size: 24px;color: #777777;line-height: 1.4;}
.everyplace-img {
    position: relative;
    top: -75px;
    left: 30px;
    width: 100%;
    height: 100%;
}
/*every-place-info css end*/


/*faster-stand css start*/
.faster-stand-bg{background: #a38d68;position: relative;padding:180px 0px 70px;}
.faster-stand-bg:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #eee7da;
    z-index: 1;
    width: 365px;
    height: 100%;
}
.screw-tabcontent{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.screw-tabbing{width: 44%;display: inline-block;position: relative;z-index: 3;padding-bottom: 250px;padding-left: 12px;}
.screw-tabcontent .tab-content{width: 56%;display: inline-block;position: relative;z-index: 3;}
.screw-tabbing > a{
    color: #bca378;
    font-size: 60px;
    letter-spacing: -0.6px;
    line-height: 0.8;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 17px;
    padding-left: 0px;
    cursor: auto;
}
.screw-tabbing > a.active{
    font-size: 130px;
    line-height: 0.7;
    letter-spacing: -5px;
    color: #fff;
}
.faster-screw-bottom{
    background-image: url('../images/faster-screw-bottom.png');
    background-size: 100% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 681px;
    height: 249px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    z-index: 1;
}
.tabscrew-name{
    color:#bca378;font-size: 60px;letter-spacing: -0.6px;opacity: 0.7;width: 250px;
    line-height: 0.8;font-weight: 700;display: inline-block;cursor: pointer;
    vertical-align: bottom;padding-right: 0px;padding-left: 0px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
}
.tabscrew-name:hover{opacity: 1;}
.mtm-80{margin-top: -80px;}
.screw-features{width: 45.6%;display: inline-block;vertical-align: top;padding:0px 15px;margin-bottom: 30px;float: left;}
.screw-feature-title {
    margin-top: -7px;

}
.screw-feature-title h3{margin-bottom: 0px;position: relative;}
.screw-feature-title h3 a{color: #fff;width: 100%;display: inline-block; background: #bca378;
                          padding: 8px 20px;text-transform: capitalize;font-weight: 400;
}
.screw-features:hover .screw-feature-title h3 a{background: #b2986b;}
.screw-feature-title h3 > a > i {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    transform: translate(0px,-50%);
}
.screw-features:hover .screw-feature-title h3 > a > i{
    -webkit-transform: translate(5px,-50%);
    -ms-transform: translate(5px,-50%);
    transform: translate(5px,-50%);
}
.viewall {
    position: absolute;
    z-index: 3;
    right: 395px;
    bottom: -45px;
    width: auto;
}
.nextarrow{padding-left: 3px;padding-top: 20px;}
.nextarrow > span {
    border: 1px solid #e5ddce;
    padding: 0;
    position: relative;
    z-index: 3;
    font-size: 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #e5ddce;
}
.nextarrow > span:hover{color: #71614d;background:#e5ddce;border-color:#e5ddce;}
/*faster-stand css end*/


/*each-part-screw & screw-pouch css start*/
.alltype-screw-img{display: none;}
.eachpartscrew-img{margin: 0 auto;display: block;position: relative;}
.silver-screw{
    position: relative;
    left: 100px;
    z-index: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.gold-screw{
    position: relative;
    left: 175px;
    z-index: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.black-screw{
    position: relative;
    left: 220px;
    z-index: 1;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.screw-video video {
    width: 100%;
}
.half-bg{background:#a38d68;padding:150px 0px 280px;position: relative;}
.half-bg h2{color: #fff;}
.half-bg p{color: #e5ddce;}
.half-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #eee7da;
    height: 100%;
    width: 490px;
}
/*each-part-screw & screw-pouch css end*/

/*rolling-excellence css start*/
.rolling-excellence {margin-top: -150px; }
.rolling-excellence h3{margin-bottom: 10px;}
.rolling-types{margin-bottom: 60px;}
.white-bg{background: #fff;padding:150px 0px 85px;position: relative;}
.white-bg:before{
    position: absolute;
    top: 0;
    right: 100%;
    content: '';
    background: #fff;
    height: 100%;
    width: 100%;
}
/*rolling-excellence css end*/


/*service-screw css start*/
.service-screw img{margin-bottom: 40px;}
.service-screw h3{color: #333333;font-weight: 400;margin-bottom: 35px;}
/*service-screw css end*/


/*blog-section css start*/
.blog-section{position: relative;overflow:hidden;}
.zooming {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.zooming > img {
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -webkit-transition: all .3s ease;
    -ms-transform: scale(1);
    -ms-transition: all .3s ease;
    -moz-transform: scale(1);
    -moz-transition: all .3s ease;
    -o-transform: scale(1);
    -o-transition: all .3s ease;
}
.latestblog-part:focus .zooming > img, .latestblog-part:hover .zooming > img,
.screw-features:focus .zooming > img, .screw-features:hover .zooming > img {
    transform: scale(1.1);
    transition: all .3s ease;
    -webkit-transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -ms-transform: scale(1.1);
    -ms-transition: all .3s ease;
    -moz-transform: scale(1.1);
    -moz-transition: all .3s ease;
    -o-transform: scale(1.1);
    -o-transition: all .3s ease;
}
.screw-bg-space{position: relative;z-index: 2;padding:150px 0px 140px;}
.screw-bg {
    background-image: url('../images/screw-bg.png');
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    background-attachment: scroll;
    background-color: transparent;
    background-size: auto;
    position: absolute;
    z-index: -1;
    height: auto;
    padding:370px 0px;

}

.blog-view-btn{display: none;}
.latestblog-part h3 > a{color: #333;}
.latestblog-part:hover h3 > a{color: #7b6954;}
.latestblog-part h3 > a > i {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    color: #a38d68;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latestblog-part:hover h3 > a > i{opacity: 1;right: 0px;}
.latestblog-part h3{margin-bottom: 10px;padding-right: 40px;position: relative;}
/*blog css end*/


/*footer dealer css start*/
.footer-dealer{
    background-color:transparent;
    background-image:url('../images/footer-dealer-bg.jpg');
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position:top center;
    position: relative;
    padding:160px 0px;
    background-size: cover;
}
.green-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(90, 73, 53, 0.8);
}
.footer-dealer-cntnt{position: relative;z-index: 2;color: #fff;text-align: center;}
/*.footer-dealer-cntnt h2{color: #fff;}*/
/*footer dealer css end*/

/*footer bottom css start*/
.footer-bottom{background-color:#eee7da;position: relative;padding:85px 0px;}
.footer-bottom-bg{
    position: absolute;
    top: 0;
    left:0px;
    background: #fff;
    height: 100%;
    width: 460px;
    background-image:url('../images/screw-bg.png');   
    background-repeat: repeat;
    background-attachment: scroll;
    background-color:transparent;
    background-size: 295% auto;
    z-index: 1;
}
.footer-bottom-content{position: relative;z-index: 2;}
.footer-logo{background:#eee7da;width: 140px;height: 140px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.footer-bottom p{margin-bottom: 0px;}
.footer-bottom a{color: #333;}
.footer-bottom a:hover{color: #7b6954;}
.footer-info-link{color: #7b6954;}
.copy-right span{font-size: 14px;}
.f-contact{padding-left: 5px;}
.f-mail{padding-left: 10px;}
.socialcionfooter{display: flex;align-items: flex-start;margin-bottom: 10px;}
.socialcionfooter a{margin-right: 15px;}
.socialcionfooter svg{fill: #333333;transition: all 0.3s ease;}
.socialcionfooter a:hover svg{fill: #7b6954;}
/*footer bottom css end*/


/*product detail page css start*/
.more-products-main .col-12{padding:0px;}
.more-products-main .screw-features{margin-bottom:0px;}
.more-products-main .slick-next{right:-45px;}
.more-products-main .slick-prev{left:-45px;}
.strength-img{margin-bottom:32px;margin-right:-232px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.everyone-icons .rolling-types{margin-right:95px;margin-bottom:12px;width:165px;}
.everything-main-content{
    width: 331px;
    height: 331px;
    background-color:#ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:0px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top:0px;
    left:-105px;
    z-index:1;
}
.everyone-icons{margin-top:10px;}
.breadcrumbs-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs-main .breadcrumb li + li::before{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; 
    padding-right: 5px;
    padding-left: 5px;
    color: #e5ddce;
    content: "/";
}

.page-title-heading{
    font-size: 60px;
    line-height:54px;
    color:#ffffff;
    display: block;
    font-weight: bold;
    letter-spacing: -1.5px;
    margin-bottom:15px;
}
.breadcrumbs-main .breadcrumb{
    background-color: transparent;
}
.breadcrumbs-main ul{margin:0px;padding:0px;}
.breadcrumbs-main ul.breadcrumb li a,.breadcrumbs-main ul.breadcrumb li{
    color:#e5ddce;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.breadcrumbs-main ul.breadcrumb li a:hover{color:#fff;}
.breadcrumbs-main .breadcrumb li.active{
    color:#ffffff;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px
}
.golden-left .page-title-heading{width: 100%;}
.golden-right .page-title-heading{width: auto;}
.golden-right .pb-25{padding-bottom:50px;}
.breadcrumbs-main ul.breadcrumb{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.golden-right::before{
    right:149px;
    left:auto; 
    content:'';
    background-color:#a38d68;
    display: block;
    position: absolute;
    top: unset;

}
.golden-left::before{
    content:'';
    background-color:#a38d68;
    display: block;
    position: absolute;
    top: unset;
    left: 0;

}
.width-50::before{content:'';width:49.7%;}
.width-65::before{content:'';width:65%;}
.height-672::before{content:''; height:672px;}
.heading-type-main{margin-top:95px;}
.sm-range{
    background-color:#a38d68;
    text-transform: uppercase;
    font-size: 13px;
    color:#ffffff;
    padding:4px 18px;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.ms-range{
    background-color:#7b6954;
    text-transform: uppercase;
    font-size: 13px;
    color:#ffffff;
    padding:4px 18px;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.screw-range{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align:baseline;
    align-self:baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.csk-head-content span{
    font-size: 20px;
    color: #7b6954;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom:18px;
}
.para-heading{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:10px;
}

.product-table-content span{
    font-size: 20px;
    color:#7b6954;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:15px;
    display: block;
}
.csk-head-pslider .slick-dots li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin:0px 0px 10px 0px;

}
.csk-head-pslider .slick-dots li button{
    background-color:transparent;
}

.csk-head-pslider .slick-dots li:first-child button:before{
    background:#868686;
}
.csk-head-pslider .slick-dots li.slick-active:first-child button, .csk-head-pslider .slick-dots li:first-child:hover button{
    border:1px solid #868686;
}
.csk-head-pslider .slick-dots li:last-child button:before{
    background:#333333;
}
.csk-head-pslider .slick-dots li:last-child.slick-active button, .csk-head-pslider .slick-dots li:last-child:hover button{
    border:1px solid #333333;
}
.csk-head-pslider .slick-dots li button{
    height: 20px;
    width: 20px;

}
.csk-head-pslider .slick-dots li.slick-active button, .csk-head-pslider .slick-dots li:hover button{
    border:1px solid #d1a655;
}

.csk-head-pslider .slick-dots{
    left:0px;
    top:267px;
    bottom:unset;
    width:10%;

}
.packing-tab-single .bullet ul{margin-bottom:0px;}
.packing-tab-single .bullet ul li{
    border-bottom:1px solid #e0d8cc;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    width: 20.9%;
    margin-right:25px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom:7px;
    padding-bottom:7px;
}

.packing-tab-single .bullet ul li:before{

    top:40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.packing-tab-single{

    background-color:#ffffff;
    padding:20px 0px 20px 30px;
    z-index: -1;
    margin-top:-10px;

}
.packing-tab-multiple  .tab-head{
    border-left:1px solid #aa9373;
    border-top:1px solid #aa9373;
    border-bottom:1px solid #aa9373;
    border-right:none;
    border-radius: 0px;
    color:#aa9373;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    padding:10px 20px;
    line-height:normal;
    z-index:1;
    text-align: center;
    cursor: pointer;
}
.packing-tab-multiple .slick-slide:last-child .tab-head{
    border-right:1px solid #aa9373;
}
.slick-slide.slick-current.slick-active .tab-head {
    background-color:#7b6954;
    color:#ffffff;
}
.slick-slide.slick-current.slick-active .tab-head::after{
    content: '';
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: solid 7px #7b6954;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.slick-dotted.slick-slider{margin-bottom:0px;}
.packing-tab-multiple .slick-slide{padding-bottom:10px;}
.csk-head-pslider figure.mz-figure{
    border:none;
    width:100%;
}
.csk-head-pslider figure.mz-figure a{
    pointer-events: none;
}
.csk-head-pslider .MagicZoom{
    cursor: default;
}
.slick-dots li button:before,.slick-dots li.slick-active button:before{
    height:14px;
    width:14px;
    background:#d1a655;
    left:3px;
    top:3px;
}

.slick-dots li button{
    height:14px;
    width:14px; 
}

.csk-head-rotate-skrew{
    right:615px;
    bottom:0px;

}
.pd-csk-head .mz-lens{border-radius: 50%;}
.mz-thumb{padding:0px;}
.pd-csk-head .zoom-thumb{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;}
.pd-csk-head .MagicZoom, .pd-csk-head .mz-figure{overflow:visible;}
.csk-head-pslider .mz-figure.mz-active{background:transparent;}
.csk-head-pslider .mz-thumb:hover:not(.mz-thumb-selected) img{-webkit-filter:brightness(75%);filter:brightness(75%);opacity: 0.7;}
.csk-head-pslider .mz-thumb img{-webkit-box-shadow: none;box-shadow: none;}
.mz-zoom-window.mz-magnifier:before{border:3px solid #ffffff;-webkit-box-shadow:inset 0 0 20px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 20px 1px rgba(0,0,0,.1)}
.mz-zoom-window{background:transparent;}
.mz-zoom-window.mz-magnifier{color:transparent;}
.mz-zoom-window.mz-inner a{font-size: 0px;}

/*product listing page css start*/
.product-listing-main .screw-features{
    width:100%;
    padding:0px;
    margin-bottom:50px;
}

.manual-screw-main{
    background-color:#ffffff;
    /*margin-left:245px;*/
    padding:40px 0px;
    position: relative;
}
.manual-screw-main::before{
    content:'';
    background-color:#eee7db;
    width:245px;
    height: 100%;
    display: block;
    position: absolute;
    left:0px;
    top:0px;

}
.list-next-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.list-next-arrow > .button-common
{
    margin-top:0px;
    height:50px;
    width:50px;
    padding:15px;
    text-align:center;

}
.list-next-arrow > .button-common:hover i{-webkit-transform: unset;-ms-transform: unset;transform: unset;}
.list-next-arrow > .button-common > i{
    margin-left:0px;
    font-size: 18px;

}
.ajax-load-more-wrap .alm-reveal{display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;-ms-flex-wrap: wrap;flex-wrap: wrap;}

/*manual-screw css start*/
.height-350::before{height:350px;}
.PTbl1,.PTbl2,.PTbl3,.PTbl4{margin-bottom:45px;}
.tab-info:last-child{margin-bottom:0px;}
.zindex-1{z-index:1;}

/*menu css start*/
.navmenu-navi {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 7;
    bottom: 0;
    background-color:#7b6954;
    padding:250px 0px 100px 0px;
    overflow-x:hidden;

}
.headerclose a {
    position: relative;
    margin: 0;
    width: 17px;
    display: inline-block;
    height: 15px;
}
.headerclose a::before {
    content: '';
    position: absolute;
    top: 0;
    width: 17px;
    height: 3px;
    background: #aa9373;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    z-index:2;
}
.headerclose a:hover::before,.headerclose a:hover::after{background: #e5ddce;}
.headerclose {
    width: 17px;
    height: 15px;
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    z-index:99;
}
.headerclose a::after {
    content: '';
    position: absolute;
    top: 0;
    width: 17px;
    height: 3px;
    background: #aa9373;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    z-index:2;
}
ul.navbar-nav{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;width: 100%;}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu{
    list-style: none;
    padding-top:38px;
    opacity: 0;
    width:100%;
    /*white-space: normal;*/

}
ul.navbar-nav > li.menu-item-has-children:hover > ul.sub-menu{
    opacity: 1;
    cursor: default;
}
ul.navbar-nav > li:first-child{padding-left:0px;}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li > a{
    color:#aa9373;
    font-size:20px;
    line-height:36px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1px;
    position: relative;

}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li > a:hover{
    color:#e5ddce;
}
ul.navbar-nav > li > a{
    color:#aa9373;
    font-size:100px;
    line-height:65px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -1.7px;
}
ul.navbar-nav > li > a:hover{
    color:#e5ddce;
}
ul.navbar-nav > li{
    width: auto;
    padding: 0px 62px;
    white-space: nowrap;
    padding-top:50px;
}
.navmenu-navi ul.sub-menu> li:hover > a:before{
    content:'\f061';
    font-size: 12px;
    line-height:24px;
    color:#e5ddce;
    font-family: 'FontAwesome';
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -28px;

}
.navmenu-navi .navbar-nav{padding-top:50px;}
.menu-content{padding-left:300px;}
.menu-content p{width:490px;color:#e5ddce;}
.menu-inner-content{width:800px;}
.menu-inner-content .button-common.white{margin-left:50px;-ms-flex-item-align:end;align-self:flex-end;margin-bottom: 15px;}
.menu-contact{margin-right:65px;}
.menu-contact:last-child{margin-right:0px;}
.menu-contact h6{color:#aa9373;font-size: 16px;line-height:24px;margin-bottom:0px;}
.menu-last-content{width:50%;padding-top:15px;}
.menu-contact a{color:#e5ddce;}
.menu-contact a:hover{color:#ffffff;}
.menu-content::after, .contact-map-main::after{
    content:'';
    background-image: url('../images/menu-screw.png');
    background-size: 100% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 414px;
    height: 209px;
    position: absolute;
    bottom: -50px;
    right: 0px;
    z-index: 1;
}
.navi-inner{
    overflow-x: hidden;
    padding-left:295px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
}
.navmenu-navi .nav_container{-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;max-width:1000vw;width: 100%;-webkit-transition: all 1s;-o-transition: all 1s;transition: all 1s;}
.navmenu-navi.nav-hover{padding-left: 0px;}
ul.navbar-nav > li:hover, ul.navbar-nav > li > a:hover{cursor: url(../images/menu-cursor.svg), auto;}
.navmenu-navi ul > li > .dropdown-toggle{display: none;}
/*menu css end*/
footer,.rolling-excellence,.screw-pouch,.faster-stand{overflow-x: hidden;}
/*blog page css start*/
.blog-title{font-weight: bold;}
.blog-content span{
    color:#999999;
    font-size:14px;
    line-height:26px;
    display: block;
    margin-bottom:10px;
}
.blist-multiple .latestblog-part{margin-bottom: 40px;}
.blist-multiple, .vision-mission-main{
    background-image: url(../images/screw-bg.png);
    background-repeat: repeat;
    width: 100%;
    background-color: transparent;
    background-size: auto;
    height: auto;
}
.blist-multiple .latestblog-part .position-relative.mb-2.mb-md-4{margin-bottom: 10px !important;}
.blog-top-slider .slick-prev,.about-slider .slick-prev{
    top: auto;
    bottom: -20px;
    right: 0px;
    left: auto;
    background-color:#ffffff;
}
.blog-top-slider .slick-next, .about-slider .slick-next{
    top: auto;
    bottom: -20px;
    right: -39px;
    left: auto;
    background-color:#ffffff;
}
.blog-top-slider .slick-next:hover,.blog-top-slider .slick-prev:hover,.about-slider .slick-next:hover,.about-slider .slick-prev:hover{background: #a38d68;}
.blog-content-slider .slick-track{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-bottom:1px;}
.blog-content-slider .slick-slide{padding-left:1px;}
.blist-multiple.cate-blog{background-image: none;}
/*blog page css end*/
/*contact page css start*/
.icon-ract{
    height:35px;
    width:35px;
    border:1px solid #7b6954;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right:20px;
}
.contact-info .fa{
    color: #7b6954;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height:24px;
    display:block;
    font-weight: bold;
}
.contact-info .fa.fa-envelope{font-size: 13px;}
.contact-info .fa-phone{-webkit-transform: rotate(250deg);-ms-transform: rotate(250deg);transform: rotate(250deg);}
.contact-info{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom:20px;}
.contact-info p{margin-bottom:0px;width:85%;}
.enquiry-form{background-color:#ffffff;}
.enquirenow-form{padding:105px 120px;}
.contact-form .screw-bg{margin-top:100px;}
.enquirenow-form h2{margin-bottom:35px;}
.contact-map-main::after{bottom:20px;}
/*contact page css end*/

/* blog detail page css */
.blogdetailthumb{margin-bottom: 30px;}
.blogdetailthumb img{width: 100%;}
.blogdetailtitle{margin-bottom: 30px;}
.catlistdetail{font-size: 14px;color: #7b6954;}
.catlistdetail span{margin: 0px 2px;color: #999;}
.customsidebar{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;}
.customsidebar h3{font-size: 24px;}
.sidebarwhitebox{background: #fff;width: 100%;padding: 30px;margin-bottom: 30px;}
.blogsidebar ul{list-style: none;width: 100%;display: inline-block;vertical-align: top;margin-bottom: 0px;}
.blogsidebar li{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #ddd;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.blogsidebar li a{color:#7b6954;display: inline-block;vertical-align: top;}
.blogsidebar li a:hover{color: #333;}
.blogsidebar .datecol small{margin-bottom: 0px;}
.otherblogthumb{width: 75px;margin-right: 15px;}
.otherblogtitle{font-size: 16px;width: 65%;line-height: 20px;}
.viewallbtn{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.viewallbtn a{font-size: 13px;line-height: 1;letter-spacing: 1px;text-transform: uppercase;color: #7b6954;font-family: 'Montserrat', sans-serif;font-weight: 700;-o-transition: all ease-in 0.3s;
              transition: all ease-in 0.3s;-webkit-transition: all ease-in 0.3s;-moz-transition: all ease-in 0.3s;-ms-transition: all ease-in 0.3s;}.viewallbtn a:hover{color: #333;}
.viewallbtn a i{margin-left: 10px;
                margin-top: -2px;
                font-weight: 12px;
                font-size:10px;
                -o-transition: all ease-in 0.3s;
                transition: all ease-in 0.3s;
                -webkit-transition: all ease-in 0.3s;
                -moz-transition: all ease-in 0.3s;
                -ms-transition: all ease-in 0.3s;
}
.viewallbtn a:hover i{-webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px);}
.blogcontent ul{ margin: 0px 0px 15px; padding:0;display: inline-block;width: 100%;}
.blogcontent ul li{font-size: 15px;position: relative;padding: 0px 0px 0px 23px;margin-bottom: 10px; list-style:outside none;vertical-align: top;}
.blogcontent ul li:last-child{margin-bottom: 0px;}
.blogcontent ul li:before{content: '';position: absolute;top: 8px;left: 1px;z-index: 1;width: 6px;height: 6px;background-color:#a38d68;}
.blogcontent ul li ul{margin-top: 10px;margin-bottom: 0px;}
/* .blogcontent ol { margin: 0px 0px 15px; padding:0 0 0px 23px;counter-reset: item;}
.blogcontent ol li {font-size: 15px;position: relative;padding: 0px 0px 0px 8px;margin-bottom: 10px; list-style:outside decimal;vertical-align: top;}
.blogcontent ol li:before {content: counters(item, ".") ". "; counter-increment: item;} */
.blogcontent ol {margin-bottom: 15px;counter-reset: item;list-style: none;}
.blogcontent ol li{position: relative;padding: 0px;}
.blogcontent ol li:before {content: counters(item, ".") ". ";counter-increment: item;}
.blogcontent ol li ol {padding-left: 15px;margin-bottom: 0px;}
.catlistcol ul{ margin: 0px; padding:0;display: inline-block;width: 100%;}
.catlistcol ul li{font-size: 15px;position: relative;padding: 0px 0px 0px 23px;margin-bottom: 5px; list-style:outside none;vertical-align: top;}
.catlistcol ul li:last-child{margin-bottom: 0px;}
.catlistcol ul li:before{content: '';position: absolute;top: 8px;left: 1px;z-index: 1;width: 6px;height: 6px;background-color:#a38d68;}
.catlistcol ul li a{color: #7b6954;}
.catlistcol ul li a:hover{color: #333;}
.taglistcol .taglink { margin: 0px 10px 10px 0px; }
.taglistcol .taglink:last-child { margin: 0px; }
.blogcontent .table-bordered th, 
.blogcontent  .table-bordered td {border: 1px solid #7b6954}
/* blog Comment css start */
.comments-area{margin-top: 50px;padding-top: 30px;border-top:1px solid #7b6954;}
.comments-area .comment-form p.comment-form-author, 
.comments-area .comment-form p.comment-form-email, 
.comments-area .comment-form p.comment-form-url{width: 32%;float: left;}
.comments-area .comment-form p.comment-form-email{margin:0px 2%;}
.comments-area .comment-form p.comment-form-comment{width: 100%;}
.comments-area .comment-form label{color: #7b6954;}
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"], 
.comments-area .comment-form input[type="url"],
.comments-area .comment-form p textarea{ 
    background: transparent;
    border: 1px solid #a38d68;
    color: #7b6954;
    padding: 8px 22px;
    font-size: 16px;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    border-radius: 0px;
    width: 100%;
    line-height: normal;
}
.comments-area .comment-form input[type="text"]:focus,
.comments-area .comment-form input[type="email"]:focus, 
.comments-area .comment-form input[type="url"]:focus,
.comments-area .comment-form p textarea:focus {color: #7b6954;border-color: #a38d68;outline: 0;-webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0);box-shadow: 0 0 0 0 rgba(0,123,255,0);background-color:#e5ddce;}
.comments-area .comment-form p textarea{resize: none;} 
.comments-area .comment-form .form-submit{display: inline-block;width: 100%;margin-bottom: 0px;}
.comments-area > ol{padding-left:0px;margin:30px 0px;}
.comments-area > ol > li ol li, .comments-area > ol > li {list-style: outside none none;margin-bottom: 20px;}
.comments-area > ol > li {background: transparent none repeat scroll 0 0;border-bottom: 1px solid #ddd;list-style: outside none none; padding:0 0 20px;}
.comments-area > ol > li ol {padding-left: 50px;padding-top: 20px;}
.comments-area .comment-author > img {margin-right: 10px;margin-bottom:10px;}
.comments-area .comment-author b.fn, .comments-area .comment-author b.fn a {color: #555;font-weight: 600;text-transform: capitalize;}
.comments-area .comment-author b.fn, .comments-area .comment-author span.says {display: inline-block;margin: 5px 0 0;vertical-align: top;}
.comments-area footer .comment-metadata a {color: #000;}
.comments-area .comment-content p{margin:7px 0 7px 0;color:#555;}
.comments-area .reply a{color:#000;font-weight:600;}
.comments-area h2{font-size: 24px;}
.comments-area h2 small{display: inline-block;vertical-align: middle;margin-left: 10px;margin-bottom: 0px;}
.comments-area ol li .comment-respond{margin-top: 20px;}
.comment-form-cookies-consent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; 
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.comment-form-cookies-consent input[type="checkbox"]{margin-top: 5px;}
.comments-area .comment-form .comment-form-cookies-consent label{margin-left: 10px;margin-bottom: 0px;}
/* blog Comment css end */

/*why lp page css start*/
.why-lp-main h3 {font-size:24px; font-weight: bold; margin-bottom: 10px; }
.why-inner:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.why-inner:nth-child(even) .why-inner-img{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;}
/*.why-top-screw::after{bottom:-75px;}*/
.why-inner.sec-pb-100:last-child{padding-bottom: 0px;}
.why-inner p{margin-bottom:0px;}
.why-right-screw{right:105px;}
.why-left-screw{left:90px;}
.why-top-screw{right:0px;left:auto;}
/*why lp page css end*/
/*sitemap css start*/
h3.sitemap-menu-title{
    font-size:24px;
    margin-bottom: 25px;
    color: #7b6954;
    line-height: 1;
    letter-spacing: -0.6px;
    font-weight: 700;
}
/*sitemap css end*/
/*about page css start*/
.bg-white{background-color:#ffffff;}
.whitebg-after{
    position: relative;
}
.whitebg-after:after{
    content:'';
    background-color:#ffffff;
    height:100%;
    width: 100vw;
    position: absolute;
    right: 0px;
    left: 100%;
    top: 0;
}
.about-laxmi-img{
    width:190px;
    margin-bottom:10px;
}
.about-slider-main{
    margin-top:-100px;
}
.about-slider{padding:0px 15px;}
.about-content{padding-top:23px;}
.vision-mission{margin-bottom:45px;}
.vision-mission:last-child{margin-bottom:0px;}
.vision-mission:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.vision-mission:nth-child(even) .pr-50 {
    padding-right:0px;
    padding-left:50px;
}
.about-content p:last-child,.about-title-content p:last-child,.quality-identity p:last-child{margin-bottom:0px;}
.quality-identity{margin-top:-15px;}
.quality-identity .why-right-screw{right:160px;}
.about-slider .slick-prev{
    right: 15px;
}
.about-slider .slick-next{

    right: -24px;


}

/*about page css end*/
.grecaptcha-badge{display: none !important;}
.whatsAppIcon {position: fixed; right: 20px; bottom: 20px; z-index: 2; }


.privacyContent { counter-reset: section;padding:0px 100px; }

.privacyContent h2.ol-title::before { counter-increment: section; content: counters(section, ".") ". "; }

.privacyContent > ol > li, 
.privacyContent > ol > li > ol > li, 
.privacyContent > ol > li > ol > li > ol > li { position: relative; font-size: 18px; line-height: 1.4; margin-bottom: 15px; padding-left: 50px; }
.privacyContent > ol > li > ol > li { padding-left: 60px; }
.privacyContent > ol > li > ol > li > ol > li { padding-left: 70px; }
.privacyContent ol { padding-left: 43px; counter-reset: subsection; }
.privacyContent > ol > li > ol { counter-reset: subsubsection; margin-top: 20px; margin-bottom: 20px; padding-left: 0px; }
.privacyContent > ol > li > ol > li > ol { counter-reset: subsubsubsection; margin-top: 15px; margin-bottom: 20px; padding-left: 0px; }

.privacyContent > ol > li::before { counter-increment: subsection; content: counter(section) "." counter(subsection) ". ";
 position: absolute; top: 0; left: 0; }
.privacyContent > ol > li > ol > li::before { counter-increment: subsubsection;
 content: counter(section) "." counter(subsection) "." counter(subsubsection) ". "; position: absolute; top: 0; left: 0;}
.privacyContent > ol > li > ol > li > ol > li::before { counter-increment: subsubsubsection; content: counter(section) "." counter(subsection) "."
 counter(subsubsection) "." counter(subsubsubsection) ". "; position: absolute; top: 0; left: 0; }

.privacyContent li{list-style: none;}
.copy-right, .copy-right p{font-size: 12px;}


/* new homepage section css update start  */
.mb-100{margin-bottom: 100px;}
.fullcoverimg{height: 100vh;overflow: hidden;width: 100%;position: relative;}
/*.fullcoverimg::before{position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;background-color: rgba(0,0,0, 0.50);content: '';}*/
.fullcoverimg img{object-fit: cover;object-position: center;height: 100%;width: 100%;}
.bannercontent{position: absolute;top: 50%;left: 0px;width: 100%;transform: translateY(-50%);margin-top: 50px;}
.bannercontent h1{font-size: 60px;font-weight: 300;color: #fff;}
.bannercontent .button-common{border: 1px solid #e5ddce;color: #e5ddce !important;}
.bannercontent .button-common i{color: #e5ddce;}
.bannercontent .button-common:hover{border: 1px solid #7b6954;color: #fff !important;}
.bannercontent .button-common:hover i{color: #fff;}
.everyplacerow{margin-bottom: 70px;}
.meterialcontent{padding: 0px 50px;}
.meterialcontent img{margin-bottom: 20px;}
.whitebgbox{background-color: #fff;padding: 100px 0px;}
.newarriveslider{padding: 0px 110px;}
.newarriveslider .slick-next{right: 45px;}
.newarriveslider .slick-prev{left: 45px;}
/* .productsection .faster-stand-bg{padding-bottom: 180px;} */

.productsection .faster-stand-bg:last-child{padding-bottom: 200px;}
.productsection .faster-stand-bg::after{display: none;}
.productsection .button-common{border-color: #eee7da;color: #eee7da !important;}
.productsection .button-common:hover{border-color:#7b6954;}
.productsection .button-common i{color: #eee7da !important;}
.prodrow h2 {color: #fff;font-size: 130px;letter-spacing: -0.6px;line-height: 0.8;font-weight: 700;}
.prodrow{margin-right: -110px;}
.prodrow .screw-features{width: 50%;}
.prodrow .screw-feature-title{background-color: #bca378;padding: 10px 20px;transition: all 0.3s ease;}
.screw-features:hover .screw-feature-title {background: #b2986b;}
.prodrow .screw-feature-title p{color: #fff;margin-bottom: 0px;}
.prodrow .screw-feature-title a{padding:0px;margin-bottom: 8px;background-color: transparent !important;}
.productsection .faster-screw-bottom{bottom: 150px;}
.prodrow p{color: #fff;}
.appliationrow{margin-top: -100px;position: relative;vertical-align: top}
.appliationrow .whitebgbox{padding: 100px;}
.appliationrow h3{margin-bottom: 0;}
.appliationrow img{margin-bottom: 20px;}
.slideralliance .slick-dots li, .slideralliance .slick-dots li button{width: 10px;height: 10px;background: none;}
.slideralliance .slick-dots li button:before, .slideralliance .slick-dots li.slick-active button:before{left: 0px;right: 0px;width: 10px;height: 10px;background-color: #fff;opacity: 0.50;}
.slideralliance .slick-dots li.slick-active button:before{opacity: 1;}


.newarriveslider.slick-dotted.slick-slider{margin-bottom: 30px}
.newarriveslider .slick-dots li, .newarriveslider .slick-dots li button  {width: 10px;height: 10px;background: none;}
.newarriveslider .slick-dots li button:before, .newarriveslider .slick-dots li.slick-active button:before{left: 0px;right: 0px;width: 10px;height: 10px;opacity: 0.5}
.newarriveslider .slick-dots li.slick-active button:before{opacity: 1;}
div.wpcf7-spam-blocked {
    background: #ffa500;
    border: 1px solid #f8d7da;
    margin: 15px 0 0;
    padding: 8px 22px;
    color: #fff;
}
/* new homepage section css update end  */