﻿
@import url('https://fonts.googleapis.com/css?family=Mirza');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Cairo');

html,
body {
    height: 100%;    
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color:#676767;
}



.member
{
	width:70px;
	height:241px;
	position: fixed;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	padding:0px;
	z-index:9999;
	background-color:#FFFFFF;
}





.top
{
	background-color:#fff;
	padding:5px 0;
	position:relative;
	z-index:9999;
   -webkit-box-shadow: 0px 3px 5px 0px rgba(153, 153, 153, 0.50);
   -moz-box-shadow: 0px 3px 5px 0px rgba(153, 153, 153, 0.50);
   box-shadow: 0px 3px 5px 0px rgba(153, 153, 153, 0.50);}






.language
{
	font-size:16px !important;    
	font-family: 'Cairo', sans-serif!important;  
}





.top .form-group {
    margin-bottom:0px;
    margin-top:0px;
}


.top .form-group a {
padding-left: 0px;
padding-right: 0px;
}



.top .form-control2 {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 35px 6px 12px ;
    font-size: 16px;
    line-height: 1.42857143;
    color: #b6b6b6;
    background-color: #fff;
    background-image: none;
    border:2px solid rgba(216, 216, 216, 0);
    border-radius: 5px;
}


.top .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width:34px;
    height:34px;
    color:#282e5b;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    pointer-events: auto;
}



.img-responsive-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top:0px;
}



.banner-top
{
	margin-top:25px;
}


.banner-top .img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto 0 auto auto ;
}


.news-tickers
{
	margin-top:10px;
}



.padding-left
{
	padding-left:2px;
}
.padding-right
{
	padding-right:2px;
}




.carousel {
    height: 400px;
}

.item,
.active,
.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: rgb(255, 255, 255, 1);
    background-blend-mode: multiply;   
    border-radius: 0px;
}


.header-caption {
    position: absolute;
    bottom: 0%;
    right:0%;
    z-index: 10;
    width: 510px;
    padding: 20px 10px 20px 10px;
    color: rgba(255, 255, 255, 1);
    text-align:  center;
    background-color:rgba(39, 47, 86, 0.87);

}



.header-caption h2 {
    font-size:16px; 
    margin-top: 0;
    margin-bottom:20px;
    font-weight:bold;
    overflow:hidden;
    font-weight: 200;
    height: 70px;
    line-height: 24px;
    color:rgba(255, 255, 255, 1);
    margin-bottom:0;
}

.header-caption h2 a {
	color:#fff;
}


.carousel-indicators {
    position: absolute;
    left: 2%;
    bottom: 10px;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px;
    background-color: #fff;
}





.welcome
{
	padding:20px 0;
}


.title-welcome
{
	font-size:25px;
    color:#3ca1dc;
    text-align:center;    
    padding:0px 0 15px 0;
    margin-bottom:20px;
    font-family: 'Montserrat', sans-serif;


}


.title-welcome span
{
	 text-transform:uppercase;
}




.welcome-text
{
	height:  auto;
    overflow: hidden;
}

.more
{
	 margin-top:20px;
	 text-align:right;
}



.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 15px;
    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;
    background-image: none;
    border-left:10px #444d8c solid;
    border-radius: 0px;
}



.btn-web{
    color: #fff;
    background-color: #272e5a;
    border-color:#272e5a;
    border-left:10px #444d8c solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-web:hover {
    color: #fff;
    background-color: #444d8c;
    border-color:#444d8c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    border-left:10px #272e5a solid;
}




.content-all
{
	padding:30px 0px 0 0px;
	position: relative;
}



.title
{
		 font-size:30px;
		 color:#f9800d;
		 text-align:center;
		 margin-top:0px;
		 margin-bottom:15px;	
		 font-family: 'Montserrat', sans-serif;
	
}


.text2
{
	height:96px;
	overflow:hidden;
}



.title-red
{
		 font-size:30px;
		 color:#f84828;
		 margin-top:0px;
		 margin-bottom:15px;		
}


.text
{
	height:175px;
	overflow:hidden;
}


.title-bluebg
{
		 font-size:20px;
		 color:#fff;
		 margin-top:0px;
		 margin-bottom:15px;	
		 border-bottom:2px #272e5a solid;
		 font-family: 'Montserrat', sans-serif;
	
}

.title-bluebg span
{
    color: #fff;
    background-color: #272e5a;
    border-color: #272e5a;
    padding: 5px 20px;
    top: -36px;
    position: absolute;
    border-left: 10px #444d8c solid;		
}




.activity-img
{
	 height:200px;
	 margin-bottom:0px;
} 

.title-activity{
    font-size: 18px;
    color: #272e5a;
    font-weight:bold;
    padding: 0px 0 15px 0;
    margin-top:10px;
}

.name-date-activity{
 color:#2c2c2c;
 font-size:13px;
}

.name-date-activity span{
 color:#b6b6b6;
 font-size:13px;    
 margin-left: 35px;
}




.text-activity{
    color: #272e5a;
    padding: 0px 0 0px 0;
    margin-top:10px;    
    height: 68px;
    overflow: hidden;
    margin-bottom:15px;
}



.activity-div-small
{
	margin-bottom:25px;
}

.activity-img-small
{
	 height:70px;
	 margin-bottom:0px;
} 

.title-activity2 {
    font-size: 17px;
    color: #272e5a;
    padding: 0px 0 5px 0;
    margin-top: 0px;
}


.pic-inner
{
	width:500px;
	height:auto;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}







.price
{
	height:230px;
	display: table;
    width: 100%;
    position: relative;
    margin-top:10px;
    
}


.price-title
{
    background-color:rgba(39, 46, 90, 0.74);
    text-align: center;
    height: 45px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 30px;	
    font-family: 'Montserrat', sans-serif;
    right: 0;
    left: 0;
    margin: auto;
    font-size:18px;    
    padding-top: 10px;
    color:#fff;
}

.price-title a
{
    color:#fff;
}





.boxes-black
{
	height:140px;
	display: table;
    margin-top: 20px;
    width: 100%;
    position: relative;
}


.boxes-black-title

{
    background-color:rgba(39, 46, 90, 0.65);
    text-align: center;
    height: 140px;
    width: 100%;
    z-index: 9999;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    position: absolute;
    top: 0; 
    font-size:18px;    
    color:rgba(255, 255, 255, 1);
}

.boxes-black-title a
{
    color:rgba(255, 255, 255, 1);
     position:relative;
     top:40%;
}





.footer
{
    background: url(../images/footer.png) no-repeat center center;
    background-size: cover;
    padding: 20px 0;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;  
}


.footer-title
{
  font-size:20px;
  margin-bottom:15px;
  text-transform:capitalize;
  font-family: 'Montserrat', sans-serif;
	
}

.footer-text
{
   height:62px;
   overflow:hidden;
}



.contact
{
	margin-top:15px;
}

.footer-email a
{
	color:#4db2ec;    
	font-family:Verdana;
	margin-right: 20px;
}



.footer .socials {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0px;
}


.footer ul 
{
	padding-left:0px;
}



.footer .socials li {
    display: inline-block;	
    width: 40px;
    height: 40px;
}


.footer .socials li a {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height:42px;
	text-align: center;
    background-color:rgba(52, 52, 52, 0.28);
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border:1px rgba(87, 87, 87, 0.28) solid;
}


.footer .socials li a:hover {
	color: #fff;	  
	background-color:#272e5a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



    
.gray-box
{
	background-color:#ababab;
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;	
    color:#fff;    
    margin-bottom:20px;
}

.code_apply {
    display: block;
    padding: 12px 10px;
    background-color: #272e5a;
    margin: 0px 20px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
}


a.code_apply {
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #fff;
    background-color:#fff;
    color:#272e5a;
    text-decoration:none;
}

 


.btn-career 
{
	background-color: #272e5a;
    border: 1px #272e5a solid;
    color: #fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career:hover 
{
	background-color: #272e5a;
    border: 1px #272e5a solid;
    color: #fff;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-career:focus{
	background-color: #272e5a;
    border: 1px #272e5a solid;
    color: #fff;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.cv-box
{    
    background-color:#45a2d8;
    padding: 20px;
}



.cv-box .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:rgba(255, 255, 255,1);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}
   


 
.cv-box  .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius:4px;
    background-color:rgba(255, 255, 255,1);
    padding: 0 10px;
}



.cv-box-title
{    
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px
}



.calls
{
	margin-bottom:25px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background-color:#dadada;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background-color:#272e5a;
}

.calls-data
{
	margin-top:15px;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color:#272e5a;
    margin-right: 10px;
    font-size:18px;
}




.btn-contact 
{
    background-color: #4db2ec;
    border: 1px #4db2ec solid;
    color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-contact:hover 
{
    background-color: #272e5a;
    border: 1px #272e5a solid;
    color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.big-text
{
		margin-top:0;
}


.collapse {
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}



.collapsing {
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}


.collapse.in {
    display: block;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}





.contact-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.section-news2 {
    padding-left: 3%;
    padding-right: 0px;
}


.section-news {
    padding-right:  3%;
    padding-left:0px;
}

.title-news {
    font-size: 20px;
    color:#272f56;
    margin-top: 20px;
}


.date-news {
    font-size: 15px;
    padding: 15px 0;
    color: gray;
    font-weight: 500;
}


.date-news i {
    padding-right: 10px;
}


.btn2 {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 15px;
    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;
    background-image: none;
    border: 1px #444d8c solid;
    border-radius: 0px;
}

.btn-news{
    color: #fff;
    background-color: #389bda;
    border-color: #389bda;
}


.btn-news:hover {
    color: #389bda;
    background-color: #fff;
    border-color: #389bda;
}



.team
{
	margin:20px 0;
}



.team ul
{
	padding-left:0;
	margin-bottom:0;
	text-align:center;
	margin-top:20px;
}



.team ul li
{
	 display:inline-block;
	 width:198px;
	 margin:0 5px 20px 5px;
}

.team ul li img
{
			height:235px;
			width:auto;
			margin: auto  auto 20px auto;
}


.team ul li .subtitle
{
	  font-size:13px;
	  margin-bottom:10px;
	  text-align:center;
}


.team ul li .name
{
	  font-size:18px;
	  margin-bottom:5px;
	  color:#272e5a;
	  text-align:center;
}





.path 
{
    border-top: 1px solid #282e5a;
    border-bottom: 1px #282e5a;
    margin-top: 7px;
    background-color: #282e5a;    
    font-family: 'Montserrat', sans-serif;

}



.breadcrumb {
    padding: 10px 15px;
    margin-bottom:0;
    list-style: none;
    border-radius: 0px;		    
    background-color: rgba(245, 245, 245, 0);
}



.breadcrumb>li a
{
	color: #fff;
	font-size:15px;
}


.breadcrumb>.active {
    color:#4db2ec;
    font-size:18px;
}

.path ul
{
   padding-left:0;
}


.path ul li
{
    display:inline-block;
    list-style-type: none;
    font-size:25px;   
    margin-right: 5px;
}


h5 {
    color: #063784;
    font-size: 16px;
}



.star {
    color: #b51616;
    font-size: 9px;
    margin-right: 5px;
}




.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}




.check-time button[type=submit] {
  margin-top: 12px;
}
.check-time label {
  color: #616163;
}






.check-time .form-control {
  border-radius: 0;
  height: 38px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.check-time .ui-datepicker-trigger {
  background-color: #202935;
  color: #fff;
  border: none;
  margin-right: -35px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  vertical-align: middle;    
  position: absolute;
  z-index:999;    
  margin-top: 4px;
}


.check-time .ui-datepicker-trigger {
    background-color: #063784;
    color: #fff;
}


.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position:relative;
    margin-top: 4px \9;
    margin-left: 0px;    
    margin-right: 10px;
}



.footer-text2 {
    height: 35px;
    overflow: hidden;
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}












