/* inc-service *************/
.inc-service .des
{
    height: 106px;
    overflow: hidden;;
}

.inc-service .service-box .image
{
    height: 272px;
}

.service-box  a
{
    color: #212529;
}



/* inc-projects *******/

.inc-projects .portfolio-item-img
{
    height: 230px;
    overflow: hidden;
}

.inc-projects .portfolio-item-img img
{
    height: 230px;
	    width: 100%;
}

/* inc-facts **************/

.inc-facts
{
    background: url(../img/bg/call-to-action-bg.jpg) fixed no-repeat;
    margin-top: 80px;
}

.inc-facts .des
{
    height: 100px;
    overflow: hidden;
}

.inc-facts .des p
{
    text-align: left !important;
    color: #d9d8d8;
}


/* inc-footer ************/
.inc-footer .des
{
    height: 187px;
    overflow: hidden;
    color: #fff;
}

.inc-footer .contact p
{
    color: #fff;
}

/***********/


/* slider ****************/
.slider .img-fluid
{
    width: auto;
    height: auto;
}

/* *******************/

header
{
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header .navigation 
{
    background-color: #fff;
    width: 100%;
}

/* inc-videos *************/
.inc-videos .service-box a:hover
{
    color: #212529;
}

/* inc-about***************/
.inc-about .photo-box
{
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.inc-about .photo-box img
{   
    width: 100%;
	height: 400px;
}

/* governorates ******************/
.governorates
{
    padding-top: 20px;
}

.governorates .col-md-3 
{
    margin-bottom: 40px;
}

.governorates .photo-box
{
    height: 217px;
    overflow: hidden;
}

.governorates .photo-box img
{
    width: 100%;
    height: 100%;
}

.governorates .text
{
    text-align: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 2px 1px 7px #817e7e;
}

.governorates .text p
{
    color: #0b1725;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

/* project-details ************/
.project-details .big-photo
{
    height: 550px;
    overflow: hidden;
    margin-bottom: 40px;
}

.project-details  img
{
    width: auto;
    max-width: 100%;
}

/*inc-news ****************/
.inc-news .des
{
    height: 111px;
    overflow: hidden;
}

/* inc-testimonial **************/
.inc-testimonial .des
{
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
}

/***********************/

	.slider .carousel-item{
		height: 600px;
		overflow: hidden;
	}
	
	.slider
	{
		margin-top: 166px;
	}
	
@media only screen and (max-width: 768px)
{
	.slider .carousel-item{
		height: 137px;
	}
	
	.slider
	{
		margin-top: 235px;
	}
	
	.inc-facts {
		margin-top: 50px;
	}
}


/* inc-nav *********/
@media (max-width: 1400px){
.inc-nav .container
{
 max-width: 100% !important;
}

}


.whatsapp-btn
{
	position: fixed;
    bottom: 40px;
    left: 40px;
    text-align: center;
    z-index: 100;
}