
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

@font-face {
font-family: 'Cairo', sans-serif;
src: url('../fonts/Cairo-Regular.ttf');}
body{
 
  overflow-x:hidden;
   position: relative; 
  font-family:  'Cairo', sans-serif;
   padding:0

   
}
.navbar{border-radius:0;margin-bottom:0;z-index: 9999;}


/* Nav / Navbar Styles
===================================*/
.navbar {
	background: transparent;
	border-bottom: none;
	padding: 30px 0;
	transition-duration: 0.6s;
	margin: 0 2%;
    background: #fff;
    border-radius: 0 0 10px 10px;
}


.navbar-inverse .navbar-toggle{background-color:#333}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background-color:#df0000}
.navbar-inverse .navbar-collapse{border-color:transparent}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus{background-color:transparent;border-color: transparent}


.navbar-default .navbar-nav > li > a {
    color: #0006ee;
}
.navbar-nav > li > .dropdown-menu{background: #0006ee;
box-shadow: 0 1px 20px 0px rgba(0,0,0,.8);}

.navbar-inverse .navbar-toggle{background-color:#333}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background-color:#df0000}
.navbar-inverse .navbar-collapse{border-color:transparent}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus{background-color:transparent;border-color: #0006ee;}
.sticky .navbar-default .navbar-toggle:focus{background-color:transparent;border-color: #fff;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0006ee;
	width: 30px;
    height: 3px;
}
.sticky .navbar-default .navbar-toggle .icon-bar { background-color: #fff}
	header {
		padding: 0;
		transition: 0.5s;
	}
.navbar-brand > .white img{display:block;height: 45px; width: auto;margin-top: -20px; }
.navbar-brand > .color img{display:none}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #dcdcdc;
}

/* Sticky */

	header.sticky {
		position: fixed;
		left: 0; right: 0;
		height: 60px;
		padding: 20px 0 10px 0;
		z-index:9999
	}
.sticky .navbar{padding:10px 0; background:#0006ee;margin:0;border-radius:0;-webkit-box-shadow: -2px 6px 23px -10px rgb(0 0 0);
    -moz-box-shadow: -2px 6px 23px -10px rgba(0,0,0,1);
    box-shadow: -2px 6px 23px -10px rgb(0 0 0);
}
.sticky .navbar-brand > .white img{display:none!important}
.sticky .navbar-brand > .color img{display:block;height: 45px; width: auto;margin-top: -20px; }
.sticky .navbar-default .navbar-nav > li > a:hover, .sticky .navbar-default .navbar-nav > li > a:focus, .sticky .navbar-default .navbar-nav > .active > a, .sticky .navbar-default .navbar-nav > .sticky .active > a:hover, .sticky .navbar-default .navbar-nav > .active > a:focus	{color: #03c5ee!important;}
.sticky .navbar-default .navbar-nav > li > a{color:#fff;}

.sticky .navbar-default .navbar-toggle, .sticky .navbar-default .navbar-toggle:hover, .sticky .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #fff;
}
/***start home***/
.wrapar{ 
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  position:relative;}
  img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.banar{
 
  position:relative;
  margin-top:-3%;
  padding:10% 0 5%;
 position:relative;
  overflow:hidden;
 background: url(../img/01.png)center center no-repeat fixed;background-size:100% 100%;
 color:#fff

}
.banar .overlay{background:rgba(0,6,238,.8)!important}
.banar-content{margin:10% 0 20% 0}
.banar  h1{
   font-weight:600;
   line-height:2;
   margin-bottom:5%}

.blue{color:#0006ee}
h1{font-weight:bold}
.btn{color:#0006ee;background:#fff;border-radius:10px;border:1px solid #0006ee;padding:5px 20px;font-size:18px;
transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;margin-right:20px;width: 170px;
    margin-bottom: 10px;}
.btn i{margin-right:10px}
.btn:hover{background:#0006ee;color:#fff; -webkit-box-shadow: 2px -3px 26px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px -3px 26px -5px rgba(0,0,0,0.75);
    box-shadow: 2px -3px 26px -5px rgb(209 209 209 / 75%);}	
/***start trip****/	
.trip{padding:8% 0;position:relative;overflow:hidden}
.trip img{width:70%;display:inline-block}
.dawn-load{margin-top:200px}

/***start benef****/
.budget{padding:5% 0;overflow:hidden;background:url(../img/01.png)center center no-repeat fixed;background-size:100% 100%;position: relative}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: rgba(159 155 155 /.6);
}
.bud{position: relative;
    background:  rgba(255,255,255,.8);
    border-radius: 20px;
    padding: 36px 30px 48px 40px;
    margin-bottom: 15px;
    transition: all 500ms ease;
	overflow:hidden;
	box-shadow: 0 0px 15px 0px rgb(255 255 255 / 10%);
}	
.bud:hover{background:#fff}
.bud h3{color:#ff8a00}
 .icon-box {
    position: absolute;
    left: 22%;
    top: 5%;
    
    text-align: center;
    z-index: 1;
 margin-bottom: 32px;}
.icon-box .bg-layer {
    position: absolute;
    width: 180px;
    height: 160px;
    text-align:center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
} 

.bg-layer img{
    display: inline-block;
margin-top: 31px;}
.bud:hover .icon-box .bg-layer {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bud h3{margin-top:200px}
.bud:hover h3{color:#0006ee}
/****start app*****/
.app{padding:5% 0;background:#f6f7f8}
.app h1{margin-bottom:30px}
/****start abut*****/
.about{padding:5% 0}
.about h1{margin-bottom:50px}
.about p{line-height:1.7;font-size:18px;margin-bottom:30px}
.about span{color:#0006ee;margin-right:5px}
/**strt services****/
.services {padding:5% 0;overflow:hidden;background:#f3f3f3}
.services h1{margin-bottom:100px}
.services  .serv{background:#fff;padding:40px;padding-top:60px;position:relative;
-webkit-box-shadow: 11px 13px 11px -6px rgba(219,208,219,1);
-moz-box-shadow: 11px 13px 11px -6px rgba(219,208,219,1);
box-shadow: 11px 13px 11px -6px rgba(219,208,219,1);margin-bottom:65px;
transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;}
.services  .serv .icon{width:60px;height:70px;background:#2A2B2C;text-align:center;color:#fff;position:absolute;top:-30px;left:40px}
.services  .serv .icon i{line-height:70px;font-size:30px}
.services  .serv h3{font-weight:bold}
p{font-size:16px;line-height:1.4}
.services .serv:hover{background:#333;color:#fff}
.services .serv:hover .icon{background:#0006ee}
.services .serv:hover h3{color:#fff}
/*start footer*/
footer{color:#fff;padding: 3% 0 1%;background:#0b090a}
footer h5{font-weight:bold;color:#0006ee;line-height:3;font-size:18px}
footer li a{color:#fff;line-height:1.7;text-align:center}
footer li a:hover{color:#ddd}
footer .social-link{margin-top:3%}
footer .social-link li{margin-left:0;display: inline-block;list-style: none;}
footer .social-link a i {
    width: 40px;
    height: 40px;
line-height: 40px;border: 1px solid #9e908c;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
footer .social-link a i:hover{background:#0006ee}
.footer-logo {text-align:center}
.footer-logo img{width:60%;overflow:hidden;display:inline-block;margin-bottom:30px}
footer li{line-height:2;font-size:16px}
footer .list-unstyled li a:hover{color:#0006ee}
a:hover{text-decoration:none}
footer .dawn-load {
    margin-top: 60px;
}

/* Start Scroller */

#elevator_item
{
	width:60px;
	height:100px;
	position:fixed;
	left:15px;
	bottom:10px;
	-webkit-transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-o-transition:opacity .4s ease-in-out;
	opacity:1;
	z-index:100020;
	display:none;
	text-align:center;
	color:#fff
}

#elevator_item.off {opacity:0;visibility:hidden}

#elevator
{
	display:block;
	width:30px;
	height:30px;
	
	background-color:#0006ee;
	border-radius:2px;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	cursor:pointer;
	margin-bottom:10px;color:#fff
	
}
/* End Scroller */
 
@media (min-width: 240px)and (max-width: 319px){

.navbar{padding:0}
.navbar-nav {margin: 0 -15px;background:#0006ee;}
.navbar-inverse{margin-top:0;padding-top:0}
.navbar-brand{margin-top:-2%}	

.nav > li{text-align:center;padding: 5px 0;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover,
 .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #700404;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a{

    color: #fff;}
.navbar-brand > .white img{
    
    height: 40px;
    width: 175px;
    margin-top: -24px;
}	

.sticky .navbar-brand > .color img {
    margin-top: -10px;
	height: 40px;
    width: 175px;
}
.sticky .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 1000px;
}
.sticky .navbar{padding:0}
.oran .sticky .navbar-default .navbar-nav > li > a {
    color: #fff;
}



.icon-box {
left: 26%;}
footer h4{margin-top:4%}
footer{padding-top: 25%;}
.budget .col-xs-6,.services .col-xs-6{width:100%}
}
@media (min-width: 320px)and (max-width: 480px)	{

.navbar{padding:0}
.navbar-nav {margin: 0 -15px;background:#0006ee;}
.navbar-inverse{margin-top:0;padding-top:0}
.navbar-brand{margin-top:5%}	

.nav > li{text-align:center;padding: 5px 0;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover,
 .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #700404;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a{

    color: #fff;}
.sticky .navbar-brand > .color img {
    margin-top: -30px;
}	
.sticky .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 1000px;
}
.sticky .navbar{padding:0}

.navbar-brand > .white img{
    
    height: 40px;
    width: 175px;
    margin-top: -24px;
}	

.sticky .navbar-brand > .color img {
    margin-top: -25px;
	height: 40px;
    width: 175px;
}

.banar {
padding: 10% 0 45%;}



.icon-box {
left: 26%;}
.budget .col-xs-6,.services .col-xs-6{width:100%}

}

@media (min-width: 481px)and (max-width:767px)	{

.navbar{padding:0}
.navbar-nav {margin: 0 -15px;background:#0006ee}
.navbar-inverse{margin-top:0;padding-top:0}

.nav > li{text-align:center;padding: 5px 0;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover,
 .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #700404;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a{color: #fff;}
.sticky .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 1000px;
}
.sticky .navbar{padding:0}


.banar-content {
    margin-top: 10% ;
}

footer {
   
padding-top: 18% ;}

}
@media (min-width: 768px)and (max-width: 990px){
.navbar-right{margin-right: 75px!important;}
.nav > li > a {
padding: 10px 5px;}
.navbar-default .navbar-nav > li > a{font-size:12px}
.banar {
    margin-top: -3%;
padding: 10% 0 25%;}


.sticky .navbar-brand > .color img {
   
    top: 25px;
    left: 13px;
    position: absolute;
}
.navbar-brand > .white img {
   
    
    position: absolute;
    left: 15px;
}

.panar {
    padding: 68px 0;
margin-top: 0;}
.icon-box {
left: 27%;}
}

@media (min-width: 991px)and (max-width: 1024px){
.navbar-right{margin-right: 95px!important;}
.nav > li > a {
padding: 10px 10px;}
	.navbar-brand > .white img {
   
    position: absolute;
    right: 4%;}

.panar {
     padding: 65px 0;
margin-top: 0;}


}
@media (min-width: 1025px)and (max-width: 1200px){
.navbar-brand > .white img {
   
    
    position: absolute;
    left: 15px;
}
.navbar-right{margin-right: 55px!important;}	
.sticky .navbar-brand > .color img {
   
    top: 25px;
    left: 13px;
    position: absolute;
}

.panar {
  padding: 65px 0;
margin-top: 0px;}


}
