@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&amp;display=swap");
* {
  font-family: "Muli", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

h1 {
  font-family: "Muli", sans-serif;
  font-size: 36px !important;
  line-height: 40px !important;
}

h2 {
  font-family: "Muli", sans-serif;
  font-size: 30px !important;
  line-height: 40px !important;
}

h3 {
  font-family: "Muli", sans-serif;
  font-size: 24px !important;
  line-height: 40px !important;
}

h4 {
  font-family: "Muli", sans-serif;
  font-size: 18px !important;
  line-height: 20px !important;
}

/* Won't be used here */

h5 {
  font-family: "Muli", sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
}

h6 {
  font-family: "Muli", sans-serif;
  font-size: 12px !important;
  line-height: 20px !important;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #fff;
  outline: none;
}
a:hover {
  text-decoration: none !important;
}
.title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.title h2 {
  text-transform: uppercase;
  color: #333;
  font-weight: 800;
}
.title h2 span {
  color: #17227b !important;
}
.title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #17227b;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
}
.title h2::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 30px;
  background-color: #17227b;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 48px;
  border-radius: 5px;
}
/* Font Family USED */

/* font-family: 'Lato', sans-serif;
  
  font-family: 'Raleway', sans-serif; */

/* BASIC COLOR CODE */
/* 
  #f9e400
  #e4b654 
  */

/* TOP HEADER CSS START*/
.top-bar {
  background-color: #17227b;
  padding: 8px 0;
  text-align: center;
}
.top-bar a {
  color: #fff;
  font-size: 14px;
}
.contact-details {
  padding: 0;
  margin: 0;
  margin-top: 4px;
}
.contact-details li {
  list-style: none;
  display: inline-block;
}
.contact-no {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding: 0;
}
.contact-no span::before {
  margin: 0;
  font-size: 14px;
  margin-right: 5px;
  color: #fff;
}
.email-id span::before {
  margin: 0;
  font-size: 14px;
  margin-right: 5px;
  color: #fff;
}
.email-id {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding: 0;
}
.running-hour span::before {
  margin: 0;
  font-size: 14px;
  margin-right: 5px;
  color: #fff;
}
.running-hour {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding: 0;
}
.book-button a {
  padding: 14px 25px;
  background-color: #0075ff;
}
.contact-details a:hover {
  color: #fff;
}
.book-button a:hover {
  color: #fff;
}
/* TOP HEADER CSS END */
/* MENU CSS START */
.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}
.btco-hover-menu a,
.navbar > li > a {
  padding: 8px 10px !important;
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a,
.navbar > .show > a:focus,
.navbar > .show > a:hover {
  color: #000;
  background: transparent;
  outline: 0;
}

/*submenu style start from here*/

.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
  background: #fff;
}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a {
  background: #fff;
}

/*third level*/
.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul ul,
.btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

/*Drop-down menu work on hover*/
.btco-hover-menu {
  background: none;
  margin: 0;
  padding: 0;
  min-height: 20px;
}

@media only screen and (max-width: 991px) {
  .btco-hover-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 991px) {
  .btco-hover-menu .collapse ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul li:hover > ul {
    display: block;
    padding: 0;
  }
  .btco-hover-menu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }
  /*******/
  .btco-hover-menu .collapse ul ul li {
    position: relative;
    border-bottom: solid 1px #a83e62;
  }
  .btco-hover-menu .collapse ul ul li:hover > ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  /*******/
  .btco-hover-menu .collapse ul ul ul li {
    position: relative;
  }
  .btco-hover-menu .collapse ul ul ul li:hover ul {
    display: block;
  }
  .btco-hover-menu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
/* Menu Custom CSS */
.my-nav-main {
  background-color: #fff;
  box-shadow: 0 10px 25px -10px #333;
}
.my-nav {
  padding: 8px 0 !important;
}
.my-nav .navbar-brand {
  padding: 0 !important;
  color: #a83e62;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  font-family: "Aclonica", sans-serif;
  margin: 0 !important;
}
.my-nav .navbar-brand img {
  width: 200px;
  height: auto;
}
.my-nav .collapse ul > li:hover > a {
  background: #17227b;
  color: #fff;
  transition: 1s;
}
.my-nav .collapse ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
  background: #17227b;
  transition: 1s;
}
.my-nav .navbar-collapse .nav-item a {
  color: #17227b;
}
.my-nav .navbar-collapse .nav-item {
  color: #626262;
  font-weight: normal;
}
/* .my-nav .navbar-collapse .nav-item a {
  text-transform: capitalize;
} */
.nav-item ul li a::before {
  content: "\f10c";
  font-family: Flaticon;
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  margin-right: 5px;
}
.my-nav .navbar-toggler {
  border: none;
  color: rgb(200, 6, 72);
}
.my-nav button {
  background-color: #17227b;
}
.my-nav button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  float: left;
  padding-top: 8px;
  padding-right: 7px;
}
.my-nav i::before {
  margin: 0;
  font-size: 30px;
  background: -webkit-linear-gradient(#fff, #a83e62);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* MENU CSS END */

/* SLIDER CSS START */
.my-slider .carousel-inner img {
  width: 100%;
  height: 100%;
}
.my-caption {
  top: 32% !important;
  left: 10% !important;
  margin: 0 auto;
  text-align: left !important;
}
/* .slider-content {
  background-color: #a83e62;
  width: 500px;
  padding: 15px 10px;
} */
.slider-content h2 {
  font-size: 50px !important;
  padding-top: 0;
  line-height: 1.2 !important;
  font-weight: 700;
}
.slider-content span {
  font-weight: 200;
  font-size: 35px;
}
/* SLIDER CSS END */
/* ACHIEVEMENT SECTION CSS START */
.achievement-section {
  background-color: #e0e0e0;
  padding: 50px 0;
  margin-top: 45px;
}
.achievement-section .title h2 {
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
  display: inline-table;
  border-radius: 50px;
  padding: 10px 45px;
}
.achievement-section .row .count {
  border-right: 1px solid #a83e62;
}
.achievement-section .row .count:last-child {
  border-right: 1px solid #a83e62;
}
.start-count {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
.start-count i::before {
  margin: 0;
  font-size: 75px;
  background: -webkit-linear-gradient(#333, #a83e62);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.start-count h2 {
  line-height: 20px !important;
  margin: 30px 0;
  font-size: 36px;
  padding: 0px 15px;
  color: #4f4f51;
}
.start-count h2 span {
  font-size: 14px;
  color: #a83e62;
  font-weight: 600;
}
.start-count .media-body {
  margin: 24px auto;
}
/* ACHIEVEMENT SECTION CSS END */
/* INTO SECTION CSS START */
.into-section {
  margin: 60px 0;
}
.into-inner-section {
  text-align: center;
  background-color: #e1e1e1ad;
  color: #333;
  padding: 20px 15px;
}
.the-experience {
  background-color: #d2d2d2f0;
}
.into-section .icon-section span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  /* -webkit-box-shadow: 3px 3px 17px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 3px 17px rgba(51, 51, 51, 0.5); */
  border-radius: 50%;
  text-align: center;
  border-radius: 5px 45px 5px 40px;
  border: double 4px #a83e62;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
}
.into-section .icon-section span::before {
  margin: 0;
  font-size: 55px;
  background: -webkit-linear-gradient(#333, #a83e62);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.into-section .icon-title h2 {
  font-size: 22px !important;
  font-weight: 800;
}
.into-section .icon-contnet {
  text-align: justify;
}
/* INTO SECTION CSS END */
/* SERVICE SECTION START */
.service-section {
  margin-top: 30px;
}
.service-main {
  background-color: #17227b;
  color: #fff;
  margin-bottom: 30px;
}
.service-contnet {
  text-align: center;
  padding: 15px 0;
}
.service-contnet h2 {
  font-size: 20px !important;
  padding: 0 25px;
  line-height: 1.5 !important;
  margin-bottom: 15px;
}
.service-contnet a {
  /*background-color: #a83e62;*/
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 15px;
}
.service-contnet a:hover {
  color: #fff;
}
.service-contnet i::before {
  margin: 0;
  font-size: 10px;
}
/* SERVICE SECTION END */
/* WHY CHOOSE US CSS START */
.why-choose-us-section {
  /*background-color: #ececec;*/
  padding: 25px 0;
}
.why-choose-img {
  margin-top: 55px;
}
.why-choose-img img {
  /*border-radius: 50%;*/
}
.my-media {
  margin-bottom: 40px !important;
}
.my-media .media-body h5 {
  font-size: 19px !important;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* WHY CHOOSE US CSS END */
/* BOOK APPOINTMENT SECTION CSS START*/
.appointment-section {
  content: "";
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../img/book-appointment-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-top: 35px;
  padding-bottom: 100px;
}
.appointment-content-section h2 {
  font-weight: 300;
  color: #fff;
  font-size: 35px !important;
  letter-spacing: 3px;
  line-height: 1.7 !important;
}
.appointment-content-section h2 span {
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #17227b;
  text-shadow: 0px -4px 1px #000;
  font-size: 45px;
}
.appointment-button {
  margin-top: 30px;
}
.appointment-button .btn {
  display: inline-block;
  margin-bottom: 0;
  color: #17227b;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  background-color: #fff;
  position: absolute;
  text-align: left;
  border-color: #17227b;
  border-radius: 50px;
}
.btn .flaticon-right-arrow-2 {
  background: #c60043;
  color: #fff;
  position: absolute;
  right: 0;
  width: 45px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  /* line-height: 45px; */
}
.btn .flaticon-right-arrow-2::before {
  position: absolute;
  top: 11px;
  right: 15px;
  margin: 0;
  font-size: 15px;
  height: 14px;
  width: 14px;
}
/*BOOK APPOINTMENT SECTION CSS END */
/* OWL CSS START */
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}
.owl-theme .owl-nav i::before {
  margin: 0;
  font-size: 22px;
}
.owl-theme .owl-nav [class*="owl-"] {
  background-color: #a83e62 !important;
  border-radius: 0 !important;
}
/*OWL CSS END  */
/* GALLERY CSS START */
.gallery-section {
  margin-bottom: 60px;
  margin-top: 40px;
}
/* GALLERY CSS END */

/* SIDE BUTTON CSS START */
#hiddenPanel {
  position: fixed;
  top: 23%;
  right: -300px;
  width: 300px;
  z-index: 999;
  background: #a83e62;
  padding: 20px;
  color: #fff;
  border-right: 0;
}

#close-bar {
  top: 120px;
  position: absolute;
  left: -99px;
  background: url(../img/getintouch.jpg) no-repeat;
  cursor: pointer;
  transform: rotate(-90deg);
}
.book-now-form ul {
  list-style: none;
}
.book-now-form ul li {
  width: 100%;
  padding-bottom: 4px;
}
.book-now-form ul li p {
  text-transform: capitalize;
  padding-bottom: 5px;
  margin: 0;
}
.book-now-form ul li input[type="text"],
.book-now-form ul li input[type="email"] {
  width: 100%;
  background: #fff;
  padding: 8px 10px;
}
.book-now-form ul li input[type="submit"],
.book-now-form li button[type="submit"] {
  background: #313131;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  min-width: 120px;
  padding: 11px 23px;
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 30px;
}
/* SIDE BUTTON CSS END */
/* FOOTER CSS START */
.footerbox {
  content: "";
  background: #17227b;
  /*background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.96),
      rgba(168, 62, 98, 0.88)
    ),
    url("../img/footer-bg.jpg");*/
  background-size: cover;
  z-index: -1;
  background-position: center;
}
.footerbox h1 {
  color: #fff;
  font-size: 24px !important;
  font-weight: bolder;
  padding-top: 20px;
  text-align: center;
}
.paragraph h4 {
  color: #fff;
  font-size: 24px !important;
  font-weight: bolder;
  padding-top: 20px;
}
.footerbox .paragraph {
  color: #fff;
}
.link-section ul {
  margin: 0;
  padding: 0;
  list-style: disclosure-closed;
  color: #fff;
  font-size: 14px;
}
.link-section ul li {
  border-bottom: 1px dashed rgba(237, 237, 237, 0.3);
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 0px;
  margin: 5px 0;
}
.link-section ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.link-section ul li a {
  color: #fff;
  font-size: 16px;
}
.address .media i::before {
  margin: 0;
  font-size: 15px;
}
.address .media .media-body p {
  color: #fff;
  font-size: 16px;
}
.lastfoot {
  background-color: #111;
}
.lastfoot p {
  text-align: center;
  padding: 20px 0px;
  color: #fff;
  margin: 0px;
}
.footer-main {
  padding: 60px 0;
  padding-bottom: 25px !important;
}
.paragraph img {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  height: 115px;
}
.paragraph p {
  font-size: 15px;
}
.footer-title {
  position: relative;
  margin-bottom: 35px;
}
.footer-title h4 {
  color: #fff;
  font-weight: 500;
  font-size: 22px !important;
}
.footer-title h4::before {
  content: "";
  position: absolute;
  height: 1.6px;
  width: 50px;
  background-color: #ae2151;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
}
.social-link-ul {
  margin-left: -4px;
  margin-right: -4px;
}
.social-link-ul li {
  margin: 0 4px;
  list-style: none;
}
.social-link-ul li a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 41px;
  border-radius: 100%;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  transition: 1s;
}
.social-link-ul li a i {
  color: #fff;
}
.social-link-ul li a:hover {
  background: #3c5998 none repeat scroll 0 0;
  color: #fff;
}
.social-link-ul li a:hover i {
  color: #fff;
}
.social-link-ul li a.twitter:hover {
  background: #1da1f2;
  color: #fff;
}
.social-link-ul li a.instagram:hover {
  background: #ca436e;
  color: #fff;
}
.social-link-ul li a.youtube:hover {
  background: #c8232c;
  color: #fff;
}
.social-link-ul li a.skype:hover {
  background: #1ab7ea;
  color: #fff;
}
.social-link-ul li a i::before {
  margin: 0;
  font-size: 18px;
}
/* FOOTER CSS END */
/* CONTACT US PAGE CSS START */
.contact-rw h1 {
  text-align: center;
}
.contact-rw .book-now-form {
  width: 767px;
  box-shadow: 1px 1px 5px #17227b;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
}
.contact-rw .book-now-form textarea {
  width: 100%;
  resize: none;
  min-height: 100px;
  padding-left: 12px;
}
.contact-list {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.contact-list-main {
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(34, 34, 34, 0.15);
  padding: 25px;
}
.contact-list h4 {
  padding: 20px 0;
  font-size: 20px !important;
}
.contact-list i::before {
  margin: 0;
  font-size: 40px;
  /* background: -webkit-linear-gradient(#333, #a83e62);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #17227b;
}
.heading {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.heading h2 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 300;
  color: #2d2957;
}
.heading p {
  font-size: 16px;
  margin: 0;
}
.heading::after {
  background: #17227b;
  width: 80px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
/* CONTACT US PAGE CSS END */
/* INNER PAGE CSS START */
.banner-section img {
  width: 100%;
  border-bottom: solid 6px #17227b;
}
.enquiry-form {
  background-color: #17227b;
  padding: 15px 10px;
}
.enquiry-form h3 {
  padding: 10px 0;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-size: 24px;
  position: relative;
}
.enquiry-form h3::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 25px;
  left: 75px;
  bottom: 15px;
}
.enquiry-form-main label {
  color: #fff;
  margin-left: 7px;
  font-size: 16px;
}
.enquiry-form-main .contact-button {
  text-align: center;
}
.enquiry-form-main .contact-button a {
  color: #333;
}
.inner-page-section {
  margin: 60px 0;
}
.inner-page-section h1 {
  color: #17227b;
  margin-bottom: 25px;
  font-size: 30px !important;
}
/* CAPTCHA CSS START */

.capbox {
  background-color: #bbbbbb;
  background-image: linear-gradient(#bbbbbb, #9e9e9e);
  border: #fff 0px solid;
  border-width: 2px 2px 2px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  padding: 5px 8px 5px 8px;
  border-radius: 4px 4px 4px 4px;
}

.capbox-inner {
  font: bold 12px arial, sans-serif;
  color: #000000;
  background-color: #e3e3e3;
  margin: 0px auto 0px auto;
  padding: 3px 10px 5px 10px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

#CaptchaDiv {
  color: #000000;
  font: normal 25px Impact, Charcoal, arial, sans-serif;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  user-select: none;
  display: inline-block;
  padding: 3px 14px 3px 8px;
  margin-right: 4px;
  border-radius: 4px;
}

#CaptchaInput {
  border: #000 2px solid;
  margin: 3px 0px 1px 0px;
  width: 105px;
}
.captcha-form {
  text-align: center;
  float: left;
  width: 100%;
}
/* CAPTCHA CSS END */
/* INNER PAGE CSS END */
/*---For mail----*/

#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
#modal {
    display: none;
    position: absolute;
    top: 25%;
    left: 45%;
    width: 100px;
    height: 100px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1000000002;
    text-align:center;
    overflow: auto;
}
.count{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper{
  background: #333;
  background-image:url('');
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
.fonter {
  font-weight: bold;
  margin-top: 40px;
}
.btns {
  background: #17227b;
  color: #fff !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 50px !important;
  cursor: pointer;
  border: 1px solid #17227b;
}
/* Gallery Styles */
.gallery_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

@media (min-width: 1300px) and (max-width: 2560px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (min-width: 700px) and (max-width: 1299px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 699px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.gallery_item {
  margin-bottom: 5px;
  overflow: hidden;
}

.popup-gallery a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.popup-gallery a:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.popup-gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 250px;
  max-height: 250px;
}

@media only screen and (max-width: 1000px) {
  .popup-gallery img {
    min-height: 150px;
    max-height: 150px;
  }
}

/* END  */

.singicon_btn_nlf {
  position: absolute;
  top: 44%;
  bottom: 56%;
  left: 44%;
  right: 56%;
  opacity: 0;
}

.singicon_btn_nlf svg {
  color: #fff;
}

.popup-gallery a:hover .singicon_btn_nlf {
  opacity: 1;
}

.hover_affect_nlf:hover img {
  opacity: 0.5;
}
.para-section h4 {
  color: #17227b;
  font-weight: bold;
  font-size: 15px;
}