body, button, input, select, optgroup, textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  line-height: 25px;
  position: relative;
}

textarea {
  width: 100%;
}

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

img, a, input, h1, h2, h3, h4, h5, h6 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  font-weight: 400;
  color: #666;
  line-height: 25px;
  font-size: 14px;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.button .btn {
  font-weight: 500;
  text-align: center;
  color: #666;
  display: inline-block;
  padding: 13px 32px;
  line-height: 1.5;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  position: relative;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.button .btn:hover {
  color: #252525;
  background: transparent;
  border-color: #e6e6e6;
}
.button .btn:hover::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section {
  padding: 90px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 120px;
}
.section-title h2 {
  font-size: 38px;
  text-transform: capitalize;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 18px;
}
.section-title h2::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: #666;
  bottom: -1px;
  margin-left: -50px;
}
.section-title h2::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 100px;
  height: 2px;
  background: #666;
  bottom: -6px;
  margin-left: -63px;
}
.section-title p {
  font-size: 15px;
}

#header .nav-wrapper li:hover a,
#header .nav-wrapper li.active a,
#header .content li i,
#header .topbar .top-col ul.social li a:hover i,
#header .single-widget i, #header .button .btn:hover i,
#banner .single-slider h1 span, #banner .owl-carousel .owl-nav div:hover,
#reservation .single-slider h1 span, #reservation .owl-carousel .owl-nav div:hover,
.section-title h2 span,
#blog .blog-content .blog-title a:hover, #blog .blog-content .blog-info a i {
  color: #287AB5;
}

.single-slider .btn:last-child::before,
#header .nav-wrapper li .dropdown li:hover a,
#header .nav-wrapper li .dropdown li .dropdown.submenu li:hover a,
#header .button .btn, #header .single-slider .btn:before,
#banner .single-slider .btn.primary,
#reservation .single-slider .btn.primary,
#enroll .form-title,
#enroll .enroll-form .form .form-group .btn:hover,
.cta-inner:before,
#blog .blog-head .date,
#blog .blog-content .btn,
#blog .owl-carousel .owl-nav div:hover,
#blog .owl-carousel .owl-dots .owl-dot span {
  background: #287AB5;
}

#team .team-hover {
  background: rgba(0, 177, 106, 0.9);
}

.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.form-row {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.form-row .form-col:last-child {
  padding-right: 0;
}

.form-col {
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
}
.form-col input[type=text], .form-col input[type=email], .form-col input[type=number], .form-col input[type=password], .form-col input[type=date], .form-col textarea {
  width: 100%;
  display: block;
  padding: 15px;
  line-height: 1em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.form-col .range-slider {
  position: relative;
  width: 300px;
  height: 20px;
  float: left;
  text-align: center;
}
.form-col .range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #F1EFEF;
  box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  overflow: hidden;
  left: 0;
  top: 0px;
  width: 300px;
  outline: none;
  height: 20px;
  margin: 0;
  padding: 0;
}
.form-col .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #287AB5));
  /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, white 0, #287AB5 100%);
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, white 0, #287AB5 100%);
  /* W3C */
}
.form-col .range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, white 0, #287AB5 100%);
  /* W3C */
}
.form-col .range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, white 0, #287AB5 100%);
  /* W3C */
}
.form-col .range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
.form-col .range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.form-col .range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.form-col label {
  font-size: 14px;
}
.form-col textarea {
  min-height: 150px;
}
.form-col .btn {
  background: #287AB5;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit--radius: 50px;
  border-radius: 50px;
}
.form-col .btn:hover {
  color: #666;
}

.section-heading {
  border-left: 5px solid #EE4327;
  padding-left: 40px;
  margin-bottom: 30px;
}
.section-heading h1 {
  text-transform: uppercase;
  color: #19415E;
  margin: 0;
  margin-bottom: 10px;
}
/*------added style-----*/
.banner_header {
  padding: 20px 5px;
  background: url(../images/hero_flights.gif) no-repeat;
  background-position: top left;
  background-size: 100%; 
  height:240px;
  box-shadow: -5px -5px 10px 15px rgba(0,0,0,0.05) ;
}
.section-heading h2 {
  text-transform: uppercase;
  color: #19415E;
  margin: 0;
  margin-bottom: 10px;
}
.section-heading h3 {
  text-transform: uppercase;
  color: #19415E;
  margin: 0;
  margin-bottom: 10px;
  margin-top:30px;
}
.heading-bg {
  padding: 20px 5px;
  background: url(../images/world_map1.png) no-repeat;
  background-position: top left;
  background-size: 80%; 
}

body.mobile {
  overflow: hidden;
}

body.mobile #main {
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  filter: blur(10px);
}
body.mobile #header .header-menu {
  margin-left: -250px;
}

#wrapper {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

#header .topbar {
  background-color: rgba(0, 0, 0, 0.05);
}
#header .topbar .top-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .topbar .top-col {
  padding: 2px;
}
#header .topbar .top-col ul {
  list-style: none;
}
#header .topbar .top-col ul li {
  display: inline-block;
}
#header .topbar .top-col ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  font-weight: 500;
}
#header .topbar .top-col ul li a i {
  margin-right: 2px;
  transition: 0.3s color;
}
#header .topbar .top-col ul.social li a i {
  margin: 0;
  color: #287AB5;
}
#header .header-menu {
  z-index: 1000;
  background: #fff;
}
#header .header-menu .nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-menu .logo {
  margin: 20px 0;
  margin-right: 100px;
}
#header .header-menu .logo img {
  width: 50px;
}
#header .header-menu .nav-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#header .header-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 10px 0;
}
#header .header-menu ul li {
  display: block;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  position: relative;
}
#header .header-menu ul li a {
  position: relative;
  font-weight: 500;
  display: block;
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #252525;
  text-shadow: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none;
}
#header .header-menu ul li a i {
  margin-left: 5px;
}
#header .header-menu ul li .dropdown {
  display: block;
  background: #fff;
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
#header .header-menu ul li .dropdown li {
  margin: 0;
}
#header .header-menu ul li .dropdown li a {
  padding: 15px 15px;
  color: #666;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
}
#header .header-menu ul li .dropdown li i {
  float: right;
}
#header .header-menu ul li .dropdown li .dropdown.submenu li a {
  color: #777;
  background: transparent;
}
#header .header-menu ul li .dropdown li .dropdown.submenu li a:hover {
  color: #fff;
}
#header .header-menu ul li .dropdown li:hover a {
  color: #fff;
}
#header .header-menu ul li .dropdown li:hover .dropdown.submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#header .header-menu ul li .dropdown .dropdown.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#header .header-menu ul li .dropdown.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
#header .header-menu ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#header .header-menu .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 0;
}
#header .header-menu .button a {
  color: #fff;
  -moz-border-radius: 50px;
  -webkit--radius: 50px;
  border-radius: 50px;
  box-shadow: none;
  border: 1px solid transparent;
  margin: 0;
}
#header .header-menu .button a i {
  margin-right: 5px;
}
#header .header-menu .button a:hover {
  color: #252525;
  background: transparent;
  border-color: #e6e6e6;
}

#header.sticky {
  margin-top: 70px;
}

#header.sticky .header-menu {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #fff;
  animation: fadeInDown 1s both 0.2s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s margin-left ease;
  transition: 0.4s margin-left ease;
}
#header.sticky .header-menu .logo img {
  width: 30px;
}

#banner {
  height: 450px;
}
#banner .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  border: none;
  overflow:hidden;
}
#banner .single-slider .tab-container {
  height: 650px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .single-slider .tab-container .tab-wrapper {
  width: 70%;
}
#banner .single-slider .tab-container .tab-wrapper .tab-menu {
  float: right;
}
#banner .single-slider .tab-container .tab-wrapper .tab-menu li a {
  padding: 15px;
  margin: 0;
  border: none;
  background: #fff;
  font-size: 14px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit--radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
#banner .single-slider .tab-container .tab-wrapper .tab-menu li.active a {
  background: #287AB5;
  color: #fff;
}
#banner .single-slider .tab-container .tab-wrapper .tab-menu::after {
  content: "";
  display: block;
  clear: both;
}
#banner .single-slider .tab-container .tab-content {
  clear: both;
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 10px 0px 10px 10px;
  -webkit--radius: 10px 0px 10px 10px;
  border-radius: 10px 0px 10px 10px;
  overflow: hidden;
  border: 2px solid #287AB5;
}
#banner .single-slider .tab-container .tab-content .flight-header {
  background: #287AB5;
  padding: 10px 20px;
}
#banner .single-slider .tab-container .tab-content .flight-header ul {
  list-style: none;
}
#banner .single-slider .tab-container .tab-content .flight-header ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
#banner .single-slider .tab-container .tab-content .flight-body {
  padding: 10px 20px;
}
#banner .single-slider .tab-container .tab-content .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .single-slider .tab-container .tab-content .form-row .form-col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}
#banner .single-slider .tab-container .tab-content .form-row .form-col label, #banner .single-slider .tab-container .tab-content .form-row .form-col input, #banner .single-slider .tab-container .tab-content .form-row .form-col select {
  display: block;
  font-weight: 500;
}
#banner .single-slider .tab-container .tab-content .form-row .form-col input, #banner .single-slider .tab-container .tab-content .form-row .form-col select {
  padding: 10px;
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #000;
  line-height: 1em;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
}
#banner .single-slider .tab-container .tab-content .form-row .form-col input::placeholder {
  font-size: 14px;
  color: #000;
}
#banner .single-slider .tab-container .tab-content .form-row .form-col .button {
  text-align: center;
}
#banner .single-slider .tab-container .tab-content .form-row .form-col .btn {
  background: #000;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit--radius: 30px;
  border-radius: 30px;
}
#banner .single-slider::before {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#banner .overlay {
  position: relative;
}
#banner .overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background: #000;
  content: "";
}
/*------------ ADDED STYLE-------------*/
#reservation {
  height: 850px;
}
#reservation .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 850px;
  border: none;
}
#reservation .single-slider .tab-container {
  height: 850px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reservation .single-slider .tab-container .tab-wrapper {
  width: 70%;
}
#reservation .single-slider .tab-container .tab-wrapper .tab-menu {
  float: right;
}
#reservation .single-slider .tab-container .tab-wrapper .tab-menu li a {
  padding: 15px;
  margin: 0;
  border: none;
  background: #fff;
  font-size: 14px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit--radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
#reservation .single-slider .tab-container .tab-wrapper .tab-menu li.active a {
  background: #287AB5;
  color: #fff;
}
#reservation .single-slider .tab-container .tab-wrapper .tab-menu::after {
  content: "";
  display: block;
  clear: both;
}
#reservation .single-slider .tab-container .tab-content {
  clear: both;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 10px 0px 10px 10px;
  -webkit--radius: 10px 0px 10px 10px;
  border-radius: 10px 0px 10px 10px;
  overflow: hidden;
}
#reservation .single-slider .tab-container .tab-content .flight-header {
  background: #287AB5;
  padding: 10px 20px;
}
#reservation .single-slider .tab-container .tab-content .flight-header ul {
  list-style: none;
}
#reservation .single-slider .tab-container .tab-content .flight-header ul li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
#reservation .single-slider .tab-container .tab-content .flight-body {
  padding: 10px 20px;
}
#reservation .single-slider .tab-container .tab-content .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#reservation .single-slider .tab-container .tab-content .form-row .form-col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}
#reservation .single-slider .tab-container .tab-content .form-row .form-col label, #reservation .single-slider .tab-container .tab-content .form-row .form-col input, #reservation .single-slider .tab-container .tab-content .form-row .form-col select {
  display: block;
  font-weight: 500;
}
#reservation .single-slider .tab-container .tab-content .form-row .form-col input, #reservation .single-slider .tab-container .tab-content .form-row .form-col select {
  padding: 10px;
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.5);
}
#reservation .single-slider .tab-container .tab-content .form-row .form-col input::placeholder {
  font-size: 14px;
  color: #666;
}
#reservation .single-slider .tab-container .tab-content .form-row .form-col .button {
  text-align: center;
}
#reservation .single-slider .tab-container .tab-content .form-row .form-col .btn {
  background: #000;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit--radius: 30px;
  border-radius: 30px;
  width:auto;
}
#reservation .single-slider::before {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#reservation .overlay {
  position: relative;
}
#reservation .overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background: #000;
  content: "";
}


#destination {
  padding: 90px 0;
  background: url(../images/world_map1.png) no-repeat;
  background-position: top left;
  background-size: 70%;
}
#destination .item {
  padding: 10px;
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#destination .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
#destination .item div {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff;
  z-index: 200;
}
#destination .item div ul {
  list-style: none;
}
#destination .item div ul li {
  margin: 10px 0;
}
#destination .item div a {
  font-size: 16px;
  color: #fff;
}
#destination .item:hover img {
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#destination .item:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
#destination .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#slider-section {
  width: 100%;
  height: 500px;
}
#slider-section .slider {
  width: 100%;
  height: 500px;
}
#slider-section .slider li {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#testimonial {
  padding: 90px 0;
}
#testimonial .item {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonial .item .image {
  width: 40%;
  margin-right: -150px;
  z-index: 210;
}
#testimonial .item .image img {
  width: 100%;
}
#testimonial .item .desc {
  width: 60%;
  padding: 40px;
  padding-left: 200px;
  border: 10px solid #EE4327;
  z-index: 200;
}
#testimonial .item .desc .quotes {
  font-size: 50px;
  margin-top: 20px;
  color: #EE4327;
}
#testimonial .item .desc h3 {
  font-size: 24px;
  color: #19415E;
}
#testimonial .item .desc p {
  margin-bottom: 20px;
}
#testimonial .item .desc .title {
  font-weight: 500;
  color: #287AB5;
}
#testimonial .item .desc .ratings {
  list-style: none;
  margin: 0;
}
#testimonial .item .desc .ratings li {
  display: inline-block;
  margin-right: 5px;
}
#testimonial .item .desc .ratings li i {
  color: gold;
}

#contact .item .frame {
  width: 100%;
  z-index: 500;
  position: relative;
}
#contact .item .frame iframe {
  width: 100%;
  height: 450px;
}
#contact .item .container {
  position: relative;
  z-index: 800;
  background: rgba(255, 255, 255, 0.9);
  margin-top: -170px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#contact .item .form {
  padding: 20px;
}
#contact .item .form h3 {
  font-size: 25px;
  font-weight: 700;
}
#contact .item .info {
  padding: 20px;
  margin-top: 90px;
}
#contact .item .info .info-item {
  text-align: left;
  margin-top: 30px;
  position: relative;
  padding-left: 100px;
}
#contact .item .info .info-item .icon {
  position: absolute;
  left: 0;
}
#contact .item .info .info-item .icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e7e7e7;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
  color: #287AB5;
}
#contact .item .info .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
#contact .item .info .info-item p {
  color: #777;
  font-size: 15px;
}

#login .login-wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #000;
}
#login .login-wrapper .login-bg {
  background: url(../images/login-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
#login .login-wrapper .login-form {
  width: 500px;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 0px;
  -webkit--radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
#login .login-wrapper .login-form .form-row .form-col input {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#login .login-wrapper .login-form .form-row .form-col label {
  color: #777;
}
#login .login-wrapper .login-form .form-row .form-col .button {
  margin-top: 20px;
}
#login .login-wrapper .login-form .logo {
  text-align: center;
  margin-bottom: 20px;
}
#login .login-wrapper .login-form .logo img {
  width: 70px;
}
#login .login-wrapper .login-form .button {
  text-align: center;
}

#flights {
  background: url(../images/palmleafs.jpg) no-repeat;
  background-size: 80%;
  background-position: top left;
  padding: 50px 0;
}
#flights .container {
  background: #fff;
  max-width: 1400px;
}
#flights .flight-header {
  padding: 20px;
}
#flights .flight-header a {
  margin: 0 10px;
  font-size: 14px;
}
#flights .flight-filter-box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#flights .flight-filter-box .filter-header {
  padding: 18px;
  text-align: center;
  background: #fff;
}
#flights .flight-filter-box .filter-header h4 {
  font-size: 18px;
  color: #999;
  line-height: 1em;
}
#flights .flight-filter-box .filter-header h4 .price {
  font-size: 30px;
  margin: 10px 0;
  padding: 0;
  color: #287AB5;
}
#flights .flight-filter-box .filter-header h4 .number {
  font-size: 25px;
  color: #666;
}
#flights .flight-filter-box .filter-header h4 span {
  display: inline-block;
}
#flights .flight-filter-box .filter-item-box {
  background: #F2F2F2;
}
#flights .flight-filter-box .filter-item-box .filter-item-header {
  padding: 10px;
}
#flights .flight-filter-box .filter-item-box .filter-item-header h4 {
  font-size: 20px;
}
#flights .flight-filter-box .filter-item-box .filter-title {
  padding: 5px;
  font-size: 14px;
  background: #D8D8D8;
  color: #666;
  font-weight: 700;
}
#flights .flight-filter-box .filter-item {
  padding: 10px;
}
#flights .flight-filter-box .filter-item label {
  display: block;
}
#flights .flight-sort-box {
  background: #fff;
  padding: 10px;
}
#flights .flight-sort-box .sort-box {
  width: 130px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 10px;
  -webkit--radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
#flights .flight-sort-box .sort-box .title {
  position: relative;
  padding: 5px;
  padding-left: 10px;
  display: block;
}
#flights .flight-sort-box .sort-box .icon {
  position: absolute;
  display: block;
  background: #D8D8D8;
  padding: 5px 10px;
  right: 0;
  top: 0;
  height: 100%;
  color: #666;
}
#flights .flight-content {
  background: #fff;
  width: 100%;
}
#flights .flight-content .item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 20px 0;
}
#flights .flight-content .item .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 50px;
  -webkit--radius: 50px;
  border-radius: 50px;
}
#flights .flight-content .item .btn:hover {
  color: #fff;
}
#flights .flight-content .item .btn:hover::before {
  background: #287AB5;
}
#flights .flight-content .item .item-header {
  padding: 10px;
  background: #287AB5;
  color: #fff;
}
#flights .flight-content .item .item-header span {
  font-size: 14px;
  margin-right: 10px;
}
#flights .flight-content .item .item-header i {
  margin-right: 10px;
}
#flights .flight-content .item .item-header.alt {
  background: #EE4327;
}
#flights .flight-content .item .item-desc {
  padding: 20px 10px;
}
#flights .flight-content .item .item-desc .image {
  width: 100%;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flights .flight-content .item .item-desc .image img {
  width: 100%;
  max-width: 100px;
}
#flights .flight-content .item .item-desc span {
  display: block;
  margin-bottom: 20px;
}
#flights .flight-content .item .item-desc .title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
#flights .flight-content .item .item-desc .date {
  font-size: 14px;
  color: #666;
}
#flights .flight-content .item .item-desc .time {
  font-size: 14px;
  color: #666;
}
#flights .flight-content .item .item-select-price {
  background: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
}
#flights .flight-content .item .item-select-price .select-box {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#flights .flight-content .item .item-select-price .select-box .button {
  padding: 10px;
}
#flights .flight-content .item .item-select-price .select-box .price {
  font-size: 20px;
  font-weight: 700;
  color: #287AB5;
}
#flights .flight-content .item .item-select-price .select-box .trip {
  font-size: 14px;
  color: #666;
}

#footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  position: relative;
  padding: 60px 0;
}
#footer p {
  color: #fff;
}
#footer .item {
  position: relative;
  padding: 0 10px;
}
#footer .item h4 {
  color: #EE4327;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
#footer .item .logo {
  width: 50px;
  margin: 10px 0;
}
#footer .item p {
  color: #fff;
  margin: 10px 0;
}
#footer .item ul {
  list-style: none;
  margin: 0;
}
#footer .item ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  color: #fff;
}
#footer .item ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
#footer .item ul li span {
  display: inline-block;
  margin-right: 10px;
}
#footer .item ul li span i {
  color: #EE4327;
}
#footer .item ul li:hover a {
  color: #287AB5;
}

#footer::before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #wrapper #header .header-menu {
    position: fixed;
    width: 100%;
    height: 68px;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.4s margin-left ease;
    transition: 0.4s margin-left ease;
  }
  #wrapper #header .header-menu .logo img {
    width: 30px;
  }
  #wrapper #main {
    margin-top: 68px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }

  body.mobile #wrapper {
    -webkit-transition: 0.4s background ease;
    transition: 0.4s background ease;
  }
  body.mobile #wrapper #header .header-menu .nav-box {
    right: 0;
    visibility: visible;
    opacity: 1;
  }

  body.mobile #wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    z-index: 3400;
    position: absolute;
  }

  #header.sticky {
    margin-top: 0;
  }

  #header .header-inner {
    display: none;
  }
  #header .topbar {
    display: none;
  }
  #header .header-menu .nav-box {
    display: block;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100vh;
    background: #fff;
    z-index: 3500;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s right ease;
    transition: 0.4s right ease;
    overflow: auto;
  }
  #header .header-menu ul {
    display: block;
  }
  #header .header-menu ul li {
    margin: 0;
    margin-bottom: 3px;
    margin-right: 0;
  }
  #header .header-menu ul li a {
    position: static;
    left: auto;
    padding: 15px;
  }
  #header .header-menu ul li a i {
    float: right;
  }
  #header .header-menu ul li .dropdown, #header .header-menu ul li .dropdown li .dropdown.submenu {
    position: static;
    left: auto;
    top: auto;
    visibility: hidden;
    opacity: 0;
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 0px;
    max-height: 0px;
    display: block;
    -webkit-transition: 0.4s max-height ease;
    transition: 0.4s max-height ease;
  }
  #header .header-menu ul li .dropdown li a, #header .header-menu ul li .dropdown li .dropdown.submenu li a {
    padding-left: 20px;
  }
  #header .header-menu ul li .dropdown li .dropdown.submenu li a {
    padding-left: 40px;
  }
  #header .header-menu ul li:hover .dropdown, #header .header-menu ul li:hover .dropdown li:hover .dropdown.submenu {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
  #header .header-menu ul li.opened .dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
    height: auto;
    max-height: 600px;
  }
  #header .header-menu ul li.opened .dropdown li.opened .dropdown.submenu {
    visibility: visible;
    opacity: 1;
    display: block;
    height: auto;
    max-height: 600px;
  }
  #header .header-menu .logo-mobile {
    display: block;
    visibility: visible;
    padding: 15px 0;
  }
  #header .header-menu .button {
    display: block;
    margin-left: 15px;
  }
  #header .header-menu .bars-box {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    width: 25px;
    height: 24px;
    margin: 10px;
    z-index: 4500;
  }
  #header .header-menu .bars-box .mobile-nav {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
  }
  #header .header-menu .bars-box .mobile-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #287AB5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #header .header-menu .bars-box .mobile-nav span:nth-child(1) {
    top: 0;
  }
  #header .header-menu .bars-box .mobile-nav span:nth-child(2) {
    top: 8px;
  }
  #header .header-menu .bars-box .mobile-nav span:nth-child(3) {
    top: 8px;
  }
  #header .header-menu .bars-box .mobile-nav span:nth-child(4) {
    top: 16px;
  }
  #header .header-menu .bars-box.active .mobile-nav span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  #header .header-menu .bars-box.active .mobile-nav span:nth-child(2) {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .header-menu .bars-box.active .mobile-nav span:nth-child(3) {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .header-menu .bars-box.active .mobile-nav span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .section-heading h1 {
    font-size: 24px;
  }

  #banner {
    height: auto;
  }

  #banner .single-slider {
    padding: 40px 0;
    height: auto;
  }
  #banner .single-slider .tab-container {
    height: auto;
  }
  #banner .single-slider .tab-container .tab-wrapper {
    width: 95%;
  }
  #banner .single-slider .tab-container .tab-content .form-row {
    display: block;
  }
/*-----------ADDED STYLE-----------*/
    #reservation {
    height: auto;
  }

  #reservation .single-slider {
    padding: 40px 0;
    height: auto;
  }
  #reservation .single-slider .tab-container {
    height: auto;
  }
  #reservation .single-slider .tab-container .tab-wrapper {
    width: 95%;
  }
  #reservation .single-slider .tab-container .tab-content .form-row {
    display: block;
  }

  #testimonial .item {
    display: block;
  }
  #testimonial .item .image {
    width: 80%;
    margin: 0 auto;
    margin-bottom: -100px;
  }
  #testimonial .item .desc {
    width: 90%;
    padding: 10px;
    padding-top: 100px;
  }

  #contact .item .info {
    margin-top: 0;
    margin-bottom: 40px;
  }

  #footer .copyright {
    margin-top: 80px;
    text-align: left !important;
  }
}
/* Extra Small Devices, Phones */

/*# sourceMappingURL=styles.css.map */
