.other img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    box-shadow: 3px 3px 3px 3px #ccc;
    border-radius: 7px;
    margin-bottom: 35px;
    transition: all 0.45s ease-in-out;
}

.other img:hover {
    box-shadow: -3px 6px 15px 7px #8686867a;
    transition: all 0.45s ease-in-out;
}

.other {
    padding: 70px 0;
}

.carousel {
    box-shadow: 3px 3px 3px #ccc;
}
footer {
    background: #000;
    padding: 50px 0 10px 0;
    text-align: center;
    border-top: 4px solid red;
}
footer h3, h2 {
    text-align: center;
    color: #fff;
    display: inline-block;
        font-weight: 600;
}
footer h3 span {
    float: right;
    padding-left: 8px;
    color: red;
}
h3{    font-size: 40px;}
h2 {
    margin-top: 48px;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Amiri', serif;
}
.copyright {
    margin-top: 52px;
    color: #ffffffde;
    border-top: 1px solid #fdfdfd26;
    padding-top: 20px;
}
a,
a:hover{
    color: #ff9999b0;
    text-decoration:none;
}