:root {
    --main_pink: #ec278e;
    --main_blue: #3d4998;
}

.margin-all-0per {
    margin: 0%;
}

.mar-b-2per {
    margin-top: 0%;
    margin-bottom: 2.5%;
}

.mar-b-3per {
    margin-top: 0%;
    margin-bottom: 3%;
}

.underline a {
    text-decoration: underline !important;
}

.pad-break {
    padding-top: 2.2%;
}

.pad_top-3per {
    padding-top: 3%;
}

.pad_top-7per {
    padding-top: 7%;
}

.font-177 {
    font-size: 1.77vw;
    line-height: 2.28vw;
}

section.company_outreach_bg {
    background: url('../images/about_us-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 50%;
    background-color: #ffffff;
    padding-top: 2.5%;
    padding-bottom: 9%;
}
div.vide_section_container-header h3
{
	padding-top:10%;
}
section.video_section {
    background: #000000 url('../images/EXT_AboutUs_Video section_Desktop.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 50%;
    background-color: #ffffff;
    padding-top: 0%;
    padding-bottom:19.8%;
    padding-left: 10%;
}
.story_container {
    display: flex;
    justify-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 10%;
    padding-top: 4%;
    margin-bottom: 7%;
    margin-top: 3%;
}

.left_panel {
    width: 30%;
}

.right_panel {
    width: 70%;
}

.video_section_container-video-control {
    display: flex;
    justify-items: center;
    align-items: center;
    column-gap: 2%;
    margin-top: 2%;
}

.vide_section_container-header {
    color: #ffffff;
}

.video_left {
    width: 3%;
}
.video_left-svg {
    width: 100%;
    height: auto;
}

.video_modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999999999;
    display: none;
}

.modal_video_holder {
    padding-top: 5%;
}

.close_button {
    width: 1.5%;
    padding: 0.3%;
    border: 2px solid var(--main_pink);
    margin-bottom: 1%;
    margin-top: -2%;
    cursor: pointer;
}

.owl-dots {
    display: block !important;
}

.slider_section {
    padding: 8% 0% 0% 0%;
    position: relative;
}

.slider_pagination {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid var(--main_pink);
    margin: 0% 9% 0% 9%;
}


.pag_items {
    display: flex !important;
    column-gap: 8%;
    width: 65%;
    justify-content: space-between;
}

.pag_item {
    width: 25%;
    padding: 2%;
    text-align: center;
    border-left: 1px solid var(--main_pink);
    border-right: 1px solid var(--main_pink);
    border-top: 1px solid var(--main_pink);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: var(--main_pink);
    cursor: pointer;

}
.active {
    background: #E0107B !important;
    color: #ffffff;
}

.owl-item {
    filter: none !important;
    color: var(--main_blue);
}

div.owl-item.active {
    background: none !important;
    color: var(--main_blue);
}

.item {
    text-align: center;
    padding: 4% 7% 2% 7%;
    width: 100%;
}

.slider_nav-svg {
    position: absolute;
}

div.owl-nav {
    display: block;
}

.owl-prev {
    display: contents;
}

.slider_prev-svg {
    width: 3%;
}

.owl-next {
    display: contents;
}

.slider_next-svg {
    width: 3%;
}

#customNav {
    position: absolute;
    top: 52%;
    display: flex;
    justify-content: space-between;
    width: 92%;
    left: 4%;
    z-index: 9999999;
}

.slide_bottom-img {
    /* width: 20%; */
    text-align: center;
    position: absolute;
    left: 42%;
    /* bottom: -34px; */
    top: 100%;
}

.team_image-section {
    background: url('../images/Ext_Company_About Us_Teamphoto@2x.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    padding-top: 86%;
}

.main_about {
    position: relative;
    margin-top: 10%;
}

.about_content-box {
    border: 1px solid var(--main_pink);
    padding: 3%;
    border-radius: 10px;
    text-align: center;
}

.p-block {
        width: 100%;
    padding: 0% 11% 4% 11%;
}

.who-we-are {
    position: absolute;
    top: -2.4%;
    background: #ffffff;
    width: 17%;
    left: 42%;
}

.how-we-do-it {
    position: absolute;
    top: 55.5%;
    background: #ffffff;
    width: 17.5%;
    left: 42%;
}

.what-we-do {
    position: absolute;
    top: 26%;
    background: #ffffff;
    width: 17.5%;
    left: 42%;
}

.content_box {
    margin: 5% 5% 5% 5%;
}

.content_box:nth-child(odd) {
    border-top: 1px solid var(--main_pink);
    border-bottom: 1px solid var(--main_pink);
    padding-top: 2%;
    padding-bottom: 3%;
}


.title_border {
    background: var(--main_pink);
    height: 1px;
    width: 20%
}
.owl-carousel {
    width: 100%;
    border-left: none !important;
    height: auto;
    border-right: none !important;
}

section.steps_desc_container {
    margin-top: 5%;
    margin-bottom: 4%;
}

.footer_section_bottom-margin {
    margin-bottom: 10%;
}

/********** MEDIA QUERIES **********/


@media only screen and (min-width:320px) and (max-width:1024px) {
    .base_margins {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    section.company_outreach_bg {
        background: url('../images/about-us_mobile.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 100% 100%;
        background-color: #ffffff;
        padding-top: 2.5%;
        padding-bottom: 41%;
    }
    .p3 {
        font-size: 2vh;
    }
    section.hero_container h2 {
        /* padding-bottom: 65%; */
        padding-bottom: 0%;
        width: 70%;
    }
    .font-177 {
        font-size: 3.54vh;
        line-height: 4.56vh;
    }
    section.video_section {
        background: #000000 url('../images/about-us-video_mobile.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 100% 50%;
        background-color: #ffffff;
        padding-top: 2%;
        padding-bottom: 65.5%;
        padding-left: 10%;
    }
    .video_section-content {
        padding-top: 5%;
    }
    .vide_section_container-header {
        width: 70%;
    }
    .owl-carousel {
        width: 86%;
        border-left: none !important;
        height: auto;
        border-right: none !important;
    }
    .owl-item.active {
        padding-left: 0%;
    }
    .item {
        padding: 4% 10%;
    }
    .slider_pagination {
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid var(--main_pink);
        margin: 0%;
    }
    .pag_items {
        column-gap: 5%;
        width: 90%;
    }
    .slide_bottom-img {
        left: 25%;
    }
    .slider_prev-svg {
        width: 7%;
    }
    .slider_next-svg {
        width: 7%;
    }
    .main_about {
        margin-top: 14%;
    }
    .p-block {
        width: 90%;
        padding: 0% 10% 10% 6%;
    }
    .mobile_margin {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .who-we-are {
        position: absolute;
        top: -1.4%;
        background: #ffffff;
        width: 40%;
        left: 31%;
    }
    .what-we-do {
        position: absolute;
        top: 26.5%;
        background: #ffffff;
        width: 45%;
        left: 28%;
    }
    .how-we-do-it {
        position: absolute;
        top: 55.5%;
        background: #ffffff;
        width: 45%;
        left: 28%;
    }
    .content_box {
        margin: 5% 3% 5% 3%;
    }
    .story_container {
        flex-direction: column;
    }
    .left_panel, .right_panel {
        width: 100%;
    }
    .left_panel {
        margin-bottom: 7%;
    }
    .video_left {
        width: 15%;
    }
    .video_right {
        width: 37%;
    }
    .item {
        width: auto;
    }

}

/********** MEDIA QUERIES (Apple Only) **********/

@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
    .base_margins {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    section.company_outreach_bg {
        background: url('../images/about-us_mobile.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 100% 100%;
        background-color: #ffffff;
        padding-top: 2.5%;
        padding-bottom: 41%;
    }
    .p3 {
        font-size: 2vh;
    }
    section.hero_container h2 {
        /* padding-bottom: 65%; */
        padding-bottom: 0%;
        width: 70%;
    }
    .font-177 {
        font-size: 3.54vh;
        line-height: 4.56vh;
    }
    section.video_section {
        background: #000000 url('../images/EXT_AboutUs_Video section_Mobile.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 100% 50%;
        background-color: #ffffff;
        padding-top: 0%;
    padding-bottom: 38VW;
        padding-left: 10%;
    }
    .video_section-content {
        padding-top: 5%;
    }
    .vide_section_container-header {
        width: 70%;
    }
    .owl-carousel {
        width: 86%;
        border-left: none !important;
        height: auto;
        border-right: none !important;
    }
    .owl-item.active {
        padding-left: 0%;
    }
    .item {
        padding: 4% 10%;
    }
    .slider_pagination {
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid var(--main_pink);
        margin: 0%;
    }
    #customNav {
            position: absolute;
            top: 38%;
            display: flex;
            justify-content: space-between;
            width: 96%;
            left: 2%;
            z-index: 9999999;
        }
    .pag_items {
        column-gap: 5%;
        width: 90%;
    }
    .slide_bottom-img {
        left: 25%;
    }
    .slider_prev-svg {
        width: 7%;
    }
    .slider_next-svg {
        width: 7%;
    }
    .main_about {
        margin-top: 14%;
    }
    .p-block {
        width: 100%;
        padding: 3% 10% 10% 6%;
    }
    .mobile_margin {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .who-we-are {
        position: absolute;
        top: -1.4%;
        background: #ffffff;
        width: 40%;
        left: 31%;
    }
    .what-we-do {
        position: absolute;
        top: 26.5%;
        background: #ffffff;
        width: 45%;
        left: 28%;
    }
    .how-we-do-it {
        position: absolute;
        top: 55.5%;
        background: #ffffff;
        width: 45%;
        left: 28%;
    }
    .content_box {
        margin: 5% 3% 5% 3%;
    }
    .story_container {
        flex-direction: column;
    }
    .left_panel, .right_panel {
        width: 100%;
    }
    .left_panel {
        margin-bottom: 7%;
    }
    .video_left {
        width: 15%;
    }
    .video_right {
        width: 37%;
    }
    .item {
        width: auto;
    }

}