/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.sepp .fa-recycle.fas {
    font-size: 32px;
}
.fusion-footer-widget-area .widget-title {
    margin-bottom: 10px;
}
.imgtitle {
    text-align: center;
    background: #001970;
    padding: 18px;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-top: -61px;
    z-index: 9999;
    position: relative;
}
.tboxes a:hover .imgtitle {
    background: #0019708c;
}
.tboxes img { width: 100% !important; }
.slide-content {
    background: rgba(255,255,255,0.6);
    padding: 20px;
    width: 45% !important;
    margin-top: 10% !important;
    margin-left: 1% !important;
}
.stateofart img { height: 400px !important;}
.mapimg img { height: 500px; }
.fusion-footer-widget-area ul li {
    list-style-type: circle;
}
@media only screen and (max-width: 600px) {
.slide-content { width: 100% !important; }
}