*, *:after, *:before {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    margin: 0;
}

.heading_line {
    padding-bottom: 20px;
    border-bottom: 1px solid #A60000;
    color: #000000;
    margin-bottom: 40px;
}

.max-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.contact-us input[type=submit],
.btn {
    background-color: #A60000;
    text-decoration: none;
    color: #fff;
    border: 2px solid #a60000;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 48px;
    line-height: 36px;
    display: inline-block;
    transition: all ease .3s;
    cursor: pointer;
}

.contact-us input[type=submit]:hover,
.btn:hover {
    background-color: transparent;
    color: #e20000;
}

@media (max-width: 1300px) {
    .max-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header {
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header__logo {
    max-width: 200px;
    transition: .3s all ease;
}

.header__logo--black {
    opacity: 0;
    width: 0;
}

.scrolled .header__logo {
    max-width: 100px;
}

.heading-section {
    background-color: #000;
    position: relative;
    min-height: 775px;
    z-index: 0;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center -120px;
    display: flex;
    background-repeat: no-repeat;
}

.header-section__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    display: none;
}

.heading-section .max-wrap {
    margin-top: auto;
    margin-bottom: 150px;
    color: #fff;
}

.heading-section__copy {
    border-left: 1px solid #fff;
    padding-left: 32px;
}

.heading-section__copy h1 {
    font-size: 64px;
    margin: 0;
    line-height: 120%;
    margin-bottom: 10px;
}

.heading-section__copy h3 {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 35px;
}

@media (max-width: 1200px) {
    .heading-section {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .heading-section .max-wrap {
        margin-bottom: 35px;
    }
    
    .heading-section {
        background-image: none !important;
    }

    .header-section__img {
        display: block;
        z-index: 1;
    }

    .heading-section__copy {
        padding-left: 10px;
    }

    .heading-section__copy h1 {
        font-size: 40px;
    }

    .heading-section .max-wrap{
        position: relative;
        z-index: 2;
    }
}

.about_ineed_outsourcing {
    padding: 40px 0;
}

.about-ineed-outsourcing {
    padding: 40px 0;
}

.about-ineed-outsourcing__wrap {
    display: flex;
    align-items: center;
}

.about-ineed-outsourcing__right,
.about-ineed-outsourcing__left {
    width: 50%;
}

.about-ineed-outsourcing__items {
    margin-bottom: 40px;
}

.about-ineed-outsourcing__items:last-child {
    margin-bottom: 0;
}

.about-ineed-outsourcing__items:nth-child(2n + 1) .about-ineed-outsourcing__wrap {
    flex-direction: row-reverse;
}

.about-ineed-outsourcing img {
    vertical-align: top;
    display: block;
    max-width: 100%;
}

.about-ineed-outsourcing__items:nth-child(2n + 1) .about-ineed-outsourcing__left img {
    margin-left: auto;
}

@media (max-width: 1280px) {
    .about-ineed-outsourcing__right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .about-ineed-outsourcing__wrap {
        display: block;
    }

    .about-ineed-outsourcing__right,
    .about-ineed-outsourcing__left {
        width: 100%;
    }

    .about-ineed-outsourcing__right {
        padding-left: 0;
        padding-right: 0;
    }
}

.our-services {
    background-color: #f6f7ec;
    padding: 40px 0;
}

.our-services .owl-carousel .owl-stage {
    /* left: -420px; */
}

.our-services__wrap {
    position: relative;
}

.our-services__left {
    width: 100%;
    position: relative;
    background-color: #000;
    padding-bottom: 67%;
}

.our-services__left img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-services__right {
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    padding: 40px 20px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.our-services__right p {
    margin: 0 0 8px;
}

.our-services__right h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .our-services__left {
        padding-bottom: 100%;
    }
}

.contact-us {
    background-color: #000;
    padding: 40px 0;
    color: #f6f7ec;
}

.contact-us p {
    margin: 0;
}

.contact-us label {
    display: block;
    width: 100%;
}

.contact-us textarea,
.contact-us input {
    width: 100%;
    outline: 0;
    padding: 15px;
}

.contact-us input[type=submit] {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-us form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-us form > p {
    margin-bottom: 15px
}

.contact-us h2 {
    color: #f6f7ec;
    border-color: #f6f7ec;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contact-us__footer {
    text-align: center;
}

.contact-us__footer a {
    color: #A60000;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

.footer {
    padding: 40px 0;
    background-color: #000;
    color: #f6f7ec;
}

.footer .heading_line {
    color: #f6f7ec;
    border-color: #f6f7ec;
}

.footer svg {
    fill: #fff !important;
}