* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins-Regular";
}

body {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html {
  font-size: 16px;
}

h1 {
  font-size: 50px;
}
@media (max-width: 575px) {
  h1 {
    font-size: 29px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}

ul {
  padding: 0;
  margin: 0;
}

iframe {
  aspect-ratio: 16/9;
  width: 100%; /* change this to a fixed width, or create a container with a width. */
  height: 100%;
}

@font-face {
  font-family: "WorkSans-Regular";
  src: url("../fonts/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "WorkSans-Black";
  src: url("../fonts/WorkSans-Black.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "InstrumentSans-Regular";
  src: url("../fonts/InstrumentSans-Regular.ttf");
}
@font-face {
  font-family: "InstrumentSans-Medium";
  src: url("../fonts/InstrumentSans-Medium.ttf");
}
@font-face {
  font-family: "InstrumentSans-SemiBold";
  src: url("../fonts/InstrumentSans-SemiBold.ttf");
}
@font-face {
  font-family: "InstrumentSans-Bold";
  src: url("../fonts/InstrumentSans-Bold.ttf");
}
@media (min-width: 1601px) {
  .container {
    max-width: 1424px !important;
  }
}
@media (min-width: 1601px) {
  .container-md {
    max-width: 1424px !important;
  }
}
@media (min-width: 1601px) {
  .container-lg {
    max-width: 1424px !important;
  }
}
@media (min-width: 1601px) {
  .container-xl {
    max-width: 1424px !important;
  }
}
@media (min-width: 1601px) {
  .container-xxl {
    max-width: 1424px !important;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1424px !important;
  }
}
.web-message-info {
  background-color: #fff;
  padding: 44px 0;
}

.header {
  background-color: #f6f6f6;
}
.header .header-nav {
  padding: 35px 0;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header .header-nav {
    padding: 20px 0;
  }
}
.header .header-nav .header-logo {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 575px) {
  .header .header-nav .header-logo {
    margin-right: 80px;
  }
}
.header .header-nav .header-logo img {
  width: 100%;
  height: 75px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-nav #nav {
  width: 100%;
  justify-content: center;
}
.header .header-nav .navbar-nav {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .header .header-nav .navbar-nav {
    padding: 12px 0;
  }
}
.header .header-nav .navbar-nav .nav-item .nav-link {
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #000;
  padding-left: 13px;
  padding-right: 13px;
  text-decoration: none;
  position: relative;
}
.header .header-nav .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: calc(100% - 26px);
  height: 3px;
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0.25rem;
  background: #da4d50;
  transition: 0.3s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
.header .header-nav .navbar-nav .nav-item.active .nav-link,
.header .header-nav .navbar-nav .nav-item .nav-link:hover {
  color: #da4d50;
}
@media (min-width: 992px) {
  .header .header-nav .navbar-nav .nav-item .nav-link:hover::before, .header .header-nav .navbar-nav .nav-item.active .nav-link::before {
    transform: scale3d(1, 1, 1);
  }
}
.header .header-nav .header-socials {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .header .header-nav .header-socials {
    padding: 0 12px;
  }
}
.header .header-nav .header-socials .header-socials-wrapper {
  list-style: none;
  display: flex;
  gap: 10px;
}
.header .header-nav .header-socials .header-socials-wrapper .header-socials-item {
  background-color: #da4d50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
}
.header .header-nav .header-socials .header-socials-wrapper .header-socials-item svg {
  width: 100%;
  height: 100%;
  fill: #da4d50;
}
.header .header-nav .header-socials .header-socials-wrapper .header-socials-item {
  transition: all 0.3s ease;
}
.header .header-nav .header-socials .header-socials-wrapper .header-socials-item:hover {
  filter: brightness(0.9);
}
.header .navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  right: 0;
  top: 41px;
}
.header .navbar-toggler .animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.header .navbar-toggler .animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #da4d50;
}
.header .navbar-toggler .animated-icon span:nth-child(1) {
  top: 0px;
}
.header .navbar-toggler .animated-icon span:nth-child(2) {
  top: 10px;
}
.header .navbar-toggler .animated-icon span:nth-child(3) {
  top: 20px;
}
.header .navbar-toggler .animated-icon.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.header .navbar-toggler .animated-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header .navbar-toggler .animated-icon.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.hp-banner .hp-banner-item {
  height: 667px;
  position: relative;
}
@media (max-width: 991px) {
  .hp-banner .hp-banner-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hp-banner .hp-banner-item {
    height: 400px;
  }
}
.hp-banner .hp-banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9);
}
.hp-banner .hp-banner-item .hp-banner-item-button {
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .hp-banner .hp-banner-item .hp-banner-item-button {
    margin-top: 1rem;
  }
  .hp-banner .hp-banner-item .hp-banner-item-button.button-red {
    height: 44px;
    font-size: 16px;
    padding: 10px 30px;
  }
}
.hp-banner .hp-banner-item .hp-banner-text-content {
  position: absolute;
  width: 100%;
  padding: 65px 80px;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .hp-banner .hp-banner-item .hp-banner-text-content {
    padding: 30px;
  }
}
.hp-banner .hp-banner-item .hp-banner-text-content h1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: "InstrumentSans-Bold";
}
@media (max-width: 575px) {
  .hp-banner .hp-banner-item .hp-banner-text-content h1 {
    margin-bottom: 15px;
  }
}
.hp-banner .hp-banner-item .hp-banner-text-content h2 {
  max-width: 450px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "InstrumentSans-Regular";
}
@media (max-width: 575px) {
  .hp-banner .hp-banner-item .hp-banner-text-content h2 {
    margin-bottom: 15px;
  }
}
.hp-banner .hp-banner-item .hp-banner-text-content p {
  color: #fff;
  font-size: 17px;
  font-family: "Poppins-Regular";
  margin-bottom: 0;
}
.hp-banner .owl-stage-outer {
  border-top-right-radius: 65px !important;
  border-bottom-right-radius: 65px !important;
  border-bottom-left-radius: 65px !important;
}
@media (max-width: 991px) {
  .hp-banner .owl-stage-outer {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }
}

.photogallery-banner {
  padding: 0 90px;
  position: relative;
  margin-bottom: 85px;
}
@media (max-width: 575px) {
  .photogallery-banner {
    margin-bottom: 60px;
  }
}
.photogallery-banner .owl-stage {
  display: flex;
  align-items: center !important;
}
.photogallery-banner .owl-stage-outer {
  border-radius: 24px;
  overflow: hidden;
}
.photogallery-banner .photogallery-item {
  width: auto !important;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.photogallery-banner .photogallery-item-img {
  display: block;
  width: auto !important;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
}
@media (max-width: 575px) {
  .photogallery-banner .photogallery-item-img {
    max-height: 280px;
  }
}
.photogallery-banner .owl-next,
.photogallery-banner .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #da4d50 !important;
  border-radius: 20px;
  border: none;
  transition: all 0.3s ease;
}
.photogallery-banner .owl-next:hover,
.photogallery-banner .owl-prev:hover {
  filter: brightness(0.9);
}
.photogallery-banner .owl-next.disabled,
.photogallery-banner .owl-prev.disabled {
  background-color: #f8f8f8 !important;
}
.photogallery-banner .owl-next.disabled img,
.photogallery-banner .owl-prev.disabled img {
  filter: brightness(0);
}
.photogallery-banner .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  z-index: -1;
}

.photogallery-btn {
  position: relative;
  display: inline-block;
  height: 54px;
  background-color: #da4d50;
  color: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 17px;
  border: 1px solid #da4d50;
  padding: 14px 50px;
  border-radius: 27px;
  text-decoration: none;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.photogallery-btn:hover {
  background-color: #fff;
  border-color: #da4d50;
  color: #da4d50;
  box-shadow: inset 15rem 0 0 0 #fff;
}

.section-title {
  color: #000;
  font-family: "InstrumentSans-SemiBold";
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title-center {
  display: block;
  text-align: center;
}

.section-pad {
  padding-top: 130px;
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .section-pad {
    padding-top: 65px;
  }
}
.section-pad:last-child {
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .section-pad:last-child {
    padding-bottom: 65px;
  }
}

.header-breadcrumb {
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.header-breadcrumb .header-breadcrumb-text {
  position: relative;
  padding: 50px 0 90px 0;
  text-align: center;
  z-index: 99;
}
@media (max-width: 767px) {
  .header-breadcrumb .header-breadcrumb-text {
    padding: 15px 0 30px 0;
  }
}
.header-breadcrumb .header-breadcrumb-text .header-breadcrumb-title h1 {
  font-family: "InstrumentSans-SemiBold";
  color: #000 !important;
  margin: 0 !important;
  line-height: 50px;
}
@media (max-width: 575px) {
  .header-breadcrumb .header-breadcrumb-text .header-breadcrumb-title h1 {
    line-height: 30px;
  }
}
.header-breadcrumb .header-breadcrumb-box {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .header-breadcrumb .header-breadcrumb-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-breadcrumb .header-breadcrumb-box {
    margin-top: 10px;
  }
}
.header-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.header-breadcrumb ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-breadcrumb ul li a {
  color: #9d9d9d;
  text-transform: initial;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 15px;
  text-decoration: none;
}
.header-breadcrumb ul li span {
  color: #9d9d9d;
}
.header-breadcrumb ul li:last-child a {
  color: #000;
}
.header-breadcrumb ul li svg {
  fill: var(--highlight-color);
  margin: 0 1rem;
}

.footer {
  background-color: #fff;
}
.footer .footer-wrap {
  padding: 85px 0 55px 0;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .footer .footer-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .footer .footer-wrap {
    padding: 25px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer .footer-address {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 45px;
}
@media (max-width: 991px) {
  .footer .footer-address {
    margin-bottom: 0;
  }
}
.footer .footer-address:last-child {
  margin-bottom: 0;
}
.footer .footer-address .footer-address-title {
  color: #000;
  font-family: "Poppins-Bold";
  font-size: 16px;
  line-height: 27px;
}
.footer .footer-address p {
  display: block;
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}
.footer .footer-address a {
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
}
.footer .footer-address a:hover {
  text-decoration: underline;
}
.footer .footer-address span {
  color: #fff;
}
.footer .footer-contact-tel {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 45px;
}
.footer .footer-contact-tel:last-child {
  margin-bottom: 0;
}
.footer .footer-contact-tel .footer-contact-tel-title {
  font-family: "Poppins-Bold";
  font-size: 16px;
  line-height: 27px;
  color: #000;
}
.footer .footer-contact-tel .footer-contact-tel-item {
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 27px;
  color: #000;
  text-decoration: none;
}
.footer .footer-contact-tel .footer-contact-tel-item:hover {
  text-decoration: underline;
}
.footer .footer-contact-email {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 45px;
}
.footer .footer-contact-email:last-child {
  margin-bottom: 0;
}
.footer .footer-contact-email .footer-contact-email-item {
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 27px;
  color: #000;
  text-decoration: none;
}
.footer .footer-contact-email .footer-contact-email-item:hover {
  text-decoration: underline;
}
.footer .footer-logo {
  position: relative;
  padding-left: 85px;
}
@media (max-width: 991px) {
  .footer .footer-logo {
    padding-left: 45px;
  }
}
.footer .footer-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../img/footer-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .footer .footer-logo::before {
    left: -40px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo::before {
    width: 40px;
    height: 40px;
    left: -5px;
    top: -10px;
  }
}
.footer .footer-contact-tel-ico {
  position: relative;
}
.footer .footer-contact-tel-ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-tel-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer-contact-email-ico {
  position: relative;
}
.footer .footer-contact-email-ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-email-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer-contact-address-ico {
  position: relative;
}
.footer .footer-contact-address-ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-address-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer-copyright {
  padding: 40px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .footer .footer-copyright {
    padding: 30px 0;
    text-align: center;
  }
}
.footer .footer-copyright p {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .footer-copyright p {
    flex-direction: column;
  }
}
.footer .footer-copyright p {
  color: #9d9d9d;
  font-family: "Poppins-Medium";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer .footer-copyright a {
  color: #9d9d9d;
  font-family: "Poppins-Medium";
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .footer-copyright a:hover {
  text-decoration: underline;
}
.footer .footer-copyright span:not(:last-child)::after {
  display: inline-block;
  content: "I";
  margin: 0 10px;
}
@media (max-width: 767px) {
  .footer .footer-copyright span:not(:last-child)::after {
    display: none;
  }
}

.button-red {
  position: relative;
  display: inline-block;
  height: 54px;
  background-color: #da4d50;
  color: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 17px;
  border: 1px solid #da4d50;
  padding: 14px 50px;
  border-radius: 27px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.button-red svg {
  transition: all 0.3s ease;
  flex-shrink: 0;
  fill: #fff;
}
.button-red:hover {
  background-color: #fff;
  border-color: #da4d50;
  color: #da4d50;
  box-shadow: inset 15rem 0 0 0 #fff;
}
.button-red:hover svg {
  fill: #da4d50;
}

main {
  position: relative;
}
main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(to top, #f9f9f9 0%, #ffffff 100%);
  z-index: -99;
}

.web-message .web-message-wrapper {
  padding: 35px 0;
  padding-left: 120px;
  padding-right: 80px;
  position: relative;
}
@media (max-width: 575px) {
  .web-message .web-message-wrapper {
    padding: 20px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.web-message .web-message-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../img/info-ico.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .web-message .web-message-wrapper::before {
    transform: translateY(0);
    top: 20px;
    width: 40px;
    height: 40px;
  }
}
.web-message .web-message-wrapper .web-message-title {
  color: #000;
  font-family: "Poppins-SemiBold";
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .web-message .web-message-wrapper .web-message-title {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 0 40px;
    gap: 10px;
  }
}
.web-message .web-message-wrapper .web-message-title h5 {
  color: #000;
  font-family: "Poppins-SemiBold";
  margin-bottom: 0;
}
.web-message .web-message-wrapper .web-message-title .web-message-date {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Poppins-Regular";
  color: #000;
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .web-message .web-message-wrapper .web-message-title .web-message-date {
    padding: 5px 10px;
  }
}
.web-message .web-message-wrapper .web-message-content p {
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .web-message .web-message-wrapper .web-message-content p {
    text-align: center;
  }
}
.web-message .web-message-wrapper .web-message-content a {
  color: #da4d50;
  text-decoration: none;
}
.web-message .web-message-wrapper .web-message-content a:hover {
  text-decoration: underline;
}
.web-message .web-message-wrapper .web-message-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 575px) {
  .web-message .web-message-wrapper .web-message-close {
    top: 20px;
    transform: translateY(0);
  }
}
.web-message .web-message-wrapper .web-message-close::before, .web-message .web-message-wrapper .web-message-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}
.web-message .web-message-wrapper .web-message-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.web-message .web-message-wrapper .web-message-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hp-banner-bg {
  background-image: url(../img/hp-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  min-height: 780px;
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .hp-banner-bg {
    min-height: 600px;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .hp-banner-bg {
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .hp-banner-bg {
    padding-bottom: 1rem;
    min-height: 330px;
  }
}

.section-service .service-list {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .section-service .service-list {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.section-service .service-list .service-list-item {
  display: block;
  border-top: 1px solid #e1e1e1;
  padding: 17px 0;
  position: relative;
  padding-left: 57px;
  font-family: "Poppins-Bold";
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
  transition: all 0.15s ease;
}
.section-service .service-list .service-list-item:hover {
  color: #da4d50;
}
@media (max-width: 575px) {
  .section-service .service-list .service-list-item {
    font-size: 1rem;
  }
}
.section-service .service-list .service-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/arrow-right-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .section-service .service-list .service-list-item::before {
    font-size: 1rem;
  }
}
.section-service .service-list .service-list-item:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.section-service .contact-map {
  margin-bottom: 50px;
}
.section-service .contact-map-box,
.section-service .contact-map img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}
.section-service .servis-address {
  position: relative;
  padding-left: 45px;
  margin-bottom: 35px;
}
.section-service .servis-address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-address-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-service .servis-address p {
  margin-bottom: 0;
}
.section-service .servis-address .servis-address-title {
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Bold";
  color: #000;
}
.section-service .servis-address .servis-address-text {
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
}
.section-service .servis-address .servis-address-text a {
  display: block;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
  text-decoration: none;
}
.section-service .servis-address .servis-address-text a:hover {
  text-decoration: underline;
}
.section-service .servis-tel {
  position: relative;
  padding-left: 45px;
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
}
.section-service .servis-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-tel-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-service .servis-tel a {
  display: block;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
  text-decoration: none;
}
.section-service .servis-tel a:hover {
  text-decoration: underline;
}
.section-service .servis-tel p {
  margin-bottom: 0;
}
.section-service .servis-email {
  position: relative;
  padding-left: 45px;
}
.section-service .servis-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-email-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-service .servis-email a {
  display: block;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-SemiBold";
  color: #da4d50;
  text-decoration: none;
}
.section-service .servis-email a:hover {
  text-decoration: underline;
}
.section-service .servis-email p {
  margin-bottom: 0;
}

.section-news .news-items {
  margin-bottom: 50px;
}
.section-news .news-items .news-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .section-news .news-items .news-item {
    margin-bottom: 60px;
  }
  .section-news .news-items .news-item:last-child {
    margin-bottom: 0;
  }
}
.section-news .news-items .news-item .news-item-top {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-bottom: 45px;
}
.section-news .news-items .news-item .news-item-top:hover .news-item-image img {
  transform: scale(1.1);
}
.section-news .news-items .news-item .news-item-top .news-item-image img {
  max-height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4/1;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.section-news .news-items .news-item .news-item-top .news-item-date {
  position: absolute;
  left: 20px;
  bottom: 15px;
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 5px;
  color: #9d9d9d;
}
.section-news .news-items .news-item .news-item-top .news-item-date svg {
  margin-top: -3px;
  fill: #9d9d9d;
}
.section-news .news-items .news-item .news-item-body {
  margin-bottom: 35px;
}
.section-news .news-items .news-item .news-item-body .news-item-title {
  display: block;
  font-size: 1.25rem;
  line-height: 30px;
  font-family: "Poppins-SemiBold";
  color: #000;
  text-decoration: none;
  margin-bottom: 25px;
}
.section-news .news-items .news-item .news-item-body .news-item-title:hover {
  text-decoration: underline;
}
.section-news .news-items .news-item .news-item-body p {
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
  margin-bottom: 0;
}
.section-news .news-items .news-item .news-item-bottom .news-item-more {
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #000;
  text-decoration: none;
}
.section-news .news-items .news-item .news-item-bottom .news-item-more,
.section-news .news-items .news-item .news-item-bottom .news-item-more svg {
  transition: all 0.15s ease;
}
.section-news .news-items .news-item .news-item-bottom .news-item-more:hover {
  color: #da4d50;
}
.section-news .news-items .news-item .news-item-bottom .news-item-more:hover svg {
  fill: #da4d50;
}
.section-news .news-items .news-item .news-item-bottom .news-item-more svg {
  margin-left: 10px;
}
.section-news .news-btn {
  position: relative;
  display: inline-block;
  height: 54px;
  background-color: #da4d50;
  color: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 17px;
  border: 1px solid #da4d50;
  padding: 14px 50px;
  border-radius: 27px;
  text-decoration: none;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.section-news .news-btn:hover {
  background-color: #fff;
  border-color: #da4d50;
  color: #da4d50;
  box-shadow: inset 15rem 0 0 0 #fff;
}

.subpage-bg {
  position: relative;
  margin-top: -16px;
}
@media (max-width: 991px) {
  .subpage-bg {
    margin-top: 0;
  }
}
.subpage-bg::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/subpage-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 2;
}
@media (max-width: 991px) {
  .subpage-bg::before {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .subpage-bg::before {
    opacity: 0.25;
  }
}
.subpage-bg > .section {
  position: relative;
  z-index: 999;
}

.section-contact {
  position: relative;
  z-index: 999;
}
.section-contact .row {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .section-contact .row {
    margin-bottom: 40px;
  }
}
.section-contact .row:last-of-type {
  margin-bottom: 0;
}
.section-contact .row {
  row-gap: 50px;
}
.section-contact .contact-wrapper {
  position: relative;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .section-contact .contact-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .section-contact .contact-wrapper {
    padding-left: 0;
  }
}
.section-contact .contact-title {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .section-contact .contact-title {
    padding-left: 45px;
  }
}
.section-contact .contact-title::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../img/contact-title-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section-contact .contact-title::before {
    width: 40px;
    height: 40px;
    left: -50px;
  }
}
@media (max-width: 575px) {
  .section-contact .contact-title::before {
    left: -7px;
  }
}
.section-contact .contact-title h2 {
  font-family: "InstrumentSans-Medium";
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin-bottom: 0;
}
.section-contact .contact-imgs {
  row-gap: 30px;
}
@media (max-width: 575px) {
  .section-contact .contact-imgs {
    row-gap: 16px;
  }
}
.section-contact .contact-imgs .contact-map,
.section-contact .contact-imgs .contact-img {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
}
.section-contact .contact-imgs .contact-map-box,
.section-contact .contact-imgs .contact-map img,
.section-contact .contact-imgs .contact-img-box,
.section-contact .contact-imgs .contact-img img {
  max-width: 100%;
  height: 420px;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .section-contact .contact-imgs .contact-map img,
  .section-contact .contact-imgs .contact-img img {
    height: auto;
    aspect-ratio: 1.25/1;
  }
}
.section-contact .contact-address {
  position: relative;
  padding-left: 45px;
  margin-bottom: 35px;
}
.section-contact .contact-address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-address-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-contact .contact-address p {
  margin-bottom: 0;
}
.section-contact .contact-address .contact-address-title {
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Bold";
  color: #000;
}
.section-contact .contact-address .contact-address-text {
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
}
.section-contact .contact-address .contact-address-text a {
  display: block;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
  text-decoration: none;
}
.section-contact .contact-address .contact-address-text a:hover {
  text-decoration: underline;
}
.section-contact .contact-tel {
  position: relative;
  padding-left: 45px;
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
}
.section-contact .contact-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-tel-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-contact .contact-tel a {
  display: block;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-Regular";
  color: #757575;
  text-decoration: none;
}
.section-contact .contact-tel a:hover {
  text-decoration: underline;
}
.section-contact .contact-tel p {
  margin-bottom: 0;
}
.section-contact .contact-email {
  position: relative;
  padding-left: 45px;
}
.section-contact .contact-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/footer-email-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-contact .contact-email a {
  display: block;
  font-size: 1rem;
  line-height: 27px;
  font-family: "Poppins-SemiBold";
  color: #da4d50;
  text-decoration: none;
}
.section-contact .contact-email a:hover {
  text-decoration: underline;
}
.section-contact .contact-email p {
  margin-bottom: 0;
}

.section-cards {
  position: relative;
  z-index: 999;
}
.section-cards .row {
  row-gap: 40px;
}
@media (max-width: 575px) {
  .section-cards .row {
    row-gap: 25px;
  }
}
.section-cards .cards-subtitle {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 575px) {
  .section-cards .cards-subtitle {
    margin-bottom: 40px;
  }
}
.section-cards .cards-subtitle h3 {
  font-family: "InstrumentSans-Medium";
  line-height: 45px;
  color: #000;
  max-width: 65%;
  text-align: center;
  margin: auto;
}
@media (max-width: 991px) {
  .section-cards .cards-subtitle h3 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .section-cards .cards-subtitle h3 {
    line-height: 28px;
  }
}
.section-cards .cards-subtitle h3 span {
  font-family: "InstrumentSans-Bold";
}
.section-cards .card-item {
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
}
@media (max-width: 575px) {
  .section-cards .card-item {
    margin: 0;
  }
}
.section-cards .card-item .card-item-top {
  border-bottom-left-radius: 25px;
  overflow: hidden;
  height: 265px;
  width: auto;
}
.section-cards .card-item .card-item-top a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.4/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-cards .card-item .card-item-top:hover a img {
  transform: scale(1.1);
}
.section-cards .card-item .card-item-bottom {
  padding: 25px 25px 90px 25px;
  background-color: #fff;
}
.section-cards .card-item .card-item-bottom h5 {
  color: #000;
  font-family: "InstrumentSans-Bold";
}
.section-cards .card-item .card-item-bottom .card-item-btn {
  position: relative;
  font-family: "Poppins-Medium";
  color: #000;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: auto;
  border-radius: 20px;
  border: 1px solid #d5d5d5;
  padding: 15px 45px 15px 20px;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section-cards .card-item .card-item-bottom .card-item-btn svg {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  fill: #da4d50;
  transition: all 0.3s ease;
}
.section-cards .card-item .card-item-bottom .card-item-btn:hover {
  text-decoration: underline;
}
.section-cards .card-item .card-item-bottom .card-item-btn:hover svg {
  right: 15px;
}
.section-cards .card-item:has(.card-item-btn:hover) .card-item-top img {
  transform: scale(1.1);
}/*# sourceMappingURL=main.css.map */