@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../AgencyReq/fonts/eot/IRANSansWeb_Black.eot');
    src: url('../AgencyReq/fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../AgencyReq/fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../AgencyReq/fonts/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../AgencyReq/fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_Bold.eot');
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../AgencyReq/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../AgencyReq/fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../AgencyReq/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../AgencyReq/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../AgencyReq/fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../AgencyReq/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_Light.eot');
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../AgencyReq/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../AgencyReq/fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../AgencyReq/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('../AgencyReq/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../AgencyReq/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../AgencyReq/fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../AgencyReq/fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../AgencyReq/fonts/eot/IRANSansWeb.eot');
	src: url('../AgencyReq/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../AgencyReq/fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../AgencyReq/fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../AgencyReq/fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
 
body {
	font-family: IRANSans ,"Source Sans Pro", -apple-system ,Arial !important;
}

.radius-cards{
	border-radius: 25px;
}


.radius-cards-right{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.radius-cards-left{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}


.card-img-top{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.btn-read-more-post{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: lightgray;
	color: gray;
}
.btn-read-more-post:hover{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: lightcyan;
	color: #85858a;
}

.font-80d{
	font-size: 90%;
}
.font-110d{
	font-size: 110%;
}

.img-bw-color {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	transition : all .8s ease-in-out; 
	-webkit-transition: all .8s ease-in-out;  
}

.img-bw-color:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
}

.blk_color1{
	color: #565656;
	text-decoration:none;
}
.blk_color1:hover{
	color: #656565;
	text-decoration:none;
	font-weight: bold;
}






#carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
}

.item {
    color: white;
    background-color: black;
    width:100%;
    height: 350px;
}



.imagesq{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.imagesq img{
    position:absolute;
}


.divider-row{
	border-top: 0.5px solid #dbdbdb38;
}