/*
 ::::::::::::::::::::::::::
  CUSTOM CSS START
 ::::::::::::::::::::::::::
 */

.service1-box::after {
  bottom: -450px;
  right: -75px;
}

.service1-box .heading1-w h4 {
  font-size: 22px !important;
}

.service1-box .image img {
  transform: unset;
}

.service1-box:hover .image img {
  transform: scale(1.1) rotate(2deg);
}

.contact-page .contact1-form .button,
.contact1 .contact1-form .button {
  text-align: start;
}

label.error {
  font-size: 10px;
  font-style: italic;
  color: #ff0000;
}

.toast-message h5 {
  font-size: 14px;
}

.toast-title {
  font-size: 10px;
}

#toast-contanier>div {
  opacity: 1 !important;
}

.service1-box.active::after {
  bottom: -450px;
  right: -75px;
}

.chosse1 .icon-box:hover .icon img {
  transform: rotateY(0deg);
  filter: brightness(0.3);
}

.site-logo {
  max-width: 165px;
}

.chosse1 .icon-box:hover .heading1 h3,
.chosse1 .icon-box:hover .heading1 p {
  color: #0074be;
}

.chosse1 .icon-box:hover {
  background-color: rgb(0 120 191 / 30%)
}