/* custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #bb0907;
}

/* custom scrollbar end */

/* mega menu start */

.navik-header {
  background: #02025a !important;
  border-radius: 0.25rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.navik-menu ul li>a {
  color: #fff !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.5px;
}

.navik-menu ul li>a:hover {
  opacity: 0.5;
}

.navik-menu ul li.dropdown_menu>a>span::before {
  border-color: #fff !important;
}

.navik-menu li>ul {
  background-color: #02025a !important;
}

/* mega menu end */

/* carousel start */


.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 1px 10px #999;
  background-size: 70%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 14%;
}

.carousel-indicators {
  display: block;
  margin-left: 5%;
}

.carousel-indicators [data-bs-target] {
  width: 25px;
  height: 5px;
  background-color: #000;
  float: left;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 2.25rem;
  width: 2.25rem;
  font-size: 2rem !important;
  border-radius: 50%;
  border: 1px solid #999 !important;
  color: #999 !important;
  line-height: 0.9 !important;
  background: #fff !important;
  display: inline-grid;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #02025a !important;
  color: #fff !important;
}

.owl-nav {
  top: -60px;
  right: 0;
  z-index: 999;
  position: absolute;

}

/* carousel end */

/* pagination */
.page-link {
  color: #02025a;
  font-size: 0.85rem;
}

.page-link:hover {
  color: #02025a;
}

.active>.page-link:hover {
  color: #fff;
}

.page-link.active,
.active>.page-link {

  background-color: #02025a;
  border-color: #02025a;
}

/* accordian start */

.accordion-button {
  font-family: 'Montserrat', sans-serif;
  background: none !important;

  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: #02025a !important;
}



/* tab */

.tab-content {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}

.nav-tabs .nav-link.active {
  background: #bb0907;
  color: #fff;
}

.nav-link {
  font-size: 1rem;
  padding: 0.75rem 2rem;
  color: #111;
}

.nav-link:hover {
  color: #bb0907
}

/* search */

.search-wrapper .card-box {
  margin-bottom: 0;
}

.btnlist {
  margin-top: 5px;
}

.btnlist ul {
  margin: 0;
  padding: 0;
}

.btnlist ul li {
  display: block;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.btnlist ul li a {
  display: block;
  padding: 6px 16px;
  color: #111;
  border: 1px solid #111;
  border-radius: 5px;
  font-size: 0.85rem;
}

.btnlist ul li a:hover {
  color: #fff;
  background: #02025a;
  border: 1px solid #02025a;
  border-radius: 5px;
  opacity: 1;
}

.search .most-searched {
  border-radius: 5px;
  padding: 1rem 1.5rem;
  border: 1px solid #999;
  margin-bottom: 1.5rem;
}

.search .most-searched .btnlist ul li a {
  background: #02025a;
  color: #fff;
  border-radius: 5px;
  border: 0;

}

.search .most-searched .btnlist ul li a:hover {
  color: #fff;
  background: #bb0907;

}

/* search end */


/* subscribe input */

.newsletter .form-floating>.form-control:not(:placeholder-shown)~label {

}

.getintouch {
  position: fixed;
  bottom: 7rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  font-size: 1rem;
  background: #fff;
  z-index: 99;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #111;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.getintouch img {
  width: 2.25rem;
}

.getintouch:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(1.05);
}

.captchafield {
  float: left;
  margin-left: 30px;
  width: 160px;
}


.inner-content p {
  text-align: justify;
}

.contact-form .row {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-form .col-md-6,
.contact-form .col-md-12 {
  padding: 0 15px;
}

@media (max-width:1199px) {
  .burger-menu {
    top: -50px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;

  }

  .navik-menu ul li>a {
    padding: 12px 0 !important;
  }
}

@media (max-width: 480px) {

  .captchafield {
    float: none;
    margin-top: 80px;
    margin-left: 0;
  }

  .search-wrapper .search-close {
    right: 0.65rem;
  }

}