.video-container {
    position: relative;
}
.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: #000000;
    font-size: 64px;
    line-height: 0.8;
}
.subheading {
    font-family: "ABCDiatype-Medium", sans-serif;
    color: #000000;
    font-size: 56px;
    line-height: 0.8;
    margin-bottom: 48px;
}
.details {
    font-family: "ABCDiatype-Regular", sans-serif;
    color: #000000;
    font-size: 24px;
    line-height: 1;
}
.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: inherit;
  background: linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(52,69,237,1) 70%);
    visibility: hidden;
    transition: visibility 0.2s ease;    
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin-top: 45px;
}
.swiper-pagination-bullet-active {
    background: #666666;
}
span.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
}
.services-swiper .text-container {
    background-color: #FFFFFF;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 0px 40px 40px 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,-0.99);
}
.service-card:hover:before {
    visibility: visible;
}
.service-card img.img-fluid {
    width: 100%;
    height: 100%;
}
.service-card:hover a {
    text-decoration: underline;
}
.service-heading {
    font-family: "ABCDiatype-Heavy", sans-serif;
    font-size: 40px;
    color: #000000;
    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: #000000;
    transition: all 0.2s ease;
    min-height: 48px;    
}
.service-card a {
    font-family: "ABCDiatype-Heavy", sans-serif;
    font-size: 18px;
    color: #000000;
    transition: all 0.2s ease;
    text-decoration: none;
}
.service-card:hover * {
    color: #3444EC;
}
.service-card .img-container {
    object-fit: cover;
    height: 191px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,-0.99);
    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: 161px;
    background-size: contain;
    padding-bottom: 161px;
}
.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;
}
.last-row .container-fluid .col-lg-6 {
    display: flex;
    align-items: center;
}
.last-row .container-fluid .col-lg-6 .details {
    margin-bottom: 0;
    margin-left: 8px;
}
.locator {
    max-width: 24px;
}
.location-row {
    margin-top: 3rem;
}
.bg-image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#map-container {
    width: 130%;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin: 48px 0;
    height: 600px;
}
.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: 32px;
    z-index: 99;
    max-width: 78px;
}
@media only screen and (max-width: 1024px) {
    .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: 50px;
    }
    .subheading {
        font-size: 42px;
    }
    #map-container {
        border-radius: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .last-row {
        margin: 0 auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    .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 {
        font-size: 32px
    }
    .service-details {
        min-height: 96px;
    }
}
@media only screen and (min-width: 1025px) {
    .row-section .col-lg-5 {
        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;
    }
}