* {
  box-sizing: none;
}



body {
  font-family: "Open Sans", sans-serif !important;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Open Sans", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 54px !important;
}

h2 {
  font-size: 46px !important;
}

h3 {
  font-size: 40px !important;
}

h4 {
  font-size: 38px !important;
}

h5 {
  font-size: 32px !important;
}

h6 {
  font-size: 28px !important;
}

.header-dark {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)) !important;
}

.bg-lightgray {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-skyblue {
  background-color: #55acee !important;
}

.text-skyblue {
  background-color: #55acee !important;
}

.main-btn {
  border-radius: 50px;
  background: linear-gradient(to right, #00dfff, #005dc7);
  color: #fff;
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 25px;
  position: relative;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.main-btn::after {
  border-radius: 50px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #005dc7, #00dfff);
  transition: all .35s;
}

.main-btn span {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.main-btn svg {
  margin-right: 10px;
}

.main-btn:hover {
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, .5) 0px 6px 12px -2px, rgba(0, 0, 0, 0.5) 0px 3px 7px -3px;
}

.main-btn:hover::after {
  width: 100%;
}

.readmore-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s;
}

.readmore-link:hover {
  color: #680007;
}

/* -----------------------------------------social media bottom icons---------------------------------- */
.icon-bar {
  position: fixed;
  bottom: 0;
  width: 100px;
  transition: all 0.5s;
  z-index: 10000000;
}

.icon-bar a {
  left: -40px;
  display: block;
  text-align: end;
  padding: 20px 20px 10px;
  transition: all 0.3s ease;
  color: white;
  position: relative;
  opacity: 0.6;

}

.icon-bar:hover a {
  opacity: 1;
}

.icon-bar a:hover {
  left: 0;
}

.icon-bar a svg {
  width: 24px;
  height: 24px;

}


.tooltiptext {
  visibility: hidden;
  width: 120px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: -26px;
  position: absolute;
  z-index: 1;
  left: 20px;
}

.icon-bar a:hover .tooltiptext {
  visibility: visible;
  transition: all 0.6s;
}

.icon-bar a:hover {
  color: #fff;
  border-bottom-right-radius: 10px;
}

.facebook,
.facebook:hover .tooltiptext {
  background: #3B5998;
  color: white;
}

.twitter,
.twitter:hover .tooltiptext {
  background: #55ACEE;
  color: white;
}


.google,
.google:hover .tooltiptext {
  background: #dd4b39;
  color: white;
}

.linkedin,
.linkedin:hover .tooltiptext {
  background: #007bb5;
  color: white;
}

.youtube,
.youtube:hover .tooltiptext {
  background: #bb0000;
  color: white;
}


/* -------------------------------home banner css-------------------------------- */
.main-banner-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 60px;
}

.main-banner-section .banner-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: brightness(60%);
}

.main-banner-section .banner-bg-video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-banner-section .banner-text-section {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;

}

.main-banner-section .banner-text-section .carousel-inner .carousel-item {
  padding: 50px 0;
}

.main-banner-section .banner-text-section h2 {
  color: transparent;
  background: linear-gradient(90deg, #00dfff, #005dc7, #05a35c) no-repeat;
  background-size: 360px;
  background-clip: text;
  -webkit-background-clip: text;

  font-family: Waterfall !important;
  font-size: 50px !important;
  font-weight: 700;
}

.main-banner-section .banner-text-section h1 {
  font-size: 66px !important;
  font-weight: 600;
  color: #fff;
  font-family: "Playfair Display", sans-serif !important;
}


.main-banner-section .banner-text-section p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  line-height: 34px;
  margin-bottom: 40px;
}

@media (max-width:768px){
  .main-banner-section .banner-text-section h1 {
    font-size: 40px !important;
  }
  .main-banner-section .banner-text-section h2 {
    font-size: 36px !important;
   
  }
  .main-banner-section .banner-text-section p {
   
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .main-banner-section .banner-text-section p br{
    display: none;
  }
  
}
.about-us-section {
  padding: 100px 0 60px !important;
}

.about-us-section .left-side-content {
  position: relative;

}

.about-us-section .left-side-content img {
  position: absolute;
  width: 100%;
}

.about-us-section .left-side-content img.first-img {
  width: 80%;
  height: 340px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.about-us-section .left-side-content img.sec-img {
  top: 200px;
  right: 0;
  height: 340px;
  width: 75%;
  box-shadow: 0 0 2px 3px #fff;

}

.about-us-section .right-side-content {
  padding: 0 20px 100px;

}

.section-title .title-heading {
  text-transform: capitalize;
  font-family: "Waterfall", sans-serif !important;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(90deg, #00dfff, #005dc7, #05a35c) no-repeat;
  background-clip: text;
  -webkit-background-clip: text;

}

.section-title .border-btm {
  background-color: #007bb5;
  width: 80px;
  height: 4px;
  border-radius: 10px;

}

.section-title .tagline {
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #007bb5;

}

.about-us-section .right-side-content p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
}

.about-us-section .right-side-content li {
  margin-bottom: 10px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}

.about-us-section .right-side-content li svg {
  margin-right: 10px;
}

.about-us-section .carousel-item {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px !important;
  position: relative;
}

.about-us-section .carousel-item:hover .carousel-btn {
  opacity: 1;
}

.about-us-section .carousel-item .carousel-btn {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;

}

.about-us-section .carousel-item img {

  border-radius: 10px !important;
  height: 100%;
  width: 100%;
}

@media (max-width:768px){
  .about-us-section .right-side-content {
    padding: 0 0 100px;
  
  }
  .section-title .title-heading {
font-size: 36px!important;
  
  }
  .section-title .tagline {
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #007bb5;
  
  }
  
}

.facts-dubai {
  background: url(../img/facts-banner.jpg) no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-position: center;
}

.facts-dubai .facts-main-content {
  padding: 50px 0 100px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.facts-dubai .section-title .title-heading {
  color: #55acee;
}

.facts-dubai .facts-box {
  padding: 30px 20px 20px;
  background-color: rgba(0, 123, 181, 0.4);
  margin-bottom: 40px;
  height: 360px;
  position: relative;
}

.facts-dubai .facts-box.facts-box-first {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;

}

.facts-dubai .facts-box.facts-box-first::before {
  content: "";
  height: 60px;
  width: 60px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;

}

.facts-dubai .facts-box.facts-box-first::after {
  content: "";
  height: 60px;
  width: 60px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;

}

.facts-dubai .facts-box.facts-box-sec {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;

}

.facts-dubai .facts-box.facts-box-sec::before {
  content: "";
  height: 60px;
  width: 60px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;

}

.facts-dubai .facts-box.facts-box-sec::after {
  content: "";
  height: 60px;
  width: 60px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;

}

.facts-dubai .facts-box:hover::before,
.facts-dubai .facts-box:hover::after {
  width: 100px;
  height: 100px;
}

.facts-dubai .facts-box h6 {
  font-weight: 600;
  font-family: "Playfair Display", sans-serif !important;
  color: #fff;
}

.facts-dubai .facts-box p {
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
  color: #fff;
  margin-top: 20px;
  height: 260px;
  overflow: auto;
  padding-right: 5px;

}
.facts-dubai .facts-box p::-webkit-scrollbar{
  display: block!important;
  width: 4px;
}
.facts-dubai .facts-box p::-webkit-scrollbar-thumb{
  background-color: black!important;
}
.facts-dubai .facts-box p::-webkit-scrollbar-track{
  background-color: #fff;
}
@media (max-width:768px) {
  .facts-dubai .facts-box {
    border-radius: 10px !important;
    padding: 20px !important;
    height: 400px;

  }
}







.our-services-section {
  background: transparent;
  position: relative;
  padding: 80px 0 100px;
}


.our-services-section .sevices-main {
  position: relative;
  margin-top: 20px;
}


.our-services-section .service-box-main {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;

}

.our-services-section .service-box-main:hover img {
  transform: scale(1.1);
}

.our-services-section .service-box-main .box-img {
  width: 100%;
  height: 100%;
}

.our-services-section .service-box-main .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;

}

.our-services-section .service-box-main .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-bottom: 20px;
  justify-content: end;
}

.our-services-section .service-box-main .box-text h5 {
  font-weight: 700;
  font-family: "Playfair Display", sans-serif !important;

}

.our-services-section .service-box-main .box-text p {
  font-weight: 600;
  letter-spacing: 1px;
}


.package-service-section {
  padding: 80px 0;
}

.package-service-section .top-content .service-point {
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  color: #777777;
}

.package-service-section .top-content span svg {
  color: cadetblue;
  margin-right: 10px;
}

.package-service-boxes {
  padding: 80px 0;
}

.package-service-boxes .main-box {
  padding-bottom: 20px;
  height: 100%;

  overflow: hidden;
}

.package-service-boxes .main-box:hover img {
  transform: scale(1.2);
}

.package-service-boxes .main-box .box-img {
  height: 360px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 8px 2px #007bb5;
}

.package-service-boxes .main-box .box-img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.package-service-boxes .main-box .box-content {
  padding: 20px;
  border: 1px dashed #007bb5;
  border-top: none;
  text-align: center;
  position: relative;
}

.package-service-boxes .main-box .box-content h5 {
  font-weight: 600;
  color: #007bb5;
  font-family: "Playfair Display", sans-serif !important;
  text-align: center;
}

.package-service-boxes .main-box .box-content p {
  font-weight: 500;
  color: #777777;
  height: 140px;
  text-align: justify;
  margin-top: 20px;
  overflow-y: scroll;
}

.package-service-boxes .main-box .box-content .box-btn{

background-color: #000;
width: 100%!important;
display: block;
padding: 20px 0;
color: #fff;
}

.package-service-boxes .main-box .box-content .service-list {
  margin-bottom: 30px;
}

.package-service-boxes .main-box .box-content .service-list li {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
}

.package-service-boxes .main-box .box-content .service-list li svg {
  width: 20px;
  height: 20px;
  color: cadetblue;
}


.our-facility-section {
  padding: 60px 0;
}

.our-facility-section .facility-container-main {
  padding: 30px 0;
}

.our-facility-section .facility-container-main .facility-box {

  background-color: #007bb5;
  padding: 20px 10px 10px;
  text-align: center;
  height: 320px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 1px solid #fff;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.our-facility-section .facility-container-main .facility-box:hover {
  background-color: #e28000;
}

.our-facility-section .facility-container-main .facility-box .box-content h5 {
  font-weight: 600;
  color: #fff;
  font-family: "Playfair Display", sans-serif !important;
  margin-bottom: 20px;
}

.our-facility-section .facility-container-main .facility-box .box-content p {
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  text-transform: capitalize;
  text-align: justify;
}


.bottom-ad-banner {
  background: url(../img/service-bg-banner.jpg);
  padding: 140px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
}

.bottom-ad-banner::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 0;
}

.bottom-ad-banner .text-content {
  z-index: 1;
  text-align: center;
}

.bottom-ad-banner h2 {
  font-family: "Playfair Display", sans-serif !important;
  margin-bottom: 20px;

}

.bottom-ad-banner p {
  line-height: 32px;
  margin-bottom: 30px;
}

@media (max-width:768px){
  .bottom-ad-banner h2 {
    font-size: 36px!important;
  }
  .bottom-ad-banner p {
    line-height: 30px;
    
  }
}

.our-testimonial-section {
  padding: 80px 0;
  background: url(../img/service_bg3.png) no-repeat;
  background-size: cover;
}

.our-testimonial-section .left-side-content p {
  margin-top: 20px;
  line-height: 30px;
}


.our-testimonial-section .right-side-carousel .item .testimonial-box {
  padding: 10px 20px;

}

.our-testimonial-section .right-side-carousel .item .testimonial-box p {
  line-height: 30px;
  font-size: 20px !important;
  font-family: "Playfair Display", sans-serif !important;
}

.our-testimonial-section .right-side-carousel .item .testimonial-box .box-icon {
  display: flex;
  align-items: center;
}

.our-testimonial-section .right-side-carousel .item .testimonial-box .box-icon img {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}

.our-testimonial-section .right-side-carousel .item .testimonial-box .box-icon span {
  font-size: 24px;
  font-family: "Playfair Display", sans-serif !important;
  font-weight: 600;
  color: cadetblue;
}

.our-gallery-section {
  padding: 80px 0;
  background: url(../img/service_bg3.png) no-repeat;
  background-size: cover;
}

.image-box .image-link {
  cursor: zoom-in !important;
}

.our-gallery-section img {
  transition: all 0.3s;
  height: 380px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.our-gallery-section img:hover {
  transform: translateY(-10px);
  border-radius: 10px;

}

/* -------------- page banner css------------------- */

.page-main-banner {
  width: 100%;
  height: 400px;
  position: relative;



}

.page-main-banner::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
}

.banner-content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-main-heading h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif !important;
}

.page-main-banner ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  padding-left: 5px;
}

.page-main-banner ul li {
  color: #fff;
  font-size: 16px;
}

.page-main-banner ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
}

@media (max-width:768px){
  .banner-content {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    padding-left: 10px;
    transform: translate(-50%, -50%);
  }
  .page-main-heading h1 {
    font-size: 40px!important;
  }
}
.whyus-section {
  background: url(../img/service-bg-banner.jpg) no-repeat fixed center;
  background-size: 100% 100%;
}

.whyus-section .whyus-bg-dark {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 80px 0;
}

.whyus-section p {
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: justify;
}

.whyus-section h6 {
  font-weight: 700;
  color: #55ACEE;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 5px;
}

.whyus-section .whyus-box {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 340px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.whyus-section .whyus-box::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
}

.whyus-section .whyus-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 0;
  top: 0;
  transition: all 0.6s;
}

.whyus-section .whyus-box:hover::before,
.whyus-section .whyus-box:hover::after {
  width: 100%;
  height: 100%;
}

.whyus-section .whyus-box p {
  height: 280px;
  overflow-y: auto;
}

.whyus-section .whyus-box p::-webkit-scrollbar{
  display: block!important;
  width: 4px;
}

.whyus-section .whyus-box p::-webkit-scrollbar-thumb{
  background-color: #000;
}

.whyus-section .whyus-box p::-webkit-scrollbar-track{
  background-color: #fff;
}


/* Contact Page ---------------------------------- */
.contact-detail-section {
  padding: 120px 0;
}

.contact-box {
  background: #fff;
  -webkit-box-shadow: 0px 6px 40px rgba(1, 19, 60, 0.07);
  -moz-box-shadow: 0px 6px 40px rgba(1, 19, 60, 0.07);
  box-shadow: 0px 6px 40px rgba(1, 19, 60, 0.07);
  padding: 51px 46px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 400px;
  margin-bottom: 30px;
}

.contact-box_icon {
  height: 80px;
  width: 80px;
  line-height: 82px;
  background: #007bb5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.contact-box_icon:after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  border: 2px solid #005dc7;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.contact-box_title {
  font-weight: 800;
  font-family: "Playfair Display", sans-serif !important;
  margin-bottom: 17px;
}

.contact-box_info a {
  text-align: left;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;


}

.contact-box_info svg {
  margin-right: 10px;

}


.contact-box:hover .contact-box_icon {
  background: #005dc7;
  color: #fff;
}

.contact-box:hover .contact-box_icon:after {
  left: 0;
  top: 0;
}


.map-sec .map-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;

}


.map-sec .map-box h6 {
  background-color: #007bb5;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif !important;
  color: #fff;
}



.inner-page-content {
  padding: 100px 0;
  position: relative;
}

.inner-page-content img {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  object-fit: cover;

}


.inner-page-content .inner-content h5 {
  font-weight: 700;
  font-family: "Playfair Display", sans-serif !important;

  margin-bottom: 20px;
}

.inner-page-content .inner-content p {
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  line-height: 30px;
}

.inner-page-content .inner-content ul li {
  padding: 10px 0;
  font-weight: 500;
  color: #444;
  line-height: 30px;
}

.inner-page-content .inner-content ul li svg {
  margin-right: 10px;
  color: #000;
}


.side-cta-bar {
  height: 500px;
  background: url(https://img.freepik.com/premium-photo/desert-with-sand-dunes-clouds-background_662214-175598.jpg) no-repeat;
  background-size: 100% 100%;
  position: sticky;
  top: 100px;
  margin-top: 40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.side-cta-bar .cta-bar-content {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.side-cta-bar .cta-bar-content h4 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", sans-serif !important;
  margin: 20px 0;
}


.side-cta-bar .cta-bar-content p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.side-cta-bar .cta-bar-content ul li {
  font-weight: 600;
  color: #fff;
  margin: 5px
}

.side-cta-bar .cta-bar-content .cta-btn {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}




/* ---------------------service page--------------------- */



.inner-page-content .char-dham-carousel .carousel-item img {
  height: 440px;
  border-radius: 20px;
}

.inner-page-content .inner-btn{
  padding: 10px 20px;
  text-align: center;
  background-color: #000;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
}
