/* .round_block {
    border: solid 2px;
    width: 20%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    background: #0f181c;
} */

.margin-top{
margin-top:90px;	
}

.mainbox{
	margin-top:90px;
}
html , body {
/*     font-family: monospace !important;
 */}
div#mainbox {
    min-height: 447px;
}

.secondmenu>li>a:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 10px;
    font-family: simple-line-icons;
	
}




@media only screen and (min-width: 320px) and (max-width: 767px){
	
	.ftco-animate {
	width:100% !important; }
	
	
.margin-top{
margin-top: 0px !important;	
}

	.mainbox{
		margin-top:0px!important;
	}
	
	.mobile-hide{
		display:none!important;
	}
			
	.mobile-show{
		display:inline-block!important;
	}
}