/* Custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;600&display=swap');


html{
    font-family: 'Lato', sans-serif;
    /*font-family: 'Readex Pro', sans-serif;*/
  scroll-behavior: smooth;

}

h1,h2,h3,h4,p,label,p,div{
    margin: 0;
    padding: 0;
}
a, button{
    cursor: pointer;
    text-decoration: none;
}

.section{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}
footer.section {
    padding: 0;
}
.page-header{
    background: #3642a6;
    padding: 120px 0px;
    background-size: cover;
    background-position: center;
}
.page h2, .post h2 {
    text-align: left;
}

.page-header h1{
    color: #fff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0;
	line-height: 1;
}
.shadow{
    box-shadow: 4px 4px 50px #8080801c;
    /*box-shadow: 3px 10px 20px 16px #778d9d33;*/
}

.decorative-blue-box {
    background: linear-gradient(
258deg, #26A9E0 0%, #2A3C8F 100%) 0% 0%;
    border-radius: 20px;
    padding: 20px;
}

.decorative-blue-box h2, .decorative-blue-box p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
}

.box{
    background-color: #fff;
    border-radius: 36px;
    padding: 10px 20px;
    margin: 0 auto;
    display: flex;
    vertical-align: text-top;
    box-sizing: border-box;
    height: auto;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px;
    display: inline-block;
    max-width: 220px;
    vertical-align: text-top;
}

.card.career {
    min-width: 360px;
    position: relative;
}
.card.address{
    min-height: 162px;
}
.card h3 {
    font-size: 12px;
    color: #f05b23;
    padding-bottom: 5px;
    font-weight: 400;
}
.card p {
    color: #082439;
    font-weight: 400;
    font-size: 13px;
    opacity: 1;
}



/* LAYOUT */
.half, .one-third, .two-third, .full{
    display: inline-block;
    float: left;
    position: relative;
}
.one-third {
    width: 30%;
    max-width: 30%;
}
.two-third {
    width: 70%;
    max-width: 65%;
}

.careers .two-third {
    max-width: 65%;
    padding-left: 40px;
    padding-right: 20px;
}

.who-we-are .two-third p {
    padding-left: 60px;
}
.full{
    width: 100%;
    max-width: 100%;
}
.one-third {
    width: 35%;
    max-width: 35%;
}

.connect-wrapper .one-third {
    width: auto;
    padding: 0 40px;
    border-right: 1px solid #c3c3c3;
}

.connect-wrapper .one-third:first-child {
    padding-left: 0px;
}

.connect-wrapper .one-third:first-child {
    padding-left: 0;
}

.connect-wrapper .one-third:last-child {
    max-width: unset;
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}

.half {
    width: 50%;
    max-width: 50%;
}
.contact-form, .map {
    max-width: 45%;
    display: inline-block;
    min-height: 380px;
    vertical-align: top;
    border-radius: 36px;
    overflow: hidden;
    margin-top: 0;
}
/* Typography */

h1{
    font: normal normal bold 80px/102px Lato;
    letter-spacing: 1.6px;
    color: #082439;
    text-transform: capitalize;
}

h2{
    text-align: center;
    font-size: 36px;
    color: #082439;
    text-transform: capitalize;
}
.section h2 {
    padding-top: 54px;
    padding-bottom: 72px;
}

.get-in-touch h2 {
    padding-bottom: 20px;
}

.careers h2 {
    padding-top: 0;
    padding-bottom: 20px;
}
.careers .box h2{
    text-align: left;
}
.career-intro {
    min-width: 280px;
    border-right: 1px solid #c8c8c8;
    padding-right: 40px;
    padding-top: 40px;
    padding-left: 20px;
}

.decorative-blue-box h2, .decorative-blue-box p {
    text-align: left;
    padding-left: 20px;
    font-weight: 400;
}

.decorative-blue-box p {
    font-weight: 400;
}
h3{
    text-align: left;
    font-size: 36px;
    letter-spacing: 0.5px;
    color: #082439;
}

.ceo-desk h3 {
    font-size: 30px;
    padding-bottom: 5px;
}

h4{
    text-align: left;
    font: normal normal medium 24px/32px Lato;
    letter-spacing: 0.34px;
    color: #F05B24;
}
p{
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.34px;
    color: #082439;
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.5;
}


footer p {
    margin-bottom: 5px;
}

footer h3 {
    font-size: 22px;
}

footer .connect-wrapper {
    max-width: 560px;
}

.who-we-are .one-third p {
    font-size: 18px;
    opacity: 1;
}

p.designation {
    font-size: 21px;
}

p.small{
    font-size: 18px;
}

button, .button{
    border: none;
    font-size: 14px;
    padding: 8px 10px;
    background: #F05B24;
    color: #fff;
    border-radius: 6px;
    line-height: 1.2;
}
img {
    width: 100%;
    max-width: 100%;
}
/* HEADER */
nav li {
    display: inline-block;
    list-style-type: none;
    padding: 0px 10px;
    line-height: 74px;
}

nav#site-navigation {
    display: inline-block;
    width: 65%;
    max-width: 65%;
    text-align: center;
    box-sizing: content-box;
}

.site-branding {
    display: inline-block;
    width: 17.5%;
    max-width: 17.5%;
    vertical-align: middle;
    text-align: left;
    height: auto;
}

button.menu-toggle {
    display: none;
}

nav li a {
    color: #082439;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
}

header#masthead {
    background: #fff;
    width: 100%;
    max-width: 100%;
    box-shadow: 4px 4px 50px #8080801c;
    position: sticky;
    top: 0px;
    z-index: 9999;
}

body {
    width: 100%;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

h1.site-title {
    font-size: 21px;
    margin: 0;
    padding: 0;
    line-height: inherit;
}
p.site-title {
    margin: 0;
    padding: 0;
}

p.site-description {
    margin: 0;
    padding: 0;
}

nav li a:hover {
    color: #f05b23;
}
.top-right-menu {
    display: inline-block;
    max-width: 17.5%;
    text-align: right;
    float: right;
    margin-top: 20px;
}

.top-right-menu ul li {
    list-style: none;
    text-align: right;
}

.top-right-menu ul li {
    background-color: #F05B24;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    line-height: 1;
    text-decoration: none;
}

.top-right-menu ul li a {
    color: white;
    cursor: pointer;
    width: 100%;
}

.top-right-menu ul li a::before {
        font-family: 'FontAwesome';
        content: "\f879";
        padding-right: 5px;
        border-right:  1px solid white;
        margin-right: 5px;
    }

span.custom-logo-link img,a.custom-logo-link img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
	max-width: 160px;
}
/* Slideshow container */
.slideshow-container {
  display: block;
  position: relative;
  margin: auto;
  height: 420px;
  padding: 20px 0;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  padding-right: 20px;
  color: #939393;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  cursor: pointer;
  color: #F05B24;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/** Page Styles **/
.page .page-content{
	font-family: 'Poppins', sans-serif;
	color: #3642a6;
}
.page .page-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.page .page-content h3 {
    font-size: 21px;
    margin: 10px auto;
    line-height: 1.2;
    letter-spacing: initial;
    font-weight: 400;
}
.page .page-content.content-wrapper {
    padding: 20px;
}
.page .page-content.content-wrapper ul {
    max-width: 80%;
    margin-left: 40px;
}
.connect-with-us h2 {
    text-align: center;
}
.page p {
    font-size: 16px;
    letter-spacing: normal;
    margin-top: 10px;
    opacity: 1;
    font-weight: 700;
    color: inherit;
}
.page .page-content h2, .page .page-content h3 {
    color: #3642a6;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/** FORM **/
.form form .full,form form .full,form .full{
    text-align: left;
    margin-top: 10px;
}
.form form .half,form form .half,form .half {
    margin: 1%;
    max-width: 48%;
}
.form form p,form form p,form p{
    opacity: 1;
}
.form form label, form form label,form label{
    text-align: left;
    color: #082439;
    opacity: 0.5;
}
.form form input,form input{
    background: none;
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 2px solid #86949c;
    box-sizing: border-box;
}
.form form input::placeholder,.form form textarea::placeholder, form input::placeholder, form textarea::placeholder{
    color: #84929c;
    font-size: 18px;
}
.form form input[type="submit"], form input[type="submit"]{
    border: none;
    font-size: 18px;
    background-color: #F05B24;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    line-height: 1;
    text-decoration: none;
    margin: 20px;
    max-width: 160px;
}
.form form textarea,form textarea{
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    color: #84929c;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #86949c;
    max-height: 120px;

}
.form form select, form select {
    background: none;
    border: none;
    border-bottom: 2px solid #86949c;
    width: 100%;
    color: #86949c;
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 6px;
}
.form form input[type="file"], form input[type="file"]{
    border: none;
}
form input, form select,form textarea {
    margin: 6px 0px;
}
form {
    display: inline-block;
}

form .content-wrapper .full {
    text-align: left;
}

.content-wrapper form .full {
    text-align: left;
}

form label {
    color: #4c5e67;
    font-size: 14px;
}

form input, div#time_within input {
    margin-bottom: 10px;
    padding: 6px 10px;
    height: 44px;
    border-radius: 4px;
}

form half {
}

form .half {
    max-width: 48%;
    margin-right: 1%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border: none;
}



/* Slider */

.slide-image, .slide-content {
  position: absolute;
}
.slide-image {
  max-width: 720px;
  right: 0;
}

#services-offer .slide-image {
    right: auto;
    left: 0;
}
.slideshow-container .slide-image{
      z-index: -1;
}

.slide-content {
  
  top: 100px;
}
.main-slider .slide-content{
    max-width: 520px;
}
.slide-content h1 {
  font-size: 48px;
  line-height: 1.3;
}
.slide-control {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 60px;
  margin: 0;
}
.slide-subtext {
}
.slide-count {
    position: absolute;
    left: 0px;
    top: 70px;
}

.slide-count span.count {
    font-size: 2px;
    padding: 2px 10px;
    background-color: #d3d3d3;
    border-radius: 10px;
    cursor: pointer;
    margin: 6px;
}
span.count.active, .slide-count span.count:hover{
    background: #F05B24;
    /* height: 0px; */
}
/* Get Quote Form */

h1.white{
    color: #fff;
}

.section.quotation{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: left ;
text-align: center;
}

.quote-form {
    background: linear-gradient(258deg, #26A9E0 0%, #2A3C8F 100%) 0% 0%;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 54px;
    position: relative;
}

.quote-form h2 {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 0px;
}

.quote-form p {
    color: #fff9;
    text-align: center;
}

.quote-form button {
    border-radius: 6px;
    font-size: 18px;
}

button.primary-button {
    width: 160px;
    padding: 12px;
    text-transform: capitalize;
}

.input-box-wrapper {
    display: inline-block;
}

.quote-form form label {
    display: block;
    text-align: left;
    color: #fff;
    padding: 4px 18px;
    font-size: 14px;
}

.quote-form input {
    border: 1px solid #ffffff70;
    background: none;
    color: #fff;
    border-radius: 4px;
    min-width: 200px;
}
.quote-form input::placeholder {
    color: inherit;
}
i.fas.fa-calendar-alt {
    position: absolute;
    right: 8%;
    top: 35%;
}

div#time_within {
    position: relative;
}
.search-listing {
    background: #100852;
    color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #003492;
    padding: 5px 10px;
    cursor: pointer;
    max-width: 360px;
    white-space: initial;
    text-align: left;
}
div#append_port_list, div#append_to_port_list{
    position: absolute;
    width: auto;
    min-width: 200px;
    z-index: 999;
}

.search-listing h6 {
    display: inline-block;
    padding: 4px;
    font-size: 14px;
    text-align: left;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.6;
}

/* The Flaps Promise */
.section.flaps-promise{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: right ;
text-align: center;
}


/* Whow We Are */
.section.who-we-are{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: left ;
}

/* Services We Offer */
.section.services-offer{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: right ;
}
.img-container.plane {
    margin-top: -80px;
    text-align: center;
}

.services-offer .decorative-blue-box {
    min-height: 220px;
}

.plane img{
    max-width: 80%;
}
.services-offer .content-wrapper h2{
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 0px;
}
ul.listing li{
    list-style: none;
    color: #082439;
    margin: 15px 0;
    opacity: 0.6;
    cursor: pointer;
    font-size: 16px;
    padding-left: 60px;
}

ul.listing li:hover {
    opacity: 1;
}

ul.listing li.active {
    opacity: 1;
}
ul.listing li.active{
    color:  #000;
}
#services_slider_space .slide-content{
    position: relative;
    top: 10px;
    padding: 0;
    padding-bottom: 60px;
    max-width: 80vw;
}
.slide-content ul {
    color: white;
    opacity: 0.6;
    padding-left: 40px;
px
;
}
.services-offer .decorative-blue-box{
    max-width: 96%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.services-offer .img-container.plane{
    margin-top: -80px;
}
/* CEO's Desk */
.section.ceo-desk{
    background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
    background-size: contain;
    background-position: right;
    padding-bottom: 100px;
    margin-top: 180px;
}


.img-container.ceo-pic {
    width: 400px;
    margin-left: 40px;
    z-index: 18;
    max-width: 80%;
}
.ceo-desk .decorative-blue-box {
    height: 160px;
    width: 140px;
    position: absolute;
    margin-top: -120px;
    z-index: -1;
}

/* Careers */
.section.careers{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: right ;

}

.career-form {
    width: 100%;
   
    display: inline-block;
}

.career-form input, .career-form input[textarea], .contact-form input, .contact-form input[textarea], .contact-form select {
    padding: 10px;
    max-width: 100%;
    width: 100%;
}

.contact-form input[type="textarea"] {}

.contact-form input[type="submit"] {
    background-color: #f05b23;
    border: none;
    color: white;
    opacity: 1;
}

.section.hiring{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: left ;
text-align: center;
}

/* Get In Touch */

.section.get-in-touch{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: right ;
}
.section.get-in-touch p{
    text-align: center;
}
.map iframe {
  height: 371px;
}
.map iframe, .contact-form.box {
  width: 100%;
  height: 460px;
}
.map iframe {
  width: 100%;
  max-width: 100%;
  min-width: 400px;
}
/* Office Locations */

.section.office-locations{
background: url(http://flaps.spiralcurve.com/wp-content/uploads/2021/09/cloud-1.png) no-repeat;
background-size: contain;
background-position: left ;
text-align: center;
}

/* Connect With Us */
.connect-wrapper {
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}
.connect-wrapper h2 {
    padding-top: 0;
}
.connect-wrapper h3 {
    font-size: 21px;
    color: #f05b23;
    font-weight: 400;
}

.key-points {
    min-width: 120px;
    display: inline-block;
    padding: 0 30px;
    vertical-align: text-top;
    border-right: 1px solid #c3c3c3;
    height: 116px;
    text-align: center;
    max-width: 180px;
}

div.key-points:first-child p,div.key-points:nth-child(2) p {
    max-width: 76px;
    margin: 0 auto;
}

.key-points img {
    max-width: 48px;
}

.key-points p,.key-points h3 {
    text-align: center;
}

.key-points p {
    padding-top: 6px;
    margin-bottom: 0;
}

.key-points:last-child {
    border-right: none;
}

.content {}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.content-wrapper .full {
    text-align: center;
}

.key-points h3 {
    color: #f05b23;
    font-weight: 400;
}
.contact-mail, .contact-no {
    max-width: 400px;
    display: inline-block;
    padding: 20px;
}
/** MEDIA QUERIES **/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}



/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 300px) and (max-width: 767px) {
  
  /* CSS */
  .content-wrapper form .half{
        max-width: 96%;
  }
  .contact-mail, .contact-no {
    display: inline-block;
    min-width: 100%;
    padding: 20px;
    padding-left: 20%;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
.foo-bar {
    padding: 10px 20px;
    text-align: center;
    background: #3642a6;
    display: flex;
    justify-content: center;
}

a.footer-links {
    padding: 0px 10px;
    color: #fff;
    border-right: 1px solid #fff;
}

a.footer-links:last-child {
    border: none;
}
@media (min-width: 320px) and (max-width: 960px) {
    .plane-info {
    max-width: 180px;
    }

    h3.quote-amount {
    font-size: 24px;
    padding-top: 5px;
    }

    .plane-meta-info {
    text-align: left;
    padding: 15px 0;
    }

    .plane-meta-info h3 {
    width: 50%;
    font-size: 14px;
    color: #082439;
    opacity: 0.7;
    letter-spacing: 0px;
    vertical-align: text-top;
    padding-bottom: 10px;
    }
    .map iframe, .contact-form.box, #career .box{
        max-width: 94vw;
        margin-bottom: 10px;
    }
    .slideshow-container {
    height: 346px;
    }

    button {
    font-size: 14px;
    border-radius: 6px;
    }
    /** SLIDER **/
    .slide-image, .slide-content {
    /*! position: relative; */
    /*! display: inline-block; */
    left: 5%;
    right: 5%;
    }
  .slide-count {
    position: absolute;
    top: 220px;
    }

    .slide-image {
    height: 200px;
    }
    .slide-image img {
      margin: 0 auto;
    }
    .slide-content {
      top: 236px;
      padding-top: 10px;
      padding-left: 10px;
    }


    .slide-subtext {
        max-width: unset;
    }
    .slide-content h1 {
      font-size: 18px;
      padding-bottom: 0px;
    }

    .slide-content p {
    margin-bottom: 10px;
    }
    .slide-count {
      width: 100%;
      text-align: center;
    }
    .slide-control {
      top: 240px;
      left: 20px;
      z-index: 999;
    }

    /** FORM **/
    .form form .full {
        text-align: left;
        margin-top: 10px;
    }
    .form form .half {
        margin: 1%;
        width: 100%;
        max-width: 100%;
    }
    p{
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0;
    }

    .quote-form p {
        margin-bottom: 5px;
    }

    .content-wrapper{
        width: 100%;
        max-width: 100%;
    }
  
    .connect-wrapper .one-third{
        width: 100%;
        max-width: 480px;
    }
    .services-offer .content-wrapper h2{
        font-size: 21px;
        padding: 0;
    }
    .services-offer .content-wrapper p{
        padding: 10px 0px;
        max-width: 80vw;
    }
    .services-offer .slide-image img{
        padding-left: 0;
    }
    .ceo-desk h3{
        font-size: 21px;
        max-width: 80vw;
        margin: 0 auto;
        padding-top: 10px;
    }
    /* Navigation */
    header#masthead{
        height: 80px;
    }
    .menu-primary-menu-container #primary-menu{
        display: none;
    }
    nav li a {
    display: inline-block;
    min-width: 100%;
    width: 100%;
    color: #fff;
    }

    nav li {
        width: 100%;
        line-height: 48px;
        padding-left: 40px;
    }
        nav li a{
            display:block;
            font-size: 16px;
            color: #454e55;
            font-weight: 400;
        }

    nav li a:hover {
        color: #f05b23;
    }
    .menu-primary-menu-container #primary-menu{
        position: absolute;
        background: white;
        width: 100%;
        padding-bottom: 30px;
        box-shadow: 0px 20px 20px 0px #0f0f0f38;
        padding-top: 10px;
    }
    .card.address{
        min-height: 140px;
    }
    .top-right-menu {
    max-width: 140px;
    position: absolute;
    top: 14px;
    right: 76px;
    margin-top: 0px;
    }
    #secondary-menu {
    display: inline-block;
    width: 100%;
    }
    .top-right-menu ul li {
    padding: 8px 10px;
    font-size: 14px;
    }
    nav#site-navigation {
        display: inline-block;
        position: absolute;
        top: 60px;
        text-align: left;
        max-width: 100%;
        width: 100%;
        right: 0;
    }

    button.menu-toggle {
        position: absolute;
        float: right;
        top: 6px;
        right: 20px;
        z-index: 99999;
        display: inline-block;
        background: none;
        color: #000;
        padding: 0;
        vertical-align: middle;
        cursor: pointer;
    }
    .menu-toggle i.fas.fa-bars, .menu-toggle i.fas.fa-times {
        font-size: 24px;
        display: inline-block;
        height: auto;
        width: auto;
        color: #4e5256;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .site-branding {
        width: 50%;
        max-width: 210px;
    }

    .input-box-wrapper {
        width: 100%;
    }

    .input-box {
        width: 100%;
        padding-bottom: 10px;
    }

    .quote-form input {
        width: 94%;
        max-width: 94%;
        margin: 0 auto;
    }

.quote-form input::placeholder {}

    .quote-form {
        margin: 10px;
    }

    button.primary-button {
        width: 100%;
        max-width: 320px;
    }

    .key-points {
        padding: 20px;
        margin: 0 auto;
        border-right: none;
        width: 100%;
        max-width: 220px;
        height: auto;
    }

    .content-wrapper .one-third {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .content-wrapper .two-third {
        width: 100%;
        max-width: 100%;
    }

    div {
        box-sizing: border-box;
    }

.ceo-box-container {
    width: 240px;
    margin: 0 auto;
}

    .who-we-are .two-third p {
        /*max-width: 480px;*/
        box-sizing: border-box;
        padding: 0 20px;
    }

    .content-wrapper .half {
    width: 100%;
    min-width: 280px;
    max-width: 48%;
    }

    #ceo-desk .half {
        padding: 20px;
        max-width: 100%;
    }

#ceo-desk .half p {
    max-width: 80vw;
    margin: 0 auto;
}

    .ceo-desk .decorative-blue-box {
        margin-top: -136px;
        margin-left: -30px;
    }

    .img-container.ceo-pic {
        max-width: 240px;
        margin: 0 auto;
    }

    .contact-form, .map {
        display: inline-block;
        min-width: 322px;
        max-width: 80vw;
        padding: 20px;
        overflow: hidden;
    }

.map {
    padding: 0px;
}

    .connect-with-us .one-third {
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #c3c3c3;
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 100%;
        margin: 0 auto;
    }

    .connect-with-us .one-third p, .connect-with-us .one-third h3 {
        text-align: center;
    }

    .connect-wrapper .one-third:last-child {
        max-width: 100%;
        padding: 0;
    }
    .who-we-are img {
    max-width: 220px;
    padding-bottom: 20px;
    }

    .section h2 {
        padding: 10px 10px;
        font-size: 24px;
    }
    ul.listing li {
    display: inline-block;
    padding: 10px 10px;
    border-bottom: 4px solid lightgray;
    margin: 0;
    }

    ul.listing {
        white-space: nowrap;
        width: 100%;
    }

    .services-offer .content-wrapper {
        display: inline-block;
    }

    ul.listing li.acitve {
        border-bottom: 4px solid orange;
    }

    ul.listing li.active {
        border-bottom: 4px solid #f05b23;
    }
    /** CEO Desk **/
    .section.ceo-desk{
        margin-top: 140px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .services-offer .one-third {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .decorative-blue-box p {
        font-size: 14px;
        line-height: 1.4;
        opacity: 0.7;
        padding-left: 8px;
    }

    .img-container.plane {
        margin-top: -44px;
    }

    .one-third.career-intro {
        min-width: unset;
        border-right: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .box {
        display: inline-block;
        min-width: 300px;
        height: auto;
        max-width: 96%;
        margin: 0 auto;
        margin-left: 2%;
    }

.career .box {
    max-width: 96vw;
}
  
    .career-intro .two-third {
        padding: 0;
        margin: 0;
    }

    .career-intro .two-third {
        padding: 0;
    }

    .careers .two-third {
        padding: 0;
    }

    h2 {
        font-size: 28px;
    }

    .card.address {
        display: inline-block;
    }

    .connect-wrapper {
        padding: 0;
    }

.connect-wrapper .half {
    display: block;
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .connect-with-us .one-third:last-child {
        border: none;
    }
    .map iframe{
        min-width: 240px;
    }
    .map iframe, .contact-form.box{
        height: auto;
        min-height: 400px;
        width: 100vw;
    }
  
}

/* --- Optimized Mobile Dropdown Menu Fixes --- */
@media (max-width: 960px) {
    #primary-menu {
        width: 100%;
    }
    #primary-menu .menu-item {
        width: 100%;
        display: block;
        position: relative;
    }
    #primary-menu .menu-item-has-children > ul,
    #primary-menu .menu-item-has-children > .sub-menu {
        display: none;
        position: static;
        background: #fff;
        box-shadow: none;
        padding-left: 20px;
        margin: 0;
    }
    #primary-menu .menu-item-has-children.submenu-open > ul,
    #primary-menu .menu-item-has-children.submenu-open > .sub-menu {
        display: block;
    }
    #primary-menu .menu-item-has-children > a:after {
        content: '\25BC';
        float: right;
        font-size: 14px;
        margin-left: 8px;
        color: #082439;
        transition: transform 0.2s;
    }
    #primary-menu .menu-item-has-children.submenu-open > a:after {
        content: '\25B2';
        transform: rotate(180deg);
    }
    #primary-menu .sub-menu li a {
        font-size: 15px;
        color: #454e55;
        padding: 10px 10px 10px 30px;
       
    }
    #primary-menu .sub-menu li a:hover {
        color: #f05b23;
    }
}

@media (min-width: 961px) {
    #primary-menu .menu-item-has-children > ul,
    #primary-menu .menu-item-has-children > .sub-menu {
        display: none;
        position: absolute;
/*         left: 0; */
        top: 100%;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        min-width: 180px;
        z-index: 999;
    }
    #primary-menu .menu-item-has-children:hover > ul,
    #primary-menu .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
    #primary-menu .sub-menu li a {
        padding: 10px 15px;
        color: #333;
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    #primary-menu .sub-menu li a:hover {
        background: #f0f0f0;
        color: #f05b23;
    }
    #primary-menu .menu-item-has-children > a:after {
        content: '\25BC';
        margin-left: 8px;
        font-size: 12px;
        color: #082439;
        float: none;
    }
}

/* quotation listing */
.listing-row:nth-child(even) {
    background: #ffffff;
}
.listing-row:nth-child(even) {
}
.listing-row {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    width: 100%;
    vertical-align: middle;
    background: white;
    border-radius: 6px;
    max-width: 1024px;
}

.info-area {
    display: inline-block;
    width: 100%;
    padding-left: 4%;
    text-align: left;
}
div.plane_img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.plane_img img {
    transform: scale(1.6);
    display: inline-block;
    margin-top: 10px;
}
.plane-info {
    min-width: 320px;
    display: inline-block;
}
.info-area h2.plane-name {
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    margin-left: 10px;
}
.info-area h2.plane-name {
    font-size: 24px;
    color: #082439;
    font-weight: 400;
    padding-left: 10%;
}
.info-area .plane-name, .info-area .quote-amount {
    display: inline-block;
    vertical-align: middle;
}
.plane-info, .plane-meta-info {
    display: inline-block;
    vertical-align: middle;
    min-width: 40%;
    color: black;
}
.info-area .seating-capacity, .info-area .plane-base, .info-area .plane-type {
    display: inline-block;
    min-width: 120px;
}
.plane-meta-info h3 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: inline;
}
.listing-row h3 span {
    font-weight: 600;
}
.plane-meta-info {
    text-align: right;
    float: right;
    padding-top: 30px;
    padding-right: 5%;
}

h3.quote-amount {
    padding-left: 15%;
    font-size: 30px;
}

h3.quote-amount i{
    font-size: 24px;
    padding: 0px 5px;
}

* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}


/* PRESS & PARTNER SLIDER */
.wpcp-carousel-section .wpcp-single-item img {
    width: auto;
}

.wpcp-single-item {
    margin: 10px;
    padding: 10px;
}

#sp-wp-carousel-free-id-115.sp-wpcp-115 .wpcp-single-item {
    border: none;
}

.wpcp-carousel-section.wpcp-standard:not(.wpcp-preloader) {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: flex-start;
    overflow-x: scroll;
}

.wpcp-slide-image {min-width: 120px;}

.wpcp-carousel-section .wpcp-single-item {
    display: inherit;
    overflow: initial;
}

.page-header h2 {
    text-align: left;
    padding: 20px 0;
    color: #fff;
}


.career .post-meta li {
    text-align: left;
    color: #4d6170;
    list-style: none;
}
a.apply-btn {
    border: 1px solid #ef5c26;
    color: #ef5c26;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    border-radius: 6px;
}

span.custom-logo-link {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    max-width: 160px;
}

.fa-logo span.custom-logo-link img {
    max-width: 320px;
    margin-left: -70px;
    padding-bottom: 15px;
}
.logged-in div#dialog {
    display: none;
}
.entry-content {
    min-height: 360px;
    padding: 20px;
}
.slideshow-container .slide-image {
    border-radius: 40px;
    overflow: hidden;
}


a.connect-wrapper {}

.connect-wrapper a {
    font-size: 21px;
    color: #f05b22;
    text-align: left;
    width: 100%;
    display: block;
}
.connect-wrapper a i {
    padding-right: 10px;
}
.connect-wrapper half {
    text-align: left;
}
.connect-wrapper h2{
    padding-bottom: 10px;
}
footer .connect-wrapper{
    padding-bottom: 60px;
}

/** CAREER FORMS **/
.content-wrapper form .full{
    text-align: left;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .slideshow-container{
        height: 456px;
    }
    .slide-image{
        height: 320px;
    }
    .slide-count{
        top: 344px;
    }
  .slide-content{
    top: 356px;
  }
  .slide-content h1{
    font-size: 24px;

  }
  /* CSS */
  
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: 0px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: 0px;
}

/* Media Queries */

@media (max-width: 768px) {
    span.custom-logo-link img, a.custom-logo-link img{
        padding: 4px 10px;
    }
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
	.foo-bar {
    flex-direction: column;
	}

	a.footer-links {border: none;padding-bottom: 10px;padding-top: 10px;}

	.page-content.content-wrapper {
		padding: 20px;
	}
}
  
.row {
  overflow: hidden;
}  

/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}
.logo-carousel .slide img {
    max-height: 80px;
    vertical-align: middle;
    padding: 10px;
    width: auto;
}

#press h2 {
    padding-bottom: 20px;
}


button#check_price:disabled {
    background: #b5b5b5;
    color: #ffffff;
    cursor: not-allowed;
}

form#submitOtp {
    width: 100%;
}

#submitOtp input[type="submit"] {
    margin: 0 auto;
    display: block;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: none;
    border: none;
    text-align: center;
}

button.ui-dialog-titlebar-close {
    background: none;
}

#dialogue {}

.ui-widget.ui-widget-content {
    border: none;
    backdrop-filter: blur(8px);
    background-color: rgb(255 255 255 / 71%);
    z-index: 999999;
    box-shadow: 0px 0px 20px 0px #b5b5b591;
}

button.ui-dialog-titlebar-close {
    color: black;
}
.popup-alerts {
    backdrop-filter: blur(8px);
    background-color: rgb(255 255 255 / 71%);
    z-index: 999999;
}
h2.modal-title {
    font-size: 18px;
}
/** NEW STYLE FOR THANK YOU MSG ON FORM SUBMISSION **/
div#result_flight_quotaion h1 {
    color: #ffffff;
    font-size: 44px;
}

div#result_flight_quotaion {
/*     border: 2px solid #ffffff63; */
    margin: 10px 0;
    border-radius: 6px;
    padding: 10px;
}

/* Hide sub-menu by default */
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: white; /* Optional: Add background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Show sub-menu on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Optional: Style the submenu items */
.sub-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
	line-height: 1;
    min-width: 160px;
    text-align: left;
}

.sub-menu li a:hover {
  background-color: #f0f0f0;
}
.sub-menu li {
    padding: 0;
}

.career-form.form label {
    width: 100%;
    padding: 0 10px;
}
.career-form form{
	width: 100%;
}
.enrol-cta a {
    font-size: 21px;
    display: block;
    padding: 10px;
    border: 1px solid;
    margin: 5px;
    border-radius: 33px;
    background-color: #f05b24;
    color: #fff;
    width: 320px;
    font-weight: 600;
}

.enrol-cta a i {
    padding-right: 10px;
    padding-left: 10px;
}
.enrol-form form input[type="submit"] {
    max-width: 300px;
    height: 64px;
}

.enrol-cta a:hover {
    background: #3642a6;
    text-decoration: none;
}

@media screen and (max-width: 719px) {
  .box{
	  display: flex;
		flex-wrap: nowrap;
  }
	.box.shadow.enrol-section {
    display: inline-block;
}
	}
	.enrol-section .half {
    max-width: 100%;
    padding-top: 20px;
}
	.enrol-form .half{
		max-width: 100%;
	}
}

