.title_pink {
    font-weight: bold;
    font-size: 36px;
    position: relative;
    margin-bottom: 30px;
}

.title_pink.centered {
    width: fit-content;
    margin: 30px auto;
}

.title_pink:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 50px;
    border-bottom: 3px solid #d81671;
}
.title_pink.centered:after {
    top: 45px;
}
.about_us_1 {
    padding: 170px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.about_us_1 h1 {
    color: #fff;
    padding: 0 20px;
}
.about_us_2 {
    padding: 200px 20px;
    background-size: contain !important;
    background-position: right;
    background-repeat: no-repeat;
}
.about_us_2 p {
    margin: 30px 0;
}
.about_us_4 .wpb_wrapper, .about_us_4 p {
    color: #fff;
}

.about_us_4_bg {
    min-height: 420px;
    background-size: contain;
    animation: bgmove 50s linear infinite;
}
.about_us_4_row .vc_column-inner {
    padding-top: 0 !important;
}

.about_us_7 li {
    list-style: none;
    position: relative;
    margin-bottom: 25px;
}
.about_us_7 li:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path id="FontAwsome_check-circle_" data-name="FontAwsome (check-circle)" d="M26,17a9,9,0,1,1-9-9A9,9,0,0,1,26,17ZM15.959,21.765l6.677-6.677a.581.581,0,0,0,0-.821l-.821-.821a.581.581,0,0,0-.821,0l-5.446,5.446-2.542-2.542a.581.581,0,0,0-.821,0l-.821.821a.581.581,0,0,0,0,.821l3.774,3.774a.581.581,0,0,0,.821,0Z" transform="translate(-8 -8)" fill="%2317b3e4"/></svg>');
    content: "";
    width: 56px;
    height: 20px;
    position: absolute;
    left: -30px;
    display: block;
    top: 5px;
    background-repeat: no-repeat;
}

.vc_col-md-8{
    float: unset !important;
    margin: 35px auto !important;
}
@keyframes bgmove {
    0%, 100% {
        background-position-x: 1px;
    }
    50% {
        background-position-x: 500px;
    }
}

.about_us_8 p, .about_us_8 h1 {
    color: #fff;
    margin-top: 0 !important;
}

.about_us_8 .vc_col-sm-4 .wpb_text_column {
    max-width: 220px;
    margin: 0 auto;
}
.title_white {
    font-size: 32px;
}
.about_us_8 p {
    font-size: 16px !important;
}
.about_us_8 .wpb_single_image {
    margin-bottom: 20px;
}
.about_us_8 {
    padding: 60px 0 !important;
}
.about_us_8 .wpb_single_image img {
    height: 120px;
}

.about_us_9 {
    max-width: 931px;
    padding-left: 30px;
    padding-bottom: 20px;
    margin: 140px auto 80px auto !important;
    display: flex;
    align-items: center;
}

.about_us_9 .wpb_single_image{
    margin:0 !important
}

.about_us_9 h1 {
    font-size: 36px !important;
    margin-top: 15px;
    line-height: 37px;
}

.about_us_9 .wpb_single_image img {
    position: absolute;
    top: -228px;
    width: 534px !important;
    right: -60px;
}

.about_us_9 .vc_btn3.vc_btn3-size-md {
    font-size: 16px !important;
    padding: 12px 35px;
}

.about_us_9 .wpb_text_column{
    margin-bottom: 20px;
}
.about_us_9:before {
    content: "";
    background: #fff;
    width: 130px;
    height: 100%;
    position: absolute;
    transform: rotate(20deg);
    top: -10px;
    right: 25%;
}
.mobile_only{
    display: none;
}
.about_us_5 {
    max-width: 964px;
    margin:0 auto !important;
    height: 395px;
}

@media only screen and (max-width:767px){
    .about_us_1 {
        height: 400px;
        padding: 50px 0;
        background-size: cover;
    }
    .about_us_1 h1 {
        font-size: 26px;
        line-height: 34px;
        max-width: 169px;
        position: relative;
        padding: 0;
        left: -8px;
    }
    .about_us_2 {
        padding: 40px 20px 400px;
        background-size: 590px !important;
        background-position-x: right;
        background-position-y: bottom;
    }
    .about_us_3,.about_us_4,.about_us_7   {
        padding: 0 15px;
    }
    .page-template .about_us_4_bg {
        background-image:none !important;
        background-color: #001e4a !important;
    }
    .mobile_only{
        display: block;
    }
    .about_us_4_bg img{
        width: 767px;
    }
    .about_us_4 .wpb_text_column {
        margin-bottom: 20px !important;
    }
    .about_us_4_bg .wpb_single_image {
        margin-bottom: 0 !important;
    }
    .title_pink{
        font-size: 30px;
    }
    .title_pink.centered:after {
        top: 35px;
    }
    .about_us_4 .vc_col-sm-2{
        display: none !important
    }
    .about_us_4 .vc_col-sm-8 .vc_column-inner{
        padding-top: 0px !important;
    }
    .mobile_space_none {
        display: none;
    }
    .about_us_5 {
        width: auto;
        margin: 0 20px !important;
        height: 280px;
        border-radius: 5px;
        background-size: cover;
        background-position: -250px 0;
        background-repeat: no-repeat !important;
    }
    .wpb_text_column ul, .wpb_text_column ol {
        padding-left: 30px;
    }
    .about_us_8 img {
        padding-top: 25px !important;
    }
    .about_us_7 .vc_col-sm-2 {
        display: none !important;
    }
    .about_us_7 .title_pink {
        margin-top: 40px !important;
    }
    .about_us_9{
        margin:0px auto 40px auto !important;
        padding-left: 0 !important;
        display: block;
    }
    .about_us_9 h1 {
        font-size: 30px !important;
        text-align: center;
        margin-top: 0;
    }
    .about_us_9 .wpb_wrapper {
        padding: 0 20px;
    }
    .about_us_9 .vc_btn3-container {
        text-align: center !important;
    }
    .about_us_9 .wpb_single_image img {
        position: absolute;
        width: 322px !important;
        height: auto !important;
        right: 0;
        top: -15px;
    }
    .about_us_9 .wpb_single_image .vc_single_image-wrapper {
        height: 160px;
    }
    .about_us_9:before {
        content: "";
        background: #fff;
        width: 100px;
        height: 250px;
        position: absolute;
        bottom: -5px;
        top: unset;
        right: 50%;
        transform: translate(27px, -13px) rotate(20deg);
    }
    .about_us_9:after {
        content: "";
        background: #f8f2e5 !important;
        width: 95%;
        height: 50px;
        position: absolute;
        bottom: 50%;
        transform: translate(0px, 21px);
        right: 8px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .about_us_9 .wpb_single_image img {
        position: relative;
        width: 534px !important;
        right: -30px;
        top: unset;
    }
}
@media only screen and (min-width:1025px) and (max-width:1157px){
    .about_us_9 .wpb_single_image img {
        position: absolute;
        top: -50%;
        width: 534px !important;
        right: -60px;
        transform: translate(0px, -46%);
    }
}