@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Grotesque";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Regular.eot"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Regular.ttf"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Regular.woff");
  font-weight: normal;
}
@font-face {
  font-family: "Grotesque Black";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Black.eot"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Black.ttf"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Black.woff");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-family: "Poppins", sans-serif ;
  scroll-behavior: smooth;
}

.delicious-btn {
  display: flex;
  min-width: 100px;
  color: white;
  border-radius: 0 !important;
  font-size: 14px !important;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  background: #0cb0e4;
  display: block;
}
.delicious-btn:hover {
  background-color: rgba(266, 266, 266, 0.7) !important;
  border: 1px solid #0cb0e4 !important;
  color: #0cb0e4 !important;
}
.Green-btn {
  display: flex;
  min-width: 100px;
  color: white;
  border-radius: 0 !important;
  font-size: 14px !important;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  background: #7bc74d;
}

.Green-btn:hover {
  color: #7bc74d !important;
  background-color: white !important;
  border: 1px solid #7bc74d !important;
}

/* navbar start */

.navbar {
  background-color: #ffff;
  /* border-bottom: 1px solid #707070; */
  box-shadow: 0 0 30px 0 rgba(115, 128, 157, 0.7);
  /* border-top: 1px solid #707070;  */
}
.navbar-brand {

  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 22px !important;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif ;
}
.navbar-brand img {
  width: 45px;
  height: 35px;
}
.Brand {
  color: #0cb0e4;
  font-family: "Poppins", sans-serif ;
  font-weight: 600;
}
.nav-link {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  color: gray !important;
  transition: all 0.3s ease;
}
.nav-link:hover {
  color: #0cb0e4 !important;
}
.nav-link:active{
  color: #0cb0e4;
}
.nav-item .active {
  color: #0cb0e4 !important;
}
.nav-btn {
  background: #0cb0e4;
  display: inline-block;
  min-width: 180px;
  font-size: 14px !important;

  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: white;
  border-radius: 0px !important;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.nav-btn:hover {
  background-color: #ffff !important;
  border-color: #0cb0e4 !important;
  color: #0cb0e4 !important;
}

/* navbar end */

/* Heroo-section start */

.HeroSection {
  background: #eeee;
  min-height: 90vh !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}



.Hero-btn {
  display: flex;
  min-width: 160px;
  color: white;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-weight: 500;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  background: #0cb0e4;
}
.Hero-btn:hover {
  background-color: rgba(266, 266, 266, 0.5) !important;
  border: 1px solid #0cb0e4 !important;
  color: #0cb0e4 !important;
}

#carousel .carousel-item {
  height: 95vh;
  width: 100%;
  min-height: 350px;
  background-repeat: no-repeat scroll;
  background-size: cover;
  background-position: center;
}
#carousel .carousel-inner .carousel-item {
  transition: -webkit-transition 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#carousel .carousel-item .caption {
  background: rgba(266, 266, 266, 0.7);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}
#carousel .caption h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-family: "Grotesque Black";
  animation-duration: 1s;
  animation-delay: 1s;
}
#carousel .caption h2 span{
  font-size: 28px;
  font-family: "Grotesque Black";
}
#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 1.2s;
}
#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 1.4s;
}
.animated .fadeInRight {
  color: gray !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Hero-section end */

/* Our services Section start */
.container .row {
  display: flex;
}
.service_heading {
  text-transform: uppercase;
  position: relative;
  font-size: 36px;
  font-family: "Grotesque Black", sans-serif;
}

.service_heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 15px;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;
}

.service_heading:hover:after {
  width: 15%;
}

.service {
  color: #8d97ad;
  font-weight: 300;
}

.service h1,
.service h2,
.service h3,
.service h4,
.service h5,
.service h6 {
  color: #3e4555;
}

.service p {
  font-family: "Poppins", sans-serif !important;
  line-height: 22px;
  font-size: 14px;
  color: gray !important;
}

.service .font-weight-medium {
  font-weight: 500 !important;
  font-family: "Grotesque black", sans-serif;
  text-transform: uppercase;
  font-size: 18px !important;
  color: #3e4555;
}

.service .badge {
  font-size: 14px;
  line-height: 25px;
}

.service .badge-info {
  background: #0cb0e4;
}

.service .subtitle {
  color: gray !important;
  line-height: 20px !important;
}

.service .img-shadow {
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.7);
  background-size: cover;
}

.service .wrap-service .img-hover {
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}

.service .wrap-service .img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service .wrap-service .uneven-box {
  margin-top: 100px;
}

.service .btn-sm {
  padding: 6px 14px;
  font-size: 14px !important;
  color: white;
  border: 1px solid #0cb0e4;
  background: #0cb0e4;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}

.service .btn-sm:hover {
  color: #0cb0e4;
  background: #ffff;
  border: 1px solid #0cb0e4;
}

@media (max-width: 768px) {
  .service .wrap-service .uneven-box {
    display: none;
    margin-top: 10px;
  }
  .service .wrap-service .even-box {
    display: none;
    margin-top: 10px;
  }
  .Featured {
    height: 70vh;
  }
}
/* Our services Section end */

/* Featured Section start */
.Featured {
  background-color: rgba(204, 237, 250, 0.89);
  height: auto;
  width: 100%;
  padding-bottom: 50px !important;
}
.Featured_heading {
  font-family: "Grotesque black", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #3e4555;
  text-transform: uppercase;
  position: relative;
  font-size: 36px;
}

.Featured_heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 10px;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;
}

.Featured_heading:hover:after {
  width: 10%;
}
.Featured_section .post {
  cursor: pointer;
  width: 280px;
  height: auto;
  background: #fff;
  box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
 -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
 -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
 border-radius: 5px !important;
  margin: 0 auto;
  padding-bottom: 20px;
}
.Featured_section .post .image img {
  width: 100%;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  object-fit: cover;
}
.Featured_section .post .post_content {
  padding: 0 20px;
}
.Featured_section .post .post_content h5 {
  font-size: 18.8px !important;
  text-transform: uppercase !important;
  font-family: "Grotesque black", sans-serif;
  font-weight: 400;
}
.Featured_section .post .post_content p {
  font-size: 13px !important;
  font-family: "Grotesque black", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.Featured_section .post .post_content p span {
  font-size: 14px;
  font-family: "Grotesque black", sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  color: #0cb0e4;
}
/* Featured Section end */

/* For sale section start */
.container {
  height: auto;

}

.ForSale_heading {
  font-family: "Grotesque Black", sans-serif;
  letter-spacing: 1px;
  color: #3e4555;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 36px;
}
.ForSale_heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 10px;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;
}
.ForSale_heading:hover:after {
  width: 9%;
}

.crd {
  height: 260px;
  border-radius: 3px;
  box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  overflow: hidden;
  cursor: pointer;

}



.crd .crd-body {
  width: auto;
  height: 260px;
  position: relative;
  padding: 11px 24px;
  background: #fff;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.crd .crd-body .title {
  position: relative;
  margin: 6px 0;
  letter-spacing: 2px;
  color: #152536;
  font-family: "Grotesque Black", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  
}

.crd .crd-body .flag1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 23px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
  background-size: 100% auto;
  display: inline-block;
}




.crd .crd-body .price span{
  color: #0cb0e4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.crd .crd-body .price{
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: rgba(21, 37, 54, 0.7);
  font-family: "Grotesque Black", sans-serif;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.crd-body .txt {
  font-family: "Grotesque black", sans-serif;
  line-height: 2;
  font-size: 0.95rem;
  color: rgba(21, 37, 54, 0.7);
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;

  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
.crd-body .txt span{
  color: #0cb0e4;
  font-weight: 500;
}

.crd:hover .crd-body {
  transform: translateY(-180px);
 
}

.crd:hover .crd-body .company,
.crd:hover .crd-body .txt
 {
  opacity: 1;
}



/* pagination */

.row .col-xl-4 .pagination a {
  text-decoration: none;
  text-align: center !important;
  text-transform: uppercase;
  padding: 10px 30px !important;
  font-size: 20px;
  overflow: hidden;
  color: #3e4555;
  /* -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important; */
  transition: all 0.4s linear !important ;
}
.row .col-xl-4 .pagination #disable {
  color: #8d97ad;
  cursor: none;
  
}

.row .col-xl-4 .pagination a:hover,
.row .col-xl-4 .pagination .active {
  color: white !important;
  background-color: #0cb0e4;

  border-collapse: separate;
}
#disable:hover{

color: white;
background: rgb(253, 0, 0) !important;
}
@media (max-width: 768px) {
  .row .col-xl-4 .pagination a {
    text-transform: uppercase;
    padding: 8px 20px !important;
  }
}
@media (max-width: 350px) {
  .row .col-xl-4 .pagination a {
    text-transform: uppercase;
    display: none;
  }
}
/* pagination end  */
/*  For sale section end*/

/* Gallery section start */

.gallery-section {
  border-top: 2px solid white;
  background-color: #292929;
  width: 100%;
  height: auto;
  padding-bottom: 50px !important;
  margin-bottom: 0 !important;
}
.Gallery_heading {
  margin-top: 30px !important;
  padding: 15px 0;
  padding-top: 50px !important;
  font-family: "Grotesque Black", sans-serif;
  letter-spacing: 2px !important;
  color: #0cb0e4 !important;
  text-transform: uppercase;
  position: relative;
  font-size: 36px !important;
}
.Gallery_heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;
}
.Gallery_heading:hover:after {
  width: 8%;
}

.gellery_p {
  margin-top: 30px;
  font-family: "Poppins", sans-serif ;
  line-height: 22px;
  font-size: 14px;
  color: gray !important;
}

.gallery .row .col-md-3 a {
  width: 260px;
  height: 200px;
  overflow: hidden !important;
  border-radius: 5px;
  margin: 20px;
  box-shadow: 0 3px 5px #000;

  border-radius: 5px !important;
}
.gallery .row .col-md-4 a img {
  margin-bottom: 30px;
  border-radius: 5px !important;
  object-fit: cover !important;
  box-shadow: 0 5px 7px #000;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}

.gallery .row a img:hover {
  filter: brightness(70%);
  transform: translateY(5px);
}
/* Gallery section end */

/* single yacht detail page start */
.Detailpage_heading {
  margin-top: 100px !important;
  font-family: "Grotesque Black", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #3e4555;
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
}
.Detailpage_heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 20px;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;
}
.Detailpage_heading:hover:after {
  width: 9%;
}
.Glry {
  margin-top: 10px;
 
}
.imgGlry {
  margin-top: 40px;
  height: 570px;
  width: 100%;
  margin: auto;
  box-shadow: -1px -1px 19px 3px rgba(0,0,0,0.30);
  -webkit-box-shadow: -1px -1px 19px 3px rgba(0,0,0,0.30);
  -moz-box-shadow: -1px -1px 19px 3px rgba(0,0,0,0.30);
;
}
.navGlry {
  height: auto;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  
}
.bigimg {
  padding: 5px;
  height: 570px;
  width: 100%;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  border-radius: 5px;
}
.bigimg:hover {
  filter: brightness(110%);
  transform: scale(1.1);
  /* box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.95);
  -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.95);
  -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.95); */
}
.navimg {
  height: 100px;
  margin-top: 10px;
  box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.55);
  -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.55);
  -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.55);
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  filter: brightness(80%);
  border-radius: 3px;
}
.navimg:hover {
  box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  filter: brightness(100%);
  transform: translateY(2px);
  cursor: pointer;
}
.shortDiscription .title {
  position: relative;
  margin: 10px 0;
  letter-spacing: 2px;
  color: #152536;
  font-family: "Grotesque Black", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  
}


.MoreDetail h3{
  font-family: "Grotesque Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
}
.MoreDetail h4{
  margin-top: 25px;
  font-family: "Grotesque Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}
.MoreDetail p{
    font-size: 13px !important;
  text-align: justify;
  color: gray;
}
.shortDiscription .price,
.shortDiscription .company {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: rgba(21, 37, 54, 0.7);
  font-family: "Grotesque black", sans-serif;
}
.shortDiscription .price span{
  color: #0cb0e4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.shortDiscription .company span{
  color: #0cb0e4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.shortDiscription .company{
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.shortDiscription .txt {
  font-family: "Grotesque black", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 0.95rem;
  color: rgba(21, 37, 54, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;

  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
.shortDiscription .txt span{
  color: #0cb0e4;
  font-weight: 500;
}


.Detail-btn {
  color: white;
  cursor: pointer;
  background-color: #0cb0e4;
  font-weight: 700;
  height: 50px;
  border: 1px solid #0cb0e4;
  width: 100%;
  display: block;
  letter-spacing: 1px;
  border-radius: 0px !important;
  text-transform: uppercase;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.Detail-btn:hover {
  background-color: white;
  border: 1px solid #0cb0e4;
  color: #0cb0e4;
}
#Detail-btn-green {
  color: white;
  cursor: pointer;
  background-color: #7bc74d;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px !important;
  border: 1px solid #7bc74d;
  width: 100%;
  display: block;
  border-radius: 0px !important;
  text-transform: uppercase;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.Detail-btn-green:hover {
  background-color: white;
  border: 1px solid #7bc74d;
  color:#7bc74d;
}
@media (min-width: 1200px) {
  .imgGlry {
    height: 450px;
  }
  .bigimg {
    margin: auto;
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .imgGlry {
    height: 400px;
  }
  .bigimg {
    margin: auto;
    height: 400px;
  }
}

@media (max-width: 992px) {
  .imgGlry {
    height: 350px;
  }
  .bigimg {
    height: 350px;
  }
  .navGlry {
    height: 95px;
  }
  .navimg {
    height: 95px;
  }
}
@media (max-width: 768px) {
  .imgGlry {
    height: 270px;
  }
  .bigimg {
    height: 270px;
  }
  .navGlry {
    height: 65px;
    margin: auto;
  }
  .navimg {
    height: 65px;
  }
}

@media (max-width: 532px) {
  .imgGlry {
    height: 250px;
  }
  .bigimg {
    height: 250px;
  }
}

@media (max-width: 442px) {
  .Detailpage_heading {
    font-size: 24px;
  }
  .imgGlry {
    height: 230px;
  }
  .bigimg {
    height: 230px;
  }
  .navGlry {
    height: 60px;
    width: 100%;
    margin: auto;
  }
  .navimg {
    height: 60px;
  }
}

@media (max-width: 400px) {
  .imgGlry {
    height: 210px;
  }
  .bigimg {
    height: 210px;
  }
  .navGlry {
    height: 65px !important;
    width: 100%;
    margin: auto;
  }
  .navimg {
    height: 65px !important;
  }
}
@media (max-width: 310px) {
  .navGlry {
    height: 55px !important;
    width: 100%;
    margin: auto;
  }
  .navimg {
    height: 55px !important;
  }
}

.MoreDetail p,
.FullSpecification p {
  color: gray;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  
}

/* single yacht detail page end */

/* contact-us page start   */
.contact-us {
  border-top: 2px solid #0cb0e4;
  height: auto;
  margin-top: 0 !important;
}

.contact-us .container-fluid {
  background-color: #292929;
  height: 300px;
}

.container .contactUs-Heading h3 {
  padding-top: 70px !important;
  font-family: "Grotesque Black", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0cb0e4;
  text-transform: uppercase;
  position: relative;
  font-size: 36px;
}
.contactUs-Heading h3:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 20px;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;
}
.contactUs-Heading h3:hover:after {
  width: 9%;
}
.contactUs-Heading p {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: gray;
  padding: 30px 50px;
}
.contact-us .card {
  margin-top: -60px;
  margin-bottom: 30px;
}
.contact-us .col-lg-5 h4 {
  font-family: 'Grotesque Black', sans-serif;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #292929;
}
.contact-us .card .card-body p {
  margin-top: 10px;
  font-size: 14px;
  color: gray;
}
.contact-us .card-head {
  text-transform: uppercase;
  text-align: center;
  background-color: rgb(12, 176, 228);
  border-radius: 5px;
  margin-top: -40px;
  box-shadow: -1px 9px 27px -8px rgba(12, 176, 228, 0.9);
}
.contact-us .card-head h4 {
  margin-bottom: 0 !important;
 
}
.effect-1 {
  border: 0;
  outline: none;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0cb0e4;
  transition: 0.4s;
}
.effect-1:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}

.contact-us .container .col-lg-5 .card-body {
  box-shadow: -1px 9px 27px -8px rgba(12, 176, 228, 0.7);
  min-height: 437px !important;
}
.contact-us .container .col-lg-7 .card-body {
  box-shadow: -1px 9px 27px -8px rgba(12, 176, 228, 0.7);
  min-height: 437px !important;
}
@media (max-width: 992px) {
  .contact-us .card {
    margin-top: 10px;
  }
  .contact-us {
    height: auto !important ;
  }
  .contact-us .container-fluid {
    background-color: #292929;
    height: 30% !important;
  }

  .contact-us .container .col-lg-5 .card-body {
    height: auto !important;
  }
  .contact-us .container .col-lg-5 .card {
    margin-bottom: 30px;
  }
}
/* contact-us page end   */

/* booking page start  */
.booking {
  padding-top: 120px;
  font-family: "Poppins", sans-serif;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  height: auto;
  position: relative;
}
.booking::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
/*  */
.booking .card {
  margin-bottom: 30px !important;
}
.booking .card-head {
  text-transform: uppercase;
  text-align: center;
  background-color: rgb(12, 176, 228);
  border-radius: 5px;
  margin-top: -40px;
  box-shadow: -1px 9px 27px -8px rgba(12, 176, 228, 0.9);
}
.booking .card-head h4 {
  margin-bottom: 0 !important;
}
.effect-1 {
  border: 0;
  outline: none;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0cb0e4;
  transition: 0.4s;
}
.effect-1:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}

.booking .container .col-lg-7 .card-body {
  box-shadow: -1px 9px 27px -8px rgba(12, 176, 228, 0.7);
  min-height: 425px !important;
}
.form-btn .submit-btn {
  color: white;
  cursor: pointer;
  background-color: #0cb0e4;
  letter-spacing: 1px;
  height: 50px;

  border: 1px solid #0cb0e4;
  width: 100%;
  display: block;
  
  border-radius: 0px !important;
  text-transform: uppercase;
  transition: 0.4s;
}
.submit-btn:focus{
 outline: #0cb0e4 !important;
}
.form-btn .submit-btn:hover {
  background-color: white;
  border: 1px solid #0cb0e4;
  color: #0cb0e4;
}

/* booking page end */


/* about-us section start */
.aboutUs_heading {
  text-transform: uppercase;
  position: relative;
  font-size: 36px;
  font-family: "Grotesque Black", sans-serif;
}

.aboutUs_heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 15px;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;
}

.aboutUs_heading:hover:after {
  width: 8%;
}
.aboutUs-img{
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;

}
.about-card .img2{
  border-radius: 30px;
  margin: 23px auto;
 width: 210px !important;
 height: 135px !important;
 box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
 -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
 -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85)
}
.about-card{
  height: 370px !important;
  border-radius: 30px !important;
  box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
}
.detail p{
  font-size: 13px !important;
  text-align: justify;
  color: gray;

}


/* about-us section end */




/* FAQS section start */
#FAQS {
  border-top: 2px solid #0cb0e4;
 padding-top: 50px;
 
  
}

.accordion a {
  position: relative;
   display: flex;
  flex-direction: column; 
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid gray;
  transition: all 0.4s linear;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;

  color: #0cb0e4;
  
}
.accordion a:hover::after {
  border: 1px solid #0cb0e4;
}
.accordion a.active {
  color: #0eb0e4;
  border-bottom: 1px solid #0eb0e4;
}
.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 2px;
  font-size: 14px ;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #0eb0e4;
  border: 1px solid #0eb0e4;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #0CB0E4;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content p {
  font-size: 14px;
  font-weight: 300;
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}




/* FAQS section end */

/* adverise section start */
.adz-section {

  color: black;
  font-weight: bold;
  font-family: "Grotesque Black", sans-serif !important;
  text-transform: uppercase;
  box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  
}
.card-title-3{
  text-transform: uppercase;
  font-family: "Grotesque Black", sans-serif !important;
  margin-top: 10px;
}
.adz3-section{
  min-height: 270px !important;
  box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -webkit-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
  -moz-box-shadow: -1px 2px 8px -1px rgba(85,85,85,0.85);
}
.adz-section span{
  color: #0cb0e4;
  font-weight: bold;
  font-family: "Grotesque Black", sans-serif;
  text-transform: uppercase;


}
.adz-sm-btn {
  display: flex;
  min-width: 100px;
  color:white;
  border: 1px solid #0cb0e4 !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  background-color: #0cb0e4;
  display: block;
}
.adz-sm-btn:hover {
  background-color: transparent !important;
  border: 1px solid #0cb0e4 !important;
  color: #0cb0e4 !important;
}
.adz-btn {
  display: flex;
  min-width: 100px;
  color:#0cb0e4;
  border: 1px solid #0cb0e4 !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  
  display: block;
}
.adz-btn:hover {
  background-color: #0cb0e4 !important;
  border: 1px solid #0cb0e4 !important;
  color: white !important;
}



/* adverise section end */


/* sitemap section start */
.sitemap_heading {
  text-transform: uppercase;
  position: relative;
  font-size: 36px;
  color: #0cb0e4;
  font-family: "Grotesque Black", sans-serif;
}

.sitemap_heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 10px;
  transform: translateX(-50%);
  width: 0%;
  height: auto;
  border-bottom: 3px solid #0cb0e4;
  transition: all 0.3s linear;

}

.sitemap_heading:hover:after {
  width: 8%;
}


/* sitemap section end */

/* foooter section */
.bg-grey {
  background: #292929;
}
.logo-footer {
  margin-bottom: 40px;
  color: gray !important;
}
footer {
  color: grey;
  margin-bottom: 0 !important;
}
h2 span{
  font-family: 'Grotesque Black', sans-serif;
  font-weight: 400 !important;
  letter-spacing: 1px;
  font-size: 24px;

}
footer p,
a {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
footer h6 {
  font-family: 'Grotesque Black', sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
footer h6:after {
  position: absolute;
  content: "";
  background: #0cb0e4;
  width: 15%;
  height: 1px;
  left: 0;
  bottom: -20px;
}
.btn-footer {
  color: grey;
  text-decoration: none;
  border: 1px solid;
  border-radius: 43px;
  font-size: 13px;
  padding: 7px 30px;
  line-height: 47px;
  transition: all 0.3s ease;
}
.btn-footer:hover {
  border: 1px solid #0cb0e4;
  color: #0cb0e4 !important;
  text-decoration: none !important;
}

footer ul li {
  list-style: none;
  display: block;
}
footer ul {
  padding-left: 0;
}
footer ul li a {
  text-decoration: none;
  color: grey;
  text-decoration: none;
  transition: all 0.3 ease;
}
footer ul li a:hover {
  color: #0cb0e4;
  text-decoration: none !important;
}
footer a.active {
  color: #0cb0e4 !important;
}
.col-md-6 {
  margin-bottom: 50px !important;
}

.logo-part {
  border-right: 1px solid grey;
  height: 100%;
}
.social-buttons p{
  font-size: 14px;
  font-family: 'Grotesque Black', sans-serif;
  font-weight: 500;

}
.social-buttons a{
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  width: 40px;
  height: 40px;
  color: gray;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 8px !important;

}

.social-buttons a:hover::before{
  transform: scale(0);
}

.social-buttons a i{
  transition: 0.3s ease-in;
}

.social-buttons a:hover i{
  transform: scale(1.5);
}

/* footer seciton end */





/* general tag section  */

.crd-body a{
  color: white !important;
}
p{
  letter-spacing: 0.5px;
  margin-bottom: 15px ;
  margin-top: 10px ;
}
h2 span{
  color: #0CB0E4;
}