.web_development_banner_hero {
    position: relative;
    padding-top: 140px;
    margin-bottom: 80px;
    border-radius: 30px;
	background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}

.web_development_banner_hero::before{
	position: absolute;
    content: '';
    top: 40px;
    left: 0;
    right: 0;
    width: 40%;
    height: 80%;
    margin: 0 auto;
    background-image: url(../img/home/home_bg-02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.web_development_banner_hero .row{
	position:relative;
}
.web_development_banner_hero h1,
.web_development_banner_hero h5,
.web_development_banner_hero p {
    color: var(--c3);
}

.web_development_banner_hero h4 {
    color: var(--c3);
}

.web_development_banner_hero .img img {
    border-radius: 16px;
}

@media(max-width:990px) {
    .web_development_banner_hero .txt {
        padding-bottom: 40px;
    }
}


/* --- global_wd_solution_sec ---  */

.global_wd_solution_sec {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_wd_solution_sec .item {
    display: flex;
    margin-bottom: 32px;
}

.global_wd_solution_sec .item:last-of-type {
    margin-bottom: 0px;
}

.global_wd_solution_sec .item .img img {
    width: 70px;
    height: 70px;
}

.global_wd_solution_sec .item .txt {
    padding-left: 24px;
    width: 80%;
}

.global_wd_solution_sec .item .txt h3 {
    color: var(--c3);
    font-weight: 600;
    margin-bottom: 6px;
}


/* --- global_wd_our_cms_services --  */

.global_wd_our_cms_services {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FAF8F9;
}

.global_wd_our_cms_services .title_sec {
    text-align: center;
}

.global_wd_our_cms_services .wrap {
    text-align: center;
    margin-bottom: 60px;
}

.global_wd_our_cms_services .col-lg-4:nth-last-child(3) .wrap,
.global_wd_our_cms_services .col-lg-4:nth-last-child(2) .wrap,
.global_wd_our_cms_services .col-lg-4:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

.global_wd_our_cms_services .txt {
    padding-top: 24px;
}

.global_wd_our_cms_services .txt h3 {
    color: var(--c3);
    margin-bottom: 10px;
}

@media(max-width:990px) {
    .global_wd_our_cms_services .col-md-6:nth-last-child(3) .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .global_wd_our_cms_services .col-md-6:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
}


/* --- global_wd_our_uiux_services ---  */

.global_wd_our_uiux_services {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_wd_our_uiux_services .wrap {
    margin-bottom: 60px;
}

.global_wd_our_uiux_services .col-lg-6:nth-last-child(2) .wrap,
.global_wd_our_uiux_services .col-lg-6:nth-last-child(1) .wrap {
    margin-bottom: 0px;
}

.global_wd_our_uiux_services .txt {
    padding-top: 24px;
}

.global_wd_our_uiux_services .txt h6 {
    color: var(--c3);
    margin-bottom: 12px;
}

.global_wd_our_uiux_services .txt ul {
    padding-top: 20px;
}

.global_wd_our_uiux_services .txt ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}

.global_wd_our_uiux_services .txt ul li:last-of-type {
    margin-bottom: 0px;
}

.global_wd_our_uiux_services .txt ul li::before {
    position: absolute;
    content: '';
    top: 2px;
    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;
}

@media(max-width:990px) {
    .global_wd_our_uiux_services .wrap {
        margin-bottom: 40px;
    }
    .global_wd_our_uiux_services .col-md-6:nth-last-child(2) .wrap,
    .global_wd_our_uiux_services .col-md-6:nth-last-child(1) .wrap {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .global_wd_our_uiux_services .col-md-6:nth-last-child(2) .wrap {
        margin-bottom: 40px;
    }
}


/* --- global_wd_sbs_web_security ---  */

.global_wd_sbs_web_security {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_wd_sbs_web_security .img img {
    width: 100%;
}

.global_wd_sbs_web_security .txt ul {
    padding-top: 20px;
}

.global_wd_sbs_web_security .txt ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}

.global_wd_sbs_web_security .txt ul li:last-of-type {
    margin-bottom: 0px;
}

.global_wd_sbs_web_security .txt ul li::before {
    position: absolute;
    content: '';
    top: 2px;
    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;
}

@media(max-width:990px) {
    .global_wd_sbs_web_security .txt {
        padding-top: 40px;
    }
}


/* --- global_wd_sbs_wordpress_developmet ---  */

.global_wd_sbs_wordpress_developmet {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}


/* --- global_wd_sbs_ecommerce_development ---  */

.global_wd_sbs_ecommerce_development {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media(max-width:990px) {
    .global_wd_sbs_ecommerce_development .txt {
        padding-top: 40px;
    }
}