@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
.owl-carousel .owl-nav {
  text-align: center;
  position: absolute;
  width: calc(100% + 80px);
  height: calc(100% - 53px);
  top: 0;
  left: -40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  font-family: Arial;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  pointer-events: all;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ffffff;
  border: 1px solid #333;
}
.owl-carousel .owl-nav button.owl-prev button.owl-prev, .owl-carousel .owl-nav button.owl-next button.owl-prev {
  transform: translateX(-40px);
}
.owl-carousel .owl-nav button.owl-prev svg, .owl-carousel .owl-nav button.owl-next svg {
  width: 24px;
  height: 24px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: var(--bs-body-color);
  margin: 24px 4px;
  border-radius: 0px;
  opacity: 0.35;
}
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-carousel.owl-navdots .owl-item .item {
  padding: 10px 2px;
}
.owl-carousel.owl-navdots .owl-nav.disabled {
  display: flex;
}
.owl-carousel.owl-navdots .owl-dots.disabled {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.l {
  box-shadow: inset 0 0 0 1px red;
}

::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #888888;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #196899;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: transparent;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  border: 1px solid transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.achiebox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  overflow: hidden;
}
.achiebox img {
  max-height: 98%;
}

.custom-tooltip {
  --bs-tooltip-bg: #196899;
}

header .logo-box {
  display: inline-flex;
  margin-top: 2px;
}
header .logo-box img {
  width: 100%;
  max-width: 225px;
}
header .itma-logo {
  display: inline-block;
  text-decoration: none;
}
header .itma-logo img {
  width: 100%;
  max-width: 85px;
}

.text-green{color:#008d3a !important;}

/*.home-banner {
  background-image:url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-position: top center;
  padding: 40px 0;
  height: calc(50vh - 10px);
  background-size:contain;
}*/

.home-banner .trans-bar {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.home-banner .trans-bar::before, .home-banner .trans-bar::after {
  content: "";
  position: absolute;
  right: 100%;
  height: 100%;
  width: 100vw;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.home-banner .trans-bar::after {
  width: 24px;
  left: 100%;
  right: auto;
}
.home-banner form {
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 15px;
}
.home-banner form .form-control, .home-banner form .form-select {
  border-radius: 0;
  height: 40px;
}
.home-banner form textarea.form-control {
  height: 70px;
}

.service-box {
  max-width: 380px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  background: #F5F5F5;
  padding: 10px 10px 32px 10px;
}
.service-box .sb-img1 {
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .sb-img1 img {
  max-width: 98%;
  /*max-height: 98%;*/
}
.service-box .sb-img2 {
  width: 100%;
  height: 58px;
  text-align: center;
  margin-top: 10px;
}
.service-box .sb-img2 img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 98%;
  max-height: 98%;
}
.service-box p {
  font-size: 14px;
  margin: 15px 0;
  min-height: 48px;
}
.service-box .btn {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.service-box .btn:hover {
  color: var(--bs-white);
  background-color: #196899;
  border-color: #196899;
}

.card-owner {
  max-width: 360px;
  border-radius: 20px;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.25);
  margin: 90px auto 0 auto;
  text-align: center;
  padding: 10px 20px 32px 20px;
}
.card-owner .card-avatar {
  display: inline-block;
  width: 120px;
  max-width: 120px;
  height: 120px;
  border-radius: 200px;
  border: 4px solid #D9D9D9;
  margin: -60px auto 0 auto;
}
.card-owner h3 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.49);
  font-weight: 500;
  margin: 18px 0 8px 0;
}
.card-owner p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  min-height: 52px;
}
.card-owner a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.card-owner a:hover {
  color: #196899;
}
.card-owner a img {
  width: 120px;
  max-width: 120px;
}
.card-owner a span {
  margin-top: 12px;
  display: block;
}

.book-form .form-control, .book-form .form-select {
  border-radius: 0;
  background-color: rgba(217, 217, 217, 0.46);
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
  height: 44px;
  font-size: 17px;
}
.book-form .form-control:focus, .book-form .form-select:focus {
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.book-form textarea.form-control {
  height: 90px;
}

footer {
  background-color: #D9D9D9;
  padding: 12px 0;
}
footer .footer-links a {
  color: inherit;
}
footer .footer-links a:hover {
  color: #008fc1;
  text-decoration: none;
}
footer .footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #222222;
  color: #fff;
  border-radius: 40px;
  margin-top: 5px;
  font-size: 18px;
}
footer .footer-social a:hover {
  background: #196899;
}

.enquire-button {
  position: fixed;
  width: 150px;
  height: 40px;
  background-color: #e30a1e;
  border: 1px solid #e30a1e;
  color: #ffffff;
  font-size: 17px;
  z-index: 10;
  top: calc(50% - 20px);
  right: -55px;
  transform: rotate(-90deg);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
}
.enquire-button:hover {
  background-color: #e30a1e;
  border-color: #fff;
}
.enquire-button:active {
  background-color: #196899;
  border-color: #196899;
}

.float-form {
  width: 100%;
  max-width: 360px;
  padding: 20px;
  position: fixed;
  right: 0;
  z-index: 12;
  top: 10px;
  background: #ffffff;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translate(0, -50%) scaleX(0);
  transform-origin: right center;
  transition: 350ms;
}
.float-form.active {
  transform: translate(0, -50%) scaleX(1);
}

.float-form-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 350ms;
}
.float-form-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.75;
}




@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .home-banner .trans-bar {
    display: inline-block;
    padding-right: 12px;
  }
  .home-banner .trans-bar::after {
    display: none;
  }
  .card-owner .card-avatar {
    width: 140px;
    max-width: 140px;
    height: 140px;
  }
  .card-owner h3 {
    font-size: 20px;
  }
  footer {
    padding: 12px 0 30px 0;
  }
}
@media screen and (max-width: 599.9px) {
  .owl-carousel.owl-navdots .owl-nav.disabled {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .logo-box {
    min-width: 120px;
  }
  .itma-logo {
    width: 140px;
  }
  footer {
    text-align: center;
  }
  footer span {
    display: block;
    font-size: 10px;
    opacity: 0;
  }
  .enquire-button {
    width: 100%;
    height: 40px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: rotate(0deg);
  }
  .float-form {
    width: 100%;
    max-height: calc(100% - 30px);
    overflow: hidden;
    overflow-y: auto;
    max-width: 480px;
    padding: 20px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    transform: translate(0, 0) scaleX(0);
    transform-origin: center center;
  }
  .float-form.active {
    transform: translate(0, 0%) scaleX(1);
  }
}/*# sourceMappingURL=style.css.map */