.video-container {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}
.video-container h1 {
    position: absolute;
    top: 0;
    width: 80%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-container h1 img {
    width: 100%;
}
.heading {
    font-family: "ABCDiatype-Heavy", sans-serif;
    color: #333333;
    font-size: 50px;
    line-height: 0.8;
}
.subheading {
    font-family: "ABCDiatype-Medium", sans-serif;
    color: #333333;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 48px;
}
.details {
    font-family: "ABCDiatype-Regular", sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.2;
}
.row-section {
    margin-top: 64px;
    margin-bottom: 45px;
}
.services-swiper, .about-swiper {
    overflow-x: hidden;
    position: relative;
}
.services-swiper .service-card {
    margin: 0 16px;
    position: relative;
    cursor: pointer;
    border: solid 4px transparent;
    border-radius: 3.5rem;    
}
.service-card:before {
    content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: 3.7rem;
  background: linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(52,69,237,1) 70%);
  visibility: hidden;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease;
  opacity: 0;
}
.service-card .absolute-link {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin-top: 45px;
}
.swiper-pagination-bullet-active {
    background: #666666;
}
span.swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
}
.services-swiper .text-container {
    background-color: #FFFFFF;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 0px 40px 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 8px 13px 0px;
}
.service-card:hover:before {
    visibility: visible;
    opacity: 1;
}
.service-card .img-container img.img-fluid {
    width: 100%;
    height: 100%;
}
.service-card:hover .arrow.default {
    display: none;
}
.service-card:not(:hover) .arrow.hover {
    display: none;
}
.service-card:hover a:not(.absolute-link) {
    text-decoration: underline;
}
.service-heading {
    font-family: "ABCDiatype-Heavy", sans-serif;
    font-size: 24px;
    color: #333333;
    transition: all 0.2s ease;
    min-height: 76px;
    line-height: 1;
    display: flex;    
    margin-bottom: 4px;
    align-items: flex-end;
}
.service-details {
    font-family: "ABCDiatype-Regular", sans-serif;
    color: #333333;
    transition: all 0.2s ease;
    min-height: 72px;
    line-height: 1.2;
    margin-bottom: 0;   
}
.service-card a {
    font-family: "ABCDiatype-Heavy", sans-serif;
    font-size: 18px;
    color: #333333;
    transition: all 0.2s ease;
    text-decoration: none;
}
.service-card:hover * {
    color: #3444EC;
}
.service-card .img-container {
    object-fit: cover;
    height: 191px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.service-card .img-container img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.big-slider {
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 127px;
    background-size: 1375px;
    padding-bottom: 127px;
}
.big-swiper {
    overflow-x: hidden;
    z-index: -1;
    position: relative;
}
.big-swiper img {
    width: 100%;
    max-height: 771px;
    object-fit: cover;
    object-position: center;
}
.big-swiper .swiper-slide:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 4px;
    width: 100%;
    content: "";
    display: block;
}
.last-row {
    margin-bottom: 0;
    margin-top: 90px;
}
.last-row .container-fluid .col-lg-6, .last-row .container-fluid .col-lg-5.headquarter-col {
    position: relative;
}
.last-row .container-fluid .col-lg-6 p, .last-row .container-fluid .col-lg-5.headquarter-col p {
    margin-left: 20px;
}
.last-row .container-fluid .col-lg-6 .details {
    margin-bottom: 0;
}
.locator {
    max-width: 16px;
    margin-right: 16px;
    top: 8px;
    position: absolute;
}
.location-row {
    max-width: 619px;
}
.location-row .details {
    font-size: 18px;
}
.bg-image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about {
    margin-top: 0;
}
#about .details {
    font-size: 16px;
}
#map-container {
    width: 110%;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    margin: 48px 0;
    height: 500px;
}
.last-row .col-lg-6.desktop img {
    height: 101%;
    width: 100%;
    object-fit: cover;
}
.last-row .col-12 .container-fluid {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#about .col-lg-6.order2:after{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
}
#about .col-lg-6.order2 img {
    object-fit: cover;
    height: 101%;
}
.custom-margins-right {
    padding-left: 32px;
    padding-right: 32px;
}
.custom-margins-left {
    padding-left: 44px;
    padding-right: 32px;
}
.whatsapp-container {
    display: inline-block;
    position: fixed;
    bottom: 32px;
    right: 24px;
    z-index: 99;
    max-width: 78px;
}
.subcontainer {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
   .big-slider {
    padding-top: 94px;
    background-size: contain;
    padding-bottom: 94px;
   }
    #services .col-lg-5 {
        width: 100% !important;
    }
    .video-slider-container {
        padding-right: 0 !important;
    }
    .location-row .col-lg-6:first-child {
        margin-bottom: 24px;
    }
    .services-swiper .service-card {
        margin: 0;
    }
    .video-container.mobile video {
        object-fit: cover;
        min-height: 550px;
    }
    .flex-row {
        display: flex;
        margin: 0 auto 48px auto;
    }
    .flex-row .order1 {
        order: 1;
    }
    .flex-row .order2 {
        order: 2;
        padding: 0;
        margin-top: 32px;
    }
    .heading {
        font-size: 48px;
        line-height: 50px;
    }
    .subheading {
        font-size: 36px;
    }
    .details {
        font-size: 20px;
    }
    #map-container {
        border-radius: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .last-row {
        margin: 0 auto;
        max-width: 100%;
        overflow-x: hidden;
        margin-top: 90px;
    }
    .last-row .col-12, .last-row .col-12 .container-fluid {
        padding: 0;
        margin: 0 auto;
        overflow-x: hidden;
        max-width: 100%;
        width: 100%;
    }
    .last-row .col-12 .container-fluid > div:first-child {
        padding: 0 15px;
    }
    .custom-margins-right {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 578px) {
    .service-heading {
        min-height: 58px;
    }
    .service-details {
        min-height: 68px;
    }
}
@media only screen and (min-width: 1025px) {    
    .row-section .col-lg-5:not(.headquarter-col) {
        padding-left: 44px;
    }
    .services-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .services-swiper .swiper-slide {
        flex: 0 0 auto;
        width: 25%;
    }   
    .service-card {
        margin-bottom: 32px !important;
    }
    .fixed-top {
        position: relative;
    }
    video {
        max-height: 600px;
        object-fit: cover;
    }
    #about span.swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    #services {
        padding-left: 32px;
    }
}
.map-title.bold {
    font-family: 'ABCDiatype-Medium', sans-serif;
    margin-bottom: 0;
}
.map-address, .map-address * {
    font-family: 'ABCDiatype-Regular', sans-serif;
}
img.img-fluid.arrow {
    max-width: 16px;
}
#services .desktop.text-center img {
    max-width: 560px;
}
#services .heading {
    margin-bottom: 0;
}
#services .subheading {
    margin-bottom: 32px;
    margin-top: 32px;
}
#hq .subheading {
    margin-bottom: 0;
    max-width: 407px;
}
#hq .subheading + .details {
    max-width: 757px;
}
#hq .custom-margins-left > div:not(.map-container) > .details {
    margin-top: 32px;
    margin-bottom: 32px;
}
#hq .subheading + .details {
    font-size: 16px;
}

@media only screen and (min-width: 992px) {
    .location-row .col-lg-6:first-of-type {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}