.nav-logo {
  width: 159px;
}

.mask-effect-header {
  user-select: none;
  transition: color 0.3s ease;
  display: inline-block;
}

/* The custom cursor circle */
.mask-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  background: transparent;
  /* by default transparent */
  mix-blend-mode: normal;
  /* normal by default */
  filter: none;
  transition:
    background 0.3s ease,
    filter 0.3s ease,
    mix-blend-mode 0.3s ease,
    width 0.3s ease,
    height 0.3s ease;
  will-change: transform, background, filter;
}

/* Active mask effect styles */
.mask-cursor.active {
  background: white;
  mix-blend-mode: difference;
  width: 80px;
  height: 80px;
}


.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social a {
  overflow: hidden;
  position: relative;
  color: white;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid rgb(255 255 255 / 45%);
}

.footer__social a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px solid white;
  -webkit-transform: translate(-177%, 0) rotate(50deg);
  transform: translate(-177%, 0) rotate(50deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: #00f3ff;
  z-index: -1;
  content: "";
}

.footer__social a:hover {
  color: white;
}

.footer__social a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.social-icon-color {
  color: black;
}



.right-button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 50px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  text-transform: capitalize;
  background-color: #011860;
  border: 1px solid rgba(0, 0, 0, 0.342);
  cursor: pointer;
}

.right-button::before {
  position: absolute;
  content: '';
  left: 92%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: skewX(-25deg);
}

.right-button:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  color: black;
}

.text-justify {
  text-align: justify;
}



.facilites-img>img {
  height: 300px;
  width: 100%;
  border-radius: 5px 5px 10px 10px;
}


.footer-img {
  width: 150px;
}

.counter-icons {
  width: 55px;
}

.Testimonial_bg_black {
  background-color: black;
}

.img-outer {
  /* position: absolute; */
  height: 120px;
  /* margin-top: -35px; */
  /* top: -38px; */
  width: 120px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 3px solid #fba81c;
  /* z-index: 100000; */
}


.Gallery-lovely {
  border-radius: 15px 0px 15px 0px;
  filter: blur(3px);
  transition: 0.5s;
}

.Gallery-lovely:hover {
  filter: blur(0px);
}

.message-form-box {
  border: 1px solid #0000008f;
  padding: 30px 30px 30px 16px;
  border-radius: 10px 0px 10px 10px;
}

.contact-left-div {
  border: 1px solid #0000004a;
  display: flex;
  border-radius: 0px 10px 10px 10px;
}

.font-outer-box {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-color: #fc6701;
}

.img-outer>img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.right-name {
  border-radius: 0px 15px 0px 15px;
  background-color: #fba81c;
  padding: 15px 10px;
}

.border-outer-testimonial {
  border: 1px solid white;
  border-radius: 15px;
}

.counter_bg_section {
  background: url("../Home/counter_bg.jpg");
  background-attachment: fixed;
  background-position: center;
}

.gallery-section-img {
  border-radius: 0px 15px 0px 15px;
}

.client-img {
  border: 1px solid rgba(0, 0, 0, 0.322);
  padding: 6px;
  border-radius: 0px 15px 0px 15px;
}



.right-button:hover .left-menu-color {
  position: relative;
  z-index: 100000;
  color: black !important;
  font-weight: 400;
}

.slider1_img {
  background: url("../sliders/slider1.jpg");
  background-size: cover;
  background-position: left;
}

.slider2_img {
  background: url("../sliders/slider2.jpg");
  background-size: cover;
  background-position: left;
}

.rotate-900 {
  rotate: 90deg;
}

.border-faclities {
  transition: 0.5s;
}

.border-faclities:hover {
  transform: skewY(-5deg);
  transition: all .5s ease-out 0s;
}

.slider3_img {
  background: url("../sliders/slider3.jpg");
  background-size: cover;
  background-position: left;
}

@media (min-width:0px) and (max-width:576px) {
  .pt-80 {
    padding-top: 30px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .pb-45 {
    padding-bottom: 20px;
  }

  .border-faclities {
    border: 1px solid rgba(0, 0, 0, 0.377);
    border-radius: 15px 0px 15px 0px;
  }

  .faq-accordian-two .card .card-header a,
  .faq-accordian-one .card .card-header a {
    padding: 12px 0 11px 30px;
  }

  .message-form-box {
    border: 1px solid #0000008f;
    padding: 10px 5px 15px 5px !important;
    border-radius: 10px 0px 10px 10px;
  }

  .align-between {
    justify-content: center;
  }

  .right-name {
    background-color: transparent;
    padding: 5px 0px 0px 15px;
  }

  .right-name>div>h6 {
    color: white;
  }

  .border-outer-testimonial {
    height: 280px;
  }

  .pt-100 {
    padding-top: 35px;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .border-faclities {
    border: 1px solid rgba(0, 0, 0, 0.377);
    border-radius: 15px 0px 15px 0px;
  }

  .border-outer-testimonial {
    height: 280px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .border-outer-testimonial {
    height: 300px;
  }


}

@media (min-width:1200px) {
  .header-top-bar .top-right ul.social-link li {
    margin-left: 15px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    transition: 0.5s;
  }

  .border-faclities {
    border: 1px solid rgba(0, 0, 0, 0.377);
    border-radius: 15px 0px 15px 0px;
    height: 520px;
  }

  .header-top-bar .top-right ul.social-link li:hover {
    background-color: #fc6701;
  }

  .header-top-bar .top-right ul.social-link li:hover .social-icon-color {
    color: white;
  }
}

@media (min-width:1600px) {
  .header-navigation .main-menu ul li>a {
    font-size: 13px;
    padding: 35px 11px;
  }
}