body {
  top: 0;
  overflow-x: hidden;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.container {
  width: 100%;
  max-width: 1140px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #1F576E;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

h1 {
  color: #1F576E;
  font-size: 42px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 17px;
  font-family: "Inter", sans-serif;
}

h2 {
  color: #1F576E;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 4;
}

h3 {
  color: #1F576E;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

h4 {
  color: #1F576E;
  font-size: 24px;
  line-height: 32.5px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

h5 {
  color: #1F576E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

h6 {
  color: #1F576E;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  z-index: 4;
  position: relative;
}

p {
  color: #253c54;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

/*align*/
.alignright {
  float: right;
  margin-left: 35px !important;
  margin-bottom: 38px;
  margin-top: 6px;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 35px !important;
  margin-bottom: 18px;
  margin-top: 6px;
  max-width: 100%;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 18px;
  margin-top: 10px;
}

.alignnone {
  float: none;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  max-width: 100%;
}

/*align*/

/* header */
.th-header-wrap {
  position: sticky;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  top: 0;
  padding: 18px 0;
  min-height: 84px;
}

.th-logo-wrap {
  padding-top: 4px;
}

.th-logo-wrap img {
  max-width: 166px !important;
}

.th-outer-menu ul li {
  position: relative;
  margin-left: 16px;
}

.th-outer-menu ul li:first-child {
  margin-left: 0;
}

.th-outer-menu ul li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1F576E;
  letter-spacing: 0;
  padding: 0 6px;
}

.th-outer-menu ul li a:hover {
  color: #4a637e;
  font-weight: 500;
}

.th-outer-menu ul li a.active {
  color: #4a637e;
  font-weight: 500;
}

.th-outer-menu .th-submenu-link a {
  background-image: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-position: right 13px top 8px;
  padding-right: 31px;
  padding-bottom: 41px;
}

.th-outer-menu .navbar {
  padding: 0;
}

.th-outer-menu {
  padding-top: 12px;
}

.th-outer-menu .navbar-nav {
  text-align: center;
  margin: auto;
}

.th-header-right {
  text-align: right;
}

.th-common-btn,
.th-talk-btn {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 28px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  min-width: 196px;
  height: 48px;
  z-index: 1;
  border: none;
  background-color: #1F576E;
  border: 1px solid #1F576E;
  font-family: "Inter", sans-serif;
}

.th-common-btn:focus {
  color: #fff;
}

.th-common-btn:hover {
  color: #1F576E;
  border: 1px solid #1F576E;
  background-color: transparent;
}

.th-talk-btn {
  background-color: transparent;
  color: #1F576E;
}

.th-talk-btn:hover {
  background-color: #1F576E;
  color: #fff;
}

.th-header-wrap .th-common-btn {
  height: 48px;
  padding: 11px 20px;
  color: #1F576E;
  background-color: transparent;
  border: 1px solid #1F576E;
}

.th-header-wrap .th-common-btn:hover {
  background-color: #1F576E;
  color: #fff;
}

.th-outer-menu ul li .th-submenu {
  min-width: 343px;
  position: absolute;
  top: 54px;
  transition: all 0.3s ease;
  left: -51px;
  background-color: #fff;
  padding: 10px 48px;
  display: none;
  z-index: 1;
  text-align: left;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.05);
}

.th-outer-menu ul li:hover .th-submenu {
  display: block;
}

.th-outer-menu ul li .th-submenu li {
  margin: 0;
}

.th-outer-menu ul li .th-submenu li a {
  background-image: none;
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1F576E;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 14px 10px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.th-outer-menu ul li .th-submenu li a:hover {
  color: #1F576E;
  font-weight: 600;
}

/*header */

/*footer*/
.th-footer {
  position: relative;
  padding-top: 60px;
  background-color: #1F576E;
}

.th-footer-links {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-right: 49px;
}

.th-footer-left {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.th-footer-links:last-child {
  margin-right: 0;
}

.th-footer-links h5 {
  color: #fff;
}

.th-footer-links p {
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.th-footer-links ul li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 14px;
  font-family: "Inter", sans-serif;
}

.th-footer-links ul li a {
  color: #fff;
}

.th-footer-links ul li a:hover {
  color: #adb5bd;
}

.th-footer-bottom {
  padding: 36px 0 5px;
}

.th-footer-bottom p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.th-footer-bottom p a {
  color: #fff;
}

.th-footer-bottom p a:hover {
  color: #adb5bd;
}

.th-footer-bottom-policy {
  text-align: right;
}

.th-footer-bottom .container {
  border-top: 1px solid #fff;
  padding-top: 30px;
}

.th-footer-left p {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
  max-width: 207px;
  padding-top: 23px;
}

/*footer*/
/*explore-by-location*/
.th-explore-by-location-outer {
  z-index: 4;
  position: relative;
}

.th-explore-by-location-wrap .th-explore-by-location-outer {
  padding-left: 113px;
  z-index: 4;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.th-explore-by-location-wrap,
.th-fbo-services-by-location,
.th-service-overview-wrap,
.th-strategic-locations {
  position: relative;
  padding: 74px 0 83px;
  background-color: #fff;
}

.th-explore-by-location-wrap {
  background-color: #f9fcfd;
  padding: 63px 0 163px;
}

.th-explore-by-location-wrap h2 {
  margin-bottom: 25px;
  text-align: left;
  color: #212529;
}

.th-service-overview-wrap h2,
.th-fbo-services-by-location h2,
.th-strategic-locations h2 {
  margin-bottom: 20px;
  text-align: left;
}

.th-explore-by-location-outer ul {
  margin-bottom: 24px;
}

.th-area-services ul {
  margin-bottom: 5px;
}

.th-fbo-services-by-location h6,
.th-service-overview-wrap h6,
.th-strategic-locations h6 {
  font-weight: 400;
  text-align: left;
  color: #1F576E;
}

.th-explore-by-location-wrap .nav-tabs,
.th-service-overview-wrap .nav-tabs,
.th-fbo-services-by-location .nav-tabs,
.th-maintenance-by-location .nav-tabs,
.th-hangarage-service-features-wrap .nav-tabs,
.th-strategic-locations .nav-tabs {
  border: none;
  max-width: 312px;
  padding: 4px;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.th-strategic-locations .nav-tabs {
  max-width: 374px;
  margin-bottom: 0;
}

.th-strategic-locations .th-area-services a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1F576E;
  text-decoration: underline;
  background-image: url(/images/open-in-new.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 23px;
}

.th-explore-by-location-wrap .nav-tabs {
  max-width: 306px;
}

.th-fbo-services-by-location .nav-tabs {
  background-color: #e9ecef;
  max-width: 306px;
}

.th-explore-by-location-wrap .nav-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0;
}

.tab-content {
  border: none;
  outline: none;
}

.tab-content h4 {
  font-weight: 600;
  color: #1F576E;
  margin-bottom: 21px;
}

.tab-content ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1F576E;
  padding-bottom: 16px;
  background-image: url(/images/services-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 37px;
}

.tab-content p {
  margin-bottom: 21px;
  color: #1F576E;
}

.tab-content p a {
  font-weight: 600;
  color: #1F576E;
  display: block;
}

.tab-content p a:hover {
  color: rgba(13, 27, 42, 0.7);
}

.th-area-services {
  padding-top: 20px;
  max-width: 560px;
}

.th-more-information {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0052cc;
  background-image: url(/images/more-information-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 23px;
}

.th-more-information:hover {
  color: #1e3c72;
}

.th-hangarage-service-features-wrap h6 {
  font-weight: 400;
  margin-bottom: 23px;
}

.th-hangarage-service-features-wrap .th-area-services {
  padding-top: 26px;
}

.th-explore-by-location-wrap h6,
.th-service-overview-wrap h6,
.th-fbo-services-by-location h6 {
  font-weight: 400;
}

.th-explore-by-location-wrap .nav-link,
.th-service-overview-wrap .nav-link,
.th-fbo-services-by-location .nav-link,
.th-maintenance-by-location .nav-link,
.th-hangarage-service-features-wrap .nav-link,
.th-strategic-locations .nav-link {
  padding: 12px 22px;
  border-radius: 0;
  border: none;
  color: #1F576E !important;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.th-fbo-services-by-location .nav-link {
  background-color: #e9ecef;
}

.th-explore-by-location-wrap .nav-tabs .nav-link.active,
.th-service-overview-wrap .nav-link.active,
.th-fbo-services-by-location .nav-link.active,
.th-maintenance-by-location .nav-link.active,
.th-hangarage-service-features-wrap .nav-link.active,
.th-strategic-locations .nav-link.active {
  background-color: #1F576E !important;
  color: #fff !important;
  border-radius: 8px;
}

.th-fbo-services-by-location .th-explore-by-location-outer,
.th-service-overview-wrap .th-explore-by-location-outer,
.th-strategic-locations .th-explore-by-location-outer {
  margin: 22px 0 0 0px;
  position: relative;
}

.th-hangarage-service-features-wrap ul li h6 {
  font-weight: 600;
}

.th-location-img {
  display: block;
  text-align: right;
  max-width: 596px;
  border-radius: 10px;
  overflow: hidden;
}

.th-location-img img {
  max-width: 100%;
}

/*explore-by-location*/
/*breadcrumbs*/
.th-breadcrumbs {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  background-color: #f5f5f5;
}

.th-breadcrumbs ul li {
  color: #4a637e;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  width: auto;
  display: inline-block;
  padding-right: 17px;
  margin-right: 3px;
  background-image: url(/images/breadcrumbs-arrow.png);
  background-repeat: no-repeat;
  background-position: right top 8px;
}

.th-breadcrumbs ul li a {
  color: #1F576E;
  font-weight: 400;
}

.th-breadcrumbs ul li:last-child {
  background-image: inherit;
  text-decoration: underline;
}

/*breadcrumbs*/
/*popup*/
.th-popup {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 78px;
  left: 0;
  padding: 66px 0 80px;
  text-align: center;
  background-color: #f9fafb;
  display: none;
  overflow: scroll;
}

.th-disable-btn {
  background: #e7e7e7 !important;
  border-color: #e7e7e7 !important;
  color: #ffffff !important;
  cursor: default !important;
}

.flatpickr-input {
  background-image: url(/images/popup-arrow.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.flatpickr-input.active {
  background-image: url(/images/up-arrow.png);
}

.th-popup h6 {
  font-weight: 400;
  margin: 0 60px;
}

.th-popup h2 {
  margin-bottom: 28px;
}

.th-close-icon {
  text-align: right;
}

.th-popup form {
  padding-top: 43px;
}

.th-popup label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #1F576E;
  text-align: left;
  margin-bottom: 8px;
}

.th-popup ul li {
  position: relative;
  width: 48.4%;
  display: inline-block;
  margin-bottom: 24px;
  margin-right: 20px;
  text-align: left;
}

.th-popup ul li:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 8px;
}

.th-popup ul li:last-child {
  width: 100%;
  margin-right: 0;
}

.th-popup-outer {
  max-width: 800px;
  margin: auto;
}

.th-popup input[type="text"],
.th-popup input[type="email"],
.th-popup select,
.th-popup textarea {
  width: 100%;
  height: 50px;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(13, 27, 42, 0.28);
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  border: 0.5px solid rgba(13, 27, 42, 1);
}

.th-popup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/images/popup-arrow.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.th-popup textarea {
  height: 122px;
}

.th-popup input::placeholder {
  color: rgba(13, 27, 42, 0.28);
  opacity: 1;
  /* Firefox */
}

.th-popup input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(13, 27, 42, 0.28);
}

.th-submit-btns {
  text-align: right;
  margin-top: 30px;
}

.th-submit-btns li {
  display: inline-block;
  width: auto !important;
  text-align: right !important;
  margin-right: 10px !important;
  margin-bottom: 0px !important;
}

.th-submit-btns li:last-child {
  margin-right: 0px !important;
}

.th-submit-btns li a {
  height: 60px;
  padding: 18px 48px;
}

.flatpickr-calendar {
  width: 387px !important;
  min-width: 387px !important;
  max-width: 387px !important;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  border: 0.5px solid #1F576E;
  padding: 24px;
}

.flatpickr-months {
  background: #f9fafb;
  border-radius: 8px 8px 0 0;
  padding-top: 15px;
}

.flatpickr-current-month {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  background: #f9fafb;
  border-radius: 8px 8px 0 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0) !important;
}

.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 27px;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 30px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 30px;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  stroke: #1F576E;
  stroke-width: 2px;
  fill: none;
}

.flatpickr-innerContainer {
  align-items: center;
  justify-content: center;
  padding: 10px 0 0 0;
  background: #f9fafb;
  border-radius: 0 0 8px 8px;
  margin-bottom: 10px;
}

.flatpickr-months .flatpickr-month {
  color: #1F576E;
  font-weight: bold;
}

.flatpickr-weekday {
  color: #1F576E;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

span.flatpickr-weekday {
  color: #1F576E;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.flatpickr-day {
  font-size: 16px;
  font-weight: 400;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day:hover {
  background: #1F576E;
  color: #fff;
  border-color: #1F576E;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #1F576E;
  border-color: #1F576E;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  background: #1F576E;
  border-color: #1F576E;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 0px;
}

.flatpickr-time .flatpickr-am-pm[aria-label="AM"] {
  background-color: #eee;
  color: #333;
}

.flatpickr-time::before {
  content: "Time";
  font-weight: 600;
  font-size: 15px;
  color: #1e2b3d;
  margin-right: 12px;
}

/* Time input fields (hours/minutes) */
.flatpickr-time input {
  border: none;
  padding: 5px 3px;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  width: 33px;
  text-align: center;
  height: 24px;
}

/* AM/PM buttons */
.flatpickr-am-pm {
  border: none;
  padding: 5px 5px;
  height: 24px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
  border-radius: 6px;
  cursor: pointer;
  background-color: #1F576E;
  color: #ffffff !important;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  color: #1F576E;
}

.flatpickr-mobile {
  display: none !important;
}

/* Selected AM/PM */
.flatpickr-am-pm.selected {
  background-color: #1F576E;
  color: #fff;
}

/* Fix time layout */
.flatpickr-time {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 12px 0;
  justify-content: flex-end;
  float: right;
  min-width: 200px;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  color: #1F576E;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  color: #ffffff;
  background-color: #1F576E;
}

/*popup*/
/* banner */
.th-home-banner {
  position: relative;
  padding: 114px 0 117px;
  min-height: 622px;
  overflow: hidden;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Light-grey overlay between hero video and text */
.th-hero-video-bg {
  position: relative;
}

.th-hero-video-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 180, 180, 0.48); /* darker grey with more opacity */
  z-index: 1;
  pointer-events: none;
}

.th-hero-video {
  position: relative;
  z-index: 0;
}

.th-home-banner .container,
.th-home-banner .row,
.th-home-banner .col-md-6,
.th-banner-content {
  position: relative;
  z-index: 2;
}

.th-home-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.th-banner-content {
  max-width: 525px;
  padding-top: 8px;
  text-align: left;
}

.th-banner-content ul {
  margin-top: 45px;
}

.th-banner-image {
  text-align: center;
}

.th-banner-content .th-common-btn {
  color: #fff;
  background-color: #1F576E;
  border: 1px solid #1F576E;
}

.th-banner-content .th-common-btn:hover {
  color: #1F576E;
  border: 1px solid #1F576E;
  background-color: transparent;
}

.th-banner-content .th-talk-btn {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.th-banner-content .th-talk-btn:hover {
  color: #fff;
  background-color: #1F576E;
  border: 1px solid #1F576E;
}

.th-banner-content h6 {
  font-weight: 400;
  margin-bottom: 19px;
}

.th-banner-content ul li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.th-banner-content ul li:last-child {
  margin-right: 0;
}

.th-play-video {
  color: #e21f36 !important;
  background: transparent;
  border: 1px solid #e21f36;
  margin-left: 10px;
}

.th-play-video:hover {
  background-color: #fb9e1b;
  color: #fff !important;
}

.th-banner-img {
  max-width: 548px;
  max-height: 411.29px;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 20px;
}

.th-banner-img img {
  max-width: 100%;
}

/*banner video*/
.th-video-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.th-banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  /* So clicks pass through */
}

.th-home-banner .container {
  position: relative;
  z-index: 2;
  color: #fff;
  /* Ensure text is visible over video */
}

/*banner video*/
/* banner */
/*clients-choose*/
.th-clients-choose-wrap {
  position: relative;
  text-align: center;
  padding: 76px 0 32px;
  background-color: #fff;
}

.th-clients-choose-wrap ul {
  padding-top: 26px;
}

.th-clients-choose-wrap ul li {
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  width: 33%;
  background-color: #fff;
}

.th-clients-choose-wrap ul li h5 {
  margin-bottom: 22px;
}

.th-clients-choose-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.th-why-choose-alliance {
  padding: 25px 0px 15px;
  position: relative;
  text-align: center;
}

.th-why-choose-alliance .th-clients-choose-icon {
  width: 64px;
  height: 64px;
  line-height: 59px;
  border-radius: 50px;
  background-color: #1F576E;
  margin: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 22px;
}

.th-why-choose-alliance .th-clients-choose-icon img {
}

/*clients-choose*/

/* service */
.th-service-wrap {
  position: relative;
  text-align: center;
  padding: 114px 0;
  background-color: #f2f8ff;
  min-height: 629px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Center background image for services section specifically */
#services-section {
  background-position: center center;
}

.th-service-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  clip-path: polygon(0 0,
      /* top-left corner */
      44% 0,
      /* top diagonal start */
      60% 100%,
      /* bottom diagonal end */
      0% 100%
      /* bottom-left corner */
    );
  pointer-events: none;
}

.th-service-wrap h2 {
  margin-bottom: 60px;
  text-align: left;
  margin-left: 108px;
}

.th-service-wrap ul {
  margin-top: 11px;
}

.th-service-wrap ul li {
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 23%;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.th-service-category {
  padding: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  min-height: 296px;
}

.th-service-category .th-service-icon {
  width: 48px;
  height: 48px;
  line-height: 46px;
  border-radius: 12px;
  background-color: #1F576E;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.th-service-category-content-area {
  min-height: 145px;
}

.th-service-category h6 {
  margin-bottom: 6px;
}

.th-service-category ul li {
  width: auto !important;
  display: inline-block;
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 0 !important;
}

.th-service-category ul li a {
  background-color: #1F576E;
  padding: 3px 12px 4px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}

/* service */
/*exclusivity*/
.th-exclusivity-wrap {
  position: relative;
  text-align: center;
  padding: 200px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 656px;
}

.th-exclusivity-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 50% 100%);
  pointer-events: none;
}

.th-exclusivity-wrap .col-md-7 {
  position: relative;
  z-index: 4;
}

.th-exclusivity-wrap .th-image-wrap {
  max-width: 100%;
  border-radius: 12px;
  max-height: 192px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 41px;
}

.th-exclusivity-wrap h2 {
  margin-bottom: 18px;
  text-align: left;
}

.th-exclusivity-wrap h5 {
  font-weight: 400;
  text-align: left;
}

.th-exclusivity-wrap ul {
  padding-top: 23px;
}

.th-exclusivity-wrap ul li {
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 49.6%;
  padding: 0 6px;
  text-align: left;
}

.th-exclusivity-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.th-exclusivity-wrap ul li p {
  line-height: 24px;
  color: #1F576E;
}

/*exclusivity*/

/*th-testimonials-wrap*/
.th-testimonials-wrap {
  position: relative;
  background-color: rgba(163, 205, 220, 0.06);
  padding: 67px 0;
}

.th-testimonials-wrap h2 {
  text-align: center;
  margin-bottom: 40px;
}

.th-testimonials-wrap ul li {
  margin-right: 29px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 34px;
  width: 48.5%;
  background-color: #fff;
  border-radius: 12px;
  min-height: 260px;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.th-testimonials-wrap ul li:hover {
  box-shadow: 0px 3px 8px 0 rgba(0, 82, 204, 0.15);
}

.th-testimonials-wrap ul li:nth-child(2n) {
  margin-right: 0;
}

.th-testimonials-wrap ul li h6 {
  color: #253c54;
  line-height: 29.25px;
  font-weight: 400;
  margin-bottom: 0;
}

.th-testimonials-wrap ul li a {
  display: block;
  padding: 28px 32px;
}

.th-author {
  margin-bottom: 27px;
}

.th-author .th-author-name p strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.th-author-image {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  overflow: hidden;
}

.th-author-image img {
  border-radius: 50px;
}

.th-author-name {
  display: inline-block;
  vertical-align: middle;
}

.th-author-name p {
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.th-author-name p strong {
  color: #1F576E;
}

.th-author-name p strong:hover {
  color: #0052cc;
}

/*th-testimonials-wrap*/
/* banner */
.th-inner-banner {
  position: relative;
  padding: 111px 0;
  min-height: 622px;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.th-inner-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.th-banner-content-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.th-inner-banner .th-banner-content {
  max-width: 570px;
  position: relative;
  text-align: left;
  padding-top: 0;
}

.th-inner-banner .th-banner-content h1 {
  line-height: 62px;
  margin-bottom: 12px;
}

.th-inner-banner .th-banner-content h5 {
  line-height: 30px;
  color: #b8d4f0;
  font-weight: 400;
}

.th-inner-banner .th-banner-content ul {
  margin-top: 45px;
}

.th-inner-banner .th-banner-content-align {
  max-width: 570px;
  position: relative;
  text-align: left;
  padding-top: 0;
}

.th-available-points ul {
  margin-top: 0 !important;
}

.th-available-points ul li::before {
  position: absolute;
  content: "";
  left: 16px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #28a745;
}

.th-available-points ul li {
  color: #1F576E;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px 8px 32px;
  border-radius: 50px;
  display: inline-block !important;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  width: auto;
  height: 37px;
  z-index: 1;
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
  margin-right: 11px !important;
}

.th-available-points ul li:last-child {
  margin-right: 0 !important;
}

.th-available-points ul li a:hover {
  color: #1F576E;
}

.th-available-points ul .th-not-available::before {
  background-color: #f32d2d;
}

.th-available-points ul .th-coming-soon::before {
  background-color: #f3b12d;
}

/*.th-banner-content .th-common-btn {
  color: #fff;
  background-color: #1F576E;
}*/
.th-banner-content .th-talk-btn {
  color: #1F576E;
  border: 1px solid #1F576E;
  background-color: transparent;
}

.th-inner-banner .th-banner-content h6 {
  font-weight: 400;
  color: #1F576E;
  margin-bottom: 18px;
}

.th-inner-banner .th-banner-content ul li {
  display: inline-block;
  margin-right: 11px;
  vertical-align: top;
}

.th-banner-content ul li:last-child {
  margin-right: 0;
}

.th-play-video {
  color: #e21f36 !important;
  background: transparent;
  border: 1px solid #e21f36;
  margin-left: 10px;
}

.th-play-video:hover {
  background-color: #fb9e1b;
  color: #fff !important;
}

/* banner */
/* Ground Services */
.th-ground-services-wrap,
.th-complete-management-solutions,
.th-aircraft-maintenance-wrap,
.th-storage-solutions-wrap,
.th-why-choose-alliance-wrap {
  padding: 84px 0;
  position: relative;
  text-align: center;
  background: #f9fcfd;
}

.th-why-choose-alliance-wrap {
  padding: 84px 0 0;
}

.th-ground-services-wrap h6,
.th-complete-management-solutions h6,
.th-aircraft-maintenance-wrap h6,
.th-storage-solutions-wrap h6,
.th-why-choose-alliance-wrap h6 {
  color: #253c54;
  font-weight: 400;
  max-width: 670px;
  display: inline-block;
  margin-top: 37px;
  line-height: 27px;
}

.th-ground-services-wrap ul,
.th-complete-management-solutions ul,
.th-aircraft-maintenance-wrap ul,
.th-storage-solutions-wrap ul,
.th-why-choose-alliance-wrap ul {
  font-size: 0;
  text-align: left;
}

.th-ground-services-wrap ul li,
.th-complete-management-solutions ul li,
.th-aircraft-maintenance-wrap ul li,
.th-storage-solutions-wrap ul li,
.th-why-choose-alliance-wrap ul li {
  margin: 32px 3% 0 0;
  padding: 0;
  display: inline-block;
  width: 31.3%;
  vertical-align: top;
  text-align: left;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #ffffff;
}

.th-ground-services-wrap ul li:nth-child(3n),
.th-complete-management-solutions ul li:nth-child(3n),
.th-aircraft-maintenance-wrap ul li:nth-child(3n),
.th-storage-solutions-wrap ul li:nth-child(3n),
.th-why-choose-alliance-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.th-ground-sevices {
  padding: 30px;
  min-height: 298px;
  text-align: center;
}

.th-ground-services-wrap ul li h5 {
  margin-bottom: 19px;
  text-align: center;
}

.th-ground-services-wrap ul li p,
.th-aircraft-maintenance-wrap ul li p,
.th-storage-solutions-wrap ul li p,
.th-why-choose-alliance-wrap ul li p {
  margin-bottom: 0px;
  line-height: 24px;
  max-width: 244px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Override max-width for ground services to allow proper centering */
.th-ground-services-wrap ul li p {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.th-sevice-icon-wrap {
  background: #1F576E;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
}

/*** ***/
.th-fbo-services-by-location {
  padding: 117px 0;
  min-height: 656px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.th-fbo-services-by-location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 1;
  clip-path: polygon(0 0,
      /* top-left corner */
      48% 0,
      /* top diagonal start */
      60% 100%,
      /* bottom diagonal end */
      10% 100%
      /* bottom-left corner */
    );
  pointer-events: none;
}

.th-fbo-services-by-location .th-area-services {
  padding-left: 0;
  padding-top: 0;
}

.th-fbo-services-by-location .tab-content p {
  font-size: 18px;
  line-height: 27px;
}

/*experience-the-alliance-wrap*/
.th-experience-the-alliance-wrap,
.th-leading-aircraft-operators-wrap,
.th-esg-performance-wrap {
  padding: 80px 0;
  position: relative;
  background: rgba(163, 205, 220, 0.06);
}

.th-experience-the-alliance-inner-wrap,
.th-leading-aircraft-operators-inner-wrap,
.th-esg-performance-wrap-inner-wrap {
  border-radius: 12px;
  padding: 54px 50px 49px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.th-esg-performance-wrap-inner-wrap {
  padding: 70px 50px 35px;
}

.th-experience-the-alliance-inner-wrap h3,
.th-leading-aircraft-operators-inner-wrap h3,
.th-esg-performance-wrap-inner-wrap h3 {
  font-weight: 600;
  color: #212529;
}

.th-experience-the-alliance-inner-wrap h6,
.th-leading-aircraft-operators-inner-wrap h6,
.th-esg-performance-wrap-inner-wrap h6 {
  line-height: 27px;
  font-weight: 400;
  max-width: 545px;
  margin: auto;
}

.th-leading-aircraft-operators-inner-wrap h6 {
  max-width: 550px;
}

.th-experience-the-alliance-inner-wrap ul,
.th-leading-aircraft-operators-inner-wrap ul,
.th-esg-performance-wrap-inner-wrap ul {
  font-size: 0;
  margin-top: 21px;
  margin-bottom: 4px;
}

.th-experience-the-alliance-inner-wrap ul li,
.th-leading-aircraft-operators-inner-wrap ul li,
.th-esg-performance-wrap-inner-wrap ul li {
  width: 32%;
  margin: 0 2% 20px 0;
  display: inline-block;
  vertical-align: top;
}

.th-experience-the-alliance-inner-wrap ul li:nth-child(3n),
.th-leading-aircraft-operators-inner-wrap ul li:nth-child(3n),
.th-esg-performance-wrap-inner-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.th-esg-performance-wrap-inner-wrap ul li:last-child {
  margin-right: 0;
}

.th-experience-the-alliance-inner-wrap ul li h2,
.th-leading-aircraft-operators-inner-wrap ul li h2,
.th-esg-performance-wrap-inner-wrap ul li h2 {
  font-size: 48px;
  line-height: 57px;
  color: #1F576E;
  margin-bottom: 10px;
  font-weight: 700;
}

.th-experience-the-alliance-inner-wrap ul li h6,
.th-leading-aircraft-operators-inner-wrap ul li h6,
.th-esg-performance-wrap-inner-wrap ul li h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.th-experience-the-alliance-inner-wrap ul li p,
.th-leading-aircraft-operators-inner-wrap ul li p,
.th-esg-performance-wrap-inner-wrap ul li p {
  color: #1F576E;
  font-size: 14px;
  line-height: 21px;
}

.th-experience-the-alliance-inner-wrap .th-common-btn,
.th-leading-aircraft-operators-inner-wrap .th-common-btn {
  font-size: 18px;
}

/*experience-the-alliance-wrap*/
/*complete-management-solutions*/
.th-complete-management-solutions ul {
  text-align: left;
}

.th-complete-management-solutions h6 {
  line-height: 27px;
  margin-top: 10px;
}

.th-complete-management-solutions ul li p {
  line-height: 24px;
  margin-bottom: 0;
}

.th-complete-management-solutions .th-ground-sevices {
  min-height: 298px !important;
}

/*complete-management-solutions*/
/*service-overview-location*/
.th-service-overview-wrap,
.th-maintenance-by-location,
.th-hangarage-service-features-wrap,
.th-strategic-locations {
  padding: 71px 0;
  min-height: 722px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.th-maintenance-by-location {
  padding: 127px 0 90px;
}

.th-service-overview-wrap::before,
.th-hangarage-service-features-wrap::before,
.th-strategic-locations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  clip-path: polygon(0 0,
      /* top-left corner */
      59% 0,
      /* top diagonal start */
      76% 100%,
      /* bottom diagonal end */
      0% 100%
      /* bottom-left corner */
    );
  pointer-events: none;
}

.th-maintenance-by-location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  clip-path: polygon(0 0,
      /* top-left corner */
      100% 0,
      /* top-right corner */
      100% calc(100% - 57px),
      /* bottom-right corner minus the desired height */
      calc(100% - 57px) 100%,
      /* bottom-left corner */
    );
  pointer-events: none;
}

.th-service-overview-wrap .nav-tabs {
  max-width: 417px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.th-maintenance-by-location .nav-tabs {
  max-width: 212px;
  margin-bottom: 0;
  background-color: #f5f5f5;
}

.th-hangarage-service-features-wrap .nav-tabs {
  max-width: 216px;
  background-color: #f5f5f5;
  margin-bottom: 0;
}

.th-service-overview-wrap .nav-link,
.th-maintenance-by-location .nav-link,
.th-hangarage-service-features-wrap .nav-link,
.th-strategic-locations .nav-link {
  font-weight: 500;
}

.th-service-overview-wrap .tab-content p,
.th-maintenance-by-location .tab-content p,
.th-hangarage-service-features-wrap .tab-content p,
.th-strategic-locations .tab-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
}

.th-service-overview-wrap .tab-content h4,
.th-maintenance-by-location .tab-content h4,
.th-hangarage-service-features-wrap .tab-content h4,
.th-strategic-locations .tab-content h4 {
  font-size: 28px;
  margin-bottom: 28px;
}

.th-maintenance-by-location .tab-content h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 23px;
}

.th-maintenance-by-location .tab-content h6 {
  max-width: 615px;
  margin-bottom: 15px;
}

.th-maintenance-by-location h6 {
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 23px;
}

.th-maintenance-by-location .th-area-services {
  padding-top: 26px;
}

.th-service-overview-wrap .th-area-services {
  padding: 0;
}

.th-service-overview-wrap .tab-content ul li,
.th-hangarage-service-features-wrap .tab-content ul li,
.th-strategic-locations .tab-content ul li {
  position: relative;
  padding-left: 0;
  background-image: inherit;
  padding-bottom: 37px;
}

.th-strategic-locations .tab-content ul li {
  padding-bottom: 20px;
}

.th-service-overview-wrap .tab-content ul li:last-child,
.th-hangarage-service-features-wrap .tab-content ul li:last-child {
  padding-bottom: 0;
}

.th-service-overview-wrap .th-area-services ul li h6,
.th-hangarage-service-features-wrap .th-area-services ul li h6,
.th-strategic-locations .th-area-services ul li h6 {
  text-align: left;
  font-weight: 600;
  color: #1F576E;
  margin-bottom: 16px;
  background-image: url(/images/services-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 37px;
}

.th-service-overview-wrap .th-location-img {
  max-width: 400px;
  margin: auto;
  text-align: center;
  float: none;
  display: block;
}

.th-service-overview-location {
  background-color: #f8f9fa;
  padding: 87px 54px;
  height: 100%;
}

/*service-overview-location*/
/*alliance-management-wrap*/
.th-alliance-management-wrap,
.th-esg-commitment-wrap,
.th-alliance-hangarage-wrap {
  position: relative;
  text-align: center;
  padding: 86px 0 67px;
  background-color: #fff;
}

.th-alliance-management-wrap ul,
.th-esg-commitment-wrap ul,
.th-alliance-hangarage-wrap ul {
  margin-top: 48px;
}

.th-alliance-management-wrap ul li,
.th-esg-commitment-wrap ul li,
.th-alliance-hangarage-wrap ul li {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  width: 31%;
  background-color: #fff;
}

.th-alliance-management-wrap ul li:last-child,
.th-alliance-management-wrap ul li:nth-child(3n),
.th-esg-commitment-wrap ul li:last-child,
.th-esg-commitment-wrap ul li:nth-child(3n),
.th-alliance-hangarage-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.th-alliance-management-wrap .th-alliance-management-icon,
.th-esg-commitment-wrap .th-alliance-management-icon,
.th-alliance-hangarage-wrap .th-alliance-hangarage-icon {
  width: 64px;
  height: 64px;
  line-height: 61px;
  border-radius: 50px;
  background-color: #1F576E;
  margin: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 22px;
}

.th-alliance-management-wrap h2 {
  margin-bottom: 22px;
}

.th-esg-commitment-wrap h2 {
  margin-bottom: 40px;
}

.th-esg-commitment-wrap ul li p,
.th-alliance-hangarage-wrap ul li p {
  max-width: 275px;
  margin: auto;
  font-weight: 400;
}

.th-esg-commitment-wrap h6 {
  line-height: 27px;
  font-weight: 400;
  max-width: 577px;
  margin: auto;
}

.th-alliance-hangarage-wrap ul li h4 {
  font-weight: 600;
}

.th-alliance-management-wrap h6,
.th-alliance-hangarage-wrap h6 {
  font-weight: 400;
  color: #495057;
}

.th-alliance-management h4 {
  color: #1F576E;
  font-weight: 600;
  line-height: 36px;
}

.th-alliance-management p {
  line-height: 24px;
  max-width: 277px;
  margin: auto;
  color: #1F576E;
}

/*alliance-management-wrap*/
/*th-aircraft-management-wrap*/
.th-aircraft-management-wrap {
  position: relative;
  padding: 100px 0;
  background-color: rgba(163, 205, 220, 0.06);
}

.th-aircraft-management-inner {
  background-color: #fff;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 57px 94px 48px;
  border-radius: 12px;
  text-align: center;
}

.th-aircraft-management-inner h2 {
  color: #1F576E;
  margin-bottom: 24px;
}

.th-ready-to-partner-wrap {
  background-color: #00435c;
  position: relative;
  padding: 56px 0;
  text-align: center;
}

.th-ready-to-partner-wrap h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.th-aircraft-management-inner h5 {
  color: #1F576E;
  font-weight: 400;
}

.th-ready-to-partner-wrap h5 {
  color: #fff;
  font-weight: 400;
}

.th-aircraft-management-inner ul,
.th-ready-to-partner-wrap ul {
  margin-top: 32px;
}

.th-aircraft-management-inner ul li,
.th-ready-to-partner-wrap ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.th-aircraft-management-inner ul li:last-child,
.th-ready-to-partner-wrap ul li:last-child {
  margin-right: 0;
}

.th-aircraft-management-inner .th-common-btn,
.th-aircraft-management-inner .th-talk-btn {
  height: 60px;
  padding: 18px 26px;
}

.th-ready-to-partner-wrap .th-common-btn {
  background-color: #1F576E;
  color: #fff;
  height: 60px;
  padding: 17px 23px;
  border: 2px solid #1F576E;
}

.th-ready-to-partner-wrap .th-common-btn:hover {
  border: 2px solid #1F576E;
  color: #1F576E;
  background-color: transparent;
}

.th-ready-to-partner-wrap .th-talk-btn {
  border: 2px solid #1F576E;
  height: 60px;
  padding: 17px 23px;
  color: #1F576E;
}

.th-ready-to-partner-wrap .th-talk-btn:hover {
  background-color: #1F576E;
  color: #fff;
}

/*th-aircraft-management-wrap*/
/*page-wrap */
.th-page-wrap {
  position: relative;
  padding: 80px 0;
}

.th-page-content h1 {
  color: #212529;
}

.th-page-content h4 {
  color: #212529;
}

.th-page-content img {
  margin-bottom: 20px;
  width: 100%;
}

.th-page-content ul {
  margin-bottom: 20px;
}

.th-page-content ul li,
.th-page-content ol li {
  color: #253c54;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  padding-left: 17px;
  margin-bottom: 5px;
  position: relative;
}

.th-page-content ul li a:hover,
.th-page-content ol li a:hover,
.th-page-content p a:hover {
  color: #4a637e;
}

.th-page-content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1F576E;
  border-radius: 50px;
  left: 0;
  top: 10px;
}

.th-page-content ol {
  margin-bottom: 20px;
  margin-left: 19px;
}

.th-page-content ol li {
  padding-left: 0;
}

blockquote {
  padding-left: 15px;
  border-left: 2px solid #1F576E;
  margin-bottom: 15px;
}

/*page-wrap */
/*404*/
.th-404-wrap {
  position: relative;
  padding: 104px 0 108px;
  background-color: #ffffff;
  text-align: center;
}

.th-404-wrap h1 {
  font-size: 250px;
  line-height: 228px;
  color: #1F576E;
}

.th-404-wrap p a {
  color: #253c54;
}

.th-404-wrap p a:hover {
  color: #4a637e;
}

/*404*/
/*contact*/
.th-location-wrap {
  position: relative;
  padding: 80px 0 34px;
}

.th-location-wrap ul li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  min-height: 332px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #ffffff;
  padding: 30px 30px 13px;
}

.th-location-wrap ul li:nth-child(3n),
.th-location-wrap ul li:last-child {
  margin-right: 0;
}

.th-location-wrap ul li h4 {
  color: #212529;
  font-weight: 500;
}

.th-location-wrap ul li p a {
  color: #1F576E;
}

.th-location-wrap ul li p a:hover {
  color: #495057;
}

.th-location-wrap ul,
.th-location-wrap ul li,
.th-location-wrap .th-address,
.th-location-wrap .th-address li {
  list-style: none;
  list-style-type: none;
}

.th-location-wrap .th-address li::before {
  display: none;
}

.th-location-wrap .th-address li {
  padding-left: 0 !important;
  text-align: left;
}

.th-address li {
  width: 100% !important;
  display: block !important;
  padding-left: 23px;
  box-shadow: none !important;
  padding: 0 !important;
  padding-left: 19px !important;
  margin-right: 0 !important;
  min-height: auto !important;
}

.th-address li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #1F576E;
  width: 9px;
  height: 9px;
  border-radius: 50px;
}

.th-address li p a {
  font-weight: 600;
  color: #4a637e;
}

.th-address li p a:hover {
  color: #495057;
}

.th-contact-wrap {
  position: relative;
  text-align: center;
  padding: 40px 0 90px;
}

.th-contact-wrap form {
  margin-top: 32px;
}

/*th-contact-form*/
.th-contact-form input[type="text"],
.th-contact-form input[type="email"],
.th-contact-form input[type="tel"],
.th-contact-form textarea {
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  border: 1px solid #1F576E;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #1F576E;
  transition: all 500ms ease;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  border-radius: 4px;
}

.th-contact-form input[type="text"]:hover,
.th-contact-form input[type="email"]:hover,
.th-contact-form input[type="tel"]:hover,
.th-contact-form textarea:hover {
  border: 1px solid #4a637e;
}

.th-contact-form textarea {
  height: 111px !important;
}

.th-contact-form input::placeholder,
.th-contact-form textarea::placeholder {
  color: #1F576E;
  opacity: 1;
  /* Firefox */
}

.th-contact-form input::-ms-input-placeholder,
.th-contact-form textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #1F576E;
}

.th-contact-form {
  width: 100%;
  padding: 40px 40px 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 12px;
}

.th-contact-form ul li {
  margin-bottom: 23px;
  list-style: none;
  display: inline-block;
  padding: 0;
  width: 48.7%;
  margin-right: 21px;
}

.th-contact-form ul li:nth-child(2n) {
  margin-right: 0px;
}

.th-contact-form ul li:nth-last-child(2) {
  width: 100%;
}

.th-contact-form ul li:last-child {
  width: 100%;
  margin-bottom: 0;
}

.th-contact-form .th-common-btn {
  width: 100%;
  height: 60px;
}

/*th-contact-form*/
/* pagination */
.th-pagination {
  text-align: center;
  padding: 30px 0;
}

.th-pagination ul li {
  width: auto !important;
  margin: 0 8px !important;
  display: inline-block;
  min-height: auto !important;
  padding: 0 !important;
}

.th-pagination ul li a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  display: block;
  color: #1F576E;
  padding: 0 !important;
  border-radius: 5px;
}

.th-pagination ul li::before {
  display: none;
}

.th-pagination ul li a.current,
.th-pagination ul li a:hover {
  color: #fff;
  background-color: #1F576E;
}

/* pagination */
/*what-our-clients-say*/
.th-what-our-clients-say-wrap {
  background-color: rgba(163, 205, 220, 0.06);
  position: relative;
  padding: 90px 0 95px;
  text-align: center;
}

.th-clients-slider {
  background: #fff;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.15);
  margin: 27px 0 0 0;
  padding: 45px 50px 25px;
  border: none;
  border-radius: 12px;
}

.th-what-our-clients-say-wrap .flex-direction-nav,
.th-what-our-clients-say-wrap .flex-control-nav {
  display: none;
}

.th-what-our-clients-say-wrap h6 {
  line-height: 27px;
  font-weight: 400;
  color: #253c54;
}

.th-what-our-clients-say-wrap ul li h6 {
  color: #253c54;
  line-height: 27px;
  font-weight: 400;
  max-width: 700px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.th-what-our-clients-say-wrap ul li h6 strong {
  font-weight: 600;
  color: #1F576E;
  margin-top: 29px;
  display: block;
}

.th-what-our-clients-say-wrap ul li p {
  color: #253c54;
  font-size: 14px;
  line-height: 21px;
}

/*what-our-clients-say*/
.th-meet-our-team-wrap {
  background-color: #fff;
  position: relative;
  padding: 128px 0 88px;
  text-align: center;
}

.th-meet-our-team-wrap h2 {
  margin-bottom: 34px;
}

.th-meet-our-team-wrap h6 {
  line-height: 27px;
  font-weight: 400;
  max-width: 575px;
  margin: auto;
}

/* Team Filters */
.th-team-filters {
  margin: 40px 0 30px 0;
  text-align: center;
}

.th-team-filters .filter-btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 10px;
  background: transparent;
  border: 2px solid #333;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 14px;
}

.th-team-filters .filter-btn:hover,
.th-team-filters .filter-btn.active {
  background: #333;
  color: #fff;
}

.th-team-filters .filter-btn:focus {
  outline: none;
}

.th-team-filters .filter-btn:disabled {
  background: transparent;
  color: #ccc;
  border: 2px solid #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.th-team-filters .filter-btn:disabled:hover {
  background: transparent;
  color: #ccc;
  border: 2px solid #ccc;
}

/* Team card flexbox layout for button positioning */
.th-team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.th-team-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.th-team-card .th-common-btn-sm {
  margin-top: auto;
  margin-bottom: 20px;
}

/* Standardize line height for team card job titles */
.th-team-card p {
  line-height: 1.4 !important;
  min-height: 2.8em; /* Ensures space for 2 lines at 1.4 line-height */
}

/* Team member fade transitions */
.th-meet-our-team-wrap ul li {
  transition: opacity 0.3s ease;
}

.th-meet-our-team-wrap ul {
  margin-top: 77px;
}

.th-meet-our-team-wrap ul li {
  display: inline-block;
  width: 31.2%;
  margin-right: 30px;
  margin-bottom: 30px;
  vertical-align: top;
  text-align: center;
}

.th-meet-our-team-wrap ul li:last-child,
.th-meet-our-team-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.th-meet-our-team-wrap ul li a {
  background-color: rgba(163, 205, 220, 0.06);
  padding: 32px 32px 12px;
  display: block;
  border-radius: 12px;
  min-height: 350px;
}

.th-meet-our-team-wrap ul li h5 {
  color: #212529;
}

.th-meet-our-team-wrap ul li p {
  line-height: 24px;
  color: #495057;
  font-weight: 500;
}

.th-meet-our-team-wrap ul li p strong {
  font-size: 14px;
  line-height: 21px;
  color: #0052cc;
  font-weight: 400;
}

.th-meet-our-team-wrap ul li p strong:hover {
  color: #1F576E;
}

.th-meet-our-team-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
}

.th-meet-our-team-img img {
  border-radius: 50%;
}

/*th-contact-wrap*/
.th-let-talk-wrap {
  position: relative;
  background-color: rgba(163, 205, 220, 0.06);
  padding: 128px 0 114px;
}

.th-let-talk-wrap h2 {
  font-weight: 700;
  color: #212529;
  text-align: center;
  margin-bottom: 32px;
}

.th-let-talk-wrap h6 {
  line-height: 27px;
  font-weight: 400;
  max-width: 580px;
  margin: auto;
  text-align: center;
  margin-bottom: 76px;
}

.th-contact-information {
  text-align: left;
  margin-bottom: 47px;
}

.th-contact-information h4 {
  font-weight: 600;
  margin-bottom: 28px;
}

.th-contact-information p {
  line-height: 24px;
  color: #1F576E;
  margin-bottom: 0;
}

.th-contact-information p a {
  color: #495057;
}

.th-contact-information p a:hover {
  color: #1F576E;
}

.th-contact-information p:last-child a {
  color: #4a637e;
}

.th-contact-information p:last-child a:hover {
  color: #1F576E;
}

.th-contact-information ul li {
  background-image: url(/images/services-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
  padding-left: 40px;
  margin-bottom: 30px;
}

.th-our-locations {
  text-align: left;
}

.th-our-locations .nav-link {
  font-size: 14px;
  line-height: 21px;
  color: #1F576E;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  padding: 12px 59px;
}

.th-our-locations .nav-link.active {
  background-color: #1F576E;
  color: #fff;
}

.th-our-locations ul li:first-child .nav-link {
  border-radius: 8px 0 0 0;
}

.th-our-locations ul li:last-child .nav-link {
  border-radius: 0 8px 0 0;
}

.th-our-locations .nav-tabs {
  border-bottom: 1px solid #f8f8f8;
}

.th-our-location-content {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  margin-right: 47px;
}

.th-our-location-content .tab-content p {
  margin-bottom: 0;
  font-weight: 600;
}

.th-our-location-content .tab-content p small {
  font-weight: 400;
  color: #253C54;
}

.th-our-location-content .tab-content {
  padding: 25px 25px;
}

.th-send-us-a-message {
  text-align: left;
}

.th-send-us-a-message form {
  position: relative;
}

.th-send-us-a-message h4 {
  font-weight: 600;
  margin-bottom: 28px;
}

.th-send-us-a-message label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #1F576E;
  text-align: left;
  margin-bottom: 8px;
}

.th-send-us-a-message input[type="text"],
.th-send-us-a-message input[type="email"],
.th-send-us-a-message textarea {
  width: 100%;
  height: 50px;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(13, 27, 42, 0.28);
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  border: 0.5px solid rgba(13, 27, 42, 0.28);
}

.th-send-us-a-message textarea {
  height: 146px;
}

.th-send-us-a-message ul li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 24px;
  text-align: left;
}

.th-send-us-a-message ul li:last-child {
  width: 100%;
}

.th-send-us-a-message .th-common-btn {
  width: 100%;
  padding: 15px 28px;
  height: 56px;
}

.th-success-message {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  text-align: center;
  padding-bottom: 100px;
}

.th-success-message h4:first-child {
  font-weight: 600;
  margin-bottom: 40px;
}

.th-success-message h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

.th-success-message p {
  line-height: 36px;
  color: #1F576E;
  margin-bottom: 54px;
}

.th-success-message h6 {
  color: #253c54;
  margin-bottom: 22px;
}

.th-success-message ul li {
  margin-bottom: 16px;
}

.th-success-message button {
  height: 56px;
  padding: 16px 56px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  outline: none;
  width: 376px;
  border: none;
  color: #1F576E;
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.th-success-message button:hover {
  background-color: #1F576E;
  color: #fff;
}

.th-success-message ul li:last-child {
  margin-bottom: 0;
}

/*th-contact-wrap*/
@media screen and (max-width: 1500px) {
  .th-meet-our-team-wrap {
    padding: 95px 0 63px;
  }
}

@media screen and (max-width: 1400px) {
  .th-maintenance-by-location {
    padding: 85px 0;
    min-height: 672px;
  }

  .th-what-our-clients-say-wrap {
    padding: 70px 0 85px;
  }

  .th-clients-slider {
    margin: 23px 0 0 0;
    padding: 30px 50px 20px;
  }

  .th-what-our-clients-say-wrap ul li h6 strong {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1300px) {

  /*banner*/
  .th-banner-content h4 {
    font-size: 22px;
  }

  /*banner*/
  /*service-overview*/
  .th-service-overview-wrap {
    padding: 77px 0;
  }

  /*service-overview*/
  /*alliance-management-wrap*/
  .th-alliance-management-wrap,
  .th-esg-commitment-wrap,
  .th-alliance-hangarage-wrap {
    padding: 71px 0 96px;
  }

  /*alliance-management-wrap*/
  .th-service-wrap {
    padding: 90px 0;
    min-height: 596px;
  }

  .th-fbo-services-by-location {
    padding: 90px 0;
    min-height: 607px;
  }

  .th-let-talk-wrap {
    padding: 106px 0;
  }
}

@media screen and (max-width: 1200px) {
  .th-footer-links {
    width: 19.8%;
  }

  .th-testimonials-wrap ul li {
    margin-right: 27px;
  }

  .th-ground-services-wrap h6,
  .th-aircraft-maintenance-wrap h6,
  .th-storage-solutions-wrap h6,
  .th-why-choose-alliance-wrap h6 {
    margin-top: 12px;
  }

  .th-maintenance-by-location {
    padding: 74px 0 60px;
    min-height: 642px;
  }

  .th-esg-commitment-wrap h2 {
    margin-bottom: 25px;
  }

  .th-404-wrap h1 {
    font-size: 220px;
    line-height: 205px;
  }

  .th-404-wrap {
    padding: 77px 0;
  }

  /*contact*/
  .th-location-wrap ul li {
    width: 31.9%;
  }

  /*contact*/
  /*home-banner*/
  .th-home-banner {
    padding: 94px 0;
    min-height: 553px;
  }

  /*home-banner*/
  .th-inner-banner {
    padding: 90px 0;
    min-height: 560px;
  }

  .th-what-our-clients-say-wrap {
    padding: 56px 0 72px;
  }

  .th-meet-our-team-wrap ul {
    margin-top: 54px;
  }

  .th-let-talk-wrap {
    padding: 87px 0;
  }

  .th-let-talk-wrap h6 {
    margin-bottom: 40px;
  }

  .th-our-location-content {
    margin-right: 27px;
  }
}

@media screen and (max-width: 1100px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .th-outer-menu ul li {
    margin-left: 6px;
  }

  .th-header-wrap .col-md-7 {
    padding-left: 19px;
    padding-right: 19px;
  }

  /*banner*/
  .th-banner-content {
    padding-right: 10px;
  }

  .th-banner-img {
    margin-bottom: 28px !important;
  }

  .th-banner-content h4 {
    font-size: 20px;
    line-height: 30.5px;
  }

  /*banner*/
  .th-service-wrap {
    padding: 70px 0;
    min-height: 534px;
  }

  .th-service-wrap ul li {
    width: 21%;
  }

  .th-testimonials-wrap ul li {
    width: 48.3%;
  }

  .th-inner-banner .th-banner-content h1 {
    line-height: 55px;
  }

  .th-ground-sevices {
    min-height: 305px;
  }

  .th-fbo-services-by-location .th-area-services {
    padding-right: 24px;
  }

  .th-fbo-services-by-location {
    padding: 65px 0;
    min-height: 560px;
  }

  .th-service-overview-wrap .tab-content h4 {
    font-size: 26px;
  }

  .th-service-wrap h2 {
    margin-left: 60px;
    margin-bottom: 40px;
  }

  .th-alliance-management-wrap,
  .th-esg-commitment-wrap,
  .th-alliance-hangarage-wrap {
    padding: 60px 0;
  }

  .th-alliance-management h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .th-aircraft-management-wrap {
    padding: 80px 0;
  }

  .th-explore-by-location-wrap .th-explore-by-location-outer {
    padding-left: 60px;
  }

  .th-maintenance-by-location .th-explore-by-location-outer {
    padding-left: 0;
  }

  .th-maintenance-by-location .tab-content h3 {
    margin-bottom: 10px;
  }

  .th-esg-performance-wrap {
    padding: 60px 0;
  }

  /*contact*/
  .th-location-wrap ul li {
    width: 31.8%;
  }

  .th-contact-form ul li {
    width: 48.5%;
  }

  .th-location-wrap {
    padding: 65px 0 25px;
  }

  .th-contact-wrap {
    padding: 25px 0 70px;
  }

  /*contact*/
  .th-exclusivity-wrap {
    padding: 151px 0;
    min-height: 538px;
  }

  .th-explore-by-location-wrap {
    padding: 63px 0 80px;
  }

  .th-explore-by-location-wrap h2 {
    text-align: left;
  }

  .th-footer-links {
    width: 19.5%;
  }

  .th-meet-our-team-wrap {
    padding: 70px 0 48px;
  }

  .th-meet-our-team-wrap h2 {
    margin-bottom: 20px;
  }

  .th-meet-our-team-wrap ul li {
    margin-right: 26px;
    margin-bottom: 26px;
  }

  .th-our-locations .nav-link {
    padding: 12px 50px;
  }

  .th-let-talk-wrap h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {

  /*header*/
  .th-header-wrap .col-md-2 {
    order: 1;
    width: 100%;
  }

  .th-header-wrap .col-md-7 {
    order: 3;
    width: 100%;
    padding: 0 12px;
  }

  .th-header-wrap .col-md-3 {
    order: 2;
    width: 100%;
  }

  .th-header-wrap {
    position: relative;
    padding: 15px 0;
  }

  .th-logo-wrap {
    padding-top: 7px;
  }

  .th-outer-menu {
    float: none;
    padding: 0;
  }

  .th-outer-menu ul li {
    padding-bottom: 10px;
    margin-left: 0;
  }

  .th-outer-menu ul li .th-submenu {
    min-width: 100%;
    position: relative;
    top: 0;
    text-align: center;
    transition: none;
    margin-top: 5px;
    left: 0;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .th-outer-menu .navbar-toggler {
    border: none !important;
    outline: none !important;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: -49px 0 0 auto;
    height: 40px;
    width: auto;
    padding: 0;
  }

  .th-outer-menu ul li .th-submenu li a {
    background-color: #1F576E;
    color: #fff;
    padding: 6px 0;
  }

  .th-outer-menu ul li .th-submenu li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .th-outer-menu ul li .th-submenu li {
    margin: 0 10px;
    padding-bottom: 0;
  }

  .th-outer-menu ul li .th-submenu li:last-child {
    padding-bottom: 0;
  }

  .th-outer-menu .navbar-toggler-icon {
    background-image: url(/images/toggle-img.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 18px;
    height: 14px;
  }

  .th-outer-menu .th-submenu-link a {
    background-image: url(/images/arrow.png);
    background-repeat: no-repeat;
    padding-right: 16px;
    background-position: right 8px;
    background-size: 10px;
    padding-bottom: 0;
  }

  .th-header-wrap .th-common-btn {
    display: table;
    margin: -47px 38px 0 auto;
    width: auto;
  }

  .th-outer-menu .navbar-nav {
    text-align: center;
    padding: 0;
    padding-top: 15px;
  }

  /*header*/
  /*footer*/
  .th-footer .col-md-9 {
    width: 70%;
  }

  .th-footer .col-md-3 {
    width: 30%;
  }

  .th-footer-links {
    width: 20.9%;
    margin-right: 20px;
  }

  /*footer*/
  /*home-banner*/
  .th-home-banner .col-md-6 {
    width: 100%;
  }

  .th-home-banner {
    padding: 64px 0;
    min-height: 368px;
  }

  .th-banner-content ul {
    margin-top: 30px;
  }

  .th-banner-content {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .th-home-banner .col-md-6:first-child {
    order: 2;
  }

  .th-home-banner .col-md-6:last-child {
    order: 1;
  }

  .th-banner-img {
    margin: auto;
  }

  .th-banner-content h1 {
    margin-bottom: 8px;
  }

  .th-banner-content h6 {
    margin-bottom: 9px;
  }

  /*home-banner*/
  /*clients-choose-wrap*/
  .th-clients-choose-wrap {
    padding: 66px 0 39px;
  }

  .th-clients-choose-wrap ul li h5 {
    margin-bottom: 19px;
  }

  .th-clients-choose-wrap ul li {
    width: 44.7%;
    margin: 0 17px;
  }

  /*clients-choose-wrap*/
  .th-service-wrap ul li {
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 16px;
    width: 31.3%;
  }

  .th-service-wrap ul {
    text-align: left;
  }

  .th-dublin-services {
    padding-top: 10px;
    padding-left: 0;
  }

  .th-exclusivity-wrap {
    padding: 92px 0;
    min-height: 421px;
  }

  .th-exclusivity-wrap .col-md-7,
  .th-exclusivity-wrap .col-md-5 {
    width: 100%;
  }

  .th-exclusivity-wrap ul li {
    width: 49.7%;
  }

  .th-testimonials-wrap ul li {
    margin-right: 20px;
    margin-bottom: 28px;
    min-height: 320px;
  }

  .th-area-services {
    padding-top: 12px;
  }

  /*inner-banner*/
  .th-inner-banner {
    padding: 64px 0px;
    min-height: 368px;
  }

  .th-inner-banner .col-md-6 {
    width: 100%;
  }

  .th-inner-banner .col-md-6:first-child {
    order: 2;
  }

  .th-inner-banner .col-md-6:last-child {
    order: 1;
  }

  .th-inner-banner .th-banner-content {
    max-width: 100%;
    padding-right: 0;
  }

  /*inner-banner*/
  .th-ground-sevices {
    padding: 22px;
    min-height: 343px;
  }

  .th-experience-the-alliance-inner-wrap,
  .th-leading-aircraft-operators-inner-wrap,
  .th-esg-performance-wrap-inner-wrap {
    padding: 48px 20px;
  }

  .th-esg-performance-wrap-inner-wrap {
    padding: 48px 20px 30px;
  }

  .th-explore-by-location-outer {
    padding-left: 0px;
  }

  .th-explore-by-location-wrap .th-explore-by-location-outer {
    padding-left: 0;
    position: relative;
    top: 0;
    margin: 0;
    transform: inherit;
  }

  /*service-overview*/
  .th-maintenance-by-location {
    padding: 60px 0 50px;
    min-height: 600px;
  }

  .th-service-wrap::before,
  .th-exclusivity-wrap::before,
  .th-fbo-services-by-location::before,
  .th-service-overview-wrap::before,
  .th-maintenance-by-location::before,
  .th-hangarage-service-features-wrap::before,
  .th-strategic-locations::before {
    clip-path: inherit;
  }

  .th-service-overview-wrap .col-md-6 {
    width: 100%;
  }

  .th-service-overview-location {
    padding: 50px;
  }

  .th-service-overview-wrap {
    padding: 60px 0;
  }

  .th-service-wrap h2 {
    margin-left: 5px;
    margin-bottom: 30px;
  }

  /*service-overview*/
  .th-alliance-management h4 {
    font-size: 19px;
  }

  .th-aircraft-management-inner {
    padding: 48px 19px;
  }

  .th-page-wrap {
    padding: 60px 0 45px;
  }

  /*404*/
  .th-404-wrap h1 {
    font-size: 190px;
    line-height: 156px;
  }

  .th-404-wrap {
    padding: 71px 0 61px;
  }

  /*404*/
  /*contact*/
  .th-location-wrap ul li {
    width: 31.7%;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 22px 18px 13px;
  }

  .th-location-wrap ul li p {
    font-size: 15px;
  }

  .th-contact-form ul li {
    width: 48%;
  }

  /*contact*/
  /*popup*/
  .th-popup ul li {
    width: 48.3%;
  }

  .th-submit-btns {
    margin-top: 15px;
  }

  .th-popup {
    padding: 33px 0 66px;
  }

  /*popup*/
  .th-fbo-services-by-location {
    padding: 60px 0 36px;
    min-height: 530px;
  }

  .th-ready-to-partner-wrap {
    padding: 56px 0 40px;
  }

  .th-meet-our-team-wrap ul {
    margin-top: 35px;
  }

  .th-meet-our-team-wrap ul li {
    margin-right: 19px;
    margin-bottom: 19px;
  }

  .th-meet-our-team-wrap ul li p {
    line-height: 22px;
    font-size: 15px;
  }

  .th-meet-our-team-wrap ul li a {
    padding: 26px 20px 5px;
  }

  .th-meet-our-team-wrap {
    padding: 56px 0 48px;
  }

  .th-let-talk-wrap {
    padding: 65px 0 43px;
  }

  .th-let-talk-wrap .col-md-6 {
    width: 100%;
  }

  .th-our-location-content {
    margin-right: 0;
    max-width: 444px;
    margin-top: 10px;
  }

  .th-contact-information {
    margin-bottom: 33px;
  }

  .th-contact-information h4 {
    margin-bottom: 18px;
  }

  .th-send-us-a-message {
    margin-top: 30px;
  }

  .th-send-us-a-message h4 {
    margin-bottom: 15px;
  }

  .th-address li {
    padding-left: 14px !important;
  }

  .th-location-wrap ul li {
    padding: 22px 11px 13px;
  }

  .th-success-message p {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 33px;
    line-height: 37px;
  }

  h3 {
    font-size: 29px;
    line-height: 42px;
  }

  .th-footer-links {
    width: 30.5%;
  }

  .th-footer {
    padding-top: 42px;
  }

  .th-footer-left {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 27px;
  }

  .th-footer-left p {
    padding-top: 10px;
    margin: auto;
  }

  .th-clients-choose-wrap ul li {
    width: 45.8%;
    margin: 0 10px;
  }

  .th-explore-by-location-wrap .col-md-4,
  .th-explore-by-location-wrap .col-md-8 {
    width: 100%;
  }

  .th-area-services {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .th-location-img {
    text-align: center;
    max-width: 100%;
  }

  /*service-wrap*/
  .th-service-wrap ul li {
    margin-right: 0.5%;
    margin-left: 0.5%;
    width: 31.8%;
  }

  .th-service-category {
    padding: 22px 11px;
  }

  .th-service-category ul li a {
    padding: 4px 9px;
  }

  /*service-wrap*/
  .th-testimonials-wrap ul li {
    margin-right: 0;
    width: 100%;
    min-height: 1px;
  }

  .th-explore-by-location-outer {
    padding-top: 0;
  }

  .th-explore-by-location-wrap .col-md-6 {
    width: 100%;
  }

  .th-explore-by-location-wrap h2,
  .th-explore-by-location-wrap .nav-tabs {
    margin-left: 0;
  }

  .th-area-services {
    padding-bottom: 23px;
    display: inline-block;
    text-align: left;
    padding-left: 0;
  }

  .tab-content .col-md-4 {
    text-align: center;
  }

  /*exclusivity-wrap*/
  .th-exclusivity-wrap {
    padding: 64px 0 26px;
  }

  .th-exclusivity-wrap .th-image-wrap {
    margin-bottom: 13px;
  }

  .th-exclusivity-wrap ul li {
    width: 49.6%;
  }

  /*exclusivity-wrap*/
  .th-hangarage-service-features-wrap,
  .th-strategic-locations {
    padding: 60px 0 50px;
    min-height: 717px;
  }

  .th-testimonials-wrap {
    padding: 67px 0 32px;
  }

  .th-ground-services-wrap ul li p,
  .th-aircraft-maintenance-wrap ul li p,
  .th-storage-solutions-wrap ul li p,
  .th-why-choose-alliance-wrap ul li p {
    max-width: 100%;
  }

  .th-ground-services-wrap ul li,
  .th-complete-management-solutions ul li,
  .th-aircraft-maintenance-wrap ul li,
  .th-storage-solutions-wrap ul li,
  .th-why-choose-alliance-wrap ul li {
    width: 48.5%;
    margin: 23px 3% 0 0;
  }

  .th-ground-services-wrap ul li:nth-child(3n),
  .th-complete-management-solutions ul li:nth-child(3n),
  .th-aircraft-maintenance-wrap ul li:nth-child(3n),
  .th-storage-solutions-wrap ul li:nth-child(3n),
  .th-why-choose-alliance-wrap ul li:nth-child(3n) {
    margin-right: 3%;
  }

  .th-ground-services-wrap ul li:nth-child(2n),
  .th-complete-management-solutions ul li:nth-child(2n),
  .th-aircraft-maintenance-wrap ul li:nth-child(2n),
  .th-storage-solutions-wrap ul li:nth-child(2n),
  .th-why-choose-alliance-wrap ul li:nth-child(2n) {
    margin-right: 0;
  }

  .th-ground-sevices {
    min-height: 296px;
  }

  .th-ground-services-wrap,
  .th-complete-management-solutions,
  .th-aircraft-maintenance-wrap,
  .th-storage-solutions-wrap {
    padding: 60px 0;
  }

  .th-why-choose-alliance-wrap {
    padding: 60px 0 0;
  }

  .th-fbo-services-by-location .th-area-services {
    padding-right: 0;
    padding-bottom: 0;
  }

  .th-explore-by-location-outer .col-md-6 {
    width: 100%;
  }

  .th-experience-the-alliance-inner-wrap ul li,
  .th-leading-aircraft-operators-inner-wrap ul li {
    width: 49%;
    margin: 0 2% 20px 0;
  }

  .th-experience-the-alliance-inner-wrap ul li:nth-child(2n),
  .th-experience-the-alliance-inner-wrap ul li:last-child,
  .th-leading-aircraft-operators-inner-wrap ul li:nth-child(2n),
  .th-leading-aircraft-operators-inner-wrap ul li:last-child s {
    margin: 0;
  }

  .th-experience-the-alliance-inner-wrap ul li h2,
  .th-leading-aircraft-operators-inner-wrap ul li h2 {
    font-size: 43px;
    line-height: 51px;
  }

  .th-experience-the-alliance-wrap,
  .th-leading-aircraft-operators-wrap {
    padding: 70px 0;
  }

  .th-aircraft-management-wrap {
    padding: 60px 0;
  }

  .th-esg-performance-wrap-inner-wrap ul li {
    width: 45%;
  }

  /*alliance-management-wrap*/
  .th-alliance-management-wrap ul li,
  .th-esg-commitment-wrap ul li,
  .th-alliance-hangarage-wrap ul li {
    width: 47%;
    margin-right: 2%;
    margin-bottom: 30px;
  }

  .th-alliance-management-wrap ul li:nth-child(2n),
  .th-esg-commitment-wrap ul li:nth-child(2n),
  .th-alliance-hangarage-wrap ul li:nth-child(2n) {
    margin-right: 0;
  }

  .th-alliance-management-wrap ul li:nth-child(3n),
  .th-esg-commitment-wrap ul li:nth-child(3n),
  .th-alliance-hangarage-wrap ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .th-alliance-management-wrap ul li:last-child,
  .th-esg-commitment-wrap ul li:last-child,
  .th-alliance-hangarage-wrap ul li:last-child {
    margin-right: 0;
  }

  /*alliance-management-wrap*/
  .th-clients-slider {
    padding: 30px 30px 20px;
  }

  .th-maintenance-by-location {
    padding: 55px 0 18px;
    min-height: 578px;
  }

  .th-page-wrap {
    padding: 50px 0 35px;
  }

  /*404*/
  .th-404-wrap h1 {
    font-size: 150px;
    line-height: 138px;
  }

  .th-404-wrap {
    padding: 50px 0 55px;
  }

  /*404*/
  /*location-wrap*/
  .th-location-wrap ul li:nth-child(2n) {
    margin-right: 0;
  }

  .th-location-wrap ul li:nth-child(3n) {
    margin-right: 15px;
  }

  .th-location-wrap ul li:last-child {
    margin-right: 0;
  }

  .th-location-wrap ul li {
    width: 48.7%;
    margin-right: 15px;
  }

  /*location-wrap*/
  /*contact*/
  .th-contact-form {
    padding: 40px 30px 50px;
  }

  .th-contact-form ul li {
    width: 48.1%;
    margin-bottom: 20px;
    margin-right: 15px;
  }

  /*contact*/
  /*popup*/
  .th-popup ul li {
    width: 47.8%;
  }

  .th-popup h6 {
    margin: 0;
  }

  /*popup*/
  .th-inner-banner .th-banner-content ul {
    margin-top: 30px;
  }

  .th-meet-our-team-wrap ul li {
    margin-right: 19px;
    width: 47.9%;
  }

  .th-meet-our-team-wrap ul li:nth-child(2n) {
    margin-right: 0;
  }

  .th-meet-our-team-wrap ul li:nth-child(3n) {
    margin-right: 19px;
  }

  .th-meet-our-team-wrap ul li:last-child {
    margin-right: 0;
  }

  .th-meet-our-team-wrap ul li a {
    min-height: 331px;
  }
}

@media screen and (max-width: 600px) {
  .th-footer-links {
    width: 29.9%;
  }

  .th-clients-choose-wrap ul li {
    width: 44.9%;
  }

  /*service-wrap*/
  .th-service-wrap {
    padding: 65px 0;
    min-height: 530px;
  }

  .th-service-wrap ul li {
    margin-right: 1%;
    margin-left: 1%;
    width: 47.5%;
  }

  .th-service-category {
    padding: 24px;
  }

  .th-service-category ul li a {
    padding: 4px 12px;
  }

  /*service-wrap*/
  .th-exclusivity-wrap .th-image-wrap {
    margin-bottom: 10px;
  }

  .th-exclusivity-wrap ul li {
    width: 100%;
  }

  .th-ground-sevices {
    padding: 22px 20px;
    min-height: 337px;
  }

  /*service-overview-wrap*/
  .th-service-overview-wrap .tab-content h4 {
    font-size: 23px;
    line-height: 29px;
  }

  .th-service-overview-wrap {
    padding: 50px 0;
  }

  .th-service-overview-wrap .nav-tabs {
    max-width: 399px;
  }

  .th-maintenance-by-location .th-explore-by-location-outer {
    margin: 16px 0 0 0px;
  }

  .th-maintenance-by-location h6 {
    margin-bottom: 15px;
  }

  /*service-overview-wrap*/
  .th-explore-by-location-outer {
    margin: 30px 0 0 0px;
  }

  /*aircraft-management*/
  .th-aircraft-management-inner .th-common-btn {
    padding: 16px 20px;
  }

  .th-aircraft-management-inner .th-talk-btn {
    padding: 16px 18px;
  }

  .th-aircraft-management-inner {
    padding: 30px 19px;
  }

  .th-esg-commitment-wrap h2 {
    margin-bottom: 15px;
  }

  .th-alliance-management-wrap,
  .th-esg-commitment-wrap,
  .th-alliance-hangarage-wrap {
    padding: 60px 0 20px;
  }

  .th-alliance-management-wrap ul,
  .th-esg-commitment-wrap ul,
  .th-alliance-hangarage-wrap ul {
    margin-top: 34px;
  }

  /*aircraft-management*/
  .th-service-overview-wrap .nav-link {
    padding: 12px 19px;
  }

  .th-ready-to-partner-wrap {
    padding: 50px 0 28px;
  }

  /*contact*/
  .th-location-wrap ul li {
    width: 48.4%;
  }

  .th-address li {
    padding-left: 16px !important;
  }

  .th-contact-form {
    padding: 32px 25px 43px;
  }

  .th-contact-form ul li {
    width: 47.7%;
  }

  /*contact*/
  /*popup*/
  .th-popup ul li {
    width: 48.1%;
    margin-bottom: 18px;
    margin-right: 13px;
  }

  .th-popup h2 {
    margin-bottom: 14px;
  }

  .th-popup form {
    padding-top: 30px;
  }

  /*popup*/
  .th-available-points ul li {
    margin-bottom: 9px !important;
  }

  .th-meet-our-team-wrap ul li {
    width: 47.5%;
  }

  .th-clients-slider {
    padding: 30px 20px 20px;
  }

  .th-success-message h4:first-child,
  .th-success-message p {
    margin-bottom: 24px;
  }

  .th-success-message p {
    line-height: 31px;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 27px;
    line-height: 37px;
  }

  .th-common-btn,
  .th-talk-btn {
    width: 100%;
    height: 56px;
    min-width: 160px;
    padding: 16px 15px;
  }

  /*footer*/
  .th-footer-links {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .th-footer {
    padding-top: 48px;
  }

  .th-footer .col-md-9 {
    width: 100%;
    order: 2;
  }

  .th-footer .col-md-3 {
    width: 100%;
    order: 1;
  }

  .th-footer-bottom-policy {
    text-align: left;
  }

  .th-footer-bottom {
    padding: 16px 0;
    margin-top: 0;
  }

  /*footer*/
  /*banner*/
  .th-banner-content h4 {
    font-size: 18px;
    line-height: 29.25px;
  }

  .th-banner-content h6 {
    font-size: 16px;
  }

  .th-banner-content ul li {
    display: block;
    margin-right: 0;
  }

  .th-banner-content ul li:first-child {
    margin-bottom: 16px;
  }

  .th-banner-content .th-talk-btn {
    padding: 14px 28px;
  }

  /*banner*/
  .th-clients-choose-wrap ul li {
    width: 100%;
    margin: 0;
  }

  .th-why-choose-alliance {
    padding: 25px 0px 6px;
  }

  /*service-category*/
  .th-service-category h6 {
    margin-bottom: 16px;
  }

  .th-service-category ul li {
    margin-right: 4px !important;
  }

  .th-service-category .th-service-icon {
    margin-bottom: 23px;
  }

  .th-service-wrap ul li {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%;
  }

  .th-service-category-content-area {
    min-height: 1px;
  }

  .th-service-category {
    min-height: 1px;
  }

  /*service-category*/
  /*inner-banner*/
  .th-inner-banner .th-banner-content h1 {
    line-height: 45px;
  }

  .th-inner-banner .th-banner-content ul li {
    display: block;
    margin-right: 0;
  }

  .th-inner-banner .th-banner-content ul {
    margin-top: 34px;
  }

  /*inner-banner*/
  .th-hangarage-service-features-wrap,
  .th-strategic-locations {
    padding: 50px 0 40px;
    min-height: 714px;
  }

  .th-ground-services-wrap ul li,
  .th-complete-management-solutions ul li,
  .th-aircraft-maintenance-wrap ul li,
  .th-storage-solutions-wrap ul li,
  .th-why-choose-alliance-wrap ul li {
    width: 100%;
    margin: 17px 0 0 !important;
  }

  .th-ground-sevices {
    min-height: 1px;
  }

  .th-experience-the-alliance-inner-wrap ul li,
  .th-leading-aircraft-operators-inner-wrap ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .th-experience-the-alliance-inner-wrap ul li h2,
  .th-leading-aircraft-operators-inner-wrap ul li h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .th-service-overview-location {
    padding: 30px;
  }

  .th-complete-management-solutions .th-ground-sevices {
    min-height: 1px !important;
  }

  .th-esg-performance-wrap-inner-wrap ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .th-alliance-management-wrap ul li,
  .th-esg-commitment-wrap ul li,
  .th-alliance-hangarage-wrap ul li {
    width: 100%;
    margin-right: 0 !important;
  }

  .th-alliance-management p {
    max-width: 100%;
  }

  .th-maintenance-by-location .tab-content h3 {
    line-height: 37px;
    font-size: 27px;
  }

  .th-esg-performance-wrap-inner-wrap {
    padding: 48px 20px 15px;
  }

  .th-ready-to-partner-wrap ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 14px;
  }

  /*aircraft-management-inner*/
  .th-aircraft-management-inner ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
  }

  /*aircraft-management-inner*/
  .th-service-overview-wrap .nav-link {
    padding: 12px 14px;
  }

  .th-service-overview-wrap .nav-tabs {
    max-width: 370px;
    margin-bottom: 30px;
  }

  .th-page-wrap {
    padding: 40px 0 25px;
  }

  /*404*/
  .th-404-wrap h1 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 2px;
  }

  .th-404-wrap {
    padding: 32px 0 24px;
  }

  /*404*/
  /*contact*/
  .th-location-wrap ul li {
    width: 100%;
    margin-right: 0 !important;
    min-height: 1px;
  }

  .th-address li {
    padding-left: 19px !important;
  }

  .th-contact-form ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  /*contact*/
  .th-exclusivity-wrap h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .th-popup ul li {
    width: 100%;
    margin-right: 0;
  }

  .th-submit-btns li {
    width: 100% !important;
    margin-bottom: 14px !important;
  }

  .th-submit-btns li:last-child {
    margin-bottom: 0 !important;
  }

  .th-meet-our-team-wrap ul li {
    margin-right: 0 !important;
    width: 100%;
  }

  .th-meet-our-team-wrap ul li a {
    min-height: 1px;
    padding: 26px 20px 10px;
  }

  .th-our-locations .nav-link {
    padding: 12px 38px;
  }

  .th-contact-information ul li {
    padding-left: 37px;
    margin-bottom: 20px;
  }

  .th-our-location-content .tab-content {
    padding: 18px;
  }

  .th-success-message p {
    line-height: 25px;
  }

  .th-success-message ul li a {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  h2 {
    font-size: 27px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .th-exclusivity-wrap h2 {
    font-size: 25px;
    line-height: 36px;
  }
}

@media screen and (max-width: 400px) {
  h2 {
    font-size: 25px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 23px;
    line-height: 32.5px;
  }

  .th-exclusivity-wrap h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .th-header-wrap .th-common-btn {
    padding: 7px 13px;
    font-size: 12px;
    height: 40px;
    min-width: 120px;
    margin: -40px 29px 0 auto;
  }

  .th-logo-wrap {
    padding-top: 1px;
  }

  .th-outer-menu .navbar-toggler {
    margin: -40px 0 0 auto;
  }

  .th-testimonials-wrap ul li a {
    padding: 28px 16px;
  }

  .th-author-name {
    padding-left: 5px;
  }

  .th-author-image {
    width: 47px;
    height: 47px;
  }

  .th-author-image img {
    height: 47px;
  }

  .th-maintenance-by-location .tab-content h3 {
    line-height: 34px;
    font-size: 24px;
  }

  .th-service-overview-location {
    padding: 20px;
  }

  .th-service-overview-wrap .nav-item,
  .th-strategic-locations .nav-item {
    width: 100%;
  }

  .th-service-overview-wrap .nav-link,
  .th-strategic-locations .nav-link {
    display: block;
    text-align: center;
    width: 100%;
  }

  .th-explore-by-location-wrap .nav-link,
  .th-service-overview-wrap .nav-link,
  .th-fbo-services-by-location .nav-link,
  .th-strategic-locations .nav-link {
    padding: 12px 19px;
  }

  .th-explore-by-location-wrap .nav-tabs,
  .th-service-overview-wrap .nav-tabs,
  .th-fbo-services-by-location .nav-tabs,
  .th-strategic-locations .nav-tabs {
    max-width: 288px;
  }

  .th-explore-by-location-wrap {
    padding: 57px 0 62px;
  }

  .th-exclusivity-wrap h5 {
    font-size: 14px;
    line-height: 13px;
  }

  .th-service-overview-wrap .nav-tabs,
  .th-strategic-locations .nav-tabs {
    margin-left: auto;
    margin-right: auto;
  }

  /*contact*/
  .th-contact-form {
    padding: 26px 18px 36px;
  }

  /*contact*/
  /*Popup*/
  .flatpickr-calendar {
    width: inherit !important;
    min-width: inherit !important;
    padding: 24px 5px;
  }

  /*End Popup*/
  .th-inner-banner {
    padding: 48px 0px;
    min-height: 363px;
  }

  .th-leading-aircraft-operators-inner-wrap .th-common-btn {
    font-size: 16px;
  }

  .th-our-locations .nav-link {
    padding: 12px 25px;
  }
}

/* Keep tab content fixed to the top and prevent jumping when switching tabs */
.th-explore-by-location-outer .tab-content {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.responsive-map-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.responsive-map-container img {
  width: 100%;
  height: auto;
  display: block;
}

.map-marker {
  position: absolute;
  width: 2.2%;
  /* 10px/450px (if map is 450px wide) */
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 4px #000;
  cursor: pointer;
  z-index: 2;
  display: none;
  min-width: 10px;
  min-height: 10px;
  max-width: 16px;
  max-height: 16px;
}

.map-marker[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  z-index: 10;
}

.map-marker.active {
  display: block;
}

.th-hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* .th-hero-overlay removed as per user request */
.th-home-banner .th-banner-content,
.th-home-banner .th-banner-content h1,
.th-home-banner .th-banner-content h4,
.th-home-banner .th-banner-content h6,
.th-home-banner .th-banner-content ul,
.th-home-banner .th-banner-content li,
.th-home-banner .th-banner-content a,
.th-home-banner .th-banner-content button {
  color: #fff !important;
  font-weight: bold !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.th-home-banner .th-banner-content .th-common-btn,
.th-home-banner .th-banner-content .th-talk-btn {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.15);
  color: #fff !important;
  font-weight: bold !important;
}

.th-home-banner .th-banner-content .th-common-btn:hover,
.th-home-banner .th-banner-content .th-talk-btn:hover {
  background: #fff;
  color: #222 !important;
}

.th-hero-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.th-home-banner {
  position: relative;
  overflow: hidden;
}

.th-home-banner .container,
.th-home-banner .row,
.th-home-banner .th-banner-content,
.th-home-banner .th-banner-img {
  position: relative;
  z-index: 2;
}

#wcb.carbonbadge {
  display: block !important;
  float: left !important;
  margin: 0 0 1em 0 !important;
  text-align: left !important;
}

/* Leadership Profile Modal Styling */
.modal-body p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #495057;
}

.modal-body ul {
  list-style-type: none !important;
  padding-left: 20px !important;
  margin-bottom: 16px;
  color: #495057;
}

.modal-body ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
  padding-left: 0;
  color: #495057;
  position: relative;
}

.modal-body ul li::before {
  content: "• ";
  color: #495057;
  font-weight: bold;
  position: absolute;
  left: -15px;
}

.modal-body h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #212529;
}

/* Read More Link Styling */
.th-team-card .th-read-more-text {
  color: #007bff !important;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0;
}

/* Small version of common button for team cards */
.th-common-btn-sm {
  color: #1F576E;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  min-width: 120px;
  height: 36px;
  z-index: 1;
  border: none;
  background-color: #fff;
  border: 1px solid #1F576E;
  font-family: "Inter", sans-serif;
}

.th-common-btn-sm:focus {
  color: #fff;
  background-color: #1F576E;
}

.th-common-btn-sm:hover {
  color: #fff;
  border: 1px solid #1F576E;
  background-color: #1F576E;
}

/* Contact Form Validation Styles */
.th-send-us-a-message input.is-valid,
.th-send-us-a-message textarea.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.th-send-us-a-message input.is-invalid,
.th-send-us-a-message textarea.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.th-send-us-a-message button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Handling Request Form Validation Styles */
#handling-request-form input.is-valid,
#handling-request-form textarea.is-valid,
#handling-request-form select.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#handling-request-form input.is-invalid,
#handling-request-form textarea.is-invalid,
#handling-request-form select.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.th-common-btn.th-disable-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}