/* ---- bg_orange ---  */

.bg_org {
    display: inline-block;
    font-size: 30px;
    color: var(--cf);
    padding: 10px 14px;
    background-color: var(--c2);
}

.border_top {
    border-top: 1px solid var(--ct);
}


/* --- list dots img ---  */

ul.dot_img {
    padding-top: 24px;
}

ul.dot_img li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 16px;
}

ul.dot_img li::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(../img/website-development/circle-dot.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* --------  */

ul.check_img {
    padding-top: 24px;
}

ul.check_img li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 16px;
}

ul.check_img li::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(../img/digital-marketing-global-page/check-icon.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-control:focus {
    box-shadow: none;
}


/* --- global_plain_content --  */

.global_plain_content {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_plain_content .h2 {
    margin-bottom: 20px;
}


/* --- Accordion ---  */

.accordion_container {
    padding-top: 32px;
}

.accordion_container .item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid var(--c3);
}

.accordion_container .item.active {
    padding-bottom: 40px;
}

.accordion_container .item:last-of-type {
    border-bottom: 1px solid var(--c3);
}

.accordion_container .item h3 {
    position: relative;
    color: var(--c3);
    font-weight: 600;
    margin-bottom: 0px;
}

.accordion_container .item.active h3 {
    color: var(--c1) !important;
}

.accordion_container .item h3 .plusminus::before {
    position: absolute;
    content: "\2b";
    top: 4px;
    right: 12px;
    color: var(--c3);
    font-size: 20px;
    font-weight: 900;
    font-family: "FontAwesome";
}

.accordion_container .item.active h3 .plusminus::before {
    content: "\f068";
}

.accordion_container .item.active .accordion_body {
    padding-top: 20px;
    width: 85%;
}

@media(max-width:990px) {
    .accordion_container .item h3 {
        padding-right: 20px;
    }
    .accordion_container .item h3 .plusminus::before {
        right: 4px;
    }
}

@media(max-width:767px) {
    .accordion_container .item h3 {
        padding-right: 40px;
    }
    .accordion_container .item h3 .plusminus::before {
        right: 0px;
        font-size: 16px;
    }
}


/* --- global_sbs_web_cms_advantage ----  */

.global_sbs_web_cms_advantage {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_sbs_web_cms_advantage .content {
    width: 96%;
}

.global_sbs_web_cms_advantage .item {
    position: relative;
    padding-left: 92px;
    margin-bottom: 40px;
}

.global_sbs_web_cms_advantage .item .img {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 80px;
    height: 80px;
}

.global_sbs_web_cms_advantage.bg_gray {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--c5);
}

@media(max-width:990px) {
    .global_sbs_web_cms_advantage .content {
        width: 100%;
        padding-bottom: 32px;
    }
}


/* --- sbs_accordin ---  */

.sbs_accordin {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}


/* --- web_industries_sec ---  */

.web_industries_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.web_industries_sec .title_sec {
    text-align: center;
}

.web_industries_sec .wrap {
    text-align: center;
}

.web_industries_sec .wrap h3 {
    /* font-size: 24px; */
    margin-top: 20px;
    /* margin-bottom: 0px; */
}


/* --- get_in_tounch ---  */

.get_in_tounch {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    /* background-color: #0161FF; */
}

.get_in_tounch .row_wrap {
    padding: 100px 160px;
    border-radius: 30px;
    background-color: var(--c1);
    background-blend-mode: color;
}

.get_in_tounch .txt {
    position: relative;
}

.get_in_tounch .txt::before {
    position: absolute;
    content: '';
    top: -30px;
    left: -60px;
    width: 100px;
    height: 60px;
    background-image: url(../img/website-development/get-in-tounch_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.get_in_tounch h2,
.get_in_tounch h4,
.get_in_tounch h3,
.get_in_tounch p {
    color: var(--cf);
}

.get_in_tounch h4 {
    margin-bottom: 0px;
}

.get_in_tounch .btn_with {
    text-align: end;
}

@media(max-width:990px) {
    .get_in_tounch .row_wrap {
        padding: 80px 100px;
    }
    .get_in_tounch .btn_with {
        text-align: start;
    }
}

@media(max-width:990px) {
    .get_in_tounch .row_wrap {
        padding: 70px 55px;
    }
}


/* --------  */

.global_banner_hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.global_banner_hero::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: var(--c3);
}

.global_banner_hero .txt {
    position: relative;
    padding: 140px 0;
    text-align: center;
}

.global_banner_hero .txt h1 {
    color: var(--cf);
    margin: 0;
}

.global_banner_hero .txt h1 span {
    color: var(--c2);
}