/******HOMEPAGE*******/

.home-hero-image{
    min-width: 880px;
    max-width: 880px;
}

@media screen and (max-width: 768px) {
    .home-hero-image{
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

.box-shadow-right{
    border-radius: 10px;-webkit-box-shadow: 20px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 5px 25px 0 rgba(0, 0, 0, 0.1);   
    margin-bottom: 50px;
}

.box-shadow-sm{
    box-shadow: 0 0.2rem 1.25rem 0 rgba(47, 47, 47, 0.07)
}
.rounded {
    border-radius: 0.25rem !important;
}

.lg{
    font-size:50px;
    line-height:1.1;
}

.xl{
    font-size:72px;
    line-height:1.1;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

li.ticks:before {
    content: '\2713';
    color: #3fae2a;
    border: 1px solid #3fae2a;
    border-radius: 100%;
    padding: 3px 5px;
    margin: 0 15px 0 -4px;
    font-size: .9375rem;
    vertical-align: middle;
}
/******FOOTER*******/

.footer-images {
    width: 45px;
    padding: 5px;
    vertical-align: middle;}

.footer-images_dev {
    width: 100px;
    padding: 5px;
    vertical-align: middle;
}

.footer-link{
    color: #4a4a4a!important;
}