/*
	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");
}

@font-face {
    font-family: 'OpenSans-Semibold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Semibold-webfont.eot") format("embedded-opentype"),
    url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), 
    url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), 
    url("fonts/OpenSans-Semibold-webfont.svg") format("svg");
}

@font-face {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Georgia-webfont.eot") format("embedded-opentype"),
    url("fonts/Georgia-webfont.woff") format("woff"), 
    url("fonts/Georgia-webfont.ttf") format("truetype"), 
    url("fonts/Georgia-webfont.svg") format("svg");
}

@font-face {
    font-family: "latha";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/latha-webfont.eot") format("embedded-opentype"),
    url("fonts/latha-webfont.woff") format("woff"), 
    url("fonts/latha-webfont.ttf") format("truetype"), 
    url("fonts/latha-webfont.svg") format("svg");
}

@font-face {
    font-family: "LCALLIG";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/LCALLIG-webfont.eot") format("embedded-opentype"),
    url("fonts/LCALLIG-webfont.woff") format("woff"), 
    url("fonts/LCALLIG-webfont.ttf") format("truetype"), 
    url("fonts/LCALLIG-webfont.svg") format("svg");
}

@font-face {
    font-family: "TwCenMTStd";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/TwCenMTStd-webfont.eot") format("embedded-opentype"),
    url("fonts/TwCenMTStd-webfont.woff") format("woff"), 
    url("fonts/TwCenMTStd-webfont.ttf") format("truetype"), 
    url("fonts/TwCenMTStd-webfont.svg") format("svg");
}

@font-face {
    font-family: "lucida calligraphy italic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/lucida calligraphy italic-webfont.eot") format("embedded-opentype"),
    url("fonts/lucida calligraphy italic-webfont.woff") format("woff"), 
    url("fonts/lucida calligraphy italic-webfont.ttf") format("truetype"), 
    url("fonts/lucida calligraphy italic-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:sans-serif; 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
\*------------------------------------*/

/*header*/

.back-header1 {
   width: 100%;
   background: linear-gradient(to left,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 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: 0px;
}

.logo p {
	margin: 0px;
}

.logo .textwidget{
    /*padding-bottom: 8px;*/
    padding-top: 5px;
}

/*.logo p:nth-child(2){*/
/*    float: right;*/
/*    margin-top: -46px;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*}*/

.tel .textwidget {
    color: #fff;
    padding-top:23px;
    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: #00d0a1;/*#e130a7;*/
    border-radius: 50%;
}

/*.tel .textwidget p a{*/
/*        cursor: default;*/
/*}*/

.main-menu {padding: 16px 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; 
    /*font-weight: bold;*/   
}
.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%;
    /*padding-right: 10px;*/
    float:left;
    list-style-type:none; 
   /* margin-right: 0; 
    margin-left: 0;
    border-bottom: 1px solid #ffffff;*/
    padding-left: 4px;
    padding-top: 4px;
}
.main-menu li li:last-child{border-bottom: none;}
.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: #e130a7;
}
.main-menu li li{ }
.main-menu ul ul ul{  margin:-30px 130px 0px 141px !important;}

.main-menu .widget_nav_menu {
	/*text-align: right;*/
    padding-top: 12px;
}

#menu-item-18 > a {
    cursor: default;
}

#menu-item-40 > a {
   cursor: default; 
}

#responsive-menu-item-18 > a {
    cursor: default;
}

#responsive-menu-item-40 > a {
    cursor: default;
}

#menu-item-142:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: url(../../uploads/2019/01/menu-bg.jpg) no-repeat;
    float: left;
}

#menu-item-150:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: url(../../uploads/2019/01/menu-bg.jpg) no-repeat;
    float: left;
}

/*index*/

.slider {
	margin-top: 75px;
}

.seriousslider-inner .item.slide-3 p{
    text-align: left;
    padding-top: 30px;
    position: relative;
    top: 40px;
    color: #000;
     font-family: "latha"!important;
         font-style: italic;
}

.seriousslider-inner .item.slide-3 .seriousslider-caption-buttons {
    text-align: left;
    margin-top: 70px;
    background: transparent;
      font-family: "latha"!important;
          font-style: italic;
}

.seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1), 
.seriousslider-light .seriousslider-caption-buttons a:hover:nth-child(2n){
    color: #000000 !important;
}

.seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1) {
    background-color: transparent !important;
}

.seriousslider-light .seriousslider-caption-buttons a{
    border: 2px solid #ff00bc !important;
}



.item.slide-2 .seriousslider-caption {
    text-align: left !important;
}

.seriousslider-inner .item.slide-2 p{
    padding-top: 300px;
    position: relative;
    top: 40px;
    color: #fff;
      font-family: "latha"!important;
      font-style: italic;
}

.seriousslider-inner .item.slide-2 ul{
    top: 40px;
    color: #fff;
    position: relative;
      font-family: "latha"!important;
      font-style: italic;
}

.seriousslider-inner .item.slide-2 .seriousslider-caption-buttons {
    margin-top: 70px;
      font-family: "latha"!important;
      font-style: italic;
}

.item.slide-1 .seriousslider-caption {
    text-align: right !important;
}
.item.slide-1 .seriousslider-caption-text ul{
    float: right;
    text-align: left;
}

.seriousslider-inner .item.slide-1 p{
    position: relative;
    bottom:180px;
    color: #000;
      font-family: "latha"!important;
      font-style: italic;
}

.seriousslider-inner .item.slide-1 ul{
    bottom:180px;
    color: #000;
    position: relative;
      font-family: "latha"!important;
      font-style: italic;
}



.item.slide-1 .seriousslider-caption-buttons {
    position: absolute;
    right: 0;
      font-family: "latha"!important;
      font-style: italic;
}

.item.slide-1 .seriousslider-caption-buttons {
   margin: 0;
}




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

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

.cont1-1 .textwidget {
	position: relative;
	    margin-bottom: 0;
}


.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: #e130a7;
/*	transition: all 300ms linear 0s;*/
}

.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;
}

.cont1-1 .textwidget p:nth-child(2) , .cont1-2 .textwidget p:nth-child(2) ,
 .cont1-3 .textwidget p:nth-child(2){
	transition: 0.4s;
}

.content2 {
	background: #fff;
}
#demo{font-weight:bold;font-size:20px;background:#e9f6f9;}
.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(2) {
	padding-top: 30px;
	padding-bottom: 70px;
}

.content2 .textwidget p:nth-child(3) a{
	background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}

.content2 .textwidget p:nth-child(3) a:hover {
	background: #0bd2cd /*#f73c95*/;
    color: #e130a7;
}

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

.back-content3 {
	width: 100%;
	border-top: 1px solid #ccc;
	background: url(../../uploads/2018/12/background2.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:#0abab5 /*#e130a7*/;
}

table.onlinecomputing{border:solid 1px #eee;text-align:center;}
table.onlinecomputing tr{border:solid 1px #eee;}
table.onlinecomputing tr th{line-height:60px;background:#f9f9f9;border-right:solid 1px #eee;text-align:center;}
table.onlinecomputing tr td{line-height:40px;text-align:center;border-right:solid 1px #eee;}
table.onlinecomputing tr td input{width: 40px;line-height: 26px;border-radius: 4px;border: solid 1px #eee;background: #f9f9f9;text-align:center;}
table.onlinecomputing tr:last-child{background:#666;color:#fff;font-size:20px;font-weight:bold;}
table.onlinecomputing tr:last-child td{line-height:80px;}
table.onlinecomputing #total_1, table.onlinecomputing #total_2, table.onlinecomputing #total_3, table.onlinecomputing #total_4, table.onlinecomputing #total_5, table.onlinecomputing #total_6, table.onlinecomputing #total_7, table.onlinecomputing #total_8,
table.onlinecomputing #total_9, table.onlinecomputing #total_10, table.onlinecomputing #total_11, table.onlinecomputing #total_12, table.onlinecomputing #total_13, table.onlinecomputing #total_14, table.onlinecomputing #total_15, table.onlinecomputing #total_16,
table.onlinecomputing #total_17, table.onlinecomputing #total_18, table.onlinecomputing #total_19, table.onlinecomputing #total_20{display:none;}
table.onlinecomputing button{padding:15px 20px;background:#6eca6e;color:#fff;font-size:20px;font-weight:bold;border:0;margin:10px 0;font-weight:bold;border-bottom:solid #2dbb2d!important;}


/*.content3-2 .cont3-1 {
	text-align: center;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
}

.content3-2 .cont3-2 {
	text-align: center;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
}

.content3-2 .cont3-3 {
	text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
}

.content3-3 .cont3-4 {
	text-align: center;
    border-right: 1px dashed #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
}

.content3-3 .cont3-5 {
	text-align: center;
    border-right: 1px dashed #ccc;
    padding-top: 70px;
    padding-bottom: 70px;
}

.content3-3 .cont3-6 {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}

.content3-2 .cont3-1 a:hover ,.content3-2 .cont3-2 a:hover , .content3-2 .cont3-3 a:hover {
	color: #e130a7;
}

.content3-3 .cont3-4 a:hover ,.content3-3 .cont3-5 a:hover, .content3-3 .cont3-6 a:hover {
	color: #e130a7;
}
*/
.back-content4 {
	background: #fff;
	width: 100%;
	margin-top: 90px;
	clear: both;
}

.content4-1 {
	text-align: center;
}

.content4-1 .widget_text img {
    margin: 0;
}

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

.content4-2 {
	margin-top: 40px;
}


/*.cont4-1 .textwidget p:nth-child(4) , .cont4-2 .textwidget p:nth-child(4){*/
/*	padding: 20px 0;*/
/*    border-radius: 0;*/
/*    bottom: 20px;*/
/*    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;*/
/*}*/

/*.cont4-1 .textwidget p:nth-child(5) , .cont4-2 .textwidget p:nth-child(5) {*/
/*    padding-bottom: 18px;*/
/*    border-radius: 0;*/
/*    bottom: 34px;*/
/*    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;*/
/*}*/

/*.cont4-1 .textwidget a:hover , .cont4-2 .textwidget a:hover {*/
/*	color: #e130a7;*/
/*}*/



/*footer*/

.back-footer1{
	background: #fff;
	width: 100%;
	clear: both;
	padding-bottom: 30px;
	margin-top: 30px;
/*	border-top: 1px solid #ccc;*/
}

.home .back-footer1 {
	margin-top: -58px;
	background: #fff;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	border-top:0;
}

.footer1 {
    text-align: center;
}

.footer1 h3{
    font-size: 36px;
}

.logo_showcase .slick-dots li button{
	display: none;
}

.home .footer1 .widget_text {
	padding-top:90px;
}

.footer1-1{
    text-align: center;
    padding-top: 20px;
}

.footer1-1 .widget_text h3{
    font-weight: bold;
}

.back-footer2{
	background: url(../../uploads/2018/12/footer.jpg);
	background-size: cover;
   /* background-position: center;*/
    clear: both;
    width: 100%;
    min-height: 70px;
     color: #fff;
}

.footer2 {
	text-align: center;
    padding-top: 23px;
    color: #fff;
   
}

.footer2 .textwidget {
    font-size: 24px;
    font-weight: bold;
}

.footer2 .textwidget {
     color: #fff !important;
}

.footer2 .textwidget p a{
    cursor:  auto;
}

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

/*#menu-social {
    text-align: center;
}*/
.footer3-1 #menu-social {margin : 0;padding: 0;
    }
.footer3-1 li {list-style: none;  padding :5px 2px 5px 2px; border-radius: 4px;  display: inline-block;
 background-color: #f73c95;}
.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-117 a:before{content: "\f16d"; font-size: 18px;}
.footer3-1 li.menu-item-117 a:hover:before {color:#9105ea }
.footer3-1 li.menu-item-116 a:before{content: "\f0d5"; font-size: 16px;}
.footer3-1 li.menu-item-116 a:hover:before {color:#63b4a1}
.footer3-1 li.menu-item-120 a:before{content: "\f0e1"; font-size: 18px;}
.footer3-1 li.menu-item-120 a:hover:before {color:#0099c9}
.footer3-1 li.menu-item-119 a:before{content: "\f09a"; font-size: 18px;}
.footer3-1 li.menu-item-119 a:hover:before {color: #efc32e }
.footer3-1 li.menu-item-116 {
    padding:7px 2px 6px 2px;
}

.footer3-1 li.menu-item-380 a:before{content: "\f167"; font-size: 18px;}
.footer3-1 li.menu-item-380 a:hover:before {color:#1dffea }

.footer3-1 li.menu-item-119 {
    padding: 5px 4px 5px 4px;
}

.footer3-1 .widget_nav_menu h3 {
	/*text-align: center;*/
	color: blueviolet;;
}

.footer3-1 .menu {
	padding-top: 40px !important;
}
.footer3-2 .widget_black_studio_tinymce h3 {
	/*text-align: center;*/
	color: royalblue;
}

.table>tbody>tr>td, .table>tbody>tr>th,
.table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top:none;
}

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

.footer3-3 .widget_text h3 {
	/*text-align: center;*/
	color: dodgerblue;
}


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

.footer3-4 .widget_text h3{
	color: blue;
}


.back-footer4 {
   width: 100%;
   background: linear-gradient(to right,#00d39f 0,#008bd3 25%,#d40063 75%,#d4be00 100%);
   color: #fff;
   text-align: center;
   padding-top: 15px;
   font-size: 12px;
}







/*page*/
/*.test {*/
/*	padding-top: 100px;*/
/*}*/

.page-id-50 {
	background: url(../../uploads/2018/12/background.png);
	/*background-size: cover;*/
	background-attachment: fixed;
    background-position: center top 10px;
}

.page-id-6 {
/*	background: url(../../uploads/2018/12/about.png);
	background-attachment: fixed;
    background-position: center bottom 21px;
        background-color: rgba(0,0,0,.7);
        width: 100%;*/
}



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

.warranty1-1 .textwidget p:nth-child(1) , .warranty1-2 .textwidget p:nth-child(1){
	text-align: center;
}

.warranty1-1 .textwidget p:nth-child(2) , .warranty1-2 .textwidget p:nth-child(2) {
    font-weight: bold;
}

.warranty1-1 .widget_black_studio_tinymce h3 , .warranty1-2 .widget_black_studio_tinymce h3{
	text-align: center;
}

.warranty2 .widget_text {
    text-align: justify;
    padding-top: 30px;
}

.warranty2 .widget_text p:nth-child(3) a{
	background:  linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.warranty2 .widget_text p:nth-child(3) a:hover {
	background: #0bd2cd/*#f73c95*/;
}

.warranty2 .widget_text p:nth-child(3) {
	padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.warranty3 .widget_black_studio_tinymce {
    text-align: justify;
}

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

.education1-1 .textwidget {
	text-align: justify;
}

.education1-2 .textwidget p:nth-child(1) a{
	background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.education1-2 .textwidget p:nth-child(1) a:hover {
	background: #0bd2cd/*#f73c95*/;
}

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

.education2-2 .textwidget {
	text-align: justify;
}

/*.education2-1 .textwidget p:nth-child(2) a{
	background:linear-gradient(to right,#0abab5,#0deae4);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.education2-1 .textwidget p:nth-child(2) a:hover {
	background: #0bd2cd;
}

.education2-1 .textwidget p:nth-child(2) {
	padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}
*/
.education2-2 p:before{
	font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color: #0abab5/*#e130a7*/;
}

.education3 .textwidget p a{
    background:linear-gradient(to right,#0abab5,#0deae4);
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.education3 .textwidget p a:hover {
    background: #0bd2cd;
}

.education3{
    text-align: center;
    padding-top: 40px;
}

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


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

.strata1-1 .textwidget {
	text-align: justify;
}

.strata1-2 .textwidget p:nth-child(1) a{
	background:linear-gradient(to right,#0abab5,#0deae4) /*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.strata1-2 .textwidget p:nth-child(1) a:hover {
	background:#0bd2cd/* #f73c95*/;
}

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

.strata2-2 .textwidget {
	text-align: justify;
}

.strata2-1 .textwidget p:nth-child(2) a{
	background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.strata2-1 .textwidget p:nth-child(2) a:hover {
	background: #0bd2cd/*#f73c95*/;
}

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

.strata2-2 p:before{
	font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color: #0abab5/*#e130a7*/;
}

.strata3 .widget_text {
    text-align: center;
    padding-bottom: 20px;
}

.strata3 .widget_text h3 {
	font-weight: bold;
}


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

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

.back-residential {
	margin-top: 30px;
	width: 100%;
}
.residential1-2 .textwidget p:nth-child(1) a{
	background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 9px 11px 9px 11px;;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}

.residential1-2 .widget_black_studio_tinymce {
    text-align: center;
}

.residential1-2 .textwidget p:nth-child(1) a:hover {
	background:#0bd2cd /*#f73c95*/;
}

.residential1-2 .textwidget p:nth-child(1){
	padding-top: 30px;
}

.residential1-2 .textwidget p:nth-child(2){
	text-align: center;
}

.residential1-1 .textwidget {
	text-align: justify;
}

.residential1-2 .textwidget img {
    padding-top: 10px;
}

.residential2-2 p:before{
	font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#0abab5 /*#e130a7*/;
}

.residential2-1 .textwidget p{
	text-align: center;
}

.residential3 p a{
	background: linear-gradient(to right,#0abab5,#0deae4);
    padding: 9px 11px 9px 11px;;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}

.residential3 p a:hover {
	background: #0bd2cd;
}

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

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

.residential4 .widget_text {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.residential4 .widget_text h3 {
	font-weight: bold;
}

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

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


.logo a img.alignnone {
	margin:0px !important;
}

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

.commercial1-1 .textwidget {
    text-align: justify;
}

.commercial1-2 .textwidget p:nth-child(1) a{
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.commercial1-2 .textwidget p:nth-child(1) a:hover {
    background: #0bd2cd/*#f73c95*/;
}

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

.commercial1-1 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#0abab5/* #e130a7*/;
}

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

.commercial2 {
    padding-top: 30px;
}

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

.commercial2-2 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#0abab5/* #e130a7*/;
}

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

.commercial3 {
    padding-top: 30px;
}

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

.commercial3-1 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#0abab5/* #e130a7*/;
}

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

.commercial4 {
    padding-top: 30px;
}

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

.commercial4-2 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color: #0abab5/*#e130a7*/;
}

.commercial4-2 p:first-child:before{
    display: none;
}

.commercial5 {
    padding-top: 30px;
}

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

.commercial6 .textwidget a{
    background: linear-gradient(to right,#0abab5,#0deae4) /*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.commercial6 .textwidget a:hover {
    background: #0bd2cd/*#f73c95*/;
}

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

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

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

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

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

.post-143 .locate a{
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.post-143 .locate a:hover {
    background: #0bd2cd/*#f73c95*/;
}

.post-143 .locate{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.about1-1 .widget_black_studio_tinymce {
 /*   padding-top: 50px;*/
    text-align: justify;
}

.about2 p a{
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;}
/*    background: linear-gradient(to right,#0abab5,#0deae4);
    padding: 9px 11px 9px 11px;;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}*/

.about2 p a:hover {
    background: #0bd2cd/*#f73c95*/;
}

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

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

.about3-1 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#0abab5/* #e130a7*/;
}

.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/01/paint-bg.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    padding: 100px 0px;
    background-position: left top -5px;
}

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

.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{
    /*border-radius: 50%;*/
    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;
}
.about5-1 .textwidget img , .about5-2 .textwidget img , .about5-3 .textwidget img{
    border: 5px solid #0deae4;
}

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

.retirement1-1 .textwidget {
    text-align: justify;
}

.retirement1-2 .textwidget p:nth-child(1) a{
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.retirement1-2 .textwidget p:nth-child(1) a:hover {
    background: #0bd2cd/*#f73c95*/;
}

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

.retirement2-2 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color: #0abab5/*#e130a7*/;
}

.retirement2-2{
    padding-left: 30px;
}

.retirement3 .textwidget a {
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}

.retirement3 .textwidget a:hover {
    background: #0bd2cd/*#f73c95*/;
}

.retirement3 .textwidget {
    text-align: center;
    padding-top: 50px;
}

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

.epoxy1-1 .textwidget {
    text-align: justify;
}

.epoxy1-2 .textwidget p:nth-child(1) a{
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}
.epoxy1-2 .textwidget p:nth-child(1) a:hover {
    background: #0bd2cd/*#f73c95*/;
}

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

.epoxy2-2 p:before{
    font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color: #0abab5/*#e130a7*/;
}

.epoxy3 .textwidget a {
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}

.epoxy3 .textwidget a:hover {
    background: #0bd2cd/*#f73c95*/;
}

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

.bg-epoxy {
    background: url(../../uploads/2019/01/7.jpg);
    background-attachment: fixed;
    background-position: center top 5;
    width: 100%;
    height: 340px;
    background-size: cover;
}

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

.location1 .textwidget a{
    background: linear-gradient(to right,#0abab5,#0deae4)/*linear-gradient(to right,#9105ea,#f73c95)*/;
    padding: 20px 34px 12px 34px;
    color: #fff;
    font-size: 21px;
    border-radius: 3px;
}

.location1 .textwidget a:hover{
    background: #0bd2cd/*#f73c95*/;
}

.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: 162%;
}

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

.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,#0abab5,#0deae4);;
    border: none;
    border-radius: 7px;
    color: #fff;
    padding: 12px;
}

/*.gform_fields.top_label.description_below {
    width: 50%;
}*/

/*.request1-1 #gform_fields_1 {*/
/*    width: 50%;*/
/*}*/

/*.request1-1 .gform_heading {*/
/*    display: none;*/
/*}*/

/*.request1-1 .gform_button  {*/
/*    width: 100%;*/
/*    background:linear-gradient(to right,#0abab5,#0deae4);*/
/*    border: none;*/
/*    color: #fff;*/
/*    border-radius: 7px;*/
/*    padding: 12px;*/
/*}*/

/*.request1-1 #input_1_1_6 , #input_1_1_3 ,#input_1_2 , #input_1_3 , #input_1_4 , #input_1_5{*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 7px;*/
/*        color: #999;*/
/*}*/

/*.request1-1 .gform_wrapper .top_label .gfield_label {*/
/*    color: #999;*/
/*}*/

/*.request1-1 .gform_wrapper .ginput_complex label{*/
/*    color: #999;*/
/*}*/

/*.request1-1 .ginput_container {*/
/*    color: #999;*/
/*}*/



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

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

.back-career{
    width: 100%;
    border-top: 1px solid #ccc;
    background: url(../../uploads/2018/12/background2.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,#0abab5,#0deae4);
    border: none;
    border-radius: 7px;
    color: #fff;
    padding: 10px;
}

/*.career #input_2_2_3 , .career #input_2_2_6 , .career #input_2_3 , .career #input_2_4 , */
/*.career #input_2_5_1 , .career #input_2_5_2, .career #input_2_5_3 , .career #input_2_5_4*/
/*, .career #input_2_5_5 , .career #input_2_5_6 , .career #input_2_7 , .career #input_2_8 , */
/*.career #input_2_9 , .career #input_2_10 , .career #input_2_11 , .career #input_2_12 ,*/
/* .career #input_2_13 , .career #input_2_14 , .career #input_2_15 ,.career #input_2_16 ,*/
/* .career #input_2_17 , .career #input_2_18 , .career #input_2_19 , .career #input_2_20 , */
/* .career #input_2_21 , .career #input_2_23 , .career #input_2_26  {*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 7px;*/
/*    color: #999;*/
/*}*/

/*.career #input_2_5_1_container , .career #input_2_5_2_container , .career #field_2_23 .ginput_container{*/
/*    width: 50%;*/
/*}*/

/*.career #field_2_2 .gfield_label , .career #field_2_2 .ginput_left label ,*/
/*.career #field_2_2 .ginput_right label , .career #field_2_3 .gfield_label , .career #field_2_4 .gfield_label , */
/*.career #field_2_5 .gfield_label , .career #field_2_5 #input_2_5_1_label , .career #field_2_5 #input_2_5_2_label ,*/
/*.career #field_2_5 #input_2_5 .ginput_left label , .career #field_2_5 #input_2_5 .ginput_right label , */
/*.career #field_2_7 .gfield_label , .career #field_2_8 .gfield_label , .career #field_2_9 .gfield_label ,*/
/* .career #field_2_10 .gfield_label , .career #field_2_11 .gfield_label , .career #field_2_12 .gfield_label ,*/
/*  .career #field_2_13 .gfield_label , .career #field_2_14 .gfield_label , .career #field_2_15 .gfield_label ,*/
/*  .career #field_2_16 .gfield_label , .career #field_2_17 .gfield_label , .career #field_2_18 .gfield_label , */
/*  .career #field_2_19 .gfield_label , .career #field_2_20 .gfield_label , .career #field_2_21 .gfield_label ,*/
/*  .career #field_2_24 .gfield_label , .career #input_2_24 #label_24_0 , .career #input_2_24 #label_24_1 , */
/*  .career #input_2_24 #label_24_2 , .career #input_2_24 #label_24_3 , .career #input_2_24 #label_24_4 , */
/*  .career #input_2_24 #label_24_5 , .career #input_2_24 #label_24_6 , .career #field_2_25 .gfield_label , */
/*  .career #field_2_25 #input_2_25 #label_25_0 ,.career #field_2_25 #input_2_25 #label_25_1 ,*/
/*   .career #field_2_23 .gfield_label , .career #field_2_26 .ginput_container  {*/
/*    color: #999;*/
/*}*/
/*.career .gform_button  {*/
/*    width: 50%;*/
/*    background:linear-gradient(to right,#0abab5,#0deae4);*/
/*    border: none;*/
/*    color: #fff;*/
/*    border-radius: 7px;*/
/*    padding: 12px;*/
/*}*/

/*.career .gform_heading {*/
/*    display: none !important;*/
/*}*/

/*.career .gf_browser_chrome.gform_wrapper{*/
/*    padding-top: 30px;*/
/*}*/

.test1 {
    margin-top: 80px;
}

.test{
    margin-top: 100px;
}

.joomir-posts {
    font-size: 16px;
    padding: 5px 10px;
    text-align: justify;
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 48%;
    margin: 0 1% 30px;
    float: right;
}
#text-54 h3{margin:0;line-height:40px;background:#000;padding:0 10px;font-size:18px;font-weight:bold;color:#fff;}
#text-54 .textwidget{background:#f9f9f9;padding:15px 10px;}
.test1 .joomir-posts{padding:0 10px;}
.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: #e130a7;
    display: block;
}

/*.page-id-10 {*/
/*    background: linear-gradient(to left,#d3fbf1 0,#def2fd 25%,#ffe4f0 75%,#fffded 100%);*/
/*}*/

/*.page-id-14 {*/
/*    background: linear-gradient(to left,#d3fbf1 0,#def2fd 25%,#ffe4f0 75%,#fffded 100%);*/
/*}*/

.page-id-10 p a:hover{
        color: #ff0081
}

.page-id-14 p a:hover{
        color: #ff0081
}

.post-10 p:before{
	font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#0abab5;}
    
.post-10 .col-md-6.tab1{
padding-top: 20px;}

.post-14 p:before{
	font-family: "FontAwesome";
    content: "\f08b";
    font-size: 18px;
    color:#0abab5;}
    
.post-14 .col-md-6.tab3{
padding-top: 20px;}

/*------------------------------------*\
    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: 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: 1199px) {
.residential1-2 .textwidget p:nth-child(1) a{
	padding: 6px 8px 6px 8px;
	font-size: 12px;
}
}
@media (max-width: 1198px) {

/*.seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-buttons{
           display: none !important;
    }*/
    .seriousslider-inner .item.slide-1 ul{
        display: none !important;
    }
    .seriousslider-inner .item.slide-1 p{
           display: none !important;
    }

    .seriousslider-inner .item.slide-2 ul{
         display: none !important;
    }

    .seriousslider-inner .item.slide-2 p{
         display: none !important;
    }

    .seriousslider-inner .item.slide-3 p{
         display: none !important;
    }
}

@media (max-width: 1198px) and (min-width: 550px){
    .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-buttons{
           display: none !important;
    }
}

@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: 1110px){
      .item.slide-1 .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-buttons{
        padding-top: 90px !important;
    }

.item.slide-1 .seriousslider-inner .item.slide-1 ul {
    bottom: 90px;
}
.item.slide-1 .seriousslider-inner .item.slide-1 p {
    bottom: 90px;
}
}*/


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

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

	.education3 .textwidget p a{
		padding: 16px 29px 9px 29px;
		font-size: 14px;
	}

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

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

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

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

    .logo p:nth-child(2){
    margin-top: -41px;
    font-size: 11px;
  
    }

    .tel .textwidget {
    font-size: 11px;
}
}

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

.slider {
    margin-top: 72px;
}

	
}

@media (max-width: 991px) and (min-width: 767px) {
.residential1-2 .textwidget p:nth-child(1) a{
		padding: 3px 5px 3px 5px;
        font-size: 9px;
	}

}

@media (max-width: 982px) and (min-width: 768px){
.footer3-1 li a:before{font-family: "FontAwesome";/* font-size: 12px;*/ padding: 6px; color:  #fff;}
.footer3-1 li.menu-item-117 a:before{content: "\f16d"; font-size: 15px;}

.footer3-1 li.menu-item-116 a:before{content: "\f0d5"; font-size: 14px;}

.footer3-1 li.menu-item-120 a:before{content: "\f0e1"; font-size: 15px;}

.footer3-1 li.menu-item-119 a:before{content: "\f09a"; font-size: 15px;}

.footer3-1 li.menu-item-380 a:before{content: "\f167"; font-size: 15px;}
}

@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, .cont1-3{
		text-align: center;
	}

    .education1-2 .textwidget p:nth-child(2){
	    text-align: center;
	}
	/*.education2-1 .textwidget p:nth-child(1){
	    text-align: center;
	}*/

	.strata1-2 .textwidget p:nth-child(2){
	    text-align: center;
	}
	.strata2-1 .textwidget p:nth-child(1){
	    text-align: center;
	}

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

.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%;
}


/*#gform_fields_1 {*/
/*    width: 100%;*/
/*}*/

/*.career #input_2_5_1_container , .career #input_2_5_2_container , .career #field_2_23 .ginput_container{*/
/*    width:100%;*/
/*}*/

    .logo p:nth-child(2){
    font-size: 18px;
    float: left;
    padding-left: 80px;
  
    }
.joomir-posts{
    width: 98%;
}

.content2 .textwidget p:nth-child(2){
    font-size: 8px;
}
.tel .textwidget {
    font-size: 16px;
    text-align: center;
    padding-top: 0px;
}

.request1-2{
    display: none;
}

.slider .seriousslider-light .seriousslider-caption-buttons a{
    font-size: 10px !important;
    padding: 5px 10px !important;
    letter-spacing: 0px !important;
}

.slider .item.slide-1 .seriousslider-caption{
    top: 30% !important;
}

.slider .item.slide-2 .seriousslider-caption{
    top: 68% !important;
}
.bg-epoxy{
    background-position: center top 80px;
}
}

@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: 740px){
    .seriousslider-inner .item.slide-1 ul {
    bottom: 75px;
}
.seriousslider-inner .item.slide-1 p {
    bottom: 75px;
}
}

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

@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){
	   .residential3 p a{
	   	padding: 8px 10px 8px 10px;
	   	font-size: 12px;
	   	} 

        .about2 p a{
        padding: 8px 10px 8px 10px;
        font-size: 12px;
        }
}

/*@media (max-width: 550px){
        .item.slide-1 .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-buttons{
        padding-top: 58px !important;
    }

.item.slide-1 .seriousslider-inner .item.slide-1 ul {
    bottom: 45px;
}
.item.slide-1 .seriousslider-inner .item.slide-1 p {
    bottom: 50px;
}
}*/

/*@media (max-width: 530px) and (min-width: 480px) {
        .item.slide-1 .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-buttons{
        padding-top: 95px !important;
    }

.item.slide-1 .seriousslider-inner .item.slide-1 ul {
    bottom: 39px;
}
.item.slide-1 .seriousslider-inner .item.slide-1 p {
    bottom: 44px;
}
}*/

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

    .about2 p a{
        padding: 7px 9px 7px 9px;
        font-size: 11px;}
}


@media (max-width: 491px){
.residential1-2 .textwidget p:nth-child(1) a{
		padding: 3px 4px 3px 4px;
        font-size: 9px;
	}
}


@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;
	}

	.warranty2 .widget_text p:nth-child(3) a{
		font-size: 18px;
	}
	
	.bg-epoxy{
        background-size: contain;
            background-repeat: no-repeat;
}
.page-id-10 .postservices img{
        margin: 111px 0 0 !important;
    }
    
.page-id-14 .postservices img{
        margin: 111px 0 0 !important;
    }
}

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

      .about2 p a{
        padding: 5px 7px 5px 7px;
        font-size: 8px;
    }
}

@media (max-width: 447px){
    .post-143 .locate a{
padding: 16px 26px 8px 26px;
    font-size: 17px;
}
}
@media (max-width: 417px){
.commercial6 .textwidget a{
    font-size: 18px;
}
}


@media screen and (max-width: 768px){
.responsive-menu-box {
    height: 20px !important;
}
}






@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;
	}
}
