.cta-bg-img:before {
  background: #00112b96 !important;
}

.category-card.style2.cat-card2-active,
.category-card.style2:hover {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 10px 30px 0px rgb(197 86 255);
}

.icon-bar {
  position: fixed;
  top: 50%;
  z-index: 40;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 96.8%;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.footer-wrapper {
  background-color: #ffaf01;
}

.footer-layout1 .footer-wrap {
  border: 2px solid rgb(255 255 255);
  /*  background: rgb(137 1 229);*/
  background: #444444;
}

.footer-contact_text {
  color: #212529;
}

p {
  color: #ffffff;
}

.footer-layout1 {
  --body-color: #ffffff;
}

.footer-wrapper .th-social a {
  background-color: #ffaf01;
  /*  color: #8901e5;*/
  color: #212529;
}

.footer-links a {
  font-family: inherit;
  color: #ffffff;
}

.copyright-text a {
  color: #ffcb53;
}

.wcu-box:before {
  border-left: solid 40px #ffcb53;
  border-top: solid 40px #ffaf01;
}

.th-btn.style6 {
  background-color: #ffffff;
}

.footer-layout1 .copyright-wrap {
  border-top: 1px solid #ffaf01;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background-color: white;
}

.th-btn {
  /*  box-shadow: 0px 6px 16px rgb(197 86 255);*/
  box-shadow: none;
}

@media (max-width: 991px) {
  .service-sec-2 {
    margin-top: 0px;
  }
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: inherit !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 100px;
  border: 1px solid #212529 !important;
}

.main-menu ul.sub-menu li a {
  padding-left: 1px;
}

.main-menu ul.sub-menu li a:before {
  content: "";
}

@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 20px 20px;
  }
}

.carding:hover {
  border: 2px solid #fcc741;
  padding: 5px;
  border-radius: 10px;
}
