footer{
	background-color: #444 !important;
    color: #fff;
    padding: 30px;
}
.btn-orange {
    color: #fff;
    background-color: #f48120;
    border-color: #f48120;
}
.logo{
    height: 80px;
    width: auto;
}
.icon-img img{
    height: 100px;
    width: 100px;
}

.carousel{
    margin-top: 8% !important;

}
@media (max-width: 768px) {
    .logo {
      height: 50px;
      width: auto;
    }
    .carousel-item img{
        min-width: 100%;
        height: 18rem !important;
    }
    .carousel-item{
        height: 18rem !important;
    }
}