.page-template-template-work-with-us .megaphone-header {
    background-color: transparent;
}

.page-template-template-work-with-us .megaphone-header-main,
.page-template-template-work-with-us .header-mobile {
    position     : relative;
    z-index      : 99999;
    margin-bottom: 0;
    box-shadow   : none;
}

.page-template-template-work-with-us .header-middle {
    background: 0 0;
}

.page-template-template-work-with-us .megaphone-header+.megaphone-section {
    margin-top: -60px;
}

.page-template-template-work-with-us .header-mobile .megaphone-menu-action a {
    color       : #FFF;
    border-color: #FFF;
}

@media (min-width: 600px) {
    .page-template-template-work-with-us .megaphone-header+.megaphone-section {
        margin-top: -80px;
    }

    .page-template-template-work-with-us .size-megaphone-wa-2 {
        height: 480px !important;
    }
}

@media (min-width: 900px) {
    .page-template-template-work-with-us .megaphone-header+.megaphone-section {
        margin-top: -65px;
    }

    .page-template-template-work-with-us .size-megaphone-wa-2 {
        height: 480px !important;
    }
}

@media (min-width: 900px) and (max-width: 1050px) {
    .page-template-template-work-with-us .megaphone-header+.megaphone-section {
        margin-top: -100px;
    }
}


.page-template-template-work-with-us .megaphone-overlay .entry-content h2 {
    font-weight   : 800;
    letter-spacing: 0px;
    color         : #FFFFFF;
}

@media (min-width: 600px) {
    .page-template-template-work-with-us .megaphone-overlay .megaphone-content {
        max-width: 886px;
    }

    .page-template-template-work-with-us .megaphone-overlay .entry-content h2 {
        font: normal normal 800 48px/56px Poppins;
    }
}

@media (min-width: 900px) {

    .page-template-template-work-with-us .megaphone-overlay .entry-content h2 {
        font: normal normal 800 55px/68px Poppins;
    }
}

.page-template-template-work-with-us .section-content-left h2 {
    font-weight   : 600;
    letter-spacing: 0px;
    color         : #000000;
    margin-bottom : 16px;
}

.page-template-template-work-with-us .section-content-left h3 {
    font-weight   : bold;
    letter-spacing: 0px;
    color         : #171717;
    margin-bottom : 18px;
}

.page-template-template-work-with-us .section-content-left p {

    letter-spacing: 0px;
    color         : #171717;
}

.page-template-template-work-with-us .section-content-right {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider {
    position: relative;
}

.page-template-template-work-with-us .section-content-right .slider-item,
.page-template-template-work-with-us .section-content-right .owl-item {
    margin-right   : 0px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .slider-item,
.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-item>div {
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider img {
    border-radius: 50%;
    width        : 320px;
    height       : 320px;
    min-width    : 320px;
    min-height   : 320px;
    max-width    : 100%;
    max-height   : 100%;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider h2 {
    margin-top    : 32px;
    text-align    : center;
    font          : normal normal bold 16px/28px Poppins;
    letter-spacing: 0px;
    color         : #171717;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider h3 {
    text-align    : center;
    font          : normal normal normal 14px/28px Poppins;
    letter-spacing: 0px;
    color         : #000000;
    margin-bottom: 12px;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-dots {
    position       : relative;
    top            : 0;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-dots .owl-dot {
    padding: 0px 3px;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-dots .owl-dot span {
    display         : block;
    min-width       : 12px;
    min-height      : 12px;
    background-color: #EFEDED;
    border-radius   : 50%;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-dots .owl-dot.active span {
    background-color: #171717;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    position       : absolute;
    width          : calc(100% + 38px);
    top            : 144px;
    left           : -8px;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .owl-prev,
.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .owl-next {

    min-width       : 32px;
    min-height      : 32px;
    border-radius   : 50%;
    background-color: #5FDCFF;
    display         : flex;
    align-items     : center;
    justify-content : center;
    position        : relative;
}

.page-template-template-work-with-us .section-content-right.megaphone-slider .owl-nav .owl-prev {
    left: 24px;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .owl-next {
    right: 24px;
}

.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .prev,
.page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .next {
    border: none;
}


@media (min-width: 900px) {
    .page-template-template-work-with-us .section-content {
        padding-top   : 48px;
        padding-bottom: 48px;
    }
}

@media (min-width: 600px) {


    .page-template-template-work-with-us .section-content-left h2 {
        font: normal normal 600 48px/56px Poppins;
    }

    .page-template-template-work-with-us .section-content-left h3 {
        font: normal normal bold 32px/40px Poppins;
    }

    .page-template-template-work-with-us .section-content-left p {
        font: normal normal normal 16px/32px Poppins;
    }

    .page-template-template-work-with-us .section-content-right .megaphone-slider img {
        border-radius: 50%;
        width        : 480px;
        height       : 480px;
        min-width    : 480px;
        min-height   : 480px;
        max-width    : 100%;
        max-height   : 100%;
    }

    .page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav {
        top  : 208px;
        left : -8px;
        right: -8px;
        width: calc(100% + 40px);
    }

    .page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .owl-prev,
    .page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .owl-next {
        min-width : 64px;
        min-height: 64px;
    }

    .page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .prev .mf,
    .page-template-template-work-with-us .section-content-right .megaphone-slider .owl-nav .next .mf {
        font-size: 52px;
    }
}

.page-template-template-work-with-us .section-guest {
    padding-bottom: 48px;
}

.page-template-template-work-with-us .section-guest h2 {
    font-weight   : 600;
    letter-spacing: 0px;
    color         : #171717;
    margin-bottom : 6px;
}

.page-template-template-work-with-us .section-guest .company-logos {
    display       : flex;
    flex-direction: column;
    align-items   : center;
    margin        : 0px -15px;
}

.page-template-template-work-with-us .section-guest .company-logos .entry-media {
    width          : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 15px;
}

@media (min-width: 600px) {
    .page-template-template-work-with-us .section-guest h2 {
        font: normal normal 600 30px/38px Poppins;
    }

    .page-template-template-work-with-us .section-guest .company-logos {
        flex-direction: row;
        flex-wrap     : wrap;
    }

    .page-template-template-work-with-us .section-guest .company-logos .entry-media {
        width: 33.33%;
    }
}

@media (min-width: 900px) {

    .page-template-template-work-with-us .section-guest .company-logos .entry-media {
        width: 20%;
    }
}

.page-template-template-work-with-us .section-mission-driven {
    position: relative;
    padding : 0px;
}

.page-template-template-work-with-us .section-mission-driven h2 {
    font-weight   : 800;
    letter-spacing: 0px;
    color         : #FFFFFF;
    margin-bottom : 24px;
}

.page-template-template-work-with-us .section-mission-driven p {
    letter-spacing: 0px;
    color         : #FFFFFF;
    margin-bottom : 24px;
}

.page-template-template-work-with-us .section-mission-driven .content-overlay {
    background-size    : cover;
    background-position: center;
    position           : relative;
    padding            : 40px 0px 13px;
    background-size    : cover;
    background-position: center;
}

.page-template-template-work-with-us .section-mission-driven .entry-media {
    width: 100%;
}

.page-template-template-work-with-us .section-mission-driven .entry-media img {
    width : 100%;
    height: auto;
}

@media (min-width: 600px) {

    .page-template-template-work-with-us .section-mission-driven .content-overlay {
        padding: 50px 0px 23px
    }

    .page-template-template-work-with-us .section-mission-driven h2 {
        font: normal normal 800 48px/64px Poppins;
    }

    .page-template-template-work-with-us .section-mission-driven p {
        font: normal normal normal 16px/24px Poppins;
    }

}

@media (min-width: 900px) {

    .page-template-template-work-with-us .section-mission-driven h2 {
        font: normal normal 800 32px/40px Poppins;
    }

    .page-template-template-work-with-us .section-mission-driven .content-overlay {
        padding        : 0px 0px;
        position       : absolute;
        width          : 100%;
        height         : 100%;
        left           : 0px;
        top            : 0px;
        display        : flex;
        align-items    : center;
        justify-content: center;
    }

    .page-template-template-work-with-us .section-mission-driven .entry-media {
        width      : 50%;
        margin-left: auto;
    }
}

.page-template-template-work-with-us .section-collaborate {
    text-align: center;
}

.page-template-template-work-with-us .section-collaborate h2 {
    max-width     : 773px;
    font-weight   : 600;
    letter-spacing: 0px;
    color         : #171717;
    margin        : 0px auto 16px;
}

.page-template-template-work-with-us .section-collaborate h3 {
    max-width     : 773px;
    font-weight   : 500;
    letter-spacing: 0px;
    color         : #707070;
    text-transform: uppercase;
    margin        : 0px auto 48px;
}


.page-template-template-work-with-us .section-collaborate .collaborate-logo {
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .page-template-template-work-with-us .section-collaborate {
        padding-top   : 80px;
        padding-bottom: 32px;
    }

    .page-template-template-work-with-us .section-collaborate h2 {
        max-width: 773px;
        font     : normal normal 600 32px/40px Poppins;
    }

    .page-template-template-work-with-us .section-collaborate h3 {
        max-width: 773px;
        font     : normal normal 500 22px/28px Poppins;
    }

}

@media (min-width: 900px) {

    .page-template-template-work-with-us .section-collaborate .col-left {
        text-align: left;
    }

    .page-template-template-work-with-us .section-collaborate .col-right {
        text-align: right;
    }
}

.page-template-template-work-with-us .section-faq {
    background: #F8F8F8 0% 0% no-repeat padding-box;
}


.page-template-template-work-with-us .section-faq h2 {
    font-weight   : 600;
    letter-spacing: 0px;
    color         : #000000;
    margin-bottom : 23px;
}

.page-template-template-work-with-us .section-faq p {
    letter-spacing: 0px;
    color         : #171717;
}

.page-template-template-work-with-us .faq-list .faq-list-item {
    padding-top   : 24px;
    padding-bottom: 0px;
}

.page-template-template-work-with-us .faq-list .faq-list-item h2 {
    font-weight   : 600;
    letter-spacing: 0px;
    color         : #171717;
    margin-bottom : 14px;

}

.page-template-template-work-with-us .faq-list .faq-list-item p {
    letter-spacing: 0px;
    color         : #171717;
    margin        : 0px;
}

.page-template-template-work-with-us .faq-list .faq-list-item hr {
    margin-top      : 19px;
    background-color: #c6c6c6;
    height          : 1px;
}

@media (min-width: 600px) {
    .page-template-template-work-with-us .section-faq {
        padding-top   : 68px;
        padding-bottom: 89px;
    }

    .page-template-template-work-with-us .section-faq h2 {
        font: normal normal 600 48px/56px Poppins;
    }

    .page-template-template-work-with-us .section-faq p {
        font: normal normal normal 16px/28px Poppins;
    }



    .page-template-template-work-with-us .faq-list .faq-list-item h2 {
        font: normal normal 600 32px/40px Poppins;

    }

    .page-template-template-work-with-us .faq-list .faq-list-item p {
        font: normal normal normal 16px/28px Poppins;
    }
}

@media (min-width: 900px) {
    .page-template-template-work-with-us .faq-list {
        padding-top: 112px;
    }
}

.page-template-template-work-with-us .section-client {
    padding-top   : 80px;
    padding-bottom: 80px;
}

.page-template-template-work-with-us .section-client .client-content {
    max-width: 612px;
    margin   : 0px auto;
}

.page-template-template-work-with-us .section-client h2 {
    text-align    : center;
    font-weight   : 600;
    letter-spacing: 0px;
    color         : #FFFFFF;
    text-transform: capitalize;
    margin-bottom : 24px;
}

.page-template-template-work-with-us .section-client p {
    text-align    : center;
    font-style    : italic;
    letter-spacing: 0px;
    color         : #FFFFFF;
    margin-bottom : 19px;
}

.page-template-template-work-with-us .section-client h4 {
    text-align    : right;
    font-weight   : bold;
    letter-spacing: 0px;
    color         : #FFFFFF;
    text-transform: uppercase;
}

.page-template-template-work-with-us .section-client .owl-dots {
    margin-top     : 35px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.page-template-template-work-with-us .section-client .owl-dot {
    margin       : 0px 3px;
    width        : 12px;
    height       : 12px;
    background   : #EFEDED 0% 0% no-repeat padding-box;
    opacity      : 0.5;
    border-radius: 50%;
}

.page-template-template-work-with-us .section-client .owl-dot.active {
    background: #5FDCFF 0% 0% no-repeat padding-box;
    opacity   : 1;
}

@media (min-width: 600px) {
    .page-template-template-work-with-us .section-client h2 {
        font: normal normal 600 24px/38px Poppins;
    }

    .page-template-template-work-with-us .section-client p {
        font: italic normal normal 24px/32px Poppins;
    }

    .page-template-template-work-with-us .section-client h4 {
        font: normal normal bold 18px/32px Poppins;
    }
}

.faq-list-item {
    cursor: pointer;
}

.faq-list-item .faq-list-item__content {
    display: none;
}