@font-face {
    font-family: bzar;
    src: url("font/BZar.ttf");
}

@font-face {
    font-family: bzarb;
    src: url("font/BZarBold.ttf");
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    direction: rtl;
    font-family: "bzar", serif !important;
    background: #f2f2f2 !important;
}

.main {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
}


span {
    font-family: "bzar", serif !important;
}

hr {
    background-color: #919191 !important;
}

.min-h-screen {
    min-height: 70vh;
}

a {
    background-color: transparent;
    font-family: "bzar", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: bzarb;
}

i{
    color: #05387c;
}

.title-icon{
    color: #05387c;
    
}

.carousel-caption .home-link{
    color: #ffffff !important;
    text-shadow: 2px 1px 5px #000;

}


/*================= Top Header =================*/

.top-header {
    height: 150px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #05387c4b;
    z-index: 99;

}

.socials{
    padding-top: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;

}
.social-link {
    text-decoration: none;
}

.social-link i{
    font-size: 20px;
    color:#05387c;
}
.social-link i:hover{
    color:rgb(17, 42, 151);
}

.brand-div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 150px;
    position: absolute;
    z-index: 100;
    width: 100%;
}



.brand-div .image{
    width: 80px;
    /* background: #fff;
    border-radius: 20px; */
}
.brand-div .name{
    height: 70px;
    display: flex;
    align-items: end;
    
}
@media screen and (max-width: 768px) {
    .brand-div{
        justify-content: left;
        height: 100px;
        width: 100%;
        padding: 10px;
    } 

    .brand-div .image{
        width: 50px;
    }

}
/*================= CoverPhoto =================*/

.cover-photo {
    height: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0.8;
}

.cover-photo img {
    width: 100%;
}

/*=============== Navbar ===============*/

.logo-brand-img {
    width: auto;
    height: 70px;
    border-radius: 5px;
    /* position: absolute; */
    /* top: 0px !important; */
    /* left: 10px !important; */
}

@media screen and (max-width: 991px) {
    .logo-brand-img {
        left: 10px !important;
        top: 0px !important;
    }

    /* .navbar-header-bg {
        top: -66px !important;
    } */
}

.navbar-header-bg {
    padding: 0 5px;
    position: relative;
    /* top: -72px; */
    border-bottom: 0.5px solid #67a9ff;
}

.navbar-brand {
    font-weight: 650;
}

.navbar-nav{
    background: #17181b;
    padding-right: 0;
}

.nav-link {
    font-weight: 600;
    margin: 2px;
    color: #f2f2f2 !important;
    border-bottom: 2px solid transparent;
    padding: 10px !important;
    transition: all 0.3s !important;
    
}

.nav-link:hover {
    background: #0052bd;
    outline: 2px solid #0052bd;
    color: #f2f2f2 !important;
}

.active {
    background: #0052bd;
    outline: 2px solid #0052bd;
    color: #f2f2f2 !important;
}
.dropdown-menu {
    border-bottom: 1px solid #a71d1d !important;
    border-right: 1px solid #a71d1d !important;
    border-left: 1px solid #a71d1d !important;
    border-top: none !important;
    border-radius: 0 !important;
    margin-top: 9px !important;
    direction: rtl !important;
    text-align: right !important;
    background: #f2f2f2 !important;
}

.dropdown-item:hover {
    background: #fff !important;
    opacity: 0.5 !important;
}

.ProfilePhoto img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    margin-top: -35px;
}

@media screen and (max-width: 1074px) {
    .ProfilePhoto {
        display: none !important;
    }
}

/*=============== End Navbar ===============*/

/*=============== End Navbar Dashboard and Profile ===============*/

/*=============== Home ===============*/

.field-section{
    margin: 50px 0;
}

.latest-post-div {
    margin: 10px;
    cursor: pointer;
    color: #0052bd;

}

.latest-post-div:hover {
    background: #e7e7e7;
}

.latest-post-body {
    padding: 10px 5px;
}

.bg_prime {
    background: #05387c;
    padding-right: 10px;
    color: #fff;
    font-weight: 750;
}

.post-show {
    color: #0052bd;
}

.post-show .field-div {
    background: #b66666;
    padding: 3px 10px 1px 10px;
    width: fit-content;
    color: #fff;
    border-radius: 15px;
    height: fit-content;
    margin: 10px;
}

.post-show .post_title {
    border-radius: 30px;
    text-align: center;
}

.post-body {
    margin: 20px auto;
}

.post-img {
    margin: 0 auto;
    width: 90%;
    max-height: 400px;
    overflow: hidden;
}

.post-text {
    width: 90%;
    margin: 10px auto;
}

.post-div {
    padding: 10px;
    margin: 5px 0;
    overflow: hidden;
    transition: all 0.5s;
}

.post-div:hover {
    transform: scale(1.05);
    background: #e7e7e7;
}

.post-date {
    padding: 1px 5px;
    width: 100%;
    color: #0052bd;
    margin-top: 5px;
    font-size: 16px !important;
    text-decoration: none !important;
}

.post-date i {

    color: #0052bd;
}

.post-title {
    border-bottom: 1px solid #0052bd;
    padding-bottom: 5px;
    color: #0052bd;
}

.post-title h6 {
    color: #0052bd;
}

.home-link-read-more {
    position: relative;
    width: 100%;
    background: #4b7a86;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
}

.home-link-read-more:hover {
    color: #000;
}

.home-r-link-read-more {
    position: relative;
    width: 100%;
    background: #ff9ca4;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.home-r-link {
    position: absolute;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
}

.home-link {
    text-decoration: none;
    color: #000;

}

.home-link:hover {
    color: #a71d1d;
}

.social-media {
    display: flex;
    margin-bottom: 10px;
}

.social-media-share {
    background: #a71d1d;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-top: 4px;
    border-radius: 0%;
    border: 1px solid #a71d1d;
}

.social-media-share i {
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
}

.social-media-share:hover {
    background: #fff;
    border: 1px solid #a71d1d;
    border-radius: 50%;
    animation: borderraduis 1s;
}

@keyframes borderraduis {
    from {
        border-radius: 0%;
        background: #a71d1d;
    }
}

.social-media-share:hover i {
    color: #a71d1d;
}

.copylink-a {
    background: none;
}

.print-a {
    background: none;
}

.ravayat-div {
    padding: 10px 0;
    background: #a71d1d;
    color: #ff9ca4;
    box-sizing: border-box;
}

.ravayat-div h4 {
    color: #fff;
}

.ravayat-div h5 {
    color: #000;
}

.ravayat-title-home {
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    .ravayat-title-home {
        display: none !important;
    }
}

.news-div {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.latest-news {
    background: #a71d1d !important;
    width: 120px;
    height: 40px;
    padding: 8px 10px 0 0;
    color: #fff;
    border-radius: 20px;

}

.news {
    width: 100%;
    background: #b66666 !important;
    padding-top: 10px;
    height: 40px;
    overflow: hidden !important;
    border-radius: 20px;
}

.news ul {
    display: flex;
    list-style: none;
    margin: 0;
    animation: scroll 80s infinite linear;

}

.news ul li {
    white-space: nowrap;
    padding: 0 24px;
    position: relative;
    color: #fff;
}

.news ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #b8b8b8;
    position: absolute;
    top: 0;
    right: 0;
}

.news ul li:first-child::after {
    display: none;
}

@keyframes scroll {
    from {
        transform: translateX(-80%);
    }

    to {
        transform: translateX(3000px);
    }
}

/*=============== End Home ===============*/

/*=============== Footer ===============*/

.footer-body {
    width: 100%;
    min-height: 200px !important;
    background: #0052bd;
    margin-top: 20px;
    padding: 20px 5px;
}

.footer-text-title {
    color: #fff;
    width: fit-content;
    padding: 2px 5px;
    border-bottom: 2px solid #ff9ca4;
    margin-bottom: 10px;
}

.footer-text-title h5 {
    margin-bottom: 0px;
}

.footer-text-body {
    color: #101010;
    padding: 10px;
}

.footer-text-body a,
i {
    color: #02204e;
    text-decoration: none;
}

.footer-text-body a:hover {
    color: #fff;
}

.footer-text-body i:hover {
    color: #fff;
}

/*=============== End Footer ===============*/

/*=============== Views ===============*/

.views {
    background: #3ec9d3;
    padding: 3px 10px 1px 10px;
    width: fit-content;
    color: #101010;
    width: 100%;
    text-align: center;
    font-family: 'bzarb' !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.views h3 {
    margin-bottom: 0 !important;
}

.views i {
    color: #f2f2f2;
    text-shadow: 0 0 3px #000;
}

.views .sec-eye {
    position: absolute;
    margin-right: -5px;
    text-shadow: 1px 0 3px #000;
    z-index: 1000 !important;
}

.tab-a {
    text-decoration: none;
    color: #a71d1d;
}

.tab-a:hover {
    color: #fff;
}

.tab {
    margin: 10px;
    font-size: 20px;
    border-radius: 10px;
    padding: 20px 10px 5px 10px;
    box-shadow: 0 3px 3px #5757579c;
    display: flex;
}

.tab:hover {
    box-shadow: 0 3px 6px #5757579c;
    background: #c22a2a;
}

.tab:hover>.tab-icon i {
    color: #fff;
}

.tab-icon {
    width: 30px;
    margin-top: 3px;
    font-size: 25px;
    margin-left: 5px;
}

.tab-icon i {
    color: #a71d1d;
}

.tab-text h6 {
    margin-top: 5px;
    margin-bottom: 0 !important;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.child-image{
    cursor: pointer;
    opacity: 0.8;
}

.child-image.active {
    opacity: 1;
}


.will-be-hide {
    transition: all 0.3s ease;
}