p {
    word-break: break-word;
    word-break: normal;
    word-break: break-word;
}
.container {
    width:1200px;
    padding:0;
}
@font-face {
    font-family: Roboto-Regular;
    src: url(font/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Italic;
    src: url(font/Roboto-Italic.ttf);
}
* {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #525d63;
}
a  {
    text-decoration:none;
}
a:hover  {
    text-decoration:none;
}
.searchbar{
    border: 1px solid #ddd;
}
.searchbar #srch-term{
    border: 0; 
}
.searchbar button{
    background: transparent !important;
    cursor: pointer;
}
.searchbar .fa-search {
    color: #166093;
    font-size: 17px;
}
.gray-backgroungd {
    background:#f2f2f2;
    float:left;
    width:100%;
}
.top-content{
    float: left;
    width: 100%;
}
.gray-backgroungd .top-content h1{
    font-size: 28px;
    font-weight: 600;
}
.white-bacground {
    background:#fff;
    float:left;
    width:100%;
}
.space {
    float:left;
    width:100%;
    padding:10px;
}
.morelink {
    float:left;
    width:100%;
    text-align:center;
    margin:20px 0;
}
.morelink a {
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #525d63;
    margin: auto;
    width: 200px;
    border-radius: 5px;
}
.morelink a:hover {
    background-color: #7b433b;
    transition: all 0.4s linear;
    color: #fff;
}
/*Static Bar*/
.staticbar {
    float:left;
    padding:5px 0;
    width:100%;
    background:#e1e1e1;
    display:none;
    position:fixed;
    top:0;
    z-index:999;
}
.staticbar a.logo {
    float:left;
}
.staticbar a.logo img{
    /*float:left;*/
}
.staticbar a.telphone {
    float:right;
    font-size: 20px;
    color: #514f4f;
    line-height: 28px;
}
.staticbar a.telphone span {
    color: #ff3802;
    font-size: 18px;
    font-weight:600;
}
/*Header*/
header {
    float:left;
    width:100%;
    border-bottom: 5px solid #c93f2c;
}
.topbar {
    float:left;
    width:100%;
    background:#e1e1e1;
    padding:5px 0;
}
.topbar .social {
    float:left;
}
.topbar .social a {
    float:left;
    margin-right:3px;
}
.topbar .social a img{
    float:left;
    width:25px;
}
.topbar .telphone  {
    float:right;
    font-size: 16px;
    color: #ff3802;
    padding-left:25px;
    /*background:url(../img/phone_icon.png) left center no-repeat;*/
    line-height:21px;
}
.topbar .telphone img{
    padding-right: 10px;
}
.topbar .telphone span {
    color: #444547;
    font-size: 20px;
}
/*Header Buttons*/
.logo-icons {
    float:left;
    width:100%;
    padding:10px 0;
}
header .logo img{
    float:left;
    margin-bottom: 15px;
}

header .portfoliobutton {
    float: right;
    padding-left: 5px;
    /*float:left;
    width:49%;
    margin-bottom:10px;*/
}
header .portfoliobutton img{
    float:left;
    width:100%;
    max-width: 134px;
}
header .quickquote {
    float:right;
    padding-left:10px;
    /*width:49%;
    margin-bottom:10px;
    position:relative;*/
}
header .quickquote .quickform {
    float:left;
    width:280px;
    position:absolute;
    top:40px;
    right:0;
    background:#fff;
    padding:10px;
    display:none;
    z-index: 99;
}
header .quickquote .quickform input {
    width:100%;
    height:30px;
    margin-bottom:5px;
    padding:5px;
    border: 1px solid #d2d2d2;
}
header .quickquote .quickform textarea {
    width:100%;
    height:100px;
    margin-bottom:5px;
    padding:5px;
    border: 1px solid #d2d2d2;
}
header .quickquote .quickform .submit {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #960000 38%, #ff0000 100%) repeat scroll 0 0;
    color:#fff;
}

header .quickquote img{
    float:left;
    width:100%;
    cursor:pointer;
    max-width: 134px;
}
header .search input{
    float:left;
    width:100%;
    height: 35px;
    padding: 5px;
    background:url(../img/search.png) no-repeat;
    background-position:96% 43%;
}

/*Stared Style MObile View Quickquote*/
.staticbar .quickquote2 .quickform2 {
    float:left;
    width:280px;
    position:absolute;
    top: 57px;
    left: 37px;
    background:#fff;
    padding:10px;
    display:none;
    z-index: 99;
}
.quickquote2{
    display:none;
}
/*Ended Style MObile View Quickquote*/
/*responsive_menu*/
.responsive_menu{
    float:left;
    width:100%;
    height:25px;
    background-color:red;
    margin:10px 0px;
    display:none;
}
/*Menu*/
.custommenu {
    position:relative;
    padding:0;
}
.custommenu ul{
    float:right;
    bottom:0;
    right:0;
    padding: 0 26px;
    margin:0;
}
.custommenu ul li{
    float:left;
    list-style:none;
    position:relative;
}
.custommenu ul li:hover ul{
    display:block;
}
.custommenu ul li ul{
    position: absolute;
    padding: 0;
    top: 34px; 
    left:0;
    width:250px;
    display:none;
    z-index: 999;
}
.custommenu ul li ul li{
    float:left;
    width:100%;
    background:#eee;
    padding: 5px 0px;
}
.custommenu ul li ul li:nth-child(1){
    background-image: url(../img/Product_gray.png);
    background-repeat:no-repeat;
    padding-left: 40px;
    background-position: 5% 35%;
    background-size: 12%;
}
.custommenu ul li ul li:nth-child(2){
    background-image: url(../img/Category_Gray.png);
    background-repeat:no-repeat;
    padding-left: 40px;
    background-position: 5% 35%;
    background-size: 12%;
}

.custommenu ul li ul li:nth-child(1):hover{
    background-image: url(../img/Product_Red.png);
    background-repeat:no-repeat;
    padding-left: 40px;
    background-position: 5% 35%;
    background-size: 12%;
    color:#ff4401;
}
.custommenu ul li ul li:nth-child(2):hover{
    background-image: url(../img/Category_Red.png);
    background-repeat:no-repeat;
    padding-left: 40px;
    background-position: 5% 35%;
    background-size: 12%;
    color:#ff4401;
}
.custommenu ul li a {
    float:left;
    width:100%;
    color: #000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 15px;
}
.custommenu ul li:hover li a {
    color:#525d63;
}
.custommenu ul li li:hover a {
    color:#ff4401;
}
.custommenu ul li:hover li span{
    float: left;
    width: 100%;
    margin-top: -9px;
    padding: 0px 13px;
    font-size: 12px;
}
.custommenu ul li:hover a {
    color:#ff4401;
}
.custommenu ul li.current-menu-item {
    color:#ff4401;
}
/*Slider*/
.mainslider {
    float:left;
    width:100%;
    position:relative;
    z-index:-1;
}
.mainslider .slider1 {
    float:left;
    position:relative;
    width:100%;
}
/*Top Content*/
.top-content  {
    float:left;
    width:100%;
    text-align:center;
    padding:20px;
}
.top-content a {
    color: #525d63;
}
/*Product Style*/
.products-div {
    float:left;
    width:100%;
}
.product {
    padding:10px;
}
.product:hover a{
    border:1px solid #01778f;
}
.product:hover .more {
    background: #01778f;
}
.product:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product a {
    float:left;
    width:100%;
    padding:10px;
    border: 1px solid #d6d6d6;
    background:#fff;
    overflow:hidden;
}
.product img {
    width:100%;
    float:left;
    margin-bottom:10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product .name {
    float:left;
    width:100%;
    color: #01778f;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product p {
    font-size: 13px;
    font-family: Arial;
    color: #525d63;
    margin-bottom: 10px;
    line-height: 18px;
    height: 67px;
    float: left;
}
.product .more {
    padding: 5px;
    text-align: center;
    float: right;
    background: #c93f2c;
    color: #fff;
    border-radius: 5px;
}
/*feraturs Icons*/
.feraturs {
    float:left;
    width:100%;
    padding:20px 0;
    text-align:center;
    background-color:#fff;
}
.feraturs .smallheading {
    color: #bb1715;
    font-size:16px;
}
.feraturs p {
    max-width:900px;
    margin:auto;
    padding-bottom:20px;
}
.feraturs .heading {
    color: #bb1715;
    font-weight: 600;
    font-size:20px;
    margin-bottom:10px;
}
.feraturs .featur-item img {
    margin-bottom:10px;
}
.feraturs .featur-item span{
    float:left;
    width:100%;
    color: #0460a1;
    font-weight: 600;
    font-size:16px;
    line-height:20px;
}
.feraturs .morelink {
    margin-top:40px;
}
.feraturs .morelink a {
    background-color: #c93f2c;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size:16px;
}
/*Bottom Content*/
.bottomcontent {
    float:left;
    width:100%;
    padding:20px 0;
}
.bottomcontent h2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #ff3802;
}
.bottomcontent a {
    color: #525d63;
}
.bottomcontent strong {
    color: #ff3802;
}
.bottomcontent p{
    text-align: justify;
    word-wrap: break-word;
}
.bottomcontent h2{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-family: Roboto-Italic;
    color: #ff3802;
    font-weight: 600;
    font-size: 24px;
}
/*Reviews*/
.reviews {
    width:100%;
    float:left;
    margin-bottom:20px;
}
.reviews .name {
    width:20%;
    float:left;
}
.reviews .remarks {
    width:80%;
    float:left;
}
/*Footer*/
footer {
    float:left;
    width:100%;
    background:#464646;
    padding:40px 0;
}
footer img {
    max-width:100%
}
footer .heading {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    text-transform: uppercase;
}
footer .subcribe input {
    float: left;
    max-width: 268px;
    width: 100%;
    height: 35px;
    border: none;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 5px;
    border: 2px solid #999;
    padding-left: 10px;
}
footer .social {
    float:left;
    width:100%;
    margin-bottom: 20px;
}
footer .social a {
    float:left;
    margin-right:2px;
}
footer .social a img {
    float:left;
    width:35px;
}
footer p{
    float: left;
    width: 100%;
    color: #ddd;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 7px;
}
footer ul {
    float:left;
    width:65%;
    margin:0;
    padding:0;
    margin-bottom:20px;
}
footer ul li {
    list-style:none;
    float:left;
    width:100%;
}
footer ul li a{
    float:left;
    width:100%;
    padding: 5px 0;
    color: #dddddd;
    border-bottom: 1px solid #dddddd;
}
footer ul li a:focus, footer ul li a:hover{
    color:#dddddd;
    text-decoration: none;
}
footer ul li:hover a {
    color: #ff3802;
    border-bottom: 1px solid #ff3802;
}
footer .address {
    float:left;
    width:100%;
    margin-bottom: 5px;
    color: #dddddd;
}
footer .number {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #dddddd;
    margin-bottom: 5px;
}
footer .number a {
    color: #dddddd;
    font-size: 18px;
}
footer .email{
    float: left;
    width: 100%;
    color: #dddddd;
    font-size: 13px;
    margin-bottom: 5px;
    margin-bottom:20px;
}
footer .email a {
    color: #dddddd;
    font-size: 13px;
}
footer  .payments {
    float:left;
    margin-bottom:20px;
}
/*Bottom Div*/
.bottom-div {
    float:left;
    width:100%;
    padding:20px 0;
    background-color: #323232;
}
.bottom-div p {
    color: #dddddd;
    margin-bottom:0;
}

/*Content Section*/
.content-section {
    float:left;
    width:100%;
}
/*Sidebar*/
.sidebar {
    float:left;
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
}
.sidebar .heading {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #eeeeee;
    color: #000;
    border-bottom: 2px solid #c9c9c9;
    border-radius: 5px;
    font-size: 18px;
}
.hidden-sm-down .heading {
    float: left;
    width: 300px;
    padding: 10px;
    background-color: #eeeeee;
    color: #000;
    border-bottom: 2px solid #c9c9c9;
    border-radius: 5px;
    font-size: 18px;
}
.all-categories-btn{
    padding-left: 15px;
}
.sidebar img {
    max-width:100%;
}
.sidebar img:hover {
    border:1px solid #01778f;
}
.sidebar .search {
    float:left;
    width:100%;
    margin-bottom:20px;
}
.sidebar .search input {
    float:left;
    width:100%;
}
.sidebar .social {
    float:left;
    width:100%;
    margin-bottom:20px;
}
.sidebar .social a {
    float:left;
    margin-left:2px;
}
.sidebar .social a img{
    float:left;
}
.sidebar  .posts-sm {
    float:left;
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #eee;
}
.sidebar  .posts-sm img{
    float:left;
    width: 73px;
}
.sidebar  .posts-sm .name{
    float:right;
    width:180px;
    color: #444444;
    font-size: 16px;
    line-height:20px
}
.content-section .content {
    float:left;
    width:100%;
    margin-bottom:20px;
    text-align: justify;
    word-break: break-all;
}
.content p strong{
    padding-bottom: 5px;
    float: left;
    width: 100%;
}
.content h2{
    padding-bottom: 5px;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;

}

.content-section .content h2 {
    color: #ff3802;
}
.content-section .content strong {
    color: #ff3802;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}
.content-section .content a {
    color:#525d63;
}
.heading2 {
    float:left;
    width:100%;
    margin-bottom:20px;
    border-bottom: 2px solid #c93f2c;
    color: #1e1f20;
    font-size: 18px;
    font-weight: bold;
}
.heading2 h2 {
    color: #1e1f20;
    margin:0;
    padding:0;
}
/*Blog Section*/
.blog-section {
    float:left;
    width:100%;
}
.blog-section h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.blog-section img {
    max-width:100%;
    height:auto;
}
.blog-section .post {
    padding:20px;
    padding-top: 0px;
    border-bottom:1px solid #eee;
}
.blog-section .post img{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.blog-section .post .name {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #2b6f99;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
}
.blog-section .tags {
    float:left;
    width:100%;
    margin-bottom:10px;
}
.blog-section .tags .tg {
    float:left;
    margin-right: 10px;
    padding-left: 20px;

}
.blog-section .tags .author {
    background: url(../img/author.png) no-repeat left center;
}
.blog-section .tags .date {
    background: url(../img/date.png) no-repeat left center;
}
.blog-section .post p {
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #444444;
}
.blog-section .post .more {
    float: right;
    width: 98px;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #ea141f;
}
.blog-section .post:hover .more {
    background:#000;
}
.featur-image {
    float:left;
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
}
.featur-image img  {
    width:100%;
}
.author-info {
    float:left;
    width:100%;
    margin-bottom:20px;
    padding-top:10px;
    border-top:1px solid #525d63;
}
.author-info img {
    float:left;
    width:100%;
}
.author-info .name {
    float:left;
    width:100%;
    margin-bottom:10px;
}
/*Product Detail Page*/
.product-detail {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 1px 2px #888888;
}
.product-detail h2 {
    font-size: 1.5em;
    color: #ec2027;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 21px;
}
.product-detail label {
    border-top: 1px solid #dedbd3;
    float: left;
    padding:5px 0;
    width: 100%;
    margin:0;
    font-size: 13px;
}
.product-detail label strong {
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
}
.product-detail .free {
    float:left;
    width:100%;
    padding:10px 0;
}
.product-detail .free img {
    max-width:100%;
}
.product-detail a.telephone {
    float:left;
    width:100%;
    text-align:center;
    font-size: 16px;
    color: #3d3d3d;
}
.telephone-2 {
    margin-bottom: 20px;
    padding: 10px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(#eb0000, #a70000 );
    height:50px;
}
.telephone-2:hover {
    background: linear-gradient(#eb0000, #a70000 );
    color:#fff;
}
.telephone-2 img {
    margin-left:10px;
    margin-right:10px;
}
.product-detail a.telephone span {
    font-size: 18px;
    font-weight: bold;
    color: #ee3224;
}
/*Product Form*/
.quoteheading {
    padding: 10px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    background:linear-gradient(#084695, #02408e );
    box-shadow: 0 1px 2px #888888;
    line-height:20px;
}
.productform {
    float:left;
    width:100%;
    background:#fff;
    padding:10px 5px;
    box-shadow: 0 1px 2px #888888;
    margin-bottom:20px;
}
.productform label {
    float:left;
    width:100%;
    margin-bottom:10px;
    color: #d22027;
    font-weight: 600;
    font-size: 14px;
}
.productform .label-color {
    color: #d22027;
    float: left;
}
.wpcf7-validation-errors{
    float: left;
}
.productform label .number {
    border:1px solid #d22027;
    color:#d22027;
    padding:5px;
    width:20px;
    height:20px;
    line-height:8px;
    border-radius:50%;
    float:left;
    margin-right:10px;
    text-align: center;
    font-size: 14px;
}
.productform label img {
    float:left;
    width:auto;
}
.productform input{
    float:left;
    width:100%;
    height:35px;
    margin-bottom:10px;
    background-color: #eee;
    border:none;
    color: #555;
    padding:5px;
}
.productform select{
    float:left;
    margin-right:5px;
    width:100%;
    height:35px;
    margin-bottom:10px;
    background-color: #eee;
    border:none;
    color: #555;
}
.productform select option {
    padding:5px;
}
.productform .Units select{
    width:23%;
    margin-top: 0px;
}	
.productform .small {
    width:23%;
    margin-right:2%;
}
.productform .half {
    width:49%;
}
.rightmarginzero {
    margin-right:0 !important;
}
.line {
    float:left;
    width:100%;
    margin:10px 0;
    border: 1px solid #c2c2c2;
}
.productform .file {
    float:left;
    height:auto;
    background:#fff;
    padding:0;
}
.productform textarea {
    float:left;
    width:100%;
    height:150px;
    margin-bottom:10px;
    background-color: #eee;
    border:none;
    color: #555;
    padding:5px;
}
.productform .submit {
    color: #fff;
    background: linear-gradient(#eb0000, #a70000 );
    width:100px;
    margin-bottom:0;
}
/*Product Slider*/
.proslider {
    float:left;
    width:100%;
    margin-bottom:20px;
    position:relative;
}
.slider-for{
    position:relative;
    width:100%;
}
.ratingdiv {
    position:relative;
    float:left;
    width:100%;
}
.ratingdiv .rating{
    float:right;
    position:absolute;
    bottom:10px;
    right:10px;
    font-size:13px;
    z-index:99;
}
.ratingdiv .rating img {
    margin-right:10px;
}
.slider-nav .slide {
    padding:5px;
}
.slider-nav {
    float:left;
    width:100%;
}
.slider-nav .slick-current .slide img {
    border:1px solid #ff3802;
}
.slider-nav .slide img {
    border:1px solid #eee;
}
.logorow {
    height:40px;
}

/*Contcat Us Page*/
.contactpage {
    float:left;
    width:100%;
    background:url(../img/contactushbg.png) center center;
    background-size:100% 100%;
    padding:20px 0;
} 
.contactpage h2 {
    color:#fff;
    margin-bottom:20px;
}
.contactpage p {
    color:#fff;
}
.contactpage .freeshipping {
    color:#fff;
    font-size:22px;
    text-align:center;
    background-color: rgba(0, 0, 0, 0.3);
    padding:5px 0;
}
.form_section_div {
    float:left;
    width:100%;
    padding:20px 0
}
.form_section_div span {
    width:100%;
    float:left;
}
.form_section_div label {
    width:100%;
    float:left;
}
.form_section_div  input {
    width:100%;
    float:left;
    height:35px;
    padding:5px;
}
.form_section_div input {
    width:100%;
    float:left;
    height:35px;
    padding:5px;
    margin-bottom:10px;
}
.form_section_div select {
    width:100%;
    float:left;
    height:35px;
    margin-bottom:10px;
}
.form_section_div select option {
    padding:5px;
}
.form_section_div  textarea {
    width:100%;
    float:left;
    padding:5px;
    margin-bottom:10px;
}
.form_section_div .submit {
    background-color: #ff3802;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 145px;
    height:auto;
    padding:5px 10px;
    font-size:18px;
    border:none;
}
.form_section_div h3 {
    float: left;
    width: 100%;
    color: #ff3802;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*Pagination*/
.paging-navigation {
    float:left;
    width:100%;
    margin-bottom:20px;
}
.paging-navigation .loop-pagination {
    float: right;
    margin: 0px 8px;
}
.paging-navigation .loop-pagination span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    float:left;
    color: #525d63;
}
.paging-navigation .loop-pagination a {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    float:left;
    color: #525d63;
}

.paging-navigation .loop-pagination .current {
    color:#ff3802;
    border:1px solid #ff3802;
}
.portfolio #pinBoot {
    margin-bottom:200px;
}
/*video for section*/
span.wpcf7-not-valid-tip{
    float: left;
    width: 100%;
}
/*FeebBack Style*/
.form-inline .control-label {
    margin-bottom: 15px;
    text-align: left !important;
    float: left !important;
    /* width: 100%; */
    display: block;
}
.feedback_form {
    padding: 20px 0px;; 
}
.feedback_form form label{
    /* display: block !important; */
    font-weight: 600;
    float: left;
}
.form-inline .form-control {
    border-radius: 0;
    margin-bottom: 5px;
}

.form-inline .form-check-label {
    float:left; 
    /*width:100%;*/
}
.feedback_form .form-control{

}
.feedback_form .required{
    color: #F00;
}
.feedback_form .submit_btn {
    background-color: #ea7000;
    border-radius: 3px;
    color: #fff;
}
.feedback_form form .stars{
    float: left;
    width: 100%;
    margin:3px 0px;
}
.feedback_form form textarea{
    float:left;
    width: 100% !important;
}
.feedback_form form [type=submit]:hover{
    background-color:#525d63;
    color:#fff;
    transition: all 0.2s linear;
}
/*Comment Section Style*/
/*Comment Section Style*/
/*************Customer Comments*******************/

.comment_content .rating li{
    padding: 0;
    float: left;
    padding-right: 5px;
}
.comment_content .rating li:nth-child(1){
    font-size: 20px;
    color: #333333;
}
.comment_content .rating li:nth-child(3){
    color: #c93f2c;
    font-size: 20px;
    font-weight: bold;
}
.reviews {
    font-size: 18px;
    color: #333333;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.gray-backgroungd .customer_btn {
    width: 100%;
    margin-bottom: 17px;
    float: left;
}
.gray-backgroungd .customer_btn a {
    text-decoration: none;
    background-color: #ca3f2c;
    border: 2px solid #ca3f2c;
    color: #fff;
    padding: 11px 15px;
    border-radius: 4px;
    font-size: 18px;
    float: right;
}
.gray-backgroungd  .customer_btn img {
    padding-left: 6px;
}
.reviews span{
    color: #c93f2c;
    font-size: 20px;
}
.user_section{
    float:left;
    width: 100%;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}
.user_section h4{
    margin: 0;
    font-weight: 600;
}
.user_section .name{
    color: #136cb2;
    font-size: 13px;
}
.user_section .user_description{
    padding-top: 10px;
}
/*Inner Slider Arrows CSS*/
.proslider .slick-prev:before {
    content: url(../img/controls1.png);
}
.proslider .slick-next:before {
    content: url(../img/controls2.png);
}
@media screen and (max-width : 1200px) {
    .container {
        width:100%;
        padding:10px;
    }
}
@media screen and (min-width : 20px) and (max-width : 1100px) {
    header .logo img {
        max-width:100%;
        float:none;
    }
}
@media screen and (min-width : 20px) and (max-width : 900px) {
    .logorow {
        height: auto;
    }
    .staticbar a.logo img {
        display:none;
    }
    .staticbar a.telphone {
        width:100%;
        text-align:center;
    }
}
@media screen and (min-width : 20px) and (max-width : 992px) {
    .custommenu ul{
        position:relative;
        width: 100%;
        display:none;
    }

    .custommenu ul li{
        float:left;
        width:100%;	
        border-bottom: 1px solid #000;
    }
    .custommenu ul li:hover ul{
        display:block !important;
    }
    .custommenu ul li ul{
        position: relative;
        float: left;
        width: 100%;
        top: 0;	
        display:none !important;
    }
    .custommenu ul li a{
        float:left;
        width:100%;	
    }
    .custommenu ul li a:hover{
        text-decoration:none;
    }
    .custommenu {
        /*display:none;*/
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    .responsive_menu{
        display:block;
        float: left;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 34px;
        padding-left: 10px;
        background-color: #ff3802;
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-image: url(../img/menu-bar.png);
        color: #fff;
        margin:0;
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px 5px 0 0px;
        cursor: pointer;
    }
    .custommenu ul li ul li:nth-child(1){
        background-position: 1% 50%;
        background-size: 5%;
    }
    .custommenu ul li ul li:nth-child(2){
        background-position: 1% 50%;
        background-size: 5%;
    }
    .custommenu ul li ul li:nth-child(1):hover{
        background-position: 1% 50%;
        background-size: 5%;
    }
    .custommenu ul li ul li:nth-child(2):hover{
        background-position: 1% 50%;
        background-size: 5%;
    }
}

@media screen and (min-width : 20px) and (max-width : 600px){
    .mainslider .slider1{
        display:none;		
    }
    .topbar .telphone{
        float: left;
        width: 100%;
        text-align: center;
        line-height:0;
        font-size: 14px;
    }
    .topbar .telphone span{
        font-size: 18px;
    }
    .topbar .social{
        display:none;		
    }
    .logo{
        float: left;
        width: 100%;
        text-align: center;
    }
    h1, h2, h3, h4, h5, h6{
        font-size: 1.5rem !important;
    }
    header .portfoliobutton { 
        float:right;
        /*width:49%;*/
        margin-bottom:10px;
    }
    header .portfoliobutton img{
        float:left;
        width:100%;
        max-width: 145px;
    }
    header .quickquote {
        float:right;
        width:49%;
        margin-bottom:10px;
        position:relative;
    }
    .custommenu ul li ul li:nth-child(1) {
        background-position: 2% 50%;
        background-size: 9%;
    }
    .custommenu ul li ul li:nth-child(2) {
        background-position: 2% 50%;
        background-size: 9%;
    }

    .custommenu ul li ul li:nth-child(1):hover {
        background-position: 2% 50%;
        background-size: 9%;
    }
    .custommenu ul li ul li:nth-child(2):hover {
        background-position: 2% 50%;
        background-size: 9%;
    }
    /*Ended Style Mobile Quote*/
    footer ul{
        width: 100%;		
    }
    .portfolio #pinBoot{
        margin-bottom: 1980px !important;
    }
    header .quickquote img{
        width:145px;	
    }
    .padding-l, .contact-us h1{
        line-height: 30px !important;
    }
    .contact-us{
        background-size: auto !important;
    }
    .contact-us .heading{
        margin-bottom: 15px !important;
    }
    .sidebar{
        display: none;
    }
}

@media screen and (min-width : 20px) and (max-width : 450px) {

    .custommenu {
        /*display:none;*/
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    .portfolio #pinBoot {
        margin-bottom:0;
    }
    .product {
        padding: 10px 20px;
    }
    footer .heading {
        font-weight:bold;
        margin-bottom:20px;
    }
    .staticbar .quickquote2 .quickform2{
        top: 40px;
        left: 10px;
    }
}
@media screen and (min-width : 20px) and (max-width : 350px) {
    header .portfoliobutton { 
        float:left;
        width:49%;
        margin-bottom:10px;
    }
    .topbar .telphone {
        font-size: 14px;
    }
    .topbar .telphone span{
        font-size: 17px;
    }
}
@media screen and (min-width : 20px) and (max-width : 320px) {
    .custommenu ul li ul li:nth-child(1) {
        background-position: 2% 50%;
        background-size: 14%;
    }
    .custommenu ul li ul li:nth-child(2) {
        background-position: 2% 50%;
        background-size: 14%;
    }

    .custommenu ul li ul li:nth-child(1):hover {
        background-position: 2% 50%;
        background-size: 14%;
    }
    .custommenu ul li ul li:nth-child(2):hover {
        background-position: 2% 50%;
        background-size: 14%;
    }
}
/*About Form Section*/
.contact-us{
    /*    float:left;
        width:100%;
        background-image: url('../img/Banner.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 90px 0px;*/
    float:left;
    width:100%;
    background-image: url('../img/666.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0px;
    height: 100%;
}
.contact-us .heading{
    margin-bottom: 25px;
}
.padding-l{
    padding-left: 0;
}
.contact-us h1{
    text-transform: uppercase;
    /*color:#FFFFFF;*/
    color: #000;
    font-weight: 700;
    line-height: 50px;
}
.contact-us h1 span{
    color:#1b5aab;
    font-size: 35px;
    font-weight: 700;
    padding-right: 10px;
}
.contact-us .country-name{
    float: left;
    width: 100%;
    /*    color: #FFFFFF;*/
    color: #ff3802;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    /*    text-align: center;*/
    text-transform: uppercase;
}
.contact-us p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    /*    text-align: center;*/
    /*color: #FFFFFF;*/
    /*    font-weight: 600;*/
    word-break: break-all;
}
.contact-us p a{
    color: #000;
}
.contact-us p a:hover{
    text-decoration: none;
}
.contact-us-background{
    background-color:#fff !important;
}
.form-section form{
    float:left;
    width: 100%;
}
.margin-btm{
    margin-bottom: 30px;
}
.form-section form input{
    /*margin-bottom: 20px;*/
    background-color: #eeeeee;
    border: 1px solid #cecece;
    border-radius: 0;
    height: 40px;
}
.form-section form textarea{
    margin-bottom: 20px;
    background-color: #eeeeee;
    border: 1px solid #cecece;
    border-radius: 0;
    height: 160px;
}
.form-section form .capchta input{
    float: left;
    width: 48%;
    margin-bottom: 30px;
}
.form-section form input[type="submit"]{
    background-color: #f63300;
    color: #fff;
    padding: 0px 20px;
    border: none;
    cursor: pointer;
}
.form-section form input[type="submit"]:hover{
    background-color: #525d63;
    color: #fff;
    transition: all 0.3s linear;
}
.add-section h1{
    text-transform: uppercase;
    background-color: #555555;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 0;
}
.add-section .add-icons{
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.add-section .add-icons .icons-block h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}


@media screen and (min-width : 20px) and (max-width : 993px){
    .contact-us h1{
        font-size: 24px;
    }
    .contact-us h1 span{
        font-size: 24px;
    }
    .padding-l , .contact-us h1{
        text-align: center !important;
    }
}

@media screen and (min-width : 20px) and (max-width : 600px){
    .contact-us{
        /*        background-image: none;*/
        padding: 0;
    }
    .contact-us .country-name {
        text-align: center;
    }
    .contact-us p {
        text-align: center;
    }
    .contact-us{
        background-image: url('../img/mOBILE 222.jpg');
        background-size: cover;
        background-position: 50% 0;
    }
    .sidebar{
        display:none;
    }
}