/* global start */
@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");

body {
  padding: 0;
}

* {
  font-family: "Play", sans-serif;
}

a {
  text-decoration: none;
}

:root {
  --spinner-size: 131px; /* change the size of the spinner */
  --loading-screen-background: #ffffff; /* change the background color of the loading screen */
  --font-family: "Play", sans-serif; /* change the font used for the bottom text of the loading screen */
  --text-color: #222222; /* change the color used for the bottom text of the loading screen */
}
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999;
}

.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 600;
  color: #222222;
  line-height: 30px;
  font-size: 15px;
}

.logo-loading{
  position: absolute;
  top: -8rem;
  left: 10%;
}

.loader,
.percentage {
  height: 30px;
  max-width: 500px;
  border: 2px solid #0f6d48;
  border-radius: 5px;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: auto;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loadbar {
  width: 0%;
  height: 100%;
  background: #00ff9d; /* Stripes Background Gradient */
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}

.fa-chevron-down {
  margin-left: auto !important;
}

.bg-custom-gradien-primary-transparent {
  background-color: #0f6d48;
}

.bg-custom-gradien-primary {
  background-color: #00be75;
}

.row {
  margin-right: calc(var(--bs-gutter-x) * -0) !important;
  margin-left: calc(var(--bs-gutter-x) * -0) !important;
}

:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  padding: 0rem 0rem 0rem 0rem;
  transition: all 0.3s;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.topbar-custom {
  background-color: #ffffff;
}

/* topbar animation start */

/* topbar animation end */

hr {
  margin: 0.1rem 0 !important;
}

.navbar .contact-dropdown {
  inset: auto auto auto auto !important;
  z-index: 999999 !important;
}
.navbar-nav .dropdown-menu {
  position: absolute !important;
  z-index: 99999 !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.nav-item {
  list-style: none;
  border-radius: 4px 4px 4px 4px;
}

.offcanvas-start {
  width: 325px !important;
}

.news-scroll {
  list-style: none;
}

/* announcement start */

.badge-custom {
  letter-spacing: 1px;
  font-weight: 400;
}

/* announcement end */

.custom-quick-menus-sidebar {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 4px 4px;
}

.custom-nav-items {
  padding-left: 0px !important;
}

.dropdown-item {
  padding: 0.1rem 1rem !important;
}

.custom-nav-link {
  background: #0f6d48 !important;
  color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  margin: 5px;
  padding: 5px;
}

.custom-nav-link:hover {
  color: #ffffff;
}

.mainnavbar-custom {
  justify-content: center;
  align-items: center;
  background-color: #0f6d48;
}

.btn-close {
  opacity: 1 !important;
  background: #ff4949 !important;
  font-size: 1rem !important;
  color: #ffffff;
}
.btn-close:hover {
  opacity: 1 !important;
  background: #ff4949 !important;
  font-size: 1rem !important;
  color: #ffffff;
}

@media (min-width: 425px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .navbar-nav {
    flex-direction: unset !important;
  }
}

@media (max-width: 575.98px) {
  .navbar .topbar-custom .top-nav-1 {
    display: none;
  }
  .navbar .topbar-custom .top-nav-2 {
    display: none;
  }
  .navbar .mainnavbar-custom ul li {
    display: none;
  }
  .right-details-top{
    display: none;
  }
  .navbar .mainnavbar-custom .offcanvas-body ul li {
    display: block;
  }
}

/* hero section start */
.card-custom-4border {
  border: 4px solid #0f6d48 !important;
  border-radius: 0.5rem !important;
}
.card-custom-2border {
  border: 2px solid #0f6d48 !important;
  border-radius: 0.5rem !important;
}
.card-custom-1border {
  border: 1px solid #cccccc !important;
  border-radius: 0.5rem !important;
}

.hero-container-custom {
}

.carousel-caption-custom {
}

.carousel-control-custom {
  width: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-notice-board img {
  margin: 0 auto;
}

.slider-notice-board .card {
  border: none;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slider-services .card-title {
  margin-top: 1rem;
  font-size: 1.1rem;
}

.slider-services .card-desc {
  font-size: 0.9rem;
  color: #555555;
}

.slider-services .card-icon {
  color: #0f6d47e1;
  margin-top: 1rem;
}

/* Advertrisement section start */

.main-title {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: #37383d;
  font-weight: normal;
  line-height: 2rem;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  position: relative;
  margin: 10px 25px;
  text-align: start;
  display: table;
  width: -moz-fit-content;
  z-index: 1;
  transition: all 0.3s ease;
}
.main-title .secondWord {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.main-title:before {
  content: "";
  width: 50%;
  height: 100%;
  border-left: 5px solid #0f6d48;
  background-color: #5bffc0;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 1s 0.5s ease;
  animation: title 0.8s ease;
  animation-fill-mode: forwards;
}
@keyframes title {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

.parentAdvertrisementTable{
  border: 0px solid #bbbbbb !important;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 1rem 0 1rem 0;
  margin: 1rem;
}
table tbody tr {
  border: 0px solid white !important;
}
thead tr{
  border-left: 0px white !important;
  border-right: 0px white !important;
}
tbody tr:nth-child(even) {
  background-color: #efefef !important;
}
tbody tr:last-child{
  border-bottom: 1px solid rgb(204, 204, 204) !important;
}

.active > .page-link, .page-link.active {
  background-image: linear-gradient(to left, #0f6d48, #0f6d48) !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(to left, #0f6d48, #0f6d48) !important;
}

.parentAdvertrisementTable th{
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.img-hover-zoom img{
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  padding: 1px;
}

/* .img-hover-zoom--colorize img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  padding: 1px;
  transition: transform .5s;
  filter: grayscale(100%);
} */

/* .img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
} */
/* Advertrisement section end */

/* hero section end */

/* For screens between 576px and 767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* For screens between 768px and 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* For screens between 992px and 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* For screens larger than 1200px */
@media (min-width: 1200px) {
}
/* main css start */

/* footer start  */

.footers a {
  color: #696969;
  position: relative;
}

.footers .social-icons a {
  color: #ffffff;
  position: relative;
}

.footers p {
  color: #696969;
}
.footers ul {
  line-height: 30px;
}

.footer-custom-title {
  font-size: 1.2rem;
  color: #ffffff;
}

#social-fb {
  color: #2e80cc;
}
#social-tw {
  color: #4099ff;
}

#social-em {
  color: #f39c12;
}

/* footer end  */
