@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;900&display=swap");

html {
  scroll-behavior: smooth;
}
@font-face {
   font-family: CHILLER;
   src: url(CHILLER.woff);
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

:root {
  --old-color: #010164;
  /* --main-color: #22848b; */
  --main-color: #18700e;

  --text-color: ;
  --title-color: ;
}

.header {
  background: #fff;
}

.top-header {
  background-color: var(--main-color);
  padding: 6px 0;
}

.top-header-left a {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.top-header-right {
  float: right;
}

.top-header-right .font-change button {
  color: #fff;
    font-size: 10px;
    padding: 0;
    background: none;
    margin: 0px 1px;
    border-radius: 0;
    width: 19px;
}
.fixed-header {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fixed-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.9s ease-out;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  transition: all ease-in-out 0.5s;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#btn-orig {
  background-color: #ddd;
  color: #000 !important;
}

/* navbar-start */
.bg-light {
  background-color: #010164 !important;
}

.nav-link {
  color: #fff !important;
  padding: 0;
  font-size: 14px;
}

.nav-item {
  margin: 0px 10px;
}
.logo {
     width: 10%;
    height: 100px;
}
.logo_content .logo-txt {
  text-align: left;
  margin-top: 10px;
      width: 90%;
}
.logo_content .logo-txt h6 
{
  margin-left: 30px;
}
.logo_content img {
  width: 100%;
    height: 98px;
    object-fit: contain;
}

/*.mid-header
{
  padding: 10px 0;
}*/
.logo_content.logo-txt {
  margin-left: 25px;
  margin-top: 10px;
  text-align: center;
}

.logo_content .logo-txt a {
  color: #010164;
}

.logo_content .logo-txt h1 {
  font-family: "Heebo", sans-serif;
  font-size: 30px;
  color: var(--title-color) !important;
}

.logo_content .logo-txt p {
  font-size: 18px;
  font-weight: bold;
}

/* navbar end */

/* ************ */

/* banner -start*/
.slider-txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.owl-nav {
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
}

.owl-prev {
  position: absolute;
  top: 29%;
  left: 0;
  background: #fff !important;
  width: 30px;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff !important;
  width: 30px;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

.scroll-text {
  padding-bottom: 15px;
  animation: marqueeTop 3s linear infinite;
  font-family: "Montserrat", sans-serif;
}

@keyframes marqueeTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.news {
  background-image: url(../images/call-to-action-bg.jpg);
  padding: 50px;
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 30px 0;
}

.news h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
}

.news-area {
  margin: 40px 0;
  overflow: hidden;
}

.news-area ul li {
  text-align: left;
}

.news-area ul {
  width: 80%;
  margin: 0 auto;
  background: #010164;
  border-radius: 4px;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../images/01.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  width: 95%;
  padding-bottom: 25px;

  /* */
}

#about .about-col2 {
  height: 1050px;
}

#about .about-col .img {
  display: grid;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  position: relative;
  color: #fff;
  height: 288px;
  background: url(../images/OVERVIEW1.jpg) rgb(0 0 0 / 60%);
  background-size: cover;
  background-blend-mode: multiply;
}
#about .about-col .img2 {
  display: grid;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  position: relative;
  color: #fff;
  height: 288px;
  background: url(../images/OVERVIEW2.jpg) rgb(0 0 0 / 60%);
  background-size: cover;
  background-blend-mode: multiply;
}
#about .about-col .img3 {
  display: grid;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  position: relative;
  color: #fff;
  height: 288px;
  background: url(../images/OVERVIEW3.jpg) rgb(0 0 0 / 60%);
  background-size: cover;
  background-blend-mode: multiply;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
  position: absolute;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 5px 12px 19px;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 0px 20px;
  text-align: left;
}

.icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #7e8580;
  margin-bottom: 5px;
}

.icon-box i {
  font-size: 25px;
  padding-right: 10px;
  line-height: 1;
}

.icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}




@-webkit-keyframes blinker {
  from {background: 1.0; }
  to { opacity: 0.0; }
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}
.icon-box h3 a {
  color:#650310;
  transition: 0.3s;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.icon-box:hover {
  border-color: #5fcf80;
}

.icon-box:hover h3 a {
  color: #5fcf80;
}

/*photo-gallery*/
.photo-gallery {
  background: url(../img/about-bg.jpg) center top no-repeat fixed;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
}

.photo-gallery:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.photo-gallery .container {
  position: relative;
  z-index: 10;
  background: #fff;
}

.photo-gallery h1 {
  font-size: 25px;
  color: #111;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 15px 0;
}

.section-header h3 {
  font-size: 30px;
  color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

#clients {
  padding: 60px 0;
  background-color: #0001;
}

#clients marquee {
      background: #fff;
  /*    padding: 20px 0;*/
  margin-bottom: 0;
  margin-top: 30px;
}

#clients ul li img {
    width: 100px;
/*  width: 100%;*/
}

#clients ul {
  display: flex;
  margin: 0;
}

#clients ul li {
  list-style: none;
  flex: 0 0 14.28571428571429%;
}

#team {
  padding: 60px 0;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.photo-gallery i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.photo-gallery img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-phone {
  height: 205px;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  /*color: #18d26e;*/
  color: var(--main-color);
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

/* #contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
} */
.contact-phone p {
  font-size: 14px;
}
.contact-email p {
  font-size: 14px;
}
.contact-address {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 15px;
  }
}

/* @media (min-width: 768px) {
  #contact .contact-phone {
  }
} */

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #18d26e;
}

#contact .php-email-form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background-color: var(--main-color);
}

#footer .footer-top {
  background: #111;
  padding: 30px 0 0px 0;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.member img {
  height: 150px;
}

.more-txt {
  display: none;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 420px;
  background: #000;
  overflow: hidden;
  position: relative;
}

#intro .carousel,
#intro .carousel-inner,
#intro .carousel-item,
#intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#intro .container {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
/*  background: none;*/
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #010164;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

.carousel-item {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

/* .carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e) !important;
} */

.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #010164;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: #010164;
  margin-bottom: 25px;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: var(--main-color);
}
.copyright {
  padding: 10px 0;
}

.copyright a {
  color: #fff;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top::after {
  background: #18d26e;
  width: 60px;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

.footer-top ul {
  color: #010164;
}

.footer-top ul li a {
  font-size: 12px;
  color: #fff9;
  font-style: italic;
  transition: 0.3s;
}
.footer-top ul li a:hover {
  color: var(--main-color);
}
#facts .counters span {
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #010164;
}

#facts {
  background: url(../images/04.jpg) center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
}

.header {
  transition: all ease-in-out 0.5s;
}

.fixed .top-header-right .font-change button {
  font-size: 10px;
}

.fixed .logo_content .logo-txt h1 {
  font-size: 20px;
}

.fixed .logo_content .logo-txt p {
  font-size: 14px;
}

.fixed .logo img {
  transform: scale(0.8);
}

.fixed .logo_content .logo-txt {
  margin-top: 10px;
}

.fixed .nav-link {
  padding: 0;
  font-size: 14px;
}

.fixed .mid-header {
  padding: 0px;
}

.moretext {
  display: none;
}

.read-more-btn {
  text-align: center;
  padding-bottom: 15px;
}

.read-more-btn a {
  color: #010164;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0;
}

.copyright p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.footer-bottom-top {
  background: #020250;
  padding: 8px 5px;
}

.last-ft-txt {
  padding-top: 8px;
  font-size: 14px !important;
}

.fa-circle {
  font-size: 12px;
  color: #fff3;
}

.footer-right {
  color: #fff;
  font-size: 13px;
  float: right;
  text-align: center;
}

.footer-right a {
  font-size: 13px;
  color: #fff;
}

.animation-img {
  animation: 50s animation-op infinite ease-in-out;
}

@keyframes animation-op {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.about-col ul {
  list-style: none;
}

/* .about-col ul li {
     font-size: 12px;
    margin-bottom: 10px;
} */

.about-col ul {
  line-height: 32px;
  padding-left: 40px;
}

.about-col ul span {
  font-size: 18px;
  color: red;
  font-weight: bold;
}

/* .news-area
{
  background-image: url('../images/frame.png');
  background-size: cover;
  height: 300px;
} */

/*navbar*/
.menu-area {
  background: #563d7c;
  /* background: var(--old-color); */
  background: var(--main-color);
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 15px;
  font-weight: 500;
  display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
  color: #fff;
  /* background: utline: 0; */
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
  background: var(--main-color);
}

.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
  background: var(--main-color);
}

.mainmenu .collapse ul ul ul > li:hover > a {
  background: #4caf50;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: #1565c0;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #1e88e5;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: #068bf5;
  overflow-x: auto;
  height: 60vh;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%;
}

.new-img {
  width: 70px;
  margin: 0 auto;
}
.news-title {
  background-color: var(--old-color);
  height: 100%;
  border-right: 1px solid #fff2;
  position: relative;
}
/*.news-title:after
{
   font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    color: #fff;
}*/
.news-title p {
  color: #fff;
  font-weight: bold;
}
.marquee_text {
  padding: 2px 0;
  background: var(--old-color);
  color: #fff;
  height: 100%;
  padding-top: 14px;
}
.marquee_text marquee {
  font-size: 14px;
}
.footer_content
{
  background-color: ivory;
}

.footer_content .f-logo {
  width: 100%;
  margin-bottom: 15px;
}
.footer_content p {
  color: #b5b5b5;
  font-size: 13px;
}
.footer_content ul {
  padding-left: 0;
}
.footer_content ul li {
  list-style: none;
  color: #b5b5b5;
}
.footer_content ul li a {
  color: #b5b5b5;
  font-size: 13px;
}
.footer_content h2 {
  color: #73310e;
  font-size: 20px;
  text-align: center;
}
.footer-info {
  background: #202020;
  padding: 10px 35px;
  margin-top: 10px;
}
.footer_content_logo
{
  padding: 6px;
}
.footer-text {
  width: 100%;
}
.app-icon img {
  width: 40%;
}
#about .about-col .img .icon .fa-comment {
  font-size: 25px !important;
}
.big-icon-box {
  border: 1px solid #7e8580;
}
.big-icon-box ul li {
  list-style: none;
  font-weight: bold;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}
.big-icon-box ul {
  padding-left: 80px;
}
.big-icon-box .icon-box {
  border: none !important;
  padding: 20px 20px 20px 20px;
}
.fa-level-up-alt {
  transform: rotate(90deg);
  font-size: 18px;
  color: #979797;
  margin-right: 5px;
}
.useful_link {
  display: flex;
}
.useful_link li {
  margin: 0px 9px;
  list-style: none;
}
.sub-drop {
  display: none;
}
.page {
  padding-bottom: 50px;
}

.lodge_content_top {
  background: url(../images/04.jpg) center top no-repeat fixed;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
.lodge_content_top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 97%);
}
.lodge_content_top label {
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.lodge_content_top select {
  position: relative;
  padding: 5px;
  font-size: 14px;
}
.lodge_content h3 {
  font-size: 30px;
  color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  width: 70%;
  margin: 15px auto;
}
.lodge_content p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 0px 20px;
  text-align: justify;
  position: relative;
  width: 70%;
  margin: 10px auto;
}

.book-contact a {
  font-size: 18px;
  color: #000;
}
.image {
  padding: 7px 13px;
}
.lodge_content h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  position: relative;
  width: 70%;
  margin: 10px auto;
}
.custom-table .t-head {
  background: var(--main-color) !important ;
  color: #fff !important;
}
.custom-table td,
.custom-table th {
  padding: 5px 0 !important;
  font-size: 14px;
}
.custom-table th {
  padding: 10px 0 !important;
}
#gallery {
  padding-bottom: 40px;
}

@media screen and (min-width: 991px) {
}

.img-wrapper {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  object-fit: contain;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

#exitButton {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.custom-btn {
  position: relative;
}
.imp-text {
  color: #fff !important;
  font-size: 15px !important;
  text-align: left !important;
  background: var(--main-color);
  padding: 10px 5px !important;
  width: 100% !important;
  margin: 0 !important;
}
.check-box {
  background: #fff;
  border: 1px solid #0001;
  position: relative;
}
.check-box-form {
  padding: 10px 12px;
}
.custom-table2 {
  margin-top: 50px;
}
.custom-table2 .t-head {
  background: var(--main-color) !important ;
  color: #fff !important;
}
.custom-table2 td,
.custom-table2 th {
  padding: 5px 5px !important;
  font-size: 14px;
}
.custom-table2 th {
  padding: 10px 5px !important;
}
.page-body {
  
  padding: 40px 0;
}
/*registration*/
.form-txt
{
      font-size: 18px;
    text-align: center;
    color: #edff00;
}
.registration_form
{
  background-image: url(../images/bg1.jpg);
  background-size: cover;
 background-attachment: fixed;
  height: 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.registration_form_content {
  
      padding: 10px 20px;
    box-shadow: 2px 15px 30px #000000a1;
    width: 65%;
    margin: 0 auto;
    border: 2px solid #18700e57;
    background: #18700e;
}
.registration_form_content table tr td 
{
   color: #fff!important;
}
.registration_form_content table h1 
{
  text-shadow: 1px 3px 3px #074200;
    color: #b9ffb1;
}
.color-red {
  color: red;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.drp-dwn {
  background-color: #0001;
  border: 1px solid #0002;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;

  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  line-height: 20px;
}
.dropdown-content a:hover {
  background-color: #0f7505;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-content ul {
  padding: 0;
}
.dropdown-content ul li {
  list-style: none;
}
.dropdown-content ul li a {
  color: #000;
  display: flex;
  justify-content: start;
}
.dropdown-content ul li a span {
  font-size: 14px;
  margin-right: 5px;
}
.font-fam
{
 font-family: CHILLER;
 font-size: 30px;
}
.read-more
{
  margin-left: 20px;
}
.read-more a 
{
  font-size: 12px;
}
.breadcrumb
{
  background: transparent;
}
.page-header-inner {
    background: rgba(15, 23, 43, .7);
}
.text-box
{
  max-height: 165px;
    height: 170px;
    position: relative;
    
}
.room-item
{
background-color: #fff;
}
.custom_rou_btn
{
    position: absolute;
    bottom: 10px;
    color: #fff!important;
    background-color: #18700e!important;
    border-color: #18700e!important;
    text-align: center;
    left: 0;
    right: 0;
    width: 140px;
    margin: 0 auto;
}
.custom_rou_btn2
{
  color: #fff!important;
    background-color: #18700e!important;
    border-color: #18700e!important;
}
.special_day_content
{
  padding-bottom: 60px;
}
.celebration
{
  background: #fff;
  padding: 40px 20px;
}
.view-btn
{
  margin-top: 40px;
}
.celebration_content
{
  width: 90%;
}
.celebration_content h5 
{
  font-weight: 400;
  font-size: 15px;
}
.celebration_content h5 span 
{
  font-weight: bold;
  color: red;
}
#clients .owl-carousel .owl-item img {
    display: block;
    width: 140px;
    height: 100px;
    object-fit: contain;
}

/**********photo-gallery*************/
/**************************************/


 .img-wrapper {
   position: relative;
   margin-top: 15px;
}
 .img-wrapper img {
   width: 100%;
}
 .img-overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
 .img-overlay i {
   color: #fff;
   font-size: 3em;
}
 #overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
 #overlay img {
   margin: 0;
   width: 80%;
   height: auto;
   object-fit: contain;
   padding: 5%;
}
 @media screen and (min-width: 768px) {
   #overlay img {
     width: 60%;
  }
}
 @media screen and (min-width: 1200px) {
   #overlay img {
     width: 50%;
  }
}
 #nextButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #nextButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #nextButton {
     font-size: 3em;
  }
}
 #prevButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #prevButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #prevButton {
     font-size: 3em;
  }
}
 #exitButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
   position: absolute;
   top: 15px;
   right: 15px;
}
 #exitButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #exitButton {
     font-size: 3em;
  }
}
.color_border_transp
{
 
  border: 0!important;
  accent-color: transparent!important;
}
.color_border_transp td
{
  border-color: #fff;
}
.text-box2
{
  height: 225px;
  position: relative;
}
.green
{
  color: green;
  font-weight: bolder;
  font-size: 20px;
}

.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../images/mashroom.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}
.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--main-color);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--main-color);
    border-radius: 50%;
    transition: all 200ms;
}
.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--title-color);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--title-color);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
.activity_details_middle
{
  background-color: #fff;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-left: 40px;
    margin-bottom: 10px;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 15px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #94a210;
    text-transform: uppercase;
    border: 2px solid #18700eb3;
    border-left: none;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a span{
    display: block;
    width: 40px;
    height: 110%;
    line-height: 70px;
    background: #18700eb3;
    font-size: 16px;
    color: #f9ff00;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -40px;
}
#accordion .panel-title a span:before,
#accordion .panel-title a span:after{
    content: "";
    border-top:20px solid #f1f8ff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
}
#accordion .panel-title a span:before{
    top: -1px;
}
#accordion .panel-title a span:after{
    border-top-color: #4e8f4b;
    bottom: -20px;
    z-index: 1;
}
#accordion .panel-body{
    font-size: 14px;
    color: #808080;
    line-height: 23px;
    border-top: none;
}
#accordion .panel-body p{
    margin-bottom: 0;
}
.custom_panel_body
{
  background-color: #fff;
  padding: 15px;
}
.custom_panel_body p
{
  width: 70%;
}

/*animation*/

@keyframes vertical {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 0;
   
  }
  10% {
    opacity: 1;
  
  }
  38% {
    opacity: 1;
   
  }
  45% {
    opacity: 0;
    
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.verticalflip {
 
  font-weight: bold;
  overflow: hidden;
  padding: 7px;
}

.verticalflip span {
  animation: vertical 3.5s linear infinite 0s;
  -ms-animation: vertical 3.5s linear infinite 0s;
  -webkit-animation: vertical 3.5s linear infinite 0s;
  color: #fff;
  position: absolute;
  opacity: 0;
  top: 0;
  background:#650310;
  padding: 3px;
width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

.verticalflip span:nth-child(2) {
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;

}
.verticalflip span a 
{
  color: #fff!important;
}

.star_rating ul li .fas
{
  color: #fea116;
   font-size: 20px;
}
.star_rating ul li
{
  padding: 0px 3px;
}
.star_rating ul li .far
{
  color: #fea116;
  font-size: 20px;
}
.contact_form_content
{
  background-color: #fff;
  margin: 0 auto;
  width: 60%;
  padding:25px 30px;
box-shadow: 2px 15px 30px #000000a1;

}
.contact_form
{
    background-image: url('../images/bg_contact.jpg');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    padding-top: 70px ;
    padding-bottom: 40px;
}