.Banner_inner{
    background-size: cover !important;
    background-position: center;
    background: url('../images/Banner-11.jpg');
    margin-bottom: 120px;
    z-index: 0;
    padding-bottom: 9rem;
    padding-top: 14rem;
    position: relative;
}


.Banner_inner h1 strong {
    font-weight: 600;
}
.Banner_inner .COntent01 h1{margin-bottom: 20px;font-size: 55px;}
.Banner_inner .COntent01 p{
    width: 93%;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 35px;
    font-weight: 200;
    }
    .Nomargin{
        margin-bottom: 0px;
    }
    .Section-Awards {
        background: #F5F7FC;
        margin-bottom: 90px;
        padding: 40px 0px 45px 0px;
    }
   
    .award-logo ul {
        list-style: none;
        display: flex;
        padding-left: 0px;
        justify-content: center;
        gap: 19px;
        margin-bottom: 0;
    }
    
    .award-logo {
        text-align: center;
    }
    
    .award-logo h4 {
        color: var(--black-color);
        padding-bottom: 10px;
        text-align: center;
        font-size: 41px;
        width: 100%;
        font-weight: 400;
        margin: 0;
    }
    .award-logo h4 span{
        font-weight: 700;
    }
    .award-logo p {
        color: var(--black-color);
        font-weight: 500;
        font-size: 16px;
    }

    .shopifytext {
        color: var(--black-color);
        line-height: 48px;
        font-weight: 400;
        font-size: 45px;
        line-height: 56px;
    }
    .shopifytext span {
        display: block;
    }
    p.PAratwo {
        line-height: 29px;
        width: 97%;
        font-size: 17px;
        margin: 0;
    }

    .ABoutimg:after {
        display: none;
    }
    
    .ABoutimg figure.img-1::after {
        display: none;
    }
    .Imageabout .img-1:after{   
        top: 20px;      
        width: 79%;      
        right: 28px;
    }
    .Section-02 {
        padding-bottom: 120px;
    }

    .Sec-035 .circleimg img{
width: unset;
    }
    .noborder {
        background: transparent;
        border-color: #fff;
        margin-left: 10px;
    }
  
.Sec-035 .BuildContent p {
    line-height: 36px;
    font-size: 19px;
}

.award-logo h4 b {
    display: block;
    font-weight: 400;
    margin-bottom: 11px;
}
.Circlelist a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 250px;
    text-decoration: none !important;
    background: #fff;
    border-radius: 302px;
    flex-direction: column;
}
.Circlelist a span {
    display: block;
}

.Circlelist a h5 {
    line-height: 26px;
    font-weight: 600;
    color: var(--black-color);
    padding-bottom: 10px;
    text-align: center;
    font-size: 19px;
    padding-top: 8px;
}

section.Section-06.Proces-06 {
    margin-top: 0;
    padding-bottom: 85px;
}
section.Section-06.Proces-06::before {
    background: #3d433ceb;
}

.Boxes h5 {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 300;
    margin-top: 33px;
}

section.Section-06.Proces-06 h6 {
    margin: 10px 0px;
    font-weight: 500;
    font-size: 23px;
}
.spacingmt {
    margin-bottom: 75px;
}

.SectionDevlopmnt {
    background: #F0F3FB;
    padding: 40px 0px;
}

.SectionDevlopmnt p {
    margin-bottom: 25px;
}

.SectionDevlopmnt h6 {
    color: var(--black-color);
    font-weight: 500;
    font-size: 19px;
    line-height: 14px;
}

.shopifytext .SectionDevlopmnt {
    font-size: 36px;
}

.SectionDevlopmnt .shopifytext {
    font-size: 34px;
    font-weight: 100 !important;
}

.SectionDevlopmnt .spanbold {
    font-weight: 400;
}

.Testibox:after {
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    background: var(--button-color);
    height: 0px;
    width: 0px;
    border-radius: 0px;
    top: 50%;
    right: 42%;
    z-index: -1;
}

.Testibox:hover:after {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
    border-radius: 0px;
}

.Testibox:hover p {
    color: #fff;
    transition: all 0.3s ease;
}

.Testibox:hover {
    border-radius: 0px;
    transition: all 0.4s ease;
}

.Testibox:hover h6 {
    color: #fff;
    transition: all 0.5s ease;
}

.Testibox:hover span {
    transition: all 0.5s ease;
    color: #fff;
}

.Testibox span {
    color: var(--black-color);
    transition: all 0.5s ease;
    font-size: 16px;
}

.Testibox:before {
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    background: var(--primary-color);
    height: 6px;
    width: 0%;
    top: 0;
    right: 0;
}

.Testibox:hover:before {
    width: 100%;
    transition: all 0.5s ease;
}

.InnerFaq {
    margin: 75px 0px 15px;
}

.InnerFaq .FaqMain {
    margin-bottom: 44px;
}