/* ----------------------------------------------------------------
	Canvas: Construction
-----------------------------------------------------------------*/


#top-bar { background-color: #FFF; }

.top-links-item > a {
	font-weight: 400;
	font-size: 12px;
}

.top-links-sub-menu .top-links-item > a { font-size: 11px; }

.header-extras li {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #EEE;
}

.header-extras li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.header-extras li i {
	margin-top: 0 !important;
	font-size: 36px !important;
}

.header-extras li .he-text {
	padding-left: 15px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #d9d9d9;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header-extras li .he-text span, .header-extras li .he-text span a {
	font-weight: 500;
	text-transform: none;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	color:#fff;
}

#header { background-color: #F9F9F9; }


#header .header-misc{
	padding: 10px 0;
}

#header-wrap { background-color: #FFF; }


#primary-menu-trigger .svg-trigger path{
	stroke: #fff;
}

.sticky-header .menu-link{
	color:#fff;
}

.device-md .primary-menu i.icon-angle-down,
.device-sm .primary-menu i.icon-angle-down,
.device-xs .primary-menu i.icon-angle-down { display: none !important; }


#slider .slider-caption{
    opacity: 1;
    left: 0px;
    top: 40%;
    width: 100%;
    height: auto;
    position: absolute;
    transform-origin: 50% 50%;
    z-index: 1;
	max-width: 100%;
}

#slider .slider-caption h2{
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	/* opacity: 1; */
	font-family: Khand, sans-serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	overflow: visible;
	z-index: 2;
	background-color: transparent !important;
}

#slider .slider-caption p{
	display: block !important;
    position: relative;
    text-align: center;
    /* opacity: 1; */
    font-family: Khand, sans-serif;
    font-size: 30px;
    bottom: 0%;
    font-weight: 300;
    letter-spacing: 0px;
    overflow: visible;
    z-index: 7;
    text-transform: capitalize;
    padding: 0px;
    height: auto;
    color: #fff !important;
    margin-left: 0px;
    background-color: transparent !important;
    margin-top: 10px;
}

/* .slider-caption {
	max-width: 450px;
} */

.slider-caption > div {
	background-color: rgba(255,255,255,0.9);
	border-radius: 2px;
	padding: 40px;
}

.slider-caption h2 {
	font-size: 50px;
	margin-bottom: 20px;
}

.slider-caption p {
	margin-bottom: 0;
	font-size: 24px;
}

.dark .slider-caption { background-color: rgba(0,0,0,0.75) }

.testi-meta span { color: rgba(255,255,255,0.65); }

.iconlist.iconlist-large { font-size: 17px !important; }

.iconlist.iconlist-large li { margin: 8px 0 !important; }

.iconlist.iconlist-large li i { top: 0; }

.testi-content p {
	font-style: normal;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6 !important;
	margin-bottom: 40px;
}

.footer-big-contacts {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}

#footer{
	background-color: #fff !important;
}

#footer .footer-widgets-wrap{
	padding: 20px 0;
}


footer #powered-by-text span{
	color: #9f9f9f !important;
}

footer #powered-by-text a{
	color: #9f9f9f !important;
}

footer .tag-line{
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}

footer .main-des{
	font-size: 14px;
}

footer .widget img{
	width: 40%;
	margin-top: 8px; 
	padding-right: 18px; 
	border-right: 1px solid #e9e7e7;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }


.team-title span {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-top: 2px;
}

.small-thumbs .entry-title h2 a {
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	-webkit-transition: color .6s ease;
	-o-transition: color .6s ease;
	transition: color .6s ease;
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border [class^=col-] {
	margin: -1px 0 0 -1px;
	padding: 30px;
	border: 1px solid #EEE;
}

.grid-border [class^=col-]:hover {
	background-color: rgba(241,128,82,0.1);
	border-color: #F18052;
	z-index: 1;
}


/* ----------------------------------------------------------------------------
	Helper CSS Classes
---------------------------------------------------------------------------- */

.font-body { font-family: 'Roboto', sans-serif !important; }

.font-primary { font-family: 'Source Sans Pro', sans-serif !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }


/* ----------------------------------------------------------------
	CSS Specific to the Construction Demo - RTL Support
-----------------------------------------------------------------*/

.rtl .header-extras li {
	margin-right: 30px;
	margin-left: 0;
	padding-right: 30px;
	padding-left: 0;
	border-right: 1px solid #EEE;
	border-left: 0;
}

.rtl .header-extras li:first-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.rtl .header-extras li .he-text {
	padding-right: 15px;
	padding-left: 0;
}

.rtl .slider-caption {
	right: -25px;
	left: auto;
}

.rtl .slider-caption.slider-caption-right {
	right: auto;
	left: -25px;
}

/* Services Grid
---------------------------------------------------------------------------- */

.rtl .grid-border [class^=col-] { margin: -1px 0 0 -1px; }


.i-plain{
	text-shadow: none;
}

#section-about-us{
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
}

#section-about-us img{
	padding: 10px;
	border-color: #fff !important;
}

#section-about-us #image-half_bg{
	width: 100%; 
    height: 150%;
    position: absolute;
    top: -15%;
    left: 70%;
    z-index: -100;
    color: #fff;
}

#section-services .fbox-content h3{
	min-height: 50px;
}

#section-services .fbox-content span.subtitle{
	font-size: 13px;
	padding: 3px 12px;
	border-radius: 4px;
	width: max-content;
    color: white !important;
    font-weight: 500 !important;
	display: block;
    margin-top: 5px;
    text-transform: none
}

.service-read-more{
	font-size: 13px;
    float: right;
}

#section-services .fbox-content p{
    font-size: 14px;
    line-height: 26px;
	min-height: 80px;
}

#section-services .owl-carousel .owl-nav.disabled{
	display:block !important;
}

#section-services .owl-carousel .owl-nav button{
	border-radius:100px;
}

#section-testimonials .fancy-title{
	z-index:10;
}

#section-products .grid-filter{ 
	border:none !important;
}

#section-products .grid-filter li a{
	border: 1px solid #ddd;
	margin: 5px;
	border-radius: 4px;
	padding: 10px 10px;
    font-size: 13px;
}

#section-products .product-image > a:nth-of-type(2) {
    opacity: 1;
    position: relative;
	z-index:3;
}

.product-item .product-image, .product-item .product-image > a, .product-item .product-image img {
    display: block;
    width: 100%;
    height: auto;
}

#section-products .product-item .product-image{
	position: relative;
    overflow: hidden;
}

#section-products .product-desc {
    position: relative;
    z-index: 6;
    padding: 20px 5px;
}

#section-products .product-desc .product-description{
	font-size: 13px;
    line-height: 26px;
	min-height: 60px;
}

#section-products h4{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
	min-height: 50px;
}

#section-portfolios .fbox-content h3 {
    font-family: 'Lato', sans-serif;
    text-shadow: 1px 1px 3px #333;
    background: #ffffff70;
    padding: 10px;
    font-size: 16px !important;
}

.md-portfolio-des{
	font-size: 13px;
}

.divider{
	margin: 2rem auto;
}

.divider.divider-border i {
    line-height: 20px;
}

.divider.divider-rounded i, .divider.divider-border i{
	width: 20px;
    height: 20px;
	color: #ebebeb;
}

.divider i, .divider a, .divider-text{
	font-size: 10px !important;
}

#contact-us-captcha-image-wrapper img{
	width:100%;
}

.copyright-row{
	color:#9f9f9f !important;
}

.copyright-links a:hover {
    color: #cdcaca;
}

.copyrights-menu a{
	margin:0;
}

.copyrights-menu a:after{
	content:' / ';
}


.copyrights-menu a:last-child:after{
	content:' ';
}

.menu-article-what-we-do{
    display: none;
}


#slider .tp-caption-description{
	color:#333;
}

#product-list .grid-inner{
	padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ddd;
	margin-top:20px;
}


@media only screen and (max-width: 991px) {
	#section-about-us img{
		margin-top: 20px;
	}
	
	#section-about-us #image-half_bg{
		width: 200%;
		height: 50%;
		bottom: -15%;
		left: -50%;
		top:auto;
	}

	#section-services .owl-carousel .owl-nav [class*=owl-]{
		position: relative;
	}
	
	#header .header-row.header-row-top{
		display: none !important;
	}
	
	#header #header-wrap .container-fluid{
		padding:0 !important;
	}
	
	#header #header-wrap .container-fluid .primary-menu{
		background: #fff;
		padding: 0 20px;
	}

	#header #header-wrap .menu-items-area-logo{
		display: block !important;
		padding: 5px 20px;
	}

	#header #header-wrap .primary-menu-trigger-wrapper{
		padding: 5px 20px;
	}

	#slider{
		margin-top:-1px !important;
	}
}

@media only screen and (max-width: 767px) {
	#section-about-us #image-half_bg {
        width: 200%;
        height: 35%;
        bottom: -10%;
        left: -50%;
        top: auto;
    }

	#slider .slider-arrow-left, #slider .slider-arrow-right,  #slider .flex-prev,  #slider .flex-next,  #slider .slider-arrow-top-sm,  #slider .slider-arrow-bottom-sm{
		display: none !important;
	}

	#slider .slider-caption h2{
		font-size: 30px !important;
	}

	#slider .slider-caption p{
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 576px) {
	#section-about-us {
        padding-bottom: 20px;
    }
}