html,
body {
    font-family: "Uni Sans";
    font-size: 10px !important;
    color: #515F66;
    margin: 0;
    background-color: #fff;
}

a {
    transition: color 0.25s, border 0.25s;
    color: #515F66;
}

.img-response {
    display: block;
    max-width: 100%;
    height: auto;
}

.nav-box {
    display: none;
    height: 100vh;
    width: 100%;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateX(-150%);
    position: absolute;
    transition: transform 0.4s ease-in-out;
    ;
}


p {
    font-size: 2rem;
    line-height: 3.2rem;
}

.position-unset {
    position: unset;
}

h2 {
    border-bottom: 2px solid #E11B22;
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    /* identical to box height, or 120% */

    display: flex;
    align-items: center;

    /* EnTi/Ultra Dark Grey */

    color: #202324;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    position: relative;
    z-index: 1000;
}

.top-nav,
.bottom-nav {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: center;
}

.top-nav ul,
.bottom-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


.top-nav ul li,
.bottom-nav ul li {
    margin: 0 20px;
}

.top-nav ul li:first-child,
.bottom-nav ul li:first-child {
    margin-left: 0;
}

.top-nav ul li:last-child,
.bottom-nav ul li:last-child {
    margin-right: 0;
}

.top-nav ul li a,
.bottom-nav ul li a {
    display: flex;
    height: 4rem;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.top-nav ul li a:hover,
.top-nav ul li a.active,
.bottom-nav ul li a:hover,
.bottom-nav ul li a.active {
    border-color: #E11B22;
    color: #E11B22;
}

.mobile-nav {
    display: none;
}



/* Slider */

.slide-body {
    width: 100%;
    display: flex;
    height: 460px;
    align-items: center;
    justify-content: start;
    padding: 0 100px;
    /* background-position: center; */
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.slide-text {
    width: 360px;
    font-family: 'Uni Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;

    color: #FFFFFF;
}

.swiper-pagination-bullet {

    width: 16px;
    height: 16px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.5;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 1.6rem;
}

.services .subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #006AA2;
    margin-top: 15px;
}

.service-item {
    display: flex;
    margin-bottom: 30px;
}

.service-item .picture {
    margin-right: 20px;
    margin-left: -16px;
}

.col-xl-6:nth-last-child(odd) .service-item {
    justify-content: end;
}


.service-item .content {
    max-width: 390px;
}

.cases-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.service-item .content ul {
    padding-left: 22px;
}

.service-item .content ul,
.service-item .content p {
    font-size: 16px;
    line-height: 24px;
}

.partners {
    margin-top: 90px;
}

.partners-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.mailto {
    color: #006AA2;
    text-decoration: none;
}

.mailto:hover {
    text-decoration: underline;
}

.footer {
    background-color: #202324;
    height: 218px;
    margin-top: 20px;
    padding: 20px;
}

.delimeter {
    background-color: #8A9499;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.links a {
    margin-right: 16px;
    text-decoration: none;
}

.links a:hover img {
    filter: brightness(50%);
}

.bottom-nav li a {
    color: #fff;
}

.copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #DDDFE0;
}

.ilinks {
    display: flex;
    flex-direction: column;
}

.ilinks a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #8A9499;
    text-decoration: none;
}

.ilinks a.bold {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 5px;
}

.ilinks a:hover {
    text-decoration: underline;
}

.address,
.phone,
.mail {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.address img,
.phone img,
.mail img{
    margin-right: 14px;
}

.mail .mailto{
    color:#fff;
}