@charset "utf-8";
/* CSS Document */

*{
	font-family: 'Raleway', sans-serif ;

}
.clear{
	clear:both;
}
.red-color{
	color:#ff0000;
}

.red-back{
	background-color: #00accd;
}

.standard-color{
	color:#898989;
}

.sec-color{
	color:#c7c4c4;
}
.slider{
	position:relative;
	width:100%;
}
.slider{
	margin-top: -68px;
}

.slider-img{
	width:100%;
	height:100vh;
}
.language{
	color:#fff;
	/* padding-top: 10px; */
}
.logo img{
	margin-top:-14px;
	
}
.img-customer{
	height:200px;
}
.main-item{
	position:relative;
	z-index:99;
	padding-top:20px;

}
.overlay-div{
	position:absolute;
	height:100%;
	width:100%;
	background-color: #000;
	opacity: .5;
}
.text-slider{

font-size:40px;
text-shadow:1px 1px 1px #000;
bottom:35%;

}

.item-team{
	margin-top:20px;
}
.img-team{
	height:300px;
}
.item-team-main{
	border-radius:0px;
	border:none;
	border-bottom: 1px solid #00accd;
	/* text-align: center; */
}
.img-team-circle{
	border-radius:50%;
	height: 170px;
	width: 170px;
	border: 5px solid #eee;
	margin: 0 auto;
}

/*.............three-sec...............*/

.three-pro{
	padding:50px;
	width:100%;
}
.circle-shape{
	margin-bottom:20px;
}
.p-three{
	width:50%;
	margin:0 auto;
	margin-bottom:10px;
}
.line-red{
	height:2px;
	width:150px;
	margin:0 auto 20px auto;
}
.h2-pro{
	width:100%;
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
	
	overflow:hidden;
	display: flex;
  align-items: center;
  justify-content: center;
  text-shadow:1px 1px 1px #fff;
}

.back-1{
		background-image:url(../images/back-items.png);

}
.back-2{
		background-image:url(../images/back-items1.png);

}
.back-3{
		background-image:url(../images/back-items2.png);

}

.p-items{
	height: 147px;
	overflow:hidden;
}
.img-item{
	width:100%;
	height: 226px;
}


/*........................about-sec...............*/

.about-sec{
	padding: 150px 0px;
	background-image:url(../images/back-gray.jpg);
	background-repeat:repeat;
	background-size:100% 100%;
	width: 100%;
}
.about-img{
	width:100%;
	height: 451px;
}
.about-text{
	padding:20px;
	color:#fff;
}
.p-about{
	height: 259px;
	overflow:hidden;
}
.line-about{
	height:2px;
	background-color:#fff;
	width:150px;
	margin:15px auto;
}
.read-more{
	padding:15px;
	border:1px solid #fff;
	color:#fff;
}
.read-more:hover{
	color:#fff;
	
}


.section-contact{
	background-image:url(../images/back-contact.png);
	padding:100px 0px;
	width:100%;
}
.contact-main{
	max-width: 500px;
	margin:0 auto;
	background-color:#fff;
	border-radius:5px;
	box-shadow:2px 2px 2px #CCC;
	padding:20px;
}
.contact-h{
	font-weight:bold;
}
.p-contact{
	font-size:25px;
}
.input-contact::placeholder{
	color:#999;
	font-size:12px;
}

.input-contact:-ms-input-placeholder{
	color:#999;
	font-size:12px;
}
.btn-contact{
	padding:10px;
	color:#fff;
	border:none;
}
.footer{
	background-color:#eee;
	padding:20px;
	width:100%;
}


/*...............................social icon ..................*/

.social-wrap {margin:5px 0px 0px 0px;padding:0px;/* float:left; *//* width:212px; */}
.social-wrap ul li{
list-style:none;
border-bottom:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
display:inline-block;
}
.social-wrap li a {
margin:0px 0px 0px 5px;
padding:0px 0px 0px 0px;
width:30px;
height:30px;
display:block;
background: #191919;
border:solid 1px #222121;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.social-wrap ul{
	padding:0px;
	margin:0px;
}
.social-wrap li a.facebook {
background: #fff url(../images/facebook.png) no-repeat -0px -45px;
-webkit-transition:All 0.3s ease-out;
-moz-transition:All 0.3s ease-out;
-o-transition:All 0.3s ease-out;
}
.social-wrap li a.facebook:hover {
background: #191919 url(../images/facebook.png) no-repeat -0px -0px;
}
.social-wrap li a.twitter {
background: #fff url(../images/twitter-1.png) no-repeat -0px -45px;
-webkit-transition:All 0.3s ease-out;
-moz-transition:All 0.3s ease-out;
-o-transition:All 0.3s ease-out;
}
.social-wrap li a.twitter:hover {
background: #191919 url(../images/twitter-1.png) no-repeat -0px -0px;
}
.social-wrap li a.google-p {
background:#fff url(../images/google.png) no-repeat -0px -45px;
-webkit-transition:All 0.3s ease-out;
-moz-transition:All 0.3s ease-out;
-o-transition:All 0.3s ease-out;
}
.social-wrap li a.google-p:hover {
background: #191919 url(../images/google.png) no-repeat -0px -0px;
}


.social-wrap li a.rss {
background:#fff url(../images/rss.png) no-repeat -0px -45px;
-webkit-transition:All 0.3s ease-out;
-moz-transition:All 0.3s ease-out;
-o-transition:All 0.3s ease-out;
}
.social-wrap li a.rss:hover {
background: #191919 url(../images/rss.png) no-repeat -0px -0px;
}


.social-wrap li a.youtube{
background:#fff url(../images/youtube.png) no-repeat -0px -45px;
-webkit-transition:All 0.3s ease-out;
-moz-transition:All 0.3s ease-out;
-o-transition:All 0.3s ease-out;
}
.social-wrap li a.youtube:hover {
background: #191919 url(../images/youtube.png) no-repeat -0px -0px;
}

.icon-menu{
display:none;
cursor:pointer;

}
.about-us{
	margin-top:-68px;
	background-image:url(../images/back-slider2.jpg);
	max-height:60vh;
	min-height:60vh;
	background-attachment:fixed;
	background-size:100% auto;
	background-repeat:no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	position: relative;
}
.about-banner{
	color:#fff;
	text-shadow:2px 2px 2px #000;
	position:relative;
	z-index:999;
}


.about-sec-inner{
	padding: 150px 0px;
	background-image:url(../images/back-gray.jpg);
	background-repeat:repeat;
	background-size:100% 100%;
	width: 100%;
}

.img-slider-about{
	width:100%;
	height:350px;
}




.item-contact{
	width: 28px;
	font-size: 23px;
	color: #080808;
}
.contact-item{
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:20px;
}
.paging{
	margin:20px auto 0px auto;
	
}
.item-roduct{
	margin-top:20px;
}
.body-pro{
background-color: #1f1f1f;
    color: #fff;
}
.title-pro{
	height: 28px;
	overflow:hidden;
}
.p-pro{
	height: 68px;
	overflow:hidden;
}
.item-pro-v2{
	margin-top:20px;
}
.news-img{
	width:100%;
	height:450px;
}
.read-news{
	margin-top:20px;
}
.news-main{
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	margin-bottom:20px;
}
@media(max-width:1099px){
	.main-item {
    padding-top: 0px;
}
.slider{
	margin-top:0px;
}
.about-us{
	margin-top:0px;
}
.logo{
	text-align:center;
	padding: 5px;
}
.language{
	padding: 5px 17px;
}
.logo img{
	margin-top:0px;
}
.main-item{
	background-color: #1f1f1f;
}
.sm-clean li{
display:block;
}

.menu-nav{
	padding:0px;
	
}
.div-lang{
	float: right;
}
.icon-menu{
	display:block;
	float: left;
}
.menu-nav{
	display:none;
}
.about-us{
background-size:100% 100%;
}
}

@media (max-width:550px){
	.slider-img {
    width: 100%;
    height: auto;
}
.three-pro {
     padding: 30px 10px;
}
.p-three {
    width: 100%;
}

.about-sec {
    padding: 20px 0px;
    background-image:none;
}
.footer{
	text-align:center;
	padding:5px;
}

.social-wrap ul {
    text-align: center;
}
.about-banner{
	font-size:30px;
}
.about-sec-inner{
	padding: 20px 0px;
	background-image:none;
	background-repeat:repeat;
	background-size:100% 100%;
	width: 100%;
}
.news-img{
	width:100%;
	height:auto;
}

}



.h3-pro{
	height:60px;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
	font-size:20px;
}


/*................paging.............*/
	
.page_navigation a, .alt_page_navigation a{
	padding: 5px 10px;
	margin:2px;
	color: white;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #343a40;
	/* border: 1px solid #d0d0d0; */
	margin-bottom: 10px;
	border-radius: 19px;
}
.page_navigation a:lang(ar), .alt_page_navigation a:lang(ar){
	float: right;

}
.active_page{
	background-color: #00accd !important;
	color: white !important;
}	
.content li{
list-style:none;

}
.content{
padding:0px;
margin:0px;
}
