.navbar-brand img{
    height: 60px;
}
.slick-arrow.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
}

.slick-arrow.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pagetitle-heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    color:#fff;
}
.pagetitle-desc{
    color: #fff;
}
ol, ul{
    line-height: 1.8;
}
@media only screen and (max-width:600px){
    .footer .contact-list li a{
        font-size: 12px;
    }
}