@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
* {
    text-decoration: none !important;
    outline: 0 !important;
    list-style: none !important;
}
/* new css */
/* @font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.ttf'), url('../fonts/HelveticaNeue.ttf');
    font-weight: normal;
    font-style: normal;
} */

.rc-anchor{
    box-shadow: none !important;
    border-radius: 0 !important;
}


h5 {
    font-size: 33px;
    color: #008349;
}
h6 {
    font-size: 36px;
    color: #FFF;
}
h4 {
    color: #008349;
    font-size: 40px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    
}

ul li {
        list-style-type: disc !important;
    
}
ol li {
        list-style-type: decimal !important;
}

.page-template-tpl_home #section1 p{
        font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.bold {
    font-family: 'robotobold';
    line-height: 1;
}
.light {
    font-family: 'robotolight';
    line-height:1;
}
.medium {
    font-family: 'robotomedium';
    line-height: 1.2;
}
.text-yellow {
    color: #fed307;
}
.text-black {
    color: #2b2a2a;
}
.text-white {
    color: #fff;
}
.text-medium-white {
    color: #d7d7d7;
}
.text-gray {
    color: #939393;
}
.bg_yellow {
    background: #FED308;
}
.bg_black {
    background: #2B292A;
}
.tophedpart {
    background: #2a2829;
    background: #2a2829;
    padding: 10px 0px 2px;
}
.cont-part {
    float: left;
}
.cont-part p {
    font-size: 16px;
    color: #fff;
    font-family: 'robotoregular';
}
.cont-part a {
    font-weight: bold;
    color: #fff;
    font-family: 'robotobold';
}
.dlogin_part {
    float: right;
}
.dlogin_part a {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    font-family: 'robotobold';
}
header {
    height: 100px;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
}
header.smaller {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 52;
    /*border-bottom: 1px solid #2f2f2f;*/
    background: #fff;
    height: 60px;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
}

header a.img-partinlogo img {
    width: 246px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 24px;
    -webkit-transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
    -moz-transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
    -o-transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
    transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
}
header.smaller a.img-partinlogo img {
    width: 172px;
    margin-top: 18px;
    /* margin-left:10px; */
    margin-bottom: 7px;
    -webkit-transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
    -moz-transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
    -o-transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
    transition: width .5s ease, margin-top .5s ease, margin-bottom .5s ease;
}
.navbar {
    margin-bottom: 0;
}
.hedpart-full {} .bordr-inpart {
    background-color: #fff;
    border-color: #fdd209;
    border-bottom: 0px solid #fdd209;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px solid #fdd209;
}
.hedpart-full .navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-bottom: 0px solid #fdd209;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px solid #fdd209;
}
.hedpart-full .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
header ul.manutext_color {
    padding-top: 23px;
    -webkit-transition: padding-top .5s ease;
    -moz-transition: padding-top .5s ease;
    -o-transition: padding-top .5s ease;
    transition: padding-top .5s ease;
}
header.smaller ul.manutext_color {
    padding-top: 3px;
    -webkit-transition: padding-top .5s ease;
    -moz-transition: padding-top .5s ease;
    -o-transition: padding-top .5s ease;
    transition: padding-top .5s ease;
}
.hedpart-full ul.manutext_color li a {
    font-size: 25px;
    color: #2f2f2f;
    font-size: 15px;
    transition: 0.8s all !important;
    padding: 18px 14px 0px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
}
.hem_bargar {
    margin-top: 14px;
}
.hamburger {
    /* position: absolute; */
    /* top: 0px; */
    /*  right: -8px; */
    
    z-index: 99999999;
    display: block;
    width: 28px;
    height: 38px;
    margin-left: 15px;
    background: transparent;
    border: none;
}
.hamburger.is-closed .hamb-top {
    top: 0px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: rgb(124, 124, 111);
    border-radius: 3px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 80%;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -10px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: rgb(124, 124, 111);
    border-radius: 3px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 80%;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 17px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #2f2f2f;
    ;
    border-radius: 3px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 80%;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.img_srcpart a img {
    width: 16px;
    display: inline-block;
}
.img_srcpart a {
    padding: 0px !important;
    margin: margin: 20px 60px 0px 25px !important;
    display: inline-block !important;
}
/* CUSTOMIZE THE CAROUSEL-------------------------------------------------- */
/* Carousel base class */

.carousel {
    margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 1;
}
/* Declare heights because of positioning of img element */

.carousel .item {
    height: 100%;

    /*background-color:#555;*/
}
.single-banner-slide{ height: 100%;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;}
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}
.sld-part .carousel-control {
    width: 4%;
}
/**** slider ****/

.marketing {
    padding-left: 15px;
    padding-right: 15px;
}
/* Center align the text within the three columns below the carousel */

.bg_color_green {
    background: #008349;
    margin-bottom: 15px;
}
.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}
.featurette-divider {
    margin: 80px 0;
}
.featurette {
    padding-top: 120px;
    overflow: hidden;
}
.featurette-image {
    margin-top: -120px;
}
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}
.spacingInfo{
        padding-right: 20px !important;
    }
.featurette-heading {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1px;
}
.sld-part .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
}
.sld-part .item img {
    width: 100%;
    height: 455px;
}
.sld-part .carousel-caption {
    text-align: left;
}
/*.sld-part .carousel-caption p{    margin-bottom: 10px;    font-size: 20px;    font-family: 'HelveticaNeue';   font-weight: 600;    text-shadow: none;}.sld-part .carousel-caption h1{ font-weight: bold;    margin-top: 5px;  font-size: 56px;     text-shadow: none; font-family: 'HelveticaNeue Light'; }*/

.sld-part .carousel-caption .btnped {
    display: inline-block;
}
.sld-part .carousel-caption a {
    /* background: #fdd209; */
    
    color: #fff;
    padding: 6px 15px;
    text-shadow: none;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 700;
    border: 1px solid;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
/**** slider ****/

.padd_qulity {
    padding: 45px 0px 12px 0px;
}
.text_midpart {} .text_midpart h2 {
    color: #008349;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 26px;
}
.text_midpart p {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    padding-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.text_midpart a {
    font-family: "Roboto";
    font-weight: 700;
    color: #8b8b8b;
    border: 2px solid;
    padding: 8px 30px;
    display: inline-block;
}
.text_midpart a:hover {
    color: #fff;
    background: #8b8b8b;
    border: 2px solid #8b8b8b;
    padding: 8px 30px;
    display: inline-block;
}
.img_midpart {} .img_midpart img {
    display: inline-block;
    width: 100%;
}
.bg_benarpart {
    background: url(../images/benarmidnew.jpg)center top fixed;
    /* background-size: 100% 100%; */
    background-size: 100% !important;
    /*padding: 40px 0px 15px;*/
    
    padding: 20px 0px 0px;
    margin-top: 55px;
    background-repeat: repeat-y;
    background-position: center;
}

.products_partc .wpb_content_element {
    margin-bottom: 24px;
}
.loc_partc {
    text-align: center;
}
.loc_partc img {
    width: 66px;
}
.loc_partc h3 {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    font-size: 48px;
}
.loc_partc p {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff !important;
}
.products_partc {
    text-align: center;
}
.products_partc img {
    width: 85px;
}
.products_partc h3 {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    font-size: 48px;
}
.products_partc p {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff !important;
}
.customer_partc {
    text-align: center;
}
.customer_partc img {
    width: 85px;
}
.customer_partc h3 {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    font-size: 48px;
}
.customer_partc p {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff !important;
}
.customer_partc h3 sup {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 33px;
}
.testimo_imgpart {} .testimo_imgpart img {
    width: 100%;
    display: inline-block;
}
.testimo_textpart {
    /*padding: 125px 0px 0px 75px;*/
    
    padding: 60px 0px 0px 75px;
}
.mobileView{
    display:none !important;
}
.desktopView{
    display: inline-block !important;
}
.testimo_textpart h4 {
    color: #008349;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 26px;
}
.testimo_textpart p {
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}
.testimo_textpart a {
    font-family: "Roboto";
    font-weight: 700;
    color: #8b8b8b;
    border: 2px solid;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 0px;
}
.testimo_textpart a:hover {
    color: #fff;
    background: #8b8b8b;
    border: 2px solid #8b8b8b;
}
.bg_letest {
    background: #efefef;
    padding: 65px 0px 65px;
}
.text_midpart h5 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}
.bgpart_find {
    /* background: url(../images/benarmid.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px 100px;
    margin-bottom: 60px !important; */
    background: url(../images/benarmid.jpg)no-repeat;
    padding: 100px 0px 100px;
    margin-bottom: 60px !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.ped_bottum{
     margin-bottom: 60px !important;
}
.findtext_part {
    text-align: center;
    color: #fff;
}
.findtext_part h6 {
    font-size: 56px;
    color: #fff !important;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: none !important;
    line-height: 56px !important;
    text-transform: capitalize;
    margin-bottom: 10px !important;
}
.findtext_part .find_yard p{
/*  width: 76%;
    display: inline-block;*/
}
.findtext_part p {
    text-shadow: none;
    font-size: 19px !important;
    color: #fff !important;
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}
.findtext_part a {
    font-family: "Roboto";
    font-weight: 700;
    color: #8b8b8b;
    border: 2px solid;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 55px;
    font-size: 14px;
}
.foot_bgpart {
    background: #2f2f2f;
    padding: 50px 0px;
}
.foot_manupart {} .foot_manupart a {
    font-family: "Roboto";
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: 10px 42px 15px 0px;
    display: inline-block;
}
.contact_parttext {
    padding: 15px 0px;
}
.contact_parttext h5 ,.contact_parttexth1 {
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 25px;
    font-size: 15px;
    color: #fff;
}
.contact_parttext a {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}
.contact_parttext a:hover {
    color: #8b8b8b;
}
.contact_parttext p {
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
    color: #d5d5d5 !important;
    letter-spacing: 1px;
}
.contact_parttext p span {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
}
.contact_parttext .ptop {
    padding-top: 25px;
}
.foot_locetpart {
    padding: 15px 0px;
    width: 85%;
}
.foot_locetpart h5,.foot_locetparth1 {
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 25px;
    font-size: 15px;
    color: #fff;
}
.feedback_textpart {
    color: #fff;
    padding: 15px 0px;
    font-size: 14px;
    font-family: 'Roboto';
/*    font-weight: 700;*/
}
.feedback_textpart h5,.feedback_textparth1 {
    font-family: "Roboto";
    font-weight: 700;
    padding-bottom: 25px;
    font-size: 15px;
    color: #fff;
}
.feedback_textpart .fb_bpart {
    /* padding-top: 14px; */
}
.feedback_textpart p {
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
    padding-bottom: 16px;
    color: #cccccc !important;
    letter-spacing: 1px;
}
.feedback_textpart a {
    font-family: "Roboto";
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    color: #cccccc;
    letter-spacing: 1px;
}
.borderpart {
    /*border-bottom: 2px solid #484848;
        margin-bottom: 20px;*/
    display: inline-block;
        width:100%;
}
.bordertop{
    border-bottom: 2px solid #484848;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.forsearch {
    margin-left: 20px;
    margin-top: 18px;
}
.hamburger {
    top: 27px;
}
.social_partfot {
    float: left;
    margin-left:0px;
    margin-top:12px;
}
.social_partfot a {
    font-family: "Roboto";
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.4px;
}
a.leborder::before {
    content: '|';
    /* left: 0; */
    left:-9px;
    position: absolute;
}
.social_partfot a:hover::before {
    color: #8b8c8d;
}
.leborder2:hover {
    color: #8b8c8d !important;
}
.social_partfot a img {
    padding-right: 45px;
    width: 194px;
    padding-right: 20px;
}
.leborder {
    margin-top: 0px;
}
.leborder2 {} .social_partfot .star_logo2 {
    padding: 0;
}
.sos_iconpart {
    float: right;
    margin-right:0;
    margin-top: 10px;
}
.sos_iconpart span {
    font-family: "Roboto";
    font-weight: 500;
    padding-right: 25px;
    color: #8b8c8d;
    display: inline-block;
    letter-spacing: 1px;
}
.sos_iconpart a img {
    width: 20px;
}
.sos_iconpart a {
    padding-left: 15px;
    color: #FFF;
    font-size: 18px;
}
/* .sos_iconpart a.fbimgpart img {}
 #back-to-top {
    position: fixed;
    bottom: 68px;
    right: 15px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #008349;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: url("https://strada-aggregates.com2/wp-content/uploads/2017/05/top1.jpg") no-repeat;
    background-size: 100% !important;
} */
/* #back-to-top:hover {
    background: url("https://strada-aggregates.com2/wp-content/uploads/2017/05/top2.jpg") no-repeat;
    background-size: 100% !important;
} */
#back-to-top.show {
    opacity: 1;
     float: right;
    padding-right: 38px;
}
#content {
    height: 2000px;
}
img.upangl-part {
    width: 16px;
}
.logotwopart {
    float: left;
}
/* .map-light {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
} */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #8b8b8b !important;
}
.foot_manupart a:hover {
    color: #8b8b8b;
}
.social_partfot a:hover {
    color: #8b8b8b;
}
.inflot_right{
        opacity: 1;
    float: right;
    padding-right: 38px;
}
#searchform #searchsubmit {
    color: transparent;
    background: url("../../../uploads/2017/05/icon-search-white.png") no-repeat center center !important;
    border: none;
    height: 92px;
    width: 92px;
    float: right;
    cursor: pointer;
}
#searchform {
    float: left !important;
    height: 92px !important;
    background: #2f2f2f;
    border-right: 1px solid #fff;
    width: calc(100% - 92px) !important;
}
#searchform #s {
    background: transparent;
    border: none;
    color: #fff;
    padding-left: 20px;
    font-size: 22px;
    outline: 0;
    width: calc(100% - 92px);
    margin-top: 30px;
    font-family: "Roboto";
    font-weight: 400;
    text-transform: capitalize;
}
#header-search .close {
    background: #2f2f2f;
    position: relative;
    width: 92px;
    height: 92px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    float: right;
    opacity: 1;
}
#header-search .close i:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#header-search .close i {
    width: 18px;
    background: #FFF;
    display: block;
    transition: all .5s ease-in-out;
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 3px;
    opacity: 1;
    left: 38px;
    top: 43px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(130deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#header-search .close i {
    width: 18px;
    background: #FFF;
    display: block;
    transition: all .5s ease-in-out;
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 3px;
    opacity: 1;
    left: 38px;
    top: 43px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(130deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.bordr-inpart {
    padding-top: 0px !important;
}
/* Banner css */

.sld-part .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 455px; */
}
.bg-banner-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.93;
    background-image: url('https://strada-aggregates.com2/wp-content/uploads/2017/05/banner22.jpg');
    /*background: rgba(221,3,47,0.8);    background: -moz-linear-gradient(left, rgba(221,3,47,0.8) 0%, rgba(221,3,47,0.8) 48%, rgba(221,36,3,0.8) 72%, rgba(255,83,31,0.8) 100%);    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,3,47,0.8)), color-stop(48%, rgba(221,3,47,0.8)), color-stop(72%, rgba(221,36,3,0.8)), color-stop(100%, rgba(255,83,31,0.8)));    background: -webkit-linear-gradient(left, rgba(221,3,47,0.8) 0%, rgba(221,3,47,0.8) 48%, rgba(221,36,3,0.8) 72%, rgba(255,83,31,0.8) 100%);    background: -o-linear-gradient(left, rgba(221,3,47,0.8) 0%, rgba(221,3,47,0.8) 48%, rgba(221,36,3,0.8) 72%, rgba(255,83,31,0.8) 100%);    background: -ms-linear-gradient(left, rgba(221,3,47,0.8) 0%, rgba(221,3,47,0.8) 48%, rgba(221,36,3,0.8) 72%, rgba(255,83,31,0.8) 100%);    background: linear-gradient(to right, rgba(221,3,47,0.8) 0%, rgba(221,3,47,0.8) 48%, rgba(221,36,3,0.8) 72%, rgba(255,83,31,0.8) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd032f', endColorstr='#ff531f', GradientType=1 );*/
    
    z-index: 99;
    background-size: 100%;
}
.sld-part .item img {
    width: 100%;
}
.sld-part .carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 30px;
    /*top: 44px;*/
    top: 150px;
}
.sld-part .carousel-caption {
    text-align: left;
}
.carousel-caption {
    z-index: 99999;
}
.st-new-style-p {
    margin-top: 5px;
    font-size: 56px !important;
    text-shadow: none !important;
    font-family: "Roboto";
    font-weight: 400;
    color: #fff !important;
    width: 45%;
    line-height: 56px !important;
    text-transform: capitalize;
    margin-bottom: 10px !important
}
.sld-part .carousel-caption p {
    margin-bottom: 35px;
    text-shadow: none;
    font-size: 20px;
    color: #fff !important;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: 1px;
}
.sld-part .carousel-caption .btnped {
    display: inline-block;
}
.sld-part .carousel-caption a {
    color: #fff;
    padding: 10px 20px;
    text-shadow: none;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 700;
    border: 2px solid;
    text-transform: uppercase;
}
.sld-part .carousel-caption a:hover {
    color: #fff;
    background: #8b8b8b;
    border: 2px solid #8b8b8b;
}
.peedtb {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* End Banner css */

#menu-item-1245 a {
    padding-left:40px;
}

#menu-mian-menu-inner > li{
    width: 14%;
    width: 16.6666666666%;
}
/* #menu-mian-menu-inner > li:first-child {
    width: 14.30%;
}
#menu-mian-menu-inner > li:nth-child(2) {
    width: 14.30%;
}
#menu-mian-menu-inner > li:nth-child(3) {
    width: 14.30%;
}
#menu-mian-menu-inner > li:nth-child(4) {
    width: 14.30%;
}
#menu-mian-menu-inner > li:nth-child(5) {
    width: 14.30%;
}
#menu-mian-menu-inner > li:nth-child(6) {
    width: 14.30%
} */
#menu-mian-menu-inner {
    width: 100%;
}
#menu-mian-menu-inner li .sub-menu {
    padding-left: 15px;
    padding-left: 0;
}
#menu-mian-menu-inner li a {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
}
.containermenu{
    width: 1315px;
    margin: 0 auto;
}
.menu-item-has-children.expmenu > .mainplus::after {
    content: "-";
    right: 4.5px;
}
.menu-item-has-children .mainplus {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0px;
    display: inline-block;
    top: 8px;
    cursor: pointer;
}
.menu-item-has-children .mainplus::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: 2.5px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.menu-item-has-children {
    position: relative;
}
/* Homepage Banner */

.sld-part .Homepage-slider .carousel-inner {
    /*  height: 600px; */
}
.sld-part .Homepage-slider .carousel .item {
    height: 600px;
}
.sld-part .Homepage-slider .item img {
    /*height: auto;*/
    height: 100%;
     object-fit: cover;

}
/* End Homepage Banner  */
/* Products css */

.main-title-name {
    font-size: 26px;
    font-family: "Roboto";
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
    color: #008349;
    padding-top: 0px;
    margin-top:0px;
    
}
.set_bg_select {
    position: relative;
    background: #fff;
}
.set_bg_select::after {
    position: absolute;
    width: 38px;
    height: 40px;
    background: #008349;
    content: "\f107";
    font-family: FontAwesome;
    top: 3px;
    right: 3px;
    color: #fff;
    /* font-size: 27px; */
     font-size: 30px; 
    padding-left: 11px;
    z-index: 0;
    line-height: 41px;
}
.set_bg_select select {
    background: transparent;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
}
.set_bg_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Roboto";
    font-weight: 400;
    color: #2f2f2f;
    width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}
.set_bg_select select option {} #menu-mian-menu-inner > .menu-item-has-children > .mainplus {
    display: none;
}
.product-main-section {
    padding-bottom: 120px;
}
.boxs-main img {
    width: 100%;
    height: 100%;
}
.title-name-box {
    color: #008349;
    font-size: 32px;
    font-family: "Roboto";
    font-weight: 300;
    margin: 0px;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px;
}
.title-name-box a {
    color: #008349;
    font-size: 40px;
    font-family: "Roboto";
    font-weight: 300;
    margin: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: left;
}
.boxs-main p {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px;
    color: #2b2a2a;
    text-align: left;
    color: #4d525a !important;
    line-height: 24px;
}
.boxs-main {
    text-align: center;
    padding: 5% 0;
}
.select-title-name {
    /* font-size: 40px; */
    
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 400;
    /*  padding-bottom: 35px; */
    
    padding-bottom: 5px;
    color: #fff;
    margin-top: 11px;
}
.product-selectbox {
    background: #636363;
    padding: 40px 0px;
    padding-top: 0;
    margin-bottom: 28px;
}
.select-name {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}
.set-select-box {
    border-radius: 0px;
    height: 46px;
    color: #2f2f2f;
    font-size: 20px;
    font-family: 'HelveticaNeue';
    padding: 5px;
    padding-left: 10px;
}
.location_img_all img {
    height: 200px;
    width: 100%;
}
.set-select-box:focus {
    box-shadow: none;
    border: none;
}
.btn-sel a {
    height: 20px;
    padding: 16px 40px;
    background: #fff;
    color: #4d525a;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
}
.btn-sel {
    margin-top: 0px;
}
.select-title-list {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 400;
    padding-bottom: 35px;
    text-align: left;
    color: #008349;
    padding-left: 10px;
}
.select-title-list-locations {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 400;
    padding-bottom: 35px;
    text-align: left;
    color: #008349;
    padding-left: 10px;
}
.map_sec_loc {
    margin-bottom: 40px;
    /* margin-top: 40px; */
    margin-top:0px;
    
}
.map_grayscale {
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); */
}
.select_p_all p {
    font-family: "Roboto";
    /* font-weight: 700; */
    font-weight:normal;
    font-size: 15px;
    color: #fff !important;
}
.pad_set_con {
    /* padding-top: 56px; */
    padding-top: 45px;
}
.products-listings {
    padding-top: 0px;
    padding-bottom: 60px;
}
.loc-con h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #4d525a;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.loc-con p {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 13px;
    color: #4d525a !important;
    margin-top: 3px;
    margin-bottom: 0px;
}
.loc-con h4 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 13px;
    color: #4d525a;
    margin-top: 3px;
    margin-bottom: 0px;
}
.all_pageimg {
    display: inline-block;
    width: 100%;
    margin-top: 102px;
    background: #2f2f2f;
    height: 125px;
}
.all_pageimg .container h6 {
    position: relative;
    z-index: 9;
}
.all_pageimg .container h6::after {
    content: '';
    position: absolute;
    width: 335px;
    background: url(../images/prd-logo.png) #2f2f2f no-repeat;
    background-size: 100% 231px;
    background-position: 0px -35px;
    height: 125px;
    top: -10px;
    left: -212px;
    z-index: -9;
}
.all_pageimg .container h6.on::after {
    content: '';
    position: absolute;
    width: 335px;
    background: url(../images/prd-logo.png) #2f2f2f no-repeat;
    background-size: 100% 231px;
    background-position: 0px -35px;
    height: 125px;
    top: -10px;
    /* left: -414px; */
    left: -212px;
    z-index: -9;
}
.all_pageimg h6 {
    font-size: 36px !important;
    text-shadow: none !important;
    font-family: "Roboto";
    font-weight: 400;
    color: #FFF;
    padding: 33px 0px;
    text-transform: uppercase;
}
#header-search input::placeholder {
    color: #ffffff;
}
.pro-list-box {
    min-height: 280px;
    margin-bottom: 0px;
}
.carousel-control .icon-prev::before {
    content: '' !important;
    background-image: url(https://strada-aggregates.com/wp-content/uploads/2017/05/prev-arrow.png) !important;
    width: 45px;
    height: 44px;
    /* background:45px 44px; */
    
    display: inline-block;
}
.carousel-control .icon-next::before {
    content: '' !important;
    background-image: url(https://strada-aggregates.com/wp-content/uploads/2017/05/next-arrow.png) !important;
    width: 45px;
    height: 44px;
    /* background:45px 44px; */
    
    display: inline-block;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 100%;
    top: 50%;
    width: 45px;
    height: 44px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 70%;
    top: 50%;
}
.vc_general.vc_btn3 {
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
}
#addy_in_address label {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    padding-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: left;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 30px;
}
#addressInput {
    height: 30px;
}
#addy_in_radius label {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    padding-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-right: 15px;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 30px;
}
#radiusSelect {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.4px;
    height: 30px;
}
#radius_in_submit #addressSubmit {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.4px;
    height: 32px;
    margin-top: -1px;
    margin-left: 15px;
}
/*#radius_in_submit #addressSubmit:hover{   color: #FFF;    border-color: #555; background-color: #555;}*/

.location_name,
.location_distance,
.slp_result_address,
.storelocatorlink {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.storelocatorlink {
    color: #008349;
}
.storelocatorlink:hover {
    color: #008349;
}
/* vc set standardize css */

h2.vc_custom_heading {
    color: #008349 !important;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 26px !important;
    line-height: 38px;
}
h3.vc_custom_heading {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff !important;
    font-size: 48px !important;
}
.cnter .cnterp {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff !important;
    font-size: 48px !important;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    width:100%;
}
.pluscnter{
    /* font-family: "Roboto";
    font-weight: 700; */
    display: inline-block;
    /* color: #fff !important;
    font-size: 48px !important; */
}
.pluscnter sup{
    color: #fff !important;
    font-family: 'HelveticaNeue Light';
    font-size: 33px;
    font-weight: bold;
}

.wpb_text_column p {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    padding-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.wpb_text_column ul li {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    padding-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.wpb_text_column ul li a{
    color: #000;
}
.wpb_text_column h1 {
    color: #2f2f2f !important;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 30px !important;
    margin-bottom: 15px;
    margin-top: 15px;
}
.wpb_text_column h2 {
    color: #008349 !important;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 26px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wpb_text_column h3 {
    color: #2f2f2f !important;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 24px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.grey-button button {
    color: #555 !important;
    border-color: #555 !important;
    background-color: transparent !important;
    padding: 13px 19px !important;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px !important;
    border-width: 2px !important;
    border-radius: 0px !important;
}
.grey-button button:hover {
    color: #FFF !important;
    border-color: #555 !important;
    background-color: #555 !important;
    border-width: 2px !important;
    background-image: none !important;
}
.white-button button {
    color: #EBEBEB !important;
    border-color: #EBEBEB !important;
    background-color: transparent !important;
    padding: 13px 19px !important;
    font-size: 14px !important;
    border-width: 2px !important;
    border-radius: 0px !important;
}
.white-button button:hover {
    color: #666 !important;
    border-color: #EBEBEB !important;
    background-color: #EBEBEB !important;
    padding: 13px 19px !important;
    font-size: 14px !important;
    border-width: 2px !important;
    border-radius: 0px !important;
}
.grey-button a {
    color: #2f2f2f !important;
    border-color: #2f2f2f !important;
    background-color: transparent !important;
    padding: 13px 19px !important;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px !important;
    border-width: 2px !important;
    border-radius: 0px !important;
}
.grey-button a:hover {
    color: #FFF !important;
    border-color: #2f2f2f !important;
    background-color: #2f2f2f !important;
    border-width: 2px !important;
    background-image: none !important;
}
.white-button a {
    color: #EBEBEB !important;
    border-color: #EBEBEB !important;
    background-color: transparent !important;
    padding: 13px 19px !important;
    font-size: 14px !important;
    border-width: 2px !important;
    border-radius: 0px !important;
}
.white-button a:hover {
    color: #666 !important;
    border-color: #EBEBEB !important;
    background-color: #EBEBEB !important;
    padding: 13px 19px !important;
    font-size: 14px !important;
    border-width: 2px !important;
    border-radius: 0px !important;
}
.map-footer img {
    width: 100%;
    height: auto;
  -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    
 filter: grayscale(100%);
}
/* .map-footer img:hover {
    -webkit-filter: grayscale(100%);
 Safari 6.0 - 9.0
    
    filter: grayscale(100%);
} */
/* Products Details page */

/* .grs_set{
    
-webkit-filter: grayscale(100%);
filter: grayscale(100%);

} */


.prosucts_det_content {
    padding: 50px 0px;
}
.pro-de-tab tr {
    border: 2px solid #ddd !important;
}
.bg_tr {
    background: #DDDDDD;
}
.sos_iconpart a:hover {
    color: #008349;
}
.table.pro-de-tab td {
    /* font-family: 'helvetica regular'; */
    /* font-family: "Roboto"; */
    font-weight: 400;
    font-size: 16px;
    color: #3f5b6f;
}
.pro_details_bg {
    background: #008349;
    padding: 20px 0px;
    padding-bottom: 0;
}
.pro_details_bg img {
    width: 100px;
    height: auto;
    display: block;
    z-index: 10;
    position: absolute;
}
h1.pro_list_title {
    font-size: 40px;
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
}
.pro_details_bg p {
    font-family: "Roboto";
    font-weight: 400;
    color: #fff !important;
    padding-bottom: 12px;
    /* font-size: 14px; */
    font-size: 13px;
    letter-spacing: 0.4px;
    padding-top: 10px;
}
.products-sidebar {
    /* these are the styles for the container around the menu */
    
    text-align: left;
    padding: 0px;
    /*display: inline-block;*/
    /*  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2); */
    /*  margin-left:0px; */
}
.allpagepart_acco .products-menu {
    /*this style impacts the look of the heading containers. */ 
    cursor: pointer;
    padding: 10px;
    background: #ffffff;
    position: relative;
    color: #ed1b24;
    border-bottom: 0px solid #dedede;
    font-size: 26px;
    text-rendering: optimizeLegibility;
    letter-spacing: .5px;
    padding-left: 24px;
    font-family: "Roboto";
    font-weight: 300;
  /*color: #000; */
    color:#008349;
}
.allpagepart_acco .products-menu:before,
.allpagepart_acco .products-menu:after {
    content: "";
    width: 3px;
    height: 17px;
    background: #000;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    left: 0;
    /*top: calc(28.7px - 12.5px);*/
    
    top: calc(35.7px - 12.5px);
    transition: all .2s ease;
}
.allpagepart_acco .products-menu:after {
    transform: rotate(90deg);
}
.open:before {
    animation: turn-plus;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.open:after {
    animation: turn-crossbar;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.products-menu .expand {
    /* position:relative; */
}
.products-menu .expand::after {
    content: '';
    position: absolute;
    width: 32px;
    top: 0;
    left: 0;
    margin-left: -15px;
    margin-top: 15px;
    height: 32px;
    border: 2px solid #000;
    border-radius: 50%;
}
@keyframes turn-plus {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
@keyframes turn-crossbar {
    0% {
        transform: none;
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
/* .sidebar-menu:hover {  background: #f2f2f2;} */

.allpagepart_acco .sub-products-list {
    /*this style is for the sub-menu box*/
    
    color: #3f5b6f;
    /*border-bottom: 1px solid #dedede;*/
    
    font-size: 1em;
    display: none;
}
.allpagepart_acco .sub-products-list:last-child {
    border-bottom: 0;
}
.sub-products-list li:hover {
    /*  background: #cccccc;  cursor: pointer; */
}
.allpagepart_acco .sub-products-list p {
    /*this styles individual elements in a sub-menu*/
    
    padding: 5px 0px 5px 25px;
    margin-bottom: 0px;
    color: #000;
    /* background: #d7d7d7;  border-bottom: 1px solid #dedede; */
}
.allpagepart_acco .sub-products-list p:last-child {
    border-bottom: 0;
}
.allpagepart_acco .sub-products-list ul {
    /*this just 0s out a bunch of stuff so that it plays nice with the list stylings*/
    
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/**margish css***/
.all_pageimg .img_banner_slid::after {
    content: '';
    position: relative;
    width: 335px;
    background: url(../images/prd-logo.png) #2f2f2f no-repeat;
    background-size: 100% 100%;
    background-position: 0px -35px;
    height: 125px;
    top: 0px;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;
}
.imagein {
    display: block;
    width: 100%;
    height: auto;
}
.inconte {
    position: relative;
    width: 100%;
    height: 200px;
}
.box_link:hover .overlayimg {
    opacity: 1;
}
.textp {
    /* color: white; */
    /* font-size: 20px; */
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 700;
}
/* .textp a {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    font-family: "HelveticaNeu Bold";
} */

.overlayimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(144, 143, 142, .8);
}
.box_link:hover .title-name-box {
    color: #8b8b8b;
    cursor: pointer;
}
.wholehover {
    display: inline-block;
}
.wholehover:hover .overlayimg {
    opacity: 1;
}
.wholehover:hover h4.title-name-box a {
    color: #8b8b8b;
    cursor: pointer;
}

#getDirection .modal-dialog 
{
    z-index: 999999 !important;
    /* position: fixed !important; */
    margin: 0px auto;
    top: 30%;
    right: 0;
}

.pad_set_con p a 
{
    color: #fff;
}

/* .modal-backdrop 
{
    z-index:-99;
}

.pac-container {
  z-index:99;
} */
#getDirection{
    z-index: 99;
}
.modal-backdrop.in{
    z-index: 1;
}

.color_btn{
    border-radius: 0px;
    padding: 16px 40px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    color: #4d525a;
    background: #fff;
    text-transform: uppercase;
    border: none;
}
.color_btn:hover
    {
    background-color: #fff;
    color:#4d525a;
    }
    
    .color_btn:focus
    {
    background-color: #fff;
    color:#4d525a;
    }
      
    .color_btn:active:focus
    {
    background-color: #fff;
    color:#4d525a;
    }
    
    #pac-input {
        width: 78%;
    padding-left: 5px;
    height: 35px;
    }
      
     .color_btn2 {
        
        background-color: #008349;
    border-radius: 0px;
    border: 0px solid #fff;
    padding: 7px 9px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    color:#fff;
        } 
        .color_btn2:active:focus
    {
    background-color: #014e2c;
    border: 0px solid #fff;
    }
    
    .color_btn2:hover
    {
    background-color: #014e2c;
    border: 0px solid #fff;
    }
    
    .modal-title {
    font-family: "Roboto";
    font-weight: 400;
    }
      
  .ult-carousel-wrapper button.square-border, .ult-carousel-wrapper button.square-bg {
        border-radius: 0px !important;
        /* width: 1.5em; */
        /* height: 1.5em; */
        line-height: 1.7em;
        width: 40px !important;
        height: 38px !important;
    }
    
    
    
    
    
    .inbt_switch .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }
    .inbt_switch .switch input {
        display:none;
    }
    .inbt_switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #008349;
      -webkit-transition: .4s;
      transition: .4s;
    }
    .inbt_switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    .inbt_switch input:checked + .slider {
      background-color: #008349;
    }
    .inbt_switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
    }
    .inbt_switch input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
    }
    .inbt_switch .slider.round {
      border-radius: 34px;
    }
    .inbt_switch .slider.round:before {
      border-radius: 50%;
    }
    .inbt_switch{
        display:inline-block;
        width:100%;
    }
    .switch{
        
    }
    .inbt_switch{
        text-align: left;
    }
    .inbt_switch ul{
        padding:0px;
        display: inline-block;
        width: 100%;
    }
    .inbt_switch ul li{
        display: inline-block; 
    
    }
    p.meter_set{
        bottom: 16px;
        position: relative;
        padding-right: 5px;
    }
    p.feet_set{
        bottom: 16px;
        position: relative;
        padding-left: 5px;
        margin-right: 62px;
    }
/**margish css***/


.link_color_common a{
    color: #008349 !important;
/*    text-decoration: underline !important;*/
}
.con_btn_fianl a{
    color: #555 !important;
    border-color: #555 !important;
    background-color: transparent !important;
}
.con_btn_fianl a:hover{
    color: #FFF !important;
    border-color: #555 !important;
    background-color: #555 !important;
}
.con_btn_fianl{
    margin-bottom: 0px !important;
}


#fbw_id-2  h2.widgettitle {
    color: #008349 !important;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 26px !important;
}

.bg_color_box{
    background:#EAEAEA;
    padding: 20px;
}
.sel_bo_set{
    width: 30%;
    border: 1px solid #9D9D9D;
    border-radius: 0px;
}

.bg_color_box p{
font-family: "Roboto";
font-weight: 700;
font-size: 16px;
color: #4d525a;
margin-top: 0px;
margin-bottom: 0px;
text-transform: uppercase;
line-height: 35px;
}
.sel_box_one{
    padding: 25px;
    border-bottom: 1px solid #9D9D9D;
}
.set_bg_select::after {
    position: absolute;
    width: 38px;
    height: 40px;
  /*   background: #008349; */
    background: url(https://strada-aggregates.com2/wp-content/uploads/2017/06/aroimg.jpg) no-repeat;
    content: "";
    font-family: FontAwesome;
    top: 3px;
    right: 3px;
    color: #fff;
    /* font-size: 27px; */
    font-size: 30px; 
    padding-left: 11px;
    z-index: 0;
    line-height: 41px;
    transform: rotate(180deg);
    background-size: 100% 100%;
}


.are_box{
    margin-bottom: 10px;
}
.txt_area{
    
}
.me_set{
    padding-left: 10px;
}
.set_res_box{
    padding: 25px;
}
.set_total{
    padding-top: 0px;   
}
.me_set_left{
    padding-left: 0px;
    padding-bottom:10px;
}
.res_box_txt{
    width: 80%;
    margin-top: 10px;
}
.p_text_res{
    line-height: 20px !important;
    font-size: 14px !important;
    /* font-weight: 500 !important; */
    font-weight: 200 !important;
    text-transform: none !important;
    margin-top: 2px !important;
}
.all_btn_sec{
    margin-top: 10px;
}
.cal_btn{
    /* padding: 3px 20px; */
    float: left;
    margin-right: 15px;
    /* padding: 14px 40px; */
    padding: 14px 21px;
    background: #fff;
    color: #4d525a;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    border: none;
    border: 2px solid transparent !important;   
    border-color: #555 !important;
}
.cal_btn:hover {
    color: #FFF !important;
    border-color: #555 !important;
    background-color: #555 !important;
}

.result_btn{
    /* padding: 3px 20px; */
    padding: 14px 40px;
    background: #fff;
    color: #4d525a;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    border: none;
    border: 2px solid transparent !important;   
    border-color: #555 !important;
}
.result_btn:hover {
    color: #FFF !important;
    border-color: #555 !important;
    background-color: #555 !important;
}
.all_wi_sec{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #4d525a;
    text-transform: uppercase;
    line-height: 25px;
    margin-right: 15px;
    display: block;
    width: 60px;
    float: left;
}
.cus_p_top p{
    padding-top:45px !important;
}
.cus_p_top{
    padding-left: 27px !important;
    padding-right: 0px !important;
}
.loc-con a{
    color: #008349 !important;
    text-decoration: underline !important;
}
/* RESPONSIVE CSS-------------------------------------------------- */


.cus_sel_width{
    width: 285px !important;
}



/* Start css acc */

.accordionmanuin{
    padding-left: 0px;
    margin-left: 0px !important;
}

.accordionmanuin {
    width: 100%;
    /* max-width: 360px; */
    margin:30px 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0;
 }

.accordionmanuin  li{ 
    min-height: 70px;
    margin-bottom: 10px;
    list-style:none !important;
} 
 
.accordionmanuin .link_ad {
cursor: pointer;
    display: block;
    /* padding: 16px 15px 15px 60px; */
    /* padding: 0px 17px 17px 56px; */
    /* color: #4D4D4D; */
    font-size: 26px;
    font-weight: 300;
    border-bottom: 0px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    clear: both;
    font-family: "Roboto";
    color: #008349;
    text-rendering: optimizeLegibility;
    letter-spacing: .5px;
    /* height: 78px; */
    padding-left: 60px;
}

.accordionmanuin li:last-child .link_ad {
    border-bottom: 0;
}

.accordionmanuin li i {
    position: absolute;
    top: 16px;
    /* left: 12px; */
    left: 0px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordionmanuin li i.fa-chevron-down {
    font-size: 25px;
    padding: 8px 11px;
    width: 45px;
    height: 40px;
    top: -2px;
    /* background: #008349; */
}

.accordionmanuin li.open .link_ad {
    color: #008349;
}

.accordionmanuin li.open i {
    color: #ffff;
}
.accordionmanuin li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordionmanuin li.default .submenuinmanu {display: block;}

/*** Submenu-----------------------------*/
 .submenuinmanu {
    display: none;
    font-size: 14px;
    /* padding-left: 12px; */
 }

 .submenuinmanu li {
    
 }

 .submenuinmanu a {
    display: block;
    color: #008349;
    text-decoration: underline !important;
    /* padding: 12px; */
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-transform:capitalize;
}
.frm_style_formidable-style.with_frm_style .form-field input:focus:not([type="file"]), .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{
    border-color: #DFDFDF !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #DFDFDF !important;
} 
 
.in_cust_aco .fa-chevron-down:before {
    position: absolute;
    width: 38px;
    height: 40px;
  /*   background: #008349; */
    background: url(../../../uploads/2017/06/aroimg.jpg) no-repeat;
    content: "";
    font-family: FontAwesome;
    top: 3px;
    right: 3px;
    color: #fff;
    /* font-size: 27px; */
    font-size: 30px; 
    padding-left: 11px;
    z-index: 0;
    line-height: 41px;
    transform: rotate(180deg);
    background-size: 100% 100%;
}

/* End Css */



/****** 27-06-2017 *******/

.set_bg_select_cal{
    position: relative;
    background: #fff;
    width: 255px;
}
.set_bg_select_cal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Roboto";
    font-weight: 400;
    color: #2f2f2f;
    width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}
.set_bg_select_cal select {
    background: transparent;
    z-index: 1;
    position: relative;
    border: 0px solid transparent;
}
.set_bg_select_cal::after {
    position: absolute;
    width: 38px;
    height: 40px;
   /*  background: #008349; */
   background: url(https://strada-aggregates.com2/wp-content/uploads/2017/06/aroimg.jpg) no-repeat;
    content: "";
    font-family: FontAwesome;
    top: 3px;
    right: 3px;
    color: #fff;
    /* font-size: 27px; */
    font-size: 30px;
    padding-left: 11px;
    z-index: 0;
    line-height: 41px;
    transform: rotate(180deg);
    background-size: 100% 100%;
}
.con_btn_fianl a{
    text-decoration: none !important;
}
.frm_final_submit{
    padding: 13px 19px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 2px solid transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    line-height: normal !important;
    font-family: "Roboto" !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #555 !important;
    border-color: #555 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}
.frm_finalsubmitMb{
    padding: 13px 19px !important;
    font-size: 14px !important;
        margin-top: 20px;
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 2px solid transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    line-height: normal !important;
    font-family: "Roboto" !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #555 !important;
    border-color: #555 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}
.frm_final_submit:hover ,.frm_finalsubmitMb:hover{
    color: #FFF !important;
    border-color: #555 !important;
    background-color: #555 !important;
}


.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{
    border-radius: 0px !important;
}


#sb_instagram .sbi_follow_btn a{
    background: #008349 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.inmanuallset_mar_ped{
    margin-top: 50px;
    padding-left: 15px;
}


/******** End 27-06-2017**********/


/******** 28-06-2017**********/

.set_img_logo img{
    width:50%;
}
.andmargin{
    /* margin-top: 60px; */
    margin-top: 76px;
    padding-bottom: 12px;
}

/******** End 28-06-2017**********/


/******** End 29-06-2017**********/

.set_bg_cus_all .wpb_gmaps_widget .wpb_wrapper{
    background:#fff;
}
.grs_set{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.set_color_font_min{
    color: #008349;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
}
.post-meta{
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
}
.nocomments{
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
}
.post-box .title{
    color: #008349;
    font-family: "Roboto";
    font-weight: 300;
}
#field_v66z{
    width: 100% !important;
}
/******** End 29-06-2017**********/


/******** 30-06-2017**********/

.sup_tag_th{
    font-size: 11px;
    /* top: -18px; */
}
.set_cus_menu_th sup{
    font-size: 12px;
    top: -6px;
}
.cu_image_bg_logo{
    background-position: right top !important;
    background-image: url("https://strada-aggregates.com2/wp-content/uploads/2017/06/Strada_logo2.png");
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.set_cus_log_set{
    display:inline-block;
    width:100%;
    /* line-height: 24px !important; */
    line-height: 5px !important;
    padding-top: 26px;
    margin-bottom: 0px !important;
}
.set_cus_log_set img{
    height: 1% !important;
    width: 114px !important;
    min-height: 50px !important;
    position: relative !important;
    /* float: right; */
    right: 0 !important;
    display: inline-block !important;
    top: -21px!important;
}
.mar_set_sec{
    margin-top:0px !important;
}

/******** End 30-06-2017**********/

.breadcrumb > li{
    text-transform: capitalize;
}

.set_cus_img_25 {
    margin-top: -8px;
    width: 60px;
}

.set_gu_spa_25 p{
    padding-right: 70px !important;
}
.cus_width_img_page img{
    max-width: 90% !important;
}

.cu_wi_lo_width img{
    width:75%;
}
.logo_w_align img{ 
    width:80%;
}
.pro_cus_img_width img{
    width:80%;
}
.pro_page_image_size img{
    height: 310px !important;
}

#getDirection .modal-content{
    border-radius: 0px;
}

.cus_slider_images_set_all .flexslider{
    border-radius: 0px !important;
    border: 4px solid #008349 !important;
}
.cus_slider_images_set_all .theme-default a.nivo-prevNav{
    background: url('https://strada-aggregates.com2/wp-content/uploads/2017/06/aroimg.jpg') no-repeat !important;
    width: 38px !important;
    height: 40px !important;
    background-size: 100% 100% !important;
    transform: rotate(270deg) !important;
}
.cus_slider_images_set_all .theme-default a.nivo-nextNav{
    background: url('https://strada-aggregates.com2/wp-content/uploads/2017/06/aroimg.jpg') no-repeat !important;
    width: 38px !important;
    height: 40px !important;
    background-size: 100% 100% !important;
    transform: rotate(90deg) !important;
}
.cus_slider_images_set_all .theme-default .nivoSlider img{
    height: auto !important;
}
.cus_slider_images_set_all .theme-default .nivo-controlNav a{
    width: 15px !important;
    height: 14px !important;
    background:#008349 !important;
    border:1px solid #008349 !important;
}
.cus_slider_images_set_all .theme-default .nivo-controlNav a.active{
    background:#fff !important;
    border:1px solid #fff !important;
}
.cus_slider_images_set_all .theme-default .nivoSlider{
    box-shadow:none !important;
}
.wpb_gallery .theme-default .nivo-controlNav{
    top: -40px;
    position: relative;
    z-index: 9;
}

.cu_img_left_set{
    padding-left: 0px;
    padding-right: 2px;
}


.stallioncls .cu_img_left_set img{
    height: 154px;
    object-fit: cover;
}
.stallioncls .cu_img_right_set img{
    height: 154px;
    object-fit: cover;
}
.stradacls .cu_img_left_set img{
    height: 184px;
    object-fit: cover;
}
.stradacls .cu_img_right_set img{
    height: 184px;
    object-fit: cover;
}


.cu_img_left_set img{
    width:100%;
    height:auto;
}
.cu_img_right_set img{
    width:100%;
    height:auto;
}
.cu_img_right_set{
    padding-right: 0px;
    padding-left: 4px;
}
.single-product .post-meta{
    display:none;
}
.single-product .nocomments{
    display:none;
}
.img-star_logo2{
width: 172px;
    height: 30px;
    display: inline-block;
}


header.smaller {
    top: 0;
}

.section-counter_3_col {
    padding: 50px 0;
    margin: 0 0 50px;
}

.page-template-tpl_home #section1 {
    padding-bottom: 55px;
}


.page-template-tpl_home #section1 h2 {
    margin-bottom: 20px;
}
.page-template-tpl_home #section1 .frm_final_submit {
    margin-top: 20px;
}

.iconSize {
    height: 90px;
}

#menu-mian-menu-inner li .sub-menu .sub-menu {
    height: 300px;
    overflow: auto;
}
.loc_partc img {
    width: auto;
    min-height: 50px;
    max-height: 70px;
}

#menu-mian-menu-inner li a {
    min-height: auto;
}

.services-images [class*=col-] {
    padding: 10px 5px 0;
}
.services-images .row {
    margin: 0 -5px;
}

.simple_page h2 {
    color: #008349;
    margin: 0 0 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.simple_page h2 img {
    margin-top: -50px;
    
}
.simple_page p {
    font-family: "Roboto";
/*    font-weight: 700;*/
    font-size: 14px;
    color: #2b2a2a;
    text-align: left;
    color: #4d525a !important;
    line-height: 24px;
    margin: 0 0 30px;
}

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

@media (min-width: 1380px) and (max-width: 2500px) {
    .sld-part .Homepage-slider .carousel-inner {
        /* height: 700px; */
    }
    .single-banner-slide{
        background-size: cover;
    }
    .sld-part .Homepage-slider .item img {
        /*height: auto;*/
    }
    .carousel-indicators {
    bottom: 80px;
}
}

@media (max-width: 1265px) {
    .hedpart-full ul.manutext_color li a{
        font-size: 12px;
    }
    
    #menu-mian-menu-inner li a {
        min-height: 30px;
    }
    .containermenu {
        width: 100%; 
        padding-left: 0px !important;
    }
}
@media (max-width: 1200px) {
    .testimo_textpart {
        padding: 90px 0px 0px 30px;
    }
}
@media (max-width: 1199px) {
    .all_wi_sec{
        font-size: 12px;
        margin-right: 15px;
        width: 40px;
    }
    .sld-part .Homepage-slider .item img {
        /*height: 100%;*/
    }
    .set_bg_select select{
        width: 100% !important;
    }
    .me_set2{
        width: 100%;
        display: inline-block;
        padding-top: 5px;
    }
    .cal_btn{
        margin-bottom: 10px;
    }
}
@media (max-width: 1190px) {
    .testimo_textpart {
        padding: 55px 0px 0px 15px;
    }
    .testimo_textpart a {
        margin-top: 8px;
    }
}

@media (max-width: 1080px) {
    .testimo_textpart {
        padding: 28px 0px 0px 15px;
    }
}
@media (max-width: 1019px) {
    .bg_benarpart {
        background-size: cover;
    }
    .bgpart_find {
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .mobileView{
        display:inline-block !important;
    }
    .desktopView{
        display: none !important;
    }
    p.feet_set{
        margin-right: 0;
    }
    .inbt_switch {
        text-align: left;
    }
    .inbt_switch ul{
        margin-bottom: 0px;
        margin-top: 2px;
    }
    .me_set {
        padding-left: 0;
        width: 100%;
        display: inline-block;
    }
    .btn-sel a{
        padding: 16px 32px;
        font-size: 12px;
    }
    #menu-mian-menu-inner > li {
        width:25%;
        min-height: 532px;
        padding-left: 20px;
    }
    header.smaller .hamburger {
        top: -21px !important;
    }
    li.inmanu_hemmanu{
        position: relative;
    }
    .inmanu_hemmanu .hamburger{
        top: -20px;
    }
    .hedpart-full ul.manutext_color li a {
        font-size: 13px;
        padding: 22px 8px 0px;
    }
    .testimo_textpart {
        padding: 28px 0px 38px 15px;
        /* margin-left: 11%; */
    }
    .text_midpart {
        padding-bottom: 20px;
    }
    .social_partfot a img {
        padding-right: 45px;
        width: 190px;
        padding-right: 0px;
    }
    .social_partfot {
        float: none;
    }
    .sos_iconpart {
        float: none;
        padding-top: 26px;
    }
    .foot_bgpart .col-md-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .testi_fix .col-md-6.tetxfix {
        width: 750px;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px) {

    .marketing {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-wrapper {
        margin-top: 20px;
        margin-bottom: -90px;
    }
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .me_set2{
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    
     .spacingInfo{
        margin-top: 0px !important;
    }
    .page-id-19 .wpb_text_column.wpb_content_element{
            padding-left: 0px !important;
    }
    .stradacls .cu_img_right_set img{
height: 256px !important;
    }
    .cu_img_left_set img{
        height: auto !important;
    }
    .cu_img_right_set img{
        height: auto !important;
    }
    .img-star_logo2 img{
        width:50%;
    }
    .findtext_part .find_yard p{
        width: 100%;
    display: inline-block;
    }
    .bordertop{
        margin:10px 0;
    }
    .bg_benarpart {
        background: url(../images/benarmidnew.jpg) center top !important;
        background-size: 100% !important;
        background-repeat: repeat-y;
    }
    .product_img img{
        height: auto !important;
    }
    .product_img{
        height: auto !important;
    }
    .inles{
        padding: 0;
    }
    .sel_box_one {
        padding: 8px;
    }
    .bg_color_box{
        padding: 10px;
    }
    .all_btn_sec button{
        margin-bottom: 15px;
    }
    .ped_les_margin{
        padding: 0;
    }
    .location_img_all img {
        height: auto;
    }
    .andmargin{
        margin-top: 38px;
        padding-bottom: 12px;
    }
    .inconte {
        height: auto;
    }
    /* .vc_custom_1498632152362 {
        margin-bottom: 0px !important;
        border-bottom-width: 0px !important;
        padding-right: 0 !important;
        padding-bottom: 0px !important;
        padding-left: 0 !important;
    } */
    .inmanuallset_mar_ped{
        margin-top:5px;
    }
    .hedpart-full ul.manutext_color li a {
        padding: 22px 12px 0px;
    }
    #menu-mian-menu-inner > li {
        width: 50%;
        min-height: auto;
        padding-left: 20px;
        margin-right: 0;
        margin-top: 23px;
    }
    #menu-item-1245 a {
        padding-left: 12px;
    }
    header a.img-partinlogo img {
        width: 180px;
        margin-top: 24px;
    }
    header {
        height: 85px;
    }
    header ul.manutext_color {
        padding-top: 16px;
    }
    .hamburger {
        top: 26px;
    }
    .manu_setinpart{
        display: inline-block;
        float: right;
    }
    .manu_respon_none{
        display:none;
    }
    .hedpart-full .navbar-header .navbar-toggle.collapsed.pn2 {
        margin-top: 28px;
    }
    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        width: 44px;
    }
    .hedpart-full .navbar-nav {
        margin: 7.5px 10px;
    }
    .hedpart-full a.img-partinlogo img {
        padding-left: 15px;
    }
    .text_midpart {
        padding-bottom: 25px;
    }
    .loc_partc {
        padding-bottom: 22px;
    }
    .testimo_textpart {
        padding: 28px 0px 38px 0px;
        margin-left: 0;
    }
    .bg_letest {
        padding: 10px 0px 36px;
    }
    .testi_fix .col-md-6.tetxfix {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .foot_bgpart {
        padding: 25px 15px !important;
    }
    .logotwopart {
        float: none;
    }
    .social_partfot .star_logo2 {
        margin: 0px;
    }
    .social_partfot a {
        margin-top: 16px;
    }
    .leborder2 {
        padding-left: 0px !important;
    }
    .sos_iconpart {
        padding-top: 0;
    }
    .contact_parttext { 
        padding: 12px 0px;
    }
    .foot_locetpart h5 {
        padding-bottom: 16px;
    }

    .social_partfot {
        margin-top: 0;
    }

    .feedback_textpart p,
    .feedback_textpart h5 {
        padding-bottom: 0;
    }
    .foot_locetpart {
        padding: 12px 0px;
    }
    .foot_manupart a {
        padding: 10px 15px 22px 0px;
    }
    .products_partc {
        padding-bottom: 28px;
        padding-top: 20px;
    }
    .bg_benarpart {
        padding: 50px 0px 42px;
        background-size: cover;
    }
    .bgpart_find {
        background-size: cover;
    }
    .sld-part .carousel-caption h1 {
        font-size: 36px;
    }
    .sld-part .carousel-caption p {
        font-size: 16px;
    }
    .findtext_part h6 {
        font-size: 46px;
    }
    .findtext_part p {
        font-size: 16px;
    }
    .bgpart_find {
        padding: 40px 0;
    }
    .social_partfot a {
        font-size: 14px;
    }
    #searchform {
        height: 40px !important;
        width: calc(100% - 40px) !important;
    }
    #header-search {
        height: 40px !important;
    }
    #searchform #s {
        margin-top: 8px !important;
        font-size: 17px !important;
        width: calc(100% - 61px) !important;
    }
    #searchform #searchsubmit {
        height: 40px !important;
        width: 46px !important;
    }
    #header-search .close {
        height: 40px !important;
        width: 40px !important;
    }
    #header-search .close i {
        top: 19px !important;
        left: 11px !important;
    }
     .sld-part .carousel-caption p {
        font-size: 14px;
    }.page-template-tpl_home .content-area1 {
        padding: 0 !important;
    }

    h2, .h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .findtext_part a {
        margin-top: 15px;
    }
    .all_pageimg {
        margin-top: 85px;
    }

    .section-space_100px {
        margin-top: 30px !important;
    }

    .container.simple_page {
        /* margin-top: 4%; */
        /* margin-top: 57px; */
        margin-top: 0px;
        margin-bottom: 25px !important;
    }

    .mapping {
        width: 100%;
    }

    .set_bread_menu .breadcrumb {
        margin-bottom: 30px !important;
    }
    .g-recaptcha iframe {
        transform: scale(0.8);
    }

    .set_res_box {
        padding: 15px;
    }

    .products-listings {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .product-main-section {
        padding-bottom: 30px;
    }

}
@media (max-width: 567px) {
    .social_partfot{
        margin-right: -15px;
    margin-left: -15px;
}
    .sos_iconpart a:first-child{
        padding-left: 0;
    }
    .carousel .item {
        height: 300px;
    }
    .sld-part .Homepage-slider .item img {
        height: 100%;
    }
    .carousel .item {
        height: 100%;
    }
    .sld-part .carousel-caption {
        right: 6%;
        left: 6%;
        padding-bottom: 30px;
        top: 10px;
        padding-top: 60px !important;
    }
}
@media (max-width: 540px) {
    .allpagepart_acco .products-menu {
        font-size: 1em;
    }
    .allpagepart_acco .sub-products-list {} .sidebar-1 {
        margin: 0;
        width: 100%;
    }
    .allpagepart_acco .products-menu:after,
    .allpagepart_acco .products-menu:before {
        top: calc(23.5px - 12.5px);
    }
    .res_box_txt{
        width: 100%;
        margin-bottom: 10px;
    }
    .st-new-style-p {
        font-size: 20px !important;
        /* width: 50%; */
        width: 100%;
        line-height: 22px !important;
    }
    .set_cus_log_set img{
        top: -55px!important;
    }
    .set_cus_log_set img{
        float: right;
    }
    .cu_img_left_set{
        padding-right: 0px;
    }
    .cu_img_right_set{
        padding-left: 0px;
        padding-top: 6px;
    }
}
@media (max-width: 479px) {
    .foot_bgpart iframe {
        width: 100%;
    }
    .foot_manupart a {
        padding: 0 2px;
        font-size: 12px;
    }
    .contact_parttext h5 {
        padding-bottom: 10px;
    }
    .leborder {
        border-left: 0px solid;
    }
    .footer_menu{
        text-align:left;
    }
    .foot_locetpart{
        width: 100%;
    }
    .social_partfot a{
        font-size: 9px;
    }
    .social_partfot a{
        padding-right: 9px;
    }
    a#back-to-top::after{
        bottom: 20px !important;
    }
     .sld-part .item img {
        width: 200%;
        max-width: 200%;
        height: 300px;
        margin-left: -208px;
    }
    .st-new-style-p {
        font-size: 23px !important;
        /* width: 50%; */
        width: 100%;
        line-height: 22px !important;
    }
    .set_cus_log_set img{
        top: -55px!important;
    }
    .btnped {
        border: 1px solid #ffff !important;
        font-size: 12px !important;
    }
    .boxs-main img{
        height: auto;
    }
    .textp{
        font-size: 14px;
    }
    .pro-list-box{
        margin-bottom: 15px;
    }
    .accordionmanuin li{
        list-style:none !important;
    }
    .accordionmanuin .link_ad{
        font-size: 20px;
        line-height: 40px;
    }
    .foot_locetpart{
        margin-left: -15px;
    }
    .foot_bgpart{
        padding: 25px 0px !important;
    }
    .mobile_grade_set{
        padding: 0px;
    }
    .single_img{
        width: 100% !important;
    }
    .post-box .title{
        font-size: 25px;
    }
    .single .all_pageimg h6{
        padding: 15px 0px;
    }
    .padding_gutter_set .wpb_text_column p{
        padding-right: 0px !important;
    }
    .row_cus_set{
        margin-left: -15px;
        margin-right: -15px !important;
    }
    .row_cus_set1{
        margin-right: -15px;
        margin-left: -15px !important;
        margin-top: 6px;
    }
    .set_img_logo img{
        width: 80%;
    }
    .mobile_pad_set_from{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .wpb_widgetised_column ul{
        padding-left: 0px !important;
    }
    .set_mobile_respo img{
        margin-bottom: 35px;
    }
    .text_align_main_center{
        text-align:center !important;
    }
    .con_btn_fianl{
        margin-bottom: 15px !important;
    }
    .map_goo_padding .wpb_wrapper{
        padding: 0px !important;
    }
    .cus_slider_images_set_all .theme-default a.nivo-prevNav{
        display:none;
    }
    .cus_slider_images_set_all .theme-default a.nivo-nextNav{
        display:none;
    }
    .res_box_txt{
        width: 100%;
        margin-bottom: 10px;
    }
    .set_cus_log_set img{
        float: right;
    }
    .cu_img_left_set{
        padding-right: 0px;
    }
    .cu_img_right_set{
        padding-left: 0px;
        padding-top: 6px;
    }
    
    .set_cus_widget_set iframe{
    width: 100% !important;
    }
    .fb_iframe_widget{
        width: 100%;
    }
    .fb_iframe_widget span{
        width: 100% !important;
    }
    .fb_iframe_widget iframe{
        width: 100% !important;
    }
    #setremovebr br{
        display:none;
    }
    .mar_set_sec{
        margin-top: -40px !important;
    }
    .sld-part .carousel-inner{
        height: 380px;
    }
    .single-banner-slide{
       background-size: cover;
    }
    .bg_benarpart{
        background: url(../images/benarmidnew.jpg)no-repeat center top;
        background-size: cover;
    }
    .bgpart_find{
        background-attachment: inherit;
    }
}
/* media queries */

.bgpart_find p { text-align:center; }