@font-face{
	font-family:'vazir_b';
	src:url('fonts/vazir-bold.ttf') format('true-type'),
}
@font-face{
	font-family:'vazir_web';
	src:url('fonts/vazir.eot') format('embded-open-type'),
	    url('fonts/vazir.ttf') format('true-type'),
	    url('fonts/vazir.woff') format('woff');
}
@font-face{
	font-family:'vazir_l';
	src:url('fonts/vazir-light.ttf') format('true-type'),
}
body, *{
    font-family:'vazir_web';
}
.main-navigation a,.header .icon-box__title, .jumbotron .icon-box__title{
    font-family:'vazir' !important;
}
.home-icon{border-right:none;}
.icon-box .fa{color: #fdc84c;}
.jumbotron__control{    background: linear-gradient(#e0dcdc, #828080);}
@media (min-width: 450px){
.main-navigation > .menu-item-has-children::after {
    left: 5px;
    bottom: 1.2rem;
}
}


