.btn-primary {
  background-color: #f12b21;
}

.btn-primary:hover {
  background-color: #b12a68;
}

nav.navbar {
  justify-content: space-between;
}
nav .navbar-collapse {
  justify-content: flex-end;
}

 nav .navbar-brand img {
  width: 90px;
} 

.top-header,
footer,
footer .bg-dark {
  background-color: var(--primary-color) !important;
}

.hero-area {
  background-color: #6a8ef3 !important;
}

.hero-area .left {
  padding-left: 50px;
}

.hero-area h1,
.hero-area p {
  color: #f9f9f9 !important;
}
.hero-slider .slick-arrow:hover {
  background-color: #00b2ff !important;
}

.home .service .icon-lg {
  color: #894160;
}

footer a,
footer h4,
footer p {
  color: #f9f9f9;
}

footer p {
  line-height: 14px;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.home .about-img img.img-fluid {
  object-fit: cover;
  height: 100%;
}

.law-modal .modal-dialog {
  max-width: 640px;
  top: 50%;
  transform: translateY(-50%) !important;
}

.law-modal .row.content button {
  position: absolute;
  right: 20px;
  font-size: 35px;
  cursor: pointer;
  z-index: 9;
}

.law-modal .col-lg-12 {
  padding: 36px 20px !important;
  text-align: justify;
}

.accordion .card .card-header.active {
  background-color: #6a8ef3;
}
.accordion .card .card-header.active h4 {
  color: #fff;
}
.accordion .card .collapse.show {
  color: #0071b5;
}

.testimonal .tag {
  text-align: center;
  font-size: 1 testimonal 0.1rem;
}
.testimonal .fa-heart {
  color: rgba(255, 230, 0, 0 testimonal 0.959);
  font-size: 30px;
}
.testimonal .card {
  height: 320px;
  padding: 10px 20px;
  border: none;
  /* box-shadow: -1px 3px 5px #a7a7a7; */
}
.testimonal .testimonial {
  font-size: 0 testimonal 0.9rem;
  line-height: 1 testimonal 0.4rem;
  font-weight: 500;
}
.testimonal .active-star {
  color: #fbc02d;
  margin-bottom: 8px;
}
.testimonal .active-star:hover {
  color: #f9a825;
  cursor: pointer;
}
.testimonal .profile {
  padding-top: 10px !important;
  align-items: center;
}
.testimonal .profile .info .name {
  font-weight: 700;
  font-size: 13px;
  padding-bottom: 6px;
}
.testimonal .designation {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 0;
}
.testimonal .owl-carousel {
  margin-bottom: 15px;
}
.testimonal .owl-carousel .testimonal .owl-stage-outer {
  padding: 40px 10px;
  height: 380px;
}
.testimonal .owl-carousel .testimonal .owl-item img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonal .owl-theme .testimonal .owl-nav [class*="owl-"] {
  border-radius: 50% !important;
  background: inherit !important;
  border: 3px solid #bbb;
  color: #bbb !important;
}
.testimonal .owl-theme .testimonal .owl-nav [class*="owl-"]:hover {
  border: 3px solid #1010ca;
  color: #1010ca !important;
}

.testimonal .owl-carousel .owl-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

/* .testimonal .owl-carousel .owl-stage-outer {
  padding: 50px 10px;
} */

/* .testimonal .owl-carousel.owl-drag .owl-item {
  margin-right: 10px !important;
} */

.about-us .service-box {
  border: 1px solid #eee;
  margin: 10px;
  border-radius: 8px;
  padding: 10px;
  text-align: justify;
  min-height: 300px;
  box-shadow: 1px 1px 2px 1px #00000008;
}
.about-us .service-box .icon {
  width: 65px;
  height: 65px;
  background: #c92773;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 40px;
}
.about-us .service-box .icon i {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  top: 15px;
}

.about-us .service-box h3 {
  text-align: center;
}

.brands img{
  width: 100%;
}

@media (max-width: 575.5px) {
  .testimonal .container {
    margin: 0px;
    padding: 20px;
  }
}

@media (max-width: 992px) {
  nav .navbar-brand {
    top: 20px;
    width: 100%;
    height: 40px;
    text-align: center;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -20px);
    padding: 0;
    max-width: 200px;
  }
  nav .navbar-brand img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
  }
}

@media (max-width: 400px) {
  nav .navbar-brand {
    max-width: 200px;
  }
}
