* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
    scroll-behavior: smooth;
 
}

p {
    font-size: 20px;
}

.mainbanner_covers{
  background-image: url(../images/banner_s.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:100vh;
  
}

.logoa img{
 max-width:180px;
}

.call_back_sec{
  min-height: 100vh;
}

.main_banners{
  z-index:99;
  position: relative;
      display: flex;
    justify-content: center;
    align-items: center;
}

.mainbanner_covers:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
        background-image: linear-gradient(to right, #61a7c7, #ffffffc7);
    top: 0px;
    left: 0px;
}

#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;
}
.price__cards {
  margin-block: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.price__card {
  padding: 2rem 1.5rem;
  box-shadow: 2px 0 24px #f7f7f7;
  border-radius: 1rem;
  display: inline-flex;
  background-color: #def6ff;
min-height: 439px;
  gap: 1rem;
  flex-direction: column;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.price__details h3{
font-size:20px;
color: #005a84;
}

.price__details ul{
  padding-left: 0px;
  list-style-type: none;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {

}

.menu li a:hover,.menu li:hover>a {
  color: #005a84;
  background: #9ca3da00;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  gap: 0px !important;
  top: 25px;
  position: absolute;
  left: 0px;
  background: #ffffff;
  z-index: 99;
  flex-direction: column;
  display: flex;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.sub-menu li a{
  padding:12px 13px;
  color:#000 !important;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #ffffff;
  background: #fff;
}

.menu ul li a:hover,.menu ul li:hover>a {
  background: #005a84;
  color: #fff !important;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px,20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}


.main_link a{
  font-size: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 100;
  padding: 7px;
  border-radius: 31px;
  background-color: #256f96;

}

.main_link a i{
  background-color: #00000000;
  margin-left: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.sub-menu{
  gap:10px;
}

.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: #005a84;
    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: #005a84;
    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%;
}

.main_banner_imgs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.st_img img{
  max-width:20px;
}

.main_banner_imgs:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 97%;
     background-image: linear-gradient(to left, #ffffff8c, #005a84eb);
    top: 0px;
    left: 0px;
}

.i_p i{
 font-size:14px !important;}

.ban_header{
  color:#000000;
}

.mainlogos {
              width: 120px;
}

.ban_header ul li{
     margin-bottom: 18px;
}

.main_banner_imgs img {
    position: relative;
    object-fit: cover;
    height: 97vh;
    width: 100%;
}

.btn-primary {
    padding: 12px 42px;
    background-color: #005a84 !important;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    border-color: #ffffff00 !important;
}

.input-wrapper .form-label {
    margin-bottom: .5rem;
    color: #fff;
    font-size: 12px;
}

.ban_header h3{
    font-size: 29px;
}

.frm_n .input-wrapper .form-select {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
  line-height: 1.9;
    outline: none;
    border: 1px solid #ced4da9e !important;
    padding: 10px 20px;
    position: relative;
   background-color: #3d82a3 !important;
}

.input-wrapper .form-select {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
  line-height: 1.9;
    outline: none;
    border: 1px solid #ced4da9e !important;
    padding: 10px 20px;
    position: relative;
   background-color: #ffffff00;
}

.main_form {
    background-color: #005a84b0;
    padding: 22px;
    border-radius: 16px;
}

.ban_header ul{
  padding-left:20px;
}

.banner_text {
    position: absolute;
    text-transform: capitalize;
    z-index: 9;
    width: 62%;
}

.tour_text h5{
    font-size: 18px;
    color:#005a84;
    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: #005a84;
    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: 50vh;
    width: 100%;
}

.inner_banner_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000087;
    top: 0px;
    left: 0px;
}

.top_header.active {
    display: 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:#005a84;
    font-size:35px;
}

.main_menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.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-color: #ef8f8f2b;
    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: #005a84;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    height: 47px;
    font-size: 13px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    display: block;
}

.servicvesx {
    padding: 60px 60px 0px;
    background-color: #ef8f8f2b;
}

.country_cover ul{
 display: flex
;
    flex-wrap: wrap;
    gap: 36px;
    width: fit-content;
    justify-content: center;
    list-style-type: none;
    margin: auto;
    background-color: #ffffff;
    padding: 10px 13px 10px 13px;
    border-radius: 26px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.country_head h4{
    font-size: 16px;
    margin-bottom: 21px;
    text-transform: uppercase;

}

.country_cover ul li img{
max-width: 80px;
    margin-bottom: 10px;
}

.country_cover ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 14px;
}

.top_heading_texts h3{
      font-size: 36px !important;
    color: #00599d !important;
}

.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: 1em 1em;
    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: 18px;
    text-transform: capitalize;
    font-weight: 600;
 color: #00599d;
    margin: 1em 0;
    z-index: 3;
    text-align: center;
}

.advertisers-service-sec p {
    color: #575a7b;
   font-size: 16px;
    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: #005a84ed;
    padding: 20px 20px;
    border-radius: 4px;
    overflow: auto;
}

.form-group label{
  color: #ffffff;
    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.3;
    color: #212529;
    background-color: #ffffff00;
    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: #005a84;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  height: 47px;
  font-size: 13px;
  width: 120px;
  color: #ffffff;
  border-radius: 4px;
  display: block;
  margin-left: 7px;
  border: 1px solid #fff;
}

.form-control:focus{
    box-shadow: none;
}

.world_btn a {
    text-decoration: none;
    color: #005a84;
    font-weight: 600;
}

.about_section {
    padding: 60px 0px;
    background-image: linear-gradient(to bottom, #ef8f8f2b, #03abe40d), 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;
    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: #005a84;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.main_btn a:hover {
    padding: 15px 28px;
    background-color: #005a84;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}

.section_3 {
  position: relative;
    padding: 60px 0px;
}

.destination_wrappers{
    position: relative;
    height: 360px;
}

.point_1 img {
  max-width: 48px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.point_2 h2 {
  color: #005a84;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playwrite IT Moderna", serif;
  text-transform: capitalize;
}

.our_mission_wrapper {
  position: relative;
  max-width: 450px;
  padding: 10px;
  margin-left: auto;
}
.our_mision_cover {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #167aa9eb;
  top: 24%;
  left: -70px;
  z-index: 9;
  color: #fff;
  padding: 24px;
}
.service_sec {
  padding: 60px 0px;
  background-image: linear-gradient(to bottom, #ef8f8f2b, #03abe40d), url(../images/abt_bg_pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.destination_wrapper img{
  border-radius:12px;
}

.main_text h6 {
  color: #ef8787;
  font-size: 18px;
  text-transform: uppercase;
}

.destination_wrapper{
    position: relative;
}

.description p{
  font-size:16px;
}

.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: #ef8f8f2b;
}

.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: 90px 0px;
    position: relative;
}

.container .box {
  width: 100%;
  background-color: white;
  position: relative;
  border: 1px solid #dddddd;
  margin-top: 23px;
  border-radius: 15px;
  overflow: hidden;
  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: #005a84;
    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;
  }
  
  .ballon {
    position: absolute;
    content: "";
    max-width: 206px;

    bottom: 0px;
    right: 0px;
    z-index: 99;
}
  
  .container .box .top:hover:after {
    opacity: 1;
  }
  
  .container .box .top img {
    width: 100%;
    margin-bottom: -4px;
    height: 348px;
    object-fit: cover;
  }
  
  .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: #ef8f8f2b;
}

.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: #ef8f8f;
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #ffffff00;
    border-right: 10px solid #ffffff00;
    -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;
  
}

.icon_cover {
  display: flex
;
  justify-content: flex-start;
  gap: 23px;
}

.icon_text p {
  font-size: 14px;
  color: #000;
}

.content  .category {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #005a84;
}

.content  .topic {
  font-size: 14px;
  margin-bottom: 19px;
  /* line-height: calc(1rem* 2.8); */
  word-break: break-all;
  max-height: calc(1rem* 2.8* 2);
  overflow: hidden;
  position: relative;
  background-color: white;
}

.icon_text i {
  color: #005a84;
}

.dk-footer {
  padding: 75px 0 0;
  background-color: #005a84;
  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: #ef8f8f;
}

.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: #ef8f8f;
    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 {
  
    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 #ef8f8f;
    background: #ef8f8f;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}


.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: #005a84;
}

.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: #084e6f;
}

.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;
}

.suggest_product {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff1a;
}

.suggest_pro {
  background-color: #005a84;
    border-radius: 10px;
    min-height: 20px;
}

.suggest_img{
  position: relative;
}

.suggest_img img {
    position: absolute;
    max-width: 317px;
    padding: 4px;
    margin-left: auto;
    top: -38px;
}
.about_sectionss {
padding: 60px 0px;
  background-image: linear-gradient(to bottom, #ffffff, #fdfdfdd9), url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.best_steps img{
  max-width:550px;
  margin: auto;
}

 .steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
     
      margin: auto;
    }

    .step-card {
      background: #005a84;
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .step-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .step-number {
      background-color: #b7e4f9;
      color: #005a84;
      font-weight: bold;
      font-size: 18px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      margin: 0 auto 15px auto;
    }

    .step-title {
      font-size: 20px;
      margin-bottom: 10px;
      color: #ffffff;
    }

    .step-description {
          font-size: 18px;
    color: #ffffff;
    }

    .best_package_x{
      padding: 60px 0px;
    position: relative;
    background-color: #f1f1f1;
    }

.side_bg{
    max-height: 300px;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    border-radius: 10px;
    background-repeat: no-repeat;
    opacity: .7;
}

.side_bg img{
object-fit: cover;
    max-height: 300px;
    width: 100%;
}

.main_btn_red a {
    padding: 15px 28px;
    background-color: #F44336;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.left_contact{
  position: fixed;
    content: "";
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: 10px;
    width: 100%;
    z-index: 9999;
}

.left_contact_in {
  
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: 10px;
    padding: 15px 28px;
    background-color: #005a84;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    z-index: 9999;
}

.left_contact_in_r {
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: 10px;
    padding: 15px 28px;
    background-color: #F44336;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    z-index: 9999;
}

.left_contact a{

   
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}

  .timeline {
      position: relative;
      padding: 2rem 0;
    }

    .timeline::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 4px;
          background: #00599d;
      transform: translateX(-50%);
    }

    .timeline-item {
      position: relative;
      margin: 2rem 0;
      width: 50%;
      padding: 1rem 2rem;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      top: 1.2rem;
      width: 20px;
      height: 20px;
      background: #adb5bd;
      border-radius: 50%;
      z-index: 1;
    }

    .timeline-item-left {
      left: 0;
      text-align: right;
    }

    .timeline-item-left::before {
      right: -10px;
    }

    .timeline-item-right {
      left: 50%;
    }

    .timeline-item-right::before {
      left: -10px;
    }

    .timeline-content {
          background: #f8f9fa00;
      padding: 1rem;
      border-radius: 8px;
      position: relative;
      z-index: 2;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .timeline-item.active .timeline-content {
      background: #d1e7dd;
      border: 2px solid #198754;
    }

    .timeline-item.active::before {
      background: #198754;
    }

    .best_packages {
    padding: 60px 0px;
    position: relative;
}

.advertisers-service-secs .service-cards {
     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: #005a8436;
    text-align: center;
}

.advertisers-service-secs h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
    text-align: center;
}

.advertisers-service-secs p {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
    text-align: center;
}

.main_btnos a:hover {
    padding: 15px 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    color: #005a84;
    font-size: 17px;
    margin-bottom: 21px;
}

.main_btnos a{
    padding: 15px 28px;
    background-color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    color: #005a84;
    font-size: 17px;
    margin-bottom: 21px;
}

.input-wrapper input::placeholder{
  color:#ffffff;
  font-size:12px;
}

.form_heading h5 {
    font-size: 25px;
  
        font-weight: 700;
}


    @media (max-width: 768px) {
      .timeline::before {
        left: 8px;
      }

      .left_contact_in {
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: 10px;
    padding: 9px 13px;
    background-color: #005a84;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    z-index: 9999;
}

.left_contact_in_r {
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: 10px;
    padding: 9px 13px;
    background-color: #F44336;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    z-index: 9999;
}

      .timeline-item,
      .timeline-item-left,
      .timeline-item-right {
        width: 100%;
                left: -2px !important;
        text-align: left;
        padding-left: 2rem;
                margin-left: 0rem;
      }

      .timeline-item::before {
        left: 0;
      }
    }

@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;
    } */

    .suggest_img img {
    position: relative;
    max-width: 317px;
    padding: 4px;
    margin-left: auto;
    top: -38px;
}

    .mobile_menu{
        display: block;
    }

    .banner_text {
    position: absolute;
    text-transform: capitalize;
    z-index: 9;
    width: 95%;
}

.mainbanner_covers {
    background-image: url(../images/banner_s.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 40px;
    padding-top: 123px;
}


.mainbanner_covers::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top, #00000029, #388eb3);
        top: 0px;
        left: 0px;
}
      .ban_header h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
    }

p {
    font-size: 18px;
}

.mainlogo {
    width: 105px;
}
.main_btn a:hover {
    padding: 15px 6px;
    background-color: #005a84;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}
    .main_btn a {
        padding: 15px 10px;
        background-color: #005a84;
        border-radius: 50px;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
    }
.mainlogos {
        width: 82px;
}

.left_contact {
    position: fixed;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    padding: 10px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    gap: 0px;
}

.mob_btn{
  display: none !important;
}
 
}


@media screen and (max-width: 895px) {
  .our_mision_cover {
      position: absolute;
      content: "";
      width: 100%;
      background-color: #167aa9eb;
      top: 13%;
      left: 0px;
      z-index: 9;
      color: #fff;
      padding: 24px;
  }

  .best_steps img {
    max-width: 350px;
    margin: auto;
}

  .servicvesx {
    padding: 60px 0px 0px;
    background-color: #ef8f8f2b;
}
}

@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: 30px;
  color: #ffffff;
  margin-top: 70px;
  max-width: 500px;
  text-align: center;
  font-family: "Caveat", cursive;
}

.inner_banner_img img {
  position: relative;
  object-fit: cover;
  height: 54vh;
  width: 100%;
}

.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: #ef8f8f;
    overflow:hidden;
}

.top_heading_text h5 {
    font-size: 27px;
    font-weight: 600;
}

.trvel_abt_section h3 {
    font-size: 24px;
}

.left_contact a {
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
           font-size: 16px;
}

.form_heading h5 {
        font-size: 21px;
        font-weight: 700;
}

}