.web-development-banner {
    background: linear-gradient(#1d4a96, #368aca);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    margin-top: 94px;
}

.web-development-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #fff;
    border-top: 200px solid transparent;
    width: 0;
    z-index: 0
}

.web-development-banner::after {
    display: none
}

.education-app-category {
    margin-top: -300px;
    text-align: center;
    padding-bottom: 80px
}

@media only screen and (max-width:1199.98px) {
    .web-development-banner {
        padding: 90px 0;
    }
}

@media only screen and (max-width:767.98px) {
    .web-development-banner {
        padding: 80px 0;
    }
}


.technology .tj-sec-heading .sec-title {
    margin-bottom: 10px !important;
    font-weight: 600;
}

.technology .tj-sec-heading p {
    color: #000;
}

.feature-row [class*='col-'] {
    margin-bottom: 70px;
}

.inv-lan-feature-item .inner-icon {
    width: 120px;
    height: 120px;
    padding: 40px;
    border-radius: 50%;
    transition: 300ms ease;
    background-color: #fdfdfd;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 21px 0 rgba(85, 85, 85, .11);
    box-shadow: 0 9px 21px 0 rgba(85, 85, 85, .11);
    top: -50px;
    left: 20px;
    position: absolute;
}

.inner-icon img {
    width: 100%;
}

.inv-lan-feature-item .inner-text {
    color: #131115;
    text-align: left;
}

.inv-lan-feature-item .inner-text h4 {
    font-weight: 600;
}

.inv-lan-feature-item .inner-text p {
    font-size: 15px;
    color: #313131;
    margin-bottom: 0;
    line-height: 26px;
}

.inv-lan-feature-item {
    transition: all .5s ease-in-out;
    background: #ffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(34, 34, 34, .1);
    padding: 96px 47px 20px 45px;
    position: relative;
    transition: .5s;
    height: 100%;
}

.inv-lan-feature-item::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    left: 0;
    top: 0;
    border-radius: 20px 20px 20px 20px;
    background: #1d4a96;
}

.featureinner-text {
    position: relative;
    z-index: 2;
}

.inv-lan-feature-item:hover::before {
    width: 100%;
}


.inv-lan-feature-item:hover .featureinner-text .inner-text h4,
.inv-lan-feature-item:hover .featureinner-text .inner-text p {
    color: #fff;
}

.technology {
    padding: 100px 0 30px;
    background: #f8f7ff;
}


/***About Section Start***/

.about-content-one .desc p {
    margin-bottom: 20px;
    max-width: 600px;
    line-height: 26px;
}

.tj-sec-heading .sec-title {
    margin-bottom: 30px;
}

.about-section-shape {
    position: absolute;
    top: 10%;
    right: 5%;
}

.tj-about-section {
    position: relative;
}

.tj-about-section .table-responsive td {
    vertical-align: top;
}

.abt-lft-img img {
    width: 100%;
}

.tj-sec-heading .sec-title {
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    color: #072351;
}

.tj-sec-heading .active-color {
    background: #fd5f0c;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pd-100 {
    padding: 100px 0;
}

/***About Section End***/

/* Responsive */
@media only screen and (max-width: 575px) {

    .web-development-banner .hero-content-wrap {
        margin-left: 35px;
    }

    .web-development-banner .lead {
        font-size: 18px !important;
    }

    .technology,
    .about-content-one {
        padding-left: 35px;
    }
}