/*------------------------------------------------------------------
[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:#f37f2a;
	-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:#f37f2a;
	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:#f37f2a;
	-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:#f37f2a;
}
.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:#f37f2a;
	-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 #f37f2a;
	color:#f37f2a;
	-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:#f37f2a;
}
.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:#f37f2a;
	border-color:#f37f2a;
	-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:#f37f2a;
}
.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 #f37f2a;
	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:#f37f2a;
	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 #f37f2a;
	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:#f37f2a;
}
.uranus.tparrows{
	background:#222222 !important;
}
.tparrows:hover{
	background:#f37f2a !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:#f37f2a;
	-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:#f37f2a;
	-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:#f37f2a;
	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:#f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
}
.bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:32px;
}
.bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
}
.cont_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.cont_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:18px;
}
.et_about_cont_heading h2{
	font-size:26px;
	color:#f37f2a;
	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:#f37f2a;
	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:#f37f2a;
	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:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
	-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:25px;
	padding-right:25px;
	background:#f37f2a;
	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:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
}
.service_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.service_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:20px;
}
.service_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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 #f37f2a;
	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:#f37f2a;
	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:#f37f2a;
	-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:#f37f2a;
	-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:#f37f2a;
}
.testi_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.testi_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:4px;
}
.testi_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
}
.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:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
}
.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:#f37f2a;
}
.faq_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.faq_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:65px;
}
.faq_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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: #f37f2a;
	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:#f37f2a;
  line-height:20px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\2b";
	background: #f37f2a ;
  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:#f37f2a;
	-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:#f37f2a;
}
.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:150px;
	height:50px;
	float:left;
	background:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
	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:#f37f2a;
}
.news_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.news_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:53px;
}
.news_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
	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 #f37f2a;
	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:#f37f2a;
	-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:#f37f2a;
	-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:#f37f2a;
}
.et_left_cont_news h4{
	font-size:14px;
	font-family: 'Lato';
	color:#f37f2a;
}
.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:#f37f2a;
	-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:#f37f2a;
	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:#f37f2a;
}
.team_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.team_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:58px;
}
.team_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
}
.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:150px;
	height:50px;
	float:left;
	background:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
}
.r_work_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.r_work_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:15px;
}
.r_work_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
	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:#f37f2a;
    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:#f37f2a;
}
.contect_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.contect_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:3px;
}
.contect_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
}
.contect2_form3 i{
	margin-left:-30px;
	color:#f37f2a;
	font-size:22px;
}
.contect2_form4 i{
	margin-left:-30px;
	color:#f37f2a;
	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 #f37f2a;
	-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 #f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
}
.device_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.device_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:139px;
}
.device_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
}
.device2_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.device2_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:18px;
}
.et_device2_heading h2{
	font-size:26px;
	color:#f37f2a;
	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:#f37f2a;
}
.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:#f37f2a;
	padding-right:5px;
}
.et_device_cont1_wrapper i:last-child{
	color:#f37f2a;
	padding-left:5px;
}
.et_device_cont1_wrapper{
	width:100%;
	border:2px solid #f2f2f2;
	padding:20px;
}
.et_device_cont1_wrapper h2{
	font-size:20px;
	color:#f37f2a;
	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(243, 127, 42, 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:#f37f2a;
}
.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:#f37f2a;
	font-weight:bold;
	font-family: 'Lato';
}
.et_footer_about h4 i{
	color:#f37f2a;
	position: relative;
    top: 3px;
    left: 3px;
}
.et_footer_contect h2{
	font-size:16px;
	font-weight:bold;
	color:#f37f2a;
}
.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:#f37f2a;
}
.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:#f37f2a;
	-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:#f37f2a;
}
.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_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:#f37f2a;
}
/*-- 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(243, 127, 42, 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 #f37f2a;
	-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:#f37f2a;
	  -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 #f37f2a;
	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:#f37f2a;
	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 #f37f2a;
	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 #f37f2a;
	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:#f37f2a;
}
.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:#f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
	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:#f37f2a !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:#f37f2a;
	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 #f37f2a;
	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 #f37f2a;
	margin-left:10px;
	background:transparent;
}	
.pagination > li:first-child:hover > a{
	background:#f37f2a;
	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: #f37f2a;
    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 #f37f2a;
	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:#f37f2a;
	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:#f37f2a;
	-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:#f37f2a;
}
.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:#f37f2a;
}
.blog_single_cont1_wrapper{
	border:1px solid #f2f2f2;
	margin-top:60px;
	padding-top:10px;
	padding-bottom:15px;
	border-left:4px solid #f37f2a;
}
.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:#f37f2a;
    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 #f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
    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:#f37f2a;
    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:#f37f2a;
	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 #f37f2a;
	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:#f37f2a;
}
.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:#f37f2a;
	font-size:16px;
	font-style: italic;
}
.blog_comment1_cont span a{
	color:#f37f2a;
	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 #f37f2a;
	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:#f37f2a;
}
.contect_form3 i{
	margin-left:-30px;
	color:#f37f2a;
	font-size:22px;
}
.contect_form4 i{
	margin-left:-30px;
	color:#f37f2a;
	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 #f37f2a;
	-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 #f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
	-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:#f37f2a;
	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:#f37f2a;
	-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:#f37f2a;
}
.ser_bolt_wrapper{
	position:relative;
	float:left;
	width:100%;
}
.ser_bolt_wrapper:after{
	content:'';
	border:1px solid #f37f2a;
	display:inline-block;
	width:80px;
	position:absolute;
	top:50%;
	left:50px;
}
.ser_bolt_wrapper:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
}
.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:#f37f2a;
	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 #f37f2a;
	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:#f37f2a;
	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 #f37f2a;
	-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 #f37f2a;
	margin-left:20px;
}
.contect_need_btn li:last-child a:hover{
	background:#f37f2a;
	border:2px solid #f37f2a;
	-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:#f37f2a;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.location_heading h3:after{
	content:'';
	border:1px solid #f37f2a;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.location_heading h3:before{
	content:'';
	border:1px solid #f37f2a;
	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 #f37f2a;
	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:#f37f2a;
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.contect2_heading_wrapper h3:after{
	content:'';
	border:1px solid #f37f2a;
	width:100px;
	display:inline-block;
	position:relative;
	top:-5px;
	left:35px;
}
.contect2_heading_wrapper h3:before{
	content:'';
	border:1px solid #f37f2a;
	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:#f37f2a;
}
.contect2_form3 i{
	margin-left:-30px;
	color:#f37f2a;
	font-size:22px;
}
.contect2_form4 i{
	margin-left:-30px;
	color:#f37f2a;
	font-size:22px;
	position:relative;
	top:-75px;
}
.contect_section_wrapper input:hover, .contect_section_wrapper input:focus{
	border:2px solid #f37f2a;
	-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 #f37f2a;
	-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:#f37f2a;
	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 #f37f2a;
	-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 #f37f2a;
	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:#f37f2a;
	border:2px solid #f37f2a;
	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:#f37f2a;
}
.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:#f37f2a;
	-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 #f37f2a;
	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:#f37f2a;
	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:#f37f2a;
	-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 #f37f2a;
    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:#f37f2a;
	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 --*/