body {
  background-color: #fff;
}
html {
  font-size: 17px;
}
@media (min-width: 1600px) {
  .container {
    min-width: 1590px;
  }
}
.page-content.wide {
  box-shadow: none;
}
.box > div:first-child {
  display: flex;
  gap: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.box .tit {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.box > div:first-child h2 {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.box .pic img {
  width: 100%;
  max-width: 120px;
}
.contact-info .mobile {
  display: flex;
}
.divider {
  height: 1px;
  background-color: #e0e0e0;
  width: 100%;
  margin-block: 2rem;
}
.page-content-body {
  padding: 0rem 1.5rem;
}
.page-content-body-side {
  color: var(--text);
  padding: 1rem 3rem;
  border-right: #e0e0e0 1px solid;
}
.ico {
  display: flex;
  margin-right: auto;
  width: 150px;
  position: relative;
  top: -1rem;
  z-index: 9;
  background: white;
  border-radius: 1rem;
  border: 1px solid var(--site1);
}
.ico img {
  width: 99%;
  aspect-ratio: 1;
  border-radius: 2rem;
  object-fit: cover;
  object-position: center;
}

.page-content-body-side .col .row:last-of-type {
  font-weight: 900;
  font-size: 1.5rem;
}
.page-content-body-side i {
  font-size: 1.25rem;
  color: var(--site1);
}
.page-content-body-side > div {
  position: relative;
}

.page-content-body-side > div:not(.box) h2 {
  color: var(--site1);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}
.magnific img {
  border-radius: 7px;
}
.page-content-body-side .box + div p {
  font-size: 1.2rem;
}
.page-content-body-side .box + div p span {
  font-weight: bold;
  margin-left: 1rem;
  width: 47px;
  display: inline-flex;
}
.rich-content {
  width: 96%;
}
.rich-content .btn-primary,
.rich-content a.btn-primary .rich-content .btn.btn-primary {
  background-color: var(--site1);
  border-color: var(--site1);
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 1.5rem;
}

.rich-content h2 {
  color: var(--site1);
}

.page-content-body-side .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  height: 59px;
  width: 59px;
  z-index: 1;
  background-color: #fff;
}

h2:has(img) img {
  width: 50px;
}

.sub-pages-nav a .icon {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub-pages-nav a img {
  max-width: 100%;
  max-height: 70px;
  position: relative;
  margin-bottom: 1rem;
}

.sub-pages-nav a .icon img {
  width: 52px;
  position: relative;
  opacity: 0.7;
}
.img-fluid.contact {
  display: block;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

h2.blue {
  color: var(--site2);
  font-size: calc(1.8vw + 16px);
  font-weight: bold;
  padding-bottom: 1rem;
}
.gall {
  margin-block: 5rem;

  @media (max-width: 991px) {
    margin-bottom: 1rem;
  }
}
.gall h2 {
  text-align: center;
}
.fin {
  margin-top: 7rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}

.fin a {
  color: #fff;
  padding: 0.7rem 3rem;
  border-radius: 50px;
  background-color: var(--site2);
  font-size: calc(0.5vw + 16px);
  line-height: 1.1;
  text-align: center;
  font-weight: 900;
}

.details i {
  color: var(--site1);
  margin-top: -10px;
  display: inline-block;
  margin-left: 1rem;
}

.details span + p {
  margin-right: 2rem;
}

iframe {
  border-radius: 1.5rem;
  z-index: 1;
  position: relative;
  height: 450px;

  @media (max-width: 991px) {
    height: 360px;
  }
}

.details {
  margin-top: 5rem;
}

.details .divider {
  width: 75%;
}
.details > div:last-child {
  position: relative;
  isolation: isolate;
}

.details > div:last-child::after {
  z-index: -1;
  content: "";
  position: absolute;
  inset: 35px 0 0;
  margin: auto;
  border-radius: 30px;
  height: 94%;
  width: 99%;
  background: linear-gradient(
    90deg,
    rgba(18, 189, 221, 1) 40%,
    rgba(38, 94, 167, 1) 90%
  );
}

@media (max-width: 991px) {
  .page-wrapper {
    margin-top: 0;
  }
}
