﻿@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');html,


html,
body {
    height: 100%;
    font-size:14px;
    font-family: 'Tajawal', sans-serif;
    color: #666666;
	/*-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:#fff;
	color:#707070;
	font-size:13px;
	line-height:35px;
	border-bottom:1px #e5e5e5 solid;
}

.top i
{
	font-size:15px;
	margin-left:5px;
}


.top a
{
	color:#707070;
}


.language
{
    text-align:left;
}




.header
{
    padding: 10px 0;
    background-color:#fff;
}



.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 8px;
}




.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius:6px;
}


.logo-search .form-control-feedback {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: block;
    width:  auto;
    height: 43px;
    color: #ffffff;
    background-color: #024b8f;
    font-size: 14px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px 0px 0px 6px;
    padding: 5px 20px;
}

.menu-all
{
	background-color:#024b8f;
	padding:0px 0;
}


.phone
{
    text-align:left;
    color:#FFFFFF;
    margin-top:15px;
}
.phone i
{
     margin-left:5px;
}

.carousel {
    height: 622px;
    position:relative;
    margin-top:30px;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode:multiply;
    border-radius:25px;
}

.caption-carousel {
 position: absolute;
    top: 16px;
    left: 60px;
    margin: auto;
    z-index: 10;
    width: 673px;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.caption-carousel h2{
    font-size:40px;
    font-weight:500;
    color:#fff;
}

.caption-carousel h2 span{

font-size:45px;
}


.caption-carousel h3{
    font-size:14px;
    font-weight:500;
    color:#fff;
    line-height:22px;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-left: 60px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right:60px;
    margin-right: 0%;
    text-align: right;
    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: 14px;
    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:10px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #024b8f;
    border-color:#024b8f;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #024b8f;
    background-color: #FFFFFF;
    border-color: #024b8f; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-gray{
    color: #fff;
    background-color: #024b8f;
    border-color:#024b8f;     
    -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: #024b8f;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding: 40px 0;
	overflow:hidden;
    margin-top: 20px; 
   background: url('../images/bg.png') no-repeat left top;
}

.title
{
   color:#024b8f;
   font-size:35px;
   font-weight: 500; 
   background: url('../images/bg1.png') no-repeat right top;
   padding-top:50px;
   text-transform: capitalize;
   padding-bottom:30px;
}


.title span
{
   color:#757575;
   font-size:14px;
   display:block;
   text-transform:uppercase;
   margin-bottom:15px;
}



.welcome-text
{
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 20px;
}


.welcome-list
{
	 text-align:right;
} 


.welcome-list img
{
	 float: right;
	 margin-left:5px;
	 margin-bottom:30px;
} 


.Choose-us
{
	background:#f7fafb url('../images/bg.png') no-repeat left top;
	padding:70px 0px;
}


.Choose-us-text
{
     margin-bottom:20px;
}

.blue-color
{
	color:#024b8f;
}

.list 
{
	  padding-top:140px;
} 

.list img
{
    float: right;
    margin-left:5px;
    margin-bottom: 30px;
    margin-top: -15px;
} 


.services
{
	padding:50px 0;
}


.services ul
{
    padding-right:0;
    text-align:center;
    margin-top:20px;
}

.services ul li
{
     display:inline-block;
     margin:20px 10px;
     width:355px;
     border-radius:20px;
     padding:20px;    
     text-align: right;
     background-color:#FFFFFF;
     border:1px #CCCCCC solid;
}



.services ul li img
{
    margin: 0;
    height: 41px;
    width: 41px;
    object-fit: contain;
}

.services ul li .title-1
{
      font-size:22px;
      color:#373434;
      font-weight:500;
      height: 63px;
      overflow: hidden;    
      margin: 20px 0;
}

.services ul li .text
{
      font-size:14px;
      color:#767676;
      font-weight:normal;
      height: 100px;
      overflow: hidden;
}



.blue-box
{
     background-color:#024b8f !important;
     border:1px #024b8f solid !important;
}
.blue-box-title-1
{
      color:#fff !important;

}

.blue-box-text
{
      color:#fff !important;

}


.Categories
{
	padding:20px 0; 
}




.Categories-box
{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     position:relative;
     height: auto;
}

.Categories-box img
{
    margin: auto;
    height: 515px;
    width: 100%;
    object-fit: cover;
    border-radius:10px;
}


.Categories-box .title-1
{
    position: absolute;
    top: 30px;
    right:30px;
}


.Categories-box .title-1 span  
{
    font-size: 16px;
    color: #fff;
    background-color: #024b8f;
    font-weight: 300;
    height: 20px;
    padding: 10px 20px;
    border-radius: 30px;
}


.Categories-box2
{
     display:inline-block;
     margin:20px 0px 0 0; 
     width: 100%;
     position:relative;
     height: auto;
}

.Categories-box2 img
{
    margin: auto;
    height: 245px;
    width: 100%;
    object-fit: cover;
    border-radius:10px;
}


.Categories-box2 .title-1
{
    position: absolute;
    bottom: 30px;
    left:30px;
}


.Categories-box2 .title-1 span  
{
    font-size: 16px;
    color: #fff;
    background-color: #024b8f;
    font-weight: 300;
    height: 20px;
    padding: 10px 20px;
    border-radius: 30px;
}


.logos
{
	background-color:#fff;
	padding:30px 0;
}


.clients-testimonials
{
		display:none;

	background-color:#f2f2f2;
	padding:40px 0;
	text-align:right;
}


.title-testimonials
{
	font-size:25px;
	font-weight:600;
	color:#333333;
}
.testimonials
{
    background: #FFFFFF url(../images/chat.png) no-repeat 30px 20px;
    padding: 60px 30px 30px 30px;
    border-radius: 10px;
    color: #808080;
    font-size: 14px;  
}


.results-star 
{
   margin-top:20px;
}

.results-star i
{
  font-size:12px;
  color:#cecece;    
  padding:0px;
}

.star-active
{
  color:#fcb040!important;    
}

.img-div{
	position:relative;
	font-size:16px;
    color:#333333;	
    margin-top:15px;
    font-weight:600;
}


.img-div span{
	font-size:14px;
    color: #CCCCCC;	
    display:block;
    font-weight:400;
}

.img-div img{
	 height:55px;
	 width:55px;
	 float:right;
	 margin-left:10px;    
	 border-radius: 100%;

}


.newsletter
{
	background-color:#f7f7f7;
	padding:30px 0;
}
.newsletter-title {
    color: #1a1a1a;
    font-size: 20px;
    text-transform:  capitalize;
    font-weight: 600;
    margin: 0px 0;
}
.newsletter-text {
    color: #999999;
    font-size: 13px;
}

.newsletter .form-group {
    margin-bottom: 0px;
    position: relative;
}

.newsletter .form-control {
    display: block;
    width: 100%;
    height:65px;
    padding: 6px 140px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom:0px;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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;
}


.newsletter .btn {
    display: inline-block;
    padding:8px 2px;
    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-color:#024b8f;
    border: 1px solid transparent;
    border-radius: 50px;
    height: 52px;
    position: absolute;
    width: 125px;
    left: 7px;
    color: #fff;
    top: 7px;
}


.newletter .text-gary
{
	font-size:13px;
	color:#2b4342;
	text-transform:uppercase;
}


.footer
{
	background:#024b8f;
	font-size:14px;
	padding:30px 0 30px 0;
	color:#fff;
}

.footer ul
{
   padding-right:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}



.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:500;
	 margin:20px 0;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#fff;
}
.copyright
{
    background-color: #024b8f;
    padding: 5px 0;
    color: #FFF;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
    border-top:1px rgb(255 255 255 / 33%) solid;
}


.copyright a
{
    color:#FFF;
}


.inner-bg {
 position:relative;
}


.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0 10px 0;    
    text-align:right;
    border-bottom:1px #CCCCCC dotted;
}


.caption-inner h3 {
   margin-bottom: 18px;
    line-height: 46px;
    overflow: hidden;
    font-size: 41px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
}

.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:  right;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#58585a;
}


.breadcrumb>.active {
    color: #024b8f;
    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%;
}


.blue
{
	background-color:#024b8f;
}

.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
text-align:right;
border-radius:10px;

}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:16px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}





.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;
    right: 0;
    height: 1px;
    width: 40px;
    background: #024b8f;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #024b8f;
    margin-left: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #024b8f;
    border-color: #024b8f;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #024b8f;
    background-color:#fff;
    border-color:#024b8f;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #024b8f;
    border-color: #024b8f;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #024b8f;
    background-color:#fff;
    border-color:#024b8f;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.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: #024b8f;
    margin: 0px 20px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius:10px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0px;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #024b8f;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -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;
}



.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color:#024b8f;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#024b8f;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
}





.title-news {
    font-size: 20px;
    color:#231f20;
    margin-bottom:10px;
    margin-top:10px;
}

.about-margin {
    margin: 40px 0 0 0;
}

.about-bg {
   /* background-color: rgb(159 67 57 / 85%);*/
    background-color: #024b8f8f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.title-w {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-box {
    height: auto;
    width: 100%;
    color: #fff;
    padding: 80px 55px;
    position: relative;
}
.box-category{
	
	    box-shadow: 0px -1px 3px 4px #428bca21;
	
}