/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
    font-family: 'WYekan';
    src: url('fonts/yekan-webfont.eot');
    src: url('fonts/yekan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {font-family:"IRANSansWeb"; color:#444; font-size: 14px;}
/* clear */
.clear:before,
.clear:after {content:' '; display:table;}

.clear:after {clear:both;}
.clear {*zoom:1;}
img {max-width:100%; vertical-align:bottom;}
a {color:#444; text-decoration:none;}
a:hover {color:#444;}
a:focus {outline:0;}
a:hover, a:active {outline:0;}
input:focus {outline:0; border:1px solid #04A4CC;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.back-header1 {
   width: 100%;
   background: linear-gradient(to left,#0f2594 0,#00b4ea 25%,#07178e 75%,#71deff 100%);
   position: fixed;
   z-index: 99;
}

#responsive-menu-button {
	z-index: 99999;
}

.f-nav {
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}



.logo img {
	margin: 0px;
    padding-top: 5px;
}

.logo p {
	margin: 0px;
}

.logo .textwidget{
    padding-bottom: 8px;
}

.tel .textwidget {
    color: #fff;
    padding-top:30px;
    font-size: 18px;
}

.tel .textwidget p:before{
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    content: "\f095";
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 8px;
    position: relative;
    top: 3px;
    right: 5px;
    background: #0dbbef;
    border-radius: 50%;
}

.main-menu {padding: 25px 0px 0px 0px; }
.main-menu ul{padding:0;}
.main-menu li a{
    font-size: 16px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none; 
    padding-left: 18px;
    padding-right: 18px;  
}
.main-menu li{
	display:inline-block;
	padding-bottom: 15px;        
}

.main-menu ul ul{position:absolute; width:250px; padding:10px 0px; display:none; z-index:100; }
.main-menu li:hover> ul{
    display:block;
	float:left;
	width:190px;
	margin-top:15px;
	background:#fff;
	margin-left: 17px;
	padding: 0;
}

.main-menu li li{background: none !important; padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border: none;
    width:100%;
    float:left;
    list-style-type:none; 
    padding-left: 4px;
    padding-top: 4px;
}
.main-menu li li:last-child{border-bottom: 4px solid #00a1ef;}
.main-menu li li a{
	border: none;
	color:#555; 
	font-size: 13px; 
	text-decoration:none; 
	width: 100%; 
	text-align: left; 
	padding: 5px;
}

.main-menu li li a:hover {
	color:#04a0ea;
}
.main-menu li li{ }
.main-menu ul ul ul{  margin:-30px 130px 0px 141px !important;}

.main-menu .widget_nav_menu {
    padding-top: 12px;
}

.slider{
	margin-top: 92px;
}

.slider .item.slide-1.active .seriousslider-caption-text{
    text-align: left !important;
    position: relative !important;
    top: 120px !important;
    font-family: cursive !important;
    font-weight: bold !important;
}

.slider .item.slide-2.active .seriousslider-caption-text{
    text-align: left  !important;
    position: relative !important;
    top: 225px !important;
    font-family: cursive !important;
    font-weight: bold !important;
    color: #1d1919 !important;
}

.slider .item.slide-3.active .seriousslider-caption-text{
    text-align: left !important;
    position: relative !important;
    font-family: cursive !important;
    font-weight: bold !important;
    top: 100px !important;
}

.back-content1 {
	width: 100%;
	background: #ffffff;
}

.cont1-1 , .cont1-2 , .cont1-3 {
	padding-top: 90px;
}


.cont1-1 .textwidget p:nth-child(2) , .cont1-2 .textwidget p:nth-child(2) , .cont1-3 .textwidget p:nth-child(2) {
    padding: 20px 0;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    clear: both;
    color: #696969;
    display: block;
    font-size: 16px;
    font-weight: 300;
    left: 0;
    margin: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
    background-color: #fff;

}

a:hover {
	text-decoration: none;
}

.cont1-1 .textwidget a:hover , .cont1-2 .textwidget a:hover , .cont1-3 .textwidget a:hover {
	color:#0ebcff;
}

.cont1-1 .textwidget p:nth-child(2):hover , .cont1-2 .textwidget p:nth-child(2):hover 
, .cont1-3 .textwidget p:nth-child(2):hover{
	box-shadow: 8px 8px 14px #ebebeb;
	transition: 0.4s;
	margin-top: -10px;
}

.content2 {
	background: #fff;
}

.content2 .widget_black_studio_tinymce h3 {
	text-align: center;
	font-weight: bold;
}

.content2 .textwidget {
	text-align: center;
	padding-top: 15px;
}

.content2 .textwidget p:nth-child(2) a {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
}




.content2 .textwidget p:nth-child(4) a{
	background: linear-gradient(to right,#2377f5 ,#002282);
    padding: 18px 34px 14px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}

.content2 .textwidget p:nth-child(4) a:hover {
	background: #006ac3;
}

.content2 .textwidget p:nth-child(4){
	position: relative;
    bottom: -46px;
}

.back-content3 {
	width: 100%;
	border-top: 1px solid #ccc;
	background: url(../../uploads/2019/07/bg1-1.png);
	background-size: cover;
	background-attachment: fixed;
    background-position: center top -3px;
}

.content3-1 {
	text-align: center;
    margin-top: 70px;
    margin-bottom: 58px;
}

.content3-1 .widget_text h3{
	font-size: 36px;
}

.content3-1 .textwidget img {
	margin: 0;
}

.content3-2 p:before{
	font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#025cff;
}

.back-content4 {
	width: 100%;
    background: #fff;
    margin-top: 90px;
    margin-bottom: 50px;
}

.content4-1 {
	text-align: center;
        box-shadow: 0 5px 32px rgba(16, 66, 115, 0.43)
}
.content4-1 .textwidget .wp-video{
    margin: 0 auto;
}



/*footer*/



.back-footer3 {
	width: 100%;
	background: #18258c;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer1 .footer1-3 #menu-social {margin : 0;padding: 0;
    }
.footer3-1 li {list-style: none; padding :9px 4px 8px 4px; border-radius: 50%;  display: inline-block;
}
.footer3-1 li a{color: #555; font-size: 0;}
.footer3-1 li a:before{font-family: "FontAwesome"; font-size: 12px; padding: 10px; color:  #fff;}
.footer3-1 li.menu-item-56 a:before{content: "\f16d"; font-size: 15px; }
.footer3-1 li.menu-item-55 a:before{content: "\f0d5"; font-size: 15px;}
.footer3-1 li.menu-item-57 a:before{content: "\f0e1"; font-size: 15px;}
.footer3-1 li.menu-item-58 a:before{content: "\f09a"; font-size: 15px;}
.footer3-1 li.menu-item-59 a:before{content: "\f167"; font-size: 15px;}

.footer3-1 li.menu-item-55 {
    padding: 10px 4px 8px 4px;
}

.footer3-1 li.menu-item-58{
   padding: 8px 6px 8px 6px;
}

.footer3-1 li:hover {
     background-color:#0dbbef;
}


.footer3-1 .widget_nav_menu h3 {
	color: #fff;
}

.footer3-1 .menu {
	padding-top: 40px !important;
}
.footer3-2 .widget_black_studio_tinymce h3 {
	color:#fff;
}


.footer3-2 .textwidget a:hover {
	color:#00f3ff;
}

.footer3-3 .widget_text h3 {
	color: #fff;
}


.footer3-3 .textwidget {
	text-align: justify;
    color: #fff;
}

.footer3-2 .textwidget p a {
    color: #fff;
}

.back-footer4 {
   width: 100%;
   background:  #07178e;
   color: #fff;
   text-align: center;
   padding-top: 15px;
   font-size: 12px;
}

/*pages*/
.bg-epoxy {
    background: url(../../uploads/bg2-2.jpg);
    background-attachment: fixed;
 /*   background-position: center top 5;*/
    width: 100%;
    height: 440px;
   /* background-size: cover;*/
}

.bg-epoxy1 {
    background: url(../../uploads/bg2-2.jpg);
    background-attachment: fixed;
    /*background-position: center top 5;*/
    width: 100%;
    height: 440px;
   /* background-size: cover;*/
}

.back-about {
    margin-top: 30px;
    width: 100%;
}

.about1-1 .widget_black_studio_tinymce {
    text-align: justify;
}

.about1-1 .textwidget {
    line-height: 30px;
}

.about1-2{
	padding-top: 35px;
}

.about2{
    padding-bottom: 30px;
}

.about2 p a{
    background: linear-gradient(to right,#2377f5 ,#002282);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;}


.about2 p a:hover {
    background: #006ac3;
}

.about2 .textwidget{
    text-align: center;
}

.about2 .textwidget p{
    padding-top: 30px;
}

.about2-1-1{
    padding-top: 30px;
}

.about2-2 .textwidget p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color: #b58b14;
}

.about3-1 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color: #b58b14;
}

.about3-1 p:first-child:before{
    display: none;
}

.about3{
    padding-top: 30px;
}

.about3-2 .textwidget {
    text-align: center;
}

.about3-1 .widget_black_studio_tinymce {
    padding-top: 20px;
}

.back-about4 {
    margin-top: 90px;
    width: 100%; 
    background: url(../../uploads/2019/04/paint-bg.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    padding: 100px 0px;
    background-position: left top -5px;
}

.about4{
    text-align: center;
    color: #fff;
}

.about5-1 .textwidget img , .about5-2 .textwidget img , .about5-3 .textwidget img{
    border: 5px solid rosybrown;
}

.about6{
    text-align: center;
    padding-top: 30px;
}

.about7-1 .textwidget , .about7-2 .textwidget ,
 .about7-3 .textwidget , .about7-4 .textwidget {
    background: #edeef2;
}

.about7-1 .textwidget p , .about7-2 .textwidget p ,
 .about7-3 .textwidget p , .about7-4 .textwidget p {
    text-align: center;
}

.about7-1 .textwidget p img , .about7-2 .textwidget p img , .about7-3 .textwidget p img , 
.about7-4 .textwidget p img{
    margin: 0px;
    padding-top: 10px;
}

.about7-1 .textwidget p:nth-child(2) , .about7-2 .textwidget p:nth-child(2) ,
 .about7-3 .textwidget p:nth-child(2) , .about7-4 .textwidget p:nth-child(2){
    color: #000;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 20px;
}

.gallery1 .widget_text h3 {
    text-align: center;
    padding-top: 30px;
}

.gallery2 .widget_text h3 {
    text-align: center;
}

.gallery3 .widget_text h3 {
    text-align: center;
}

.test{
    margin-top: 100px;
}

.test1 {
    margin-top: 80px;
}

.joomir-posts {
    font-size: 16px;
    padding: 5px 10px;
    text-align: justify;
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 31%;
    margin: 0 1% 30px;
    float: right;
}

.joomir-posts h2{
    padding: 20px 0;
    border-radius: 0;
    bottom: 58px;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    clear: both;
    color: #696969;
    display: block;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    margin: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
    background-color: #fff;
}

.joomir-posts p{
    padding-bottom: 18px;
    border-radius: 0;
    bottom: 70px;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    clear: both;
    color: #696969;
    display: block;
    font-size: 14px;
    font-weight: 300;
    left: 0;
    margin: 0 20px;
    position: relative;
    text-align: center;
    z-index: 9;
    background-color: #fff;
}

.joomir-posts p a{
    color: #265fff;
    display: block;
}

.location1{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.location1 .textwidget a{
    background: linear-gradient(to right,#2377f5 ,#002282);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}

.location1 .textwidget a:hover{
    background: #006ac3;
}

.back-request{
    background: #fff;
    width: 100%;
}

.request1-1 .wpcf7-form{
    margin-top: 30px;
}
.request1-1 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    border-radius: 7px;
    border: 1px solid #ccc;
        width: 181%;
}

.request1-1 .wpcf7-form-control.wpcf7-textarea{
    border-radius: 7px;
    border: 1px solid #ccc;
     width: 185%;
}

.request1-1 .wpcf7-form-control.wpcf7-captchar{
    border-radius: 7px;
    border: 1px solid #ccc;
}

.request1-1 .wpcf7 label{
    color: #909090;
}

.request1-1 .wpcf7-form-control.wpcf7-submit{
    width: 100%;
    margin-top: 20px;
    background: linear-gradient(to right,#2377f5 ,#002282);
    border: none;
    border-radius: 7px;
    color: #fff;
}


.request1-2{
	padding-top: 50px;
	text-align: right;
}

.back-career{
    width: 100%;
    border-top: 1px solid #ccc;
    background: url(../../uploads/2019/03/background2-3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top -3px;
}

.career .wpcf7{
    padding-top: 20px;
}

.career .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.career .wpcf7-form label{
    color: #929292;
}

.career .wpcf7-form-control.wpcf7-select{
    border-radius: 5px;
}

.career .wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date{
    border-radius: 5px;
    border: 1px solid #ccc;
}

.career .wpcf7-form-control.wpcf7-textarea{
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 150%;
}

.career .wpcf7-form-control.wpcf7-captchar{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.career .wpcf7-form-control.wpcf7-submit{
    width: 50%;
    margin-top: 20px;
    background: linear-gradient(to right,#c5ba8c ,#745d48);
    border: none;
    border-radius: 7px;
    color: #fff;
}



.back-design {
    margin-top: 30px;
    width: 100%;
}

.design1-1 .textwidget {
    text-align: justify;
    line-height: 32px;
}



.design1-2 .textwidget p:nth-child(1) a{
    background: linear-gradient(to right,#2377f5 ,#002282);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.design1-2 .textwidget p:nth-child(1) a:hover {
    background: #006ac3;
}

.design1-2 .textwidget p:nth-child(1) {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}


.asphalt2 {
    padding-top: 30px;
}

.asphalt2 .textwidget{
    text-align: justify;
}

.asphalt2-2 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#b58b14;
}

.asphalt2-2 p:nth-child(1):before , .asphalt2-2 p:nth-child(2):before , .asphalt2-2 p:nth-child(3):before,
.asphalt2-2 p:nth-child(4):before , .asphalt2-2 p:nth-child(5):before , .asphalt2-2 p:nth-child(6):before,
.asphalt2-2 p:nth-child(16):before
{
    display: none;
}

.asphalt3 {
    padding-top: 30px;
}

.asphalt3 .textwidget{
    text-align: justify;
}

.asphalt3-1 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#b58b14;
}

.asphalt3-1 p:nth-child(1):before , .asphalt3-1 p:nth-child(6):before 
{
    display: none;
}

.asphalt4 {
    padding-top: 30px;
}

.asphalt4 .textwidget{
    text-align: justify;
}

.asphalt4-1 .textwidget img{
	padding-top: 30px;
}


.asphalt5 {
    padding-top: 30px;
}

.asphalt5 .textwidget{
    text-align: justify;
}

.asphalt5-1 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#b58b14;
}

.asphalt5-1 p:nth-child(1):before , .asphalt5-1 p:nth-child(8):before 
{
    display: none;
}

.asphalt6 .textwidget a{
    background: linear-gradient(to right,#c5ba8c ,#745d48);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.asphalt6 .textwidget a:hover {
    background: #c5ba8c;
}

.asphalt6 {
    text-align: center;
    padding-top: 30px;
}

.asphalt8 {
    text-align: center;
    padding-top: 30px;
}

.asphalt8 .widget_text h3 {
    font-size: 30px;
}

.asphalt9-1 .textwidget , .asphalt9-1 .textwidget {
    text-align: justify;
}

.asphalt9-2 .textwidget p {
    text-align: center;
}

.back-construction {
    margin-top: 30px;
    width: 100%;
}

.construction1-1 .textwidget {
    text-align: justify;
    line-height: 32px;
}


.construction1-1 p:nth-child(1):before , .construction1-1 p:nth-child(8):before , .construction1-1 p:nth-child(9):before{
    display: none;
}

.construction1-2 .textwidget p:nth-child(1) a{
    background: linear-gradient(to right,#2377f5 ,#002282);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.construction1-2 .textwidget p:nth-child(1) a:hover {
    background: #006ac3;
}

.construction1-2 .textwidget p:nth-child(1) {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.bitumen2 .textwidget a{
    background: linear-gradient(to right,#c5ba8c ,#745d48);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.bitumen2 .textwidget a:hover {
    background: #c5ba8c;
}

.bitumen2 {
    text-align: center;
    padding-top: 30px;
}

.bitumen4-1{
	padding-top: 34px;
}

.bitumen4-2{
	padding-top: 22px;
}
.bitumen4-2 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#b58b14;
}
.bitumen3 {
    text-align: center;
    padding-top: 30px;
}

.bitumen3 .widget_text h3 {
    font-size: 30px;
}

.bitumen3-1 .textwidget , .bitumen3-3 .textwidget {
    text-align: justify;
}

.bitumen3-2 .textwidget p {
    text-align: center;
}

.concrete1-2 .textwidget p img{
	padding-top: 30px;
}

.back-development {
    margin-top: 30px;
    width: 100%;
}

.development1-1 .textwidget {
    text-align: justify;
    line-height: 32px;
}

.development1-1 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#b58b14;
}

.development1-1 p:nth-child(1):before , .development1-1 p:nth-child(2):before , .development1-1 p:nth-child(3):before,
.development1-1 p:nth-child(4):before , .development1-1 p:nth-child(5):before{
    display: none;
}

.development1-2 .textwidget p:nth-child(1) a{
    background: linear-gradient(to right,#2377f5 ,#002282);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.development1-2 .textwidget p:nth-child(1) a:hover {
    background: #006ac3;
}

.development1-2 .textwidget p:nth-child(1) {
    padding-top: 40px;
    text-align: center;
}

.development1-2 .textwidget p img{
	padding-top: 30px;
}


.concrete6 .textwidget a{
    background: linear-gradient(to right,#c5ba8c ,#745d48);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.concrete6 .textwidget a:hover {
    background: #c5ba8c;
}

.concrete6 {
    text-align: center;
    padding-top: 30px;
}

.concrete8 {
    text-align: center;
    padding-top: 30px;
}

.concrete8 .widget_text h3 {
    font-size: 30px;
}

.concrete9-1 .textwidget , .concrete9-3 .textwidget {
    text-align: justify;
}

.concrete9-2 .textwidget p {
    text-align: center;
}


.test {
    margin-top: 100px;
    line-height: 30px;
    text-align: justify;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 2000px) and (min-width: 1650px){
		.bg-epoxy{
        background: url(../../uploads/bg2-2.jpg);
        background-attachment: fixed;
        /*background-position: center top 5;*/
        width: 100%;
        /*background-size: cover;*/
        height: 440px !important;
}
}
@media (max-width: 1207px) and (min-width: 1070px){
.main-menu li a{
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
}
}

@media (max-width: 1200px){
    .request1-1 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{

    width: 114%;
}

.request1-1 .wpcf7-form-control.wpcf7-textarea{
     width: 114%;
}
}

@media (max-width: 1150px){
    .tel .textwidget {
    font-size: 15px;
}
}

@media (max-width: 1069px){
.main-menu li a{
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;

}
}

@media (max-width: 1030px){
.tel .textwidget {
    font-size: 14px;
}
}

@media (max-width: 992px){
	.main-menu li a {
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px;
	}
	    .tel .textwidget {
    font-size: 11px;
}

.asphalt1-2 .textwidget p:nth-child(1) a{
        padding: 16px 29px 9px 29px;
        font-size: 14px;
    }

.concrete1-2 .textwidget p:nth-child(1) a{
        padding: 16px 29px 9px 29px;
        font-size: 14px;
    }
}

@media (max-width: 991px){
	.content2 .textwidget p:nth-child(3) a{
        font-size: 17px;
	}

.slider {
    margin-top: 93px;
}

	
}

@media (max-width: 929px){
.main-menu li a {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
}
}

@media (max-width: 872px){
.tel .textwidget {
    font-size: 8px;
}
}
@media (max-width: 768px){
	.main-menu {
		display: none;
	}

	.cont1-1, .cont1-2{
		text-align: center;
	}

.tel .textwidget {
    font-size: 16px;
    text-align: center;
    padding-top: 0px;
}
.joomir-posts{
    width: 98%;
}

/*.content2 .textwidget p:nth-child(2){
    font-size: 8px;
}*/
.request1-2{
    display: none;
}

.bg-epoxy{
    background-position: center top 80px;
}

.request1-1 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{

    width: 100%;
}

.request1-1 .wpcf7-form-control.wpcf7-textarea{
     width: 100%;
}
.request1-1 .wpcf7-form-control.wpcf7-submit{
    width: 50%;
}

.career .wpcf7-form-control.wpcf7-textarea{
    width: 100%;
}


    .footer2 .textwidget {
    font-size: 18px;
}

.slider .seriousslider-caption-text{
    display: none;
}
/*.responsive-menu-box {
    height: 20px !important;
}*/
}

@media (max-width: 761px){
  /*  .content2 .textwidget p:nth-child(3) a{
        font-size: 15px;
	}
*/
    .about2 p a{
    font-size: 16px;
}
}

@media (max-width: 785px){
   .alignnone {
	margin: 0px !important;
}
}

/*@media (max-width: 684px){
    .content2 .textwidget p:nth-child(3) a{
        font-size: 12px;
	}
}*/

/*@media (max-width: 579px){
    .content2 .textwidget p:nth-child(3) a{
        font-size: 9px;
        font-weight: bold;
	}
	.content2 .textwidget p:nth-child(3){
		bottom: -24px;
	}
}*/

@media (max-width: 579px){
       .about2 p a{
        padding: 8px 10px 8px 10px;
        font-size: 12px;
        }
}

@media (max-width: 497px){
 .about2 p a{
        padding: 7px 9px 7px 9px;
        font-size: 11px;}
}

@media (max-width: 486px){
/*	.content2 .textwidget p:nth-child(3){
		bottom: -20px;
	}

	.content2 .textwidget p:nth-child(3) a{
		padding: 6px 5px 4px 5px;
		font-size: 8px;
        font-weight: bold;
	}*/
	.bg-epoxy{
        background: url(../../uploads/bg2-1.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 115px;
        margin-top: 94px;
}
}

@media (max-width: 461px){
.about2 p a{
        padding: 5px 7px 5px 7px;
        font-size: 8px;
    }
}

@media (max-width: 400px){
    .content2 .textwidget p:nth-child(4) a {
    padding: 10px 25px 10px 25px;
    font-size: 16px;
}
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
