#logo-design-head {
    background: url(../../assets/images/logo-designing.jpg)no-repeat center right;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#designing-flow {
    position: relative;
}

#designing-flow::before {
    position: absolute;
    content: url(../../assets/images/section-element.png);
    z-index: -1;
}

#designing-flow::after {
    position: absolute;
    content: url(../../assets/images/section-element.png);
    z-index: -1;
    left: 60%;
}

.flow-1:hover {
    background: #0000002e;
}

.flow-1,
.flow-bleft-1 {
    width: 1200px;
    background: #e5e5e57d;
    margin: 10px 0;
    text-align: right;
    border-right: 4px solid #004ffc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    padding: 50px;
    list-style: none;
    max-width: 100%;
    transition: all .3s ease;
}

.flow-1 h3 {
    font-size: 20px;
    text-align: right;
    margin-top: 10px;
}

.flow-bleft-1 h3 {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
}

.flow-bleft-1 {
    border-left: 4px solid #004ffc;
    border-right: transparent;
    text-align: left;

}

.inner-designing-flow {
    position: relative;
}

.workflow-points {
    width: 810px;
    margin: 90px auto 0;
    max-width: 100%;
}

.inner-flowing {
    position: relative;
}

.flow-specing {
    position: absolute;
    left: 377px;
}

.flow-top-specing {
    margin-top: 320px;
}

.flow-top-specing-2 {
    margin-top: 337px;
}



/*animation Css*/
#animation-head {
    background: url(../../assets/images/animation-bg.png)no-repeat center right;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.animation-img {
    margin: 180px 70px;
    padding: 10px;
}

.creation-points-1 h4,
.creation-points h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.creation-points-img {
    box-shadow: 4px 6px 13px #ccc;
}

.creation-points-1 {
    border-right: 1px dashed #ccc;
}

.animation-services-1 h3 {
    font-size: 18px;
    margin-top: 30px;
}
.animation-modal-1 .modal-dialog.modal-lg {
    margin: 100px 380px;
}
.animation-modal-1 {
    text-align: center;
}
.animation-modal-1 .btn {
    font-size: 15px;
    background: #2d1867;
    border: transparent;
    border-radius: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.animation-modal-1 .modal-content {
    padding: 10px 30px;
}
.animation-modal-1 button.close span {
    font-size: 20px;
    margin: 28px 30px;
}
.model-show-animation-content {
    text-align: center;
}

.flow-animation-specing {
    margin-top: 380px;
}

#designing-flow .section-head h3 {
    text-align: center;
}


/*web design css*/
#web-design-head {
    background: url(../../assets/images/web-design.png)no-repeat center right;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.web-points-choose-us li {
    display: inline-flex;
}

.web-points-choose-us li p {
    color: #6f7581;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.web-points-choose-us li i {
    color: #3f33ff;
    font-weight: 500;
    margin: 5px 0;
}

.web-img-1 {
    margin-top: 70px;
}

.dev-box-1 {
    text-align: center;
    /* background: red; */
    width: 190px;
    margin: 0 auto;
    transition: all .3s ease;
    padding: 10px 0;
    position: relative;
}

.dev-box-1 h4 {
    font-size: 16px;
    font-weight: bold !important;
}

.dev-box-1 img {
    margin: 20px 0;
}

.dev-solution-2 {
    margin: 40px 0 0;
    /*background:url(../../assets/images/seo-curve-line.png) no-repeat	; */
}

.dev-box-1:hover {
    box-shadow: 5px 6px 19px #cccccc4d;
}

#web-dev-solution {
    position: relative;
}

#web-dev-solution::before
{
    position: absolute;
    content: url(../../assets/images/section-element.png);
    z-index: -1;
}

#web-dev-solution {
    position: relative;
}

#web-dev-solution::after {
    left: 70%;
}

.dev-circle-img {
    opacity: 0;
    position: absolute;
    left: -30px;
    top: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.dev-box-1:hover .dev-circle-img {
    opacity: 1;

}



/*web-portal Css*/
#web-portal-head{
    
        background: url(../../assets/images/web-portal.png)no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.streamlined-content h3 {
    font-size: 25px;
    text-align: left;
    font-weight: 800;
    color: #fff;
}
.streamlined-content-points {
    text-align: center;
    box-shadow: 1px 0px 8px #00000047;
    padding: 30px 0;
   background: rgba(255,255,255,.2);
}
.streamlined-content-points h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
        color: #fff;
}
.streamlined-point-1 li {
    padding: 20px 0;
    border-bottom:1px solid #242c752e;
        transition: all .3s ease;
}
.streamlined-point-1 li:hover {
    margin-left: -5px;
}
.streamlined-point-1 li:last-child {
    border-bottom: none;
}
.streamlined-point-1 {
    width: 260px;
    margin: 0 auto;
}
.Streamlined-row {
    margin-top: 60px;
}
#Streamlined::before {
    position: absolute;
    content: url(../../assets/images/section-element.png);
    z-index: -2;
}

#Streamlined {
    background: rgb(37, 112, 255);
    padding: 80px 0;
    color: #fff;
    position: relative;
}
.streamlined-content {
    padding: 30px 0;
}   
.streamlined-content p {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    line-height: 27px;
}
.streamlined-content p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    font-size: 13px;
}