.d-ltr {
    direction: ltr;
}
.d-rtl {
    direction: rtl;
}
html {
    scroll-behavior: smooth;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.maz_caption .maz_caption_item{
    bottom: -100px;
    opacity: 0;
}
.maz_caption:hover .maz_caption_item{
    bottom: 0px;
    opacity: 1;
}
.saba_ict_editor .ck-editor__editable {
    min-height: 200px;
}
.text-xxs {
    font-size: 0.65rem;
}
.text-xxxs {
    font-size: 0.55rem;
}
.text-xxxxs {
    font-size: 0.4rem;
}
.saba_nav li{
    position: relative;
}
.saba_nav li .saba_nav_child{
    position: absolute;
    right:0;
    min-width: 160px;
    display: none;
    z-index: 1;
}
.saba_nav li:hover .saba_nav_child{
    display: block;
}
.saba_fade_in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 300ms;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.saba_post_content {
    line-height: 1.75;
}
.saba_post_content img,
.saba_post_content svg,
.saba_post_content video,
.saba_post_content embed {
    display: inline;
}
.saba_post_content h1 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h2 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h3 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h4 {
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h5 {
    font-weight: normal;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}
.saba_post_content h6 {
    font-weight: normal;
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}
.saba_post_content p {
    margin-bottom: 1.2rem;
}
.saba_post_content ul {
    margin-bottom: 1.2rem;
    margin-right: 1rem;
    padding-right: 15px;
    list-style: circle;
}
.saba_post_content small {
    font-size: 0.8rem;
}
.saba_post_content table {
    width: 100%;
    max-width: 100% !important;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.saba_post_content table,
.saba_post_content th,
.saba_post_content td {
    border: 1px solid rgb(208, 208, 208);
    padding: 5px;
}
.top-navigation .dropdown-menu {
    position: absolute;
    display: flex!important;
    flex-direction: column;
    z-index: 9999;
    height: 0;
    opacity: 0;
    margin-top: 20px;
}
ul.top-navigation li {
    display: inline-block;
}
.maz_dropdown:hover>.dropdown-menu {
    color: #F00;
    margin-top: 5px;
    opacity: 100;
    height: auto;
}
.maz_bg_blue {
    background: #02439f !important;
}
.maz_text_blue {
    color: #02439f!important;
}
.maz_bg_muted {
    background: #bfc1c2 !important;
}
.maz_text_muted {
    color: #bfc1c2!important;
}
.maz_bg_secondary {
    background: #F42C37 !important;
}
.maz_text_secondary {
    color: #F42C37!important;
}
.h-40r{
    height: 40rem;
}