* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.section-heading h6 {
    background: #181818;
    display: inline-block;
    color: #fff;
    padding: 10px 50px;
    border-radius: 50px;
    font-family: "Lato", sans-serif;
}

.section-heading h2 {
    font-family: "Cabin", sans-serif;
    color: #181818;
    font-size: 40px;
    font-weight: 700;
    width: 57%;
    margin: 20px auto 0;
}

/* HEADER */
header {
    background: #fff;
}

header .logo img {
    width: 150px;
}

header ul {
    width: 36%;
}

header ul li a {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #000;
}

header ul li a:hover {
    color: #000 !important;
}

/* BANNER */
.banner {
    width: 100%;
    height: 88vh;
    background: url('../images/banner-img.png');
    background-size: cover;
    padding: 300px 0 0;
}

.banner .banner-content {
    width: 580px;
    height: 206px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 33px 30px;
}

.banner .banner-content h1 {
    font-family: "Cabin", sans-serif;
    color: #181818;
    font-size: 48px;
    font-weight: 700;
}

.banner .banner-content button {
    border: none;
    outline: none;
    font-family: "Lato", sans-serif;
    color: #fff;
    padding: 12px 25px;
    background: #181818;
    border-radius: 50px;
    line-height: 22px;
    margin-top: 12px;
}

/* SERVICES */
.services {
    padding: 70px 0;
    background: #F5F5F5;
}

.service-content .service-box {
    padding: 20px 25px;
    background: #EBEBEB;
    border-radius: 15px;
    height: 530px;
    width: 95%;
    margin: 50px auto 0;
}

.service-content .service-box img {
    border-radius: 15px;
    margin-bottom: 20px;
    height: 272px;
}

.service-content .service-box h3 {
    font-size: 25px;
    font-family: "Cabin", sans-serif;
    color: #181818;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 0;
}

.service-content .service-box p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #595566;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.service-content .service-box button {
    border: none;
    outline: none;
    font-family: "Lato", sans-serif;
    margin-left: 10px;
    background: #fff;
    padding: 12px 40px;
    border-radius: 50px;
    line-height: 23px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 25px;
    transition: 0.3s;
}

.service-content .service-box button:hover {
    background-color: #181818;
    color: #fff;
}

.slick-prev,
.slick-next {
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 10px -3px #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 100;
    top: 55%;
}

.slick-prev:before,
.slick-next:before {
    line-height: 11px;
    opacity: 1;
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #fff;
}

/* GLOBAL NETWORK */
.global-network {
    padding: 70px 0;
}

.global-network img {
    margin-top: 90px;
    height: 530px;
}

.global-img {
    width: 70%;
}

.countries .country .box {
    width: 25px;
    height: 25px;
}

.box.grey {
    background: #DCDCDC;
}

.box.black {
    background: #595566;
}

.countries {
    width: 20%;
}

.countries h3 {
    font-family: "Inter", sans-serif;
    font-size: 27px;
    margin-bottom: 24px;
}

.countries .country {
    margin-bottom: 20px;
}

.countries .country h4 {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 17px;
    margin-left: 20px;
}

/* INDUSTRIES */
.industries {
    padding: 70px 0;
    background: url('../images/industries-bg.png');
    background-size: cover;
}

.industries .section-heading h6 {
    background-color: #fff;
    color: #000;
}

.industries .section-heading h2 {
    color: #fff;
}

.industry-row {
    background: #fff;
    padding: 20px;
    margin-top: 50px;
    border-radius: 30px;
}

/* FOOTER */
footer {
    padding: 60px 0;
}

.footer-logo img {
    width: 80%;
}

.footer-logo {
    position: relative;
}

.footer-logo::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #707070;
    top: 0;
    right: 0;
}

.footer-content h3 {
    font-family: "Cabin", sans-serif;
    color: #181818;
    font-size: 20px;
    font-weight: 600;
}

.footer-content h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #181818;
    margin-top: 10px;
}

.footer-content h4 {
    font-family: "Lato", sans-serif;
    color: #181818;
    font-size: 17px;
    margin-top: 16px;
}

.footer-content ul {
    padding-left: 1.2rem;
}

.footer-content ul li a {
    color: #181818;
    font-family: "Lato", sans-serif;
}

.footer-content ul li {
    margin-bottom: 7px;
}

.footer-col-1 {
    width: 14%;
}

.footer-col-2 {
    width: 22%;
}

.footer-col-3 {
    width: 15%;
}

.hamburger-menu {
    width: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    display: none;
}

.hamburger-menu span {
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #000;
    margin-bottom: 6px;
}

.mobile-nav {
    width: 290px;
    height: 100vh;
    background: #fff;
    position: fixed;
    box-shadow: 0px 1px 7px -4px #000;
    left: -5000px;
    transition: 0.45s ease;
    z-index: 2;
}

.mobile-nav.opened {
    left: 0;
}

.overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 1;
    display: none;
}

.overlay.opened {
    display: block;
}

.mobile-nav ul {
    padding: 30px 15px;
    width: 100%;
}

.mobile-nav ul li a {
    color: #292929;
    font-size: 17px;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 6px;
    background: #f3f3f3a8;
    padding: 10px;
    border-radius: 5px;
}

.mobile-logo img {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .desktop-nav {
        display: none !important;
    }

    .hamburger-menu {
        display: flex !important;
    }
}

@media (max-width: 450px) {
    .banner {
        height: unset;
        padding: 130px 0 20px;
    }

    .banner .container {

        align-items: unset !important;
    }

    .banner .banner-content {
        width: 100%;
        height: 116px;
        padding: 23px 20px;
    }

    .banner .banner-content h1 {
        font-size: 29px;
    }

    .banner .banner-content button {
        padding: 10px 15px;
        line-height: 12px;
        margin-top: 0px;
        font-size: 14px;
    }

    .section-heading h6 {
        padding: 10px 40px;
        font-size: 15px;
    }

    .section-heading h2 {
        font-size: 27px;
        width: 100%;
    }

    .slick-prev,
    .slick-next {
        padding: 7px;
        width: 40px;
        height: 40px;
        top: 58%;
    }

    .slick-next {
        right: 15px;
    }

    .slick-prev {
        left: 15px;
    }

    .service-content .service-box h3 {
        font-size: 23px;
    }

    .service-content .service-box p {
        font-size: 15px;
    }

    .global-img {
        width: 100%;
    }

    .global-network img {
        height: auto;
        margin-top: 40px;
    }

    .countries {
        width: 100%;
        margin-top: 30px;
    }

    .countries .country div {
        justify-content: center;
    }

    .countries h3 {
        text-align: center;
    }

    .countries .country h4 {
        width: 54%;
        font-size: 15px;
    }

    .industry-row {
        width: 95%;
        margin: 20px auto 0;
    }

    .industry-row img {
        margin-bottom: 15px;
    }

    .industry-row .col-lg-4:last-child img {
        margin-bottom: 0;
    }

    footer {
        padding: 20px 0;
    }

    .footer-logo img {
        width: 40%;
    }

    .footer-logo::after {
        display: none;
    }

    .footer-col-1,
    .footer-col-2,
    .footer-col-3 {
        width: 100%;
        margin-top: 20px;
    }

    .footer-content h3 {
        font-size: 19px;

        text-align: center;
    }

    .footer-content ul {
        margin: 0 auto;
        list-style: none;
        text-align: center;
        padding: 0;
    }

    .footer-content ul li a {
        font-size: 15px;
    }

    .footer-content h4 br {
        display: none;
    }

    .footer-content h4 {
        font-size: 15px;
        text-align: center;
    }

    .footer-col-3 {
        margin-top: 25px;
    }

    .footer-logo {
        border-bottom: 3px solid #000;
        text-align: center;
    }

    .footer-content h3::after {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background: #181818;
        margin-top: 10px;
        text-align: center;
        margin: 7px auto 0;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 22px;
    }
}