body,a,p,h1,h2,h3,h4,h5,h6{
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

.container{
	width: 1200px;
}

.banner{
   /* height: 470px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 95%;
    margin-top: 84px;
}


.business-one-process{
    margin-top: 80px;
}
.business-one-process img{
    width: 70%;
    margin: 0 auto;
}

.business-one-process p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #3a505f;
}
.business-one-process p+p{
    margin-top: 40px;
}

.business-one-process1{
    margin-top: 80px;
}
.business-one-process1 img{
    width: 90%;
    margin: 0 auto;
}

.business-one-process1 p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #3a505f;
}
.business-one-process1 p+p{
    margin-top: 40px;
}

.business-one-process1 h2{
    font-size: 33px;
    font-weight: 700;
    line-height: 70px;
    color: #291a55;
}
.business-one-process1 .sec_title li{
    margin: 20px 0;
    line-height: 30px;
	text-align:justify;
}


.service{
    margin-top: 80px;
}
.service .hosting{
    text-align: center;
}
.service .hosting h2{
    color: #291a55;
    font-size: 36px;
    font-family: var(--thm-font);
    font-weight: bold;
    letter-spacing: -.04em;
    text-align: center;
}

.service .hosting img{
    width: 50%;
}
.service .crm{
    background: #fff;
    box-shadow: 0px 0px 30px 0px #ccc;
    margin: 20px 0px;
    padding: 20px 25px;
}
.service .crm h3{
    line-height: 60px;
    font-size: 20px;
}
.service .crm p{
    line-height: 28px;
    font-size: 16px;
}

.content{
    margin-top: 80px;
    background: #f4f6fd;
    padding: 50px 0px;
}
.content h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 108px;
    color: #291a55;
}

.content p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #3a505f;
}
.content p+p{
    margin-top: 40px;
}

.content img{
    width: 100%;
}


.best-erp{
    margin-top: 80px;
}
.best-erp h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 108px; 
}

.best-erp p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #3a505f;
}
.best-erp p+p{
    margin-top: 40px;
}

.why{
    background-position: 100% 0%;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    margin-top: 80px;
    background-attachment: fixed;
}
.why h3{
    font-size: 32px;
    font-weight: 900;
    line-height: 108px; 
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
.why p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}
.why p+p{
    margin-top: 10px;
}
.why p:hover{
    color: #000;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    margin-left: 10px;
}
.portfolio{
    margin-top: 80px;
}
.portfolio h3{
    font-size: 32px;
    font-weight: 900;
    line-height: 108px; 
    color: #291a55;
    text-align: center;
    padding-top: 30px;
}
.portfolio img{
    width: 100%;
    padding: 20px;
}
@media(max-width:768px){
    .main{
        overflow: hidden;
    }
    .container{
        max-width: 100%;
    }
    .banner{
        height: 110px;
    }
    .business-one-process {
        margin-top: 20px;
    }
    .business-one-process img {
        width: 100%;
    }
    .business-one-process p {
        font-size: 13px;
        line-height: 23px;
        font-weight: 500;
        color: #3a505f;
    }
    .business-one-process1 h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
    }
    .business-one-process1 .sec_title li {
        margin: 30px 0;
    }
    .service .crm p{
        font-size: 13px;
    }
    content {
        margin: 0;
    }
    .content h3 {
        font-size: 21px;
        font-weight: 500;
        line-height: 86px;
    }
    .content p{
        font-size: 13px;
    }
    .best-erp h3 {
        font-size: 22px;
        font-weight: 900;
        line-height: 40px;
        text-align: center;
        color: #291a55;
        margin-bottom: 20px;
    }
    .best-erp p{
        font-size: 13px;
    }
    .why h3{
        font-size: 23px;
    }
    .why p{
        font-size: 13px;
    }
}