
/* banner ********************************/

.banner
{
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img
{
	height: auto;
	width: 100%;
}

.banner h1
{
	position: absolute;
  	top: 60%;
  	left: 50%;
  	transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
}



/* inc-footer ****************************/

.inc-footer .ftr-about-text .des
{
	height: 210px;
    overflow: hidden;
    margin-bottom: 30px;
}

.inc-footer .ftr-about-text .marbtm20
{
	 margin-bottom:0px;
}

/*inc-customers **************************/

.inc-customers .item img
{
   max-height: 110px;
}

.inc-customers .item .photo
{
	width: 95%;
	height:130px;
   border: 1px solid #b9b5b5;
   padding: 10px;
}

/* customers *****************************/

.customers
{
	padding: 70px 0;
}

.customers .item
{
	margin-bottom: 70px;
}

.customers .photo
{
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #9fb4cc;
    padding: 10px;
}

.customers .photo img
{
	max-width: 100%;
	max-height: 180px;;

}

/* downloads *****************************/

.downloads
{
	padding: 70px 0;
}

.downloads .item
{
	margin-bottom: 30px;
}

.downloads .photo
{
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.downloads .photo img
{
	max-width: 100%;
	max-height: 200px;

}

.downloads .item h4
{
	text-align: center;
}

/* Product-details**************************/

.Product-details
{
	padding: 70px 0;
	direction: rtl;
}

.Product-details .photo
{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.Product-details .photo img
{
	max-width: 100%;
	height: auto;

}

.Product-details .gallery
{
	margin-top: 50px;
}

.Product-details .gallery .cl
{
	margin-bottom: 30px;
}

.Product-details .gallery .galphoto
{
	width: 100%;
	height:150px;
	overflow: hidden;
	text-align: center;
}

.Product-details .gallery .galphoto img
{
	max-width: 100%;
	height: auto;
}

.Product-details .gallery h5
{
	text-align: center;
	margin-top: 15px;
}

.Product-details .pdfs
{
	margin-top: 50px;
}

.Product-details .pdfs h3
{
	margin-bottom: 20px;
}


.Product-details .pdfs h5
{
	text-align: center;
	margin-top: 15px;
}

.Product-details .video
{
	margin-top: 80px;
}

.Product-details .video iframe
{
	height: 500px;
}


/* contact ********************************/

.contact
{
	padding-top: 50px;
	padding-bottom: 30px;
	direction: rtl;
}

.contact .info
{
	margin-top: 30px;
}

.contact .info i
{
	color: #db1f32;
	font-size: 30px;
	margin-left: 20px;
}

.contact .info h4
{
	color: #5a5a5d;
}

.contact .info p
{
	margin-right: 40px;
	margin-bottom: 20px;
}


/* inc-about ******************************/


.inc-about .titleHead .div
{
	height: 184px;
	overflow: hidden;
}

.inc-about .iconContent .des
{
	height: 103px;
	overflow: hidden;
}

/* products *************************/

.products.serviceSection
{
	background: none;
}

.products .serviceContent h5
{
	height: 54px;
	overflow: hidden;
}

/* inc-products **********************/

.inc-products
{
	direction: rtl;
}

.inc-products  .serviceContent h5
{
	height: 54px;
	overflow: hidden;
}

.inc-products .photo-box
{
	height: 250px;
	overflow: hidden;
}

.inc-products .photo-box img
{
	height: 250px;
}

.inc-products .serviceContent h4
{
	margin-bottom: 0px;
}

.inc-products .serviceContent h4
{
	height: 23px;
overflow: hidden;
}

/* news **********************************/

.news
{
	padding: 70px 0 50px;
	direction: rtl;
}

.news .item
{
	margin-bottom: 50px;
}

.news .photo
{
	width: 100%;
	height: 250px;
	text-align:center;
	overflow: hidden;
	margin-bottom: 20px;
}

.news .photo img
{
	max-width: 100%;
	height: auto;
}

.news .item .title h5
{
	height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}

.newsTitle a
{
	color: #011327;
}

/* whatsapp-btn **********************/

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

}



/* @media (max-width: 991px) *************/

@media (max-width: 991px)
{
	.banner
	{
		height: 150px;
	}

	.banner h1
	{
	    font-size: 30px;
	}

	.customers .item
	{
		margin-bottom: 30px;
	}
}


/* inc-team ****************/

.inc-team .video_btn
{
	width: 60px;
	height: 60px;
	background: #fff;
	line-height: 60px;
	font-size: 15px;
	color: #009dff;
	display: inline-block;
	border-radius: 50%;
	margin-top: 30px;
}

.inc-team .modal-dialog
{
	width: 900px;
}

.inc-team .modal-dialog .modal-body iframe
{
	width: 890px;
height: 500px;
}

@media only screen and (min-width: 260px) and (max-width: 991px) {

	.inc-team .modal-dialog
	{
		 width: 384px;
		 left: 0;
		 right: auto;
	}

	.inc-team .modal-dialog .modal-body iframe
	{
		width: 364px;
		height: 199px;
	}

}



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

.float-right
{
	float: right;
}


/* newsArea **************/

.newsArea
{
	direction: rtl;
}
