html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Times New Roman", Times, serif;
  background-image: url(../image/bg.jfif);
  background-size: cover;
  overflow-x: hidden;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;

}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 145px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading_container p {
  margin: 0;
}

.container-bg {
  background-color: #ffffff;
  border-radius: 100%;
}

/*header section*/
.hero_area {
  /*background-image: url(../images/hero-bg.png);*/
  background-size: 85% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  min-height: 30vh;
  position: relative;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  border-bottom: 2px solid white;
  color: blue;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.call:hover {
color: white;
}
.call:visited {
color: green;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ffffff;
  color: #f7f7f7;
  font-size: 16px;
}

/*end header section*/
.blog_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

.blog_section .box .blog_box-cover .blog_box .detail-box {
  border: none;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.blog_section .box .blog_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 15px;
}

.blog_section .box .blog_box .date-box {
  width: 110px;
  height: 110px;
  background-color: #144a9e;
  color: #ffffff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}

.blog_section .box .blog_box .date-box h4 {
  margin: 0;
}

.blog_section .box .blog_box .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #c1c1c1;
  margin: 10px 0;
  width: 300px;
  border-radius: 145px;
  overflow: hidden;
}

.blog_section .box .blog_box .detail-box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_section .box .blog_box .detail-box .img-box img {
  width: 100%;
  height: 200px;
}

.blog_section .box .blog_box .detail-box .text-box {
  padding: 15px 30px 5px 30px;
}

.blog_section .box .blog_box .detail-box .text-box h5 {
  font-weight: bold;
}

.blog_section .box .blog_box .detail-box .text-box p {
  color: #828180;
}

.blog_section .box .blog_box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #141618;
  color: #ffffff;
  border: 1.5px solid #141618;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 15px;
}

.blog_section .box .blog_box a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
          text-decoration: none;
}

.client_section {
  position: relative;
}

.client_section::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  height: 390px;
  border-radius: 500px;
  background-color: #01152e;
  z-index: 2;
}

.client_section #carouselExample2Controls {
  padding: 120px 0px 0px; 
  margin-top: 20px;
}

.client_section .carousel-inner {
  position: relative;
  z-index: 3;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .img-box {
  width: 350px;
  height: 350px;
}

.client_section .box .img-box img {
 width: 350px;
 height: 350px;
}

.client_section .box .detail-box {
  width: 650px;
}

.client_section .box .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #1a1a1a;
}

.client_section .box .detail-box p {
  margin-top: 15px;
}

.client_section .custom_carousel-control {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 75px;
}

.client_section .custom_carousel-control .carousel-control-prev,
.client_section .custom_carousel-control .carousel-control-next {
  margin: 10px 3px;
  position: unset;
  width: 50px;
  height: 50px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 100%;
}

.client_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #144a9e;
}

.client_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #01122a;
}

/* info section */
.info_section {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  /* footer section*/
  /* end footer section*/
}

.info_section::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, 50%) scale(2.6);
          transform: translate(-50%, 50%) scale(2.6);
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
}

.info_section .info_container {
  margin: auto;
  padding-top: 50px;
  width: 65%;
}

.info_section .info_container p {
  color: #1a1a1a;
}

.info_section .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.info_section .social_container .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .social_container .info_social img {
  width: 40px;
  margin-left: 8px;
  opacity: 1;
  height: 40px;
}

.info_section .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section h5 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
}
.info_section .info_nav_link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.info_section .info_nav_link ul {
  padding: 0;
}

.info_section .info_nav_link ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section .info_nav_link ul li a {
  color: #1a1a1a;
  text-decoration: none;
}
.info_section .info_nav_link ul li a:hover {
  color: blue;
  font-size: 15px;
}


.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info_section .info_link-box a {
  text-decoration: none;
}
.info_section .info_link-box a:hover {
  color: blue;
}
.info_section .info_link-box a span {
  color: #1a1a1a;
}

.info_section .footer_section {
  margin-top: 15px;
  font-weight: 500;
}

.info_section .footer_section p {
  padding: 20px 0;
  margin: 0 auto;
  color: #989797;
  text-align: center;
  border-top: 1.2px solid #4b4c4c;
  width: 75%;
}

.info_section .footer_section a {
  color: #989797;
}
.modal-link {
  color: blue;
  background-color: white;
  font-weight: 800;
  font-size: 18px;
  padding: 10px 20px;
}
/* end info section */
/*# sourceMappingURL=style.css.map */
.slider,.image {
  height: 700px;
}

.card {
  width: 510px;
  height: 300px;
}

.contain {
  position: relative;
  width: 510px;
  height: 300px;
}

.himage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.data {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.contain:hover .himage {
  opacity: 0.3;
}

.contain:hover .data {
  opacity: 1;
}

.htitle {
  color: red;
  font-size: 35px;
  font-family: cursive;
  padding: 16px 32px;
}
.large {
  display: none;
}
.more:hover {
  text-decoration: none;
  color: black;
}

.width {
  width: 360px;
  height: 280px;
}
.btn-secondary:hover {
  background-color: white;
  color: black;
}
.gallery {
  width: 350px;
  height: 250px;
  border-radius: 0px 100px;
}
.logo {
 text-transform: uppercase;
 font-size: 30px;
 font-family: Helvetica;
 font-weight: 600;
 color: white;
}
.logo:hover {
  color: orange;
}
.service {
  width: 100%;
  height: 300px;
  border-radius: 0px 100px;
}
.saftey {
  height: 180px;
  width: 180px;
} 
.about-img {
  width: 200px;
  height: 300px;
}
#tour {
  width: 100%;
  height: 300px;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

.phone{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color: #0040ff;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  padding-top: 10px;
  transform: rotate(-10deg);
}
.phone:hover {
  color:  black;
}

.my-float{
  margin-top:16px;
}
#about {
  height: 350px;
  width: 100%;
  border-radius: 30px;
}
#link {
  text-decoration: none;
}
#link:hover {
  font-size: 20px;
  font-weight: 800;
  color: blue;
}
#tourdetail {
  margin: 20px;
  font-size: 18px;
}
#mail {
  color: white;
}
#mail:hover {
  color: blue;
}
#contact {
  border-radius: 0px 80px;
  margin-top: 80px;
  padding: 20px;
  }
  #content {
    color: white;
    font-size: 18px;
  }
  .certif {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
 #day {
 font-size: 20px;
 }

 .btnbook {
        font-size: 25px;
        background-color: #144a9e; padding: 10px 20px; border-radius: 30px;
    }
    .btnbook a {
        color: white;
    }
    .btnbook:hover {
      color: #144a9e;
      background-color: white;
    }
    .btnbook a:hover {
      text-decoration: none;
    }