html,
body {
    margin: 0;
    padding: 0;
    font-family: Rajdhani, sans-serif;
    user-select: none;
    width: 100%;
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.rimg {
    filter: invert(100%);
}

@media (max-width: 20000px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 94%;
        padding: 0;
    }
}



/* section */
.section_title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.section_subtitle {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 9px;
    color: #848484;
    text-transform: uppercase;
}

.section_title_primary {
    color: #2d8ae5;
    text-transform: uppercase;
}

.section_title_primary2 {
    font-size: 60px;
}

.section_title_info {
    color: #000;
    font-size: 13px;
    width: 75%;
    font-weight: 500;
    margin: 10px auto 20px auto;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .section_title_primary2 {
        font-size: 32px;
    }

    .section_title {
        font-size: 18px;
    }

    .section_subtitle {
        font-size: 14px;
    }

    .section_title_info {
        font-size: 12px;
    }
}


/* brands */
.section_brands {
    height: 100px;
    margin-top: 20px;
    text-align: left;
    overflow: hidden;
}

.section_brands_scroll {
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    transition: all linear 2s;
}

.section_brands_item {
    display: block;
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin-right: 20px;
    filter: grayscale(100%);
}

@media (max-width: 992px) {
    .section_brands {
        transform: scale(0.8);
    }
}

/* testimonials */
.section_testimonials {
    text-align: left;
    overflow: hidden;
    width: 920px;
    margin: 20px auto 0 auto;
}

.section_testimonials_scroll {
    transition: all linear .3s;
    display: flex;
    align-items: stretch;
}

.section_testimonials_item {
    display: inline-block;
    width: 440px;
    margin: 10px;
    background-color: #eee;
    flex-shrink: 0;
    background-image: url('../img/home/TestimonialPanel.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 52px 50px 46px 45px;
    filter: invert(90%);
    overflow: hidden;
}

.section_testimonials_control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.section_testimonials_btn {
    color: #8e9091;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.section_testimonials_btn img {
    width: 14px;
    height: 14px;
    margin: 0 5px;
}

.section_testimonials_btn:hover {
    color: #2d8ae5;
}

.section_testimonials_point {
    width: 12px;
    height: 12px;
    background-color: #8e9091;
    transform: rotate(45deg);
    margin: 0 20px;
}

.section_testimonials_item_info {
    white-space: wrap !important;
    word-break: break-all !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    margin-bottom: 20px;
}


.section_testimonials_item_title {
    color: #31b4db;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    white-space: wrap;
    word-break: break-all;
}

.section_testimonials_item_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #31b4db;
    font-style: italic;
    white-space: wrap;
    word-break: break-all;
}

.section_testimonials_item_img {
    width: 200px;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .section_testimonials {
        width: 520px;
    }

    .section_testimonials_item {
        width: 240px;
    }
}

@media (max-width: 576px) {
    .section_testimonials {
        width: 420px;
    }

    .section_testimonials_item {
        width: 400px;
        transform: scale(0.8) translateX(-4%);
    }
}


/* we offer */
.section_offer_box {
    display: flex;
    align-items: stretch;
}

.section_offer_content {
    flex: 7;
}

.section_offer_pic {
    flex: 5;
    position: relative;
}

.section_offer_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.section_offer_title img {
    width: 75px;
    margin-right: 8px;
}

.section_offer_info {
    font-size: 14px;
    color: #fff;
}

.section_offer_btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.section_offer_btn {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 75px;
    padding: 7px 17px;
    width: 100%;
    margin-bottom: 11px;
    justify-content: flex-start;
    text-align: center;
    font-weight: 500;
    width: 41%;
    margin: 0 15px 11px 0;
}

.section_offer_btn:hover {
    background-color: #ff8104;
}

.section_offer_btn a {
    color: #fff;
    text-decoration: none;
}

.section_offer_more {
    color: #fff;
    margin-top: 10px;
    width: 85%;
    text-align: center;
    position: relative;
}

/* .section_offer_more:hover {
    color: #007bff;
    cursor: pointer;
}

.section_offer_more::after {
    content: "";
    width: 40px;
    height: 0.5px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
} */

.section_offer_pic_box {
    position: absolute;
    width: 91%;
    top: unset;
}

.section_banner_box {
    background-image: url('../img/home/ServicePanel01_Sub.png');
    background-size: 100% 100%;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.section_banner_title {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 100px 0 30px;
}

.section_banner_title a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

.section_banner_title a img {
    width: 18px;
    height: 18px;
}

.section_banners {
    display: flex;
    align-items: center;
}

.section_banners_box {
    flex: 1;
    overflow: hidden;
}

.section_banners_scroll {
    display: flex;
    flex-wrap: nowrap;
    transition: all ease-in-out 0.3s;
}

.section_banners_item {
    flex-shrink: 0;
    width: 25%;
    height: 160px;
}

.section_banners_page {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .section_offer_pic {
        display: none;
    }

    .section_offer_title {
        font-size: 20px;
    }

    .section_offer_title img {
        width: 55px;
    }

    .section_banner_title {
        padding: 0 30px 0 30px;
    }

    .section_banners_item {
        width: 33%;
    }

    .section_offer_btns {
        flex-direction: column;
    }

    .section_offer_btn {
        width: 70%;
        font-size: 12px;
    }

}

@media (max-width: 576px) {
    .section_banners_item {
        width: 50%;
    }

    .section_banner_title {
        font-size: 13px;
    }

    .section_banner_title a {
        font-size: 12px;
    }
}


/* why us */
.whyus_box {
    padding: 0 6%;
}

.whyus_title1 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 9px;
    line-height: 63px;
    color: #fff;
}

.whyus_title2 {
    color: #4b535a;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.whyus_title3 {
    text-transform: uppercase;
    font-size: 57px;
    color: #fff;
    line-height: 64px;
    font-weight: 700;
}

.whyus_title4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 20px 0 40px 0;
}

.whyus_steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.whyus_step {
    border: 3px solid #fff;
    background: linear-gradient(to top right, #fff 0, #fff 30%, #d9d7d5 100%);
    box-shadow: -20px 20px 40px rgba(150, 40, 27, .3);
    padding: 2rem 1rem 4rem 2rem;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
    transition: transform .5s;
    width: 80%;
    margin-bottom: 20px;
    position: relative;
}

.whyus_step:hover {
    transform: scale(1.2);
    z-index: 9;
}

.whyus_step_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    word-break: break-word;
    text-transform: uppercase;
    color: #4f5359;
    font-size: 20px;
    font-weight: 600;
}

.whyus_step_title b {
    margin-right: 20px;
    font-size: 60px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 1000;
    color: #2d8ae5;
    white-space: nowrap;
}

.whyus_step_info {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #4e4e4e;
}

.whyus_step1 {
    z-index: 1;
}

.whyus_step2 {
    z-index: 3;
}

.whyus_step3 {
    z-index: 4;
}

.whyus_step4 {
    z-index: 2;
}



.whyus_more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    text-align: center;
}

.whyus_more_title1 {
    color: #4b535a;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}

.whyus_more_title2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.whyus_more_title3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    text-align: center;
    width: 74%;
    margin-top: 20px;
}

.whyus_more_btn {
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
}

.whyus_more_btn a {
    color: #fff;
    text-decoration: none;
    color: #2d8ae5;
}

@media (min-width: 1200px) {
    .whyus_step {
        width: 40%;
        padding: 3rem 2rem 6rem 4rem;
    }

    .whyus_step1 {
        top: 50px;
        left: 34px;
    }

    .whyus_step3 {
        left: 300px;
        top: -70px;
    }

    .whyus_step4 {
        left: -460px;
        top: -20px;
    }
}

@media (max-width: 576px) {
    .whyus_title1 {
        font-size: 15px;
    }

    .whyus_title2 {
        font-size: 18px;
        line-height: 1.2;
    }

    .whyus_title3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .whyus_box {
        padding: 0;
    }

    .whyus_step_title {
        font-size: 15px;
    }

    .whyus_more_title1 {
        font-size: 22px;
    }

    .whyus_more_title2 {
        font-size: 30px;
    }
}


/* about us */
.about_us {
    padding: 0 80px;
    margin-top: 40px;
}

.about_us_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('../img/home/AboutUs_Panel.webp');
    background-size: 100% 100%;
    min-height: 200px;
    padding: 0 24px 50px 7.5%;
    margin-bottom: 20px;
}

.about_us_item img {
    width: 70px;
    height: 70px;
    position: relative;
    top: 24px;
    filter: invert(90%);
}

.about_us_content {
    width: 65%;
    text-align: center;
}

.about_us_title {
    color: #2d8ae5;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.about_us_info {
    color: #212529;
    font-size: 13px;
    line-height: 23px;
}

.about_us_box {
    margin-top: 50px;
    background-image: url('../img/home/AboutUs_Panel02.webp');
    background-size: 100% 100%;
    display: flex;
    align-items: stretch;
    min-height: 200px;
    padding: 18px 0;
    flex-wrap: wrap;
}

.about_us_li {
    flex: 1;
    padding: 0 20px;
}

.about_us_li_content {
    width: 100%;
    height: 120%;
    flex-direction: column;
    background-image: url('../img/home/AboutUs_Panel03.webp');
    background-size: 100% 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 10px 30px 40px 30px;
}

.about_us_li_icon {
    width: 60px;
    height: 50px;
}

.about_us_li_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(100%);
}

.about_us_li_num {
    font-size: 24px;
    color: #004DD2;
    font-weight: bold;
    line-height: 40px;
}

.about_us_li_name {
    font-size: 14px;
    color: #004DD2;
}


@media (max-width: 1200px) {
    .about_us_item {
        background-image: url('../img/home/AboutUS_panel-mobile.webp');
        padding: 20px 5% 50px 8.5%;
    }

    .about_us_content {
        width: 70%;
        margin-right: 15%;
    }

    .about_us_item img {
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
    }

    .about_us_li {
        width: 50%;
        flex: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .about_us {
        padding: 0 10px;
    }

    .about_us_item {
        background-image: url('../img/home/AboutUS_panel-mobile.webp');
        padding: 20px 5% 50px 6%;
    }

    .about_us_content {
        width: 80%;
        margin-right: 5%;
    }
}

@media (max-width: 576px) {
    .about_us_item {
        flex-wrap: wrap;
    }

    .about_us_item>img {
        margin: 0 auto 12px auto;
        display: block;
    }

    .about_us_content {
        width: 100%;
    }

    .about_us_li {
        padding: 0;
    }
}


/* recent_projects */
.recent_projects {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 15%;
}

.recent_projects_item {
    min-width: 380px;
    width: 46%;
    height: 475px;
    margin: 10px;
    border: 6px solid #000;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.recent_projects_item:hover {
    transform: scale(1.05);
}

.recent_projects_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent_projects_inner {
    position: absolute;
    width: 100%;
    padding: 10px 0 20px 0;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 100%;
    text-align: center;
    transition: all ease .5s;
}

.recent_projects_inner>div {
    font-size: 20px;
    color: #fff;
}

.recent_projects_inner>span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.recent_projects_item:hover .recent_projects_inner {
    top: 45%;
}

.recent_projects_btn {
    border-color: #0080FE;
    color: #0080FE;
    border: 2px solid;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 16px 65px;
    margin: 30px auto 0 auto;
    border-radius: 60px;
    font-size: 13px;
    cursor: pointer;
}

.recent_projects_btn img {
    width: 18px;
    height: 18px;
}

@media (max-width: 1200px) {
    .recent_projects {
        padding: 0 5%;
    }

    .recent_projects_item {
        min-width: 280px;
        width: 46%;
        height: 325px;
    }

    .recent_projects_item:hover .recent_projects_inner {
        top: 35%;
    }
}


@media (max-width: 768px) {
    .recent_projects {
        padding: 0 5%;
    }

    .recent_projects_item {
        width: 100%;
        height: 50vw;
    }

    .recent_projects_item:hover .recent_projects_inner {
        top: 25%;
    }
}


/* case_studies */
.case_studies {
    display: flex;
    align-items: stretch;
    width: 60%;
    margin: 40px auto 0 auto;
}

.case_studies_left {
    flex: 3;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}

.case_studies_lt {
    width: 100%;
}

.case_studies_lb {
    background-image: url('../img/home//studies/scs.webp');
    background-size: cover;
    flex: 1;
}

.case_studies_lb_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.case_studies_lb_title {
    font-size: 20px;
    font-weight: 700;
    padding: 9px 6px;
    margin-bottom: 0;
}

.case_studies_right {
    flex: 2;
}

.case_studies_rt {
    width: 100%;
    margin-bottom: 20px;
}

.case_studies_rt>img {
    width: 100%;
    height: auto;
}

.case_studies_rb {
    width: 100%;
}

.case_studies_rb>img {
    width: 100%;
    height: auto;
}

.case_studies_rt>div,
.case_studies_rb>div {
    background: #e6e6e6;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 6px;
}

@media (max-width: 1200px) {
    .case_studies {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .case_studies {
        width: 90%;
        display: block;
    }

    .case_studies_left {
        width: 100%;
        margin-right: 0
    }

    .case_studies_lb_box {
        font-size: 12px;
    }

    .case_studies_lb_title {
        font-size: 15px;
    }

    .case_studies_right {
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .case_studies_rt {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
    }

    .case_studies_rb {
        display: flex;
        flex-direction: column;
    }

    .case_studies_rt>div,
    .case_studies_rb>div {
        flex: 1;
        font-size: 12px;
    }
}


/* awards */
.section_awards {
    display: flex;
    align-items: center;
}

.section_awards_icon {
    width: 445px;
    height: 333px;
    margin-right: 40px;
}

.section_awards_box {
    flex: 1;
    overflow: hidden;
    height: 200px;
}

.section_awards_scroll {
    display: flex;
    white-space: nowrap;
    align-items: stretch;
    height: 100%;
    transition: all linear 2s;
}

.section_awards_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #e9c78a;
    word-wrap: break-all;
    white-space: wrap;
    margin-right: 10px;
}

.section_awards_item_img {
    width: 200px;
    height: 100px;
    border: 4px solid #dbbe72;
    margin-bottom: 30px;
}

.section_awards_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .section_awards {
        flex-wrap: wrap;
    }

    .section_awards_icon {
        width: 333px;
        height: 222px;
        display: block;
        margin: 0 auto 20px auto;
    }

    .section_awards_box {
        width: 100%;
        flex: none;
    }
}


/* form_container */
.form_container {
    width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.form_container_title1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.form_container_title2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2d8ae5;
    font-size: 55px;
    margin: 8px 0 20px 0;
}

.form_container_title3 {
    color: #fff;
    margin-bottom: 46px;
    font-size: 14px;
}

.form_box {
    padding: 40px 50px 25px 70px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-radius: 0 50px 0 0;
    position: relative;
    z-index: 9;
}

.form_box_line {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background-color: #00cbe3;
}

.form_box_line::after {
    content: "CONTACT  US";
    font-size: 16px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    transform: rotate(-90deg);
    white-space: nowrap;
    left: -45px;
    top: 40%;
}

.form_box_item {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    line-height: 36px;
}

.form_box_area {
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    line-height: 36px;
    resize: vertical;
}

.form_box_btn {
    background-color: #0080FE;
    border: 0;
    padding: 12px 54px 12px 40px;
    width: auto;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    margin: 10px auto 30px auto;
    color: #fff;
    font-size: 15px;
}

.form_box_btn img {
    width: 16px;
    height: 16px;
}

.form_box_left {
    width: 318px;
    height: 644px;
    position: absolute;
    left: -300px;
    bottom: 100px;
    z-index: 1;
}

.form_box_right {
    width: 200px;
    height: 438px;
    position: absolute;
    right: -160px;
    bottom: 150px;
    z-index: 1;
}

@media (max-width: 1200px) {
    .form_container {
        width: 450px;
    }
}

@media (max-width: 992px) {
    .form_container {
        width: 450px;
    }

    .form_box_left {
        width: 218px;
        height: 444px;
        position: absolute;
        left: -200px;
        bottom: 100px;
        z-index: 1;
    }

    .form_box_right {
        width: 100px;
        height: 238px;
        position: absolute;
        right: -80px;
        bottom: 150px;
        z-index: 1;
    }

    .form_container_title1 {
        font-size: 28px;
    }

    .form_container_title2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .form_container {
        width: 450px;
    }

    .form_box_left {
        display: none;
    }

    .form_box_right {
        display: none;
    }

    .form_container_title1 {
        font-size: 28px;
    }

    .form_container_title2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .form_container {
        width: 90%;
    }

    .form_container_title1 {
        font-size: 22px;
    }

    .form_container_title2 {
        font-size: 28px;
    }
}



/* section_bottom */
.section_bottom {
    background-color: #1a1c28;
    padding: 35px 0 0 0;
}

.section_bottom_box {}

.bottom_navs {
    display: flex;
    align-items: stretch;
    margin-bottom: 50px;
}

.bottom_services_pc {
    /* flex: 1; */
    margin-right: 120px;
}

.bottom_nav {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.bottom_nav_title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    margin: 28px 0 12px 0;
}

.bottom_nav_link {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 400;
}

.bottom_services_pc {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.bottom_nav_title2 {
    color: #3cd6ef;
    font-weight: 500;
    text-transform: none;
}

.bottom_services_pc_title {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin: 28px 0 12px 0;
}

.our_offices_body {
    margin-left: auto;
    margin-top: 25px;
}

.our_offices {
    margin-left: auto;
    margin-top: 30px;
    background: url('../img/bottom/FooterImages_Boarder.png');
    background-size: 100% 100%;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: stretch;
}

.our_offices_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
}

.our_offices_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    height: 55px;
}

.our_offices_title img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.our_offices_box {
    margin-bottom: 20px;
}

.our_offices_orange {
    color: #3cd6ef;
}

.our_offices_concat {
    margin-bottom: 10px;
}

.our_offices_concat img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.our_offices_concat a {
    text-decoration: none;
    color: #3cd6ef;
}

.our_offices_ouroffices {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .our_offices_body {
        margin-top: 50px;
    }

    .our_offices {
        flex-wrap: wrap;
    }

    .our_offices_item {
        width: 100%;
        flex: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px 0 20px 0;
    }

    .our_offices_item:last-child {
        border-bottom: none;
    }
}

.bottom_services_h5 {
    display: none;
}

.bottom_copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 35px;
    background-color: #06050a;
}

.bottom_copyright_box {
    font-size: 13px;
    color: #fff;
}

.bottom_copyright_box a {
    text-decoration: none;
    color: #0080FE;
}

.bottom_copyright_icons {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.bottom_copyright_icon {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}

.our_offices_ouroffices {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .bottom_services_pc {
        display: none;
    }

    .bottom_services_h5 {
        display: block;
    }

    .bottom_navs {
        display: block;
    }

    .bottom_right {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .bottom_services_title {
        font-size: 15px;
    }

    .bottom_nav_link {
        font-size: 12px;
        height: 24px;
    }

    .bottom_copyright {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .bottom_copyright_box {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .our_offices {
        margin-top: 60px !important;
    }
}