


<style>
html {
    background: ;
}
body, p {
    font-family: 'Lato', sans-serif;
    font-style: ;
    font-weight: 0;
    font-size: 15px;
    line-height: 22px;
}

header > .container-fluid,
header > .ccontainer-fluid{
    background-color: 0;
}
header.sticky > .container-fluid,
header.hasBg > .container-fluid,
header.sticky > .ccontainer-fluid,
header.hasBg > .ccontainer-fluid {
    background-color: #111111;
}

.nav4 #navigation {
    background-color:  #111111;
}
.navbar-toggler  .fa-bars:before {
    color: #ffffff;
    font-size: 28px;
}

.navbar li > a,
#navigation li > a {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #ffffff;
    text-decoration: none!important;
}

footer .container-fluid,
footer .ccontainer-fluid {
    background-color: #111111}

footer .nav li {
    display: inline-block;

}
footer .nav li > a {
    font-family: 'Lato', sans-serif;
    font-style: ;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #cccccc;
    text-decoration: none!important;
    padding: 8px 10px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 600;
    font-size: 63px;
    line-height: 66px;
    color: #ffffff;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    color: #000000;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
h5 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #b1835b;
}



@media(min-width:768px) and (max-width:991px) {
            h1 {
            font-size: 50px;
            line-height: 53px;
        }
            
    
    }

@media(max-width:767px) {
            h1 {
            font-size: 28px;
            line-height: 33.6px;
        }

            h2 {
            font-size: 30px;
            line-height: 33.6px;
        }

            h3 {
            font-size: 28px;
            line-height: 33.6px;
        }

            h4 {
            font-size: 20px;
            line-height: 24px;
        }

        h5 {
            font-size: 18px;
            line-height: 22px;
        }
}





</style>