/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Electric
Version:	1.0.0
Author: 
Website: 
Purchase: 
-------------------------------------------------------------------
[Table of contents]
 
1. Body
2. Custom css / a
3. Preloader/ #preloader
4. Header Css Start /
*/

/*--------- Body Strat -------*/
body, html {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	overflow-x: hidden;
}
/*---------- Custom Css Start -------*/
a {
	color: #707070;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway';
	line-height: 1.1;
	font-weight:400;
	color: #222222;
	margin:0;
}
input, select, button {
	outline: none;
}
input:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
textarea {
	outline: none;
}
textarea:focus {
	outline: none;
	box-shadow:none;
}
p{
	margin:0;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}

/*-- Preloader css start --*/
#preloader {
	    background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
/*-- top header Start --*/
.et_top_header_wrapper{
	float:left;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	background-color:#ffffff;
}
.et_top_contect p{
	float:left;
	letter-spacing:1px;
	font-size:14px;
}
.et_top_contect p:last-child{
	margin-left:40px;
}
.et_top_contect p a:hover{
	color:#0077c8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_top_contect i{
	color:#0077c8;
	padding-right:5px;
}
.breadcrumb{
	background:transparent;
	margin:0;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
}
.breadcrumb li{
	margin-left:0 !important;
}
.breadcrumb a, .et_top_contect p a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.breadcrumb a:hover{
	color:#0077c8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.breadcrumb i{
	padding-right:5px;
	color:#0077c8;
}
.et_right_side_warpper ul{
	float:right;
}
.et_right_side_warpper li{
	float:left;
	margin-left:15px;
}
.plumb_top_socialicon ul{
	margin-right:20px;
}
.plumb_top_socialicon li a{
	font-size:16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.plumb_top_socialicon li a:hover{
	color:#0077c8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- top header End --*/
/*-- ET navigation Start --*/
.et_navigation_main_wrapper{
	float:left;
	width:100%;
	background-color:#222222;
	padding-bottom:17px;
}
.menu_fixed{
	position:fixed;
	background-color:#222222;
	z-index:1000;
}
.nav > li > a{
	border:1px solid transparent;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav > li > a:hover , .nav > li > a:focus {
	background:transparent;
	border:1px solid #0099ff;
	color:#00d0ff;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}	
.et_logo{
	padding-top:35px;
}
.navbar-toggle{
	background:#ffffff;
	border-radius:0;
	position: relative;
    top: -33px;
}
.navbar-toggle span{
	background:#0099ff;
}
.et_search_bar{
    float: right;
    width: auto;
    text-align: center;
    padding: 31px 0px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.et_search_box{
    position: absolute;
    right: 15px;
	top: 118%;
    padding: 20px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}
.et_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.et_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_search_box button:hover{
	color:#ffffff;
	background:#0099ff;
	border-color:#0099ff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_search_bar i{
	position:relative;
	top:15px;
}
.et_navbar_search_wrapper{
	float:right;
}
/*-- ET navigation End --*/
/*-- ET Slider Start --*/
.et_slider_main_wrapper{
	width:100%;
	float:left;
}
.et_repairs_slider_wrapper{
	width:240px;
	height:35px;
	background:#0099ff;
}
.et_repairs_slider_wrapper h2{
	font-size:22px;
	color:#ffffff;
	text-align:center !important;
	line-height:35px !important;
}
.et_slider_border_logo{
	position:relative;
	z-index:1000 !important;
}
.et_slider_border_logo:after{
	content:'';
	display:block;
	border:1px solid #0099ff;
	width:120px;
	position:absolute;
	top:50%;
	left:30px;
}
.tp-caption .et_slider_btn li{
	float:left;
	margin-left:20px;
}
.tp-caption .et_slider_btn li:first-child{
	margin-left:0;
}
.tp-caption .et_slider_btn li a{
	float:left;
	width:160px;
	height:50px;
	background:#222222;
	font-size:16px;
	color:#ffffff !important;
	text-align:center !important;
	line-height:50px;
	border-radius:5px;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-caption .et_slider_btn li a:hover{
	background:#ffffff;
	color:#000000 !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-caption .et_slider_btn li:last-child a{
	float:left;
	width:160px;
	height:50px;
	background:#f37f2a;
	color:#ffffff !important;
	text-align:center !important;
	line-height:45px;
	border-radius:5px;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-caption .et_slider_btn li:last-child a:hover{
	background:#ffffff;
	color:#000000 !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.et_repairs_slider_wrapper2{
	width:240px;
	height:35px;
	background:#0099ff;
	display:inline-block;
}
.et_repairs_slider_wrapper2 h2{
	font-size:22px;
	color:#ffffff;
	text-align:center !important;
	line-height:35px !important;
}
.et_slider_border_logo2{
	position:relative;
	z-index:1000 !important;
}
.et_slider_border_logo2:after{
	content:'';
	display:block;
	border:1px solid #0099ff;
	width:120px;
	position:absolute;
	top:50%;
	right:30px;
}
.tp-leftarrow{
	top: 50% !important;
	right:100% !important;
}
.tp-rightarrow{
	top: 50% !important;
}
.tp-bullets{
	top:100% !important;
	margin-top:-190px !important;
}
.hesperiden .tp-bullet{
	border-radius:0 !important;
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected{
	background:#0099ff;
}
.uranus.tparrows{
	background:#222222 !important;
}
.tparrows:hover{
	background:#0099ff !important;
}
/*-- ET Slider End --*/
/*-- ET Tittle Section Start --*/
.et_tittle_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.et_left_side_tittle li{
	float:left;
	width:33%;
	height:170px;
	background:transparent;
	text-align:center;
	line-height:170px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border:2px solid #eeeeee;
	border-top:0;
}
.et_left_side_tittle li:first-child{
	border-left:0;
}
.et_left_side_tittle li:nth-child(2){
	border-right:0;
	border-left:0;
}
.et_left_side_tittle li:nth-child(3){
	border-right:0;
}
.et_left_side_tittle li:nth-child(4){
	border-left:0;
	border-bottom:0;
}
.et_left_side_tittle li:nth-child(5){
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.et_left_side_tittle li:last-child{
	border-right:0;
	border-bottom:0;
}
.et_left_side_tittle li:hover{
	background:#0099ff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_title_svg_wrapper1:hover svg, .et_title_svg_wrapper2:hover svg, .et_title_svg_wrapper3:hover svg{
	fill:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_title_svg_wrapper1 svg, .et_title_svg_wrapper2 svg, .et_title_svg_wrapper3 svg{
	width:50px;
	height:50px;
	fill:#0099ff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_title_svg_wrapper1, .et_title_svg_wrapper2, .et_title_svg_wrapper3{
	position:relative;
}
.et_title_svg_wrapper1 h2, .et_title_svg_wrapper2 h2, .et_title_svg_wrapper3 h2{
	font-size: 18px;
    position: absolute;
    bottom: 44px;
	left:0;
	right:0;
	margin:0px auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_title_svg_wrapper1:hover h2, .et_title_svg_wrapper2:hover h2, .et_title_svg_wrapper3:hover h2{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_right_tittle_content h2{
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
}
.et_right_tittle_content h4{
	font-size:16px;
	font-weight:bold;
	color:#0077c8;
	padding-top:35px;
	padding-bottom:13px;
}
.et_right_tittle_content span{
	color:#111111;
}
.et_right_tittle_content p:last-child{
	float:right;
}
@media (max-width: 495px){
	.et_right_tittle_content p:last-child{float:left;}
}
.et_right_tittle_content p a{
	color:#111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_right_tittle_content p a:hover{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_right_tittle_wrapper input{
	width:100%;
	height:50px;
	border:1px solid #eeeeee;
	padding-left:20px;
	margin-top:40px;
}
.et_tittle_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.et_tittle_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#0099ff;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.et_tittle_btn li a:hover{
	background:transparent;
	color:#000000;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- ET Tittle Section End --*/
/*-- ET About Section Start --*/
.et_about_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/about_img.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	height:100%;
	position:relative;
	padding-top:80px;
	padding-bottom:180px;
}
.et_about2{
	padding-bottom:100px !important;
}
.et_about_img_overlay{
	position:absolute;
	left:0%;
	right:0%;
	bottom:0%;
	top:0%;
	background:rgba(0,0,0,0.9);
}
.et_about_heading_wrapper{
	text-align:center;
}
.et_about_heading{
	display:inline-block;
}
.et_about_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:10px;
}
.bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:32px;
}
.bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:32px;
}
.et_about_heading_wrapper p{
	color:#ffffff;
	padding-top:10px;
}
.et_about_cont_wrapper{
	margin-top:80px;
}
.cont_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.cont_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.cont_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:18px;
}
.et_about_cont_heading h2{
	font-size:26px;
	color:#0099ff;
	font-style: italic;
	text-transform:uppercase;
	padding-bottom:10px;
}
.et_about_cont p{
	color:#ffffff;
	padding-top:30px;
}
.et_about_cont h3{
	font-size:22px;
	color:#0099ff;
	padding-top:30px;
}
.et_about_cont_list_wrapper{
	margin-top:15px;
}
.et_about_cont_list p{
	color:#ffffff;
	padding-top:5px;
}
.et_about_cont_list i{
	color:#0099ff;
	padding-right:7px;
}
.et_about_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.et_about_btn li a{
	width:170px;
	height:50px;
	float:left;
	background:#0099ff;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.et_about_btn li a:hover{
	background:transparent;
	color:#ffffff;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_about_slider_wrapper{
	margin-top:80px;
}
.et_about_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.et_about_slider_wrapper .owl-theme .owl-dots .owl-dot{
	border:1px solid #5c6264;
	margin-left: 10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_about_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	border-radius:0;
	background:#5c6264;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_about_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .et_about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#0099ff;
	width:10px;
	height:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_about_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .et_about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	border:1px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_about_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
/*-- ET About Section End --*/
/*-- ET Booking Section Start --*/
.et_booking_main_wrapper{
	float:left;
	width:100%;
}
.et_booking_cont_wrapper{
	float:left;
	width:100%;
	background-color:#e8e8e8;
	margin-top: -47px;
	padding-bottom:50px;
}

.et_booking_cont{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:38px;
	padding-right:38px;
	background:#0099ff;
	display:inline-block;
	position: relative;
    top: -22px;
    left: 40px;
}
.et_booking_cont h4{
	font-size:18px;
	color:#ffffff;
	font-style:italic;
}
.et_booking_forms_wrapper{
	padding-left:40px;
	padding-right:40px;
}
.et_booking_forms input, .et_booking_forms select{
	width:100%;
	height:50px;
	padding-left:20px;
	border:1px solid transparent;
}
.et_bookin_btn ul{
	padding:0;
	list-style:none;
}
.et_bookin_btn li a{
	width:100%;
	height:50px;
	float:left;
	background:#0099ff;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:1px;
	border:2px solid transparent;
}
.et_bookin_btn li a:hover{
	background:transparent;
	color:#000000;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_booking_sec1{
	width:25%;
	float:left;
}
.et_booking_sec2{
	width:25%;
	float:left;
	margin-left:20px;
}
.et_booking_sec3{
	width:25%;
	float:left;
	margin-left:20px;
}
.et_booking_sec4{
	width:18%;
	float:left;
	margin-left:20px;
}
/*-- ET Booking Section End --*/
/*-- ET Services Section Start --*/
.et_services_main_wrapper{
	float:left;
	width:100%;
	margin-top:100px;
	background:url('../images/content/services_img.png') 50% 0 repeat-y;
	background-position:left 0;
	height:100%;
	padding-bottom:100px;
}
.et_service_heading_wrapper{
	text-align:center;
}
.et_service_heading{
	display:inline-block;
}
.et_service_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:10px;
}
.service_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.service_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.service_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:20px;
}
.service_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:20px;
}
.et_service_heading_wrapper p{
	color:#000000;
	padding-top:10px;
}
.et_flield_heading h1{
	font-size:24px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.et_flield_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.et_flield_heading h1:after{
	content:'';
	border:1px solid #0099ff;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.et_flield_heading span{
	color:#f37f2a;
}
.et_service_icon_wrapper{
	margin-top:60px;
}
.et_service_icon{
	width:100%;
	background-color:#f7f7f7;
	text-align:center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	padding-top:40px;
	padding-bottom:40px;
}
.et_service_icon svg{
	width:100%;
	height:200px;
	fill:rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_service_icon{
	position:relative;
}
.et_service_icon_cont{
	position:absolute;
	top:30%;
	left:0;
	right:0;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}
.et_service_icon_cont h3{
	font-size:16px;
	padding-bottom:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_service_icon_cont h4 {
	color:#0077c8;
	padding-top:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_service_icon_cont h4 a{
	color:#0077c8;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_main_service:hover .et_service_icon{
	background-color:#0077c8;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_main_service:hover .et_service_icon svg{
	fill:rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_main_service:hover .et_service_icon_cont h3, .et_main_service:hover .et_service_icon_cont p, .et_main_service:hover .et_service_icon_cont h4 , .et_main_service:hover .et_service_icon_cont h4 a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- ET Services Section End --*/
/*-- ET Testimonial Section Start --*/
.et_testimonial_main_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/testi_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	height:100%;
	position:relative;
	padding-top:80px;
	padding-bottom:140px;
}
.et_testimonial_img_overlay{
	position:absolute;
	left:0%;
	right:0%;
	bottom:0%;
	top:0%;
	background:rgba(0,0,0,0.85);
}
.et_testi_heading_wrapper{
	text-align:center;
}
.et_testi_heading{
	display:inline-block;
}
.et_testi_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:10px;
}
.testi_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.testi_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.testi_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:4px;
}
.testi_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:4px;
}
.et_testi_heading_wrapper p{
	color:#ffffff;
	padding-top:10px;
}
.et_testimonial_slider{
	text-align:center;
	margin-top:80px;
	color:#ffffff;
}
.et_testimonial_slider h4{
	color:#ffffff;
	font-size:16px;
	padding-top:20px;
}
.et_testimonial_slider b{
	color:#0099ff;
}
.et_testimonial_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.et_testimonial_slider .owl-theme .owl-dots .owl-dot{
	border:1px solid #5c6264;
	margin-left: 10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_testimonial_slider .owl-theme .owl-dots .owl-dot span{
	width:5px;
	height:5px;
	border-radius:0;
	background:#5c6264;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_testimonial_slider .owl-theme .owl-dots .owl-dot.active span, .et_testimonial_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#0099ff;
	width:5px;
	height:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_testimonial_slider .owl-theme .owl-dots .owl-dot.active, .et_testimonial_slider .owl-theme .owl-dots .owl-dot:hover{
	border:1px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_testimonial_slider  .owl-theme .owl-nav {
    display:none;
}
.et_testimonial_slider .owl-carousel .owl-item img{
	width:auto;
	display:inline-block;
	padding-bottom:40px;
}
.et_testimonial_slider i{
	color:#0099ff;
}
.et_testimonial_slider i:first-child{
	padding-right:5px;
}
.et_testimonial_slider i:last-child{
	padding-left:5px;
}
.et_testi_slide_over{
	background:rgba(0,0,0,0.5);
	padding-top: 103px;
    margin-top: -110px;
    padding-bottom: 37px;
	border:1px solid #1d2023;
}

/*-- ET Testimonial Section End --*/
/*-- ET FAQ Section Start --*/
.et_faq_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.et_faq_heading_wrapper{
	text-align:center;
}
.et_faq_heading{
	display:inline-block;
}
.et_faq_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:10px;
}
.faq_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.faq_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.faq_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:65px;
}
.faq_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:65px;
}
.et_faq_heading_wrapper p{
	color:#000000;
	padding-top:10px;
}
.et_faq_main_section_wrapper, .et_faq_slider_wrapper{
	margin-top:80px;
}
.trucking_faq_wrapeer{
	margin-top:60px;
}
.et_faq_cont_heading h2{
	color:#000000;
}
.lv_faq_wrapper .panel-title{
	position:relative;
}
.lv_faq_wrapper .panel-title:after{
    content: "";
    position: absolute;
    border-left: 1px solid #f2f2f2;
    top: 0;
    bottom: 0;
    left: 90px;
}
.accordionFifteen .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordionFifteen .panel-group {
  margin-bottom: 0;
}
.accordionFifteen .panel-default {
  border: 0;
}
.accordionFifteen .panel {
	background-color: transparent;
	box-shadow: none;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-radius: 0;
	margin: 0;
}
.accordionFifteen .panel .panel-heading a {	
	display: block;
	background: #0077c8;
	padding: 12px 20px;
	color: #fff;
	font-weight:400;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel .panel-heading a.collapsed {
	color: #000000;
	background-color:#fff;
	display: block;
	padding: 12px 20px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
}
.accordionFifteen .panel-default>.panel-heading {
  border-radius: 0px;
  padding:0px;
     background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 40px 30px 40px 20px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before{
    font-family: 'FontAwesome';
    font-size: 20px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block;
}
.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;	
}
.accordionFifteen .panel .panel-heading a:after {  
  content: "\2212";
  background: #fff ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#0099ff;
  line-height:20px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	background: #0099ff ;
  border-radius:5px;
  width:20px;
  height:20px;
  color:#fff;
  line-height:20px;
}
.truck_pannel {
	margin-top:30px !important;
}
.et_faq_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.et_faq_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.et_faq_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .et_faq_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.et_faq_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.et_faq_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 16px;
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
    position: absolute;
    text-align: center;
	background:#000000;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_faq_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 16px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
    position: absolute;
    text-align: center;
	background:#000000;
	color:#ffffff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_faq_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .et_faq_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.faq_slide_img{
	position:relative;
}
.faq_slider_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.6);
}
.et_progress_video {
  position: relative;
  width:auto;
}

.et_progress_video_cont_overlay {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 200px;
  right: 200px;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_progress_video_wrapper:hover .et_progress_video_cont_overlay {
  background-color:rgba(0,0,0,0.4);
  opacity:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.et_progress_video_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_progress_video_wrapper, .et_progress_main_wrapper{
	margin-top:60px;
}
.et_progress_main_wrapper p{
	padding-top:50px;
}
.progress {
  height: 10px;
  margin-top:10px;
}
.et_progress_wrapper{
	margin-top:15px;
}
.et_progress_wrapper span {
  font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.et_progress_wrapper span b {
	float:right;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#000000;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
  background:#0077c8;
}
.lv_faq_wrapper .panel-title{
	position:relative;
}
.et_prog_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.et_prog_btn li a{
	width:180px;
	height:50px;
	float:left;
	background:#0099ff;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.et_prog_btn li a:hover{
	background:transparent;
	color:#000000;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- ET FAQ Section End --*/
/*-- counter section start --*/
.counter_section {
    background: url('../images/content/counter_bg.jpg') 50% 0 repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	float:left;
    background-position: center 0;
    background-size: cover;
	position:relative;
	text-align:center;
	padding-bottom:100px;
	padding-top:100px;
}
.counter_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:rgba(0,0,0,0.9);
}
.con{
	width:80px;
	height:80px;
	background:#0099ff;
	text-align:center;
	line-height:80px;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	font-size:30px;
}
.count-description {
	margin-top:30px;
}
.count-description span{
	font-size:40px;
	color:#fff;
	margin-top:50px;
	font-weight:900;
}
.con1, .con2, .con3, .con4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#fff;
	margin-top:16px;
}
.counter_btn{
	display:inline-block;
	margin-top:100px;
}
.counter_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.counter_btn li a{
	width:205px;
	height:50px;
	float:left;
	background:transparent;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #fca900;
}
.counter_btn li a:hover{
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
/*-- counter section end --*/
/*-- ET recent news section Start --*/
.et_recent_news_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.et_news_heading_wrapper{
	text-align:center;
}
.et_news_heading{
	display:inline-block;
}
.et_news_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:10px;
}
.news_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.news_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.news_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:53px;
}
.news_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:53px;
}
.et_news_heading_wrapper p{
	color:#000000;
	padding-top:10px;
}
.et_left_news_wrapper{
	margin-top:80px;
}
.et_left_img_news{
	background: url('../images/content/news_img1.jpg') 50% 0 repeat-y;
	width:50%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	position:relative;
	float:left;
}
.et_left_img_news2{
	background: url('../images/content/news_img2.jpg') 50% 0 repeat-y;
	width:50%;
	height:100%;
	background-position:center 0;
	background-size:cover;
	position:relative;
	float:left;
}
.et_left_img_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:rgba(0,0,0,0.5);
}
.et_left_cont_news{
	float:left;
	width:calc(100% - 50%);
	border:1px solid #f2f2f2;
	padding-left:30px;
	padding-top: 20px;
    padding-bottom: 20px;

}
.et_left_img_news p, .et_left_img_news2 p{
	color:#0099ff;
	padding-top:18px;
	text-align:left;
	margin-left:20px;
}
.et_left_img_news .heart_box a, .et_left_img_news2 .heart_box a{
	width:30px;
	height:30px;
	border:2px solid #0099ff;
	border-radius:100%;
	float:right;
	font-size:13px;
	margin-top:-25px;
	color:#fff;
	text-align:center;
	line-height:26px;
	margin-right:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_left_img_news .heart_box a:hover, .et_left_img_news2 .heart_box a:hover{
	background:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_left_img_news h4, .et_left_img_news2 h4{
	font-size:16px;
	font-family: 'Lato';
	font-style:italic;
	color:#ffffff;
	margin-left:20px;
	padding-top:150px;
}
.et_left_img_news h5, .et_left_img_news2 h5{
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	margin-top:10px;
	padding-bottom:20px;
}
.et_left_img_news h5 a, .et_left_img_news2 h5 a{
	color:#7b7874;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_left_img_news h5 a:hover, .et_left_img_news2 h5 a:hover{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_left_img_news h5 i, .et_left_img_news2 h5 i{
	color:#0099ff;
}
.et_left_cont_news h4{
	font-size:14px;
	font-family: 'Lato';
	color:#0099ff;
}
.et_left_cont_news h3{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Lato';
	padding-top:10px;
}
.et_left_cont_news h5{
	font-size:14px;
	font-style:italic;
	font-family: 'Lato';
	padding-top:20px;
	font-weight:bold;
	padding-bottom:30px;
}
.et_left_cont_news h2 a{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_left_cont_news h2 a:hover{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_left_cont_news h2 i{
	color:#0099ff;
	font-size:16px;
}
.et_left_news_wrapper{
	float:left;
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_left_news_wrapper:hover{
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- ET recent news section End --*/
/*-- ET Team section start --*/
.team_section_wrapper{
	background:url('../images/content/team_img.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	float:left;
	position:relative;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.team_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(0,0,0,0.9);
}
.team_heading_wrapper{
	display:inline-block;
}
.et_team_heading_wrapper{
	text-align:center;
}
.et_team_heading{
	display:inline-block;
}
.et_team_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:10px;
}
.team_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.team_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.team_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:58px;
}
.team_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:58px;
}
.et_team_heading_wrapper p{
	color:#ffffff;
	padding-top:10px;
}
.team_content h3{
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
.team_content p{
	font-size:14px;
	color:#0099ff;
}
.team_cont1_wrapper{
	text-align:left;
	border-right:1px solid  #707070;
	border-bottom:1px solid #707070;
	margin-top:50px;
	padding-bottom:60px;
}
.team_cont2_wrapper{
	text-align:left;
	border-bottom:1px solid #707070;
	margin-top:50px;
	padding-bottom:60px;
}
.team_cont3_wrapper{
	text-align:left;
	border-right:1px solid #707070;
	padding-bottom:10px;
}
.team_cont4_wrapper{
	text-align:left;
	padding-bottom:10px;
}
.team_img_sec{
	width:170px;
	float:left;
	position:relative;
}
.team_content{
	width:calc(100% - 170px);
	margin-left:185px;
}
.team_cont3_wrapper .team_content, .team_cont4_wrapper .team_content{
	margin-top:25px;
}
.team_content p:last-child{
	color:#707070;
	padding-top:5px;
}
.team_cont1_wrapper .blog-post-wrapper .post-thumbnail,
.team_cont2_wrapper .blog-post-wrapper .post-thumbnail,
.team_cont3_wrapper .blog-post-wrapper .post-thumbnail,
.team_cont4_wrapper .blog-post-wrapper .post-thumbnail{
  position: relative;
}
.team_cont1_wrapper .blog-post-wrapper .post-thumbnail img,
.team_cont2_wrapper .blog-post-wrapper .post-thumbnail img,
.team_cont3_wrapper .blog-post-wrapper .post-thumbnail img,
.team_cont4_wrapper .blog-post-wrapper .post-thumbnail img{
  width: 100%;
}

.team_cont1_wrapper .post-thumbnail,
.team_cont2_wrapper .post-thumbnail,
.team_cont3_wrapper .post-thumbnail,
.team_cont4_wrapper .post-thumbnail{
  position: relative;
}
.team_cont1_wrapper .post-thumbnail::before,
.team_cont2_wrapper .post-thumbnail::before,
.team_cont3_wrapper .post-thumbnail::before,
.team_cont4_wrapper .post-thumbnail::before{
  content: "";
  background-color:rgba(243, 127, 42, 0.63);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition      : opacity 0.4s ease 0s;
  -moz-transition      : opacity 0.4s ease 0s;
  -o-transition      : opacity 0.4s ease 0s;
  transition      : opacity 0.4s ease 0s;
  border-radius:100%;
}
.team_cont1_wrapper:hover .post-thumbnail::before,
.team_cont2_wrapper:hover .post-thumbnail::before,
.team_cont3_wrapper:hover .post-thumbnail::before,
.team_cont4_wrapper:hover .post-thumbnail::before {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.format-standard .pop-up-icon a.zoom,
.format-standard .pop-up-icon a.link,
.format-standard .pop-up-icon a.link2 {
  position: absolute;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  margin-top: -19px;
  -webkit-transition      : all 0.4s ease 0s;
  -moz-transition      : all 0.4s ease 0s;
  -o-transition      : all 0.4s ease 0s;
  transition      : all 0.4s ease 0s;
}
.format-standard .pop-up-icon a.zoom {
  left: 0;
}
.format-standard .pop-up-icon a.link {
  right: 0;
}
.format-standard .pop-up-icon a.link2{
	left:50%;
	margin-left: -18px;
}
.team_cont1_wrapper:hover .pop-up-icon a.zoom,
.team_cont1_wrapper:hover .pop-up-icon a.link,
.team_cont1_wrapper:hover .pop-up-icon a.link2,
.team_cont2_wrapper:hover .pop-up-icon a.zoom,
.team_cont2_wrapper:hover .pop-up-icon a.link,
.team_cont2_wrapper:hover .pop-up-icon a.link2,
.team_cont3_wrapper:hover .pop-up-icon a.zoom,
.team_cont3_wrapper:hover .pop-up-icon a.link,
.team_cont3_wrapper:hover .pop-up-icon a.link2,
.team_cont4_wrapper:hover .pop-up-icon a.zoom,
.team_cont4_wrapper:hover .pop-up-icon a.link,
.team_cont4_wrapper:hover .pop-up-icon a.link2 {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.team_cont1_wrapper:hover .pop-up-icon a.zoom,
.team_cont2_wrapper:hover .pop-up-icon a.zoom,
.team_cont3_wrapper:hover .pop-up-icon a.zoom,
.team_cont4_wrapper:hover .pop-up-icon a.zoom {
  left: 50%;
  margin-left: -48px;
}
.team_cont1_wrapper:hover .pop-up-icon a.link,
.team_cont2_wrapper:hover .pop-up-icon a.link,
.team_cont3_wrapper:hover .pop-up-icon a.link,
.team_cont4_wrapper:hover .pop-up-icon a.link{
  right: 50%;
  margin-right: -48px;
}
.format-standard .pop-up-icon a {
  display: block;
  font-size: 18px;
  width: 38px;
  height: 38px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left:20px;
}
.team_btn{
	display:inline-block;
	margin-top:50px;
}
.team_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.team_btn li a{
	width:220px;
	height:50px;
	float:left;
	background:#0099ff;
	text-align:center;
	line-height:45px;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.team_btn li a:hover{
	background:transparent;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (min-width: 991px){
	.team_padding_right{padding-right:0;}
	.team_padding_left{padding-left:0;}
	.team_cont2_wrapper{padding-left:5px;}
	.team_cont3_wrapper{margin-top:-20px; padding-top:60px;}
	.team_cont4_wrapper{margin-top:-20px; padding-top:60px; padding-left:5px;}
	.team_cont3_wrapper img, .team_cont4_wrapper img{margin-top:20px;}
}
@media (min-width: 1199px){
	.team_cont2_wrapper, .team_cont4_wrapper{padding-left:50px;}
}
@media (max-width: 991px){
	.team_cont1_wrapper,.team_cont2_wrapper,.team_cont3_wrapper{border:none;}
	.team_cont4_wrapper{padding-top:50px;}
	.team_cont4_wrapper img{margin-top:20px;}
	.team_cont2_wrapper{margin-top:0;}
}
@media (max-width: 408px){
	.team_heading_wrapper h3:after{width:50px; left:10px;}
	.team_heading_wrapper h3:before{width:50px; right:10px;}
}
/*-- ET Team section end --*/
/*-- ET recent work section Start --*/
.et_recent_work_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.et_r_work_heading_wrapper{
	text-align:center;
}
.et_r_work_heading{
	display:inline-block;
}
.et_r_work_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:10px;
}
.r_work_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.r_work_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.r_work_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:15px;
}
.r_work_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:15px;
}
.et_r_work_heading_wrapper p{
	color:#000000;
	padding-top:10px;
}
.portfolio-area{
	float:left;
	width:100%;
	margin-top:70px;
}

.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80%;
    bottom: -80%;
    cursor:pointer;
    background:rgba(243, 127, 42, 0.7);
    opacity: 0;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 40px;
    margin-top: -25px;
    opacity: 1;

}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-info:after{
	content:'';
	border:1px solid #2f2d2b;
	display:block;
	width:100%;
	position:relative;
	top:5px;
}
.portfolio-info h3:after{
	content:'';
	border:1px solid #fca900;
	display:block;
	width:50px;
	position:relative;
	top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.portfolio-area .portfolio-info .small:hover{
    color: #313131;
}
.portfolio-area .portfolio-thumb .zoom_popup {
    position: absolute;
    bottom: 0;
    right: -79px;
    top: 84%;
    opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .zoom_popup{
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.portfolio-area .portfolio-wrapper h2{
	position:absolute;
	left:30px;
	top:20px;
	opacity:0;
	color:#ffffff;
	font-size:28px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-area .portfolio-wrapper h2:after{
	    content: '';
    border: 1px solid rgba(255, 255, 255, 0.71);
    width: 40px;
    position: absolute;
    left: 15px;
    bottom: -10px;
}
.portfolio-area .portfolio-wrapper h2 i{
	position: absolute;
    bottom: -20px;
    font-size: 20px;
	color:rgba(255, 255, 255, 0.71);
}
.portfolio-area .portfolio-wrapper:hover h2{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-area .portfolio-thumb .zoom_popup{
    background:#0099ff;
	border:2px solid transparent;
	width: 202px;
    height: 111px;
    line-height: 38px;
    text-align: center;
	-ms-transform: rotate(-39deg); 
    -webkit-transform: rotate(-39deg); 
    transform: rotate(-39deg);
}
.zoom_popup i{
	font-size: 21px;
    color: #ffffff;
	-ms-transform: rotate(31deg); 
    -webkit-transform: rotate(31deg); 
    transform: rotate(31deg);
	margin-left: 30px;
}
.IV_column i{
	margin-left: 15px !important;
    line-height: 53px !important;
}
.portfolio-area .portfolio-thumb .zoom_popup,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .zoom_popup, 
.portfolio-area .portfolio-thumb .img-link2,
.portfolio-area .portfolio-info,
.portfolio-area .portfolio-thumb .img-link2 i{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.III_column{
	margin-top:30px;
}

/*portfolio-filter*/
.portfolio-filter {
    margin-bottom: 30px;
}

#filter li a{
    display: block;
    font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
    color: #969595;
    cursor: pointer;
	color:#ffffff;
	background:#212121;
    text-transform: uppercase;
    padding: 5px 25px;
    margin-right: 10px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active {
    background:#0099ff;
    color: #ffffff;
	border-radius:5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:last-child{
    margin-right: 0px;
}


@media(max-width: 590px){
    #filter li {
        margin-bottom: 10px;
    }
}
/*-- ET recent work section End --*/
/*-- ET contect section Start --*/
.et_contect_main_wrapper{
	background:url('../images/content/contect_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	float:left;
	position:relative;
	padding-top:100px;
	
}
.et_contect_men_img{
	background:url('../images/content/contect_img.png') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-position:right;
	background-repeat: no-repeat;
	
	padding-bottom:100px;
	background-position-y: 88px;
}
.et_contect_heading_wrapper{
	text-align:center;
	padding-bottom:80px;
}
.et_contect_heading{
	display:inline-block;
}
.et_contect_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:10px;
}
.contect_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.contect_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.contect_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:3px;
}
.contect_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:3px;
}
.et_contect_heading_wrapper p{
	color:#ffffff;
	padding-top:10px;
}

.et_contect_heading h2{
	color:#ffffff;
}
.et_contect_right_wrapper p{
	color:#707070;
	padding-top:10px;
}
.contect2_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form1 i, .contect2_form2 i{
	margin-left:-30px;
	color:#0099ff;
}
.contect2_form3 i{
	margin-left:-30px;
	color:#0099ff;
	font-size:22px;
}
.contect2_form4 i{
	margin-left:-30px;
	color:#0099ff;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_section_wrapper input:hover, .contect_section_wrapper input:focus,.contect2_form1 input:hover,.contect2_form1 input:focus,.contect2_form2 input:hover,.contect2_form2 input:focus,.contect2_form3 input:hover,.contect2_form3 input:focus{
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.contect2_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form4 textarea{
	width:100%;
	margin-top:20px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect2_form4 textarea:hover, .contect2_form4 textarea:focus{
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.contect2_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#0099ff;
	text-align:center;
	line-height:45px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect2_btn li a:hover{
	background:transparent;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
/*-- ET contect section End --*/
/*-- ET device section Start --*/
.et_device_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.et_device_heading_wrapper{
	text-align:center;
	padding-bottom:80px;
}
.et_device_heading{
	display:inline-block;
}
.et_device_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:10px;
}
.device_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.device_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.device_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:139px;
}
.device_bolt_wrapper:before{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:139px;
}
.et_device_heading_wrapper p{
	color:#000000;
	padding-top:10px;
}
.device2_bolt_wrapper i{
	font-size:25px;
	color:#0099ff;
}
.device2_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.device2_bolt_wrapper:after{
	content:'';
	border:1px solid #0099ff;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:18px;
}
.et_device2_heading h2{
	font-size:26px;
	color:#0099ff;
	font-style: italic;
	text-transform:uppercase;
	padding-bottom:10px;
}
.et_device2_right_wrapper p{
	color:#707070;
	padding-top:10px;
}
.et_device_tabs_wrapper{
	margin-top:40px;
}
.et_device_tabs_wrapper .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background:#0099ff;
}
.et_device_tabs_wrapper .nav > li > a{
	background:#212121;
	color:#ffffff;
	border:none;
}
.et_device_tabs_wrapper .nav > li{
	margin-left:10px;
}
.et_device_tabs_wrapper .nav > li:first-child{
	margin-left:0;
}
.et_device_content{
	margin-top:20px;
}
.et_device_cont1_wrapper i:first-child{
	color:#0099ff;
	padding-right:5px;
}
.et_device_cont1_wrapper i:last-child{
	color:#0099ff;
	padding-left:5px;
}
.et_device_cont1_wrapper{
	width:100%;
	border:2px solid #f2f2f2;
	padding:20px;
}
.et_device_cont1_wrapper h2{
	font-size:20px;
	color:#0099ff;
	padding-bottom:10px;
}
.et_device_cont1_wrapper p{
	color:#000000;
	font-style:italic;
}
/*-- ET device section End --*/
/*-- ET downlord section Start --*/
.et_down_main_wrapper{
	background:url('../images/content/down_img.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	float:left;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.et_down_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(3, 97, 155, 0.85);
}
.et_dow_cont_wrapper h2{
	font-size:40px;
	color:#ffffff;
	text-transform:uppercase;
}
.et_dow_cont_wrapper p{
	color:#ffffff;
	padding-top:20px;
}
.down_btn ul{
	padding:0;
	list-style:none;
	float:right;
	margin-top: 60px;
}
.down_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#1b1b1b;
	text-align:center;
	line-height:50px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
}
.down_btn li a:hover{
	background:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
/*-- ET downlord section End --*/
/*-- ET Footer section Start --*/
.et_footer_main_wrapper{
	float:left;
	width:100%;
	background-color:#151515;
	padding-top:100px;
	padding-bottom:60px;
}
.et_footer_about h2{
	font-size:16px;
	font-weight:bold;
	color:#0099ff;
}
.et_footer_about h2:after{
	content:'';
	display:block;
	border:2px solid #2d2d2d;
	width:60px;
	position:relative;
	top:10px;
}
.et_footer_about img{
	padding-top:40px;
	padding-bottom:25px;
}
.et_footer_about p{
	padding-bottom:20px;
}
.et_footer_about h4 a{
	font-size:14px;
	color:#0077c8;
	font-weight:bold;
	font-family: 'Lato';
}
.et_footer_about h4 i{
	color:#0077c8;
	position: relative;
    top: 3px;
    left: 3px;
}
.et_footer_contect h2{
	font-size:16px;
	font-weight:bold;
	color:#0099ff;
}
.et_footer_contect h2:after{
	content:'';
	display:block;
	border:2px solid #2d2d2d;
	width:60px;
	position:relative;
	top:10px;
}
.et_footer_cont_wrapper{
	margin-top:40px;
	width:100%;
	float:left;
	position:relative;
}
.et_footer_cont_wrapper:before{
	content:'';
	border:1px solid #2d2d2d;
	display:block;
	width:80%;
	position:absolute;
	top:115%;
}
.head_of_heading{
	float:left;
	width:20%;
}
.head_of_content{
	float:left;
	width:calc(100% - 20%);
	padding-left:30px;
}
.et_footer_cont_wrapper2{
	margin-top:20px;
	width:100%;
	float:left;
	position:relative;
}
.et_footer_cont_wrapper2:before{
	content:'';
	border:1px solid #2d2d2d;
	display:block;
	width:80%;
	position:absolute;
	top:115%;
}
.head_of_heading2{
	float:left;
	width:20%;
}
.head_of_content2{
	float:left;
	width:calc(100% - 20%);
	padding-left:30px;
}
.et_footer_cont_wrapper3{
	margin-top:20px;
	width:100%;
	float:left;
	position:relative;
}
.et_footer_cont_wrapper3:before{
	content:'';
	border:1px solid #2d2d2d;
	display:block;
	width:80%;
	position:absolute;
	top:115%;
}
.head_of_heading3{
	float:left;
	width:20%;
}
.head_of_content3{
	float:left;
	width:calc(100% - 20%);
	padding-left:30px;
}
.head_of_content3 p{
	color:#0099ff;
}
.et_footer_cont_wrapper4{
	margin-top:20px;
	width:100%;
	float:left;
}
.head_of_heading4{
	float:left;
	width:20%;
}
.head_of_content4{
	float:left;
	width:calc(100% - 20%);
	padding-left:30px;
}
.head_of_content4 a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.head_of_content4 a:hover{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_footer_project h2{
	font-size:16px;
	font-weight:bold;
	color:#0099ff;
}
.et_footer_project h2:after{
	content:'';
	display:block;
	border:2px solid #2d2d2d;
	width:60px;
	position:relative;
	top:10px;
}
.et_footer_proj1{
	margin-top:35px;
}
.et_footer_proj1 li{
	float:left;
	margin-left:5px;
	margin-top:5px;
}
.et_footer_proj1 li img{
	border-radius:5px;
}
.et_footer_knowledge {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	padding-left: 0;
	list-style: none;
}
.et_footer_knowledge li {
	width: 100%;
	margin: 0;
}
.et_footer_knowledge li img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	display: block;
}
.et_footer_knowledge .et_footer_overlay {
	width: 100%;
	height: 100%;
}
@media (max-width: 420px){
	.et_footer_knowledge {
		grid-template-columns: 1fr;
	}
}
.et_footer_img_overlay {
  position: relative;
  width: auto;
}
.et_footer_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  border-radius:5px;
}

.et_footer_img_overlay:hover .et_footer_overlay {
  opacity:1;
  background:rgba(48, 163, 240, 0.80);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_footer_text i{
	width:25px;
	height:25px;
	background:rgba(0,0,0,0.5);
	text-align:center;
	line-height:25px;
	color:#ffffff;
	font-size:14px;
	border-radius:100%;
}
.et_footer_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.et_footer_border_wrapper{
	border-bottom:1px solid #2d2d2d;
	margin-top:60px;
}
.et_footer_copyright_wrapper p{
	text-align:center;
	color:#ffffff;
	padding-top:60px;
}
.et_footer_copyright_wrapper p a{
	color:#0099ff;
}
/*-- ET Footer section End --*/


/*********************-- BLOG-SINGLE CSS START--*******************************/
/*-- et Tittle Wrapper Start --*/
.et_tittle_sec_wrapper{
	background: url('../images/header/slider_img.jpg') 50% 0 repeat-y;
    width: 100%;
    height: 100%;
	float:left;
    background-position: center 0;
    background-size: cover;
	background-attachment:fixed;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.et_tittle_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background:rgba(0, 119, 200, 0.85);
}
.et_tittle_heading h3{
	color:#ffffff;
	font-size:30px;
}
.et_tittle_cont ul{
	float:right;
}
.et_tittle_cont li{
	float:left;
	font-size:18px;
	font-family: 'Lato';
	color:#222222;
	margin-left:25px;
}
.et_tittle_cont li a{
	color:#ffffff;
}
/*-- pb Tittle Wrapper End --*/
.blog_leftside_section{
	float:left;
	width:100%;
	padding-bottom:100px;
}
.blog_service_main_wrapper{
	margin-top:100px;
}
.blog_date h3{
	font-size:30px;
	font-weight:bold;
	color:#000000;
}
.blog_date_wrapper{
	width:90px;
	height:90px;
	border-radius:100%;
	border:2px solid #fca900;
	text-align:center;
	line-height:80px;
	position:relative;
	right:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_img img{
	position:relative;
	
}
.blog_service_main_wrapper:hover .blog_date h3 span, .blog_service_main_wrapper:hover .blog_date h3{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_wrapper{
	position:relative;
}
.blog_heart_wrapper a{
    width: 40px;
    height: 40px;
    border: 2px solid #0099ff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    color: #ffffff;
	margin-top:30px;
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: absolute;
    z-index: 10;
    right: 0;
	top:0;
}
.blog_heart_wrapper a:hover{
	background:#ffffff;
	color:#000000;
}	
.blog_comment_section ul{
	padding:0;
	margin:0;
	list-style:none;
	margin-left:left;
	margin-top:30px;
}
.blog_comment_section ul li:first-child a{
	margin-left:0;
}
.blog_comment_section ul li a{
	float:left;
	margin-left:20px;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_comment_section ul li a:hover{
	color:#0099ff;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_cont_heading h1{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 20px;
}
.blog_service_cont_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_service_cont_heading h1:after{
	content:'';
	border:1px solid #0077c8;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_service_cont{
	margin-top:35px;
}
.blog_service_btn ul{
	padding:0;
	list-style:none;
	margin-top:30px;
}
.blog_service_btn li a{
	width:150px;
	height:50px;
	float:left;
	background:#0099ff;
	color:#fff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.blog_service_btn li a:hover{
	background:transparent;
	border:2px solid #0077c8;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_search_btn_wrapper button{
	width:35px;
	height:50px;
	background:#fff;
	border:none;
	margin-left:-37px;
	color:#000000;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
.blog_search_wrapper input{
	border:1px solid #f2f2f2;
	background:none;
	height:50px;
	padding-left:20px;
	width:100%;
	width:calc(100% - 1px);
	float:left;
}
.blog_category1_wrapper{
	margin-top:40px;
}
.blog_category1_cont_heading h1{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_category1_cont_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_category1_cont_heading h1:after{
	content:'';
	border:1px solid #0077c8;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_category_list ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:30px;
}
.blog_category_list ul li{
	margin-top:10px;
}
.blog_category_list ul li i{
	padding-right:5px;
	color:#0077c8;
}
.blog_category_list ul li a{
	color:#707070;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_category_list ul li a:hover{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_main_wrapper2, .blog_service_main_wrapper3{
	margin-top:100px;
}
.blog_service_slider  .owl-theme .owl-dots{
	display:none;
}
.blog_service_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.blog_service_slider .owl-theme .owl-dots .owl-dot.active span, .blog_service_slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#0077c8;
	width:15px;
	height:15px;
}
.blog_service_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.blog_service_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    left: 30px;
	top:0;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	border:none;
}
.blog_service_slider  .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right: 30px;
    position: absolute;
    text-align: center;
	background:rgba(255, 255, 255, 0.81);
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:30px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	border:none;
}
@media (max-width: 991px){
	.blog_service_slider .owl-theme .owl-nav .owl-prev{left:0 !important;}
	.blog_service_slider  .owl-theme .owl-nav .owl-next{right:0 !important;}
}
.blog_rightside_slider_heading h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_rightside_slider_heading:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_rightside_slider_heading h1:after{
	content:'';
	border:1px solid #0099ff;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_rightside_slider .owl-carousel10{
	margin-top:70px;
}
.blog_rightside_slider .owl_nav{
	position:relative;
	top:20px;
}
.blog_rightside_slider .owl-theme .owl-dots{
	display:none;
}
.blog_rightside_slider .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.blog_rightside_slider .owl-theme .owl-dots .owl-dot.active span, .blog_rightside_slider  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.blog_rightside_slider .owl-theme .owl-nav {
    position: absolute;
    top: -33px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:30px;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:none;
	color:#000000 !important;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	border-radius:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-theme .owl-nav .owl-prev:hover, .blog_rightside_slider .owl-theme .owl-nav .owl-next:hover{
	background:none;
	color:#0099ff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_rightside_slider .owl-carousel10{
	margin-top:50px;
}
.blog_rightside_slider_wrapper{
	margin-top:-258px;
}
.blog_video_img_wrapper{
	margin-top:-675px;
}
.blog_video_img{
	position:relative;
}
.blog_video_img .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.blog_video_img .text h3{
	font-size:18px;
	color:#fff;
	padding-top: 20px;
}
.blog_video_img .text img{
	margin-left:42px;
}
.blog_video_img_overlay{
	position:absolute;
	top:0%;
	right:0%;
	left:0%;
	bottom:0%;
	background:rgba(0,0,0,0.6);
}
.blog_category3_wrapper{
	margin-top:50px;
}
.blog_category_side_menu ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:35px;
}
.blog_category_side_menu li{
	float:left;
	margin-left:5px;
	margin-top:15px;
}
.blog_category_side_menu li a{
	border:2px solid #f2f2f2;
	padding:5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_category_side_menu li a:hover{
	border:2px solid transparent;
	background:#0099ff;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_service_img iframe{
	width:100%;
	height:350px;
	border:none;
	color:green !important;
}
.pager_wrapper{
	margin-top:80px;
}
.pagination > li > a{
	color:#000000;
	background:#fbfbfb;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:50px;
	height:50px;
	line-height:35px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	text-align:center;
	margin-right:10px;
	font-weight:bold;
}
.pagination > li:first-child > a{
	width:130px;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	border:1px solid #0099ff;
	margin-right:20px;
	background:transparent;
}
.pagination > li:last-child > a{
	width:130px;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	border:1px solid #0099ff;
	margin-left:10px;
	background:transparent;
}	
.pagination > li:first-child:hover > a{
	background:#0099ff;
	border:1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
	border:1px solid transparent;
    background-color: #0099ff;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_right_box1_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:200px;
	display:block;
	position:relative;
	top:10px;
	left:38px;
}
.news_border_bottom:after{
	content:'';
	border:1px solid #0099ff;
	width:60px;
	display:block;
	position:relative;
	top:12px;
	z-index:1;
	left:38px;
}
.main_news_right_box{
	border:2px solid #f2f2f2;
}
.news_right_box1 p{
	padding-top:40px;
	color:#0099ff;
	margin-left:40px;
}
.news_right_box1 h3{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
	margin-left:40px;
	padding-bottom: 10px;
}
.news_right_box1 h6{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#000000;
	margin-left:40px;
	padding-bottom:40px;
}
.news_botton_cont{
	margin-top:50px;
}
.news_botton_cont p{
	margin-left:40px;
}
.news_botton_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-left:40px;
	margin-top:22px;
	padding-bottom:40px;
}
.news_botton_cont h5 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 a:hover{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_botton_cont h5 i{
	color:#0099ff;
}
.main_news_right_box{
	margin-top:60px;
}
.blog_category_list{
	margin-top:50px;
}
@media (min-width: 991px) and (max-width: 1199px){
	.blog_rightside_slider_wrapper{margin-top: -218px;}
	.blog_video_img_wrapper{margin-top: -550px;}
	.blog_video_img .text h3{font-size:17px;}
	.news_right_box1_wrapper:after{width:146px;}
	.blog_video_img .text img{margin-left:21px;}
}
@media (max-width: 991px){
	.blog_rightside_wrapper{margin-top:65px;}
	.blog_rightside_slider_wrapper{margin-top:60px;}
	.blog_video_img_wrapper{margin-top:60px;}
	.blog_video_img .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{width:100%;}
}
@media (min-width: 767px) and (max-width: 991px){
	.main_news_right_box{width:270px;}
}
@media (max-width: 767px){
	.pagination > li > a{width:35px; height:35px; line-height:20px;}
	.pagination > li:first-child > a{width:70px; margin-right:10px;}
	.pagination > li:last-child > a{width:70px; margin-left:0;}
	.pagination > li > a{margin-right:5px;}
}
/************/
.quote_cont h3{
	font-size:22px;
	font-weight:bold;
    padding-bottom: 10px;	
}
.quote_wrapper{
	width:30px;
	float:left;
	margin-left:20px;
}
.quote_cont{
	width:calc(100% - 30px);
	padding-left:60px;
}
.quote_cont span{
	color:#0077c8;
}
.blog_single_cont1_wrapper{
	border:1px solid #f2f2f2;
	margin-top:60px;
	padding-top:10px;
	padding-bottom:15px;
	border-left:4px solid #0099ff;
}
.blog_single_cont2{
	margin-top:60px;
}
.social_icon_border_wrapper{
	border:1px solid #f2f2f2;
	border-left:0;
	border-right:0;
	float:left;
	width:100%;
	margin-top:65px;
	padding-top:30px;
	padding-bottom:30px;
}
.blog_single_social_icon ul{
	list-style:none;
	padding:0;
	margin:0;
}
.blog_single_social_icon li a{
	color:#000000;
	float:left;
	background:transparent;
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:40px;
	height:40px;
	line-height:35px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon span{
	float:left;
	font-size:16px;
	padding-top:5px;
	padding-right:10px;
}
.blog_single_social_icon li a:hover, .blog_single_social_icon li a:focus{
    color:#fff;
	border:2px solid transparent;
    background:#0099ff;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_single_social_icon_btn ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.blog_single_social_icon_btn li{
	float:left;
}
.blog_single_social_icon_btn li a{
	color:#000000;
	float:left;
	background:transparent;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:130px;
	font-weight:bold;
	height:45px;
	line-height:38px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon_btn li:last-child a{
	color:#fff;
	float:left;
	background:#0099ff;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	width:130px;
	font-weight:bold;
	height:45px;
	line-height:38px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	text-align:center;
	margin-right:10px;
}
.blog_single_social_icon_btn li:last-child:hover a{
	color:#000000;
	border:2px solid #0099ff;
    background:transparent;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_single_social_icon_btn li a:hover, .blog_single_social_icon_btn li a:focus{
    color:#fff;
	border:2px solid transparent;
    background:#0099ff;
    border-color: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 767px){
	.blog_single_social_icon_btn ul{float:left; margin-top:20px;}
}
.blog_single_admin_sec{
	background:#0099ff;
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:100px;
}
.admin_img_wrapper img{
	border-radius:100%;
}
.admin_img_wrapper{
	width:135px;
	float:left;
	margin-left:40px;
}
.admin_cont_wrapper{
	width:calc(100% - 135px);
	margin-left:200px;
	padding-top: 20px;
}
.admin_cont_wrapper h3{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.admin_cont_wrapper span{
	color:#000000;
}
.admin_cont_wrapper  a{
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	border-radius:50px;
	font-size:12px;
	margin-left:10px;
	position:relative;
	top:-3px;
	color:#000000;
}
.admin_cont_wrapper p{
	color:#fff;
	padding-top: 10px;	
}
@media (max-width: 767px){
	.admin_img_wrapper{width:100%; float:none;}
	.admin_cont_wrapper{margin-left:40px;}
}
.blog_single_comment_heading h1{
	font-size:30px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.blog_single_comment_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.blog_single_comment_heading h1:after{
	content:'';
	border:1px solid #0099ff;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.blog_comment1_wrapper{
	margin-top:90px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.blog_comment1_img{
	width:120px;
	float:left;
}
.blog_comment1_cont{
	width:calc(100% - 120px);
	margin-left:150px;
}
.blog_single_comment_heading span{
	color:#0099ff;
}
.blog_comment1_cont h3{
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
}
.blog_comment1_cont i{
	font-size:15px;
	color:#e8e8e8;
	padding-left:10px;
	padding-right:10px;
}
.blog_comment1_cont span{
	color:#0099ff;
	font-size:16px;
	font-style: italic;
}
.blog_comment1_cont span a{
	color:#0099ff;
	text-decoration:underline;
}
.blog_comment1_cont p{
	padding-top:5px;
}
.blog_comment2_wrapper{
	margin-top:60px;
	padding-bottom:50px;
}
.comment_cont2_border{
	border-bottom:1px solid #f2f2f2;
	float:left;
	width:100%;
}
.blog_comment3_wrapper{
	margin-top:60px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:50px;
}
.contect_section_wrapper{
	width:100%;
}
.contect_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	padding-top:80px;
	text-align:left;
}
.contect_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.contect_heading h1:after{
	content:'';
	border:1px solid #0077c8;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.contect_cont{
	margin-top:30px;
}
.contect_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1 i, .contect_form2 i{
	margin-left:-30px;
	color:#0099ff;
}
.contect_form3 i{
	margin-left:-30px;
	color:#0099ff;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#0099ff;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus{
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form4 textarea{
	width:100%;
	margin-top:30px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #f2f2f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#0099ff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect_btn li a:hover{
	background:transparent;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.blog_contect_wrapper{
	margin-top:60px;
}
.blog_single_cont1{
	padding-top: 29px;
    padding-bottom: 20px;
}
.single_blog_side2{
	margin-top:25px;
}
.gallery_btn_wrapper{
	text-align:center;
}
.gallery_btn_wrapper ul{
	padding:0;
	list-style:none;
	margin-top:50px;
	display:inline-block;
}
.gallery_btn_wrapper li a{
	width:170px;
	height:50px;
	float:left;
	color:#fff;
	background:#0077c8;
	text-align:center;
	line-height:45px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.gallery_btn_wrapper li a:hover{
	background:transparent;
	border:2px solid #0077c8;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.et_IV_column{
	width:24.7%;
}
.four-column{
	margin-top:70px;
}
@media (min-width: 991px) and (max-width: 1199px){
	.et_IV_column{width:32.5%;}
}
@media (min-width: 767px) and (max-width: 991px){
	.et_IV_column{width:48.7%;}
}
@media (max-width: 767px){
	.et_IV_column{width:95%;}
}
@media (min-width: 991px){
	.single_blog_side1{margin-top: -897px;}
}
@media (min-width: 991px) and (max-width: 1199px){
	.single_blog_side2{margin-top:-670px;}
	.plumb_single_video_img{margin-top: -615px;}
}
/**/
@media (max-width: 767px){
.et_tittle_sec_wrapper{
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}
.et_tittle_cont ul{
	float:none; 
	display:inline-block;
	margin-top:20px;
}
.et_tittle_heading h3{
	padding-left:15px;
}
}
/*********************-- SERVICES CSS START--*******************************/
.et_services_section_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.et_ser_icon_wrapper{
	text-align:center;
}
.et_services_icon{
	display:inline-block;
}
.et_services_icon i:before{
	    font-size: 42px;
    color: #848484;
    margin-left: 0px;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_services_icon{
	width:85px;
	height:85px;
	border:1px solid #e5e5e5;
	text-align:center;
	line-height:85px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	margin-top: -41px;
	background:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_service_sec_cont{
	text-align:center;
}
.et_service_sec_cont h3{
	padding-top:30px;
	padding-bottom:20px;
}
.et_service_sec_cont h3 a{
	font-size:20px;
	color:#000000;
}
.ser_btn_wrapper ul{
	padding:0;
	list-style:none;
	margin-top:30px;
	display:inline-block;
}
.ser_btn_wrapper li a{
	width:140px;
	height:45px;
	float:left;
	color:#848484;
	background:transparent;
	text-align:center;
	line-height:40px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:1px solid #e5e5e5;
}
.et_services_cont_main_wrapper:hover .ser_btn_wrapper li a{
	background:#0077c8;
	border:1px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#ffffff;
}
.et_services_cont_main_wrapper{
	border:1px solid #e5e5e5;
	margin-top:100px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_services_cont_main_wrapper:hover .et_services_icon i:before{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_services_cont_main_wrapper:hover .et_services_icon{
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_services_cont_main_wrapper:hover{
	border:1px solid transparent;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_ser_client_sec_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.et_ser_heading_wrapper{
	text-align:center;
}
.et_ser_heading{
	display:inline-block;
}
.et_ser_heading h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:10px;
}
.ser_bolt_wrapper i{
	font-size:25px;
	color:#0077c8;
}
.ser_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.ser_bolt_wrapper:after{
	content:'';
	border:1px solid #0077c8;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:50px;
}
.ser_bolt_wrapper:before{
	content:'';
	border:1px solid #0077c8;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	right:50px;
}
.et_ser_heading_wrapper p{
	color:#000000;
	padding-top:10px;
}
.et_ser_elect_main_wrapper{
	overflow:hidden;
	margin-top:80px;
}
.et_ser_elect_img_wrapper{
	position: relative;
}
.et_ser_elect_cont_wrapper{
	display:inline-block;
	background:#f7f7f7;
	float:left;
	width:100%;
	padding-bottom:20px;
	position: relative;
    top: 81px;
	margin-top: -80px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_ser_elect_main_wrapper:hover .et_ser_elect_cont_wrapper{
	position:relative;
	top:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_ser_elect_cont_wrapper h2 {
	padding-top:20px;
}
.et_ser_elect_cont_wrapper h2 a{
	font-size:20px;
	color:#000000;
}
.et_ser_elect_cont_wrapper p{
	color:#0077c8;
}
.et_ser_elect_cont_wrapper ul{
	display:inline-block;
}
.et_ser_elect_cont_wrapper li{
	float:left;
	margin-left:15px;
}
.et_ser_elect_cont_wrapper li:first-child{
	margin-left:0;
}
.et_ser_elect_cont_wrapper li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	background:transparent;
	border:1px solid #e5e5e5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.et_ser_elect_cont_wrapper li:hover a{
	border:1px solid transparent;
	background:#0077c8;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.image {
  display: block;
  width: auto;
  height: auto;
}

.et_ser_overlay {
  position: absolute;
  top: -275px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: black;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_ser_elect_main_wrapper:hover .et_ser_overlay {
  opacity: 0.4;
  top:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_ser_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*********************-- CONTECT-US CSS START--*******************************/
.contect_need_section{
	float:left;
	width:100%;
}
.contect_need_heading h1{
	font-size:30px;
	font-weight:bold;
	margin-top:80px;
	text-transform:uppercase;
}
.contect_need_heading:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.contect_need_heading h1:after{
	content:'';
	border:1px solid #0099ff;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.contect_need_heading_wrapper p{
	padding-top:40px;
}
.contect_need_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.contect_need_btn li a{
	width:180px;
	height:50px;
	float:left;
	background:#0099ff;
	color:#fff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect_need_btn li a:hover{
	background:transparent;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.contect_need_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.contect_need_btn li:last-child a{
	width:180px;
	height:50px;
	float:left;
	background:transparent;
	color:#000000;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #0099ff;
	margin-left:20px;
}
.contect_need_btn li:last-child a:hover{
	background:#0099ff;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
@media (max-width: 400px){
	.contect_need_btn li:last-child a{margin-left:0; margin-top:20px;}
}
/*-- Truck_map_section_start --*/
.contact-map-section{
	width:100%;
	float:left;
	margin-top:100px;
	position:relative;
}
.contact-map-section img.contect_pin{
	position:absolute;
	top:55%;
	margin-top:-45px;
	left:50%;
}
.contact-map-section img.contect_pin2{
	position:absolute;
	top:20%;
	margin-top:-45px;
	left:40%;
}
.contact-map-section img.contect_pin3{
	position:absolute;
	top:60%;
	margin-top:-45px;
	left:70%;
}
.contact-map-section img.contect_pin4{
	position:absolute;
	top:57%;
	margin-top:-45px;
	left:72%;
}
.contact-map-section img.contect_pin5{
	position:absolute;
	top:58%;
	margin-top:-45px;
	left:75%;
}
.contact-map-section img.contect_pin6{
	position:absolute;
	top:22%;
	margin-top:-45px;
	left:38%;
}
.contact-map-section img.contect_pin7{
	position:absolute;
	top:55%;
	margin-top:-45px;
	left:20%;
}
.contact-map-section img.contect_pin8{
	position:absolute;
	top:70%;
	margin-top:-45px;
	left:60%;
}
/*-- Truck_map_section_End --*/
/*-- Truck_location_section_Start --*/
.location_section_wrapper{
	width:100%;
	float:left;
}
.location_heading h3{
	margin-top:80px;
	color:#0077c8;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.location_heading h3:after{
	content:'';
	border:1px solid #0077c8;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.location_heading h3:before{
	content:'';
	border:1px solid #0099ff;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.location_heading h2{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding-top: 24px;
}
.map_img_wrapper{
	margin-top:60px;
	float:left;
	width:100%;
}
.map_cont{
	border: 1px solid #f2f2f2;
    padding-bottom: 77px;
    padding-right: 67px;
    padding-top: 20px;
}
.map_cont h3{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:45px;
}
.map_cont h3:after{
	content:'';
	border:1px solid #0099ff;
	width:160px;
	display:block;
	position:relative;
	top:15px;
	right:120px;
}
.map_img{
	float:left;
}
.map_cont{
	float:left;
	padding-left:40px;
}
.map_cont p{
	padding-top:30px;
}
.map_cont p:last-child{
	padding-top:10px;
}
/*-- Truck_location_section_End --*/
/*-- contect section start --*/
.et_Contact_main_wrapper .et_r_work_heading_wrapper{
	margin-bottom:70px;
}
.et_faq_cont_heading h2 {
    color: #000000;
}
.contect_section_wrapper{
	background:url('../images/content/contect/contect_bg.jpg') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	float:left;
	margin-top:100px;
}
.sales_men_img{
	background:url('../images/content/contect/contect_men_img.png') 50% 0 repeat-y;
	width:100%;
	height:100%;
	background-size:left;
	background-position:left;
	background-repeat:no-repeat;
	padding-bottom:100px;
	background-position: 20px 134px;
}
.contect2_heading_wrapper h3{
	margin-top:80px;
	color:#0099ff;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.contect2_heading_wrapper h3:after{
	content:'';
	border:1px solid #0099ff;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.contect2_heading_wrapper h3:before{
	content:'';
	border:1px solid #0099ff;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	right:35px;
}
.contect2_heading_wrapper h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding-top:24px;
}
.contect_cont{
	margin-top:30px;
	text-align:center;
}
.contect2_form1 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form1 i, .contect2_form2 i{
	margin-left:-30px;
	color:#0099ff;
}
.contect2_form3 i{
	margin-left:-30px;
	color:#0099ff;
	font-size:22px;
}
.contect2_form4 i{
	margin-left:-30px;
	color:#0099ff;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_section_wrapper input:hover, .contect_section_wrapper input:focus{
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form2 input{
	width:100%;
	height:50px;
	margin-top:30px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form4 textarea{
	width:100%;
	margin-top:20px;
	padding-left:20px;
	padding-top:20px;
	background:rgba(255, 255, 255, 0.08);
	border:2px solid #1d1d1a;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect2_form4 textarea:hover, .contect2_form4 textarea:focus{
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_btn{
	text-align:center;
}
.contect2_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	display:inline-block;
}
.contect2_btn li a{
	width:150px;
	height:50px;
	float:left;
	color:#fff;
	background:#0099ff;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.contect2_btn li a:hover{
	background:transparent;
	color: #000000;
	border:2px solid #0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1700px){
	.sales_men_img{background:none;}
}
@media (max-width: 408px){
	.location_heading h3:after, .contect_heading_wrapper h3:after{width:50px; left:10px;}
	.location_heading h3:before, .contect_heading_wrapper h3:before{width:50px; right:10px;}
}
@media (min-width: 991px) and (max-width: 1199px){
	.map_cont h3:after{right:0;}
}
@media (max-width: 585px){
	.map_cont h3:after{right:0;}
}
.plumb_contect_partner_saction{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.partner_heading h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.partner_heading_wrapper:after{
	content:'';
	border:1px solid #f2f2f2;
	width:100%;
	display:block;
	position:relative;
	top:20px;
}
.partner_heading h1:after{
	content:'';
	border:1px solid #0099ff;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.pb_about_partner_slider_wrapper .owl-carousel{
	margin-top:150px;
}
.pb_about_partner_slider_wrapper .owl_nav{
	position:relative;
	top:20px;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .pb_about_partner_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background:#fca900;
	width:15px;
	height:15px;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -150px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:50px;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:26px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-next{
    font-size: 20px;
    margin: 0;
    padding: 0;
    right:0;
    position: absolute;
    text-align: center;
	background:#fbfbfb;
	color:#000000 !important;
	border:2px solid #f2f2f2;
	width:35px;
	height:35px;
	text-align:center;
	line-height:28px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#0099ff;
	border:2px solid #0099ff;
	color:#fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1{
	width:100%;
	height:100%;
	border:2px solid #f3f3f3;
}
.partner_img1 img{
	padding:40px;
	opacity:0.4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.partner_img1 img:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- pb About category Wrapper Start --*/
.pb_about_category_main_wrapper{
	float:left;
	width:100%;
	background-color:#f9f9f9;
	padding-top:50px;
	padding-bottom:70px;
}
.pb_about_cate_section{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:20px;
}
.pb_about_cate_section2{
	float:left;
	width:100%;
}
.pb_about_cate_icon_wrapper i{
	font-size:30px;
	color:#0099ff;
}
.pb_about_cate_icon_wrapper{
	width:18px;
	float:left;
}
.pb_about_cate_cont_wrapper{
	width:calc(100% - 30px);
	float:left;
	padding-left:10px;
}
.pb_about_cate_cont h3{
	font-size:20px;
	font-family: 'Lato';
	font-weight:bold;
	padding-bottom:10px;
}
.pb_about_cate_cont h3 a{
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_cate_section:hover .pb_about_cate_cont h3 a, .pb_about_cate_section2:hover .pb_about_cate_cont h3 a{
	color:#0099ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_category_img{
	margin-top:45px;
}
/*-- pb About category Wrapper End --*/
/*-- pb About partner Wrapper Start --*/


/*********************-- RESPONSIVE CSS START--*******************************/


@media (max-width: 991px){
.et_left_side_warpper, .et_right_side_main_warpper{
	text-align:center;
}
.et_top_contect, .et_right_side_warpper{
	display:inline-block;
}
.et_right_tittle_wrapper{
	margin-top:80px;
}
.et_booking_sec1{
	width:48%;
}
.et_booking_sec2{
	width:48%;
}
.et_booking_sec3{
	width:99.2%;
	margin-left:0;
	margin-top:20px;
}
.et_booking_sec4{
	margin-left:0;
	margin-top:20px;
}
.et_counter_icon{
	margin-top:50px;
}
.et_contect_right_wrapper{
	margin-top:50px;
}
.et_device_right_wrapper{
	margin-top:70px;
}
.down_btn ul{
	float:left;
	margin-top:30px;
}
.et_footer_contect_wrapper, .et_footer_project_wrapper{
	margin-top:50px;
}
.et_slider_btn_wrapper{
	display:none !important;
}
}
/*------------------------------------------------------------------------------*/
@media (max-width: 410px){
.tp-caption .et_slider_btn li:last-child{
	margin-left:0;
	margin-top:20px;
}
.tp-caption .et_slider_btn li a{
	line-height:65px;
	font-size:25px;
}	
.tp-caption .et_slider_btn li:last-child a{
	line-height:70px;
	font-size:25px;
}
}



@media (min-width: 767px){
.dropdown {
    position: relative;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown-content{
	position:absolute;
	
}
.dropdown:hover .dropdown-content{
	top:100%;
	opacity:1;
	width:140px;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content{
	position:absolute;
	top:150%;
	left:0;
	width:140px;
	border-top:3px solid #0077c8;
	border-radius:3px;
	background-color:#ffffff;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content a{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px !important;
	color:#000000;
	width:100%;
	font-size:16px;
	float:left;
	text-align:left;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content a:hover{
	background:#0077c8;
	color:#ffffff;
	width:100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-nav{
	position:relative;
	top:37px;
}
.nav > li{
	margin-left:10px;
	padding-bottom:36px;
}
}

/*------------------------------------------------------------------------------*/
@media (max-width: 1199px){
.et_services_main_wrapper{
	background:none;
}
}
@media (min-width: 1199px){
.gallery_II i{
	margin-left: 3px;
	margin-top: 20px;
}
}

@media (min-width: 991px) and (max-width: 1199px){
.et_left_cont_news{
	padding-top:10px;
	padding-bottom: 6px;
}
}
/*------------------------------------------------------------------------------*/

@media (min-width: 767px) and (max-width: 991px) {
.et_navigation_main_wrapper{
	text-align:center;
}
.et_logo{
	display:inline-block;
}	
.navbar{
	display:inline-block;
}
.et_left_cont_news{
	padding-top: 38px;
    padding-bottom: 24px;
}
}

/*------------------------------------------------------------------------------*/


@media (max-width: 767px) {	
.et_top_header_wrapper{
	display:none;
}
.navbar{
	min-height:0 !important;
	margin-bottom:0 !important;
}
.et_logo{
	position: relative;
    top: 15px;

}
.et_booking_sec1{
	width:100%;
}
.et_booking_sec2{
	width:100%;
	margin-left:0;
	margin-top:20px;
}
.et_booking_sec3{
	width:100%;
	margin-left:0;
	margin-top:20px;
}
.et_booking_sec4{
	margin-left:0;
	margin-top:20px;
	width:118px;
}
.et_left_side_tittle li{
	width:50%;
}
.et_left_side_tittle li:nth-child(3){
	border-left:0;
	border-right:2px solid #eeeeee;
}
.et_left_side_tittle li:nth-child(4){
	border-right:0;
	border-bottom:2px solid #eeeeee;
}
.et_left_side_tittle li:nth-child(5){
	border-right:2px solid #eeeeee;
}
.et_left_side_tittle li:nth-child(6){
	border-left:0;
}
.et_left_img_news, .et_left_img_news2{
	width:100%;
}
.et_left_cont_news{
	width:100%;
}
.dropdown-menu li a{
	color:#ffffff;
}
.dropdown-menu li:hover a{
	color:#0077c8;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav{
	top:38%;
}
.pb_about_partner_slider_wrapper .owl-theme .owl-nav .owl-prev{
	left:0;
}
.pb_about_partner_slider_wrapper .owl-carousel{
	margin-top:110px;
}
.et_left_side_warpper, .et_right_side_main_warpper{
	text-align:right;
	margin-top: -48px;
}
.tc_login_btn_wrapper{
		text-align:left;
		margin-top: -26px;
	}
	.tc_login_btn{
		display:inline-block;
		position: relative;
		top: 8px;
	}
	.tc_login_btn .dropdown-toggle{
		float:left;
		width:30px;
		height:53px;
		background:transparent;
		text-align:center;
		line-height:30px;
		font-size: 22px;
		color:#000000;
	}
	.menu_fixed .tc_mob_logo{
		margin-top:27px;
	}
	.tc_menu_fixed_border:before{
	content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0077c8;
    position: absolute;
    width: 0;
    height: 0;
    left: 4px;
    margin: 0px auto;
    top: 0;
    margin-top: -10px;
		
	}
	.tc_login_btn_wrapper .dropdown-menu > li > a{
	color:#000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	}
	.tc_login_btn_wrapper .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background:#0077c8;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	}
	.et_navigation_main_wrapper{
		margin-top:-20px;
	}
	.et_right_toggle_wrapper .dropdown-menu{
		margin: -10px 0 0;
	}
	.counter_section{
	padding-top:45px;
	}
	#rev_slider_348_1_wrapper,#rev_slider_348_1{
		height:500px !important;
	}
	.tp-fullwidth-forcer{
		height:500px !important;
	}
	.et_slider_main_wrapper .uranus.tparrows {
		display: none;
	}
}

/*------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------*/
@media (max-width: 1600px){
.et_contect_men_img{
	background:none;
}
}

@media (min-width: 991px) {
#myNavbar{
	float:right;
}
.et_faq_slider_wrapper .owl-carousel .owl-item img{
	height:487px;
}
.navbar{
	float:right;
}	
}


/*-- Responsive css End --*/

/*-- HVAC small color step: bolt + pop-up overlays Start --*/
.bolt_wrapper i,
.cont_bolt_wrapper i,
.service_bolt_wrapper i,
.testi_bolt_wrapper i,
.faq_bolt_wrapper i,
.news_bolt_wrapper i,
.team_bolt_wrapper i,
.r_work_bolt_wrapper i,
.contect_bolt_wrapper i,
.device_bolt_wrapper i,
.device2_bolt_wrapper i,
.ser_bolt_wrapper i,
.et_slider_border_logo i,
.et_slider_border_logo2 i,
.portfolio-area .portfolio-wrapper h2 i{
	color:#0077c8;
}

.bolt_wrapper:after,
.bolt_wrapper:before,
.cont_bolt_wrapper:after,
.service_bolt_wrapper:after,
.service_bolt_wrapper:before,
.testi_bolt_wrapper:after,
.testi_bolt_wrapper:before,
.faq_bolt_wrapper:after,
.faq_bolt_wrapper:before,
.news_bolt_wrapper:after,
.news_bolt_wrapper:before,
.team_bolt_wrapper:after,
.team_bolt_wrapper:before,
.r_work_bolt_wrapper:after,
.r_work_bolt_wrapper:before,
.contect_bolt_wrapper:after,
.contect_bolt_wrapper:before,
.device_bolt_wrapper:after,
.device_bolt_wrapper:before,
.device2_bolt_wrapper:after,
.ser_bolt_wrapper:after,
.ser_bolt_wrapper:before,
.et_slider_border_logo:after,
.et_slider_border_logo2:after{
	border-color:#0077c8;
}

.team_cont1_wrapper .post-thumbnail::before,
.team_cont2_wrapper .post-thumbnail::before,
.team_cont3_wrapper .post-thumbnail::before,
.team_cont4_wrapper .post-thumbnail::before{
	background-color:rgba(0, 119, 200, 0.63);
}

.portfolio-area .portfolio-thumb::before{
	background:rgba(0, 119, 200, 0.7);
}
/*-- HVAC small color step: bolt + pop-up overlays End --*/

/*-- HVAC gear separator spacing Start --*/
.bolt_wrapper .fa-gears,
.service_bolt_wrapper .fa-gears,
.testi_bolt_wrapper .fa-gears,
.faq_bolt_wrapper .fa-gears,
.news_bolt_wrapper .fa-gears,
.team_bolt_wrapper .fa-gears,
.r_work_bolt_wrapper .fa-gears,
.contect_bolt_wrapper .fa-gears,
.device_bolt_wrapper .fa-gears,
.ser_bolt_wrapper .fa-gears {
	display:inline-block;
	min-width:44px;
	position:relative;
	text-align:center;
	z-index:2;
}

.bolt_wrapper:after,
.service_bolt_wrapper:after,
.testi_bolt_wrapper:after,
.faq_bolt_wrapper:after,
.news_bolt_wrapper:after,
.team_bolt_wrapper:after,
.r_work_bolt_wrapper:after,
.contect_bolt_wrapper:after,
.device_bolt_wrapper:after,
.ser_bolt_wrapper:after {
	left:calc(50% - 132px);
	right:auto;
	width:90px;
}

.bolt_wrapper:before,
.service_bolt_wrapper:before,
.testi_bolt_wrapper:before,
.faq_bolt_wrapper:before,
.news_bolt_wrapper:before,
.team_bolt_wrapper:before,
.r_work_bolt_wrapper:before,
.contect_bolt_wrapper:before,
.device_bolt_wrapper:before,
.ser_bolt_wrapper:before {
	left:calc(50% + 42px);
	right:auto;
	width:90px;
}

.cont_bolt_wrapper .fa-gears,
.device2_bolt_wrapper .fa-gears,
.et_slider_border_logo .fa-gears,
.et_slider_border_logo2 .fa-gears {
	display:inline-block;
	min-width:36px;
	position:relative;
	text-align:left;
	z-index:2;
}

.cont_bolt_wrapper:after,
.device2_bolt_wrapper:after,
.et_slider_border_logo:after {
	left:52px;
}

.et_slider_border_logo2:after {
	right:52px;
}
/*-- HVAC gear separator spacing End --*/

/*-- HVAC sidebar layout fix Start --*/
.blog_leftside_section .blog_rightside_wrapper {
	display: block;
}

.blog_leftside_section .blog_rightside_wrapper .blog_category1_wrapper,
.blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider_wrapper,
.blog_leftside_section .blog_rightside_wrapper .blog_category3_wrapper {
	clear: both;
	float: none;
	width: 100%;
}

.blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider_wrapper {
	margin-top: 60px;
}

.blog_leftside_section .blog_rightside_wrapper .blog_category3_wrapper {
	margin-top: 70px;
}

.blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider .owl-carousel {
	margin-top: 50px;
}

.blog_leftside_section .blog_rightside_wrapper .main_news_right_box {
	width: 100%;
	min-height: 410px;
	box-sizing: border-box;
}

.blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider .owl-theme .owl-nav {
	top: -55px;
}

.blog_leftside_section .blog_rightside_wrapper .blog_category_side_menu ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 14px;
	margin-top: 35px;
}

.blog_leftside_section .blog_rightside_wrapper .blog_category_side_menu li {
	float: none;
	margin: 0;
}

.blog_leftside_section .blog_rightside_wrapper .blog_category_side_menu li a {
	display: inline-block;
	padding: 7px 10px;
	line-height: 1.25;
}

.blog_leftside_section .col-lg-9 > .blog_service_main_wrapper2 {
	margin-top: 60px;
}

.baza-wiedzy-page .blog_leftside_section .col-lg-9 > .blog_service_main_wrapper {
	margin-bottom: 95px;
}

.baza-wiedzy-page .blog_leftside_section .col-lg-9 > .blog_service_main_wrapper:last-child {
	margin-bottom: 0;
}

.baza-wiedzy-page .blog_leftside_section .col-lg-9 > .blog_service_main_wrapper .blog_service_btn {
	display: flow-root;
	width: 100%;
	margin-bottom: 35px;
}

.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper {
	margin-top: 100px;
}

.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_search_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 45px;
}

.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_search_btn_wrapper {
	float: right;
	position: relative;
	z-index: 2;
	margin-top: -95px;
}

.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_category1_wrapper {
	margin-top: 0;
}

.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider_wrapper {
	margin-top: 70px;
}

.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider .owl-carousel {
	margin-top: 55px;
}

.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider .owl-theme .owl-nav {
	top: -55px;
}

@media (max-width: 991px){
	.blog_leftside_section .blog_rightside_wrapper .blog_rightside_slider_wrapper,
	.blog_leftside_section .blog_rightside_wrapper .blog_category3_wrapper {
		margin-top: 50px;
	}

	.blog_leftside_section .blog_rightside_wrapper .main_news_right_box {
		min-height: 0;
	}

	.blog_leftside_section .col-lg-9 > .blog_service_main_wrapper2 {
		margin-top: 50px;
	}

	.baza-wiedzy-page .blog_leftside_section .col-lg-9 > .blog_service_main_wrapper {
		margin-bottom: 70px;
	}

	.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper {
		margin-top: 60px;
	}

	.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_search_wrapper {
		margin-bottom: 40px;
	}

	.baza-wiedzy-page .blog_leftside_section .blog_rightside_wrapper .blog_search_btn_wrapper {
		margin-top: -90px;
	}
}
/*-- HVAC sidebar layout fix End --*/

/* HVAC contact form readability */
#formularz .contect2_form1 input,
#formularz .contect2_form2 input,
#formularz .contect2_form3 input,
#formularz .contect2_form4 textarea {
	border-color: rgba(255,255,255,0.35);
	color: #ffffff;
}

#formularz .contect2_form1 input::placeholder,
#formularz .contect2_form2 input::placeholder,
#formularz .contect2_form3 input::placeholder,
#formularz .contect2_form4 textarea::placeholder {
	color: rgba(255,255,255,0.75);
}

/* HVAC button text fix */
.tp-caption .et_slider_btn li a,
.et_tittle_btn li a,
.et_about_btn li a,
.et_bookin_btn li a,
.et_prog_btn li a,
.counter_btn li a,
.team_btn li a,
.contect2_btn li a,
.down_btn li a,
.blog_service_btn li a,
.contect_btn li a,
.et_btn a,
.et_booking_btn a,
.gallery_btn_wrapper li a,
.ser_btn_wrapper li a,
.contect_need_btn li a,
div[class*="_btn"]:not(.blog_single_social_icon_btn) li a,
div[class*="btn_wrapper"]:not(.blog_single_social_icon_btn) li a,
.et_device_tabs_wrapper .nav > li > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	line-height: 1.2 !important;
	min-width: 190px;
	width: auto;
	max-width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 1px;
}

.team_btn li a,
.contect2_btn li a,
.down_btn li a,
.contect_need_btn li a {
	min-width: 220px;
}

.et_device_tabs_wrapper .nav > li > a {
	min-width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 480px) {
	.tp-caption .et_slider_btn li a,
	.et_tittle_btn li a,
	.et_about_btn li a,
	.et_bookin_btn li a,
	.et_prog_btn li a,
	.counter_btn li a,
	.team_btn li a,
	.contect2_btn li a,
	.down_btn li a,
	.blog_service_btn li a,
	.contect_btn li a,
	.et_btn a,
	.et_booking_btn a,
	.gallery_btn_wrapper li a,
	.ser_btn_wrapper li a,
	.contect_need_btn li a,
	div[class*="_btn"]:not(.blog_single_social_icon_btn) li a,
	div[class*="btn_wrapper"]:not(.blog_single_social_icon_btn) li a,
	.et_device_tabs_wrapper .nav > li > a {
		min-width: 0;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		letter-spacing: 0.5px;
	}
}


/* HVAC final polish */
.et_slider_main_wrapper,
#rev_slider_348_1_wrapper {
	background: #071018 url("../images/header/slider_img2.jpg") center center / cover no-repeat;
}

.et_faq_main_wrapper .faq_slider_img_overlay {
	display: none !important;
}

.et_faq_main_wrapper .et_progress_video_cont_overlay {
	background: rgba(0,0,0,0.08) !important;
}

.team_section_wrapper .post-thumbnail::before,
.team_section_wrapper .pop-up-icon {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.team_section_wrapper .team_content h3 a {
	color: inherit;
}

.hvac-hide-realizacje {
	display: none !important;
}

.baza-wiedzy-page .hvac_article_list_item {
	margin-bottom: 65px;
}

.baza-wiedzy-page .hvac_article_list_item .blog_service_img img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.baza-wiedzy-page .hvac_article_list_item .blog_service_cont_wrapper {
	margin-top: 0;
}

.baza-wiedzy-page .hvac_article_list_item .blog_service_cont {
	margin-top: 35px;
}

@media (max-width: 767px) {
	.baza-wiedzy-page .hvac_article_list_item .blog_service_cont_wrapper {
		margin-top: 25px;
	}
}


/* HVAC final fixes */
.et_right_tittle_content .fa-phone,
.et_right_tittle_content .fa-envelope {
	color: #0d9bea;
}

.et_right_tittle_content span a,
.et_right_tittle_content p a {
	color: inherit;
}

.et_Contact_main_wrapper {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 0;
	padding-top: 100px;
}

.blog_single_cont2 a,
.hvac_text_link,
.team_section_wrapper .team_content h3 a {
	transition: color 0.25s ease;
}

.blog_single_cont2 a i,
.hvac_text_link i {
	margin-left: 7px;
	transition: transform 0.25s ease, color 0.25s ease;
}

.blog_single_cont2 a:hover,
.hvac_text_link:hover,
.team_section_wrapper .team_content h3 a:hover {
	color: #0d9bea;
}

.blog_single_cont2 a:hover i,
.hvac_text_link:hover i {
	transform: translateX(4px);
	color: #0d9bea;
}

.knowledge-article-page .hvac_article_full .blog_service_img img {
	width: 100%;
	height: auto;
	display: block;
}

.knowledge-article-page .hvac_article_full .blog_service_cont_wrapper {
	margin-top: 35px;
}

/* HVAC mobile responsive fixes */
@media (max-width: 767px) {
	.et_logo img {
		max-width: 220px;
		height: auto;
	}

	.et_logo_wrapper,
	.et_logo {
		max-width: calc(100% - 70px);
	}

	.navbar-toggle {
		position: relative;
		z-index: 5;
	}

	.team_section_wrapper .team_cont1_wrapper,
	.team_section_wrapper .team_cont2_wrapper,
	.team_section_wrapper .team_cont3_wrapper,
	.team_section_wrapper .team_cont4_wrapper {
		width: 100%;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.team_section_wrapper .team_img_sec,
	.team_section_wrapper .team_content {
		width: 100%;
		display: block;
		float: none;
		margin-left: 0;
	}

	.team_section_wrapper .team_img_sec img,
	.team_section_wrapper .team_img_sec .img-responsive {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.team_section_wrapper .team_content {
		padding-top: 20px;
	}

	.team_section_wrapper .team_content h3,
	.team_section_wrapper .team_content h4,
	.team_section_wrapper .team_content p {
		text-align: left;
	}
}

/* HVAC link and mobile fixes */
@media (max-width: 767px) {
	.contect_need_btn ul {
		width: 100%;
		display: block;
		margin-top: 30px;
	}

	.contect_need_btn li {
		width: 100%;
		display: block;
		float: none;
	}

	.contect_need_btn li + li {
		margin-top: 12px;
	}

	.contect_need_btn li a,
	.contect_need_btn li:last-child a {
		width: 100%;
		min-width: 0;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		float: none;
		margin-left: 0;
		margin-top: 0;
		white-space: nowrap;
		text-align: center;
	}
}

.blog_leftside_section .blog_single_cont2 a.hvac_text_link,
.blog_leftside_section .blog_single_cont2 a {
	color: #0099ff;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.25s ease, text-shadow 0.25s ease;
}

.blog_leftside_section .blog_single_cont2 a.hvac_text_link i,
.blog_leftside_section .blog_single_cont2 a i {
	margin-left: 7px;
	transition: transform 0.25s ease, color 0.25s ease;
}

.blog_leftside_section .blog_single_cont2 a.hvac_text_link:hover,
.blog_leftside_section .blog_single_cont2 a:hover {
	color: #0076c7;
	text-shadow: 0 0 10px rgba(0,153,255,0.35);
}

.blog_leftside_section .blog_single_cont2 a.hvac_text_link:hover i,
.blog_leftside_section .blog_single_cont2 a:hover i {
	color: #0076c7;
	transform: translateX(4px);
}

/* HVAC PHP form wiring */
.form_honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.et_bookin_btn li button,
.contect2_btn li button {
	float: left;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	background: #0099ff;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	letter-spacing: 1px;
	line-height: 1.2;
	border: 2px solid transparent;
	cursor: pointer;
	box-sizing: border-box;
}

.et_bookin_btn li button {
	width: 220px;
	height: 50px;
	line-height: 45px;
}

.contect2_btn li button {
	min-width: 250px;
	width: auto;
	padding-left: 28px;
	padding-right: 28px;
	height: 50px;
}

.et_bookin_btn li button:hover,
.contect2_btn li button:hover {
	background: transparent;
	border: 2px solid #0099ff;
	color: #ffffff;
}

/* HVAC Waterdrop section */
.hvac_waterdrop_wrapper {
	float: left;
	width: 100%;
	padding: 90px 0;
	background: #f7f9fb;
}

.hvac_waterdrop_card {
	float: left;
	width: 100%;
	min-height: 100%;
	background: #ffffff;
	border: 1px solid #e9eef3;
	margin-top: 35px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.hvac_waterdrop_card img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	background: #d8dde2;
	display: block;
}

.hvac_waterdrop_card_cont {
	float: left;
	width: 100%;
	padding: 28px;
}

.hvac_waterdrop_card_cont h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #111111;
}

.hvac_waterdrop_card_cont p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 22px;
}

.hvac_waterdrop_card_cont a,
.hvac_waterdrop_card_cont li a {
	color: #0e9df2;
	font-weight: 700;
	white-space: nowrap;
}

.hvac_waterdrop_card_cont a:hover,
.hvac_waterdrop_card_cont li a:hover {
	color: #0078c8;
	text-shadow: 0 0 8px rgba(14, 157, 242, 0.25);
}

.hvac_waterdrop_card_cont a i,
.hvac_waterdrop_card_cont li a i {
	transition: all 0.2s ease;
}

.hvac_waterdrop_card_cont a:hover i,
.hvac_waterdrop_card_cont li a:hover i {
	transform: translateX(4px);
}

.hvac_waterdrop_info {
	background: #111111;
	border-color: #111111;
}

.hvac_waterdrop_info h3 {
	color: #ffffff;
}

.hvac_waterdrop_info p {
	color: #d8dde2;
}

.hvac_waterdrop_info ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.hvac_waterdrop_info li {
	margin-bottom: 12px;
}

.hvac_filter_form {
	float: left;
	width: 100%;
	margin-top: 35px;
	padding: 30px;
	background: #111111;
}

.hvac_filter_form_page {
	margin: 35px 0;
	scroll-margin-top: 120px;
}

.hvac_filter_form h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 12px 0;
}

.hvac_filter_form p {
	font-size: 16px;
	line-height: 28px;
	color: #d8dde2;
	margin-bottom: 20px;
}

.hvac_filter_form input {
	width: 100%;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	padding: 0 18px;
	margin-bottom: 15px;
}

.hvac_filter_form input::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.hvac_filter_form button {
	width: 100%;
	height: 56px;
	border: 2px solid transparent;
	border-radius: 5px;
	background: #0099ff;
	color: #ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	white-space: nowrap;
	transition: all 0.5s;
}

.hvac_filter_form button:hover {
	background: transparent;
	border-color: #0099ff;
	color: #ffffff;
}

.hvac_waterdrop_sidebar {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.hvac_waterdrop_card {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.hvac_waterdrop_wrapper {
		padding: 60px 0;
	}

	.hvac_waterdrop_card_cont a,
	.hvac_waterdrop_card_cont li a {
		white-space: normal;
	}
}

/* Waterdrop product page */
.waterdrop_product_page {
	float: left;
	width: 100%;
}

.waterdrop_product_hero {
	float: left;
	width: 100%;
	padding: 35px;
	background: #f7f9fb;
	border: 1px solid #e9eef3;
	margin-bottom: 45px;
}

.waterdrop_product_intro {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.waterdrop_product_label {
	font-size: 14px !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e9df2 !important;
	letter-spacing: 1px;
	margin-bottom: 12px !important;
}

.waterdrop_product_intro h1 {
	font-size: 46px;
	font-weight: 800;
	text-transform: uppercase;
	color: #111111;
	margin: 0 0 15px 0;
}

.waterdrop_product_intro h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #333333;
	margin: 0 0 22px 0;
}

.waterdrop_product_intro p {
	font-size: 16px;
	line-height: 29px;
	color: #666666;
	margin-bottom: 25px;
}

.waterdrop_product_price {
	display: inline-block;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	color: #111111;
	padding: 10px 18px;
	background: #ffffff;
	border-left: 4px solid #0e9df2;
	margin-bottom: 22px;
}

.waterdrop_product_cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 250px;
	height: 62px;
	padding: 0 34px;
	background: #0099ff;
	color: #ffffff;
	border: 2px solid transparent;
	border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	white-space: nowrap;
	transition: all 0.5s;
}

.waterdrop_product_cta:hover,
.waterdrop_product_cta:focus {
	background: transparent;
	border-color: #0099ff;
	color: #111111;
}

.waterdrop_product_cta i {
	margin-left: 8px;
}

.waterdrop_photo_placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: linear-gradient(135deg, #d7dce1 0%, #eef1f4 100%);
	border: 1px solid #cfd6dd;
	color: #66717c;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}

.waterdrop_photo_placeholder img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}

.waterdrop_crop_left img {
	object-position: left center;
}

.waterdrop_crop_center img {
	object-position: center center;
}

.waterdrop_crop_right img {
	object-position: right center;
}

.waterdrop_crop_top img {
	object-position: center top;
}

.waterdrop_crop_bottom img {
	object-position: center bottom;
}

.waterdrop_photo_hero {
	height: 420px;
}

.waterdrop_photo_feature {
	height: 180px;
	margin-bottom: 22px;
}

.waterdrop_photo_vertical {
	height: 430px;
}

.waterdrop_photo_materials {
	height: 310px;
}

.waterdrop_photo_square {
	height: 210px;
	margin-bottom: 20px;
}

.waterdrop_photo_certificate {
	height: 260px;
}

.waterdrop_product_section {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.waterdrop_product_page .blog_service_cont_heading {
	margin-bottom: 34px;
}

.waterdrop_product_page .blog_service_cont_heading h1 {
	margin-bottom: 22px;
}

.waterdrop_product_page .blog_service_cont_heading h1:after {
	bottom: -14px;
}

.waterdrop_feature_card {
	float: left;
	width: 100%;
	min-height: 390px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e9eef3;
	margin-bottom: 30px;
}

.waterdrop_feature_grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -15px;
	margin-right: -15px;
}

.waterdrop_feature_grid:before,
.waterdrop_feature_grid:after {
	display: none;
}

.waterdrop_feature_grid > [class*="col-"] {
	display: flex;
	float: none;
	margin-bottom: 30px;
}

.waterdrop_feature_grid .waterdrop_feature_card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	margin-bottom: 0;
}

.waterdrop_feature_card h3,
.waterdrop_faq_item h3 {
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	color: #111111;
	margin: 0 0 14px 0;
}

.waterdrop_feature_card p,
.waterdrop_faq_item p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0;
}

.waterdrop_product_split .blog_service_cont {
	padding-top: 5px;
}

.waterdrop_specs_table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border: 1px solid #e9eef3;
}

.waterdrop_specs_table th,
.waterdrop_specs_table td {
	padding: 17px 20px;
	border-bottom: 1px solid #e9eef3;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}

.waterdrop_specs_table th {
	width: 38%;
	color: #111111;
	font-weight: 800;
	background: #f7f9fb;
}

.waterdrop_specs_table td {
	color: #666666;
}

.waterdrop_clean_list {
	padding-left: 0;
	margin: 18px 0 0 0;
	list-style: none;
}

.waterdrop_clean_list li {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	padding-left: 26px;
	margin-bottom: 10px;
}

.waterdrop_clean_list li:before {
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #0e9df2;
}

.waterdrop_certificate_box {
	padding: 30px;
	background: #f7f9fb;
	border: 1px solid #e9eef3;
}

.waterdrop_faq_list {
	float: left;
	width: 100%;
}

.waterdrop_faq_item {
	float: left;
	width: 100%;
	padding: 24px 28px;
	background: #ffffff;
	border: 1px solid #e9eef3;
	margin-bottom: 15px;
}

.waterdrop_faq_component {
	float: left;
	width: 100%;
}

.waterdrop_faq_component .panel-group {
	margin-bottom: 0;
}

.waterdrop_faq_component .truck_pannel {
	margin-bottom: 14px;
	border: 1px solid #e9eef3;
	box-shadow: none;
}

.waterdrop_faq_component .panel-heading {
	background: #ffffff;
	padding: 0;
}

.waterdrop_faq_component .panel-title a {
	display: block;
	width: 100%;
	padding: 21px 58px 21px 24px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 800;
	text-transform: uppercase;
	color: #111111;
	position: relative;
}

.waterdrop_faq_component .panel-title a:after {
	content: "\f068";
	font-family: FontAwesome;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #0e9df2;
	color: #ffffff;
	border-radius: 4px;
}

.waterdrop_faq_component .panel-title a.collapsed:after {
	content: "\f067";
}

.waterdrop_faq_component .panel-body {
	border-top: 1px solid #e9eef3 !important;
	padding: 22px 24px;
}

.waterdrop_faq_component .panel_cont p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 0;
}

@media (max-width: 991px) {
	.waterdrop_photo_hero,
	.waterdrop_photo_vertical {
		height: 340px;
		margin-top: 25px;
	}

	.waterdrop_feature_card {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.waterdrop_product_hero {
		padding: 25px;
	}

	.waterdrop_product_intro h1 {
		font-size: 34px;
	}

	.waterdrop_product_intro h2 {
		font-size: 19px;
		line-height: 28px;
	}

	.waterdrop_product_price {
		font-size: 24px;
	}

	.waterdrop_photo_hero,
	.waterdrop_photo_vertical,
	.waterdrop_photo_materials,
	.waterdrop_photo_certificate {
		height: 280px;
	}

	.waterdrop_photo_square {
		height: 190px;
	}

	.waterdrop_specs_table th,
	.waterdrop_specs_table td {
		display: block;
		width: 100%;
	}
}

/* HVAC form submit fix */
.et_bookin_btn li button[type="submit"] {
	width: 100% !important;
	height: 50px !important;
	float: left;
	background: #0099ff !important;
	color: #ffffff !important;
	text-align: center;
	line-height: 45px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px !important;
	border: 2px solid transparent !important;
	white-space: nowrap;
	transition: all 0.5s;
}

.et_bookin_btn li button[type="submit"]:hover {
	background: transparent !important;
	color: #000000 !important;
	border: 2px solid #0099ff !important;
}

.contect2_btn li button[type="submit"] {
	min-width: 285px;
	height: 50px;
	float: left;
	background: #0099ff;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid transparent;
	white-space: nowrap;
	transition: all 0.5s;
}

.contect2_btn li button[type="submit"]:hover {
	background: transparent;
	color: #ffffff;
	border: 2px solid #0099ff;
}

.et_contect_main_wrapper .contect2_btn li button[type="submit"]:hover {
	color: #000000;
}

.hvac_filter_form button[type="submit"] {
	width: 100%;
	height: 56px;
	background: #0099ff;
	color: #ffffff;
	border: 2px solid transparent;
	border-radius: 5px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	transition: all 0.5s;
}

.hvac_filter_form button[type="submit"]:hover {
	background: transparent;
	color: #ffffff;
	border-color: #0099ff;
}

@media (max-width: 480px) {
	.et_bookin_btn li button[type="submit"],
	.contect2_btn li button[type="submit"],
	.hvac_filter_form button[type="submit"] {
		width: 100%;
		min-width: 0;
		padding-left: 18px;
		padding-right: 18px;
		font-size: 17px;
		letter-spacing: 0.5px;
	}
}

/* HVAC browser search */
.et_search_box .hvac_search_results {
	display: none;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 65px;
	z-index: 20;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

.blog_search_wrapper {
	position: relative;
}

.blog_search_wrapper .hvac_search_results {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	z-index: 30;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

.et_search_box .hvac_search_results.is_visible {
	display: block;
}

.blog_search_wrapper .hvac_search_results.is_visible {
	display: block;
}

.hvac_search_result_item {
	display: block;
	padding: 14px 16px;
	color: #111111;
	border-bottom: 1px solid #eeeeee;
	transition: all 0.3s;
}

.hvac_search_result_item:last-child {
	border-bottom: 0;
}

.hvac_search_result_item span {
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #111111;
}

.hvac_search_result_item small {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	line-height: 19px;
	color: #707070;
}

.hvac_search_result_item:hover,
.hvac_search_result_item:focus {
	background: #0099ff;
	color: #ffffff;
	text-decoration: none;
}

.hvac_search_result_item:hover span,
.hvac_search_result_item:focus span,
.hvac_search_result_item:hover small,
.hvac_search_result_item:focus small {
	color: #ffffff;
}

.hvac_search_empty {
	padding: 14px 16px;
	font-size: 14px;
	line-height: 20px;
	color: #707070;
	background: #ffffff;
}
