/*============================================*/
/*=============                  =============*/
/*=============       NAVBAR     =============*/
/*=============                  =============*/
/*============================================*/


.web-nav ul li a{
	display: inline-block;
	position: relative;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	color: black !important;
	margin-top: 0;
	transition: 0.25s all ease;
	font-size: 13px;
	font-weight: bold;
}
.web-nav .shrink{
	/* box-shadow: 0px 0px 10px #58595A;
	background-color: white !important; */
	position: fixed;
	right: 0;
	height: 60px;
	left: 0;
	top: -90px;
	z-index: 999999;
	transition: 0.35s all ease;
	border: 0;
}
.web-nav .shrink .navbar-brand img{
	max-width: 63px;
	margin-top: -20px !important;
}
.web-nav .shrink .dropdown-header{
	color: #FC7B01 !important;
	text-decoration: underline !important;
	text-decoration-color: grey !important;
	text-underline-offset: 5px !important;
}
.web-nav .shrink ul li a{
	color: black !important;
	/*margin-top: -10px;*/
	font-size: 12px;
}
.web-nav .shrink .nav{
	margin-top: -5px;
}
.web-nav .shrink ul li a:hover{
	color: #FC7B01 !important;
}
body .web-nav .down{
  	top: 0;
}

.web-nav ul li a:hover, .web-nav ul li a:focus{
	/*background-image: linear-gradient(to right, #0069A0, #03A7EF);
	  color: transparent !important;
	  -webkit-background-clip: text;
	  background-clip: text;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;*/
	color: #FC7B01 !important;
}
.web-nav nav .active a {
    color: #FC7B01 !important;
}
.web-nav nav{
	border-bottom: 0 !important;
	position: relative;
	background-color: transparent !important;
	height: 80px;
	z-index: 999999;
}
.web-nav .shrink nav{
	border-bottom: 0px !important;
}
.web-nav nav .container{
    background-color: white;
    height: 80px;
    border-radius: 4px;
	border: 0;
	/* box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.1);
	margin-top: 10px; */
}
.web-nav .navbar-default .navbar-collapse {
	height: 80px !important;
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.web-nav .shrink .navbar-collapse {
	height: auto !important;
    margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.web-nav nav.shrink .container{
    height: 60px !important;
	margin-top: 10px;
    box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.1);
	position: relative;
}
.web-nav .shrink .dropdown-container .dropdown-menu{
	background-color: transparent;
}
.web-nav .shrink .dropdown-container{
	border: 0;
}
.web-nav nav .navbar-header, .web-nav nav .navbar-collapse{
    margin-top: 10px;
}
.web-nav .navbar-brand img{
	max-width: 78px;
	margin-top: -18px !important;
}
.web-nav .navbar-nav{
	margin-left: 30px;
	height: 80px;
    display: flex;
    align-items: center;
}
.web-nav .shrink .navbar-nav{
	margin-left: 30px;
	height: auto;
    display: flex;
    align-items: center;
}
.web-nav nav .active{
	 color: white !important;
}
.web-nav .shrink .active{
	color: darkblue !important;
}
.web-nav .navbar-toggle{
	background-color: transparent;
}
.web-nav .navbar-toggle .icon-bar{
	width: 15px;
}
.web-nav .collapse{
	margin-bottom: 10px;
	background-color: transparent;
}
/*.dropdown ul li a:hover:after{
	transform: scaleX(0);
    color:black;
}*/
.web-nav .dropdown-submenu ul li a{
	font-weight: bold;
}
.web-nav .dropdown-menu li a{
	font-weight: bold;
	line-height: 25px;
}

/*.dropdown-submenu {
    position: relative;
}*/

/*.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}*/

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/
/*.main-dropdown:hover>.multi-level {
    display: block;
}*/

.web-nav .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

/*.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/
.web-nav nav img{
	max-width: 30px;
	padding-right: 10px;
}
@media only screen and (min-width: 767px) {
	.web-nav{
		display: block;
	}
	.mobile-nav{
		display: none;
	}
	.mainmenu .collapse ul li.dropdown-wrapper {
        height: 80px;
		display: flex;
		align-items: center;
    }
	.shrink .collapse ul li.dropdown-wrapper {
        height: auto !important;
		display: block;
    }
	.mainmenu .collapse ul li{position:static;}
	.mainmenu .collapse ul li:hover> ul{
		display: flex;
		background-color: #efefef;
	}
	.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;right:0;min-width:250px;display:none}
	/*******/
	.mainmenu .collapse ul ul li{position:relative;display:block}
	.mainmenu .collapse ul ul li:hover> ul{display:block}
	.mainmenu .collapse ul ul ul{
		position:relative;
		display:block;
		top: 0;
		border: 0;
		box-shadow: none;
		background-color: #efefef;
	}
	/*******/
	.mainmenu .collapse ul ul ul li{position:relative}
	.mainmenu .collapse ul ul ul li:hover ul{display:block}
	.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}

.web-nav .dropdown-header{
	color: #FC7B01 !important;
	text-decoration: underline !important;
	text-decoration-color: grey !important;
	text-underline-offset: 5px !important;
}

.web-nav .dropdown-header:hover, .dropdown-header:focus{
    color: #FC7B01 !important;
	background-color: transparent !important;
}

.web-nav .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}
.web-nav .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent !important;
}
.web-nav .dropdown-container{
	padding-top: 20px;
	padding-bottom: 20px;
}

/* For Mobile */
/* @media(max-width:321px){
	header nav{
		height: 70px;
	}
	.nav1{
		display: none;
	}
	.navbar-brand img{
		margin-top: -20px;
	}
	.navbar-toggle{
		margin-top: 6px;
		transition: 0.35s all ease;
	}
	#bs-example-navbar-collapse-1{
		text-align: left;
		margin-top: 70px;
		background-color: white;
	}
	.collapse{
		background-color: white !important;
		transition: 0.35s all ease;
	}
	.active{
		color: black !important;
	}
	header nav{
		background-color: white !important;
	}
} */
/* For Small Tablets */
/* @media(min-width:320px) and (max-width:767px){
	header nav{
		height: 60px;
		background-color: white !important;
	}
	header .shrink{
		height: 60px;
	}
	.nav1{
		display: none;
	}
	.navbar-brand {
		margin-top: -12px;
	}
	.navbar-brand img{
		max-width: 63px;
		margin-top: -16px !important;
	}
	.shrink .navbar-brand img{
		max-width: 63px;
		margin-top: -16px !important;
	}
	.navbar-toggle{
		margin-top: 1px;
		transition: 0.35s all ease;
	}
	.shrink .navbar-toggle{
		margin-top: -2px;
	}
	#bs-example-navbar-collapse-1{
		text-align: left;
		background-color: white;
	}
	.down .navbar-collapse{
		margin-top: 5px;
	}
	.navbar-collapse{
		margin-top: 85px;
	}
	.navbar-nav{
		margin-left: 0px;
	}
} */

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.web-nav .nav1{
		display: none;
	}
	.web-nav ul li a{
		font-size: 12px;
	}

}

/* For Desktop */
@media(max-width: 767.98px){
	.web-nav{
		display: none;
	}
	.mobile-nav{
		display: block;
	}
}


/*============================================*/
/*=============                  =============*/
/*=============   SECTION SEVEN  =============*/
/*=============                  =============*/
/*============================================*/
/*.section-footer{
	height: 30%;
	background-image: url("../fly-img/footer_dubai6.png");
	background-position: bottom;
	background-repeat: no-repeat;
	opacity: 0.7;
	background-color: black;
}*/
.fb-page{
	widows: 100%;
	padding-top: 20px;
}
.section-seven{
	width: 100%;
	/*background-image: url("../fly-img/footerb2b_b2c.png");*/
	background-color: black;
	color: white;
	letter-spacing: 1px;
	padding: 50px 0 0 0;
}
.section-seven p{
	color: white;
	opacity: 0.9;
	font-size: 14px;
}
.section-seven i{
	margin-right: 20px;
}
.section-seven h3{
	color: #F28D23;
	font-family: 'Poppins', sans-serif;
	opacity: 0.8;
}
.section-seven li{
	list-style: none;
	text-decoration: none;
	position: relative;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	color: white;
	opacity: 0.9;
	font-size: 14px;
}
.section-seven span{
	padding-left: 20px;
	font-family: 'Overlock', cursive;
	font-size: 14px;
}
.section-seven a {
	font-size: 14px;
	text-decoration: none;
	color: white;
	opacity: 0.9;
}
.section-seven .info {
	margin-left: 30px;
}
.section-seven .subcribe{
	margin-top: 30px;
	color: black;
}
.section-seven .table p{
	color: white;
	opacity: 0.9;
	font-size: 14px;
}
.section-seven .table {
    border-bottom:0px !important;
}
.section-seven .table th, .section-seven .table td {
    border: 1px !important;
	padding: 0;
}
.section-seven .fixed-table-container {
    border:0px !important;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 1px;
}
.section-seven img{
	max-width: 250px;
}
.section-seven .touch{
	margin-top: 20px;
}
.section-seven i{
	color: #F28D23;
	opacity: 0.9;
}
.section-seven .btn{
	margin-top: 10px;
	font-family: "Abel-Regular";
	letter-spacing: 2px;
	text-align: center;
	border-radius: 50px;
	border-color: #85b7e6;
	background-color: #85b7e6;
}
.section-seven .btn:hover{
	background-color: #3d3535;
}
.section-seven .social a{
	transition: 0.35s all ease;
}
.section-seven .fa-twitter:hover{
	color: #1DA1F2;
	transition: 0.35s all ease;
	opacity: 1;
}
.section-seven .fa-facebook:hover{
	color: #4867AA;
	transition: 0.35s all ease;
	opacity: 1;
}
.section-seven .fa-linkedin:hover{
	color: #007BB6;
	transition: 0.35s all ease;
	opacity: 1;
}
.section-seven .fa-instagram:hover{
	color: #CA283C;
	transition: 0.35s all ease;
	opacity: 1;
}

/* For Mobile */
@media(max-width:321px){
	.section-seven{
		background-size: cover;
	}
	.section-seven{
		padding-bottom: 10px;
	}
	.section-seven img{
		margin: 0 auto;
		max-width: 200px;
	}
}

/* For Small Tablets */
@media(min-width:320px) and (max-width:767px){
	.section-seven{
		background-size: cover;
	}
	.section-seven{
		padding-bottom: 10px;
	}
}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-seven{
		background-size: cover;
	}
}



/*============================================*/
/*=============                  =============*/
/*=============   SECTION EIGHT  =============*/
/*=============                  =============*/
/*============================================*/

.section-eight{
    width: 100%;
    background-color: black;
	padding-bottom: 20px;
	padding-top: 20px;
}
.section-eight h3{
    color: white !important;
	font-size: 15px;
	opacity: 0.8;
	font-family: 'Poppins', sans-serif;
}
.section-eight a{
	cursor: pointer;
	text-decoration: none;
	background-image: linear-gradient(to right, #03A7EF, #0069A0);
	  color: transparent;
	  -webkit-background-clip: text;
	  background-clip: text;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: bold;
}


@media(min-width:768px) and (max-width:991px){
	.web-nav .navbar-nav{
		margin-left: 0px !important;
	}
}


body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}

/*============================================*/
/*=============                  =============*/
/*=============    MOBILE NAV    =============*/
/*=============                  =============*/
/*============================================*/

#close-container{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	display: none;
}
.open-close{
	display: block !important;
}
.mobile-nav  .navbar-inverse {
    background-color: white !important;
}
.mobile-nav .navbar-inverse .navbar-toggle .icon-bar {
    background-color: black !important;
}
.mobile-nav .navbar-brand {
    padding: 0 !important;
}
.mobile-nav .navbar-brand img{
	max-width: 40px;
	margin-top: 6px !important;
}
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: right;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.navbar-header {
    position: relative
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 30px !important;
    }
}
/* un fix the navbar when active so that all the menu items are accessible */
/* .navbar.navbar-fixed-top.slide-active {
    position: relative
} */
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) { 
	#slide-nav .container {
	    margin: 0!important;
	    padding: 0!important;
      height:100%;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
        left: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 3;
        top: 0;
        margin: 0;
        height: calc(100vh + 5px);
        -webkit-box-shadow: 8px 0px 5px -6px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: 8px 0px 5px -6px rgba(0, 0, 0, 0.37);
        box-shadow: 8px 0px 5px -6px rgba(0, 0, 0, 0.37);
	}
	#slidemenu .navbar-header{
		position: fixed;
		width: 80%;
		background-color: white;
		z-index: 3;
	}
	#slidemenu .navbar-brand {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	#slidemenu .navbar-brand img {
		margin-top: 2px !important;
	}
	#slide-nav #slidemenu .navbar-nav {
		margin-top: 55px !important;
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #efefef;
		overflow: scroll;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
      bottom:0;
	    width: 80%;
	    left: -80%;
	    background: #f7f7f7;
	}
	#navbar-height-col.inverse {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
}
@media (min-width:768px) { 
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}