html,
body {
  width: 100%;
  height: 100%;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: "Roboto", sans-serif;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1567b3;
}

a {
  color: #28a8e7;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  color: #1567b3;
  text-decoration: none;
}

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

.date {
  color: #999;
}

.gre, .expert {
  background: linear-gradient(11.1deg, rgb(10, 76, 161) 35.4%, rgb(31, 104, 197) 70.2%);
}

.gre-i {
  background-image: linear-gradient(to right top, #1567b3, #003c84, #005b84, #007761, #2e973d);
}

.p-color {
  color: #1567b3 !important;
}

.s-color {
  color: #28a8e7 !important;
}

.gre-text, .ws-cat .title h3 a, .ws-cat figure .title h3 a:hover, .ws-item .desc h3 a, .review .client i, .why-us h2, .rating i {
  background: #1567b3;
  background: linear-gradient(to right, #1567b3, #28a8e7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #28a8e7;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.btn-info {
  background-image: linear-gradient(to right top, #1567b3, #003c84, #005b84, #007761, #2e973d);
  border-color: #28a8e7;
  color: #ffffff;
}
.btn-info:hover {
  background: #1567b3;
  border-color: #1567b3;
  color: #ffffff;
}
.btn-info:checked {
  background: #28a8e7 !important;
  border-color: #28a8e7;
  color: #ffffff;
}

.btn-warning {
  background: #28a8e7;
  color: #ffffff;
  border-color: #28a8e7;
}
.btn-warning:hover {
  background: #1567b3;
  border-color: #1567b3;
  color: #ffffff;
}

.btn-outline-info {
  border-color: #1567b3;
  color: #1567b3;
}
.btn-outline-info:hover {
  background: #1567b3;
  border-color: #1567b3;
  color: #ffffff;
}

.btn-w {
  background-color: #ffffff;
  color: #1567b3;
}

.bg-light {
  background-color: #f1f1f1;
}

.bg-none {
  background-color: none !important;
}

.dark {
  color: #000000;
}

.d-color {
  color: #333333;
}

.form-select {
  border-radius: 3px;
}

.btn-info {
  background: #1567b3;
  border-color: #1567b3;
  color: #ffffff;
}
.btn-info:hover {
  background: #1567b3;
  border-color: #1567b3;
  color: #ffffff;
}
.btn-info:checked {
  background: #28a8e7 !important;
  border-color: #28a8e7;
  color: #ffffff;
}

.btn-light {
  color: #1567b3;
}
.btn-light:hover {
  background: #28a8e7;
  border-color: #28a8e7;
  color: #ffffff;
}

.ws-title {
  background: #f9f9f9;
  padding: 100px 0 20px;
}
.ws-title .image figure img {
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.ws-title h1 {
  font-weight: 500;
  font-size: 35px;
}
.ws-title h1 span {
  color: #28a8e7;
  font-size: 20px;
  display: block;
}

.trip-title {
  background: #f9f9f9;
}
.trip-title .image {
  overflow: hidden;
  background: #000000;
}
.trip-title .image figure {
  margin-bottom: 0;
}
.trip-title .image figure img {
  width: 100%;
  height: 70vh;
  opacity: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 574px) {
  .trip-title .image figure img {
    height: 50vh;
  }
}
.trip-title h1 {
  font-weight: 500;
}
.trip-title h1 span {
  font-size: 20px;
  display: block;
  color: #333333;
}
.trip-title .price {
  font-size: 16px;
}
.trip-title .price strong {
  font-weight: 800;
  font-size: 22px;
}
.trip-title .price strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #999;
}

.gallery img {
  margin-bottom: 15px;
}
.gallery-sm img {
  max-height: 100px;
  margin-bottom: 5px;
}
.gallery-md img {
  max-height: 150px;
  margin-bottom: 5px;
}
.gallery-lg img {
  max-height: 200px;
}

.ws-block {
  padding: 70px 0 50px;
}
@media (max-width: 576px) {
  .ws-block {
    padding: 40px 0 25px;
  }
}
.ws-block h1 {
  font-size: 35px;
}
.ws-block h1 span {
  font-size: 60%;
  display: block;
}
.ws-block h2 {
  color: #333333;
}
.ws-block h2 span {
  color: #28a8e7;
  font-size: 70%;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 574px) {
  .ws-block h2 {
    font-size: 30px;
  }
}
.ws-block h3 {
  font-size: 25px;
  font-weight: 500;
}
.ws-block h3 span {
  display: block;
  font-size: 60%;
  color: #333333;
}
@media (max-width: 574px) {
  .ws-block h3 {
    font-size: 25px;
  }
}
.ws-block h4 {
  font-size: 20px;
}
.ws-block h4 span {
  display: block;
  font-size: 80%;
  color: #28a8e7;
}
.ws-block blockquote {
  padding: 25px;
  margin-left: 25px;
  margin-right: 25px;
  border-left: 10px solid #28a8e7;
  background: #f9f9f9;
  font-size: 18px;
  font-weight: 500;
}
.ws-block blockquote p {
  margin-bottom: 0;
}
.ws-block ul {
  padding-left: 0px;
  margin: 0;
  position: relative;
}
.ws-block ul li {
  list-style-type: none;
  padding-left: 35px;
  padding-bottom: 5px;
}
.ws-block ul li:before {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  left: 10px;
  opacity: 0.8;
  font-size: 15px;
}
.ws-block .nav-tabs {
  padding: 0;
  margin: 0;
}
.ws-block .nav-tabs .nav-link {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
}
.ws-block .nav-tabs .active {
  color: #28a8e7;
}
.ws-block .nav-tabs li {
  padding-left: 0;
}
.ws-block .nav-tabs li:before {
  display: none;
}
.ws-block .tab-pane {
  padding: 20px;
  border: 1px solid #eee;
  margin-top: -1px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .ws-block .show-o {
    display: block !important;
    opacity: 1 !important;
  }
}
.ws-block .nav-pills .nav-link {
  text-align: right;
  text-transform: uppercase;
  color: #333333;
}
.ws-block .nav-pills .active {
  color: #ffffff;
  background: #28a8e7;
}
@media (max-width: 768px) {
  .ws-block .nav-pills {
    display: none !important;
  }
}
.ws-block hr {
  opacity: 0.1;
}
.ws-block .side-info h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  color: #28a8e7;
}
.ws-block .side-info ul {
  padding: 0px;
  position: relative;
}
.ws-block .side-info ul li {
  list-style-type: none;
  padding: 3px 3px 3px 30px;
}
.ws-block .side-info ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left: 5px;
  color: #1567b3;
}
.ws-block .side-info ul li a {
  color: #333333;
}
.ws-block .side-info ul li a:hover {
  color: #1567b3;
}

.highlights {
  line-height: 1.8;
  font-weight: 500;
}

.trip-page {
  margin-top: 100px;
}
.trip-page h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.trip-page h3 {
  font-size: 22px;
}
.trip-page .facts i {
  font-size: 22px;
  color: #1567b3;
  float: left;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 50px;
  text-align: center;
}
.trip-page .facts p {
  font-weight: 600;
}
.trip-page aside {
  color: #ffffff;
}
.trip-page aside .price strong {
  font-weight: 800;
  font-size: 24px;
}
.trip-page aside .price strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #ccc;
}
.trip-page aside .price span {
  cursor: pointer;
}
.trip-page aside #oprices {
  width: 100%;
  font-size: 14px;
}
.trip-page aside #oprices .collapse[aria-expanded=false] {
  display: block !important;
  height: 113px !important;
  overflow: hidden;
}
.trip-page aside #oprices .collapsing[aria-expanded=false] {
  height: 113px !important;
}
.trip-page aside #oprices a.collapsed:after {
  content: "+ Show Group Price";
}
.trip-page aside #oprices a:not(.collapsed):after {
  content: "- Hide";
}
.trip-page aside .sticky-top {
  top: 147px;
}
.trip-page .trip-gallery {
  position: relative;
}
.trip-page .trip-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 5px;
  max-height: 569px;
}
.trip-page .trip-gallery .row-2 {
  grid-row: span 2;
}
.trip-page .trip-gallery .gallery-img {
  cursor: pointer;
  grid-column: span 2;
  margin: 0;
  background: #000;
  display: block;
  width: 100%;
  height: 282px;
}
@media (max-width: 991px) {
  .trip-page .trip-gallery .gallery-img {
    height: 148px;
  }
}
@media (max-width: 576px) {
  .trip-page .trip-gallery .gallery-img {
    grid-column: span 3;
  }
}
.trip-page .trip-gallery .gallery-img figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.trip-page .trip-gallery .gallery-img:first-child {
  grid-row: span 2;
  grid-column: span 8;
  height: 569px;
}
@media (max-width: 991px) {
  .trip-page .trip-gallery .gallery-img:first-child {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .trip-page .trip-gallery .gallery-img:first-child {
    grid-row: span 1;
    grid-column: span 12;
  }
}
.trip-page .trip-gallery .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trip-page .trip-gallery .view-gallery {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 111;
  background: #323232;
  color: #fff;
  padding: 13px 15px 13px 20px;
  border-radius: 45px 0 0 45px;
}
.trip-page .trip-gallery .view-gallery svg {
  vertical-align: bottom;
}
.trip-page .itinerary .controls {
  text-align: right;
  margin-top: -55px;
  margin-bottom: 26px;
}
.trip-page .itinerary .controls button {
  cursor: pointer;
}
.trip-page .itinerary .collapse-group {
  margin-bottom: 10px;
}
.trip-page .itinerary .item {
  position: relative;
  margin: 0 30px 0 0;
}
.trip-page .itinerary .item h3 {
  font-size: 20px;
}
.trip-page .itinerary .item h3 span {
  font-size: 20px;
  display: inline;
  font-weight: 600;
  color: #1567b3;
}
.trip-page .itinerary .item h3 .collapsed {
  color: #1567b3;
}
.trip-page .itinerary .item h3 a {
  color: #1567b3;
}
.trip-page .itinerary .item h3 a:hover {
  color: #28a8e7;
  text-decoration: none;
}
.trip-page .itinerary .item h3 a:active {
  text-decoration: none;
  color: #1567b3;
}
.trip-page .itinerary .item .trigger:after {
  font-family: "FontAwesome";
  content: "\f077";
  vertical-align: text-bottom;
  float: right;
  color: #999;
  font-size: 14px;
}
.trip-page .itinerary .item .trigger:after:hover {
  color: #5cb85c;
}
.trip-page .itinerary .item .trigger.collapsed:after {
  font-family: "FontAwesome";
  content: "\f078";
  vertical-align: text-bottom;
  float: right;
  color: #999;
  font-size: 14px;
}
.trip-page .itinerary .item .trigger.collapsed:after:hover {
  color: #5cb85c;
}
.trip-page .itinerary .item .day {
  color: #777;
  margin-bottom: 15px;
}
.trip-page .itinerary .item .day i {
  color: #28a8e7;
  margin-right: 5px;
  margin-left: 20px;
}
.trip-page .in-ex {
  margin-bottom: 30px;
}
.trip-page .in-ex ul {
  padding-left: 25px;
  position: relative;
  margin-bottom: 30px;
}
.trip-page .in-ex ul li {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 5px;
}
.trip-page .in-ex ul li:before {
  font-family: "FontAwesome";
  content: "\f058";
  position: absolute;
  left: 10px;
  color: #28a745;
}
.trip-page .in-ex .ex {
  margin-top: 25px;
  opacity: 80%;
}
.trip-page .in-ex .ex h3 {
  color: #fc5145;
}
.trip-page .in-ex .ex ul li:before {
  content: "\f057";
  color: #fc5145;
}

.img-thumb img {
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .img-thumb img {
    height: 70px;
  }
}

.ws-list {
  margin-bottom: 30px;
}
.ws-list ul {
  padding-left: 20px;
  position: relative;
}
.ws-list ul li {
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 5px;
}
.ws-list ul li:before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  left: 20px;
  color: #1567b3;
  font-size: 16px;
}

.dates {
  margin-bottom: 30px;
}
.dates span {
  color: #666;
  display: block;
  font-size: 85%;
}
.dates td {
  vertical-align: middle;
  padding: 15px 10px;
}

.reviews .label-aero {
  padding: 3px 10px;
  background: #28a8e7;
  color: #ffffff !important;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.reviews .label-aero:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #28a8e7;
}
.reviews-gallery img {
  max-height: 130px;
}
.reviews-item h2 {
  font-size: 26px;
}

.gallery img {
  margin-bottom: 15px;
}
.gallery-sm img {
  max-height: 75px;
  margin-bottom: 5px;
}
.gallery-md img {
  max-height: 150px;
  margin-bottom: 5px;
}
.gallery-lg img {
  max-height: 200px;
}

.pagenav {
  padding-top: 20px;
}
.pagenav .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  text-decoration: none;
  border-radius: 2px;
  color: #333333;
}
.pagenav .page-numbers:hover {
  border-color: #28a8e7;
  color: #28a8e7;
}
.pagenav .current {
  border-color: #28a8e7;
  font-weight: 500;
  color: #28a8e7;
}

.faqs .accordion-button {
  background: none;
  font-weight: 600;
}
.faqs .accordion-button:focus {
  box-shadow: none;
  color: #1567b3;
}

.ws-bg, .footer, .blogh figure .pdate, .why-us, .welcome .feature {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(37, 170, 235, 0.99) 0%, rgb(24, 107, 199) 100%);
}

.ws-round .item {
  padding-bottom: 20px;
}
.ws-round .item strong {
  color: #28a8e7;
}
.ws-round .item h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.ws-round .item figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
}
.ws-round .item figure img {
  transition: all 0.4s;
}
.ws-round .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.ws-square {
  padding: 30px 0;
}
.ws-square .item {
  padding-bottom: 20px;
}
.ws-square .item h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.ws-square .item figure {
  position: relative;
  overflow: hidden;
  border: 5px solid #ffffff;
}
.ws-square .item figure img {
  transition: all 0.4s;
}
.ws-square .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.team-list {
  padding-bottom: 30px;
}
.team-list strong {
  color: #28a8e7;
}
.team-list h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.team-list figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}
.team-list figure img {
  transition: all 0.4s;
}
.team-list figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.blog-item {
  margin-bottom: 30px;
  padding: 20px;
}
.blog-item figure {
  overflow: hidden;
}
.blog-item figure img {
  transition: all 0.4s;
}
.blog-item figure img:hover {
  transform: scale(1.1);
}
.blog-item h2 a {
  color: #333333;
}
.blog-item h2 a:hover {
  color: #1567b3;
}
.blog-item h3 {
  font-size: 20px;
}
.blog-item h3 a {
  color: #333333;
}
.blog-item h3 a:hover {
  color: #1567b3;
}
.blog .box, .blog .latest-post {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
}
.blog .blog-post .post-item {
  margin-bottom: 25px;
}
.blog .blog-post .post-item figure {
  margin-bottom: 0;
}
.blog .blog-post .post-item .desc {
  background: #f1f1f1;
  padding: 25px;
  border: 1px solid #ddd;
}
.blog .blog-post .post-item:last-child {
  margin-bottom: 0px;
}
.blog-search {
  padding: 20px;
  margin-bottom: 30px;
}
.blog-search input {
  line-height: 30px;
  font-size: 14px;
}
.blog-search button {
  border: none;
}
.blog-search button:hover {
  color: #28a8e7;
}
.blog .latest-post h3 {
  margin-bottom: 20px;
}
.blog .latest-post .post-items h5 {
  line-height: 1.5;
  font-size: 16px;
}
.blog .latest-post .post-items .auth {
  color: #999;
  font-size: 90%;
}
.blog .cat {
  padding: 20px;
}
.blog .cat ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog .cat ul li {
  margin: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
.blog .cat ul li::before {
  display: none;
}
.blog .cat ul li span {
  float: right;
  border: 1px solid #28a8e7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  color: #28a8e7;
  font-size: 14px;
}
.blog .tags a {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.blog .tags a:hover {
  background: #ddd;
}

.contacts .left {
  background: #1567b3;
  padding: 30px;
  color: #ffffff;
}
.contacts .left .top i {
  width: 45px;
  height: 45px;
  line-height: 23px;
  padding: 10px;
  display: block;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.contacts .left .top h2,
.contacts .left .top h3 {
  color: #ffffff;
}
.contacts .left .top h3 {
  font-size: 20px;
}

#single-nav {
  padding: 10px 0;
  display: none;
  background: #1567b3;
  z-index: 1040;
  top: 95px;
}
#single-nav .navbar-nav {
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  #single-nav span {
    display: none !important;
  }
}
#single-nav .nav-link {
  padding: 5px 12px !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #ffffff;
}
#single-nav h2 {
  font-size: 30px;
}
#single-nav h2 .duration {
  font-size: 18px;
  text-transform: initial;
}
#single-nav .active {
  background: #28a8e7;
  border-radius: 5px;
}
#single-nav .active .nav-link {
  color: #ffffff !important;
}

aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff;
}
aside .video {
  margin-bottom: 30px;
}
aside .tripinfo ul {
  padding: 0px;
  position: relative;
}
aside .tripinfo ul li {
  list-style-type: none;
  padding-left: 30px;
}
aside .tripinfo ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 7px;
  color: #1567b3;
}
aside .book {
  background: aliceblue;
}
aside .book .pp {
  font-size: 20px;
  font-weight: 300;
  color: #1567b3;
}
aside .book .pp div {
  color: #28a8e7;
  font-size: 24px;
}
aside .book .pp div span {
  text-decoration: line-through;
  color: #999;
}
aside .book .bpoints {
  line-height: 2;
  text-transform: uppercase;
  font-weight: 300;
  color: #1567b3;
}
aside .book .bpoints i {
  margin-right: 5px;
}
aside .book h3 {
  font-weight: 700;
  display: inline;
  color: #28a8e7;
}
aside .enquiry h3 {
  color: #28a8e7;
}
aside .sticky-top {
  top: 30px;
}
aside .related h5 {
  line-height: 1.4;
}
aside .related a {
  color: #333333;
}
aside .related img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  margin-bottom: 15px;
}
aside .related span {
  font-size: 14px;
}
aside .related hr {
  clear: both;
}

.s-links a {
  cursor: pointer;
  outline: none;
}
.s-links a.outline {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 100%;
  transition: all 0.2s linear;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
}
.s-links a.outline a {
  text-decoration: none;
}
.s-links a.outline:hover {
  color: white;
  background: #1172c4;
  border-color: white;
  transition: all 0.2s linear;
}
.s-links a.fb {
  color: #005397;
}
.s-links a.fb:hover {
  background: #005397;
}
.s-links a.tw {
  color: #00aedd;
}
.s-links a.tw:hover {
  background: #00aedd;
}
.s-links a.in {
  color: #005397;
}
.s-links a.in:hover {
  background: #005397;
}
.s-links a.gp {
  color: #e3411f;
}
.s-links a.gp:hover {
  background: #e3411f;
}
.s-links a.yt {
  color: #ca3737;
}
.s-links a.yt:hover {
  background: #ca3737;
}
.s-links a.pi {
  color: #cb2027;
}
.s-links a.pi:hover {
  background: #cb2027;
}
.s-links a.ig {
  color: #000;
}
.s-links a.ig:hover {
  background: #333;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #28a8e7;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.sticky-top {
  top: 85px;
}

header {
  transition: all 0.5s;
  background: rgb(255, 255, 255);
}
header .top {
  background-color: #1567b3;
  color: #ffffff;
}
@media all and (max-width: 991px) {
  header .top span {
    display: none;
  }
}
header .top sup {
  width: 15px;
  height: 15px;
}
header .navbar-brand {
  font-size: 16px;
}
header .navbar-brand .cell {
  color: #1567b3 !important;
  font-weight: 600;
}
@media all and (min-width: 991px) {
  header .navbar-brand .cell {
    display: none;
  }
}
header .navbar-brand .logo {
  max-width: 150px;
  margin-top: -54px;
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 576px) {
  header .navbar-brand .logo {
    width: 120px;
  }
}
header nav {
  transition: all 0.5s;
}
header nav .navbar-toggler {
  border-color: #ffffff !important;
}
header nav .navbar-toggler .navbar-toggler-icon {
  font-size: 18px !important;
}
header nav .navbar-nav .nav-link {
  font-weight: 600;
}
@media all and (min-width: 1200px) {
  header nav .navbar-nav .nav-link {
    margin-right: 10px;
  }
}
header nav .navbar-nav .nav-link:hover {
  color: #28a8e7 !important;
}
header nav .navbar-nav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(37, 170, 235, 0.99) 0%, rgb(24, 107, 199) 100%);
  min-width: 15em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
header nav .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
header nav .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0.4rem 0.8rem;
  color: #ffffff;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #1567b3;
  color: #ffffff;
}
header nav .navbar-nav .dropdown-full {
  overflow: hidden;
}
header nav .navbar-nav .dropdown-full .dropdown-content {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  display: none;
  position: absolute;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(37, 170, 235, 0.99) 0%, rgb(24, 107, 199) 100%);
  width: 100%;
  left: 0;
  z-index: 950;
  transition: transform 0.3s;
  overflow-y: scroll;
}
header nav .navbar-nav .dropdown-full .dropdown-content a {
  color: #ffffff;
}
header nav .navbar-nav .dropdown-full .dropdown-content hr {
  border-color: rgba(255, 255, 255, 0.5019607843);
}
header nav .navbar-nav .dropdown-full .dropdown-content ul li {
  margin: 0;
  padding: 5px 0;
}
header nav .navbar-nav .dropdown-full .dropdown-content ul li a {
  color: #ffffff;
}
header nav .navbar-nav .dropdown-full .dropdown-content ul li a:hover {
  color: #333333;
}
header nav .navbar-nav .dropdown-full .dropdown-content ul li::marker {
  color: #28a8e7;
}
header nav .navbar-nav .dropdown-full:hover .dropdown-content {
  display: block;
}
@media all and (min-width: 992px) {
  header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  header .navbar .nav-item:hover .dropdown-menu {
    display: block;
    transition: height 0.35s ease;
  }
}
@media only screen and (max-width: 768px) {
  header .main-nav {
    background: #ffffff;
    background: radial-gradient(circle, rgba(37, 170, 235, 0.99) 0%, rgb(24, 107, 199) 100%) !important;
    border-radius: 10px;
  }
  header .main-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 7px 20px;
  }
  header .main-nav .nav-item .nav-link {
    color: #ffffff;
    text-transform: uppercase;
  }
  header .main-nav .nav-item .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
  }
  header .main-nav .dropdown-content {
    overflow-y: scroll;
    height: 50vh;
  }
}

.fixed-on {
  transform: translateY(0px);
  transition: transform 0.3s;
  background: #ffffff;
  overflow-y: scroll;
}
.fixed-on .navbar-brand .logo {
  max-width: 113px;
  transition: transform 0.2s ease-in-out;
}

.ibanner {
  background: url(../../images/banner.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ibanner {
    height: 60vh;
  }
}
.ibanner img {
  width: 100%;
  /* Adjust width if needed */
  -o-object-fit: cover;
     object-fit: cover;
  /* This maintains the aspect ratio and crops the image if necessary */
  display: block;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 901;
}
.ibanner iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vw;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .ibanner iframe {
    width: 130%;
  }
}
@media screen and (max-width: 578px) {
  .ibanner iframe {
    width: 150%;
  }
}
.ibanner .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 910;
}
.ibanner .overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(226, 224, 211, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.ibanner .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 23.8em;
  background: url(../images/cloud-overlay.png) 0 100% repeat-x;
  animation: cloudLoop 80s linear infinite;
  z-index: 2;
  pointer-events: none;
  height: 43.75em;
}
@keyframes cloudLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.ibanner .caption {
  position: absolute;
  left: 20%;
  bottom: 20%;
  z-index: 930;
  width: 80%;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .ibanner .caption {
    left: 10%;
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .ibanner .caption {
    left: 5%;
    width: 95%;
    bottom: 25%;
  }
}
.ibanner .caption .title {
  font-size: 60px;
  color: #ffffff;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .ibanner .caption .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .ibanner .caption .title {
    font-size: 30px;
  }
}
.ibanner .caption .title span {
  color: #ffbd59;
}
.ibanner .caption h1 {
  font-weight: 600;
}
.ibanner .video {
  position: absolute;
  right: 5%;
  bottom: 20%;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  z-index: 1015;
}
.ibanner .photo {
  position: absolute;
  right: 5%;
  bottom: 20%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 1015;
}
.ibanner .alerth {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 940;
}
.ibanner .alerth .btn-close {
  margin-top: -40px;
}

.welcome h1 span {
  color: #28a8e7;
}
.welcome .feature {
  font-size: 14px;
  padding: 25px;
  color: #ffffff;
}
.welcome .feature strong {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.welcome .feature i {
  font-size: 34px;
  color: #8ad2f7;
}

.why-us {
  color: rgba(255, 255, 255, 0.9);
}
.why-us h2 {
  background-image: linear-gradient(45deg, #28a8e7, #ffffff);
  display: inline-block;
}
.why-us h2 span {
  color: #ffffff;
}
.why-us h3 {
  color: #ffffff;
  font-size: 20px;
}
.why-us i {
  font-size: 24px;
  width: 55px;
  height: 55px;
  padding-top: 13px;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.why-us p {
  font-size: 14px;
  margin-bottom: 20px;
}

.review img {
  height: 50px;
}
.review .client {
  font-size: 14px;
}
.review .client img {
  width: 80px;
  height: 80px;
}

.cat {
  width: 100%;
}
.cat .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}
.cat .owl-nav .owl-prev,
.cat .owl-nav .owl-next {
  border: 1px solid #28a8e7 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: #1567b3 !important;
  margin-left: 5px;
  transition: all 0.2s linear;
}
.cat .owl-nav .owl-prev:hover,
.cat .owl-nav .owl-next:hover {
  border-color: #28a8e7 !important;
  color: #28a8e7 !important;
}
.cat .owl-nav .owl-prev span,
.cat .owl-nav .owl-next span {
  padding: 5px 10px !important;
}
.cat .owl-dots {
  display: none;
  text-align: center;
}
.cat .owl-dots button {
  background: #aaa;
  padding: 10px !important;
  margin-right: 5px;
  border-radius: 100%;
}
.cat .owl-dots .active {
  background-color: #28a8e7;
}

.ws-item {
  margin-bottom: 30px;
  padding: 2px;
}
.ws-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.ws-item figure img {
  padding: 0;
  max-width: 100%;
  transition: all 0.4s;
}
.ws-item figure:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.ws-item figure .title {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  left: 0;
  padding: 15px 15px 10px;
  z-index: 1013;
}
.ws-item figure .rating {
  color: #ffffff;
}
.ws-item figure .rating a {
  font-size: 14px;
  color: #ffffff;
}
.ws-item figure .rating a:hover {
  text-decoration: underline;
}
.ws-item figure .rating i {
  color: #ffbd59;
}
.ws-item figure .tag {
  left: 0;
  position: absolute;
  bottom: 25px;
  color: #ffffff;
  z-index: 1014;
  font-size: 14px;
}
.ws-item figure .cat {
  text-align: center;
}
.ws-item figure .cat h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}
.ws-item figure .cat span {
  background: #28a8e7;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 15px 0;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 15px;
}
.ws-item figure .trip h3 a {
  color: #ffffff;
}
.ws-item figure .trip h3 a:hover {
  color: #ffbd59;
}
.ws-item figure .price {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 1014;
}
.ws-item figure .price span {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
}
.ws-item figure .save {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1012;
}
.ws-item figure .save a {
  color: #ffffff;
}
.ws-item figure .save a:hover {
  color: #ffbd59;
}
.ws-item .desc {
  line-height: 1.5;
}
.ws-item .desc i {
  color: #28a8e7;
}
.ws-item .desc h3 {
  color: #333333;
  font-size: 26px;
  margin: 10px 0;
}
.ws-item .desc h3 a:hover {
  color: #28a8e7;
}
.ws-item .desc .price span {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.ws-item .desc .price strong {
  font-size: 22px;
  color: #1567b3;
}
.ws-item .desc .rating i {
  color: #ffbd59;
}
.ws-item .desc .rating strong {
  font-size: 20px;
}

.ws-cat {
  margin-bottom: 30px;
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .ws-cat {
    max-width: 400px;
    margin: 0 auto 25px;
  }
}
.ws-cat figure {
  position: relative;
  overflow: hidden;
}
.ws-cat figure img {
  padding: 0;
  max-width: 100%;
  transition: all 0.4s;
  opacity: 0.8;
}
.ws-cat figure:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.ws-cat figure .title {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 20px 0px;
  z-index: 1013;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.ws-cat figure .title h3 {
  font-size: 30px;
}
.ws-cat figure .title h3 a {
  color: #ffffff;
}
.ws-cat .title {
  line-height: 1.5;
  text-align: center;
}
.ws-cat .title h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.ws-cat .title h3 a:hover {
  color: #28a8e7;
}

.featured h2 {
  color: #1567b3;
}
.featured .ws-item a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  overflow: hidden;
  background: #000000;
}
.featured .ws-item a:hover .hover-infos {
  opacity: 1;
}
.featured .ws-item a figure {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.featured .ws-item a figure img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.featured .ws-item a figure img:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.featured .ws-item a figure img {
  padding: 0;
  max-width: 100%;
  transition: all 0.4s;
}
.featured .ws-item a figure:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.featured .ws-item a figure .hover-infos {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  z-index: 3;
  align-self: center;
  justify-self: center;
  text-align: center;
  transition: opacity 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  height: 85%;
  padding-top: 10%;
  cursor: pointer;
}
.featured .ws-item a figure .hover-infos p {
  font-size: 18px;
}
.featured .ws-item .btn-ws {
  text-transform: capitalize !important;
}

.blogh figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.blogh figure .pdate {
  left: 0;
  position: absolute;
  bottom: 25px;
  color: #ffffff;
  z-index: 1010;
  font-size: 14px;
}
.blogh figure img {
  transition: all 0.4s;
}
.blogh figure:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.blogh h3 a {
  color: #333333;
  font-size: 20px;
}
.blogh h3 a:hover {
  color: #28a8e7;
}

.expert {
  color: #ffffff;
}
.expert h2 {
  color: #ffffff;
}
.expert h2 span {
  color: #ffbd59 !important;
}
.expert .prem {
  background-image: url(../images/prem.jpg);
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

.asst h2 {
  font-size: 25px;
}
.asst img {
  background: #ffffff;
  margin-right: 10px;
  max-height: 60px;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.asst img:last-child {
  margin-right: 0;
}

.contacts i {
  float: left;
  border-radius: 100%;
  width: 45px;
  line-height: 30px;
  height: 45px;
  font-size: 22px;
  border: 1px solid #28a8e7;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
.contacts a {
  color: #1567b3;
}

.footer {
  color: rgba(255, 255, 255, 0.9);
  padding: 60px 0 10px;
}
.footer h2 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
}
.footer a:hover {
  color: #333333;
}
.footer h3 {
  font-weight: 500 !important;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer h4 {
  color: #ffffff;
}
.footer .contact i {
  float: left;
  line-height: 24px;
  margin-bottom: 40px;
  width: 30px;
}
.footer .info {
  font-size: 12px;
  color: #333333;
}

.copyright {
  background-color: #1567b3;
  color: #ffffff;
}/*# sourceMappingURL=app.css.map */