
@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; } }

/*== heartBeat ==*/
@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; }

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

input:focus {
  outline: none; }

 h2, h3, h4, 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; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-14 {
  font-size: 14px !important; }
  
.line-height-20 {
  line-height: 20px !important; }

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

.bg-rgb {
  background-color: rgba(140, 67, 255, 0.1) !important; }

.bg-rgb-2 {
  background-color: rgba(40, 213, 167, 0.1) !important; }

.bg-rgb-3 {
  background-color: rgba(249, 184, 81, 0.1) !important; }

.text-color-2 {
  color: #8C43FF !important; }

.text-color-3 {
  color: #28d5a7 !important; }

.text-color-4 {
  color: #f9b851 !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%; } }

.theme-btn {
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #287dfa;
  -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;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #287dfa;
  font-weight: 500; }
  .theme-btn:hover {
    background-color: #fff;
    color: #287dfa; }

.theme-btn-hover-gray {
  color: #0d233e;
  font-weight: 500; }
  .theme-btn-hover-gray:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
  .theme-btn-hover-gray:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e; }

.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-bottom: 90px; }
  
.padding-top-90px {
  padding-top: 90px; }

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

.margin-top-30px {
  margin-top: 30px; }

.margin-bottom-30px {
  margin-bottom: 30px; }

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

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

.custom-checkbox {
  display: block;
  margin-bottom: 8px; }
  .custom-checkbox label {
    color: #5d646d;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    cursor: pointer; }
    .custom-checkbox label a {
      color: #287dfa;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .custom-checkbox label a:hover {
        color: #0d233e; }
  .custom-checkbox input[type=checkbox]:not(:checked),
  .custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px; }
  .custom-checkbox input[type=checkbox]:not(:checked) + label,
  .custom-checkbox input[type=checkbox]:checked + label {
    position: relative;
    padding-left: 26px; }
  .custom-checkbox input[type=checkbox]:not(:checked) + label:before,
  .custom-checkbox input[type=checkbox]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .custom-checkbox input[type=checkbox]:checked + label:after {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    -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-family: "Line Awesome Free";
    font-weight: 900; }
  .custom-checkbox input[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    visibility: hidden; }
  .custom-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    visibility: visible; }
  .custom-checkbox input[type=checkbox]:checked + label:before {
    background-color: #287dfa;
    border-color: #287dfa; }

@media (max-width: 375px) {
  .filter-top {
    display: block !important; } }

#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: #fff;
  -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:hover {
    background-color: #2273e5;
    color: #fff;
    border-color: #2273e5; }
    
.daterangepicker {
  font-family: "Roboto", sans-serif;
  border-color: rgba(128, 137, 150, 0.3); }

.label-text {
  font-size: 14px;
  color: #0d233e; }

.contact-form-action .form-group {
  position: relative; }
  .contact-form-action .form-group .form-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #5d646d;
    font-size: 18px; }

.contact-form-action .form-control {
  height: auto;
  line-height: inherit;
  padding: 10px 20px 10px 40px;
  font-size: 13px;
  color: #0d233e;
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff; }
  .contact-form-action .form-control:focus {
    border-color: #287dfa; }

.breadcrumb-area {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .breadcrumb-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 55'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='7' opacity='.1'%3E%3Cpath d='M-345 34.5s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 48.3 0 48.3s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 20.7s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 34.5 0 34.5s115-13.8 115-13.8S172.5 6.9 230 6.9s115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8m-920 27.6s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 62.1 0 62.1s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 6.9s57.5-13.8 115-13.8S-115 6.9-115 6.9-57.5 20.7 0 20.7 115 6.9 115 6.9 172.5-6.9 230-6.9 345 6.9 345 6.9s57.5 13.8 115 13.8S575 6.9 575 6.9'/%3E%3Cpath d='M-345-6.9s57.5-13.8 115-13.8S-115-6.9-115-6.9-57.5 6.9 0 6.9 115-6.9 115-6.9s57.5-13.8 115-13.8S345-6.9 345-6.9 402.5 6.9 460 6.9 575-6.9 575-6.9m-920 69s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 75.9 0 75.9s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(80deg, #000000, #01060d);
    background-position: 50% 50%;
    animation: background-move 20s linear infinite;
    background-size: 100vw auto, 100% 100%;
    opacity: 0.3;
    z-index: -1; }

.bread-bg-3 {
  background-image: url("../../images/bread-bg3.jpg"); }

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

.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-meta {
    font-size: 15px; }
  .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 {
  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); }

.search-fields-container {
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-fields-container .pr-0 {
      padding-right: 15px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .search-fields-container .pr-0 {
      padding-right: 15px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-fields-container .pr-0 {
      padding-right: 15px !important; } }

.collapse-btn[aria-expanded="true"] {
  background-color: rgba(128, 137, 150, 0.1); }
  .collapse-btn[aria-expanded="true"] i::before {
    content: "\f106"; }

.info-bg {
  z-index: 1;
  position: relative; }
  .info-bg::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/color-bg.png");
    z-index: -1; }

.info-area {
  position: relative; }

.collapse-btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-group .form-icon {
  z-index: 2; }

.icon-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  .icon-box .info-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    color: #287dfa;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .icon-box .info-icon::after, .icon-box .info-icon::before {
      position: absolute;
      content: "";
      z-index: -1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .icon-box .info-icon::before {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(40, 125, 250, 0.1); }
    .icon-box .info-icon:after {
      width: 60px;
      height: 60px;
      top: 10px;
      left: 10px;
      background-color: rgba(40, 125, 250, 0.2);
      opacity: 0.5; }
  .icon-box .info-content {
    padding-top: 20px; }
  .icon-box .info__title {
    font-size: 20px;
    color: #0d233e;
    margin-bottom: 13px; }
    .icon-box .info__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; }
      .icon-box .info__title a:hover {
        color: #287dfa; }
  .icon-box .info__desc {
    font-size: 16px;
    color: #5d646d;
    line-height: 27px; }
  .icon-box:hover .info-icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

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

.icon-layout-2 .info__title {
  margin-bottom: 7px;
  font-size: 19px; }

.icon-layout-2 .info-content {
  padding-top: 0; }
  
  
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}