/*------------------------------------------------------------
	Fonts
------------------------------------------------------------*/
@font-face{
    font-family: 'IranSansReg';
    font-style: normal;
    font-weight: 200;
    src:url('fonts/IRANSansXFaNum-UltraLight.woff'),
        url('fonts/IRANSansXFaNum-UltraLight.ttf'),
        url('fonts/IRANSansXFaNum-UltraLight.woff2');
}
@font-face{
    font-family: 'IranSansReg';
    font-style: normal;
    font-weight: 300;
    src:url('fonts/IRANSansXFaNum-Light.woff'),
        url('fonts/IRANSansXFaNum-Light.ttf'),
        url('fonts/IRANSansXFaNum-Light.woff2');
}
@font-face{
    font-family: 'IranSansReg';
    font-style: normal;
    font-weight: 400;
    src:url('fonts/IRANSansXFaNum-Regular.woff'),
        url('fonts/IRANSansXFaNum-Regular.ttf'),
        url('fonts/IRANSansXFaNum-Regular.woff2');
}
@font-face{
    font-family: 'IranSansReg';
    font-style: normal;
    font-weight: 500;
    src:url('fonts/IRANSansXFaNum-Medium.woff'),
        url('fonts/IRANSansXFaNum-Medium.ttf'),
        url('fonts/IRANSansXFaNum-Medium.woff2');
}
@font-face{
    font-family: 'IranSansReg';
    font-style: normal;
    font-weight: 600;
    src:url('fonts/IRANSansXFaNum-DemiBold.woff'),
        url('fonts/IRANSansXFaNum-DemiBold.ttf'),
        url('fonts/IRANSansXFaNum-DemiBold.woff2');
}
@font-face{
    font-family: 'IranSansReg';
    font-style: normal;
    font-weight: 700;
    src:url('fonts/IRANSansXFaNum-Bold.woff'),
        url('fonts/IRANSansXFaNum-Bold.ttf'),
        url('fonts/IRANSansXFaNum-Bold.woff2');
}
/*------------------------------------------------------------
	Global Settings
------------------------------------------------------------*/
*{
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    font-family: 'IranSansReg';
    box-sizing: border-box;
    font-size: .95rem;
}
body{
    background-color: #fefefe;
    color: #222222;
    unicode-bidi: embed;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
a{
    text-decoration: none;
    color: #444444;
}
a:hover{
    text-decoration: none;
    color: #50C4ED;
}
ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
hr {
    border-color: #E0E0E0;
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
}
label
{
    margin-bottom: 0;
}
/*------------------------------------------------------------
	Default class
------------------------------------------------------------*/
.w100{
    width: 100%;
}
.dgall{
    display: grid;
    justify-items: center;
    align-items: center;
    align-content: center;
}
.w1280{
    width: 1280px;
}
.hdrspc{
    height: 83px;
}
.bx-brpd {
    border-radius: 15px;
    padding: 15px;
}
.bx-shd {
    box-shadow: 0px 0px 10px 1px rgba(200, 200, 200, 0.4);
}
.ttl-inx {
    font-size: 1.25rem;
    font-weight: 600;
}
.ttl-ltgrd {
    font-size: 1rem;
    font-weight: 500;
}
/*------------------------------------------------------------
	breadcrumbs page
------------------------------------------------------------*/
.breadcrumb_last{
    font-size: 1rem;
}
.breadcrumbs-pages{
    background-color: #fff;
    padding: 5px;
    margin: 20px 0px;
    border-radius: 10px;
    display: flex;
    height: 43px;
    box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.5);
}
.breadcrumbs-page-icon{
    background-color: #50C4ED;
    border-radius: 10px;
    padding: 5px;
}
#breadcrumbs{
    padding: 5px 10px 5px 5px;
}
/*------------------------------------------------------------
	Post List
------------------------------------------------------------*/
.post-list-sec{
    display: grid;
    gap: 20px;
}
.post-list-items{
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.5);    border-radius: 15px;
    display: flex;
}
.post-list-items:hover{
    box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.5);    border-radius: 15px;
}
.post-list-img{
    width: 35%;
    height: 190px;
    border-radius: 0 15px 15px 0;
    margin-left: 5px;
}
.post-list-img-a{
    width: 100%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    margin-left: 5px;
}
.post-list-details{
    width: 65%;
    display: grid;
    padding: 10px;
    align-content: space-around;
}
.p-l-d-morbtn{
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.p-l-d-more{
    width: 70%;
    border: solid 1px #d8d8d8;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}
.p-l-d-more span svg{
    margin-left: 5px;
}
.p-l-d-more span a{
    margin-right: 5px;
}
.p-l-d-btn-bn{
    display: flex;
    justify-content: left;
    background: none;
    width: 30%;
    align-items: end;
    padding-left: 10px;
}
.p-l-d-btn{
    padding: 8px 25px;
    border-radius: 10px;
    background-color: #50C4ED;
    color: #fff;
    transition: 0.3s ease!important;
}
.p-l-d-btn:hover{
    color: #fff;
    background-color: #387ADF;
    transition: 0.3s ease!important;
}
.p-l-d-cat span{
    color: #387ADF;
    font-size: 13px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.p-l-d-cat span a, .p-l-d-more span, .p-l-d-more span a{
    color: #387ADF;
    font-size: 13px;
}
.p-l-d-cat span svg, .p-l-d-more span svg{
    color: #50C4ED;
}
.section-128080{
    width: 75%;
}
.section-128020{
    width: 25%;
}



/*------------------------------------------------------------
	About US
------------------------------------------------------------*/
.header-aus{
    height: 185px;
}
.hedrttl-aus{
    width: 1140px;
    height: 125px;
    background: #fff;
    border-radius: 15px;
}
.hedrttl-aus{
    gap: 10px;
    align-items: center;
    align-content: center;
}
.hedrttl-aus h1{
    font-size: 24px;
}
.hedrttl-aus h2{
    font-size: 20px;
}
.ab-nxtsfr{
    display: grid;
    gap: 10px;
}
.nsctusbx{
    display: flex;
    gap: 30px;
    height: 100%;
}
.tel-nsctusbx
,.mail-nsctusbx
,.add-nsctusbx
{
    height: 200px;
    width: 30%;
    background: #fff;
    border-radius: 15px;
}
.mail-nsctusbx span{
    text-align: center;
}
/*------------------------------------------------------------
	Blog
------------------------------------------------------------*/

.nb-ttl-pg{
    font-size: 20px;
}








