@font-face {
	font-family: "irsansdn";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/irsansdn.eot");
	src: url("../fonts/irsansdn.eot?#iefix") format("embedded-opentype"),  /* IE6-8 */
		 url("../fonts/irsansdn.woff2") format("woff2"),  /* FF39+,Chrome36+, Opera24+*/
		 url("../fonts/irsansdn.woff") format("woff"),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url("../fonts/irsansdn.ttf") format("truetype");
}



@font-face {
    font-family: "irsansxv";
    src: url("../fonts/irsansxv.woff") format("woff-variations"),
    /* will be the standard and works in Safari now */
    url("../fonts/irsansxv.woff") format("woff");
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: fallback;

}


@font-face {
    font-family: "irsansx";
    src: url("../fonts/irsansx-regular.woff") format("woff");
}
@font-face {
    font-family: "iransansx";
    src: url("../fonts/irsansx-bold.woff") format("woff");
    font-weight: 700;
}

  
body {
    font-family: "irsansx", tahoma;
}
@supports (font-variation-settings: normal) {
    body {
     font-family: "irsansxv", tahoma;
    }
}

a {
    
    text-decoration: none;
}


.travelia-home-top-section .home-short-intro{
    margin: -40px 45px 0 !important;
}

.sppb-addon-articles .sppb-article-meta .sppb-meta-category{
    top: -23px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span{
    padding:0 8px;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.sppb-addon-articles h3 a{
    font-size: 20px;
    letter-spacing: 0px;
    
}