
@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes infinite-blink {
  0% {
    opacity: 1;
    top: 0; }
  30% {
    opacity: 1;
    top: 30%; }
  70% {
    opacity: 0;
    top: 30%; }
  100% {
    opacity: 0;
    top: 0; } }

@-webkit-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); } }

@keyframes starsAnimation {
  from {
    transform: translateY(-2000px); }
  to {
    transform: translateY(0px); } }

@keyframes background-move {
  0% {
    background-position: 0 0, 0 0; }
  100% {
    background-position: 100vw 0, 0 0;
    background-position: max(100vw, 40em) 0, 0 0; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a:hover,
a:focus {
  text-decoration: none; }

 h2, h3, p {
  margin: 0; }

body {
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #5d646d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.line-height-70 {
  line-height: 70px !important; }

.section-bg {
  background-color: #F5F7FC; }

.section-block {
  height: 1px;
  background-color: #F5F7FC; }

.border {
  border-color: rgba(128, 137, 150, 0.1) !important; }

.container {
  max-width: 1200px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
    
.btn-text {
  color: #0d233e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px; }
  .btn-text i {
    padding-left: 1px;
    font-size: 13px; }
  .btn-text:hover {
    color: #287dfa; }

.section--padding {
  padding-top: 100px; }
  

.padding-top-100px {
  padding-top: 100px; }

.padding-top-80px {
  padding-top: 80px; }

.padding-top-60px {
  padding-top: 60px; }

.padding-top-50px {
  padding-top: 50px; }

.padding-top-50px {
  padding-top: 50px; }

.padding-top-20px {
  padding-top: 20px; }

.padding-bottom-140px {
  padding-bottom: 140px; }

.padding-bottom-90px {
  padding-bottom: 90px; }

.padding-bottom-20px {
  padding-bottom: 20px; }

.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px; }
    .loader .spinner .path {
      stroke: #287dfa;
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite; }

.section-heading .sec__title {
  font-size: 40px;
  color: #0d233e;
  font-weight: 700; }
  @media (max-width: 425px) {
    .section-heading .sec__title {
      font-size: 30px;
      line-height: 42px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__title br {
      display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__title br {
      display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__title br {
      display: none; } }

.section-heading .sec__desc {
  font-size: 18px;
  color: #5d646d;
  line-height: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading .sec__desc br {
      display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading .sec__desc br {
      display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-heading .sec__desc br {
      display: none; } }

.title {
  font-size: 18px;
  color: #0d233e; }

.list-items li {
  margin-bottom: 6px;
  color: #5d646d; }
  .list-items li a {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .list-items li a:hover {
      color: #287dfa; }
      
.list--items a {
  position: relative;
  display: inline-block; }
  .list--items a::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #287dfa;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .list--items a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #2273e5;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  color: #0d233e;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  #back-to-top.active {
    color: white;
    right: 30px;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
     }

.daterangepicker {
  font-family: "Roboto", sans-serif;
  border-color: rgba(128, 137, 150, 0.3); }

.logo {
  z-index: 2; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .logo {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .logo a {
    display: inline-block; }

.card-item {
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  .card-item .card-img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .card-item .card-img img {
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .card-item .card-title {
    font-size: 19px;
    color: #0d233e;
    margin-bottom: 2px; }
    .card-item .card-title a {
      color: #0d233e;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .card-item .card-title a:hover {
        color: #287dfa; }
  .card-item .card-body {
    padding: 25px 30px;
    min-height: auto; }
  .card-item .card-rating {
    padding-top: 12px;
    padding-bottom: 12px; }
  .card-item .card-price {
    font-size: 15px; }
    .card-item .card-price .price__num {
      color: #0d233e;
      font-size: 18px;
      font-weight: 500; }
    @media (max-width: 1199px) {
      .card-item .card-price {
        display: block !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .card-item .card-price {
        display: flex !important; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .card-item .card-price {
        display: flex !important; } }
  .card-item:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.cruise-card {
  position: relative; }
  
  .cruise-card .card-img3::before {
    background-color: #0d233e;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }   
    
 /*  .cruise-card .card-img2::before {
    background-color: #0d233e;
    position: absolute;
    content: "";
    top: 10px;
    left: 60%;
    width: 40%;
    height: 28%;
    opacity: 0.5;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 40px; } */
    
    
  /* .card-img::before {
    background-color: #0d233e;
    position: absolute;
    content: "";
    top: 10px;
    left: 50%;
    width: 50%;
    height: 35%;
    opacity: 0.5;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 40px; }   */
     
  .cruise-card .card-body {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .cruise-card .card-title {
    color: #fff;
    text-align: right;
    font-size: 26px;
    font-weight: 900;
    line-height: 35px; }
    .cruise-card .card-title a {
      color: #fff; }
      .cruise-card .card-title a:hover {
        color: #fff; }
    .cruise-card .card-title span {
      display: block; }
  .cruise-card .card-footer {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .cruise-card .card-subtitle {
    color: #0d233e;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0; }

.cruise--card {
  border: 1px solid rgba(128, 137, 150, 0.1); }
  .cruise--card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.cruise-heading {
  background-color: rgba(40, 125, 250, 0.1);
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative; }
  .cruise-heading::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(40, 125, 250, 0.1); }

.cruise-line-list {
  column-count: 2; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cruise-line-list {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cruise-line-list {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cruise-line-list {
      margin-bottom: 30px; } }
  @media (max-width: 375px) {
    .cruise-line-list {
      column-count: 1; } }

.hero-box {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 110px; 
  padding-bottom: 150px;
  background-size: cover;
  background-position: center; }
.hero-box::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
  transition: background-color 0.5s ease-in-out;
}

.hero-box.bg-on::after {
  background-color: #0d233e;
}


.hero-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  fill: #fff; }


/* .hero-bg-5 {
  background-image: url("../images/hero-bg5.jpg"); }
   */
.hero-bg-5 {
	background-image: url("../img/banner/disney_banner_01.png"); }   

.hero-content .section-heading .sec__desc {
  font-size: 20px;
  color: #fff; }
  @media (max-width: 375px) {
    .hero-content .section-heading .sec__desc {
      font-size: 18px; } }

.hero-content .section-heading .sec__title {
  font-size: 50px;
  margin-bottom: 0;
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content .section-heading .sec__title {
      font-size: 40px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-content .section-heading .sec__title {
      font-size: 40px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-content .section-heading .sec__title {
      font-size: 40px; } }
  @media (max-width: 425px) {
    .hero-content .section-heading .sec__title {
      font-size: 30px; } }

/* .hero-wrapper5 .hero-box {
  padding-top: 110px; } */

.info-area {
  position: relative; }

.carousel-action .owl-nav div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #0d233e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-action .owl-nav div {
      display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .carousel-action .owl-nav div {
      display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .carousel-action .owl-nav div {
      display: none; } }
  .carousel-action .owl-nav div.owl-next {
    right: -22px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
  .carousel-action .owl-nav div.owl-prev {
    left: -22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .carousel-action .owl-nav div:hover {
    background-color: #287dfa;
    color: #fff; }

.carousel-action .owl-dots {
  width: 100%;
  text-align: center;
  padding-top: 40px; }
  .carousel-action .owl-dots div {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(19, 41, 104, 0.1);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 2px; }
    .carousel-action .owl-dots div.active {
      background-color: #287dfa;
      border-color: #287dfa; }

.cta-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  fill: #fff;
  stroke: none; }

.icon-layout-2 .info-icon {
  margin-left: 0;
  /* margin-right: 15px; */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   }
  .icon-layout-2 .info-icon::before, .icon-layout-2 .info-icon::after {
    display: none; }
