body {
    font-family: "Mulish", sans-serif;
}
.noto{
     font-family: "Noto Sans", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: #ddd;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}








.banner-content h1{
    margin-bottom: 20px;
    color: #000;
    font-size: 59px;
    font-weight: 700;
}
.banner-content p{
    font-size: 21px;
}
.about-content h2{
    font-size: 2rem;
    font-weight: 600;
}
.about-content p{
    font-size: 17px;
}
.review p{
    font-size: 18px;
}
.review b{
    background-color: #fffec3;
}
.profile{
    width: 53px;
    height: 53px;
    border-radius: 100%;
    margin: 15px 0px;
}
.review h6{
    font-size: 14px;
    font-weight: 600;
}
.business-content h5{
    font-size: 20px;
}
.businesses{
    background-color: #2257ba;
    padding: 40px 0px;
}
.content{
    padding-right: 30px;
}
.content h4{
    font-size: 19px;
    font-weight: 700;
}
.content .shadow{
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.content p{
font-size: 17px;
}
.content-box{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 33px 10px rgba(0,0,0,.09);
    border-radius: 15px;
}
.boost-content h2{
    font-size: 36px;    
    padding-bottom: 18px;
    letter-spacing: -.2px;    
    line-height: 1.42857143;
    margin-bottom: 0;
}
.boost-content p{
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
    letter-spacing: -.1px;
    line-height: 27px;
}
.theme-btn:hover{
    background-color: #174190;
    color: #fff;
}
.theme-btn{
    transition: 0.5s;
    background-color: #2257ba;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    min-width: 160px;
    padding: 15px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;    
    border-radius: 3px;
}
.f-widget h6{
    font-size: 19px;
    padding-bottom: 26px;
}
.f-widget a {
    display: block;
    text-decoration: none;
    line-height: 35px;
    color: #9297a3;
}
.footer{
    background-color: #333;
}
.copy{
    background-color: #222327;
}



@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
   
}
@media only screen and (max-width: 769px) {
    .content{
        padding-right: 0px;
    }
    .banner-content h1{
        font-size: 44px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}