*{
  margin:0; 
  padding:0; 
  outline:none;
}
html {
  overflow-x: hidden;
}
body{
  background: #FAFAFA !important;
  padding: 0 !important;
  overflow: hidden;

}

img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}

h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;

}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}
.header-contact-content a:hover {
  color: #000000;
  transition: 0.3s ease-in;
}

a{
  text-decoration: none !important;
}
.search-icon i:hover {
  color: #24ACB4;
  transition: 0.4s;
}
.header-right-sidebar i {
  color: #FFFFFF;
  font-size: 26px;
}
.header-right-sidebar i:hover {
  color: #24ACB4;
  transition: 0.4s;
}
.offcanvas-header{
  flex-direction: column;
}
.offcanvas-start{
  right: 0 !important;
  left: unset !important;  
  transform: translateX(0%) !important;

}
.header-contact-content p {
  margin-bottom: 0;
}
.header-phone-number a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;

}
.header-mail-id a{
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;

}
.header-social-icons a i:hover {
  background: #fff;
  color: #000;
  transition: 0.3s ease-in;
}
.offcanvas-header {
  align-items: flex-start !important;
}
.header-right-sidebar .btn-close {
  position: absolute;
  top: 50px;
  right: 28px;
  color: #fff;
  background: unset;
  opacity: 1 !important;
}

.header-phone-number {
  margin-bottom: 8px;
}
.header-social-icons {
  display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      margin-top: 38px;
}
.header-social-icons a i {
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 8px;
}
.about-us-menu p {
  font-family: Varta;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
}
.offcanvas-start {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.offcanvas-start.show {
  transform: translateX(0);
  opacity: 1;
}

.offcanvas-header {
  padding: 82px 30px !important;
}
.offcanvas{
  background: #24ACB4 !important;
}
.bradcrumbs a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  padding-right: 16px;
}

.bradcrumbs {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}


/* Banner IMage */
.banner-image {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.banner-image::after {
  content: "";
  background: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.banner-image h1 {
  font-family: 'Varta';
  font-weight: 700;
  font-size: 41px;
  line-height: 70px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
}

/* Banner section */
#banner {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background: #1E1E1E;
  z-index: 1;
}
.banner-background-overlay {
  background: #1E1E1E;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.97;
  z-index: -1;
}
.banner-main-content p {
  font-family: Varta;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
}
.banner-main-heading h1 {
  font-family: Varta;
  font-weight: 700;
  font-size: 56px;
  line-height: 80px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.banner-main-heading h1 span {
  color: #24ACB4;
  animation: bounceIn 3s infinite;
}

.banner-contact-form textarea::placeholder{
  /* padding: 18px 0; */
}
.banner-contact-form textarea
{
  padding-top: 18px;
}
.banner-explore-button a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  background: #FFFFFF;
  padding: 15px 35px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.banner-explore-button a:hover{
  color: #fff;
}
.banner-explore-button a  span {
  position: relative;
  z-index: 1;
}
.banner-explore-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#24ACB4;
	border-radius:53px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.5s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  z-index: 1;
}
.banner-explore-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}
.blog-title a:hover {
  color: #24ACB4;
  transition: 0.4s ease-in-out;
}
.banner-explore-button {
  display: flex;
  align-items: center;
  justify-content: left;
}

.banner-contact-form-box h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin: 40px 0 32px 0;

}

.contact-page-box [type=submit]:hover{
  background: #fff;
  color: #000;
  transition: 0.3s ease-in;
}
.banner-contact-form p {
  margin: 0;
  padding: 0;
}
.wpcf7-spinner {
  position: absolute;
  right: -59px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #24ACB4;
}
.banner-contact-form input[type="text"] ,.banner-contact-form input[type="email"],.banner-contact-form input[type="tel"], .banner-contact-form textarea {
  height: 56px;
  background: unset;
  border: unset;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding-left: 18px;
  display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
}


.banner-contact-form .row{
  align-items: center;
  justify-content: space-between;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  padding: 8px;
}
.cruise-video-meta-box video {
  border-radius: 30px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.single-cruise-details .single-cruise-price {
  padding: 10px 0 0;
}
.single-cruise-details h6{
  justify-content: flex-start !important;
}
.banner-contact-form .wpcf7 form .wpcf7-response-output {
  border: 2px solid #fff !important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
}
.banner-contact-form ::placeholder{
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 0.5;

  }

  .banner-contact-form [type=submit]{
    font-family: Varta;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #FFFFFF;
    background: #24ACB4;
    border-radius: 30px;
    padding: 16px 0px;
    width: 100%;
    border: unset;
    height: 56px;
  }
  .banner-contact-form [type=submit]:hover {
    background: #fff;
    transition: 0.2s ease-in;
    color: #24ACB4;
}

  /* Cruise Category */
  #category {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.categories-heading h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0;
}
.category-img {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation: shake 30s infinite;
  margin-left: 15px;
}
.categories-heading h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: center;
}
.category-img img {
  width: 86px;
  height: 86px;
  object-fit: cover;
}
.category-title {
  text-align: left;
  padding: 14px 0;
}
.category-details {
  padding: 14px 34px 0 0px;
}
.category-description p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}
.category-title a {
  font-family: Varta;
  font-weight: 700;
  font-size: 34px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

#category .section-background-overlay {
  background: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
  
}
.category-button-text {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 21px;
}
.category-button-text a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  background: #ffffff;
  border-radius: 30px;
  padding: 18px 42px 14px;
  position: relative;
  z-index: 1;
}


#category .category-button-text a:hover{
  color: #000000;
}
#category .category-button-text a span {
  position: relative;
  z-index: 1;
}
#category .category-button-text a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#24ACB4;
	border-radius:53px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.5s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  z-index: 1;
}
#category .category-image-title:hover .category-button-text a:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}

.category-image-title:hover  .category-title a{
  color:#24ACB4;
  transition: 0.3s ease-in-out;

}

.category-img img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(105%) contrast(101%);
  
}
.category-image-title:hover .category-img img {
  filter: drop-shadow(2px 4px 6px black);
}



/* Happy Jouney */

#happy-journey {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.happy-journey-heading h6 {
font-family: Varta;
font-weight: 700;
font-size: 20px;
line-height: 50px;
letter-spacing: 0%;
text-transform: capitalize;
color: #FFFFFF;
text-align: left;
margin: 0;
padding: 0;
}
.happy-journey-heading h2 {
font-family: Varta;
font-weight: 700;
font-size: 50px;
line-height: 50px;
letter-spacing: 0%;
text-transform: capitalize;
color: #FFFFFF;
text-align: left;
}
#happy-journey .section-background-overlay {
background: #000000;
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.6;
}
.happy-jouney-heading-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.load-more-journey-button a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #24ACB4;
  border-radius: 30px;
  padding: 16px 42px;
  position: relative;
  z-index: 1;
}

.journey-content-box {
  background: #FFFFFFCC;
  padding: 10px 10px 0;
  margin-bottom: 0;
  border-radius: 20px;
  height: 100%;
}

.journey-content-box:hover {
  background: #24ACB4;
  transition: 0.9s all;
}
.journey-content-box:hover .journey-images img {
  transform: scale(1.1);
  transition: 0.9s all;
}

.journey-content-box:hover .journey-title a{
  color: #fff;
}
.journey-content-box:hover .journey-destination h5{
  color: #fff;
}

.journey-content-box:hover .journey-cruise-price h6{
  color: #fff;
}


.journey-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;

}
.journey-images {
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
}
.journey-title a {
  font-family: Varta;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #000000;
}
.journey-details-box {
  padding: 22px 0 22px;
}
.journey-cruise-price h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 35px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 16px 0 0;
}
#happy-journey .load-more-journey-button a:hover{
  color: #000;
}
#happy-journey .load-more-journey-button a span {
  position: relative;
  z-index: 1;
}
#happy-journey .load-more-journey-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	border-radius:53px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.5s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  z-index: 1;
}
#happy-journey .load-more-journey-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}
.view-details-button {
  margin-top: 42px;
}


/* Popular Destination */
#popular-destination {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.destinations-heading h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0;
}

.destinations-heading h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  text-align: center;
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;

}

.destination-image {
  height: 390px;
  overflow: hidden;
  border-radius: 20px;
}
.journey-destination h5 {
  font-family: Varta;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.destination-content-box {
  position: relative;
  z-index: 1;
  margin-top: 42px;
}
.destination-content-box img {
animation: pulse 10s infinite;
}
.destination-inner-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  right: 0;
  padding: 26px;
  border-radius: 20px;
}
.destination-inner-box h3{
  margin: 0;
  padding: 0;
}
.destination-inner-box h3 a {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;

}
.destination-count p {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
}





/* About us */
#about {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cruise-about-content p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.cruise-about-headings h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;

}
.about-counter-icons img {
  width: 44px;
  height: 44px;
}

.cruise-about-headings h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.counter-title h6 {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-top: 14px;

}
.counter_box h4 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  padding: 0;
  margin: 0;
}
.counter_box {
  display: flex;
  align-items: flex-end;
}
.counter-icon-title-box {
  margin-left: 18px;
}
.about-left-image1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-left-image1 {
  height: 344px;
}
.about-left-image1 {
  height: 344px;
  overflow: hidden;
  border-radius: 20px;
}
.about-left-image1:hover img {
  animation: pulse 1s linear;
}
.about-left-image2{
  overflow: hidden;
  border-radius: 20px;
}
.blogs-inner-box {
  padding: 12px 0 0;
}
.about-left-image2:hover img {
  animation: pulse 1s linear;

}
.archive .blogs-date {
  margin-top: 10px;
} 
.archive .blogs-inner-box {
  padding: 0;
}
.destination-content-box:hover img {
  animation: pulse 5s linear;
}
.menu-item-has-children a::after {
  content: "\f078";
  font-family: 'FontAwesome';
  margin: 0px 0px 0 8px;
  font-size: 16px;
}

.navigation span {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 0%;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex
;
  align-items: center;
  justify-content: center;
  background: #24ACB4;
  border-radius: 5px;
}
.navigation {
  display: flex
  ;
      align-items: center;
      justify-content: center;
      margin-top: 42px;
}
.navigation a.page-numbers {
  margin: 0 6px;
}
.navigation a.next.page-numbers{
  margin: 0;
}
.navigation a:hover{
  background: #24ACB4;
color: #fff;
transition: 0.2s ease-in-out;
}
.navigation a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 0%;
  color: #fff;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 5px;
  padding: 14px;
}
.menu-item-has-children ul li a::after{
  display: none;
}

.middle-align #sidebar  p {
  font-family: Varta;
  font-weight: 600;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding-bottom: 8px;
  color: #FFFFFF !important;
  margin: 0;
  padding: 0 !important;
}
#full-width-blog .blogs-date {
  margin-top: 12px;
}
#full-width-blog .blogs-inner-box {
  padding: 0px 0 0;
}
.about-experience-box {
  background: #24ACB4;
  border-radius: 20px;
  padding: 14px 40px;
  margin-left: 28px;

}
.about-experience-box h5 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.about-image-experience-box {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 24px 0 0;
}
.about-left-image2 {
  width: 60%;
  height: 220px;
}
.about-left-image2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-experience-box h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000000;
  padding: 0;
  margin: 0;
}


/* TAke a tour */

#take-tour {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
#take-tour  .section-background-overlay {
  background: #000000;
  position: relative;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.45;
  z-index: -1;
}
.take-tour-contents h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.take-tour-contents h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  width: 53%;
}
.take-tour-contents {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
#take-tour .view-details-button a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #24ACB4;
  border-radius: 30px;
  padding: 16px 42px;
  position: relative;
  z-index: 1;
}
#take-tour .view-details-button a:hover{
  color: #fff;
}
#take-tour .view-details-button a span {
  position: relative;
  z-index: 1;
}
#take-tour .view-details-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000000;
	border-radius:53px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.5s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  z-index: 1;
}
#take-tour .view-details-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}


/* How to works */
#how-to-works {
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.how-to-works-headings h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.how-to-works-headings h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.how-to-works-contents h4 {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
  padding-bottom: 0;
}
.how-to-works-contents p {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;

}
.how-to-works-contents {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.how-to-works-contents span {
  font-family: Varta;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  border: 1px solid #00000080;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 13px;
  animation: pulse 4s infinite;
  padding-top: 10px;
}
.how-it-works-box {
  position: relative;
  z-index: 1;
}
.works-image-center img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  animation: zoomIn 4s infinite;
}
.works-image-center {
  height: 334px;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}



/* Copyright */
.copyright-box {

  padding: 22px 0;
}




















/* Photos Gallery */


#photo-gallery {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.gallery-heading h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0;
}

.gallery-heading h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.gallery-image a img {
  width: 100%;
  height: 100%;
}

.gallery-image a {
  height: 100%;
  width: 100%;
}
.gallery-image{
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
#photo-gallery .gallery-image-box {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(15, 25px);
  position: relative;
  margin-top: 48px;
  gap: 16px;

}

#photo-gallery .items-gallery:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 16;
  overflow: hidden;
    border-radius: 20px;

}

#photo-gallery .items-gallery:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 9;
  grid-row-end: 16;
  overflow: hidden;
    border-radius: 20px;


}

#photo-gallery .items-gallery:nth-child(3) {
  grid-column-start: 9;
  grid-column-end: 14;
  grid-row-start: 9;
  grid-row-end: 16;
  overflow: hidden;
    border-radius: 20px;


}

#photo-gallery .items-gallery:nth-child(4) {
  grid-column-start: 10;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 9;
  overflow: hidden;
    border-radius: 20px;


}

#photo-gallery .items-gallery:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 9;
  overflow: hidden;
    border-radius: 20px;


}
.gallery-image:hover {
  transform: scale(1.1);
  transition: 0.9s all;
}

.pagination-button button {
  border: unset;
  background: #24ACB4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pagination-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




/* gALLERY  */


.modal {
  position: absolute !important;
  top: 21% !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
  display: none;
  overflow: hidden;
  outline: 0;
}


 .modal {
  display: none;
  position: fixed;
  z-index: 0 !important;
  padding-top: 100px;
  left: 0;
  top: 0 !important;
  width: 100%;
  height: 79%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
     }
 .modal-content {
       margin: auto;
       display: block;
       width: unset !important;
       max-width: 1200px;
       top: 10%;
       border: 2px solid lightgray !important;
       animation-name: zoom;
       animation-duration: 0.6s;
       position: absolute !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    right: 0;
    outline: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    border-radius: 25px !important;
    height: 301px;
    width: 301px !important;
    object-fit: cover;

     }
     @keyframes zoom {
      from {
        transform: scale(0)
      }
      to {
        transform: scale(1)
      }
    }
 .close {
      color: #fff !important;
      position: absolute;
       top: 15px;
       right: 35px;
       font-size: 40px;
       font-weight: bold;
       transition: 0.3s;
       opacity: 1 !important ;
       cursor: pointer;
       z-index: 9;
     }
  .close:hover,
     .close:focus {
       color: #bbb; 
       text-decoration: none;
       cursor: pointer;
     }
     .pagination-button button i {
      font-family: "FontAwesome";
      font-style: normal;
      color: #fff;
    }




















/* Our Teams */
#team {
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.team-member-images {
  height: 100%;
  overflow: hidden;
  height: 350px;
  border-radius: 20px;
}
.team-box:hover .team-member-images img {
  transform: scale(1.1);
  transition: 0.9s all;
}
.team-member-images img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.load-more-team-button a {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #24ACB4;
  border-radius: 30px;
  padding: 16px 42px;
  position: relative;
  z-index: 1;
}

.load-more-team-button a:hover{
  color: #fff;
}
.load-more-team-button a span {
  position: relative;
  z-index: 1;
}
.load-more-team-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000000;
	border-radius:53px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.5s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  z-index: 1;
}
.load-more-team-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}













.team-heading-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#team .section-background-overlay {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}
.team-title a {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.team-title a:hover {
  color: #24ACB4;
  transition: 0.4s ease-in-out;
}
.team-designation h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding: 6px 0 0;
  margin: 0;
}
.team-details-box {
  padding: 15px 0 0;
}

.team-heading h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;

  
}

.team-heading h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

















/* Testimonial */

#testimonial {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial-heading h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

.testimonial-heading h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

.testimonial-image {
  width: 122px;
  height: 122px;
  margin-top: -47px;

}
.testimonial-image img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-box {
  background: #FFFFFF;
  border-radius: 20px;
  opacity: 0.8;
}
.owl-item.active.center .testimonial-box {
  background: #FFFFFF;
  opacity: 1;

}
.testi-title a:hover {
  color: #24ACB4;
  transition: 0.4s ease-in;
}

.testimonial-content p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.testi-title a {
  font-family: Varta;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  
}
.testimonial-inner-details {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 26px 30px;
}
.testimonial-box:hover .testimonial-image img {
  animation: flipInX 1s;
}
.testi-title {
  text-align: center;
  margin-top: 18px;
}
#testimonial .owl-nav {
  display: none;
}
.testimonial-designation h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}







#testimonial .section-background-overlay {
  background: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}















/* Our blogs */
#our-blogs {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;

}

#our-blogs .owl-dots {
  display: none;
}
.blog-heading h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0;
}
.blog-heading h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
}
.blog-title a {
  font-family: Varta;
  font-weight: 700;
  font-size: 25px;
  line-height: 143%;
  letter-spacing: 0%;
  color: #000000;
}
.blogs-content p {
  font-family: Varta;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding-bottom: 8px;
}

.blog-title {
  padding: 0px 0 8px;
}   

.blogs-date h6 {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.blog-more-button a {
  font-family: Varta;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.blog-more-button a:hover {
  color: #24ACB4;
}

.blogs-image {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.blogs-image {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.blogs-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-contents-box:hover .blogs-image img {
  animation: pulse 0.4s linear;

}




/* Newsletter */
.newsletter-contents-box {
  background: #24ACB4;
  padding: 30px 50px;
  z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.newsletter-heading h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.newsletter-heading h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 35px;
  line-height: 64px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.newsletter-form input[type="email"] {
  height: 54px;
  border: unset;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 11px;
  width: 100%;
}
.newsletter-form p{
  display: flex;
  align-items: center;
  margin: 0;
}
.newsletter-form [type=submit] {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 58px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #000000;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  padding: 0px 47px;
  margin-left: 14px;

}

.newsletter-form [type=submit]:hover {
  background: #fff;
  transition: 0.2s ease-in;
  color: #24ACB4;
}


.email .foot-flex li p a {
  text-decoration: underline !important;
}







/* Video Popup */



.btn {
  font-size: 3vmin;
  padding: 0 !important;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
  display: flex !important;
      align-items: center;
      justify-content: space-between;

    }



.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: unset;
  border-bottom: unset;
  border-radius: 4px;
  box-shadow: unset;
  border: unset;
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width: 70%; }
}

.modal-box header, .modal-box .modal-header {
  padding: unset;
  border-bottom: unset;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 4px;
  right: 9px;
  text-decoration: none;
  color: #FFF;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 36px;

}


.vedio-icon-center h6 {
  color: #FFFFFF;
  margin: 14px 0;
  padding: 0;
  font-family: Varta;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
}
a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.modal-box {
  width: 100%;
  left: 0 !important;
  right: 0 !important;
  height: 100%;
  top: 0 !important;
  bottom: 0;
}
.banner-video-button-box{
  position: relative;
}
.banner-center-image img {

  animation: zoomIn 4s infinite;
  width: 100%;
  height: 100%;
}
.banner-center-image {
  height: 461px;
}
.modal-box .modal-body {
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
video#somevid{
  width: 100%;
  /* height: 100%; */
  border: 4px solid #FFFFFF;
  border-radius: 10px;
}
.js-open-modal i {
  background: #24ACB4;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  animation: pulse 2s infinite;
}


@keyframes floatBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}


.banner-video-button-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.btn:focus {
  outline: 0;
  box-shadow: unset !important;
}
.vedio-icon-center h6:hover {
  color: #24ACB4;
  transition: 0.4s ease-in;
}
.js-open-modal i:hover {
  background: #fff;
  color: #24ACB4;
  transition: 0.8s ease-in-out;
}
.why-choose-demo-video-box {
  position: relative;
  margin-top: -187px;
  z-index: 1;
  margin-bottom: 60px;

}
#comment {
  width: 100%;
  height: 130px;
  border: unset;
}
.main-single-div p a {
  color: #fff;
  font-weight: 900;
}

/* Single Services page */
.nav-item {
  width: 100%;
}
.nav-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: #00143A !important;
  margin-bottom: 12px;
}
.single-service-icon {
  margin-right: 20px;
}
.single-service-icon img {
  filter: invert(1);
  width: 40px;
  height: 40px;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 16px 16px;
}
.service-para {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.service-paragraph {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.single-services-image img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}
.single-srevice-title h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 0%;
  color: #000000;
  padding: 32px 0 0;
  margin: 0;
}
.single-srevice-title {
  padding: 18px 0;
}

/* Single Projects page */
#single-projects-page {
  padding: 60px 0;
  position: relative;
}

.project-member-image {
  height: 100%;
  overflow: hidden;
}
.project-box:hover .project-member-image img {
  transform: scale(1.3);
  transition: 0.8s all;
}

.project-box {
  position: relative;
}
.middle-align {
  padding: 60px 0;
}
#sidebar .widget {
  background: #24ACB4;
  margin-bottom: 26px;
  padding: 22px 14px;
}

#sidebar ul {
  padding: 0;
}
.media-post-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.media-post-image {
  height: 85px !important;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.recent-post-box:hover .media-post-image img {
  animation: pulse 0.2s linear;
}
.serach-page input.search-submit {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
  background: #1E1E1E;
  padding: 15px 35px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  border: unset;
}

.serach-page input.search-submit:hover {
  background: #24ACB4;
  transition: 0.3s ease-in-out;
}

#single-team {
  padding: 60px 0;
}
.middle-align p {
  font-family: Varta;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding-bottom: 8px;
}
.wp-block-search__label {
  width: 100%;
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #FFFFFF;
  margin: 8px 0;
}
#sidebar .wp-block-search__input {
  height: 54px;
  border-radius: 10px;
  border: unset;
  padding-right: 30px;
}
#sidebar .wp-block-search__button {
  font-size: 0;
  position: relative;
  border: unset;
  margin: 0 !important;
}
.accordion-body p {
  font-family: Varta;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
#sidebar  .wp-block-search__button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  right: 14px;
  z-index: 1;
  color: #24ACB4;
  font-size: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.services-button a {
  font-family: Varta;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
#singleService {
  padding: 60px 0;
}
.services-button a:hover {
transition: 0.3s ease-in;
  color: #24ACB4;
}
.accordion-button::after {
  content: "\f078" !important;
  font-family: 'FontAwesome';
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 20px !important;
  font-size: 1rem;
  color: #fff !important;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
#sidebar h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
#sidebar #block-3 {
  display: none;
}
#sidebar h3 {
  font-family: 'Varta';
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  color: #FFFFFF;
}

#sidebar .widget-title {
  font-family: Varta;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}

#sidebar ul li a:hover{
  color: #000;
  transition: 0.3s ease-in;
}
#sidebar ul li a {
  font-family: 'Varta';
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  color: #FFFFFF;
}
#sidebar ul li {
  margin-bottom: 14px;
  list-style: none;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){
  font-family: 'Varta';
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  color: #FFFFFF;
}

/* Services Single page */
.services-page {
  padding: 60px 0;
  position: relative;
}
.services-page .services-title a h5{
  color: #000;
}
#singleService img {
  width: 100%;
  height: 100%;
}
.heading-icons-head {
  padding: 22px 0 0px;
}
/* Single Blog pages */
#full-width-blog {
  padding: 60px 0;
}
.service-heading {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 12px;
}


/* Contact Us */
.contact-box {
  padding: 60px 0;
}

/*------------------ Contact Page -----------------*/
.contact-page-details {
  background: #24ACB4;
  padding: 26px 0;
}
.contact-page-box {
  background: #1E1E1E;
  margin-top: 38px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: #fff;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border: unset;
    width: 100%;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 10px;
}
.inner-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c_content.media-small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-page-details p{
  text-align: center;
}
.bradcrumbs a:hover {
  color: #24ACB4;
  transition: 0.6s ease-in;
}
.contact-page-details p a {
  font-family: Varta;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
  width: 100%;
}
.contact-page-details p a:hover {
  color: #1E1E1E;
  transition: 0.6s ease-in;
}
.contact-page-details i {
  color: #fff;
  font-size: 18px;
  padding-bottom: 14px;
  animation: tada 4s infinite;

}
.book-submit-btn {
  position: relative;
}
.contact-page-details span {
  padding-bottom: 18px;
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.contact-page-box [type=submit] {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #000;
  border-radius: 30px;
  padding: 16px 42px;
  border: unset;
}
.contact-page-box h3 {
  font-family: 'Varta';
  font-weight: 700;
  font-size: 41px;
  line-height: 70px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.contact-page-box::before {
  content: "";
  width: 50%;
  height: 600px;
  background: #24ACB4;
  position: absolute;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  bottom: -200px;
  left: -200px;
}


















/* 404 page */
.error404 .content_page {
  padding: 60px 0;
}
.page-content h3 span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
}
.page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.read-moresec a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background: #000000;
  color: #FFFFFF;
  padding: 16px 28px;
  position: relative;
}

.read-moresec a:hover{
  color: #fff;
}


.read-moresec a span{
  position: relative;
  z-index: 1;
}


.read-moresec a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#24ACB4;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
}
.read-moresec a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}

.text-404 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
  margin-bottom: 35px;

}


/* single blog page */
.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.form-submit [type=submit] {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background: #000000;
  color: #FFFFFF;
  padding: 16px 28px;
  position: relative;
  border: unset;
}
.form-submit [type=submit]:hover {
  background: #fff;
  color: #24ACB4;
  transition: 0.4s ease-in;
}
.main-single-div h1 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #FFFFFF;
}
.main-single-div p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  color: #FFFFFF;
}
.meta-box-question {
  font-family: Varta;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin: 0;
  color: #24ACB4;
}
.single-page-metaimage img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.main-single-div {
  padding-bottom: 60px;
}
.social-icons p a i {
  background: #000000;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  border-radius: 50%;
}
.social-icons p a i:hover {
  background: #fff;
  color: #24ACB4;
  transition: 0.4s ease-in;
}
.socila_share {
  display: flex;
  align-items: center;
  justify-content: end;
}
#comments h2 {
  font-family: 'Varta';
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
}
.metabox {
  margin-bottom: 24px;
}
.metabox span {
  font-family: Varta;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
}
.metabox span a {
  font-family: Varta;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
}
.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.metabox  .entry-date {
  margin: 0 20px;
}
.main-single-div .content_page {
  background: #24ACB4;
  padding: 42px;
}


/* Single copyright pages */

#tandc {
  padding: 60px 0;
}
#tandc h1 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
}
#tandc h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
  padding-bottom: 0;
}
#tandc p {
  font-family: Varta;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
}
#privacy-policy {
  padding: 60px 0;
}
#privacy-policy h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
}


#privacy-policy h3 {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
  padding-bottom: 0;
}
#privacy-policy ul li {
  font-family: Varta;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
}
#privacy-policy p {
  font-family: Varta;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
}

/* Single team page */
.single-team-info img {
  width: 100%;
}
.single-teampage-content h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.single-teampage-content h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #24ACB4;
}
.social-profiles a i {
  background: #24ACB4;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 8px;

}

.social-profiles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-teampage-content p {
  font-family: Varta;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 10px;
}
.single-teampage-content i {
  color: #24ACB4;
  font-size: 16px;
  margin-right: 12px;
}


.single-team-contact-box {
  background: #1E1E1E;
  padding: 22px;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #fff !important;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: 'Varta';
}

.single-team-contact-box ::placeholder{
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 0.5;
}

.single-team-contact-box input[type="email"] {
  height: 54px;
  border: unset;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 11px;
  width: 100%;
}

.single-team-contact-box input[type="text"] {
  height: 54px;
  border: unset;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 11px;
  width: 100%;

}
.single-team-contact-box textarea {
  height: 150px;
  border: unset;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 11px;
  width: 100%;

}
.copyright-button-text a:hover {
  color: #24ACB4;
  transition: 0.4s ease-in;
}
.copyright .test-copyright p a:hover{
  color: #24ACB4;
  transition: 0.4s ease-in;
}
.social-profiles a i:hover {
  background: #000;
  transition: 0.4s ease-in;
}
.single-team-contact-box [type=submit] {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 58px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #24ACB4;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  padding: 0px 47px;
}
.single-team-contact-box [type=submit]:hover{
  background: #fff;
  color: #24ACB4;
  transition: 0.4s ease-in;

}

.accordion-button {
  font-family: Varta;
  font-weight: 700;
  font-size: 18px !important; 
  line-height: 42px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding-bottom: 0;
  background: #24ACB4 !important;
}
.accordion-item {
  border: unset !important;
  background: #24ACB4 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important; 
}
.accordion-button:not(.collapsed){
  color: #ffffff !important;
}
.panel-body p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
.single-team-about-details h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;

}
.single-team-about-details p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}


/* Single cuise page */
#single-cruise-page {
  padding: 60px 0;
  position: relative;
}
.single-cuise-info h5 {
  font-family: Varta;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.single-cuise-info h2 {
  font-family: Varta;
  font-weight: 700;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: 0%;
  color: #000000;
  padding: 32px 0 0;
  margin: 0;
  
}
.single-cuise-equipments-box p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 14px 0;
}
.single-cuise-equipments-box h5 {
  font-family: Varta;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #24ACB4;
  margin: 0;
}
.single-cruise-image img {
  width: 100%;
  height: 100% !important; 
}
.single-specification-content h2 {
  margin-bottom: 24px;
}
.single-meta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-meta-box h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #24ACB4;
  margin: 0;
}
.single-meta-box h5 {
  font-family: Varta;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
}
.single-cuise-info img {
  width: 100%;
  height: 100%;
}
.single-page-content p {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.single-cuise-info img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.related-post-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.related-post-item {
  background: #24ACB4;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  border-radius: 20px;
  height: 100%;
}
.related-post-item a h4 {
  font-family: Varta;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.related-destinations h3 {
  font-family: Varta;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #000000;
  padding: 32px 0 30px;
}
.single-cruise-details {
  padding: 18px 0 0;
}
.single-cruise-price h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 24px;
  line-height: 15px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
.single-crise-destination h5 {
  margin: 0;
  padding-bottom: 8px;
  font-family: Varta;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}
.single-booking-form-box {
  background: #1E1E1E;
  border-radius: 10px;
}
.single-cruise-price {
  background: #24ACB4;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 22px;

}
.single-booking-form-box input[type = "text"],.single-booking-form-box input[type = "date"],.single-booking-form-box input[type = "email"] {
  height: 56px;
  background: unset;
  border: unset;
  width: 94%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding-left: 22px;
  display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #FFFFFF;

}
 .single-booking-form-box textarea{
  height: 130px;
  background: unset;
  border: unset;
  width: 94%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding-left: 22px;
  color: #FFFFFF;

  padding-top: 16px;

 }
 .wpcf7-form-control-wrap {
  display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
}
.contact-input-boxes p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-input-boxes .wpcf7-form-control-wrap {

  padding-right: 8px;
}
 .single-booking-form-box [type=submit] {
  font-family: Varta;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #24ACB4;
  border-radius: 30px;
  padding: 16px 42px;
  border: unset;
  margin-left: 20px;

}

.single-booking-form-box ::placeholder {
  font-family: Varta;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 0.5;
}
.single-booking-form-box input[type = "date"]{
  font-family: Varta;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.2);

}
.single-cruise-price h6 {
  font-family: Varta;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-cruise-price h6 span {
  padding-right: 10px;
}

/* Services page */
.services-image img {
  width: 100%;
  height: 100%;
}
.services-title a h5 {
  font-family: Varta;
  font-weight: 700;
  font-size: 25px;
  line-height: 143%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.services-details-box {
  padding: 16px 0;
}
.services-content p {
  font-family: Varta;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding-bottom: 8px;
}


/* Search page */
.search .middle-align {
  padding: 0;
}
.search-page {
  padding: 60px 0;
}
.search h1 span{
  color: #fff !important;
}
.search h1 {
  font-family: Varta;
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #24ACB4;
  margin: 60px 0 0;
  padding: 0;
  text-align: center;
}
.search h1 span {
  font-family: Varta;
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.search h3 {
  font-family: Varta;
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.search .search-field{
background: #24ACB4;
}

/* Single testimonial page */
.testimonial {
  padding: 60px 0;
}
.testimonial .single-page-content p {

  padding: 14px 0;
}
.nav-next a {
  font-family: Varta;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #24ACB4;
}
.nav-next a .post-title {
  padding-left: 4px;
  color: #000000;
}
#single-team-page {
  padding: 60px 0;
}
#single-team-page .team-title a {

  color: #000000;
}
#single-team-page .team-designation h6{
  color: #000000;

}