/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.act-btn{
            background: #196F3D;
            z-index: 599;
            display: inline;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: white;
            font-size: 30px;
            font-weight: bold;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            text-decoration: none;
            transition: ease all 0.3s;
            position: fixed;
            right: 30px;
            bottom:30px;
            cursor: pointer;
        }
.act-btn:hover{background: #3df48b}



@media (min-width: 992px) {
	.vertical-middle {
		height: 1px;
	}
}

.vertical-middle > .container {
	height: auto !important;
}
