﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cairo');


html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'Tajawal', sans-serif;
    color:#ffffff;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}



.top
{
	padding:0px 0;
	background-color:#304549;
	color:#fff;
	font-size:13px;
	line-height:35px;
}

.top i
{
	font-size:15px;
	margin-left:5px;
	color:25cbd3;
}


.top a
{
	color:#fff;
}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;

}


.top ul 
{
	padding-right:0px;
	text-align:right;
}



.top .socials li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.top .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:0;
 font-size:15px;	
 margin-left: 0px;	
 color:#FFFFFF;		
}

.top .socials li a:hover {
	color: 25cbd3;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.language
{
    font-family: 'Cairo', sans-serif !important;
}
.header
{
    padding: 25px 0;
    background:#fff  url('../images/menu-bg-ar.png') no-repeat scroll right center;
    background-size: contain;
    margin-bottom:1px;
}



.carousel {
    height: 40vw;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #636363;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 75px;
    left: auto;
    right: 8%;
    width: 595px;
    margin:auto;
    z-index: 10;
    font-family: 'Cairo', sans-serif;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:  right;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:30px;
    font-weight:600;
    line-height:45px;
    color:#fff;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-left: 100px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;
    text-align: left;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:2px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: 25cbd3;
    border-color:25cbd3;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: 25cbd3;
    background-color: #FFFFFF;
    border-color: 25cbd3; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-gray{
    color: #fff;
    background-color: #01b48b;
    border-color:#01b48b;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #fff;
    background-color: #CCCCCC;
    border-color:#CCCCCC;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #fff;
    background-color: #ffffff00;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: 25cbd3;
    border-color: 25cbd3; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding: 40px 0;
    margin-bottom: 0px;  
     background-color:#304549;
}

.title
{
   color:#fff;
   font-size:30px;
   font-weight: 600; 
   margin-bottom:20px;
}

.title-small
{
   color:25cbd3;
   font-size:13px;
   font-weight: 600; 
   margin-bottom:20px;  
   text-transform:uppercase;
   font-family: 'Cairo', sans-serif;
}

.title-small img
{
    margin-right:10px;
}

.title-gold
{
   color:25cbd3;
   font-size:30px;
   font-weight: 600; 
   margin-bottom:20px;
}
.title-gold-small
{
   color:25cbd3;
   font-size:13px;
   font-weight: 600; 
   margin-bottom:20px;  
   text-transform:uppercase;
   font-family: 'Cairo', sans-serif;
}

.title-gold span
{
   color:#fff;
   font-size:30px;
   font-weight: 600; 
   margin-bottom:20px;
}


.welcome-text
{
    height: 130px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
    color:#fff;
}
.pic-welcome
{
	height:415px;    
	background-size: cover;
	width:100%;
	color:#fff;
	font-weight:700;
    font-size:40px;
    background-color:#01b48b;    
    padding: 95px 40px;
}

.services
{
	text-align:center;
	margin-top: -100px;
	position:relative;
}


.services ul
{
    padding-right:0;
    margin-top:0px;
}

.services ul li
{
    display: inline-block;
    margin: 0px 4px 10px 4px;
    width: 270px;
    height: 400px;
    padding: 35px 15px;
    border:1px rgb(255 255 255 / 31%) solid;
}
.services ul li img
{
    margin: auto;
    height: 105px;
    width: 100%;
    object-fit: contain;
	filter: grayscale(1);
}

.services ul li .title-1
{
      font-size:20px;
      color:25cbd3;
      font-weight:500;
      height: 58px;
      overflow: hidden;    
      margin: 20px 0;
}

.services ul li .text
{
      font-size:15px;
      color:#fff;
      font-weight:normal;
      height: 90px;
      margin-bottom:15px;
      overflow: hidden;
}
.services ul li a
{
      font-size:15px;
      color:25cbd3;
}




.projects
{
	background:#FFFFFF url('../images/projects-bg.png') repeat-y left top;
	background-size:cover;
	padding:70px 0px;
	color:#FFFFFF;
}

.projects ul
{
	 padding-right:0;
	 text-align:right;
}
.projects ul li
{
	  display:block;
	  padding:7px 0;
	  border-bottom: 1px rgb(255 255 255 / 18%) dashed;
}



.project-text
{
    font-family: 'Cairo', sans-serif;
    font-size:24px;
    color:#FFFFFF;
}



.news
{
	padding:50px 0;
	background-color:#1b1b1b; 
}


.news ul
{
    padding-right:0;
    margin-top:60px;
}

.news ul li
{
     display:inline-block;
     margin:20px 5px;
     width: 270px;
     height: auto;
     background-color:#353535;
     text-align:right;
     padding:50px 25px 30px 25px;
}


.news ul li img
{
    margin: auto;
    height: 365px;
    width: 100%;
    object-fit: cover;
}

.news ul li .title-1
{
      font-size:20px;
      color:#fff;
      font-weight:600;
      height: 35px;
      overflow: hidden;    
      margin: 20px 0;
}

.news ul li .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 90px;
      overflow: hidden;
}

.news ul li .date-time {
    font-size: 45px;
    width: 85px;
    height: 85px;
    text-align: center;
    color: #fff;
    background-color: 25cbd3;
    font-weight: 400;
    padding: 10px 0;
    position: absolute;
    top:-40px;
    right:25px;
}


.more-news{
     margin-top:20px;
}


.more-news a {
    color: #fff;
    font-size: 14px;
    font-weight:500;
}
.more-news a img {
    margin-right: 10px !important;
    height: auto !important;
    width: auto !important;
}


.copyright
{
    background:#fff  url('../images/menu-bg-ar.png') no-repeat scroll right center;
    background-size: contain;
    padding: 30px 0;
    margin-top:1px;
    color: 25cbd3;
    font-size: 14px;
    line-height: 100px;
}


.copyright a
{
    color:25cbd3;
}



.copyright .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;

}


.copyright .socials ul 
{
	padding-right:0px;
	text-align:left;
}



.copyright .socials ul li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}


.copyright .socials ul li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	border-radius:100px;
	color: #fff;	
	background-color:25cbd3;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.copyright .socials ul li a:hover {
	color: 25cbd3;	
	background-color:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}








.inner-bg {
    height: 250px;
}





.caption-inner {
    height: auto;
    width: 90%;
    color: #fff;
    padding: 35px 0 10px 0;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 5%;
    left: 5%;
    margin: auto;
}


.caption-inner h3 {
    margin-bottom:20px;
    line-height: 65px;
    overflow: hidden;
    font-size: 55px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:   center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: 25cbd3;
    font-weight: 400;
}



.content-inner {
    padding: 30px 0;
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}






.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #01b48b;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #01b48b;
    margin-right: 10px;
    font-size:18px;
}

.contact-info .info-box {
    padding: 50px 45px;
    background-color: 25cbd3;
    color:#FFFFFF;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    margin-bottom: 30px;
    grid-column-gap: 30px;
}


.contact-info .info-box .icon {
    font-size: 40px;
    color: #fff;
}

.contact-info .info-box .desc h4 {
    font-size: 24px;
    margin-bottom: 20px;
}



.contact-form {
    background-color: #304549;
    padding: 80px 100px;
    margin-top:30px;
}

.contact-form input, .contact-form select, .contact-form textarea, .contact-form select {
    border: none;
    width: 100%;
    height: 70px;
    background-color: #1c1b19;
    padding:0 40px ;
}

.input-group {
    position: relative;
    display: block;
    border-collapse: separate;
    margin-bottom: 30px;
}

.input-group .icon {
    position: absolute;
    left: 40px;
    bottom: 30px;
    color: #fcd462;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}



.input-group input, .input-group select, .input-group textarea, .input-group select {
    padding-left: 80px !important;
}

textarea {
    height: 250px!important;
    padding-top: 25px!important;

}

.input-group.textarea .icon {
    top: 25px!important;

    bottom: auto!important;

    -webkit-transform: translateY(0);
    transform: translateY(0);
}




.container2{
    padding:200px 20px 200px 20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}





.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: 25cbd3;
    margin: 0px 0 10px 20px ;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 0px;
    font-size:13px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 10px 0px 0 0;
    float: none;
    width: 100%;
    min-height: auto;
    text-align: center;
    font-size: 16px;
}
   

a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: 25cbd3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 

.title-o {
    color: 25cbd3;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}


.title-2 {
    color: #304549;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #c39e47 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}


.btn-career 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: 25cbd3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0 0 15px 0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: 25cbd3;
    border: 1px #c39e47 solid;
    color: #fff;
    margin:0 0 15px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}





.title-news {
    font-size: 20px;
    color:#01b48b;
    margin-bottom:10px;
    margin-top:10px;
}




.left-menu ul
{
	 padding-left:0;
	 text-align:center;
}

.left-menu ul a:hover
{
    text-decoration:none;
}


.left-menu ul a li
{
    padding: 12px 15px;
    background-color: #ed1c24;             
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 1px;
    border-radius: 0px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left-menu-active
{
    background-color:#25247b!important;             
}

.left-menu ul a:hover li
{    background-color: #25247b;                          
    color: #FFFFFF;
    text-decoration:none;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;    
    color:#242424;
}

.pro-details2
{
    display: block;
    vertical-align: middle;    
    margin:0px 0;
}

.pro-details3
{
    font-size: 25px;
    line-height: 25px;
    color: #01b48b;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top:15px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
   


.div-border
 {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size:15px;
    margin-bottom:20px;
}



.box-title h4
{
	
	 margin:0;
}

.div-border2
 {
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border2
{
    border: 1px #bfbfbf solid;
    padding: 15px;
    border-radius: 0px;
    font-size:15px;
    margin-bottom:0px;
}

.div-border3
{
    padding: 15px 0px;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 0px;
}


.lines
{
	 margin-top:30px;
	 margin-bottom:50px;
}
.lines .row .col-md-3
{
	 padding:0;
}

.line-gray
{
	border-top:5px #c9cacc solid;
	text-align:center;
}

		/* styles unrelated to zoom */
		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;    
			border: 1px #e6e6e6 solid;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		#ex2 img:hover { cursor: url(grab.cur), default; }
		#ex2 img:active { cursor: url(grabbed.cur), default; }


.products-inner
{
	margin-top:30px;
}


.products-inner ul
{
	text-align:center;
	padding-left:0;
}


.products-inner ul a:hover
{
 text-decoration:none;
}



.products-inner ul li
{
    display: inline-block;
    width: 260px;
    height: 250px;
    border: 2px #f5f5f5 solid;
    margin: 0px 10px 20px 10px;
    position:relative;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-inner ul a:hover li 
{
    border: 2px #971873 solid;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-inner ul li img
{
    height: 195px;
    width: 100%;
    object-fit: cover;
    }


.products-title
{
    color:#605f5f;
	font-size:20px;    
	font-family: 'Playfair Display';
	margin-bottom:0px;
	font-style:italic;    
	padding-top: 15px;
	position: absolute;
    bottom: 10px;
    width: 100%;
}


.products-inner ul a:hover li .products-title
{
    color:#971873;
}

.new-lable
{
    background-color: #971873;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 4px 10px;
}

.title-gallery {
    font-size: 20px;
    color: #6d5c3d;
    margin: 30px 0;
    text-align: center;
}