/* global */

body {
    margin: 0;
    padding: 0;
    color: #414141;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.action-button-animation {
    position: relative;
}

.bodymovin {
    width: 62px;
    /* 310 */
    height: 34px;
    /* 170 */
    position: absolute;
    top: -34px;
    right: 4%;
    z-index: 0;
    pointer-events: none;
    transition: transform 0s;
}

.bodymovin--hidden {
    transform: translateY(30px);
    transition: transform 0.55s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* end of global */

@media(min-width: 1366px) {
    .awards-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .awards-strip img {
        margin-top: 50px;
        height: 40px;
    }
    .services-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .services-left {
        width: calc(70% - 25px);
    }
    .services-right {
        position: relative;
        width: calc(30% - 25px);
    }
    .service-image {
        border-radius: 10px;
        background-size: cover;
        background-position: 50% 50%;
        width: 500px;
        height: 300px;
        margin: 0 0 50px 0;
    }
    .services-list {
        position: sticky;
        top: 100px;
        width: 100%;
        min-height: 300px;
        margin: 0;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06), 4px 4px 18px rgba(0, 0, 0, 0.18);
    }
    .services-list img {
        position: absolute;
        top: -60px;
        left: -25px;
        z-index: 1;
        height: 100px;
    }
    .services-list a:hover {
        transform: translateX(5%) !important;
    }
    .services-list a {
        display: block !important;
        font-size: 17px !important;
        font-weight: 800 !important;
        color: #fff;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
        margin: 15px 0 !important;
        padding: 0 !important;
        transition: 0.2s all ease-out !important;
    }
    .services-left p {
        margin: 25px 0 !important;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .awards-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .awards-strip img {
        margin-top: 50px;
        height: 35px;
    }
    .services-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .services-left {
        width: calc(65% - 25px);
    }
    .services-right {
        position: relative;
        width: calc(35% - 25px);
    }
    .service-image {
        border-radius: 10px;
        background-size: cover;
        background-position: 50% 50%;
        width: 450px;
        height: 250px;
        margin: 0 0 50px 0;
    }
    .services-list {
        position: sticky;
        top: 100px;
        width: 100%;
        min-height: 300px;
        margin: 0;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06), 4px 4px 18px rgba(0, 0, 0, 0.18);
    }
    .services-list img {
        position: absolute;
        top: -60px;
        left: -25px;
        z-index: 1;
        height: 100px;
    }
    .services-list a:hover {
        transform: translateX(5%) !important;
    }
    .services-list a {
        display: block !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        color: #fff;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
        margin: 15px 0 !important;
        padding: 0 !important;
        transition: 0.2s all ease-out !important;
    }
    .services-left p {
        margin: 25px 0 !important;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .awards-strip {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .awards-strip img {
        margin-top: 50px;
        height: 30px;
    }
    .services-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .services-left {
        width: calc(65% - 25px);
    }
    .services-right {
        position: relative;
        width: calc(35% - 25px);
    }
    .service-image {
        border-radius: 10px;
        background-size: cover;
        background-position: 50% 50%;
        width: 450px;
        height: 250px;
        margin: 0 0 50px 0;
    }
    .services-list {
        position: sticky;
        top: 100px;
        width: 100%;
        min-height: 300px;
        margin: 0;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06), 4px 4px 18px rgba(0, 0, 0, 0.18);
    }
    .services-list img {
        position: absolute;
        top: -50px;
        left: -25px;
        z-index: 1;
        height: 75px;
    }
    .services-list a:hover {
        transform: translateX(5%) !important;
    }
    .services-list a {
        display: block !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        color: #fff;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
        margin: 15px 0 !important;
        padding: 0 !important;
        transition: 0.2s all ease-out !important;
    }
    .services-left p {
        margin: 25px 0 !important;
    }
}

@media(max-width: 769px) {
    .awards-strip {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        align-items: center;
    }
    .awards-strip img {
        margin: 0;
        height: 30px;
    }
    .services-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .services-left {
        width: 100%;
    }
    .services-right {
        position: relative;
        width: 100%;
    }
    .service-image {
        border-radius: 10px;
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 200px;
        margin: 0 0 25px 0;
    }
    .services-list {
        position: sticky;
        top: 0;
        width: 100%;
        min-height: 300px;
        margin: 50px 0 0 0;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06), 4px 4px 18px rgba(0, 0, 0, 0.18);
    }
    .services-list img {
        position: absolute;
        top: -50px;
        left: -25px;
        z-index: 1;
        height: 75px;
    }
    .services-list a:hover {
        transform: translateX(5%) !important;
    }
    .services-list a {
        display: block !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        color: #fff;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
        margin: 15px 0 !important;
        padding: 0 !important;
        transition: 0.2s all ease-out !important;
    }
    .services-left p {
        margin: 25px 0 !important;
    }
}
