@charset "utf-8";

/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500&family=Poppins:wght@400;500;700&display=swap');

/*font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;*/

 @import url('https://fonts.googleapis.com/earlyaccess/droidarabickufi.css');
 @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/*************** DEFAULT CSS ***************/
body{
	font-family: 'Cairo', sans-serif;
 	/*font-family: 'Poppins', sans-serif;*/
	/*font-family: 'Droid Arabic Kufi', serif;*/
	font-size:16px;
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: #4a4a4a;
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	direction: rtl;
	overflow-x:hidden;
	
}

html{ scroll-behavior: smooth; overflow-x:hidden;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #bf202f; /* Safari */
	color:#fff;
        }
::-moz-selection {
    background: #bf202f; /* Firefox */
	color:#fff;
}

a {
	color:#4a4a4a;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	a:hover {
	color: #bf202f;
    }

p {
	margin:20px 0 20px 0;
	clear:left;
	padding:0;
	font-weight: normal;
	line-height: 23px
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px 0;
	padding:0;
	font-weight:700;
	line-height: 110%;
	font-family: 'Cairo', sans-serif;
	}
h2{
    font-size: 44px;
    color: #000;
    line-height: 52px;
    margin-bottom: 30px;
}

h1{
    font-size: 55px;
    color: #000;
    line-height: 70px;
    margin-bottom: 30px;
}
h3{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 1px;
}	
hr {
	margin:25px  0 25px 0;
	height:1px;
	border:0;
	border-top: 1px solid #09224242;
	
	float:left;
	width:100%;
	position:relative;
}

img{
	border:0;
	
}	
a img {
	border: 0;
}
.strong{
	font-weight:600;
}
.fs24{
	font-weight:100 !important;
	font-size: 24px;
	line-height:normal;
 
}
.fs20{
	font-weight:100 !important;
	font-size: 20px;
	line-height:normal;
 
}
/*************** text style ***************/
.white-text{
	color: #fff;
}
.red-text{
	color: #BF202F;
}
.uppercase{text-transform: uppercase;}
/*************** PRELOADER ***************/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}
#status {
	width:60px;
	height:60px;
	position:absolute;
	left:0;right:0; margin:0 auto; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../../images/loading.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	/*margin:-32px 0 0 -32px; *//* is width and height divided by two */
}

/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
.main{
    position:relative;
	}
.row{
	width:100%;
	display:block;
	float:left;
	position:relative;
	
}
.row-flex{ 
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.align-items{align-items: center;}
.align-items2{align-items:end ;}
.container{
	width:1260px;
	margin:0 auto;
}
.fullwidth{
	width:100%;
	display:block;
}
.clearfix{
	width:100%;
	height:100px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}

section {
	width: 100%;
	float: left;
	position: relative;
}
.aside, .summary {
    width: 30%;
    float: left;
	position:relative;
}

.summary {
    width: 70%;
 
     
}
.pad-right{
	padding-left:80px;

}
.pad-left{
	padding-right:80px;
	

}
.pad-left50{
	padding-left:50px;
}

.para-style{
	padding:0 13%;
}
.col{
    float:left
}
.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd30{
    width:30%;
 
}
.smd40{
    width:40%
}
.smd70{
    width:70%
}
.smd60{
    width:60%
}
.smd80{
    width:80%
}
.smd66{width: 66.66666666%;}
.text-right{
	text-align:right;
} 
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.pd-5{ padding:5px; }
.pd-10{ padding:10px; }

.gap-20, .gap-50, .gap-100, .gap-150{
	width:100%;
	float:left;
}
.gap-20{
	height:20px;
}
.gap-50{
	height:50px;
}
.gap-100{
	height:100px;
}
.gap-150{
	height:150px;
}
.inset-50{
	padding:50px;
}
.inset{
	padding:80px;
}
.inset-20{
	padding:20px;
}
.compnay-info{
	width:100%;
	float:left;
	padding:40px 40px 40px 250px;
	border:1px solid rgba(0,0,0,0.17);
	margin-bottom:25px;
	position:relative;
	box-shadow: 0 15px 33px 0 rgba(0,0,0,0.17);
	background-color:#fff;
	min-height:150px;
}
.compnay-info img{
	position:absolute;
	left:25px;
	top:25px;
	width:130px;
	display:block;
}
.message-wrap-left, .message-wrap-right{
	width:100%;
	position:relative;
	left:100px;
	top:200px;
	background-color:#BF353E;
	padding:50px;
	z-index:1;
	color:#fff;
	font-size:14px;
	box-shadow: 0 15px 33px 0 rgba(0,0,0,0.17);
}
.message-wrap-right{
	left:auto;
	right:100px;
	background-color:#29518E;
}
.underlined{
	padding:20px 0;
	margin-bottom:25px;
	border-bottom:1px solid rgba(255, 255 ,255, 0.2);
}
.title-light{
	font-weight:300 !important;
}
.team-row{
	width:100%;
	float:left;
	text-align:center;
	
}
.team-row .item{
	width:22%;
	display:inline-block;
	padding:20px;
}
.display-style{
	box-shadow: 0 15px 33px 0 rgba(0,0,0,0.17);
	border:1px solid rgba(0,0,0,0.17);
	width:100%;
	float:left;
	position:relative;
	}
.display-style:after{
	width:90%;
	height:4px;
	position:absolute;
	left:5%;
	bottom:-4px;
	background-color:#BF202F;
	content:'';
}	
	
.des{
	width:100%;
	float:left;
	padding:20px 0;
	font-family: 'Cairo', sans-serif;
	font-weight:300;
	color:#BF353E;
	letter-spacing:1px;
	font-size:18px;
	text-align:center;
}
.des span{
	font-family: 'Cairo', sans-serif;
	font-size:14px;
	color: #4a4a4a;
	letter-spacing:normal;
	width:100%;
	float:left;
	margin-top:10px;
	}
.margin-bottom{
	margin-bottom:20px;
}

.float-left{
	float:left !important;
}
.float-right{
	float:right !important;
}
.v-line-left, .v-line-right{
	position:absolute;
	left:0;
	top:0;
	width:70%;
	height:100%;
	background-color:#3300CC;
 
}
.v-line-right{
	left:auto;
	right:0;
}
.border-left{
	border-left:4px solid #BF202F;
}
.border-right{
	border-right:4px solid #BF202F;
}
.box-shadow{
	box-shadow: 0 15px 33px 0 rgba(0,0,0,0.17);
}

.career-list{
	width:100%;
	min-height:250px;
	float:left;
	padding:25px 40px;
	box-shadow: 0 15px 33px 0 rgba(0,0,0,0.17);
	border-left:4px solid #B82334;
	width:100%;
	
}
.career-list h2{
	width:100%;
	float:left;
	padding:0;
	font-family: 'Cairo', sans-serif;
	font-weight:300;
	color:#BF353E;
	letter-spacing:1px;
	font-size:18px;
	line-height:20px;
	margin:0 0 10px 0;
 
}
.career-list h2 span{
	font-family: 'Cairo', sans-serif;
	font-size:14px;
	color: #4a4a4a;
	letter-spacing:normal;
	line-height:normal;
	width:100%;
	float:left;
}

.address-box{
	width:100%;
	min-height:200px;
	float:left;
	background-color:#183369;
	padding:40px;
	color:#fff;
}
.add{
	position:relative;
	padding:0 50px 0 0;
	margin:0;
	width:100%;
	float:left;
	min-height:40px;
}
.add i{
	position:absolute;
	right:0;
	top:5px;
	font-size:14px;
}
.ext{
	display:inline-block;
	position:relative;
	margin-top:10px;
}	
.circle{
	width:30px;
	height:30px;
	background: #fff;
	text-align:center;
	color:#183369;
	line-height:30px !important;
	border-radius: 50%;
}

.google-map{
	width:100%;
	height:100vh;
	float:left;
	border:0;
	margin:0;
	padding:0;
	outline:none;
}
.location-button{
 
	text-align:center;
	color:#fff;
}
.location-button h2{
	font-size:20px;
	text-transform:uppercase;
	margin:15px 0;
	line-height:normal;
	color:#fff;
}

.location-button .fa-map-marker-alt {
	font-size:30px;
	background-color:#fff;
	color:#183369;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius: 50%;
	}
/*************** HOME PAGE CSS ***************/
header{  
width: 100%; top:0px;
position: absolute;
z-index: 2;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }
header a{ color: #fff; }
header a:hover{ color: #bf202f; }

.header-right{
	float: left;
}

.top-left, .top-right {
    float: left;
}
.top-right {
    float: right;
}
.inline {
	display: inline-block;
    padding-right: 20px;
    padding-left: 10px;
   
}


.logo{ float: right;padding:10px 0 }
.menu-wrap{
	float: left;
    margin-top: 4px;

    
}
.menu {
    float: right;
    position: relative;
    z-index: 100;
    margin-top: 6px;
}

.sch-btn {
	float:left;
    background-color: #bf202f;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 4px;
    text-align: center;
    position: relative;
    z-index: 100;
    margin-top: 12px;
}
.sch-btn:hover {
	background-color: #29518e;
	color: #fff;
	}
	
.req-quote{
	font-size: 16px;
	font-family: 'Cairo', sans-serif;
	text-transform: uppercase;
 	line-height: 59px;
	color:#fff !important;
	margin-left:20px;
	 
}
.req-quote:hover{
	color:rgba(255 ,255 ,255 ,0.8) !important;
}
.slider-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.link{}

.link a{
	font-family: 'Cairo', sans-serif;
	color:#fff;
	background: transparent;
	font-size:15px;
	line-height:normal;
    padding:0  50px;
    line-height: 55px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:300;
	display:inline-block;
	border: 1px solid #fff;
	border-radius:50px;
	position:relative;
	letter-spacing: 1px;
	margin:10px 0;
}
/*.link a:after{
 	font-family: 'Font Awesome 5 Free';
	content: "\f067";
	color:#fff;
	width:48px;
	height:48px;
	position:absolute;
	top:0;
	right:-15px;
	background-repeat: no-repeat;
	background-position: center center;
}*/


.link a:hover{
	background-color:#fff;
	color:#29518e;
}

.dark{}
.dark a{
	border: 1px solid #B82334 !important;
	padding:0  20px;
    line-height: 40px;
	color:#B82334;
}
.dark a:hover{
	color:#fff;
	background-color:#B82334;
}


section.intro{}

.introarea{
    padding-right:100px;
   /* padding-left: 10%;*/
}


/************New Style***********/



.col-30, .col-40, .col-60, .col-70{
	float:left;
	position:relative;
}
.col-30{
	width:30%;
}
.col-40{
	width:40%;
}
.col-60{
	width:60%;
}
.col-70{
	width:70%;
}
 
.img-style-1{
	width:90%;
	position:relative;
	right:100px;
	top:-50px;
}

.logos{
	width:100%;
	float:left;
}
.logos div{
	width:25%;
	float:left;
	padding:10px;
}
.logos div img{
	width:100%;
	display:block;
	border:1px solid #ccc;
}

.client-logos1, .client-logos1 ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.client-logos1 ul li{
	width:24%;
	padding:0;
	float:left;
	margin:5px;
}
.client-logos1 ul li img{
	width:100%;
	display:block;
}

.client-logos, .client-logos ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.client-logos ul li{
	width:19%;
	padding:0;
	float:left;
	margin:5px;
}
.client-logos ul li img{
	width:100%;
	display:block;
}
.instyle{
		box-shadow: 0 15px 33px 0 rgba(0,0,0,0.17);
		border:1px solid #ccc;
		width:100%;
		float:left;
		padding:30px;

}

.client-logos ul li img:hover{
	opacity:0.8;
}
/*******************/













.slantedDivA{
      position: relative;
      width: 100%;
      height: auto;
      background: #29518e;
      box-sizing: border-box;
      padding: 50px 50px 100px 50px;
      margin-bottom: 0px;
      z-index: 1;

      
    }

    .slantedDivA:after{
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: inherit;
      z-index: -1;
      top: -170px;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: top right;
      transform: skewY(-4deg);
    }



.slantedDivAinner{
      position: relative;
      width: 100%;
      height: auto;
      background: #29518e;
      box-sizing: border-box;
      padding: 50px 50px 100px 50px;
      margin-bottom: 0px;
      z-index: 1;
}
    .slantedDivAinner:after{
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: inherit;
      z-index: -1;
      top: -100px;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: top right;
      transform: skewY(-4deg);
    }
.small-title {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 0 55px;
    position: relative;
    letter-spacing: 2px;
}
.small-title:after {
	position: absolute;
	content: "";
	width:35px;
	height: 3px;
	left:0;
	top:8px;
	background: #bf353e;
	}
.counter-wrap{margin-bottom: 7px;}
.counter-wrap h2{
	/*color: #fff;*/
	font-weight: 400;
	font-family: 'Cairo', sans-serif;
	font-size: 62px;
	line-height: 65px;
	margin-bottom: 0;
}
.counter-wrap p{
	margin:0;
}
.margin-top{
	margin-top:50px;
}
.bg-gray{background: #E9E9E9; min-height: 600px; }
.bg-white{background: #fff; }
.bg-red{background-color:  #bf353e; color: #fff;}
.bg-darkblue{background: #183369; color: #fff;}
.bg-blue{background: #29518e; color: #fff;}
.fl-right{float: right;}
.div-right {
    float: right;
    width: 95%;
	 
}
.div-left {
    float: left;
    width: 95%;
	 
}
.serve-head{
	padding:0 50px 40px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-align:right;
}
.service-single:hover .serve-head{
	margin-left: 10px;

	}
.serve-head:after{
	
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
   right: 0;
    top: 3%;
    background: #bf353e;

}
.service-single:hover  .serve-head h2, .service-single:hover  .serve-head span{
	color: #bf353e;

	}
.serve-head h2{
	font-size: 32px;
	line-height: 40px;
	color: #000;
	font-weight: 300;
	font-family: 'Cairo', sans-serif;
	margin-bottom: 0;
}
.serve-head span{
	font-size: 14px;
	line-height: 16px;
	}
.serve-box{position: relative; width: 100%}
.serve-box img{ width: 100%}
.serve-box:after{position: absolute;content: '';width: 100%;height: 50%;
left: 0px;top: 0px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b1429', endColorstr='#0b1429',GradientType=0 );
-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
 /* IE6-9 */}
.service-single:hover .serve-box:after{opacity:0;}
section.visionaries{
}
.visionaries-left{width:50%;
}
.inner-shade{
	background-color:rgba(0 ,0, 0, 0.1);
	padding:50px;
}
.space-between{ align-content: space-between;}
.text-right{text-align: right;}
.visionaries-right{width:100%; position: relative;}
.chairman-img, .md-img{
    position: relative;
    top: 0px;
    left: 0;
    padding: 250px 0 0 0;
}

.chairman-img img{
    position: absolute;
    top: -453px;
    max-width: 100%;
	}
.md-img img{
    position: absolute;
    top: -443px;
    right: 0;
    max-width: 100%;
    }
.name{
	font-size: 30px;
    line-height: 30px;
	display: block;
	padding: 0px 0;
}
.font18{font-size: 18px;line-height: 20px}
.font14{font-size: 14px; line-height: 16px}
.font34{font-size: 34px; line-height: 40px}
.font32{font-size: 32px; line-height: 40px}
.pad10{padding:10px 0; display: block;}
section.projects{
}
.p-box{position: relative; margin:12px;line-height: 0}
.p-box img{width:100%; }
.p-box-title{
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 24px 43px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(10,22,54,1));
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}
.p-box:hover .p-box-title{
 padding: 34px 43px;
 opacity: 1;
 }
 .equipment-div{
 	position: relative;
 	bottom: -100px;
 	z-index: 2;
 	
 }
 .client-box{vertical-align: middle;}
  .client-box img{max-width:100%;}
  section.news{position: relative;}
    section.news:after{
    	content: '';
    	position: absolute;
    	width:100%;
    	height: 50%;
    	background: #183369;

    	z-index: 1;
    	bottom: 0;
    	left:0;
    	      transform-origin: top right;
      transform: skewY(-4deg);
    	
    }
    .pos{position: relative;z-index: 2;
    }
  .head-div{border-bottom: 1px solid #fff; position: relative;}
  .head-div-in{
  	position: relative;
    bottom: -42px;
    width: 20%;
  }

 .news-single{}
  .news-single a{color: #fff}
   .news-single a:hover{color: #f1f1f1}
 .date{min-height: 100px}
  .date .month{

text-transform: uppercase;
font-size: 14px;
/*vertical-align: text-top;*/
    writing-mode: tb-rl;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    white-space: nowrap;
    padding:5px 0 0 0;
	float:right;
  }
.date .day{
	font-size: 54px;
	line-height: 50px;
	padding:0 10px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	vertical-align: top;
	float:right;
    }
    .news-head{
    font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	padding: 30px 0 70px 0;
	position: relative;
	text-align:right;
    }
    .news-head:after{
    	content: '';
    	position: absolute;
    	width:68px;
    	height: 51px;
    	background: url(../../images/icons/next.png) no-repeat 0 0;
    	filter: invert(1);
    	bottom: 25px;
    	right: -100px;
       -webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	    transition: all 300ms ease-in-out;
    }
    .news-single:hover .news-head:after{
    	right: 0;
    }
    footer{
    	float: left;
    	width:100%;
    	

    }
   .callback{}
   .callback .fieldset{
    width: 100%;
    height: auto;
    padding: 16px 0;
    background-color: transparent;
    color: #fff;
    display: block;
    border: 0;
    border-bottom: 1px solid rgb(255, 255, 255 , 0.4);
    font-weight: normal;
    margin: 0 0 16px 0;
    font-size: 13px;
    font-family: 'Cairo', sans-serif;
    float: left;
    border-radius: 0;
   }

.footer{
	width:100%;
	float: left;

}

.footer-main{}
.footer-main h3{
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
}
ul.footerlinks{
	margin:0 0 20px 0;
	padding: 0;
}
ul.footerlinks li{
	list-style: none;
	padding:5px 0;
	line-height: 20px;
	font-size: 14px;
}
.footer a{color: #fff}
.footer a:hover{color:  rgb(255, 255, 255, 0.7);}
.footer-bottom{
	font-size: 14px;
	padding:35px 0;
	border-top: 1px solid rgb(255, 255, 255, 0.3);
	float: left;
	width:100%;
}
.footer-shape{}
.icon-layer {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1; margin: 0}
  

.icon-layer img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


.scroll-div {
position: absolute;
    right: 0px;
    bottom: 30%;
    z-index: 7;
    width: 52px;
    /* height: 100px; */
    padding: 5px;
   
    padding: 56px 25px;
    text-align: center;
    color: #fff;
}
.scroll-div a{color: #fff;}
.scroll-div span{
	line-height: 6px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
	text-transform: uppercase;
writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    position: relative;

}
.scroll-div span:after{
	content: "";
	position: absolute;
	top: -70px;
	left:1px;
	width:1px;
	height: 60px;
	background: #fff;

}
.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.social {
    position: fixed;
    width: 25px;
    right: 16px;
    top: 40%;
    margin-top: -100px;
    z-index: 7;
    
}
.social a {
    display: inline-block;
    width: 100%;
    height: 25px;
    -moz-border-radius: 50px;
    line-height: 28px;
    text-align: center;
    color: #776d73;
    background: #fff;
    border-radius: 50%;
    margin:5px ;
}


.social a i{
    margin-right: 0px;
    font-size: 16px;
    color: #776d73;
	}
	.social a:hover i{
    color: #bf202f;
	}

.mar-100{margin:100px 0;}
/*************** INNER PAGE CSS ***************/
.pad-100{padding:100px 0;}
.padtop-100{padding:100px 0 0 0;}
.padbottom-100{padding-bottom: 100px;}
.padbottom-70{padding-bottom: 70px;}
.padbottom-10{padding-bottom: 10px;}
.padtop-50{padding:50px 0 0 0;}
.pad-50{padding:50px 0;}
.pad{ padding: 100px 0px; }
.mb-100{margin-bottom: 100px;}
.mt-50{margin-top: 50px;}
.mt-150{margin-top: 250px;}
.mt-100{margin-top: 100px;}
.pad-left30{padding-left: 30px;}
.pad-right30{padding-right: 30px;}
.pad-top-0{padding-top: 0}
.pad-50-all{padding:50px;}

.cnt-wrap{padding: 30px 20px;background-color: #fff;box-shadow: 0px 3px 40px #0000002e;-webkit-box-shadow: 0px 3px 40px #0000002e;
-moz-box-shadow: 0px 3px 40px #0000002e; float: left; width: 30%;}
.icon_box { border-bottom:1px solid #e1e1e1; padding-bottom: 7px; margin-bottom: 23px;}
.icon_box:hover i {background-color: #0caf4e;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.icon_box i {float:left;margin:0px 20px 0px 0px;padding:8px;border-radius:100%;width:45px;height:45px;text-align:center;line-height:30px;color:#fff;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;background: #f04e30;}
.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #000;}
.icon_box p {margin:0;padding-bottom:15px;}
.icon_box a { color:#434446}
.icon_box:last-child{ margin-bottom:0px; padding-bottom:0px; border-bottom:none;}
.cnt-form{ float: left; width: 70%; padding-left: 50px; }
.map{ float: left; width: 100%; margin-top: 30px; }
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color: #04AA6D; color: white;}
.nlogo{ float: left; width: 110px; }
.language-head{text-align: left;margin-top: 10px;}
.language-head a{display: inline-block;vertical-align: middle;position: relative;font-size: 12px;margin-left: 15px;text-transform: uppercase;font-weight: 700;}
.language-head a span{display: inline-block;width: 26px;height: 26px;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;-ms-border-radius: 50px;background-image: url(../../images/eng.jpg);background-position: center;background-repeat: no-repeat;vertical-align: middle;margin-left: 6px;}
.language-head a:last-child span{background-image: url(../../images/arb.jpg);}
.language-head a:last-child{margin-left: 0px;}
.ndlogo {
    width: 110px;
    float: right;
}

.whtsapp-link{position:fixed;right: 10px;bottom: 80px;z-index:11;}
.whtsapp-link h5{float:left;width: 100px;position:absolute;right:-11px;opacity:0;color:#6d6d6d;font-size:13px;font-weight:500;margin:10px 0 0 0;background-color:#e8e8e8;padding:10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{width:56px;height:56px;background:#2db742;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);text-align:center;line-height:78px;float:right;margin-left:0;z-index:1;position:relative;}
.whatsapp-icon img{width:32px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whtsapp-link:hover h5{right:52px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}



ul.list {
    margin: 12px 0;
    width: 100%;
    float: left;
    padding: 0;
}
ul.list li {
    float: left;
    width: 100%;
    padding: 2px 0 2px 22px;
    background-repeat: no-repeat;
    background-image: url(../../images/list.png);
    background-position: top 8px left;
    margin-bottom: 10px;
    line-height: 22px;
    list-style: none;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


 .listing{
    margin:0;
    padding:0;
    list-style:none;
	width:100%;
	float:left;
	display:block;
}
 .listing li{
    width:100%;
	float:left;
	margin:0;
    padding:5px 30px 5px 0;
    background-image:url(../images/bullet.png);
    background-repeat:no-repeat;
    background-position:right 5px;
    background-size:15px;
    list-style-position:inherit;
    line-height:18px;
 
}

.gradiant-outer{
	width:100%;
	min-height:390px;
	float:left;
	padding:25px;
	position:relative;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.10);
 
 }
 .gradiant-outer:before{
 width:4px;
 height:50px;
 position:absolute;
 left:-4px;
 top:0;
 content:'';
 background-color:#BF202F;
 }
 
 

/*************** INNER BANNER ***************/
.banner{ float: left; z-index: 0;
 width: 100%; height: 400px; display: flex;  justify-content: center; align-items: center;  text-align: center;
background-image: url(../../images/banner1.jpg); background-position: center; background-repeat: no-repeat; position: relative; }

/*.banner:before{
	width:95px;
	height:95px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	content:'';
	background-image: url(../images/shape-left.png);
	background-position: center;
	background-repeat: no-repeat;
}*/


.banner-caption h2{color: #fff;font-size: 42px;margin-bottom: 15px;text-shadow: 0px 2px 1px #000000d1;font-weight: 300;line-height: 42px;}
.banner-caption h4, .banner-caption h4 a, .banner-caption h4 span{ color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-family: 'Cairo', sans-serif;}
.banner-caption h4{background-color: #bf202f;padding: 10px 30px;display: inline-block;margin-bottom: 0px; }
.banner-caption{position: relative;z-index: 1; }
.banner:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
 	/*opacity: .2;*/
 	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.7)); /* Standard syntax (must be last) */
 }

.banner1{ background-image: url(../../images/banners/banner1.jpg); }
.banner2{background-image: url(../../images/banners/banner2.jpg);}
.banner3{background-image: url(../../images/banners/banner3.jpg);}
.banner4{background-image: url(../../images/banners/banner4.jpg);}
.banner5{background-image: url(../../images/banners/banner5.jpg);}
.banner6{background-image: url(../../images/banners/banner6.jpg);}
.banner7{background-image: url(../../images/banners/banner7.jpg);}
.banner8{background-image: url(../../images/banners/banner8.jpg);}
.banner9{background-image: url(../../images/banners/banner9.jpg);}

.banner10{ background-image: url(../../images/banners/banner10.jpg); }
.banner11{background-image: url(../../images/banners/banner11.jpg);}
.banner12{background-image: url(../../images/banners/banner12.jpg);}
.banner13{background-image: url(../../images/banners/banner13.jpg);}
.banner14{background-image: url(../../images/banners/banner14.jpg);}
.banner15{background-image: url(../../images/banners/banner15.jpg);}
.banner16{background-image: url(../../images/banners/banner16.jpg);}
.banner17{background-image: url(../../images/banners/banner17.jpg);}
.banner18{background-image: url(../../images/banners/banner18.jpg);}


/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41);	;
-moz-box-shadow: 0px 4px 20px #00000059; background-color:rgba(9, 34, 66, 1);}
header.smaller .logo img{max-width: 200px }



/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover; z-index: 2;
}

.bg1{background: url(../../images/bg1.jpg) no-repeat top center; float: left; width: 100%;}
.bg2{background: url(../../images/bg2a.jpg) no-repeat top center; float: left; width: 100%;
background-size: contain;}
.bg3{background: url(../../images/bg3.jpg) no-repeat top center; float: left; width: 100%;}
.bg4{background: url(../../images/bg4.jpg) no-repeat top center #183369; }


.water-mark{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	-moz-background-size:cover; 
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-image: url(../../images/water-mark.png) !important; 
}


/**********forms**************/
form{
	margin:0;
	padding:0;
}
*:focus {  
	outline: none;
}
.fieldset{
	    width: 100%;
	    height: 52px;
	    padding: 8px 10px;
	    background-color: none;
	    background-color: transparent;
	    display: block;
	    border: 1px solid rgb(211 211 211);
	    margin: 0 0 10px 0;
	    color: #000;
	    font-size: 14px;
	    float: left;
 	    border-left: 2px solid #f04e30;

}
.feather-text .fieldset{
	color:#fff !important;

}
.auto-height{
	height:auto !important;
}
.fieldset1{ height: 130px; }
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    color: #bf353e;
    font-size: 20px;
    cursor: pointer;
    vertical-align: top;
    padding: 12px 50px;
    text-align: center;
    background-color: #fff;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
 
    border-radius: 55px;
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

	
	}

	.sendbutton:hover{
		background-color: #000;
	}
	
	
	
	
.feather-text 	.sendbutton:hover{
	background-color: #bf353e;
	color:#fff;

}
	
.blog-box{ width: 48%; margin: 0 1% 30px;box-shadow: 0 15px 33px 0 rgb(0 0 0 / 17%); -moz-box-shadow: 0 15px 33px 0 rgb(0 0 0 / 17%);
-webkit-box-shadow: 0 15px 33px 0 rgb(0 0 0 / 17%); }
.blog-box .career-list{ box-shadow: 0 0 0 0 rgb(0 0 0 / 0); -moz-box-shadow: 0 0 0 0 rgb(0 0 0 / 0);
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0); }	
	
	
	
	
.contact-form{ float: left;width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}

::-webkit-input-placeholder {
   color:  #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #000 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #000 !important;
}
:-ms-input-placeholder {  
   color:  #000 !important;
}

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

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

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






.feather-text ::-webkit-input-placeholder {
   color:  #fff !important;
}
.feather-text :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.feather-text ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.feather-text :-ms-input-placeholder {  
   color:  #fff !important;
}









.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}


/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1200px) {
.container{ width:96%;}
header {
    position: relative;
}
.hide-mob{ display: none !important; }
header .container{
    width:100%;
}
.header-right{
	width:100%;
}
.logo {
    float: left;
    padding: 10px 0 0;
    width: 100%;
    text-align: right;
    background: #29518e;
    }
.menu-wrap {
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 0px;
    margin-top: 0;
    background-color: #bf202f;
}
.menu {
    /*position: absolute;*/
    margin-top: 0px;
    width: 100%;
    background: #f04e30;
}
.req-quote{
	position: absolute;
    right: 59px;
    top: -1px;
    z-index: 999;
    float: left;
}
.serve-head h2{
	font-size: 25px;
	line-height: 28px;
}
.req-quote{top:-9px;}
.sch-btn{padding: 10px; padding: 10px;
    margin-top: 0;
    height: 42px;
    position: absolute;
    right: 0;}
    h1 {
    font-size: 60px;
    line-height: 70px;
}
.icon-layer{ display: none;}  

.img-style-1{
	width:100%;
	left:0;
	top:0;
}
.language-head {
    text-align: center;
    margin-top: 0px;
    background-color: #29518e;
    padding-bottom: 12px;
    position: absolute;
    top: 23px;
    left: 5px;
}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:96%;}

    h1 {
    font-size: 50px;
    line-height: 60px;
}
.scroll-div{display: none;}
.social{top:85%;}

.message-wrap-left, .message-wrap-right{
	
	position:relative;
	left:0;
	top:0;
	right:auto;
	padding:20px;
 
}

 
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {

   
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.aside, .summary, .cnt-wrap, .cnt-form, .intro-left, .intro-right{ width:100%; margin:0 0 25px 0; }
.pad-right, .pad-left, .pad-left50, .pad-left30, .pad-right30{
	padding-right:0px; padding-left:0px;

}.padbottom-100 {
    padding-bottom: 50px;
}

.padbottom-100 {
    padding-bottom: 50px;
}
.visionaries-left{width:100%;}
.visionaries-right{
	width: 100%;
    float: right;
    position: relative;
    top: -100px;
}
.visionaries .padbottom-100{padding-bottom: 0px;}
.chairman-img {
    position: relative;}
   
   .chairman-img img {
    position: relative;top: -222px;
}
.projects .smd66, .projects .smd3{width:100%;}
.smd30{width:100%;}
.equipment-div {
    bottom: 0px;
}
.padtop-100 {
    padding: 50px 0 0 0;
}
.mt-50{margin-top: 5px;}
.font32 {
    font-size: 23px;
    line-height: 30px;
}
.padtop-50 {
    padding: 25px 0 0 0;
}
.footer-main h3{margin-bottom: 5px;
}

.news-head {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0 25px 0;
}
.date {
    min-height: auto;
}
.head-div-in {
    width: 34%;
}
h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
}
.bg3{background: none
}
.margin-top{
	margin-top:0;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
	.owl-controls{top:-10px;}
	.owl-next, .owl-prev{background-size: 50%;}
   .chairman-img img {
    position: relative;top: -120px;
}
.slantedDivA{padding:20px 20px 10px 20px;}
.footer-bottom {
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
    }
.footer-bottom .fl-right {float: none;}
.pad-50 {
    padding: 10px 0;
}
header.smaller {position: relative;}
.counter-wrap h2{font-size: 43px;}
.banner{height: 298px;}
.banner-caption h2{font-size: 34px;}

.introarea {
    padding: 0 20px;
}
.blog-box{ margin: 0 0 30px; width: 100%; }
.mt-150 {
    margin-top: 0;
}
.mb-100 {
    margin-bottom: 10px;
}
.md-img {
    padding: 50px 0 0 0;
}

.gap-20, .gap-50, .gap-100, .gap-150{
	height:20px;
	}
.col-30, .col-40, .col-60, .col-70{
	width:100%;
} 

.inset, .inset-50{
	padding:20px;
}
.para-style{
	padding:0;
}
.team-row .item{
	padding:10px;
}
.inner-shade{
 
	padding:20px;
}

.client-logos ul li{
	width:45%;

}
.instyle{
	 
		padding:5px;

}
.language-head a span{
	width:12px;
	height: 12px;
	background-size: 10px;
}
.whtsapp-link {
    position: fixed;
    right: 5px;
    bottom: 66px;
    z-index: 11;
}
.social {
    top: 53%;
}
.logo img{
	max-width: 50%;
	}


}
/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
	.pad-100 {
    padding: 30px 0;
}
.slantedDivA:after{
	top:-34px;
}
h2 {
    font-size: 22px;
    line-height: 25px
    }
.team-row .item{
	width:90%;
	padding:10px;
}
	}

	/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}