@import url('./bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

:root {
  --color-1: #353f0a;
  --color-2: #617522;
  --color-3: #303325;
  --color-4: #e6e8da;
  /* --bs-danger-rgb: 244, 105, 04; */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Anek Devanagari", sans-serif;
  background-color: var(--color-4);
}

a,
a:hover,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

label {
  color: #000;
}

.link {
  color: var(--bs-blue);
}

.bg-color-1 {
  background-color: var(--color-1);
}

.bg-color-2 {
  background-color: var(--color-2);
}

.btn-style-1 {
  background-color: var(--color-2);
}

.btn-style-1:hover,
.btn-style-1:active {
  background-color: var(--color-1);
}

.bg-gradient-1 {
  background-image: linear-gradient(3deg, var(--color-1) 50%, var(--color-2) 100%);
}

.wesbite-logo a {
  display: flex;
  align-items: center;
}

.wesbite-logo a .main-logo {
  height: 80px;
}

.wesbite-logo a .logo-text {
  line-height: 28px;
}

#mainContent {
  font-family: "Work Sans", sans-serif;
}

/* header */

.dropdown-menu>.dropdown .dropdown-menu {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
}

.button-style-3.text-orange:hover,
.button-style-3.text-orange:focus,
.button-style-3.text-orange:focus-visible {
  color: var(--color-3);
}

/* .header-middle-buttons {
  font-family: "Roboto Condensed", sans-serif;
} */
.button-style-2 {
  color: #fff;
  transition: all 0.5s ease-in;
  background: var(--color-2);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

.button-style-2:hover {
  background: var(--color-1);
  border: 1px solid #fff;
  color: #ffff;
}

.heading-style-1 {
  margin-left: 15px;
}

.heading-style-1:before {
  content: '';
  position: absolute;
  width: 5px;
  background: var(--color-2);
  border-radius: 55px;
  left: -15px;
  top: 0;
  bottom: 0;
}

/* login */
.Login-image img {
  height: 298px;
  object-fit: cover;
  object-position: top;
}

.welcome-text h2,
.welcome-text h3,
.welcome-text h4 {
  text-shadow: 0px 2px 0px #3c470e;
  color: var(--color-2);
}

/* menu */
.nav-link {
  color: #fff;
  padding-left: 11px !important;
  padding-right: 11px !important;
  font-weight: 500;
  font-size: 1.1rem;
}

/* slider */
#home-banner-slider-mw {
    max-height: 153px;
}
.absolute-btn {
  position: absolute;
  top: 50%;
}

.custom_controls .prev-btn {
  left: 0;
  right: auto;
}

.custom_controls .next-btn {
  right: 0;
  left: auto;
}

.blurred-btn {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0.5rem;
  display: block;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  margin: 0 10px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}

.text-ellipsis a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

/* scroll style */
.scroll-style:hover::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.scroll-style:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bbbbbb;
}

.scroll-style:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scroll-style {
  overflow-y: hidden;
}

.scroll-style:hover {
  overflow-y: auto;
}

/* news list */
.ins-list {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.h-80vh {
  height: 75px;
}

ul.ins-list li a,
.ins-list a {
  background: #ffd4b6;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 7px;
  display: inline-block;
  color: #141414;
  transition: .4s ease-in;
}

ul.ins-list li:hover a {
  background: #282c92;
  color: #ffffff;
}

/* footer */
footer {
  -webkit-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  box-shadow: 0px -1px 6px 0px rgb(0 0 0 / 13%);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-3);
}

/* inner page css */
.breadcrumb-styles::before {
  content: '';
  background-color: #0000008c;
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.breadcrumb-styles {
  height: 150px;
  overflow: hidden;
}

.breadcrumb-styles img {
  margin-top: -40px;
  height: 150%;
}

.breadcrumb-heading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.captcha-img img {
  height: 37px;
  width: 40%;
}

.contact-block {
  min-height: 280px;
}

.contact-block span>i {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-success img {
  width: 80px;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

@media screen and (max-width: 991px) {

  .nav-item:active .nav-link::before,
  .nav-item:hover .nav-link::before,
  .navbar-nav .nav-link.active::before {
    display: none;
  }

  .form-wizard .form-wizard-header .form-wizard-steps li {
    width: 100%;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }

}

/* responsive */
@media only screen and (min-width:320px) and (max-width:992px) {
  .dropdown-menu>.dropdown .dropdown-menu {
    position: initial;
    background: #ffe7d7;
    margin: 0px 15px;
  }
}

@media only screen and (min-width:764px) and (max-width:1024px) {
  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 10px;
    margin-top: 10px;
    font-size: 13px;
  }

  .wesbite-logo a .logo-text span {
    font-size: 100% !important;
  }
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .news-update-block {
    margin-top: 20px;
  }

  .button-style-2 .fa {
    display: none;
  }

  a.button-style-2 {
    padding: 4px 7px;
    margin-top: 10px;
    font-size: 14px;
  }

  .wesbite-logo a .logo-text span {
    font-size: 100% !important;
  }
}


