* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Space Grotesk", sans-serif;
    scroll-behavior: smooth;
    font-family: "Josefin Sans", sans-serif;
}

p {
    font-size: 18px;
}

#sync1 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
  
  #sync2 .item {
    background: #c9c9c9;
    /* padding: 10px 0px; */
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  
  #sync2 .item h1 {
    font-size: 18px;
  }
  
  #sync2 .current .item {
    background: #0c83e7;
  }
  
  .owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
  }
  
  .owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
  }
  
  #sync1.owl-theme {
    position: relative;
  }
  
  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  
  #sync1.owl-theme .owl-prev {
    left: 10px;
  }
  
  #sync1.owl-theme .owl-next {
    right: 10px;
  }
  /* animate fadin duration 1.5s */
  .owl-carousel .animated {
    animation-duration: 1.5s !important;
  }
  
  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
  }
  #sync1 svg {
    width: 22px !important;
  }

.top_sticky{
    position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
}

.boxs_cover img{
    border-radius: 10px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 35px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 35px;
    color: #a44b85;
}

.nav-tabs .nav-link.active {
    color: #06a3dd;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.mision_abt{
    max-width: 250px;
    margin: auto;
}

.m{
    color:#a44b85;
}

.v{
    color:#06a3dd;
}

.display_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.display_flex_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.display_flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.display_flex_top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.display_flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.display_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navbar-toggle {
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    top: 1rem;
    right: -8px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
  }
  .navbar-toggle .line {
    fill: none;
    transition-delay: 400ms, 0;
    transition-property: stroke, stroke-dasharray, stroke-dashoffset;
    transition-timing-function: ease;
    transition-duration: 400ms;
    stroke: #03abe4;
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  .navbar-toggle .line.top {
    stroke-dasharray: 40 139;
  }
  .navbar-toggle .line.bottom {
    stroke-dasharray: 20 180;
    stroke-dashoffset: -20px;
  }
  .navbar-toggle.active {
    transform: rotate(45deg);
  }
  .navbar-toggle.active .line {
    stroke: #FFFFFF;
  }
  .navbar-toggle.active .line.top {
    stroke-dashoffset: -98px;
  }
  .navbar-toggle.active .line.bottom {
    stroke-dashoffset: -138px;
  }
  .navbar-toggle:not(.active):hover .line.bottom {
    stroke-dasharray: 40 180;
    stroke-dashoffset: 0px;
  }
  
  .main_menu .navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .main_menu .navbar ul {
    width: 100%;
    max-width: 400px;
    list-style: none;
    /* padding: 0; */
    gap: 16px;
    margin: 0;
    flex-direction: column;
  }
  .main_menu .navbar ul li {
    opacity: 0;
  }
  .main_menu .navbar ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 0px 0;
    /* font-weight: bold; */
    letter-spacing: 2px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all ease 500ms;
    position: relative;
  }
  /* .main_menu .navbar ul li a:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    opacity: 0;
    transition: opacity ease 500ms;
  } */
  .main_menu .navbar ul li a:hover {
    letter-spacing: 3px;
  }
  .main_menu .navbar ul li a:hover:before {
    opacity: 0.2;
  }
  
  #bg-circle {
    transform: scale(0);
    width: 80px;
    height: 80px;
    background: #03abe4;
    position: fixed;
    top: 1rem;
    right: 0rem;
    border-radius: 50%;
    z-index: 99;
  }

.main_banner_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_banner_img img {
    position: relative;
    object-fit: cover;
    height: 97vh;
    width: 100%;
}

.banner_text {
    position: absolute;
    text-transform: capitalize;
    z-index: 9;

}

.tour_text h5{
    font-size: 18px;
    color:#03abe4;
    text-transform: capitalize;
}

.tour_text h6{
    color:#a54b85;
}

.banner_text h2 {
    font-size: 60px;
    color: #ffffff;
    max-width: 500px;
    text-align: center;
    font-family: "Caveat", cursive;
}

.banner_text h2 span {
    color: #03abe4;
    font-family: "Caveat", cursive;
}

.main_banner_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000003b;
    top: 0px;
    left: 0px;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}

.mb-text{
    display: none;
}

.top_header {
    background-color: #00ffff00;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.inner_banner_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_banner_img img {
    position: relative;
    object-fit: cover;
    height: 36vh;
    width: 100%;
}

.inner_banner_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000087;
    top: 0px;
    left: 0px;
}

.top_header.active {
   color: #000 !important;
   background-color:#fff;
}

.top_header.active .contact_wrapper ul {
    display: inline-flex;
    gap: 10px;
    color: #000;
    margin-bottom: 0px;
    font-size: 14px;
    list-style-type: none;
}

.top_header.active .contact_wrapper ul li a {
    color: #000;
    text-decoration: none;
}

.top_header.active .main_menu ul li a {
    color: #000;
    text-decoration: none;
}
.mainlogo.active {
    width: 120px;
    display: none;
}
.mainlogo {
    width: 140px
}

.top_icon {
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff;
}

.top_icons {
    padding: 10px 0px;
}

.contact_wrapper ul li a{
    color:#ffffff;
    text-decoration: none;
}

.contact_wrapper ul {
    display: inline-flex;
    gap: 10px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    list-style-type: none;
}

.main_menu ul {
    display: inline-flex;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    list-style-type: none;
    gap: 35px;
}

.main_menu i{
    color:#03abe4;
    font-size:35px;
}

.main_menu ul li a {
    color: #ffffff;
    text-decoration: none;
}

.mobile_menu{
    position: fixed;
    width:100%;
    top:0;
    left:0;
    display: none;
    z-index: 99;
    padding: 26px 0px;
}

.main_banner {
    position: relative;
}

.main_banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 88px;
    bottom: -1px;
    left: 0px;
    background-image: url(../images/hero-bg-shape-1.webp);
    background-size: cover;
    z-index: 99;
    background-repeat: no-repeat;
}


.main_banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 88px;
    bottom: -1px;
    left: 0px;
    background-image: url(../images/hero-bg-shape-1.webp);
    background-size: cover;
    z-index: 9;
    background-repeat: no-repeat;
}

.place_box {
    width: 190px;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #b7e4f9;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.icon-wrapper img {
    width: 40px;
}

.section_2 {
    padding: 50px 0px;
}

.booking-form {
    background: #d6f1fb;
    padding: 20px 20px;
    border-radius: 4px;
    overflow: auto;
}

.booking-form input[type=date].form-control:invalid {
    color: #4a4c4f;
}


.booking-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.booking-form .submit-btn {
    background: #03abe4;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    height: 47px;
    font-size: 13px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    display: block;
}


.booking-form .form-label {
    color: #000000;
    display: block;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

.booking-form .form-control {
    border: none;
    height: 47px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #696868;
    font-weight: 400;
    background: #ffffff;
    border-radius: 4px;
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.service-card a{
    text-decoration: none;
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
    text-align: center;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
    text-align: center;
}

.top_heading_text h5 {
    font-size: 23px;
    font-weight: 600;
}

.contact-form .form-control {
    padding: 0.9em;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.contact-form .form-control {
    padding: 0.9em;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.contact-form label {
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    font-size: 0.9em;
}

.bg_contact{
    background: #d6f1fb;
    padding: 20px 20px;
    border-radius: 4px;
    overflow: auto;
}

.form-group label{
    color: #000000;
    display: block;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

.form-control {
    display: block;
    width: 100%;
    padding: .80rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff71;
    background-clip: padding-box;
    border: 1px solid #ced4da9e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-btn .submit-btn {
    background: #03abe4;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    height: 47px;
    font-size: 13px;
    width: 120px;
    color: #fff;
    border-radius: 4px;
    display: block;
    margin-left: 7px;
}

.form-control:focus{
    box-shadow: none;
}

.world_btn a {
    text-decoration: none;
    color: #03abe4;
    font-weight: 600;
}

.about_section {
    padding: 60px 0px;
    background-image: linear-gradient(to bottom, #03abe429, #03abe429), url(../images/abt_bg_pic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.abt_inr{
   padding: 10px;
    margin: auto;
}

.service-cards{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.icon-wrappers{
    background-color: #b7e4f9;
    position: relative;
    font-size: 30px;
    height: 55px;
    width: 55px;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.icon-wrappers img {
    width: 33px;
}

.display_wraps ul li {
    list-style-type: none;
}

.display_wraps ul {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    /* grid-auto-rows: 115px; */
    grid-gap: 10px;
    /* grid-template-rows: 115px 115px 115px 115px; */
    justify-content: stretch;
    padding: 0 15px;
}

.mess_img{
    width:50px;
    height:50px;
}

.mess_img img{
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
}

.icon-text h3{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: 700;
}

.meassage_warpper {
    cursor: pointer;
    height: fit-content;
    /* width: 218px; */
    padding: 11px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid  #f1f1f1;
    overflow: hidden;
    margin-top: 14px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.trvel_abt_section {
    max-width: 500px;
    margin-left: auto;
}

.trvel_abt_section h3 {
    font-size: 34px;
}

.message_texts p {
    color: #4e4d4d;
    font-size: 15px;
}

.message_texts h5{
    font-size: 16px;
    margin-bottom: 0px;
}


.message_texts h6{
    font-size: 14px;
    margin-top: 3px;
}


.main_btn a {
    padding: 15px 28px;
    background-color: #03abe4;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}

.main_btn a:hover {
    padding: 15px 28px;
    background-color: #03abe4;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}

.section_3 {
    padding: 60px 0px;
}

.destination_wrappers{
    position: relative;
    height: 360px;
}


.destination_wrapper{
    position: relative;
}


.flex-container-mission {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    overflow: hidden;
  }
  @media screen and (max-width: 768px) {
    .flex-container-mission {
      flex-direction: column;
    }
  }
  
  .flex-title-mission {
    color: #f1f1f1;
    position: relative;
    font-size: 6vw;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 15%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  @media screen and (max-width: 768px) {
    .flex-title-mission {
      transform: rotate(0deg) !important;
    }
  }
  
  .flex-about-mission {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 2vw;
    padding: 5%;
    top: 20%;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  @media screen and (max-width: 768px) {
    .flex-about-mission {
      padding: 0%;
      border: 0px solid #f1f1f1;
    }
  }
  
  .flex-slide-mission {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  @media screen and (max-width: 768px) {
    .flex-slide-mission {
      overflow: auto;
      overflow-x: hidden;
    }
  }
  
  @media screen and (max-width: 768px) {
    .flex-slide-mission p {
      font-size: 2em;
    }
  }
  
  @media screen and (max-width: 768px) {
    .flex-slide-mission ul li {
      font-size: 2em;
    }
  }
  
  .flex-slide-mission:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  
  .home-mission {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-macquarie-71208_1920.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  @media screen and (min-width: 768px) {
    .home-mission {
      animation: aboutFlexSlide 3s 1;
      animation-delay: 0s;
    }
  }
  
  @keyframes aboutFlexSlide-mission {
    0% {
      -webkit-flex-grow: 1;
      flex-grow: 1;
    }
    50% {
      -webkit-flex-grow: 3;
      flex-grow: 3;
    }
    100% {
      -webkit-flex-grow: 1;
      flex-grow: 1;
    }
  }
  @media screen and (min-width: 768px) {
    .flex-title-home-mission {
      transform: rotate(90deg);
      top: 15%;
      animation: aboutFlexSlide 3s 1;
      animation-delay: 0s;
    }
  }
  
  @keyframes homeFlextitle-mission {
    0% {
      transform: rotate(90deg);
      top: 15%;
    }
    50% {
      transform: rotate(0deg);
      top: 15%;
    }
    100% {
      transform: rotate(90deg);
      top: 15%;
    }
  }
  .flex-about-home-mission {
    opacity: 0;
  }
  @media screen and (min-width: 768px) {
    .flex-about-home-mission {
      animation: aboutFlexSlide 3s 1;
      animation-delay: 0s;
    }
  }
  
  @keyframes flexAboutHome-mission {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .about-mission {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/beach-2089959_1280.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .contact-form-mission {
    width: 100%;
  }
  
  input-mission {
    width: 100%;
  }
  
  textarea-mission {
    width: 100%;
  }
  
  .contact-mission {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-696098_1920.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .work-mission {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/forest-208517_1280.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    color: #fff;
    font-size: 1em;
  }
  
  .cube1, .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
  }
  
  .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  @-webkit-keyframes sk-cubemove {
    25% {
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }
  @keyframes sk-cubemove {
    25% {
      transform: translateX(42px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      transform: translateX(42px) translateY(42px) rotate(-179deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
      transform: translateX(42px) translateY(42px) rotate(-180deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
  }


  .destination_wrapper:hover:after {
    opacity: 1;
  }

.servicves{
    padding: 60px 0px;
    background-color: #03abe429;
}

.about_section_two {
    padding: 60px 0px;
    background-image: linear-gradient(to bottom, #ffffff29, #ffffff29), url(../images/abt_bg_pic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}


.boxs{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.boxs::after{
    position: absolute;
    content: "";
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: #0000003d;
}

.box_des_text{
    position: absolute;
    content:"";
    bottom:0px;
    left:7px;
    z-index:9;
}

.box_des_text p{
    color:#ffffff;
}

.best_package{
    padding: 60px 0px;
}

.container .box {
    width: 100%;
    background-color: white;
    position: relative;
    border: 1px solid #dddddd;
    margin-top: 23px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.place_name {

    content: "";
    bottom: 0px;
    right: 0px;
    width: 50%;
    padding: 3px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    border-top-left-radius: 10px;
    align-items: center;
    border-top-right-radius: 10px;
    background-color: #03abe4;
    text-transform: capitalize;
}

.product_detail_text p{
    color: #5c5c5c;
    font-size: 16px;
}

.product_detail_text ul{
    padding-left: 0px;
}

.product_detail_text ul li{
  list-style-type: none;
  color: #5c5c5c;
}

.place_name p {
    margin-bottom: 0px;
    font-size: 13px;
    padding: 7px;
}

.place_name p a{
    text-decoration: none;
    color:#ffffff;
}

.place_name p a:hover{
    text-decoration: none;
    color:#ffffff;
}

.container .box .top:hover:before {
    opacity: 1;
  }
  

  
  .container .box .top:hover:after {
    opacity: 1;
  }
  
  .container .box .top img {
    width: 100%;
    margin-bottom: -4px;
  }
  
  .container .box .top span {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: white;
    font-size: 20px;
  }
  
  .container .box .top span i {
    margin-left: 5px;
  }
  
  .container .box .bottom {
    padding: 20px 15px;
    position: relative;
  }
  
  .container .box:not(:last-of-type) .bottom:before {
    content: "Hot";
    background-color: #ea723d;
    color: white;
    font-size: 11px;
    padding: 4px 7px;
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: 1;
  }
  
  .container .box .bottom h3 {
    font-size: 15px;
  }
  
  .container .box .bottom > p {
    font-size: 16px;
    line-height: 1.4;
    color: #777;
  }
  
  .container .box .bottom .advants {
    display: flex;
  }
  
  .container .box .bottom .advants > div {
    margin-right: 15px;
  }
  
  .container .box .bottom .advants > div > span {
    font-weight: bold;
    font-size: 12px;
  }
  
  .container .box .bottom .advants > div > div {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  
  .container .box .bottom .advants > div > div i {
    color: #a14e84;
    font-size: 16px;

  }
  
  .container .box .bottom .advants > div > div > span {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
  }
  
  .container .box .bottom .advants > div > div > span > span {
    color: #777;
    font-weight: normal;
    margin-left: 5px;
  }
  
  .container .box .bottom .price {
    margin-top: 20px;
  }
  
  .container .box .bottom .price span:first-of-type {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .container .box .bottom .price span:last-of-type {
    color: #000000;
    font-size: 16px;
    /* font-family: none; */
    font-weight: 600;

}
.Testimonials{
    padding: 60px 0px;
    background-color: #03abe429;
}

.testimonial{
    margin: 0 10px;
    padding-top: 30px;
}
.testimonial .description{
    color: #5d5c5c;
    line-height: 1.8;
    position: relative;
    padding: 10px 10px;
    margin-bottom: 15px;
    min-height: 189px;
    background-color: #ffffff61;

}
.testimonial .description:before{
    content: "\ec51";
    font-family: "remixicon";
    font-weight: 900;
    color: #c3fff4;
    position: absolute;
    top: -39%;
    left: -10px;
    font-size: 70px;
    z-index: 9;
}
#testimonial-slider div.owl-item:nth-child(2n) .description:before{
    color: #ffd0d8;
}
#testimonial-slider div.owl-item:nth-child(3n) .description:before{
    color: #dae0ff;
}
.testimonial .testimonial-pic {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.testimonial .testimonial-pic img{
    width: 100%;
    height: 82px;
    border-radius: 50%;
    border: 2px solid #0808082e;
    object-fit: contain;
}
.testimonial .testimonial-review{
    margin:25px 0 0 25px;
}
.testimonial .testimonial-title{
    font-size:16px;
    text-transform:capitalize;
    font-weight: bold;
    margin:0;
}
.testimonial .testimonial-review span{
    color: #585858;
    display: block;
    font-size: 14px;
    margin-bottom:5px;
    text-transform: capitalize;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #dc005a;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height:10px;
    background: #333;
    opacity: 1;
}
.owl-theme .owl-controls {
    text-align: left;
    margin-top: 40px;
}


.footer-logo img{
    width:200px;
}
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #03a9f4;
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.right li p i{
    color: #0bb912;
    font-weight: 600;
}

.wrong li p i{
    color: #a70404;
    font-weight: 600;
}

.contact_wrapper2{
    padding: 50px 0px;
    background-image: linear-gradient(to bottom, #ffffff, #ffffffde), url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: bottom;
  
}

.dk-footer {
    padding: 75px 0 0;
    background-color: #162e44;
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
   
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

/* .dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
} */

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #03a9f4;
}

.dk-footer-box-info {

    padding: 10px;
    z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.footer-social-link ul li a{
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #a14e84;
    margin-right: 5px;
    color: #fff;
    text-decoration: none !important;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
}

.footer-awarad {
    /* margin-top: 285px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 32px;
}

/* .footer-left-widget {
    padding-left: 80px;
} */

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #2E2E2E;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 1px;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #03a9f4;
    background: #03a9f4;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================
  
      Contact
  
  =============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-uss{
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #03abe4;
}

.contact-info {
    margin-left: 54px;
    color: #fff;
}

.contact-info h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #11263a;
}

.copyright span,
.copyright a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
}

.copyright a:hover {
    color: #00abeb;
    text-decoration: none;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #03a9f4;
    border-color: #03a9f4;
}

.whatsapp_fix{
    position: fixed;
    content:"";
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:10px;
    right:10px;
    width:60px;
    height:60px;
    border-radius: 50%;
    background-color: #3d9b00;
    z-index: 9;
}

.whatsapp_fix a{
    text-decoration: none;
}

.whatsapp_fix a i{
    font-size:20px;
    color:#ffffff;
    text-decoration: none;
    text-decoration: none;
}

.whatsapp_fix a i:hover{
    font-size:20px;
    color:#ffffff;
    text-decoration: none;
}

.testmomnial_bg{
    padding: 50px 0px;
    background-color: #fff;
}

.counters {
	background: #0f479a;
	color: #fff;
	padding: 60px 20px;
    background-image: linear-gradient(to bottom, #010124a8, #010124b0), url(../images/beach.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.counters .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}

.counters i {
	color: lightskyblue;
	margin-bottom: 5px;
}

.counters .counter {
	font-size: 45px;
	margin: 10px 0;
    overflow: hidden;
}

@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		border-bottom: 1px lightskyblue solid;
		padding-bottom: 20px;
	}
}


@media only screen and (max-width: 990px) {
    .top_header {
        display: none;
    }

    .mobile_menu{
        display: block;
    }

 
}

@media only screen and (max-width: 890px) {
    .dk-footer .contact-us.contact-us-last {
        margin-left: 0px;
    }

    .display_wraps ul {
        display: grid;
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        /* grid-auto-rows: 115px; */
        grid-gap: 10px;
        /* grid-template-rows: 115px 115px 115px 115px; */
        justify-content: stretch;
        padding: 0 15px;
    }

    .mb-text{
        display: block;
    }
}


@media only screen and (max-width: 690px) {

.main_banner_img img {
        position: relative;
        object-fit: cover;
        height: 80vh;
        width: 100%;
}

.footer-logo img {
    width: 120px;
}

.copyright span, .copyright a {
    color: #878787;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
}

.main_banner_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    top: 0px;
    left: 0px;
}

.banner_text h2 {
    font-size: 39px;
    color: #ffffff;
    max-width: 500px;
    text-align: center;
    font-family: "Caveat", cursive;
}

.footer-widget h3 {
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.animate-border {
    position: relative;
    display: block;
    width: 97px;
    height: 3px;
    background: #03a9f4;
    overflow:hidden;
}

.top_heading_text h5 {
    font-size: 27px;
    font-weight: 600;
}

.trvel_abt_section h3 {
    font-size: 24px;
}

}