@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Inter-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf) format('truetype');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter-Medium.ttf) format('truetype');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.ttf) format('truetype');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.ttf) format('truetype');
}

.main-slider .swiper-slide .image-layer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    opacity: 0.8;
}

.service-one {
    background-color: #efb443;
    padding-right: 15px;
    padding-left: 15px;
}

.about-one__tagline p {
    font-family: var(--thm-font);
    line-height: 1.4;
    font-size: 22px;
}

.pwmx1-icon {
    width: 100%;
}

.service-two__card-icon {
    background-color: #ffffff !important;
}

.service-two__bottom-curv {
    height: 40px;
}

.pwmx1-icon-list {
    margin-top: 120px;
}

.pwmx1-icon-list + .pwmx1-icon-list {
    margin-top: 0;
}

.service-two__card-content {
    margin-bottom: 80px;
}

.service-two__card {
    -webkit-box-shadow: 0 4px 0 0 #f7c35f;
    box-shadow: 0 4px 0 0 #f7c35f;
}

.main-slider .swiper-slide h2 {
    font-family: var(--thm-font);
}

.about-short__container {
    display: flex;
    justify-content: center;
}

.service-one .block-title {
    margin-bottom: 30px;
}

.service-one .block-title h3 {
    color: #ffffff;
}

.about-short__summery {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    max-width: 1000px;
}

.site-footer::before {
    background-color: #f6f5f2;
}

@media (min-width: 992px) {

    .service-one {
        padding-bottom: 80px;
        margin-bottom: 20px;
    }

    .service-two .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (min-width: 1200px) {

    .service-one {
        padding-top: 120px;
        padding-bottom: 120px;
    }

}

@media (max-width: 1439px) {

    .about-short__summery {
        font-size: 18px;
        line-height: 1.78;
    }

}

@media (max-width: 1199px) {

    .main-menu .logo-box .mobile-nav__toggler {
        margin-left: 40px;
    }

}