
.news-about-bg {
    position: relative;
    margin-top: -100px;
    padding: 60px;
    background: #4885ca;
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#ff8850), to(#4885ca));
    background: -webkit-linear-gradient(right, #ff8850, #4885ca);
    background: -moz-linear-gradient(right, #ff8850, #4885ca);
    background: -o-linear-gradient(right, #ff8850, #4885ca);
    background: linear-gradient(right, #ff8850, #4885ca);

    /* background: -webkit-gradient(linear, 100% 0, 0 0, from(#79B6DB), to(#7C79B3));
    background: -webkit-linear-gradient(right, #79B6DB, #7C79B3);
    background: -moz-linear-gradient(right, #79B6DB, #7C79B3);
    background: -o-linear-gradient(right, #79B6DB, #7C79B3);
    background: linear-gradient(right, #79B6DB, #7C79B3); */
}

.logoname {
    color: white;
                  font-size: 22px;
                  font-family: 'Montserrat', sans-serif;
                  font-weight: bold;
                  top: -2px;
                  position: relative;
                  margin-left: 5px;
}

.mega-menu.desktopTopFixed .logoname,
footer .logoname {
                  top: 7px;
}

.marketing-service .feature-text {
    /* height: 200px !important; */
}

body { 
    font-size: 15px;
}

h5 {
    font-size: 19px;
}

.free {
    font-size: 17px;
    text-align: center;
    background: white;
    margin-bottom: 20px;
    padding: 25px;
    height: 100px;
}

.page-title-name h1{
    text-transform: none; color: white; font-size: 36px;
}

.page-title p {
    text-transform: none !important;
}

@media (max-width: 1024px) {
    #onepagenav {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .logoname {
                      top: 7px;
    }
    
}