﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
  font-family: 'pala';
  src: url(../fonts/pala.ttf);
}

@font-face {
  font-family: 'segoeui';
  src: url(../fonts/Segoe-UI-Regular.ttf);
}
@font-face {
  font-family: 'KufyanArabic';
  src: url(../fonts/KufyanArabic-Black.ttf);
}
@font-face {
  font-family: 'KufyanArabicRegular';
  src: url(../fonts/Kufyan-Arabic-Regular.ttf);
}
html,
body {
    height: 100%;
    color:#0f0f0f;
    font-size: 15px;
    font-family: 'Open Sans', 'KufyanArabicRegular';
}

.top
{
	padding:10px 0;
}


.img-responsive-logo {
    display: block;
    height: auto;
}



.lang
{
	font-family:  'segoeui', 'KufyanArabic' !important;
}


/**********************/
.all-top-info {
	margin-top: 5px;
}
.email {
    margin-bottom: 5px;
}
.email i {
    color: #0066b3;
    margin: 0 10px;
    font-size: 17px;
}
.phone i {
    color: #0066b3;
    margin: 0 10px;
    font-size: 17px;
}

.email a:hover, .phone a:hover {
	text-decoration: none;
}
.email a {
    color: #0066b3;
    font-size: 17px;
}
.phone a {
    color: #0066b3;
    font-size: 17px;
    unicode-bidi: embed;
    direction: ltr;
}
 .socials_top {
	position: relative;
	overflow: hidden;
	margin-bottom:0px;
	 margin: 0;
	 padding: 0

}


 .socials_top li {
 display:inline-block;	
    width: 35px;
    height: 35px;
}

 .socials_top li a {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 0px;
    /* color: #0066b3; */
    background: #ffffff;
    border: 1px #fff solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 500px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.socials_top li a:hover {
    background: #0066b3;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px #fff solid;

}

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

.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}



.s-icon {
    background-color: #0066b3;
    border-radius: 40px;
    height: 44px;
    width: 44px;    
    margin: 30px 0px 0 0;
    padding: 8px 11px ;


    }


.s-icon a {
    color: #ffffff ;
    font-size: 20px ;
    text-align: center;
    }

.btn-lg, .btn-group-lg > .btn {
    border-radius: 153px;
    font-size: 29px;
}
.btn-site {
    background: #0066b3 none repeat scroll 0 0;
    color: #fff !important;
}


.bg-content1
{
  
  height: 300px;    
  padding:30px 0;
  background-size:50% 100% !important;
  color:#FFFFFF;
}


.bg-content2
{
  height: 300px;    
  padding:30px 0;
  background-size:50% 100% !important;
  color:#FFFFFF;
}


.bg-content3
{
  height: 300px;    
  padding:30px 0;    
  background-size:50% 100% !important;
  color:#FFFFFF;
}



.bg-content-title
{
	color: #0066b3;
    font-size: 25px;	
    font-family: 'pala', 'KufyanArabic';
    margin-bottom: 25px;    
    padding-left: 20px;

}

.bg-content-title span
{
    border-bottom: 2px #0066b3  solid;    
    padding-bottom: 10px;

}


.bg-content-text
{
	 height: 105px;
    overflow: hidden;
    padding-left: 20px;
	color: #646464;
}

.bg-content-title2
{
	color: #fff;
    font-size: 25px;	
    font-family: 'pala', 'KufyanArabic';
    margin-bottom: 25px;    
    padding-right: 20px;

}

.bg-content-title2 span
{
    border-bottom: 2px #fff solid;    
    padding-bottom: 10px;

}


.bg-content-text2
{
	 height: 105px;
    overflow: hidden;
    color:#FFFFFF;    
    padding-right: 20px;
}


.bg-content-btn
{   
    padding-right: 20px;
}

.footer 
{
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-family: 'pala', 'KufyanArabic';
    background-color: #0066b3;

}


.footer a
{
	color:#fff;
}


.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align:center;
	margin-bottom:0px;

}


.footer ul 
{
	padding-right:0px;
}



.footer .socials li {
 display:inline-block;	
    width: 35px;
    height: 35px;
}


.footer .socials li a {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 0px;
    /* color: #0066b3; */
    background: #ffffff;
    border: 1px #fff solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 500px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.footer .socials li a:hover {
    background: #0066b3;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px #fff solid;

}































.inner
{
	padding:20px 0;
	text-align:right;
}


.inner .title
{
    color: #0066b3;
    text-transform: uppercase;
    font-size: 30px;
	font-family: 'pala', 'KufyanArabic';
    text-align:right;
    margin-bottom: 25px;

}



.bg-black
{
	background-color:#2d2d2d;
	padding:20px 0 20px 0;
	color:#FFFFFF;
}

.bg-black .headline
{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
}


.bg-black .title
{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}

.bg-black .title i
{
	color:#fff;
	font-size:40px;
	margin-left:20px;
	width:40px;
}

.bg-black .title2
{
	color:#f7682c;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}

.bg-black .text
{
	color:#6b6b6b;    
	min-height: 130px;
	margin-bottom:15px;
}
.btn {
    display: inline-block;
    padding: 10px 30px;
    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;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0px;
}

.btn-warning {
    color: #ffffff;
    background-color: #0066b3;
    border-color: transparent;
    border-bottom: 4px #20409a solid;
    border-top: 0px rgba(209, 63, 48, 0) solid;
    border-right: 0px rgba(209, 63, 48, 0) solid;
    border-left: 0px rgba(209, 63, 48, 0) solid;
    margin-top: 20px;

}

.btn-warning:hover {

    color: #fff;
    background-color: #0b3857;
    border-color: transparent;
    border-bottom:4px #0066b3  solid;
    border-top:0px rgba(209, 63, 48, 0) solid;
    border-right:0px rgba(209, 63, 48, 0) solid;
    border-left:0px rgba(209, 63, 48, 0) solid;
}

.btn-warning2 {
    color: #0066b3;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 4px #20409a solid;
    border-top: 0px rgba(209, 63, 48, 0) solid;
    border-right: 0px rgba(209, 63, 48, 0) solid;
    border-left: 0px rgba(209, 63, 48, 0) solid;
    margin-top: 20px;

}

.btn-warning2:hover {

    color: #fff;
    background-color: #0b3857;
    border-color: transparent;
    border-bottom:4px #fff solid;
    border-top:0px rgba(209, 63, 48, 0) solid;
    border-right:0px rgba(209, 63, 48, 0) solid;
    border-left:0px rgba(209, 63, 48, 0) solid;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(209, 63, 48, 0.37);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px 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;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#0066b3;
    border-radius: 0px;
    text-transform:capitalize;
}

.breadcrumb>li a {
    color: #16bfc8;
}
.breadcrumb>.active {
    color: #fff;
}


.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #0b3857;
    border-color: transparent;
	border-bottom: 4px #0066b3
}



/***
team*****************************************/

.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;
    box-shadow: 0 0 8px 0px #054f80;
}
.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;
}


/*****
Clients**********************/
.brands {
	margin-top: 10px;
}
.brands ul {
	padding-right: 0;
	text-align: center;
}
.brands ul li {
	width: 250px;
	height: 145px;
	background-color: #fff;
	display: inline-block;
	padding: 0px;
	margin: 10px;
	border: 1px #d4d4d4 dashed;
	transition: all ease 1s;
}
.brands ul li:hover {
	-moz-transform: translate( 0, -15px);
	-ms-transform: translate( 0, -15px);
	-o-transform: translate( 0, -15px);
	-webkit-transform: translate( 0, -15px);
	transform: translate( 0, -15px);
	box-shadow: 0 0px 4px 4px #989898;
}
.brands ul li img {
    width: 150px;
    height: 59px;
    background-color: #fff;
    margin: 10px;
    display: inline-block;
}

.brands ul li .name {
    text-align: center;
    background-color: #fff;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    width: 250px;
    overflow: hidden;
    border-top: 1px #d4d4d4 dashed;
}




/************FAQ'S***************/

.faq-main-1 {
    width: 100%
}
.faq-main-1 div.eg-bar {
    color: #fff;
    background-color: #044e80;
    padding: 10px 15px;
}
.faq-main-1 .icongroup1 {
    color: #000;
	padding: 20px 0;
}
.asked-info {
    height: auto!important;
}
.asked-img {
    display: inline-block;
    width: 100%;
}
.asked-img .asked {
    background: none;
}
.iconspan {
    text-align: left;
    float: left;
}
.iconspan img {
    display: inline-block;
}


.faq {
	font-family: 'pala', 'KufyanArabic';
    display: inline-block;
    margin-left: 13px;
    vertical-align: middle;
	
}
.top-faq {
    padding: 34px 0;
	text-align: left;
}
.faq a{
	color: #000000;
	font-size: 16px;
}

.btn-blue {
    color: #fff;
    background-color: #20409a;
    border-color: #20409a;
    margin-bottom: 10px;
}

/*************photo************/
.images a {
	display: inline-block;
	float: right;
	margin: auto;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	width: 24%;
	transition: all ease .5s;
}



.footer .facebook {
	color: #3b5999;
}

.footer .twitter {
	color: #55acee;
}
.footer .youtube {
	color: #cd201f;
}
.footer .linkedin {
	color: #0077B5;
}
.footer .whatsapp {
	color: #25D366;
}
.socials_top .facebook {
	color: #3b5999;
}
.socials_top .twitter {
	color: #55acee;
}

.socials_top .youtube {
	color: #cd201f;
}

.socials_top .linkedin {
	color: #0077B5;
}

.socials_top .whatsapp {
	color: #25D366;
}

.copyrigh {
	direction: ltr
}

