@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=Rubik:ital,wght@0,500;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --ltn__body-font: "Roboto", sans-serif;
  --font-rubik:"Rubik";
  --font-barlow:"Barlow", sans-serif;
  --black: #000;
  --white:#fff;
  --color-1:#3B444F;
  --color-2:#f36c3b;
  --background-1:#2498F3;
  --background-2:#125497;
  --border-1:#ddd;
  --background-3:#f7f7f7;
  --transition: all .3s ease-in-out;
}

body {
  font-family: var(--ltn__body-font) !important;
  overflow-x: hidden;
  background: none;
}

.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-3);
}

.footer-bg {
  background: url(../images/globe-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.footer-bg::before {
  content: "";
  background: rgba(36, 152, 243, 0.768627451);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-playfair);
}

figure .travel {
  position: relative;
}
figure .travel .item {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 100px;
  z-index: 999;
  width: 100%;
  left: 0;
}
figure .travel .item .text {
  font-size: 14px;
  margin-right: 20px;
  color: var(--white);
}
figure .travel .item .mb-3 {
  margin-bottom: 15px;
}
figure .travel .item .mb-0 {
  margin-bottom: 0 !important;
}
figure .travel .item label {
  font-weight: 500;
}
figure .travel .item .list ul {
  margin: 0;
  padding: 0;
}
figure .travel .item .list ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  width: 31%;
  margin-right: 8px;
}
figure .travel .item .list ul li:last-child {
  margin: 0px;
}
figure .travel .item .list2 ul {
  margin: 0;
  padding: 0;
}
figure .travel .item .list2 ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-right: 15px;
}
figure .travel .item .list2 ul li:last-child {
  margin: 0px;
}
figure .travel .item .input-group {
  margin-bottom: 10px;
  width: 100%;
}
figure .travel .item .input-group label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--white);
}
figure .travel .item .input-group input[type=text], figure .travel .item .input-group select {
  width: 100%;
  outline: none;
  border: solid 1px var(--white);
  padding: 0 8px;
  height: 38px;
  background: var(--white);
  font-size: 14px;
  border-radius: 4px !important;
  transition: var(--transition);
}
figure .travel .item .input-group input[type=text]:hover, figure .travel .item .input-group input[type=text]:focus, figure .travel .item .input-group select:hover, figure .travel .item .input-group select:focus {
  border-color: var(--background-1);
}
figure .travel .item .search {
  background: var(--background-2);
  border: none;
  border-radius: 5px;
  padding: 7px 45px;
  color: var(--white);
  transition: var(--transition);
  font-weight: 700;
  font-size: 16px;
}
figure .travel .item .search:hover {
  background: var(--background-1);
}
figure .travel .item .col-xs-1, figure .travel .item .col-xs-2, figure .travel .item .col-xs-3, figure .travel .item .col-xs-4, figure .travel .item .col-xs-5, figure .travel .item .col-xs-6, figure .travel .item .col-xs-7, figure .travel .item .col-xs-8, figure .travel .item .col-xs-9, figure .travel .item .col-xs-10, figure .travel .item .col-xs-11, figure .travel .item .col-xs-12, figure .travel .item .col-sm-1, figure .travel .item .col-sm-2, figure .travel .item .col-sm-3, figure .travel .item .col-sm-4, figure .travel .item .col-sm-5, figure .travel .item .col-sm-6, figure .travel .item .col-sm-7, figure .travel .item .col-sm-8, figure .travel .item .col-sm-9, figure .travel .item .col-sm-10, figure .travel .item .col-sm-11, figure .travel .item .col-sm-12, figure .travel .item .col-md-1, figure .travel .item .col-md-2, figure .travel .item .col-md-3, figure .travel .item .col-md-4, figure .travel .item .col-md-5, figure .travel .item .col-md-6, figure .travel .item .col-md-7, figure .travel .item .col-md-8, figure .travel .item .col-md-9, figure .travel .item .col-md-10, figure .travel .item .col-md-11, figure .travel .item .col-md-12, figure .travel .item .col-lg-1, figure .travel .item .col-lg-2, figure .travel .item .col-lg-3, figure .travel .item .col-lg-4, figure .travel .item .col-lg-5, figure .travel .item .col-lg-6, figure .travel .item .col-lg-7, figure .travel .item .col-lg-8, figure .travel .item .col-lg-9, figure .travel .item .col-lg-10, figure .travel .item .col-lg-11, figure .travel .item .col-lg-12 {
  padding: 0 5px;
}
figure .owl-carousel .owl-dots {
  display: none;
}

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

figcaption {
  background: url(../images/banner3.jpg) no-repeat center center;
  background-size: cover;
}
figcaption .travel {
  padding: 100px 0;
}
figcaption .travel .item {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  display: table;
  width: 100%;
}
figcaption .travel .item .text {
  font-size: 14px;
  margin-right: 20px;
}
figcaption .travel .item .list ul {
  margin: 0;
  padding: 0;
}
figcaption .travel .item .list ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  width: 31%;
  margin-right: 8px;
}
figcaption .travel .item .list ul li:last-child {
  margin: 0px;
}
figcaption .travel .item .list2 ul {
  margin: 0;
  padding: 0;
}
figcaption .travel .item .list2 ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-right: 15px;
}
figcaption .travel .item .list2 ul li:last-child {
  margin: 0px;
}
figcaption .travel .item .input-group {
  margin-bottom: 10px;
}
figcaption .travel .item .input-group label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
figcaption .travel .item .input-group input[type=text], figcaption .travel .item .input-group select {
  width: 100%;
  outline: none;
  border: solid 1px var(--border-1);
  padding: 0 8px;
  height: 38px;
  background: none;
  font-size: 14px;
  border-radius: 4px !important;
  transition: var(--transition);
}
figcaption .travel .item .input-group input[type=text]:hover, figcaption .travel .item .input-group input[type=text]:focus, figcaption .travel .item .input-group select:hover, figcaption .travel .item .input-group select:focus {
  border-color: var(--background-1);
}
figcaption .travel .item .search {
  background: var(--background-2);
  border: none;
  border-radius: 5px;
  padding: 7px 15px;
  margin-top: 22px;
  color: var(--white);
  transition: var(--transition);
}
figcaption .travel .item .search:hover {
  background: var(--background-1);
}

section .flight h2 {
  font-family: var(--font-barlow) !important;
  font-size: 24px;
  color: #234993;
}
section .flight .margin-bottom {
  margin-bottom: 20px;
}
section .flight h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  font-family: var(--font-barlow) !important;
}
section .flight p {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  font-family: var(--font-barlow) !important;
  font-weight: 500;
}
section .flight .item {
  position: relative;
  margin-bottom: 20px;
}
section .flight .item .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffca00;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--font-barlow);
}
section .flight .panel-group .panel-heading {
  padding: 0px;
}
section .flight .panel-group .panel-heading .panel-title {
  font-family: var(--font-barlow) !important;
  font-size: 16px;
  font-weight: 500;
}
section .flight .panel-group .panel-heading .panel-title .collapsed {
  background: #f36c3b;
  color: #fff;
}
section .flight .panel-group .panel-heading .panel-title a {
  display: block;
  padding: 10px;
  background: var(--background-2);
  color: #fff;
  text-decoration: none;
}
section .flight .panel-group .panel-body {
  font-family: var(--font-barlow) !important;
  font-size: 14px;
  line-height: 25px;
}

footer {
  position: relative;
  color: var(--white);
}
footer h3 {
  font-family: var(--font-rubik);
  font-weight: 500;
  color: var(--white);
  position: relative;
  font-size: 16px;
  margin-bottom: 25px;
}
footer .small-text {
  font-size: 12px;
  line-height: 20px;
  color: var(--white);
  position: relative;
  text-transform: none;
  font-weight: normal;
}
footer .small-text a {
  color: var(--white);
  text-decoration: underline;
}
footer .text {
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  position: relative;
  text-transform: none;
  word-break: break-all;
}
footer .text span {
  font-weight: 500;
}
footer .text span a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
footer .text span a:hover {
  color: var(--color-2);
}
footer .list ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
footer .list ul li {
  list-style: none;
  transition: var(--transition);
  padding: 5px 0;
  font-family: var(--font-rubik);
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
footer .list ul li a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
  font-size: 14px;
}
footer .list ul li a:hover {
  color: var(--color-2);
}
footer .payment ul {
  margin: 0;
  padding: 0;
  width: auto;
}
footer .payment ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-right: 10px;
}
footer .payment ul li img {
  width: 52px;
}
footer .menu ul {
  margin: 0;
  padding: 0;
  float: right;
  width: auto;
}
footer .menu ul li {
  list-style: none;
  transition: var(--transition);
  padding: 18px 8px 5px;
  font-family: var(--font-rubik);
  font-weight: 400;
  text-transform: capitalize;
  float: left;
  position: relative;
}
footer .menu ul li a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
footer .menu ul li a:hover {
  color: var(--color-2);
}

.trav_engine {
  position: relative;
  width: 230px;
}

.trav_toggle {
  width: 93%;
  box-sizing: border-box;
  line-height: 32px;
  font-size: 0;
  position: absolute;
  top: 6px;
}

.trav_form {
  border: 1px solid #ddd;
  width: 220px;
  box-sizing: border-box;
  float: left;
  position: absolute;
  background: var(--white);
}

.trav_item {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}

.trav_inner1 {
  width: 40%;
  float: left;
  font-size: 15px;
  line-height: 17px;
  color: #333333;
  box-sizing: border-box;
}

.trav_inner1 span {
  font-size: 11px;
  display: block;
  color: #888888;
}

.trav_inner2 {
  width: 60%;
  float: left;
  font-size: 13px;
  line-height: 30px;
  color: #666;
  box-sizing: border-box;
  display: flex;
}

.minus, .plus {
  border: 1px solid #ddd;
  width: 36px;
  text-decoration: none;
  font-size: 18px;
  height: 34px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  background: #ddd;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 48%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
}

.minus {
  border-radius: 50% 0 0 50%;
}

.plus {
  border-radius: 0 50% 50% 0;
}

.txt_trav {
  outline: none;
  border: 1px solid #ddd;
  height: 34px;
  width: 36px;
  float: left;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  color: #444;
}

.txt_Traveler {
  border: 1px solid #ddd;
  width: 220px;
  box-sizing: border-box;
  padding: 10px;
  outline: none;
}

.trav_done {
  padding: 6px;
  display: block;
  border-radius: 2px;
  background: #f2f2f2;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #444;
  width: 70px;
  margin: 0 auto;
  text-align: center;
  cursor: default;
}

.trav_toggle.open {
  background: url(https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/down4-512.png) no-repeat right 8px;
  background-size: 16px;
}

.trav_toggle.close {
  background: url(https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/up4-512.png) no-repeat right 8px;
  background-size: 16px;
}

[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f36c3b;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: none;
  border: solid 1px #fff;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}/*# sourceMappingURL=stylesheet.css.map */