/* =============>footer styling Starts */
#myFooter-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    background-color: rgb(67, 72, 75);
    /* color: rgb(130, 140, 153); */
    color: rgb(255, 254, 250);
}

#myFooter-1 img {
    margin: 10px 0px;
    height: 100px;
}

#myFooter-1 a {
    font-size: 16px;
}
#myFooter-1 a:hover {
    color: orange;
    border-bottom: 2px solid blue;
}
#myFooter-1 li:hover {
    color: orange;
}
#myFooter-1 a i {
    height: 40px;
    width: 40px;
    font-size: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#myFooter-1 ul {
    padding: 0px;
}

#myFooter-1 div {
    min-height: 100px;
    min-width: 200px;
    margin: 10px;
    /* border: 2px solid white; */
    padding: 20px;
    padding-left: 40px;
}

#myFooter-1 div span {
    width: 250px;
    text-align: justify;
    display: block;
}

#myFooter-1 div ul li a {
    text-decoration: none;
    color: rgb(255, 254, 250);
}

#myFooter-1 div ul li {
    list-style: none;
    margin-top: 5px;
}

.copyright_message {
    text-align: center;
    background-color: rgb(43, 48, 53);
    color: rgb(255, 254, 250);
    padding: 10px;
}
.copyright_message h5 {
    color: #838383;
}
.copyright_message h5 a {
    transition: 0.5s;
    color: rgb(201, 107, 45);
}
.copyright_message h5 a:hover {
    color: white;
}

@media screen and (max-width: 768px) {
    #myFooter-1 div {
        min-height: 100px;
        width: 90vw;
    }
    #myFooter-1 div span {
        width: 80%;
    }
}

@media screen and (max-width: 1080px) {
    #myFooter-1 div {
        min-height: 100px;
        min-width: 35vw;
    }
}

/* =============>footer styling end */

.visits_message {
    background-color: rgb(67, 72, 75) !important;
}
