@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src:url('../fonts/IRANSansWeb_Light.eot');
	src: url('../fonts/IRANSansWeb_Lightd41dd41d.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}
body{
    font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
}
.navigation {
    font-family: IRANSans;
}
.trips_detail p{

    font-family: IRANSans;
    font-size: 13px;

}
.trips_detail h4{

    text-align: center;
}
.sec-left{
    text-align: right;
}
.rtl{
	font-family: IRANSans;

}
hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.style18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}