@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --ltn__body-font: "Roboto", sans-serif;
  --font-roboto:"Roboto", sans-serif;
  --font-kanit:"Kanit", sans-serif;
  --font-nunito:"Nunito", sans-serif;
  --black: #000000;
  --white:#fff;
  --color-1:#0a5997;
  --color-2:#242424;
  --color-5:#0AADEB;
  --color-6:#5f5f5f;
  --background-1:#eeeeee;
  --background-2:#f8f8f9;
  --background-3:#eef7fe;
  --background-4:#eef6fe;
  --background-5:#0AADEB;
  --background-6:#0c121d;
  --background-7:#0a5997;
  --background-8:#002846;
  --background-9:#19273b;
  --transition: all .3s ease-in-out;
}

body {
  font-family: var(--ltn__body-font) !important;
  color: var(--black);
  position: relative;
  z-index: 999;
}

.padding20 {
  padding: 20px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding120 {
  padding: 120px 0;
}

.background-1 {
  background: var(--background-1);
}

.background-2 {
  background: var(--background-2);
}

.background-3 {
  background: var(--background-7);
}

.background-4 {
  background: var(--background-4);
}

.background-5 {
  background: var(--background-8);
}

.about-banner {
  background: url(../images/about-banner.jpg) no-repeat center center;
  background-size: cover;
}

header .top-bar {
  background: var(--background-9);
}
header .top-bar .heading {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 2px;
}
header .sticky {
  position: fixed;
  width: 100%;
  background: var(--black);
  top: 0;
  z-index: 999;
}
header ul li a {
  font-size: 15px;
  color: var(--black);
  padding: 15px 26px !important;
  font-family: var(--font-roboto);
  transition: var(--transition);
  text-decoration: none;
}
header ul li a:hover {
  color: var(--color-1);
  background: var(--background-3);
  border-radius: 0 50px 0 0;
}
header ul li a:focus {
  color: var(--color-1);
  background: var(--background-3);
  border-radius: 0 50px 0 0;
}
header ul li ul {
  margin: 0px;
  padding: 0px;
  background: var(--background-3);
  border: solid 1px var(--light-blue);
  width: 250px;
  border-radius: 0px;
  position: absolute;
  z-index: 99;
  display: none;
}
header ul li ul li {
  list-style: none;
  font-weight: 400;
  border: solid 1px var(--light-blue);
  border-width: 0px 0px 1px 0px;
  font-size: 15px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-roboto);
}
header ul li ul li:hover {
  background: var(--blue-bg2);
}
header ul li ul li a {
  color: var(--moderate_orange-color);
  text-decoration: none;
  cursor: pointer;
}
header ul li:hover ul {
  display: block;
}
header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .nav-link {
  font-size: 15px;
  color: var(--black);
  padding: 15px 26px !important;
  font-family: var(--font-roboto);
  transition: var(--transition);
}
header .nav-link:hover {
  color: var(--color-1);
  background: var(--background-3);
  border-radius: 0 50px 0 0;
}
header .nav-link:focus {
  color: var(--color-1);
  background: var(--background-3);
  border-radius: 0 50px 0 0;
}
header #navbarDropdown:hover {
  color: var(--color-1);
  background: var(--background-3);
  border-radius: 0 50px 0 0;
}
header #navbarDropdown:focus {
  color: var(--color-1);
  background: var(--background-3);
  border-radius: 0 50px 0 0;
}
header .nav-item .active {
  color: var(--color-1);
  background: var(--background-3);
  border-radius: 0 50px 0 0;
}
header .navbar-toggler {
  background: var(--moderate_orange-color);
}
header .dropdown-item:focus, header .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1ebdc2 !important;
}
header .dropdown-item {
  color: #3c3c3c;
  font-size: 14px;
}
header .dropdown-item.active, header .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2196F3;
}
header .navbar-toggler {
  outline: none !important;
}
header .navbar-tog {
  color: #1ebdc2;
}
header .megamenu-li {
  position: static;
}
header .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99999;
  background: none;
  border: none;
  padding: 0px;
}
header .megamenu .white-bg {
  padding: 20px;
  background: var(--background-3);
  border: solid 1px var(--light-blue);
}
header .megamenu ul {
  margin: 0px;
  padding: 0px;
}
header .megamenu ul li {
  list-style: none;
  font-weight: 400;
  border: solid 1px var(--light-blue);
  border-width: 0px 0px 1px 0px;
  font-size: 13px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
header .megamenu ul li:hover {
  background: var(--blue-bg2);
}
header .megamenu ul li a {
  color: var(--moderate_orange-color);
  text-decoration: none;
  cursor: pointer;
}
header .megamenu p {
  font-family: var(--font-roboto);
  font-size: 16px;
  margin: 0;
}
header .single-dropdown .dropdown-menu {
  padding: 10px;
  background: var(--background-3);
  border: solid 1px var(--light-blue);
  width: 250px;
  border-radius: 0px;
}
header .single-dropdown .dropdown-menu ul {
  margin: 0px;
  padding: 0px;
}
header .single-dropdown .dropdown-menu ul li {
  list-style: none;
  font-weight: 400;
  border: solid 1px var(--light-blue);
  border-width: 0px 0px 1px 0px;
  font-size: 15px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-roboto);
}
header .single-dropdown .dropdown-menu ul li:hover {
  background: var(--blue-bg2);
}
header .single-dropdown .dropdown-menu ul li a {
  color: var(--moderate_orange-color);
  text-decoration: none;
  cursor: pointer;
}
header .mega-menu-wrap .mega-menu-item .mega-menu-link {
  padding: 0px 26px !important;
  font-family: var(--font-roboto) !important;
  font-size: 15px !important;
  height: 52px !important;
  line-height: 54px !important;
}
header .mega-menu-wrap .mega-sub-menu .mega-menu-link {
  padding: 10px 16px !important;
  font-family: var(--font-roboto) !important;
  font-size: 15px !important;
  height: auto !important;
  line-height: normal !important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: var(--black) !important;
  background: var(--background-3) !important;
}

figcaption h2 {
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
}
figcaption .bread {
  margin: 0;
}
figcaption .bread ul {
  margin: 0;
  padding: 0;
  float: right;
}
figcaption .bread ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  color: var(--white);
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
figcaption .bread ul li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  font-weight: 900;
}
figcaption .bread ul li:last-child::after {
  display: none;
}
figcaption .bread ul li a {
  color: var(--white);
  text-decoration: none;
}

section .about .pic {
  box-shadow: 0 0 40px #ececec;
  padding: 20px;
  border-radius: 10px;
}
section .about .pic img {
  border-radius: 10px;
}
section .about h4 {
  color: var(--color-5);
  font-size: 30px;
  font-weight: 700;
}
section .about h2 {
  color: var(--black);
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}
section .about h3 {
  color: var(--black);
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
section .about p {
  font-size: 16px;
  color: var(--color-2);
  line-height: 25px;
}
section .about .icon ul {
  margin: 0px;
  padding: 0px;
}
section .about .icon ul li {
  list-style: none;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f68338;
  color: var(--white);
  border-radius: 30px;
  text-align: center;
  margin-right: 15px;
}
section .about .icon ul li a {
  color: var(--white);
}
section .about .link {
  border: solid 2px var(--color-5);
  transition: all 0.3s ease-in-out;
  padding: 14px 45px;
  color: var(--color-5);
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercases;
}
section .about .link:hover {
  background: var(--color-5);
  color: var(--white);
}
section .hr-service h4 {
  color: var(--color-4);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-muil);
  text-transform: uppercase;
  letter-spacing: 3px;
}
section .hr-service h2 {
  font-family: var(--font-nunito);
  font-weight: 800;
  font-size: 42px;
  color: var(--black);
}
section .hr-service h2 span {
  color: var(--color-5);
}
section .hr-service .link {
  font-family: var(--font-nunito);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  letter-spacing: 1px;
}
section .hr-service .link::after {
  content: "";
  background: var(--color-2);
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
}
section .hr-service .link .fa-arrow-right {
  margin-left: 10px;
}
section .hr-service .link:hover {
  color: var(--color-5);
}
section .hr-service p {
  font-size: 16px;
  color: var(--color-6);
  line-height: 30px;
}
section .hr-service .featured-wrapper {
  transition: var(--transition);
  overflow: hidden;
  cursor: pointer;
}
section .hr-service .featured-wrapper a {
  text-decoration: none;
}
section .hr-service .featured-wrapper:hover .cspt-service-cat {
  margin-top: -40px;
}
section .hr-service .featured-wrapper:hover h3 {
  color: var(--color-5) !important;
}
section .hr-service .featured-wrapper:hover .icon {
  background: var(--background-6);
}
section .hr-service .featured-wrapper:hover img {
  border-radius: 6px;
}
section .hr-service .featured-wrapper img {
  border-radius: 6px;
  border: solid 5px #fff;
  box-shadow: 0 0 10px #bdbbbb;
}
section .hr-service .featured-wrapper .cspt-service-cat {
  background: var(--white);
  padding: 20px;
  border-radius: 6px;
  width: 80%;
  box-shadow: 0 9px 24px 0 rgba(26, 47, 106, 0.05);
  margin: -30px auto 0;
  position: relative;
  transition: var(--transition);
}
section .hr-service .featured-wrapper .cspt-service-cat .link2 {
  font-family: var(--font-muil);
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-5);
  text-transform: uppercase;
}
section .hr-service .featured-wrapper .cspt-service-cat h3 {
  font-family: var(--font-nunito);
  color: var(--black);
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 10px;
  transition: var(--transition);
}
section .hr-service .featured-wrapper .cspt-service-cat h3:hover {
  color: var(--color-5);
}
section .hr-service .featured-wrapper .cspt-service-cat p {
  font-size: 17px;
  line-height: 30px;
}
section .hr-service .featured-wrapper .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--background-5);
  border-radius: 50px;
  transition: var(--transition);
  position: relative;
  top: -20px;
  left: 42%;
  color: var(--white);
}
section .hr-service .featured-wrapper .icon:hover {
  background: var(--background-6);
}
section .hr-service .featured-wrapper .icon:hover a {
  color: var(--color-5);
}
section .services h2 {
  font-family: var(--font-nunito);
  color: var(--color-2);
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}
section .services p {
  color: var(--color-6);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
section .services .img {
  border-radius: 6px;
}
section .map h2 {
  color: var(--black);
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}
section .aboutus .small-title {
  background: var(--background-5);
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  display: inline-block;
}
section .aboutus h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--black);
}
section .aboutus p {
  font-size: 16px;
  color: var(--color-2);
  line-height: 30px;
}
section .aboutus p .link {
  color: var(--color-5);
  text-decoration: none;
  font-weight: 600;
}
section .aboutus .img {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
section .aboutus .mission h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black);
}
section .aboutus .mission p {
  font-size: 16px;
  line-height: 30px;
}
section .aboutus .mission .img {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
section .get-touch .nav-pills .nav-link {
  margin-bottom: 12px;
  box-shadow: 0 0 7px #ccc;
  border-radius: 4px;
  text-align: left;
  padding: 11px 30px;
  color: #000;
  border: solid 1px #eae8e8;
  font-size: 17px;
}
section .get-touch .nav-pills .active {
  border-radius: 4px;
  background: var(--background-5);
  border-color: var(--background-5);
  color: var(--white);
}
section .contact .tab-pane .get-touch {
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  padding: 30px;
  border-radius: 5px;
  min-height: 480px;
}
section .contact .tab-pane .get-touch h2 {
  font-size: 23px;
}
section .contact .tab-pane .get-touch h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-5);
}
section .contact .tab-pane .get-touch .equiry {
  box-shadow: none;
  padding: 0px;
}
section .contact .elementor-tab-content .get-touch {
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}
section .contact .elementor-tab-title {
  margin-bottom: 12px;
  box-shadow: 0 0 7px #ccc;
  border-radius: 4px;
  text-align: left;
  padding: 11px 30px;
  color: #000;
  border: solid 1px #eae8e8;
  font-size: 17px;
}
section .flight-details .item .title {
  background: #073d6a;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 17px;
  padding: 6px 8px;
  font-weight: 500;
}
section .flight-details .item .content {
  background: #fff;
  border-radius: 3px;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
}

footer {
  background: var(--background-8);
  padding: 40px 0 20px;
  color: var(--white);
}
footer h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
footer h3::after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--background-5);
  display: block;
  margin-top: 10px;
}
footer p {
  font-size: 14px;
  margin: 0;
  line-height: 25px;
  text-align: justify;
}
footer .menu ul {
  margin: 0;
  padding: 0;
}
footer .menu ul li {
  list-style: none;
  transition: var(--transition);
  padding: 5px 0;
}
footer .menu ul li a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
footer .menu ul li a:hover {
  color: var(--background-3);
}
footer .alert-danger {
  padding: 6px;
  font-size: 13px;
  text-align: center;
}
footer .input-group {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
footer .input-group input[type=text], footer .input-group input[type=email], footer .input-group input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid 2px #e8eaee;
  background: var(--white);
  outline: none;
  transition: var(--transition);
  font-size: 14px;
}
footer .input-group input[type=text]:hover, footer .input-group input[type=text]:focus, footer .input-group input[type=email]:hover, footer .input-group input[type=email]:focus, footer .input-group input[type=tel]:hover, footer .input-group input[type=tel]:focus {
  border-color: var(--background-3);
}
footer .input-group textarea {
  width: 100%;
  padding: 10px;
  height: 80px;
  border: solid 2px #e8eaee;
  background: var(--white);
  outline: none;
  transition: var(--transition);
  resize: none;
  font-size: 14px;
}
footer .input-group textarea:hover, footer .input-group textarea:focus {
  border-color: var(--background-3);
}
footer .input-group input[type=submit] {
  background: var(--background-5);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: var(--white);
  font-weight: 500;
  transition: var(--transition);
}
footer .input-group input[type=submit]:hover {
  background: var(--background-6);
  color: var(--white);
}
footer .copyright {
  border-top: solid 1px #034475;
  font-size: 14px;
  padding-top: 15px;
  line-height: 25px;
  margin-top: 20px;
}

section .get-touch h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

section .get-touch h5 {
  font-weight: 700;
  font-size: 20px;
}

section .get-touch h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 50px 0 30px;
}

section .get-touch .info ul {
  margin: 0px;
  padding: 0px;
}

section .get-touch .info ul li {
  list-style: none;
  font-size: 16px;
  padding: 0 0 10px 0;
  color: var(--color-2);
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}
section .get-touch .info ul li i {
  position: absolute;
  left: 0px;
  top: 7px;
}
section .get-touch .info ul li:last-child {
  padding-bottom: 0;
}

section .get-touch .info ul li a {
  color: var(--color-2);
  text-decoration: none;
}

section .get-touch .info ul li a:hover {
  color: var(--color-5);
}

section .get-touch .info ul li .fas, section .get-touch .info ul li .far, section .get-touch .info ul li .fa-compress, section .get-touch .info ul li .fa-user, section .get-touch .info ul li .fa-phone {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  background: var(--background-5);
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}

section .get-touch .social-icon ul {
  margin: 0px;
  padding: 0px;
}

section .get-touch .social-icon ul li {
  margin-right: 8%;
  list-style: none;
  float: left;
  font-family: "Muli";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  font-size: 11px;
}

section .get-touch .social-icon ul li a {
  color: #43484e;
  text-decoration: none;
}

section .get-touch .social-icon ul li a:hover {
  color: #f59b90;
}

section .get-touch .social-icon ul li .fab {
  margin-right: 10px;
}

section .get-touch .equiry {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

section .get-touch .equiry h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

section .get-touch .equiry .input-group {
  margin-bottom: 15px;
}

section .get-touch .equiry .input-group input[type=text], section .get-touch .equiry .input-group select, section .get-touch .equiry .input-group textarea {
  background: #f7efec;
  padding: 16px 18px;
  border: none;
  width: 100%;
  resize: none;
  font-family: "Muli", sans-serif, sans-serif;
  font-size: 13px;
}

section .get-touch .equiry .input-group input[type=submit] {
  background: var(--background-5);
  border: none;
  color: #fff;
  padding: 23px 35px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  letter-spacing: 3.3px;
}

section .get-touch .equiry .input-group input[type=submit]:hover {
  background: var(--background-7);
}/*# sourceMappingURL=stylesheet.css.map */