@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style-type: none;
  margin: 0px;
}
li {
  margin: 0px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
strong {
  font-weight: bold;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  border: 0 none;
  height: auto;
  vertical-align: middle;
}
body {
  padding: 0;
  margin: 0px;
  color: #232931;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  background: #fff;
  font-size: 16px;
}
button {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p {
  clear: both;
  padding: 0;
  margin: 0;
}
h1 {
  font-family: 'Playfair Display', serif;
}
p {
  clear: both;
  padding: 0 0 12px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5)
}
a {
  text-decoration: none;
}
p a:hover, a:hover {
  text-decoration: none;
  color: #ed1c24;
}
::-webkit-input-placeholder {
  color: #7a7a7a;
}
::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.btn-primary {
  height: 50px;
  background: #D9AB80 url("../img/primary-arrow.svg") no-repeat calc(100% - 20px) center;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  transition: all ease-in-out 0.3s 0s;
  display: inline-block;
  border: none;
  padding: 0 40px 0 25px;
  letter-spacing: 2px;
  margin-left: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus {
  background-color: #BF8248;
  color: #fff;
  box-shadow: inherit;
}
.btn-outline-primary {
  height: 50px;
  background: url("../img/primary-arrow.svg") no-repeat calc(100% - 20px) center;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  transition: all ease-in-out 0.3s 0s;
  display: inline-block;
  border: 1px solid #fff;
  ;
  padding: 0 68px 0 25px
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active:focus {
  background: url("../img/primary-outline-hover-arrow.svg") no-repeat calc(100% - 20px) center;
  background-size: 14px 11px;
  color: #BF8248;
  box-shadow: inherit;
  border-color: #BF8248;
}
/*------------------------------------*\

         Custom Css Start

\*------------------------------------*/
/*Header Css Start*/
.header {
  background: none;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .41);
  z-index: 9;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  margin-right: 22px;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo img{border-radius:10px;}
/*Footer Css Start*/
.footer {
  background: #fff;
  padding: 40px 0px 0 0;
  position: relative;
}
.footer-logo {
  padding: 0 0 10px 0;
}
.footer p {
  color: #4B4B4B;
  font-size: 14px;
}
.footer-share ul {
  display: flex;
  margin-top: 15px;
}
.footer-share ul li {
  margin-right: 10px;
}
.footer-share img {
  width: 49px;
}
.footer h4 {
  color: #D9AB80;
  margin: 0px 0 20px 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.footer h6 {
  color: #4B4B4B;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer-location {
  background: #FAF6F2;
  border-radius: 20px;
  padding: 18px 50px;
  margin-top: 20px
}
.copyright {
  margin-top: 50px;
  text-align: center;
  background: #D9AB80
}
.copyright p {
  padding: 18px 0;
  color: #fff;
  font-size: 13px;
}
/*Home Page Css*/
.topBanner {
  position: relative;
}
.homeBanner {
  min-height: 600px;
}

.homeBanner img {
    min-height: 600px;
    width: 100%;
    object-fit: cover;
    height: 770px;
}
.innerBanner {
  min-height: 300px;
  background: #000000;
}
.innerBanner img {
  min-height: 300px;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.banner-content {
  width: 100%;
  position: absolute;
  top: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.banner-content h1 {
  font-size: 66px;
  font-weight: 700;
  color: #D9AB80;
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 50px;
}
.banner-content h1 span {
  font-size: 66px;
  font-weight: 400;
  color: #fff;
  font-style: normal;
  display: block;
}
.banner-content p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  max-width: 513px;
}
.banner-cta {
  display: flex;
  padding-top: 20px;
}
.banner-content .btn-primary {
  margin-right: 15px;
}
/*what-can-do*/
.flight-welcome {
  background: #ECEBEA;
}
.flight-services {
  background: #FAF6F2;
  border-radius: 30px;
  padding: 35px;
  margin-top: -150px;
  position: relative;
}
.login-flight-services {
  background: #FAF6F2;
  border-radius: 30px;
  padding: 35px;
  margin-top: 0px;
  position: relative;
}
.doing-blog {
  text-align: center;
}
.doing-blog h5 {
  font-size: 30px;
  color: #D9AB80;
  font-weight: 500;
  margin: 15px 0;
  font-family: 'Playfair Display', serif;
}
.doing-blog {
  max-width: 364px;
  margin: 0 auto;
}
.doing-blog img {
  display: inline-block;
}
.welcome-content {
  padding: 96px 0 85px 0;
}
.blogContent {
  /*  padding-right: 90px;*/
}
.title h5 {
  color: #D9AB80;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.title h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 15px;
}
.blogImg {
  position: relative;
  width: auto;
  display: inline-block;
}
.lineImg {
  margin: 43px 30px 0 0;
}
/* .lineImg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #D9AB80;
  border-radius: 30px;
  top: -43px;
  right: -30px;
} */
.blogImg img {
  border-radius: 30px;
  position: relative;
}
.middleBlog {
  background: #FAF6F2;
}
.blogContent li {
  background: url("../img/list-arrow.png") no-repeat 0 5px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
  margin: 9px 0;
  display: block;
  padding-left: 23px;
}
.blogContent .banner-cta a {
  width: 260px;
}
.industries-work {
  background: url("../img/whyChooseBg.jpg") no-repeat center bottom;
  padding: 65px 0;
  background-size: cover;
}
.industries-blog {
  display: flex;
  align-items: flex-start;
  margin: 25px 0;
}
.industriesIcon {
  border-radius: 50px;
  background: #D9AB80;
  width: 95px;
  height: 95px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industriesDetail {
  width: 100%;
  flex: 1;
}
.industriesDetail h4 {
  color: #050404;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 7px;
  font-family: 'Playfair Display', serif;
}
.industriesDetail p {
  padding: 0;
}
.result-work {
  background: #ECEBEA;
  text-align: center;
  padding: 64px 0;
}
.result-work .container {
  max-width: 1126px;
}
.review-slider {
  margin: 30px 0 0px 0;
}
.reviewSlider {
  background: #fff;
  padding: 30px 20px;
  display: flex;
  text-align: left;
}
.clientAvtar {
  width: 70px;
  margin-right: 13px;
}
.avtar {
  width: 70px !important;
}
.client-quote {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 17px;
}
.client-quote img {
  width: auto !important;
  display: inline-block !important;
}
.clientDetail {
  width: 100%;
  flex: 1;
}
.clientDetail h6 {
  color: #D9AB80;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.clientDetail p {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 0;
  color: #797979;
}
.review-slider .owl-nav button {
  width: 61px;
  height: 61px;
  font-size: 0 !important;
  margin: 0 4px;
}
.review-slider .owl-nav .owl-prev {
  background: url("../img/arrow-left.png") no-repeat center center !important;
}
.review-slider .owl-nav .owl-prev:hover {
  background: url("../img/arrow-left-hover.png") no-repeat center center !important;
}
.review-slider .owl-nav .owl-next {
  background: url("../img/arrow-right.png") no-repeat center center !important;
}
.review-slider .owl-nav .owl-next:hover {
  background: url("../img/arrow-right-hover.png") no-repeat center center !important;
}
.review-slider .owl-nav {
  margin-top: 68px;
}
/* form */
.login_mid form {
  background-color: transparent;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-direction: column; */
  padding: 30px 50px;
  height: 100%;
  text-align: center;     overflow-y: auto;
}
/* form */
/* input fields */
.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.field.username {
  background: #f5f5f4;
  padding: 12px;
  border-radius: 10px;
  margin: 10px 0;
}
#tab-one-panel input, #tab-one-panel select, #tab-one-panel email, #tab-one-panel password, .login_mid input, .login_mid email, .login_mid password, .login_mid select, .login_mid textarea {
  background-color: #ececec;
  border: none;
  font-size: 14px;
  padding: 10px 12px;
  margin: 8px 0;
  width: 100%;
  color: #333;
  outline: none;
  border-radius: 5px;
}

.toggle-button label.switch input {
    opacity: 0;
}

.login_mid textarea {
  height: 70px;
}
/* input fields */
/* button */
.login_mid button {
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 9em;
  height: 3em;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(90deg, #D9AB80, #f441a5, #ffcc70, #4158d0);
  background-size: 300%;
  border-radius: 30px;
  z-index: 1;
  margin-top: 30px;
  cursor: pointer;
}
.login_mid button:hover {
  animation: ani 8s linear infinite;
  border: none;
}
@keyframes ani {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}
.login_mid button:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #D9AB80, #BF8248, #ffcc70, #4158d0);
  background-size: 400%;
  border-radius: 35px;
  transition: 1s;
}
button:hover::before {
  filter: blur(10px);
}
/*button:active {
  background: linear-gradient(90deg, #4158d0, #f441a5, #ffcc70, #4158d0);
}*/
section.midd.login_mid .flight-welcome {
  padding: 80px 0;
}
/* button */
/* container */
.login_mid .container {
  background-color: #ffffff;
  border-radius: 2em;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 950px;
  min-height: 650px;
}
.form {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all ease-in-out 0.6s;
}
.sign_up {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}
.sign_in {
  left: 0;
  width: 50%;
  z-index: 2;
  opacity: 1;
}
/* container */
/* active container */
.container.right-panel-active .sign_in {
  transform: translateX(100%);
  opacity: 0;
}
.container.right-panel-active .sign_up {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: switch 0.5s;
}
@keyframes switch {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
/* active container */
/* overlay container*/
.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
.overlay {
  background-color: #4158d0;
  background-image: linear-gradient(43deg, #d3af8e 0%, #fdbf84 46%, #BF8248 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #fff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
.overlay-pannel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform -0.6s ease-in-out;
}
.overlay-left {
  transform: translateX(-20%);
}
.overlay-right {
  right: 0;
  transform: translateX(0);
}
/* container switch */
.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}
.container.right-panel-active .overlay {
  transform: translateX(50%);
}
.container.right-panel-active .overlay-left {
  transform: translateX(0);
}
.container.right-panel-active .overlay-right {
  transform: translateX(20%);
}
/* container switch */
/* overlay container */
/* social container */
.social-container {
  margin: 20px 0;
}
.social-container a {
  border: 1px solid #dddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
/* social container */
/*Tabs*/
/* Android 2.3 :checked fix */
@-webkit-keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.worko-tabs {
  padding: 80px 0;
  width: 100%;
}
.worko-tabs .state {
  position: absolute;
  left: -10000px;
}
.worko-tabs .flex-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worko-tabs .flex-tabs .tab {
  flex-grow: 1;
}
.worko-tabs .flex-tabs .panel {
  background-color: #fff;
  padding: 20px;
  min-height: 300px;
  display: none;
  width: 100%;
  flex-basis: auto;
}
.worko-tabs .tab {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  background-color: #fff;
  cursor: hand;
  cursor: pointer;
  border-right: 10px solid #ccc;
}
.worko-tabs .tab:hover {
  background-color: #D9AB80;
}
#tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label {
  background-color: #D9AB80;
  cursor: default;
  border-right-color: #69be28;
}
#tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel {
  display: block;
}
@media (max-width: 600px) {
  .flex-tabs {
    flex-direction: column;
  }
  .flex-tabs .tab {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  .flex-tabs #tab-one-label {
    order: 1;
  }
  .flex-tabs #tab-two-label {
    order: 3;
  }
  .flex-tabs #tab-three-label {
    order: 5;
  }
  .flex-tabs #tab-four-label {
    order: 7;
  }
  .flex-tabs #tab-one-panel {
    order: 2;
  }
  .flex-tabs #tab-two-panel {
    order: 4;
  }
  .flex-tabs #tab-three-panel {
    order: 6;
  }
  .flex-tabs #tab-four-panel {
    order: 8;
  }
  #tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label {
    border-bottom: none;
  }
  #tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel {
    border-bottom: 1px solid #ccc;
  }
}
input[type=checkbox] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
}
input[type=checkbox]:hover {
  opacity: 1;
}
input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}
input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.inner-page-content {
  background: #fff;
}
.pages-tab {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.pages-tab li {
  width: 25%;
  text-align: center;
  position: relative;
}
.pages-tab a {
  color: rgba(0, 0, 0, .2);
  position: relative;
  z-index: 1;
}
.num-circle {
  font-size: 20px;
  border: 3px solid #f3f2ee;
  border-radius: 50%;
  color: rgba(0, 0, 0, .2);
  font-weight: 600;
  width: 70px;
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pages-tab li::before {
  content: "";
  background-color: #f3f2ee;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 33px;
  text-align: center;
  left: -50%;
}
.pages-tab li:first-child:before {
  width: 50%;
  left: 0;
  display: none;
}
.pages-tab li.active::before {
  background-color: #D9AB80;
}
.pages-tab li.active .num-circle {
  background-color: #D9AB80;
  border: 3px solid #D9AB80;
  color: #fff;
}
.pages-tab li.active a {
  color: #D9AB80;
}
.pages-tab-content {
  padding: 30px;
}
.pages-tab-content h3 {
  margin: 10px 0;
}
.login_mid h1 {
  font-size: 30px;
}
#contactUs .col-sm-12 {
  position: relative;
}
#contactUs label.error {
    text-align: left;
    margin-top: -6px;
}
.sidebar a.menu_link.active div {
  color: #fff !important;
}
.sidebar a.menu_link.active {
  border-radius: 4px;
}
#calendar.fc .fc-button-primary {
  background-color: rgb(217, 171, 128);
  border-color: rgb(217, 171, 128);
  color: var(--fc-button-text-color);
}
#calendar.fc .fc-button {
  text-transform: uppercase;
}
#calendar .fc-col-header-cell {
  background: rgb(217, 171, 128);
  color: #fff;
}
#calendar .fc-col-header-cell a {
  color: #fff;
  font-weight: bold;
}
#calendar .fc-daygrid-day-top a {
  color: #232931;
}
.nav-tabs .nav-item a {
  display: block;
  color: #000;
  padding: 8px 9px;
  font-size: 13px;
  line-height: 16px;
    text-transform: none;
}
.nav-tabs .nav-link {
  margin-right: 5px;
}
#basicInfoTab .form-group .btn-primary {
  margin-top: 15px;
}
