/*Construction*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body{
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	
}
#header-1.construction-header-section{
	position: absolute;
	z-index: 99999;
	top:0;
	right: 0px; /*if right:0; it cause horizontal scrolling*/
	left: 0px;
	padding: 0;
}
div#header-1 {
    background-color: rgba(0, 0, 0, 0.72);
}
#header-1 .navbar {
   margin-bottom:0px;
}

.constuction-header{
	background: transparent;
	color: #fff;
	margin-top: 10px;
	position: relative;
}
.constuction-header-box{
	border: 1px solid #777777;
	text-align: center;
	padding: 15px 5px;
	margin-bottom: 30px;
}
.line::after{
	content:"";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom:0;
	border-top: 1px solid  #777777;

}
.constuction-header-block-2{
	margin-top: 40px;
}
.social-icons{
	display: inline-block;
    margin-bottom: 0;
    padding: 0;
	list-style: none;
}
.social-icons li{
	display: inline-block;
    margin: 0 2px;
}
.social-icons li a{
	text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 8px 10px 5px;
    border-radius: 100%;
    background-color: #777777;
    width: 35px;
    height: 35px;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}

.social-icons li a:hover .fa{
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.constuction-login-shopping,.header-social,.header-search{
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;

}
.header-social{
	text-align:left;
}
.constuction-login-shopping a{
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	padding: 10px 12px;
}
.constuction-login-shopping a .fa{
	color: #fff;
	font-size: 18px;
}
.cart{
	position: relative;
}
.constuction-login-shopping .super{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
   font-size: 18px;

    border-radius: 100%;
    color: #fff;
    line-height: 30px;
    text-align: center;
	top: -15px;
	right: -15px;
    
}
.header-search{
	position: relative;
}
.header-input{
	border-radius: 20px;
	width: 210px;
	height: 40px;
	padding: 5px;
}
.header-button{
	position: absolute;
	display: block;
	width: 75px;
	height: 75px;
	padding: 20px;
	border-radius: 100%;
	border: 0;
	top: -20px;
	left:0px;
	font-size: 24px;
}
.siginform{
	padding: 10px 15px;
}
/*search overlay*/
.overlay_search{
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,0.8);
	left:0;
	right: 0;
	top:0;
	bottom:0;
	margin: 0 auto;
	width: 5%;
	height: 5%;
	z-index: 99999999;
	border-radius:100%;
}
.show_me{
	display: block;
	width:100%;
	height: 100%;
	border-radius: 0;
}
			

.constuction-login-shopping .search_open{
	display: inline-block;
	padding: 20px;
	border-radius: 100%;
	color: #fff !important;
}

.overlay_form{
	position: relative;
	width: 50%;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.overlay_form input[type="text"]{
	margin-bottom: 20px;
	height: 50px;
	outline: none;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	border-radius: 0;
	background: transparent;
}
.btn-search-overlay{
	padding: 15px 18px;
	color: #fff;
	margin-left: 20px;
	border-radius: 0;
}
.btn-search-overlay-close{
	padding: 15px 18px;
	color: #fff;
	border-radius: 0;
}
.hide_me{
	display: none;
}
/*search overlay*/
/*navigation*/
#header-1 .menu{
	border: 0;
	border-radius: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	padding: 25px 0 !important;
}

#header-1 .menu li a{
	color: #fff !important;
}
#header-1 .mynavbar-brand{
	position: relative;
	z-index: 999; 
}
#header-1 .my{
	position: absolute;
	bottom: -80px;
}
/* .navbar-brand img{
	position: relative;
    bottom: 60px;
    width: 300px;
    height: 125px;
    margin: 0 auto;
} */

.dropdown:hover .dropdown-menu li a{
	color: #000 !important;
}
.nav .open>.dropdown-menu a, .nav .open>.dropdown-menu a:focus, .nav .open>.dropdown-menu a:hover {
    background-color: rgba(65, 65, 65, 0.60)!important;
    border-color: #337ab7;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0.33)!important;
    border-color: #337ab7;
}
/*mega menu*/

/*mega menu*/
.navbar-collapse .navbar-nav li a:hover::before, .navbar-collapse .navbar-nav li a:focus::before,
 .navbar-collapse .navbar-nav > .active > a:focus::before, .navbar-collapse  .navbar-nav > .active > a:hover::before{
   content:" ... ";
    height: 0;
    position: absolute;
    left: 0;
    width: 0;
	font-size:60px;
	margin: 0 auto;
}
 .dropdown-menu  li > a::before, .dropdown-menu  li > a:focus::before, .dropdown-menu  li > a:hover::before{
display:none;
content:"":
}
 .navbar-right .dropdown-menu{
left:-70px;
right:-70px;
text-align:center;
opacity:0.9;
min-width: 220px;
}

 .nav > li > a{
padding:10px 0px;
font-size:16px;
}
 .nav > li{
margin:0px 15px;
}
 .navbar-right .dropdown-menu{
left:-70px;
right:-70px;
text-align:center;
opacity:0.9;
}
 .navbar-nav > li > .dropdown-menu{
margin-top:15px !important;
}
#header-1 .dropdown-menu li a{
	border-bottom:1px solid #ccc;
	color:#000!important;
}
 .dropdown-menu .divider{
margin:0px;

}
 .dropdown-menu{
padding:0px;
border-radius:0px;
}
/* .dropdown .dropdown-menu::before {
    border-style: solid;
    border-width: 0 15px 23px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 40%;
    width: 0;
}
.dropdown .dropdown-menu::after{
    border-style: solid;
    border-width: 0 13px 20px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 41%;
    width: 0;
} */
 .dropdown .dropdown-submenu .dropdown-menu::after{
    border-style: solid;
    border-width: 0 13px 20px;
    bottom: 100%;
    height: 0;
    position: absolute;
    right: 41%;
    width: 0;
	display:none;
}
 .dropdown .dropdown-submenu  .dropdown-menu::before {
    border-style: solid;
    border-width: 0 15px 23px;
    bottom: 100%;
    height: 0;
    position: absolute;
    right: 40%;
    width: 0;
	display:none;
}
/**-----------dev-----------****/
.gal-container .col-md-3.col-sm-6.wl-gallery {
    position: static!important;
}

.gal-container .b-link-fade.b-animate-go {
    height: 206px!important;
}
.gal-container .b-link-fade.b-animate-go img{
    height: 206px!important;
}
.gal-container {
    overflow: inherit;
}
/**------dev----------------****/



 .dropdown-menu > li > a{
padding:10px 25px;
color:#000;
}
.marginBottom-0 {margin-bottom:0;}

 .dropdown-submenu{position:relative;}
 .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-2px;margin-left:-1px; margin-right:-130px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
 .dropdown-submenu>a:after{display:block;content:"";float:right;width:0;height:0;border-color:transparent; font-weight:bold; border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:-1px;margin-right:0px; font-size:20px;}
 .dropdown-submenu.pull-left{float:none;}  .dropdown-submenu.pull-left> .dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

 .navbar-nav li a{
	background: transparent !important;
}
/*on hover dropdown open*/
@media screen and (min-width: 992px){
	.dropdown:hover>.dropdown-menu{
	display: block;
 }
}
 .navbar-default ul>li>a{
       -webkit-transition: all .35s;
       -moz-transition: all .35s;
       transition: all .35s;
    /*padding: 40px 20px;*/
   /* Add additional styles here for the UNCOLLAPSED state */
   }
 .navbar-default.affix ul>li>a{
     /*padding: 25px 15px;
     box-shadow: -5px 4px 36px #333;*/
     /* Add additional styles here for the COLLAPSED state */
   }
    
/*#infigo-1 .navbar-nav>li>a {
   padding: 30px 15px;} */
    .navbar-brand>img {
   display: block;
   position: relative;
    
    }
.affix {
     top: 0;
     width: 100%;
 }

 .affix + .container-fluid {
     padding-top: 70px;
 }
    
.navbar-default.affix .navbar-brand>img {
	   display: block;
	   width: 186px!important;
		margin-top:-25px;
		transition: all 0.8s ease;
	   -webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	   -o-transition: all .8s ease;
	   -ms-transition: all .8s ease;
	   transition: all .8s ease;
		  top: -7px;
	}
@media screen and (min-width: 280px) and (max-width: 767px){
	#header-1 .menu{
		position: fixed;
		top:0;
	}
	
	#header-1 .constuction-header {
    position: relative;
    top: 100px;
    background-color: rgb(0, 0, 0);
    padding-top: 15px;
}
	button.add_toggle {
		border: transparent;
		background-color: transparent;
	}
	button.add_toggle:focus{
		background: transparent !important;
	}
	.add_toggle span{
		position: relative;
	}
	.navbar-toggle.add_toggle span::after{
		content: "\f041";
		font-family: FontAwesome;
		position: absolute;
		font-size: 36px;
		left: -20px;
   		 top: -20px;
		margin: 0 auto;
		text-align:center;
	}
	.add_toggle span{
		-webkit-transform: scale(0.7);
    transform: scale(0.7);
	}
}
/*navigation ends*/

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    /* padding-top: 1px!important;
    padding-bottom: 1px!important; */
}

@media screen and (min-width: 320px) and (max-width: 991px)
{
	.carousel {
		position: relative;
		margin-top: 100px;
	}
}
/*header end*/
#slider-1.construction-carousel{

}
#slider-1.construction-carousel::after{
	content: " ";
    position: absolute;
    display: block;
    width:40%;
    height: 25px;
    right: 0;
    left: 0;
	margin:0 auto;
	z-index: -10;
}
/*slider sl start*/
.sl-slider-wrapper {

}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

.sl-slider-wrapper {
	width: 100%;
    height: 1000px;
	overflow: hidden;
	position: relative;
}
.slider-blockquote{
	    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	
}
.sl-slider h2,
.sl-slider blockquote {

	color: #fff;
	margin: 0 auto;
	z-index: 100;
}
.sl-slider h2 {
	font-size: 100px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	background: rgba(0, 0, 0, 0.66);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.bg-img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
/* Custom navigation arrows */

#slider-1 .nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
    border: 8px solid #676565;
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#slider-1 .nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

#slider-1 .nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

#slider-1 .nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
/* Custom navigation dots */

#slider-1 .nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

#slider-1 .nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

#slider-1 .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

 #slider-1 .nav-dots span.nav-dot-current,
#slider-1 .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}
#slider-1 .nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
 .bg-img-1 {
	background-image: url(../images/img/Construction-Backgrounds.jpg);
}
 .bg-img-2 {
	background-image: url(../images/img/Construction-Backgrounds_2.jpg);
}
 .bg-img-3 {
	background-image: url(../images/img/Construction-Backgrounds-1920x1080.jpg);
}
 .bg-img-4 {
	background-image: url(../images/img/construction_helmet_arm_80718_1920x1080.jpg);
}
.bg-img-5 {
	background-image: url(../images/5.jpg);
}

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@media screen and (max-width: 660px) {
	

	 .sl-slider-wrapper {
		height: 500px;
	}

	.sl-slider h2 {
		font-size: 36px;
	}

	.sl-slider blockquote {
		font-size: 16px;
	}

}
/*slider sl*/
@media screen and (min-width:280px) and (max-width: 767px){
	.construction-carousel::after{
		width: 200px; 
	}
}
/*header-2*/
/*brand image*/
#header-2 .navbar-brand img{
		width: 180px;
		height: 90px;
		margin: -40px auto auto auto;
	}
	
#header-2 .header-search{
	position: relative;
	display: inline-block;
}	
#header-2 .header-input{
	border-radius: 20px;
    width: 210px;
    height: 40px;
    padding: 5px;
}
#header-2 .header-button {
    position: absolute;
    display: block;
    width: 75px;
    height: 75px;
    padding: 20px;
    border-radius: 100%;
    border: 0;
    top: -18px;
    left: 0px;
    font-size: 24px;
}	
.dLabel,.cart{
	display: inline-block;
}

    
#header-2 .navbar-default.affix .navbar-brand>img {
	   display: block;
	   width: 186px!important;
		margin-top:-25px;
		transition: all 0.8s ease;
	   -webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
	   -o-transition: all .8s ease;
	   -ms-transition: all .8s ease;
	   transition: all .8s ease;
		  top: -7px;
	}

/*affix*/
/*NAVIGATION ENDS HERE*/
/*construction-carousel*/
.construction-carousel{
	margin-top: -30px;
}
/*carousel css*/
.construcion-caption{
	text-align:left;
	background-color: rgba(0,0,0,0.8);
	padding: 20px 30px 30px;
    position: absolute;
    left: 0;
    right: 0;
	width: 50%;
	margin: 0 auto;
	bottom: 250px;
}
.construcion-caption h1{
		font-weight: bold;
		padding: 10px 0;
}
.construcion-caption p{
	color: #fff;
	padding: 10px 0;
}
a.carousel_readmore{
	display: block;
	text-decoration: none;
	float:left;
	width:180px;
	text-align: center !important;
	border-radius: 15px	;
	padding: 10px 15px;
	background-color:#fff;
	color: #000;
	position: relative;
	bottom: -50px;
	left:-40px;
}
a.carousel_readmore::before{
	content:"+";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left:-15px;
	right:0;
	top:-5px;
}

@media screen and (min-width: 525px) and (max-width: 991px){
	.construcion-caption{
			text-align:left;
			background-color: rgba(0,0,0,0.5);
			padding: 20px 30px 30px;
			position: absolute;
			left: 0;
			right: 0;
			width: 80%;
			margin: 0 auto;
			bottom: 0px;
		}
}

/*header-2*/




/*common css*/
.construction-common-block-space{
	padding: 100px 0;
	background-color: rgba(0,0,0,0.7);
}
.construction-common-block-desc{
	color: #fff;
}

.construction-common-block-desc .one-small{
	padding: 0;
	display: block;
	font-size: 18px;
	margin-left: 30px;
}
.construction-common-block-desc .one-big{
	padding: 0;
	display: block;
	font-size: 24px;
	margin-left: 30px;
}
.construction-common-block-desc p span.one-small::before {
	content: " ";
	position: absolute;
	display: block;
	height: 50px;
	width: 15px;
	left: 15px;
	
}
.construction-common-block-desc p span.one-big::before {
	content: " ";
	position: absolute;
	display: block;
	height: 50px;
	left: 32px;
	top: 0; 
	
}
.construction-common-block-desc-para{
	font-size: 16px;
	text-align: justify;
}

/*block which have background-image*/

/*block start which dont have background-image*/
.construction-common-block-space-wb{
	padding: 100px 0;	
}
.construction-common-block-desc-wb{
	color: #000;
}
.construction-common-block-desc-wb .one-small{
	padding: 0;
	display: block;
	font-size: 18px;
	margin-left: 30px;
}
.construction-common-block-desc-wb .one-big{
	padding: 0;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-left: 30px;
}
.construction-common-block-desc-wb p span.one-small::before {
	content: " ";
	position: absolute;
	display: block;
	height: 50px;
	width: 15px;
	left: 15px;
	
}
.construction-common-block-desc-wb p span.one-big::before {
	content: " ";
	position: absolute;
	display: block;
	height: 50px;
	left: 32px;
	top: 0;	
}
.construction-common-block-desc-para-wb{
	color: #000;
}
/*common css end*/

/*weour*/
#weour-1.construction-weour{
	margin-top: 15px;
	background-image: url('../images/img/weour.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
#weour-1 .construction-weour-callout-desc .progress{
	margin-top: 30px;
	margin-bottom: 60px;
}
#weour-1 .construction-weour-callout-desc .progress-bar{
}


/*services*/
#service-1.construction-services{
	background-color: #fff;
}

#service-1 .construction-services-block{
	margin-top: 14%;
}
#service-1 .service-small-block{
	margin-bottom: 20px;
}
#service-1 i.service-icon{
	font-size: 72px;
    display: block;
    width: 150px;
    height: 150px;
    padding: 36px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
	margin: 0 auto 20px;
	position: relative;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#service-1 .service-small-block:hover i.service-icon{
	-webkit-transform: translateY(-0.25em);
	-moz-transform: translateY(-0.25em);
	-ms-transform: translateY(-0.25em);
	transform: translateY(-0.25em);
	-webkit-box-shadow: 0 2px 6px rgba(39,65,90,.15);
	-moz-box-shadow: 0 2px 6px rgba(39,65,90,.15);
	box-shadow: 0 2px 6px rgba(39,65,90,.15);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#service-1 .service-small-block h4 a{
	text-decoration: none;
	color: #000;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#service-1 .service-small-block h4 a:hover{
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#service-1 .service-small-block p{
	color: #777777;
}
/*projects*/
#projects-1.construction-projects{
	
	background-image: url('../images/img/Construction-Backgrounds_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
#projects-1 .construction-projects-block{
	margin-top: 14%;
	
}
#projects-1 .filter-button-group{
	background-color: rgba(0,0,0,0.5);
	padding: 15px 12px;
	margin:40px 0px;
}
#projects-1 .button{
	border:0;
	background: transparent;
    margin: 5px 15px;
    padding: 6px 12px;
	color: #fff;
}
#projects-1 .grid{
	margin-top: 20px;
	position:relative;
    overflow-x:hidden;
	overflow-y: hidden;
/* 	-moz-box-shadow:0 0 20px #666;
    -webkit-box-shadow:0 0 20px #666; */
}

/*overlay*/
.filter_gal:hover .overlay
{
	    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	display: block;
	-webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}
.filter_gal{
	position: relative;	
}
.overlay{
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	text-align:center;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.75);
	opacity: 0.78;
	-webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}
.padding-0 {
	padding:0px!important;
	
}
.overlay a{
	 text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}
/*overlay*/
#scroll{
    width:1000px;
}
.element-item{
	float: left;
	width: 25%;
	
}
@media screen and (max-width: 525px){
	.element-item{
	float: left;
	width: 100%;
}
}

.wl-gallery{
	text-align: center;
}

/*blog*/
#lb-1.construction-lb{
	background-color: #fff;
}
#lb-1 .construction-lb-block{
	margin-top: 14%;
}
#lb-1 .lb-block-1{
	padding: 0px!important;
	margin: 0px!important;
	
}
#lb-1 .lb-block-2{
	/* padding: 50px 50px; */
	padding: 32px 50px;
	background-color: #e6e6e6;
}
#lb-1 .lb-block-2 h4 a{
	text-decoration: none;
	color: #000;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#lb-1 .lb-block-2 h4 a:hover{
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#lb-1 .lb-block-2 p{
	text-align: justify;
}
#lb-1 .lb-block-2 p,.lb-block-2 span{
	color: #777777;
}
/*testimonial*/
#testimonial-1.construction-testimonial{
	margin-top: 15px;
	background-image: url('../images/img/testimonials2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
}
#testimonial-1 .construction-testimonial-block{
	margin-top: 14%;
}
#testimonial-1 .testimonial-block{
	color: #fff;
}
#testimonial-1 .testimonial-block img{
	width:200px !important;
	height: 200px !important;
}
#testimonial-1 .testimonial-carousel{
	
}
/*testimonial carousel*/
#testimonial-1 #quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#testimonial-1 #quote-carousel .carousel-control
{
  background: none;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#testimonial-1 #quote-carousel .carousel-control.left 
{
   left: 0px; 
}
/* Next button  */
#testimonial-1 #quote-carousel .carousel-control.right 
{
  bottom: 15px !important;			
  right:  0!important;
}
/* Changes the position of the indicators */
/* #quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
} */
/* Changes the color of the indicators */
#testimonial-1 #quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#testimonial-1 #quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
/* #quote-carousel img
{
  width: 250px;
  height: 100px
} */
/* End carousel */

#testimonial-1 .item blockquote {
    border-left: none; 
    margin: 0;
}

#testimonial-1 .item blockquote img {
    margin-bottom: 10px;
}

#testimonial-1 .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/* MEDIA QUERIES*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
   #testimonial-1  #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }   
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
   #testimonial-1  #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #testimonial-1 #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
   #testimonial-1 #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
  
}
/*Success*/
#success-1.construction-success{
	background-color:#fff;
}
#success-1 .success-block{
	position: relative;

}
#success-1 .success-inner{
		background-color: #000;
		color: #fff;
	display: inline-block;
		border-radius: 60%;
		width: 200px;
		height: 200px;
		margin: 0 auto;
		padding: 50px 0;
	
	z-index: 9999;
}
#success-1 .success-inner i{
	display: block;
	font-size: 60px;
}
#success-1 .success-inner span{
	font-size: 30px;
	display: block;
	margin-top: 5px;
}
/*#success-1 .success-inner::after{
	content: "";
    display: block;
	position: absolute;
    width: 52px;
	background-color: red;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 196px;
    margin-top: -60px;
}*/
#success-1 .success-block span.arrow{
	display: inline-block;
	height: 1px;
	width: 50px;
	position: absolute;
	top: 100px;
	/*right: 5px;*/
}
#success-1 .success-block span.arrow::after{ 
	content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -5px;
    right: -10px;
}
#success-1 .success-block a{
	display: block;
	padding: 15px 0 2.5px;
	font-size: 22px;
	text-decoration: none;
	color: grey;	
	margin-top: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#success-1 .success-block a::after{
	content: "";
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: block;
    width: 182px;
    margin: 5px auto 0 auto;
}
#success-1 .success-block a:hover::after{
	content: "";
    border: 0;
}

#success-1 .success-block a:hover{
	border-bottom: 1px solid #000;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#success-1.construction-success .construction-common-block-desc-wb{
	margin-bottom:40px;
}

/*team*/
#team-1.construction-team{
	background-image: url('../images/img/weour.jpg');
	background-position: top center;
}
#team-1 .construction-team-block{
	margin-top: 14%;
}
#team-1 .team{
	text-align: center !important;
}
#team-1 .team h4{
	color: #fff;
	display: block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#team-1 .team-inner{
	position: relative;
}
#team-1 .overlap{
	position: absolute;
	top: 0;
	bottom: 0;
	color :#fff;
	text-align: center;
	padding: 100px 0 0;
	display: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#team-1 .team-social{
	list-style: none;
	padding: 0;
	margin: 40px 0 0;
}
#team-1 .team-social li{
	display: inline-block;
}
#team-1 .team-social li a{
	text-decoration: none;
	color: #000;
	background-color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	padding: 10px 0 0;
	border-radius: 60%;
	font-size: 14px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#team-1 .team-social li a:hover{
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#team-1 .overlap p{
	padding: 15px;
	margin-top: 20px;
}

#team-1 .team:hover .overlap{
	display: block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s !important;
}
#team-1 .team:hover .team h4{
	display: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
/*clients*/
#clients-1.construction-clients{
	background-color: #fff;
}
#clients-1 .construction-clients-block{
	margin-top: 14%;
}
#clients-1 .client-carousel-controls{
	text-align: center;
	margin-top: 30px;
}
#clients-1 .client-carousel-controls a{
	text-decoration: none;
	font-size: 24px;
}
.logo{
	  filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	   -webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
	  cursor:pointer;
	}
.logo:hover{
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
/*quote*/
#quote-1.construction-quote{
	background-color: #c4c4c4;
}
#quote-1 .quote-inner-1{
	background-color: #7c7c7c;
	padding: 30px 0px 30px 30px;
	position: relative;
	width: 85%;
/* 	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent; */	
}
/* #quote-1 .quote-inner-1::after{
	content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:64px dotted transparent;
    border-left: 55px dotted #7c7c7c;
} */
#quote-1 .quote-inner-1 i{
	font-size: 50px;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
}	
#quote-1 .quote-inner-1 span{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 15px 0;
	vertical-align: middle;
	margin-top: 15px;
}
.quote-main-inner-1{
	   position: relative;
	
}
#quote-1 .quote-main-inner-1 .caret{
    width: 0;
    height: 0;
    margin-left: 2px;
    transform: rotate(-90deg);
    vertical-align: middle;
    position: absolute;
    top: 12px;
    right: -14px;
    color: #7c7c7c;
    border-top: 103px solid;
    border-right: 62px solid transparent;
    border-left: 62px solid transparent;
}

#quote-1 .quote-inner-2{
	padding: 15px 0px;
}
#quote-1 .quote-inner-2 p{
	font-size: 14px;
	margin-top: 30px;
}

/*search overlay*/
.overlay_search{
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,0.8);
	left:0;
	right: 0;
	top:0;
	bottom:0;
	margin: 0 auto;
	width: 5%;
	height: 5%;
	z-index: 99999999;
	border-radius:100%;
}
.show_me{
	display: block;
	width:100%;
	height: 100%;
	border-radius: 0;
}


.search_open{
	display: inline-block;
/* 			padding: 20px;
	border-radius: 100%;
	color: #fff !important; */
}
.search_open-modal{
	text-align:right;
	
}
.overlay_form{
	position: relative;
	width: 50%;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.overlay_form input[type="text"]{
	margin-bottom: 20px;
	height: 50px;
	outline: none;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	border-radius: 0;
	background: transparent;
}
.btn-search-overlay{
	padding: 15px 18px;
	color: #fff;
	margin-left: 20px;
	border-radius: 0;
}
.btn-search-overlay-close{
	padding: 15px 18px;
	color: #fff;
	border-radius: 0;
}
.hide_me{
	display: none;
}
/*search overlay*/
/*owl-demo2*/
.owl-theme .owl-controls .owl-page {
    display: none !important;
}
.owl-theme .owl-controls .owl-buttons div {
    color: rgb(255, 255, 255);
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgb(255, 182, 0) !important;
    filter: Alpha(Opacity=50);
    opacity: 1;
}
/*owl-demo2*/
/*page reading progress bar*/
progress {
  /* Positioning */
  position: fixed;
  left: 0;
  bottom: 0;

  /* Dimensions */
  width: 100%;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
}
progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
}

progress::-moz-progress-bar {
}
/*page reading progress bar*/


/*footer*/
.footer-background{
	padding: 100px 0;
	background-image: url('../images/img/Buildings.png');
	background-position: top center;
	padding: 100px 0;
	background-repeat: no-repeat;
}
.footer-inner{
	padding: 20px 0;
}
.footer-box{
	background-color: #333333;
	padding: 30px 0;
}
.footer-block{
	position: relative;
}
.footer-heading{
	color: #fff;
	text-align: center;
}
.footer-heading-2{
	background-color: #16c4fd;
	padding: 15px 10px;
	width: 200px;
	text-align: center;
	color: #fff; 
	border-radius: 10px;
	/*background: -webkit-linear-gradient(left, #16c4fd , #fff);*/ /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(right, #16c4fd , #fff);*/ /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(right, #16c4fd , #fff);*/ /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(to right, #16c4fd , #fff); *//* Standard syntax */
}
.footer-block{
	margin-bottom: 40px;
}
.footer-heading::after{
	content: " ";
	position: absolute;
	display: block;
	top:0;
	bottom: -15px;
	left:0;
	right:0;
	width: 100px;
	margin:0 auto;
}
.footer-heading::before{
	content: " ";
	position: absolute;
	display: block;
	top:0px;
	bottom: -10px;
	width: 100px;
	left: 0;
	right:0;
	margin:0 auto;
}
.col-gal{
	float: left;
	width: 25%;
	position: relative;
	   -webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}
.gal-overlap{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 40px;
	display: none;
	   -webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}
.gal-overlap a{
	text-decoration: none;
	color: #fff;
}
.col-gal:hover .gal-overlap{
	display: block;
	   -webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
} 
.footer_list_services{
	list-style: none;
	margin:0;
	padding:0;
	width: 100%;
}

.footer_list_services li a{
	display:  block;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}
.footer_list_services li{
	border-bottom: 1px solid #777777;
}
.footer_list_services li:nth-child(5){
	border-bottom:0;
}
.footer_list_services li a i{
		font-size: 18px;
}
.footer_list_services li a:hover{
	-webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}

.footer-para{
	color: #fff;
	text-align: center;
}
.footer-para-2{
	color: #fff;
	text-align: justify;
	line-height: 2;
}
.footer-social-link{
	list-style: none;
	margin:0;
	padding: 0;
}
.footer-social-link li{
	display: inline-block;
}
.footer-social-link li a{
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	border-radius: 16px;
	padding: 10px 10px;
}
.footer-social-link li:nth-child(1) a{
    background-color: #16c4fd;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}
.footer-social-link li:nth-child(2) a{
    background-color: #d72b26;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}
.footer-social-link li:nth-child(3) a{
    background-color: #314a87;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}
.footer-social-link li:nth-child(4) a{
    background-color: #006dc0;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}
.footer-bottom-border{
	position: relative;
}
.footer-bottom-border::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	border: 1px solid #515151;	
}
.copyright{
	color:#fff;
	padding: 15px 0 0;
}
.copyright .fa-heart-o{
	color: #ff4949;
}
/*scroll up*/
.construction_scrollup {
    width: 45px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    border-radius: 2px;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #3b3b3b;
    z-index: 9999;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn-yellow{
	color: #fff;
	-webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}
.btn-yellow:hover{
	background-color: #658600;
	color: #fff;
	-webkit-transition: all .5s ease;
	  -moz-transition: all .5s ease;
	  -o-transition: all .5s ease;
	  -ms-transition: all .5s ease;
	  transition: all .5s ease;
}

/*---gallery--*/

.img-responsive{width:100%;}

.portfolio-tabs2{
	
}
.portfolio-tabs2 li{
	display:inline-block;
} 
.portfolio-tabs2 li a {
    padding: 10px;
	background-color:;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    text-align: center;
	color:#fff;
}
.portfolio-tabs2 > li > a:hover, .portfolio-tabs2 > li > a:focus {
	color:#fff;

}

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.overlay_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
/*---gallery-details---*/
/*blog pages*/
/*blog left*/
/*media Quries*/
@media screen and (max-width:767px){
	  .quote-inner-1::after{
	  	display: none;
    	 /*content:"";
   	 position:absolute;
    	 height:0;
    	 width:0;
    	 left:100%;
    	 top:0;
    	 border:64px dotted transparent;
    	 border-left: 55px dotted #7c7c7c;*/
	}
.quote-inner-1{
	width: 100%;	
	}
	.quote-inner-2{
		text-align: center;	
	}
	.quote-inner-2 a{
		display: block;
		width: 50%;	
		margin: 0 auto;
		margin-top: 10px;
	}
}
/*.construction-lb-block{
	    display: flex;
    box-sizing: border-box;
}
.text{
	 box-sizing: border-box;
}*/
@media only screen and (min-width: 320px) and (max-width: 767px){
.success-block{
	margin-bottom: 40px;	
}
	.order_change{
		display: flex;
        flex-wrap: wrap;
        justify-content: center; }  
	.pic {
      order: 1;
    }
	 .text{
     order: 2;
    }
	#quote-1 .quote-main-inner-1 .caret {

    display: none;
	}
	#quote-1 .quote-inner-1 {
    width: 100%;
}
	       /* NEW */
    /*.construction-lb-block:nth-child(2) > .pic { order: -1; }*/
}

@media (max-width: 767px){

.navbar-collapse .navbar-nav li a:hover::before, .navbar-collapse .navbar-nav li a:focus::before, .navbar-collapse .navbar-nav > .active > a:focus::before, .navbar-collapse .navbar-nav > .active > a:hover::before {
display:none!important;
}

.construction-header-section .dropdown:hover .dropdown-menu li a {
    color: #fff !important;
	
}
.construction-header-section .dropdown .dropdown-menu li a {
    color: #fff!important;
}
.construction-header-section .nav > li > a{
    padding: 10px 1px;
    font-size: 16px;
    border-bottom: 1px solid #484848;
}
.construction-header-section .nav > li > a:hover{
	padding:10px 5px;
}
.construction-header-section .lb-block-2 {
    padding: 32px 15px;
    background-color: #e6e6e6;
}
.construction-header-section .navbar-right .dropdown-menu {
    text-align: left;
}

.comment-area {
    width: 90%;
    float:left!important;
}

}

/*index-2 css*/

/*index-2 css*/


/*--header-style---*/
.skin_layout_div{
	background-color:#fff;
}

.skin_layout_div.boxed header .construction-header-section {
    width: 100%;
    z-index: 999;
    max-width: 1210px!important;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.skin_layout_div.boxed .menu {
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0.8);
        max-width: 1210px!important;
    padding: 25px 0 !important;
}
@media screen and (min-width:1024px) and (max-width:1366px){
 #header-1 .line.container{
    display: none!important;
}
}
	
@media screen and (min-width:768px) and (max-width:1023px){
 #header-1 .line.container{
    display: none!important;
}
 #header-1 .social-icons{
	display: none!important;
}
#header-1 .mynavbar-brand {
    position: fixed;
    top: 40px;
}
#header-1 .affix .mynavbar-brand {
	display: none!important;
}
}
/*--header-style---*/
.blog-social-link{
	background-color:red;
	padding:15px;
	
}
.blog-social-link-icons ul li a{
	float:left;
	width:120px;
	height:120px;
	border:1px solid #333;
	background-color:#fff;
}


