*{
    line-height: 1.5 !important;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: kalameh;
}


/* color */
.text-light{
    color: #cccccc !important;
}
.text-light-blue{
    color: #0C11AA;
}
.bg-light-blue{
    background-color: #0C11AA;
}
.text-gray{
    color: #404040;
}
.bg-gray{
    background-color: #404040;
}
.text-black{
    color: #000;
}
.text-dark-gray{
    color: #333333;
}
.bg-dark-gray{
    background-color: #333333;
}
.text-light-gray{
    color: #707070 !important;
}
.bg-light-gray{
    background-color: #707070;
}
.text-blue{
    color: #000479;
}
.bg-blue{
    background-color: #000479;
}
.bg-light-blue-gradient{
    background: linear-gradient(90deg,#00036A,#050982);
}
.bg-dark-blue-gradient{
    background: linear-gradient(90deg,#00036A,#0C11AA);
}
.bg-pink{
    position: relative;
    /* background: linear-gradient(90deg,#ffddd0,#b5e3f2); */
    background: linear-gradient(90deg,#f3ccba76,#b2dbe875);
    /* background: linear-gradient(135deg,#f6cebd9d,#b3dcf0); */
}
.text-org{
    color: #f8b022;
}
.bg-org{
    background-color: #f8b022;
}
.text-hvr .hvr{
    transition: all 0.2s;
}
.text-hvr:hover .hvr{
    color: #f8b022 !important;
}


/* layout */
.no-space{
    margin-right: 0px;
    margin-left: 0px;
}
.no-gutters{
    margin-right: -10px;
    margin-left: -10px;
}
.no-space>.col, .no-space>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.navbar-nav{
    flex-direction: row;
}
span{
    /*display: block;*/
}
a,a:hover,a:focus{
    text-decoration: none;
    color: #555;
    display: block;
    transition: all 0.25s;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
svg,
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.20s;
}
.img-hvr img{
    transition: all 0.3s;
}
.img-hvr:hover img{
    filter: brightness(110%);
}
.sqr{
    flex-shrink: 0;
    width: 10px;
    display: block;
    height: 10px;
}
.sqr:last-child{
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-right: 3px;
}
.bootstrap-select .dropdown-toggle:focus,
button:visited,
button:focus,
button{
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
}
.form-control,
.form-control:focus{
    height: inherit;
    border: none;
    outline: none;
    box-shadow: none;
    padding: inherit;
    /* font-size: 1.3rem; */
}
input,textarea,
input::placeholder{
    font-family: kalameh;
}
#textSlide span{
    display: inline;
}
.radius{
    overflow: hidden;
    border-radius: 13px;
}
.bg-header,
.bg-footer,
.bg-logo{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -6;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.bg-header{
    background-image: url('../img/Group\ 3.png');
    background-position-x: -1121px;
    background-position-y: -1200px;
    background-size: 2484px;
    opacity: 0.3;
}
.bg-logo{
    background-image: url("../img/Group\ 33.svg");
    background-position: center center;
    background-size: 1000px;
}
.bg-footer{
    background-image: url("../img/Group\ 32.svg");
    background-position: right center;
    background-size: 450px;
    z-index: 0;
}
.br-blue{
    border-right: 5px solid #0C11AA;
    padding-right: 5px;
}

/* fonts */
.font-kalameh{
    font-family: kalameh;
}
.font-ahang{
    font-family: ahang;
}
.font-anjoman{
    font-family: Anjoman;
}
h1 {
	font-weight: bold;
}
.text-xsm{
    font-size: 0.7rem;
}
.text-sm {
	font-size: 0.8rem;
}
.text-md {
	font-size: 1rem;
}
.text-lg {
	font-size: 1.1rem;
}
.text-xlg {
	font-size: 1.3rem;
}
.text-underline {
	text-decoration:underline;
}
.text-w-regular {
	font-weight: normal;
}
.text-w-md {
	font-weight: 500;
}
.text-w-semibold {
	font-weight: 600;
}
.text-w-bold {
	font-weight: bold;
}
.text-w-xbold {
	font-weight: 800;
}
.text-w-ultrabold {
	font-weight: 850;
}
.text-w-very-bold {
	font-weight: 900;
}

/* header */

header .header-box .navbar .navbar-nav .navbar-link{
    margin-left: 20px;
}
header .header-box .navbar .navbar-nav .active{
    color: #333333 !important;
    font-weight: bold;
    position: relative;
}
header .header-box .navbar .navbar-nav .active::before{
    position: absolute;
    content: "";
    bottom: -5px;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #f8b022;
}
header .header-box .navbar .navbar-brand{
    height: 91px;
}
header .header-box .navbar .navbar-brand svg{
    width: 200px;
    height: 80px;
}
header .header-box .titr-search-box .titr-box #textWrite{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-mobile{
    position: relative;
    width: 100%;
    z-index: 4;
}
.header-mobile .logo-img{
    width: 112px;
    margin-top: 5px;
}
.header-mobile .logo-svg{
    width: 70px;
    height: 70px;
}
.header-mobile .logo svg{
    width: 100%;
    height: 100%;
}
header .content .news-top .news-slider{
    position: relative;
}
header .link-type-js {
    display: inline-flex;color: #fff !important;
}
.opct{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.show-item{
    opacity: 1 !important;
    height: 100% !important;
    visibility: visible !important;
}
.menu{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    box-shadow: rgb(98 98 98 / 10%) 1px 0 15px 2px;
    background-color: #fff;
    z-index: 34;
}
.menu .menu-item{
    transition: all 0.2s;
    position: relative;
}
.menu > .active{
    border-top: 3px solid #00036A;
    color: #00036A !important;
}
.dropdown-menus{
    position: fixed;
    top: 0%;
    right: 0%;
    width: 100%;
    overflow: auto;
    height: calc(100% - 88px);
    background-color: #3c3c3ca8;
    z-index: 2;
}
.dropdown-menus .item{
    min-height: 100%;
    width: 70%;
    margin: 0 auto;
}
.bg-lights{
    background-color: #eaeaea;
}
.dropdown-menus .card{
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
.dropdown-menus .title{
    padding: .75rem 1.25rem;
}
.dropdown-menus .card .card-body{
    padding-right: 2.5em;
}
.dropdown-menus .card .card-header{
    background-color: #fff;
    cursor: pointer;
    border: none;
}
#boxSearch{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
#boxSearch input{
    border: 1px solid #333333;
    margin-left: 20px;
}
.box-archive{
    border-radius: 13px;
}
.box-archive form .form-control::placeholder{
    color: #333333;
}
.box-archive .btn-light,
.box-archive form .form-control:focus,
.box-archive form .form-control{
    background-color: #e3e3e3;
}
.box-archive .btn-light::after{
    margin: 0 !important;
}
.box-archive .filter-option{
    text-align: right !important;
    font-size: 0.8rem !important;
}
.box-archive .btn-light{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.box-archive .btn-light::after {
    margin-right: auto;
    position: absolute;
    left: 10px;
    top: 42%;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: initial;
}
/* footer */

footer .navbar-nav{
    flex-direction: column;
    border-left: 3px solid #707070;
}
.border-none{
    border-left-color: transparent !important;
}
@media (min-width: 576px){
    footer .logo svg{
        width: 100% !important;
        height: 100% !important;
    }
}
@media (min-width: 576px){

}
@media (min-width: 992px){
    .container {
        max-width: 1050px;
    }
    .bg-header{
        background-image: url('../img/Group\ 3.png') !important;
    }
    .bg-logo{
        background-image: url('../img/Group\ 33.svg') !important;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
}
@media (max-width: 992px){
    body{
        padding-bottom: 110px;
    }
    .bg-header,
    .bg-footer,
    .bg-logo{
        background-image: none;
        display: none;
    }
    .border-lg-none{
        border-left-color: transparent !important;
    }
    .import-news .media .text-sm{
        font-size: 1.1rem;
    }
    /* .media .title,
    .title{
        font-size: 1.2rem;
    } */
}
@media (max-width: 768px){
    .text-sm {
        font-size: 0.7rem;
    }
    .text-md {
        font-size: 0.9rem;
    }
    .text-lg {
        font-size: 1rem;
    }
    .text-xlg {
        font-size: 1.2rem;
    }
}
@media (max-width: 576px){
    footer .logo svg{
        width: 250px;
        height: 120px;
    }
    .dropdown-menus .item{
        width: 90%;
    }
    .bg-sky,
    .header-mobile,
    .post-info{
        background: #e6eff9;
    }
    #btnSearch{
        color: #0C11AA !important;
    }
    .import-news .media .text-sm{
        font-size: 0.9rem;
    }

}
/* update */

.span-titr{
    background-color: #f8b022;
}
footer .navbar-nav a:hover{
    color: #f8b022 !important;
}
.news-media .body .media:last-child,
.import-news .body .media:last-child{
    border-bottom: 0 !important;
}
.body a {
    display: inline;
}

.body p{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 30px !important;
}

h2.titr-img.text-black.text-w-bold.text-lg.mt-3.px-3.px-sm-0 {
    margin: 10px 0;
    background: #e0e0e0;
    padding: 10px 10px !important;
    min-height: 104px;
    font-weight: normal;
    text-align: justify !important;
}
