/*index-2 CSS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body{
	font-family: 'Montserrat', sans-serif;
}
.construction-header-section{
	position: absolute;
	z-index: 99999;
	top:0;
	right: 0px; /*if right:0; it causes horizontal scrolling*/
	left: 0;
	padding: 0;
	color:#fff;
}
.construction-address-bar{
	padding: 12px;
	background-color: #000;
	color: #fff; 
	border-bottom: 2px solid #59676a;
}
 .address-bar-inner{
	padding: 10px 0px;
	text-align: center;
}
.right-border{
	border-right: 2px solid #59676a;
	text-align: center;
}
.social-icons{
	display: inline-block;
    margin-bottom: 0;
	padding-right: 40px;
	list-style: none;
	float: right;
}
.social-icons li{
	display: inline-block;
    margin: 0 2px;
}
.social-icons li a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -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;
}
/*NAVIGATION*/
.menu{
	padding: 15px 0;
	background-color: rgba(0,0,0,0.85);
	border: 0;
	border-radius: 0;
	width: 100% !important;
	/*margin-top: 30px;*/
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
/* .menu .navbar-nav > li > a {
    padding: 45px 10px;
} */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: transparent;
}

/*dropdown menu*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
	border-radius: 0;
	left: -40px;
}
 .navbar-nav > li > .dropdown-menu {
	background-color: #000;
	padding: 0 0;
}
 .dropdown-menu > li > a {
    padding: 7.5px 0 !important;
    font-weight: bold !important;
    white-space: normal !important;
	text-align: center;
	color: #fff;
}
 .dropdown-menu > li > a:hover {
	color: #fff;
}
 .navbar-right .dropdown-menu {
    left: -60px !important;
    right: -60px !important;
    text-align: center;
    opacity: 0.9;
    max-width: 220px;
}

/*--slider-btn--*/
.wrapper-inner-sb-slider{
	position:relative;
	
}
.sb-slider li > a img {
    border: none;
    width: 100%!important;
}
.sb-slider {
    width: 100%;
    max-width: 100%!important;
}

/*--slider-btn--*/

/*dropdown*/
/*mega menu*/


/**/
.constuction-login-shopping a{
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	padding: 10px 12px;
}
.constuction-login-shopping a:focus{
	outline: 0 !important;
}
.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;
    
}
.siginform{
	padding: 10px 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border:0;
	 outline:0;
}
/*brand image*/
.navbar-brand img{
		width: 180px;
		height: 90px;
		margin: -40px auto auto auto;
	}
	
 .header-search{
	position: relative;
	display: inline-block;
}	
.header-input{
    border-radius: 20px;
    width: 210px;
    color: #000;
    height: 40px;
    text-align: center;
    padding: 5px;
}
.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;
}
/*affix*/
 .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;
	}

/*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{
	padding: 0px 16px 0px;
}
a.carousel_readmore {


   left: 0px;
}

}
@media (max-width: 767px){
.header-button {
    top: -7px;
}

}


/*common css*/

.construction-common-block-desc{
	color: #000;
}
.block-heading{
	position: relative;
	text-align: center;
	padding: 15px 0;
}
.block-heading h2{
	white-space: normal;
	word-break: break-all;
}
.color-white{
	color:#fff!important;
}
.top-border::before{
	content: "";
	position: absolute;
	display: block;
	width: 250px;
	height: 50px;
	left:15px;
	right:15px;
	top:15px;
	margin: 0 auto;
} 
.bottom-border::after{
	content: "";
	position: absolute;
	display: block;
	width: 250px;
	height: 10px;
	left:15px;
	right:15px;
	bottom: 0;
	margin: 0 auto;
} 
/*common css*/

/*who we our*/
.construction-weour{
	margin-top: 15px;
}
.construction-weour-callout-desc .progress{
	margin-top: 30px;
	margin-bottom: 60px;
}

.weour{
	list-style: none;
	padding: 0;
	margin:0;
	margin-left: 40px;
    /* margin-top: 20px; */
}
.weour li {
	width: 100%;
}
.weour li a{
	text-decoration : none;
	color: #000;
	display: block;
	padding: 15px 12px;
	font-size: 14px;
	font-weight: 200;
}
.weour li a i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: #fff;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.weour-right{
	/*padding: 50px 0;*/
	background-size: 100% 100%;
	filter: grayscale(50%);
	position: relative;
	margin: 15px auto auto auto;
}
.weour-right-overlay{
	width: 350px;
	height: 350px;
	margin: 0 auto;
	padding: 100px;
	display: none;
	position: absolute;
	top:15px;
	bottom:15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.weour-right:hover .weour-right-overlay{
	display: block;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.weour-right img{
	filter: none!important;
	/*object-fit: cover;*/
}
/*Services*/
.construction-services{
	background: #333;
	color:#fff;
	
}
.construction-services-block{
	margin-top: 14%;
}
.service-small-block{
	color:#fff;
	padding:6px;

	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.service-small-block-inner{
	background:#272727;
	padding:20px 5px;
	
}

.service-small-block-inner i{
	font-size: 48px !important;
}
.service-small-block-inner h4 a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 12px 0;
	background-color: transparent;
}

.service-small-block-inner p{
	color: #fff;
	background-color: transparent;
	padding-left:15px;
	padding-right:15px;
}
.service-small-block-inner:hover{
	background-color: rgba(255, 182, 0, 0.34);
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
	color: #fff;
}

.service-small-block:hover i,.service-small-block:hover h4 a, .service-small-block:hover p{
	color: #fff;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
/*projects*/
.testimonel-index-2{
	    background: #333;
    color: #fff
}
.construction-project-block{
	margin-top: 14%;
}
.filter-button-group{
	background-color: #fff;
	padding: 0px 12px;
	border: 1px solid #434343;
	text-align: center;
	position: relative;
}

/*---gallery---*/
.margin-gallary .filter_gal.gallery {
    margin: 8px!important;
}

.img-responsive{width:100%;}

.portfolio-tabs2{
    padding: 10px;	
}
.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:#555;
}
.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;
}
/*---//gallery---*/

.filter-button-group.categories{
	margin:40px 20px;
}
.padding-0{
	
	padding:0px!important;
}
.button{
	border:0;
	position: relative;
	background: transparent;
    /* margin: 5px 15px; */
    margin: 0px 15px;
    padding: 10px 12px;
	color: #777777;
	font-size: 18px;
	outline:0;
}

 
.button::after{
	content: "|";
	display: block;
	position: absolute;
	right:-15px;
	top: 8px;
}
.button:nth-child(5)::after
{
	content: " ";
}
.is-checked{
	border:0;
	color: #fff;
}
.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; */
}
.element-item{
	float: left;
	width: 25%;
}
/*testimonial*/
.construction-testimonial{
	
}
.construction-testimonial-block{
	margin-top: 14%;
}

.testimonial{
	/* padding: 30px 0; */
}
.testimonial-content{
}
.testimonial-pic{
	width: 25%;
	height: auto;
	margin: 0 auto;
}
.testimonial-para{
	text-align: center;
	padding: 20px 0;
 color: #fff;

}

.previous-testimonial,.next-testimonial{
	position: relative;
}
.pic{
	position: absolute;
	width: 180px; 
	height: 180px; 
	left: 15px;
	right:0;
	left: 50px;
	top: 100px;
	padding: 5px;
}


.previous-testimonial::after{
	position: absolute;
	display: block;
	right:0;
	left:0;
}

#index-2 .controls{
	position: relative;
	margin: 15px auto 0 auto;
	max-width: 100px;
	padding: 10px 0;
}
#index-2 .controls .carousel-control{
	background-color: none;
	opacity: 1;
}
#index-2 .controls > .carousel-control.left, #index-2 .controls > .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

/* .testimonial-control{
	position: relative;
	float: right;
	margin-top: 25px;
	margin-bottom: 40px;
}
.testimonial-left,.testimonial-right{
	position: absolute;
	bottom:0;
	display: block;
}
.testimonial-left{
	left: -15px;
	right:0;
}
.testimonial-right{
	left: 30px;
	right:0px;
} */

/*team*/
.construction-team{
	
}
.construction-team-block{
	margin-top: 14%;
}
.team-outer{
	border: 1px solid #e2e2e2;
    position: relative!important;
    box-shadow: 0px 0px 23px 0px #e8e8e8;
    margin-bottom: 15px;
}
.team-image{
	    border-bottom: 3px double #d0d0d0;
	position: relative;
}
/* .team-image::after{
	content:"";
	position: absolute;
	display: block;
	width: 200px;
	height: 50px;
	border-top: 3px solid #434343;
	bottom:0;
	transform: rotate(30deg);
}
.team-image::before{
	content:" ";
	position: absolute;
	display: block;
	width: 200px;
	height: 50px;
	border-top: 3px solid red;
	bottom:0;
	right:0;
	transform: rotate(160deg);
} */
.team-social-link{
	position: absolute;
	right: 15px;
	bottom:0;
}
.team-social{
	list-style-type: none;
}
.team-social li{
	display:block;
}
.team-social li a{
	display: block;
	width: 40px;
	font-size: 18px;
	height: 40px;
	background-color: #000;
	color: #fff;
	padding: 10px 13px;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.team-social li a:hover{
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.team-outer h4{
	color: #000;
	padding: 0 15px;
}
.team-outer span{
	display: block;
/* 	padding: 0 15px; */
}
.team-outer:hover .team-image{
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.cor-progress strong {
color: #000;
font-size: 30px;
left: 35%;
position: absolute;
top: 40%;
z-index: 1;
font-weight:normal;
}
.cor-progress .progress-bar {
border-radius: 50%;
height: 185px;
position: relative;
width: 185px;
}



.cor-progress .progress-bar div span {
    background-color: white;
    border-radius: 50%;
    font-family: Arial;
    font-size: 25px;
    line-height: 159px;
    position: absolute;
    text-align: center;
    height: 168px;
    width: 168px;
	top: 9px;
    left: 9px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
/*success*/
.construction-success {
    background: #333;
    color: #fff;
}
.construction-success-block{
	margin-top: 14%;
}
/*clients*/
.construction-clients{
	
}
.construction-clients-block{
	margin-top: 14%;
}
.client .item{
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.client .item:hover{
	border-top: 3px solid #4f4f4f;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
/*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*/
/*overlay*/
.filter_gal:hover .overlay
{
	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;
}
.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;
}

.overlay a{
	 text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px;
    font-size: 18px;
	margin:3px;
}
/*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: #ffb600 !important;

    filter: Alpha(Opacity=50);
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
   background: #ffb600 !important;
}
/*owl-demo2*/

/*footer*/
.footer-2{
	background-color: #333333;
	color: #fff;
}
.footer-inner{
	position: relative;
}
.footer-heading{
	text-align: center;
}
.footer-heading::before{
	content: "[";
    font-size: 30px;
}
.footer-heading::after{
	content: "]";
    font-size: 30px;
}
.footer-inner p{
	text-align: center;
}
.footer-2-social{
	list-style: none;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.footer-2-social li{
	display: inline-block;
}
.footer-2-social li a{
	display: block;
    width: 40px;
    height: 40px;
    padding: 10px 12px;
    background-color: #818181;
    border-radius: 60%;
    font-size: 18px;
	color: #000;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.footer-2-social li a:hover{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
/*2*/
.footer-block{
	text-align: center;
	padding: 10px 0;
}
.footer-block i{
	font-size: 42px;
	margin: 0 0 15px 0;
}
.footer-block p{
	padding: 5px 0;
}
.footer-block p a{
	color: #fff;
	text-decoration: none;
}

#index-2 .footer-newsletter{
	margin-top: 40px;
	text-align: center;
}
/*3*/
.footer-2-services{
	list-style: none;
	margin:0;
	width: 100%;
	padding: 0 15px;
}
.footer-2-services li{
	display: block;
	border-bottom: 1px solid #777777;
}
.footer-2-services li:nth-child(5){
	border-bottom:0;
}
.footer-2-services li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 12px 0px;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.footer-2-services li a:hover{
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
/*4*/
.footer-subcribe{
	position: relative;
	margin-top: 20px;
}
.subscribe{
	border: 0;
	color: #333;
	outline:0;
	padding: 10px 5px;
	width: 90%;
	font-weight: 600;
}
.subscribe-button{
	color: #fff;
	position: absolute;
	top:0;
	bottom:0;
	right:15px;
	border:0;
	outline:0;
	width: 40px;
	height: 40px;
}

/**/
.footer-copyright{
	padding: 5px 0;
}
.footer-copyright p{
	vertical-align: middle;
	color: #fff;
	padding: 5px 0;
}
.footer-bottom-links ul::before{
	content:"[";
	color:#fff;
	font-size: 30px;
}
.footer-bottom-links ul::after{
	content:"]";
	color:#fff;
	font-size: 30px;
}
.footer-bottom-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-bottom-links ul li{
	display: inline-block;
	margin: -5px 0 0 5px;
}
.footer-bottom-links ul li a{
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 8px;
}

.footer-bottom-links ul li:nth-child(1) a{
    background-color: #16c4fd;
	
}
.footer-bottom-links ul li:nth-child(2) a{
    background-color: #d72b26;
	
}
.footer-bottom-links ul li:nth-child(3) a{
    background-color: #314a87;
	
}
.footer-bottom-links ul li:nth-child(4) a{
    background-color: #006dc0;
	
}

/*index-3 css*/
#index-3 .construction-services{
	background-color: #333333;
}
#index-3 .construction-testimonial, #index-3 .construction-success{
	background-color: #333333;
}

#index-3 .service-small-block i{
	font-size: 48px !important;
	color: #fff;
}
#index-3 .service-small-block h4 a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 12px 0;
	background-color: transparent;
}
#index-3 .service-small-block p{
	color: #777777;
	background-color: transparent;
}
#index-3 .service-small-block:hover{
	background-color: #685526;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
	color: #fff;
}
#index-3 .service-small-block h4 a, #index-3 .service-small-block p{
	color: #fff;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
#index-3 .service-small-block p{
	padding-left:15px;
	padding-right:15px;
}
#index-3 .heading-white{
	color: #fff;
}
#index-3 .testimonial-para{
	color: #fff;
}

#index-3 .controls{
	position: relative;
	margin: 15px auto 0 auto;
	max-width: 100px;
	padding: 10px 0;
}
#index-3 .controls .carousel-control{
	background-color: none;
	opacity: 1;
}
#index-3 .controls .carousel-control{
	background-color: none;
	opacity: 1;
}
#index-3 .controls > .carousel-control.left, #index-3 .controls > .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
/* #index-3 .cor-progress .progress-bar div span{
	background-color: #333333;
}
#index-3 .cor-progress .progress-bar div span i{
	color: #fff;
}
#index-3 .skills-grf{
	color: #000;
}
#index-3 .cor-progress strong{
	color: #fff;
} */
#index-3 .footer-newsletter{
	margin-top: 40px;
	text-align: center;
}
::-moz-selection {
  color: #fff;
}
::selection {
   color: #fff;
}

/*blog pages*/
/*blog left*/
.modal {
   position: fixed;
   top: 200px;
   right: 100px;
   bottom: 0;
   left: 0;
   z-index: 999999999999;
   overflow: auto;
   overflow-y: auto;
}
.search_modal{
position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0;
   left: 0;
   background-color: rgba(0,0,0,0.65);
   z-index: 999999999999;
   
}
#myModalsearch .modal-content {
    position: relative;
    top: 200px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(153, 153, 153);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.close .fa-close, .close .fa-close:focus{
	color: #fff !important;
}
.search_form{
	padding: 15px;
}
.search_form input[type="text"]{
	color: #ff6408;
	padding: 10px 5px;
	width: 100%;
}

.search_form input[type="submit"]{
	color: #fff;
	font-size: 18px;
	padding: 15px 18px;
	margin: 5px 0;
	border-radius: 0;
	border: 1px solid #fff;
	background: transparent;
	background-color: #ff6408;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
.search_form input[type="submit"]:hover, .search_form input[type="submit"]:focus, .search_form input[type="submit"]:active{
	color: #ff6408;
	font-size: 18px;
	padding: 15px 18px;
	margin: 5px 0;
	border-radius: 0;
	border: 1px solid #ff6408;
	background: transparent;
	background-color: #fff;
	outline: 0;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
	-o-transition:all ease 0.6s;	
	transition:all ease 0.6s;
}
@media (max-width: 767px){
.construction-address-bar {
    display: none;
}
.blog-half>.col-md-4,
.blog-half>.col-md-8{ 
	padding:0px;
	
}

 .top-border::before {
    width:auto!important;
}
 .bottom-border::after {
    width:auto!important;
}
 .dropdown-menu > li > a {
    padding: 7.5px 30px !important;
    font-weight: bold !important;
    white-space: normal !important;
    background: rgb(255, 182, 0)!important;
    text-align: left; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff!important;
}
#blog-half .control-arrow {
    float: none;
}	
#blog-half  .pull_left_comment {
     float: none;
    position: relative;
    left: 20px;
    z-index: 99;
}
#blog-half .comment_detail {
    background: #000;
    padding: 15px;
	padding-left: 15px;
}
	
}
@media only screen and (min-width:1024px) and (max-width: 1366px) {
.constuction-login-shopping {
    position: state; 
    right: 35px;
    width: 65%;
    text-align: right;
}
.construction-address-bar{
	display: none;
}
.construcion-caption {
    bottom: 100px;
	width:80%;
}
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
.construction-address-bar{
	display: none;
}
.construcion-caption {
    bottom: 60px;
	width:80%;
}
.constuction-login-shopping {
    position: absolute;
    right: 15px;
    width: 65%;
    text-align: right;
}
}
/*--header-style---*/
.skin_layout_div{
	background-color:#fff;
}


/* .skin_layout_div.boxed .sb-slider {
    width: 1210px!important;
	max-width: 1210px!important;
	margin:0 auto;
}
.skin_layout_div.boxed .sb-slider li > a > img {
    width: 1210px!important;
	max-width: 1210px!important;
	margin:0 auto;
} */

.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;
	margin: 0 auto;
    padding: 25px 0 !important;
}

/*--header-style---*/
.skin_layout_div.boxed  .col-md-3.col-xs-12.pull-right.constuction-login-shopping {
    text-align: right;
    width: 162px;
	text-align:rigth;
}
.skin_layout_div.boxed .navbar-form.header-search{
	display:none;
}

.skin_layout_div.boxed .wrapper-inner-sb-slider{
	width: 1210px!important;
	margin:0 auto;
}
/*--blog-details---*/
.blog-details-collaut {
   border-left: 4px solid #ffb600;
    border-right: 4px solid #ffb600;
    position: relative;
}

.blog-details-collaut:before {
    height: 100%;
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    font-size: 100px;
    left: 3%;
    top: -15px;
    letter-spacing: -10px;
    transition: all .8s ease;
    z-index: -4;
	color:#333;
    text-align: center;
}
.blog-details-collaut:after {
    height: 100%;
    content: '\f10e';
    font-family: FontAwesome;
    position: absolute;
    right: 3%;
	color:#333;
    top: 15px;
    font-size: 100px;
    letter-spacing: -10px;
    transition: all .8s ease;
    z-index: -4;
    text-align: center;
}

.pull_left_comment {
    float: left;
	position: relative;
    left: 20px;
    z-index: 99;
}

.comment_img {
    width: 100px;
    height: 100px;
   box-shadow: 0px 0px 15px #959595;
    border: 1px solid #ccc;
}
.comment_detail {
    background: #000;
    padding: 15px;
    padding-left: 40px;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
	box-shadow: 0px 0px 19px #000;
}
.comment_detail_title{
    font-size: 20px;
	font-weight:bold;
}
h2.sction-cntfont-size {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.reply{
    position: absolute;
    right: 0;
    z-index: 999999;
    color: #fff;
    font-size: 10px;
    top: 15px;
	right:10px;
	font-size:14px;
}
.reply a{
	padding:10px;
	margin-left:20px;
	color: #fff;
}
.reply a:hover{
	color: #fff;
}
.reply span i{
	padding:10px;
}

.blog-social-link{
	background-color: #ffb600;
	padding:15px;
	margin:40px 0px; 
}

.blog-social-link-icons ul li{
		float:right;
		display:inline-block;
}
.blog-social-link-icons ul li {
	margin:5px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border:1px solid #333;
	background-color:#fff;
}
.blog-social-link-icons ul li a {
	font-size:28px;
	color:#333;
}
