
.menu-logo {
    height: 150px;
    transition: height 0.2s ease-in-out;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    background: none;
}

.navbar {
    transition: all 0.3s ease-in-out;
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
    height: 150px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
}

.navbar-brand h1{
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom .nav {
    height: 30px;
}

.navbar-custom ul.nav li a {
	font-size: 18px;
	/*letter-spacing: 4px;*/
    text-decoration:none;
    font-family:poppins-light;
    text-transform:uppercase;
}

.navbar-custom.collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-custom ul.nav {
	  border-radius: 0;	
      margin-top:10px;
}

.navbar-custom ul.nav li:last-child{
	border-bottom: none;
}

    .navbar-custom ul.nav li a {
        padding: 10px 10px;
    }



.navbar-custom ul.nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .navbar-custom ul.nav li a:hover,
    .navbar-custom ul.nav li a:focus,
    .navbar-custom ul.nav li.active {
        outline: 0;
        background-color: rgba(255,255,255,.2);
        height:40px !important;
    }

.navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: #666;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-collapse {
    position:relative;
    /*height:140px !important;*/
}

.navbar {
    padding:0px;
}



/* loader */
#preloader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(/img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
    z-index: 9999;
    background-color: #ADADAD;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #25459E;
    box-shadow: 10px 0px #FFCCCC, 10px 0px #333;
    animation: shadowSpin 1s ease-in-out infinite;
}



/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */
.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    z-index: 120;
}

.section-item {
    padding-top: 110px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    z-index: 120;
    overflow: hidden;
}

.section-banner {
    display: block;
    position: relative;
    z-index: 120;
    min-height: 800px !important;
    overflow:hidden;
}

.services-section-banner {
    background-image: url('../images/img-black-private-jet.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    object-fit: cover;
}


.section-fixed-background-container {
    position: absolute;
    object-fit: cover;
    background-attachment: fixed;
}


.section-opacity-background-container {
    background-color: rgba(0,0,0,.5);
    height: 100%;
}

.section-opacity-background-container-dark {
    background-color: rgba(0,0,0,.8);
    height: 100%;
}

.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}
/* --- section bg var --- */
.bg-soul {
    background: url('/images/img-private-jet.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.shadow {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    margin-top: 40px;
    padding: 20px;
}




/* ===========================
--- Intro
============================ */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}
.intro {
	width:100%;
	position:relative;
    z-index:1;
	/*padding:20% 0 !important;*/
	/*background: url(../img/bg1.jpg) no-repeat top center;*/
}

.intro .slogan {
    position:relative;
    width:100%;
	text-align: center;
    z-index:2;
    padding:15% 5%;
    
}

.intro .page-scroll {
    position:relative;
    width:100%;
    z-index:3;
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h4 {
    font-size: 6rem;
    line-height: 60px;
    font-weight: 400;
    text-decoration: none; 
}

.values-section-item {
    display: block;
    position: relative;
    z-index: 120;
    min-height: 600px !important;
}

/* ===========================
--- Our Services
============================ */
.our-services-section {
    background-image: url('../images/img-flight-clearances-private-jet.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 120;
    display: block;
    position: relative;
    height: 100% !important;
    padding-top: 0px !important;
    padding-bottom: 100px !important;
}

/* ===========================
--- Service List
============================ */
.service-list-section {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
    z-index: 120;
    display: block;
    position: relative;
    height: 100% !important;
}


/* ===========================
--- Our Promise
============================ */
.our-promise-section {
    background-image: url('../images/img-luxury-private-jet-interior.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 120;
    display: block;
    position: relative;
    height: 100% !important;
}
/*.our-promise-section h1 {
    font-size: 3.5rem;
}
.our-promise-section h2 {
    font-size: 4rem;
}*/
    /* ===========================
--- About Us
============================ */
    .about-us-intro-banner {
        background-image: url('../images/img-luxury-private-jet-interior.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
    }
.overflight-clearances-section {
    background-image: url('../images/img-about-our-ceo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us-heading {
    position:absolute;
    top:60%;
    background:none !important;
}
.our-benefit {
    z-index: 120;
    display: block;
    position: relative;
    height: 100% !important;
}
.bg-teresa {
    background: url('/images/Teresa.jpg');
    background-size:cover;
    background-repeat: no-repeat;
}


/* ===========================
--- Our Services
============================ */
#services-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}
.services-heading {
    position: absolute;
    top: 60%;
    background: none !important;
}
#flight-planning-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.bg-permits {
    background: url('/images/img-permits.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fuel {
    background: url('/images/img-fuel.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* ===========================
--- Contact
============================ */

.contact-us-banner {
    background-image: url('../images/img-private-jet-hangar.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.contact-us-heading {
    position: absolute;
    top: 30%;
    background: none !important;
}

.contact-us-form-section {
    display: block;
    position: relative;
    z-index: 120;
    overflow: hidden;
}

.contact-us-form-bg {
    background-image: url('../images/img-private-jet-clouds.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}



/* ===========================
--- Footer
============================ */

footer {
    position:relative;
    z-index:10;
	text-align: center;
	padding: 50px 0 ;
	
}

.SecureLogo {
    position:fixed;
    width:100px;
    height:85px;
    bottom:10px;
    margin:0px auto 0px auto;
    z-index:5000;
}


/* ===========================
--- Elements
============================ */
.heading-border {
    border-bottom: 1px solid #CABBA4;
}

.border-draw:hover {
    border: 2px solid transparent;
    position: relative;
    animation: draw-border 2s linear forwards;
    padding: 20px;
}

@keyframes draw-border {
    0% {
        border-color: transparent;
    }

    25% {
        border-top-color: #CABBA4;
    }

    50% {
        border-right-color: #CABBA4;
    }

    75% {
        border-bottom-color: #CABBA4;
    }

    100% {
        border-left-color: #CABBA4;
    }
}

.box {
    position: relative;
    background: rgba(0,0,0,0.75);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 120;
}

    .box::after {
        content: '';
        position: absolute;
        width: 800px;
        height: 800px;
        background-image: conic-gradient(transparent, transparent, transparent, #CABBA4);
        animation: animate 4s linear infinite;
        animation-delay: -2s;
    }

    .box::before {
        content: '';
        position: absolute;
        width: 800px;
        height: 800px;
        background-image: conic-gradient(transparent, transparent, transparent, #25459E);
        animation: animate 8s linear infinite;
    }

    .box .box-content {
        height: 100%;
        width: 100%;
        inset: 5px;
        border-radius: 16px;
        background: #000;
        z-index: 121;
        margin: 1px;
        padding-top: 20px;
    }

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fade-in {
    opacity: 0; /* Initially hidden */
    transform: translateY(40px); /* Slightly moved down */
    transition: opacity 5s ease-out, transform 2s ease-out;
}

    .fade-in.visible {
        opacity: 1; /* Fully visible */
        transform: translateY(0); /* Back to original position */
    }



.zoom {
    transition: transform .5s; /* Animation */
}

    .zoom:hover {
        transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.hover-blue {
    background: #fff;
    transition: color 1s ease-out 100ms;
    transition: background-color 2s ease-out 100ms;
}

    .hover-blue:hover {
        background-color: #2252A4 !important;
        color: #fff !important;
    }

/*.slide-out {
    transform: translateX(90%);*/ /* Initially hidden */
    /*transition: transform 0.3s ease-in-out;
    will-change: transform;
}
    .slide-out.in-view {
        transform: translateX(0);*/ /* Slide into view */
    /*}*/
.slide-out {
    opacity: 0;
    transform: translateX(90%); /* Start off-screen */
    transition: transform 2s ease, opacity 2s ease;
}

    .slide-out.active {
        opacity: 1;
        transform: translateX(0); /* Slide into view */
    }

.btn {
    border-radius: 0;
    font-family: poppins-light;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.opacity-dark-20 {
    background-color: rgba(0,0,0,.2);
}

.text-lg {
    font-size: 2.5em !important;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    border-radius: 50%;
    font-size: 40px;
}

.page-scroll .btn-circle i.animated-arrow {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 2s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 2s;
}

.page-scroll .btn-circle:hover i.animated-arrow {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:1024px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        margin-bottom: 80px;
        min-height:100px !important;
    }
    	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }	

    .intro-text {
        font-size: 25px;
    }
}

@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}
}

@media (max-width:1024px) {
    	
    .menu-logo {
        height:50px !important;
        float:right;
    }
    #nav-container {
        width:100% !important;
        padding:0px !important;
    }
    .navbar-header {
        width:100%;
    }
    .navbar-toggler {
        padding-top:1rem !important;
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }

    video {
        object-fit: cover;
        height: 100vw !important;
    }
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border-radius: 50%;
		font-size: 20px;
	}

    .mobile-x-p {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobile-width-x {
        width:none !important;
    }

    .p-5 {
        padding:.50rem !important;
    }

    .container-fluid {
        width:none !important;
    }

    .opacity-dark-20 {
        background-color: rgba(0,0,0,.9);
    }

    .menu-logo {
        height: 40px !important;
        float: right;
        margin: 10px 10px;
    }
}
