/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
@import url(/font/ar/DroidArabicKufi/DroidArabicKufi.css);

.main-banner {
	position: relative;
	margin-top: 0px;
}

.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 53px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span {
	color: #aec0ff;
}
.main-banner .banner-text p {
	font-family: "Roboto";
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #5264A1;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 100px;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #e3ba67;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #5264A1;
	border: 1px solid #5264A1;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.4);
	content: '';
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-banner .banner-text h2 {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.main-banner .banner-text h2, .main-banner .banner-text h2 span {
		font-size: 38px;
	}
}
@media (max-width: 480px) {

	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}

.main-banner li .btn-text {
	line-height: 44px !important;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	line-height: 41px;
	border: 2px solid #5264A1;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #5264A1;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
 

/*section_hedding*/
.sec_hedding h2 {
	margin: 0px;
}
.sec_hedding p {
	margin: 6px 0px 0px 0px;
}
span.b-border {
	height: 2px;
	width: 60px;
	background: #5264A1;
	display: inline-block;
}
/*service*/
figure {
	margin: 0px;
}
.sercv_dout figure img {
	height: 45px;
}
.sercv_dout {
	padding: 0px 30px;
}
.sercv_dout h3 a {
	color: #5264A1;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
	font-size: 17px;
}
.sercv_dout:hover h3 a {
	color: #5264A1;
}
/*Solution_Sec*/
.solution_box {
	text-align: center;
	background: #fff;
	padding: 40px;
}
.solution_box h4 {
	margin: 20px 0px;
}
.solution_box i {
	font-size: 50px;
}
.solution_box i.color_green {
	color: #19cc95;
}
.solution_box i.color_orenge {
	color: #5264A1;
}
.solution_box i.color_prple {
	color: #8c70f0;
}

/*FAQ*/
.appointment {
	padding: 37px 20px;
}
.registration_section {
	position: relative;
}
.registration_section:before {
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	width: 50%;
	height: 100%;
	background: #5264A1;
}
.btn_style {
	background: #fff !important;
	color: #000;
}
.fec-item {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.fec-item .icon {
	float: left;
	width: 50px;
	background: #5264A1;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 23px;
	border-radius: 50%;
}
.fec-item .fec-item-body {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
}
.fec-item .fec-item-body h5, .fec-item .fec-item-body p {
	margin: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.registration_section .left_picher, .registration_section:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.registration_section .left_picher, .registration_section:before {
		display: none;
	}
	.registration_section{
		background: #5264A1 !important;
	}
}

/*what_we_do*/
.service-right {
	height: 544px;
	position: relative;
	z-index: 2;
}

.tab_container{
	padding: 0 50px;
}
.tab_container .tb_block{
	display:none;
}
.tab_container .on{
	display:block;
}
.tab_container h3{
    text-transform: capitalize;
    padding: 50px 0 0px;
    font-size: 30px;
}
.tab_container .btn:hover{
	background: #fff;
	color:#5264A1;
}
.service-right:after{
	position: absolute;
	top:0;
	left: 0;
	content:'';
	width: 100%;
	height: 100%;
	background: #5264A1;
	z-index: -1;
}
.service-left {
	padding: 0;
}

.about-service {
	padding: 120px 0 80px;
	background: #f9f9f9;
	text-align: center;
}

.about-service h2 {
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	margin-bottom: 50px;
}

.about-service h4 {
	max-width: 660px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 18px;
	display: block;
}

.service-single {
	margin: 0 auto;
	display: block;
	background-color: #fcfcfc;
	text-align: center;
	border: 1px solid #e7e7e7;
	margin-right: -1px;
	margin-bottom: -1px;
	transition: all 0.5s ease-in-out;
}

.service__link {
	padding: 79px 30px;
	display: block;
}
.service-single:hover {
	border-color: #5264A1;
	background-color: #5264A1;
	color: #fff;
}
.service-single:hover h3 {
	color: #fff;
}
.service-single h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	line-height: 28px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}
#service {
	overflow: hidden;
}
.service-single .et-icon {
	display: inline-block;
	font-size: 47px;
	margin-bottom: 10px;
	color: #5264A1;
	transition: all 0.5s ease-in-out;
}
.service-single:hover .et-icon {
	color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
.service-right {
	height: auto;
	padding-bottom: 20px;
}	
.tab_container h3{
	    padding: 7px 0px;
}
.tab_container{
	padding:50px;
}
}
@media (max-width: 767px) {
.tab_container{
	padding:50px;
}
.service-right {
	height: auto;
	padding-bottom: 20px;
}	
.tab_container h3{
	    padding: 7px 0px;
}
}
/*Testimonial*/

.single_carousel > p {
	background: #f2f2f2;
	padding: 25px 35px;
	position: relative;
	color: #222;
}

.single_carousel > p::after {
	background: #f2f2f2;
	border-radius: 50%;
	bottom: -23px;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 18px;
	height: 50px;
	left: 20px;
	line-height: 49px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.author_img__block {
	display: table;
	height: 130px;
}
.author_tablecell__block {
	display: table-cell;
	vertical-align: middle;
}
.author_tablecell__block > img {
	border: 5px solid #f2f2f2;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	max-width: 80px;
}
.author_tablecell__block > p {
	display: inline-block;
	font-weight: 700;
	margin-left: 15px;
	margin-top: 15px;
}
.author_tablecell__block span {
	display: block;
	font-weight: normal;
}

.testimonial_carosule-wrap .owl-nav div {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.testimonial_carosule-wrap .owl-nav {
	margin-top: 15px;
	text-align: center;
}
.testimonial_carosule-wrap .owl-nav div:hover {
	background: #5264A1 none repeat scroll 0 0;
}
.but_prive .owl-controls .owl-nav {
	text-align: center;
}
.but_prive .owl-controls .owl-nav .owl-prev, .but_prive .owl-controls .owl-nav .owl-next {
	color: #5163a0;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 40px;
	position: static;
	background: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}


/* ===================================================================================================== */
/*Work Section*/
/* ===================================================================================================== */
.project_bg .sec-title {
	float: left;
}
.project_title h2,.project_title p {
	color: #fff;
}
.project_title span{
	color:#aec0ff;
}

.project_bg {
	background: url(../img/project_bg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.project_bg:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.69);
}
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0px;
}

.container-filter li a {
	margin: 0px 4px 0px 0px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	padding: 10px 15px;
	color: #fff !important;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	border: 1px solid transparent;
}
.container-filter li a.active, .container-filter li a:hover {
	color: #787878;
	background: #fff;
}


.item-box {
	padding:30px 20px 20px;
	text-align:center;
	background-color: rgba(82, 100, 161, 0.4);
	border-radius: 3px;
	height: 415px;
	color:#fff;
}

.blog-post .post-header a{
	line-height:25px;
	color:#333;
}

.blog-post:last-child{
	border-bottom:none;
}

#blog-section .rpt{
	background: #114388;
	padding:25px 25px 0px 25px;
}

#blog-section .rpt h2{
	color:#fff;
}

#blog-section .rpt span{
	color:#aec0ff;
}

#blog-section .rpt .b-border{
	background:#aec0ff;
}

#blog-section ul{
	margin: 15px 0 0 0;
    list-style: none;
    padding: 10px;
	display: inline-block;
}

#blog-section ul li{
	width: 100%;
    padding: 0 0 12px;
}

#blog-section ul li a{
	position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #fff;
	font-size: 18px;
    font-weight: 500;
}

#blog-section ul li a:before{
	font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

#blog-section ul li.ion-document-text{
	font-size:18px;
	color:#fff;
}

.abtl .v-line h2{
	font-size:25px;
	padding:5px 0;
	color:#5264A1;
}

.abtl img{
	width: 80%;
    margin: 0 auto;
    display: block;
}

.abtr img{
	width: 60%;
    margin-top: 60px;
}

.rsrch img{
	width: 100%;    
}

.rsrch li.ion-document-text{

}

.rsrch a{
	background: #114388;
    color: #fff;
    padding: 20px;
    font-size: 25px;
    margin: 40px 0;
    display: inline-block;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.rsrch a i{
	padding-right:15px;
}

.rsrch a span{
	color:#aec0ff;
}


.abtr p{
	text-align: left;
    background: #f1f1f1;
    padding: 40px;
    margin: 30px;
}

.mngl{
	padding-top:90px;
	padding-bottom:90px;
}

.mngr{
	position:relative;
}

.mngr img{
	position:absolute;
	bottom:0;
	height: 90%;
}


.ceo div{
	float:left;
}

.ceo, .news{
	background: #fff;
    padding: 90px;
}

.ceo div p,
.news div p{
	display:block;
	float:left;
	margin-bottom:0;
	padding:30px 0;
}

.ceo div img{
	display:block;
	float:left;
	height:150px;
	margin:0 15px;
}


.card-block{
	font-size: 15px;
}
    

.card-block ul, .accopn ul{
	display: inline-block;
	margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.card-block li, .accopn li{
    padding: 0 0 12px;
}


.card-block a{
    font-weight:bold;
}

.card-block li:before, .accopn li:before{
	content: "\f101";
	font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    padding-right: 10px;
}


.sec_hedding h4{
	color:#5264A1;
}

.v-line h2{
	font-size:20px;
}


.accopn{
	background:#fff;
	padding:25px;
}

.accopn .accopnitm{
	margin-bottom: 80px;
}


.accopn .accopnitm p{
	padding-left:24px;
}


.accopn .v-line h2{
	font-size: 20px;
    padding: 5px 0;
    color: #5264A1;
}

.accopn .row{
	margin-top:10px;
	padding-left:30px;
}

.accopn .col-lg-6, .accopn .col-lg-4{
	font-size:15px;
	padding:10px;
}

.accopn .col-lg-12{
	font-size:15px;
	padding-left:10px;
}

.accopn .col-lg-6 b, .accopn .col-lg-4 b, .accopn .col-lg-12 b{
	display:block;
	margin-bottom:6px;
}

.accopn i{
	color: #5264A1;
    font-size: 16px;
    margin-right: 5px;
}

.accopn .col-lg-6 a, .accopn .col-lg-4 a, .accopn .col-lg-12 a{
	font-weight:bold;
	font-size: 14px;
}

.accopn .agrmnt{
	color: #fff;
    background: #114388;
    width: 200px;
    height: 220px;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
}

.accopn .agrmnt img{
	margin: 20px 0 70px;
}

.accopn .agrmnt p{
	font-size:13px;
	font-weight:normal;
	padding-left:0;
}

.accopn .col-lg-4 img{
	margin:0 auto 10px auto;
	clear: both;
    display: block;
	width:80%;
}

.frm form{
	margin-top: 40px;
}

.frm form input[type="text"], .frm form select{
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 4px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.frm label {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
	font-size: 14px;
}

.frm .card{
	margin:0;
	background:#114388;
	color:#fff;
}

.frm .card .sec_hedding h2{
	color:#fff;
}

.frm .card span.b-border{
	background: #aec0ff;
}

.frm .card .sec_hedding span{
	color: #aec0ff;
}

.frm .card-content{
	padding:25px;
}

.frm .chk{
	margin-bottom:20px;
}

.frm .chk input, .frm .chk label{
	margin:0 5px;
}

.frm button{
	border:1px solid #fff;
}

.frm iframe{
	display:block;
	margin:0 auto;
}

.contact-info .content.eml{
	padding: 10px 0;
}

.cntct .row{
	margin-bottom:70px;
}

#open-account-form .form-status.invalid, #open-account-form .form-status.error-request, #open-account-form .form-status.error-general {
	display:none;
	background:#f44336;
	color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    text-align: center;
}


#open-account-form .form-status.success {
	display:none;
	background:#4CAF50;
	color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    text-align: center;
}



.item-box a{
    position: relative;
}
.item-box a:not(.fancybox) img {
    width: 40%;
    margin: 15px 7px;
}
a.fancybox img.youtube {
    width: auto;
    position: absolute;
    animation: blinker 3s linear infinite;
    margin: 0;
}
a.fancybox img.home.youtube {
    height: 25px;
    top: 0%;
    left: 28%;
}
a.fancybox img.account-openning.youtube {
    height: 30px;
    top: 5px;
    left: 20px;
}

@keyframes blinker {50% {opacity: 0;}}

.item-box h4 {
	font-size: 18px;
	color:#aec0ff;
	margin: 15px 0;
}

.gallery-heading h4 a {
	color: #5264A1;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.gallery-heading {
	width: 100%;
	color: #fff;
	text-align: center;
}
.gallery-heading p {
	margin-bottom: 0;
}

.item-container_img {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	width: 100%;
	transition: transform .25s;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.container-filter li a{
		padding:5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.project_bg .sec-title {
		width: 100%;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.project_bg .sec-title {
		width: 100%;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
	}
	.container-filter li a {
		margin: 0px 4px 5px 0px;
	}
	
	.wtbg{
		background:#fff;
	}
	
	.bg-img{
		background-size: 55%;
	}
	
	.rsrch img{
		margin-top:50px;
	}
	
	.abtl img{
		display:none;
	}
	
	.inner-intro span{
		font-size:35px;
	}
	
	.mngl{
		padding-bottom:0;
		padding-top:40px;
	}
	.mngr{
		width: 100%;
		height: calc(100vw * 1.3);
	}
	
	.mngr img{
		left: 50%;    
		transform: translateX(-50%)
	}
	
	.ceo,
	.news{
		padding:30px;
		margin: 15px;
	}
	
	.accopn .col-lg-4 img{
		width:60%;
	}
	
	.middel-part__block .logo img{
		max-width:60%;
	}
	.item-box {
		height: auto;
	}
	.sec_hedding h2 { font-size: 27px;}
	.abtr p{ padding: 20px;  margin: 30px 0;}
	#copyright { font-size: 12px;}
	#bottom{  padding: 10px 0;}
	.rsrch a{font-size: 22px;}
	.ceo div img{float:none;margin:0 auto;}
	.panel-title{font-size:14px;}
	.card-block{font-size:13px;padding: 0;}
	.card-block p{margin-bottom:0;}
	.bg-custom{padding: 10px 15px;}
	.ml-30{margin:10px;}
}

/*Avaiablity Section*/
.available_wrap__block {
	background-image: url(../img/world-map.png);
	height: 500px;
	display: table;
	background-position: center center;
	/* background-size: cover; */
	width: 100%;
	background-repeat: no-repeat;
	background-color: #5264A1;
}
.available_content__block {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.available_content__block h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
}
@media (max-width: 991px) {
	.available_wrap__block {
		height: auto;
		padding: 40px 0;
	}
	.quote__block input[type="submit"] {
		float: left;
	}
}

/* opening Account - Loader */
#open-account-form button.loading {
    cursor: not-allowed;
}
#open-account-form .form-loader {
    display: none;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    margin: 3px 20px 0 0;
    animation: spin 2s linear infinite;
    overflow: hidden;
    float: left;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* CUSTOM - Hide Arabic */
.tp-revslider-mainul li[data-index='rs-128'] .slotholder:before {
    background-color: transparent;
}
.tp-revslider-mainul li[data-index='rs-131'] .slotholder:before {
	background-color: transparent;
}
.news h4 {
    font-weight: normal;
    font-family: inherit;
    font-size: inherit;
}

.share-buttons a {
    margin: 5px;
    display: inline-block;
}
.tp-revslider-mainul li:first-child .slotholder > div {
	bbackground-image: url("/img/is-launch-wide.png") !important;
	background-size: cover !important;
}

@media (max-width: 991px) {
	.tp-revslider-mainul li:first-child .slotholder > div {
		bbackground-image: url("/img/is-launch-narrow.png") !important;
		background-size: contain !important;
	}
}

/* Research Page */
.res-eq-header {
    border: 20px solid #114388;
	border-bottom: none;
	background-color: #114388;
	color: #fff;
}
.res-eq-body {
	padding: 20px;
    border-bottom: 20px solid #114388;
	background-color: #fff;
    max-height: 560px;
    overflow-y: auto;
}
.res-eq-body h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.res-eq-select {
    background-color: #ffffff;
    color: #114388;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 17px;
    border: 0;
    border-radius: 5px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
}
.res-eq-select-y{
	width: 95px;
	background-position-x: 65px;
}
.res-eq-select-q{
	width: 185px;
	background-position-x: 155px;
}
.res-eq-body .post-header span,
.res-eq-body .post-header a{color: #5264a1;}
.res-eq-header .sec_hedding h2{ color: #fff;}
.res-eq-header .sec_hedding span.b-border{ background: #aec0ff;}

/* Scrollbar */
.is-scroll::-webkit-scrollbar{width: 7px;}/* width */
.is-scroll::-webkit-scrollbar-track{background: #f1f1f1;}/* Track */
.is-scroll::-webkit-scrollbar-thumb{background: #888;}/* Handle */
.is-scroll::-webkit-scrollbar-thumb:hover{background: #555;}/* Handle on hover */


.testimonial .owl-controls{
	margin-top: 20px;
}
.unselectable {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.rtl {
	direction: rtl !important;
}

.ltr {
	direction: ltr !important;
}


.mobile-container{
	margin: 0 30px;
}

@media (max-width: 480px) {
	.mobile-container {
		margin: 0 15px;
	}
}