body{

}

:root{
    --red1: #9a0120;
    --red2: #2f0006;
    --red3: #bf0d3e;
}


a{
    text-decoration: none;
    transition: all 0.5s;
}


@media (min-width: 768px){
    .offset-md-6:lang(ar){
        margin-left: initial;
        margin-right: 50%;
    }
}

.fixed_header .head1{
    display: none;
}

.fixed_header .top_logo{
    width: 70px;
}


.head1{
    background: var(--red2);
}

.whatsapp_a{
    padding-left:5px;padding-right:5px;color:white;background-color:var(--red1);padding: 9px 9px 12px;
}

.whatsapp_a:hover{
    background: #4CAF50;
}

.social_a{
    width: 30px;
    height: 30px;
    background: #FFF;
    color: var(--red2);
    text-align: center;
    padding-top: 3px;
    border-radius: 50%;
    margin-top: 7px;
}

.social_a:hover{
    background: var(--red1);
    color: #FFF;
}
.social_a:hover svg{
    fill: #FFF;
}

.pa-1{
    padding-top: 1px;
}

.spacer{
    width: 20px;
}

.search-box-btn{
    margin-top: 3px;
}

.logo-box{
    justify-content: flex-end;
}

.whatsapp_a i{
    width: 25px;
    height: 25px;
    background: #FFF;
    color: var(--red2);
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
}


.head2{
    border-bottom: 3px solid var(--red1);
}

.head2 .navbar-nav .nav-item{
    font-weight: bold;
}

.head2 .navbar-nav .nav-item a{
    position: relative;
    text-align: right;
}

.head2 .navbar-nav .nav-item a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--red1);
    right: 0;
    transition: all 0.5s;
    bottom:0;
}

.head2 .navbar-nav .nav-item a:hover{
    color: var(--red1);
}

.head2 .navbar-nav .nav-item a:hover:before{
    width: 100%;
}

@media(min-width: 767px){
    .head2 .navbar-nav .nav-item{
        margin-left: 20px;
    }
}

.carousel_img{
    height: calc(100vh - 200px);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5%;
    color: #fff;
    text-align: right;
    width: 400px;
    max-width: 100%;
    line-height: 150%;
}

.carousel-caption h2{
    font-size: 2.5rem;
    margin-top: 3rem;
}
.carousel-caption h2 a{
    color: #FFF;
    text-shadow: 1px 3px 1px #333333;
    /*color: var(--red1);
    text-shadow: 2px 1px 2px #FFFFFF;*/
}

.cat_div{
    background: rgba(0,0,0,0.5);
    border-bottom-left-radius: 10px;
    color: #FFF;
    padding: 10px;
    font-weight: 500;

}

.author_div{
    color: #FFF;
    text-shadow: 1px 3px 1px #333333;
    font-weight: 500;
    margin-right: 20px;
}

.cat_div a, .author_div a{
    color: #FFF;
}

.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    position: relative;
}

.carousel-indicators [data-bs-target]:after{
    content: "";
    position: absolute;
    width: 0;
    height: 11px;
    border-radius: 50%;
    background: var(--red1);
    left: 0px;
    right: 0;
    top: 2px;
    margin: auto;
    /*transition: all 0.5s;*/
}

.carousel-indicators .active[data-bs-target]:after{
    width: 11px;
}

.sections{
    margin-bottom: 20px;
}

.bg-gray{
    background: #eeeeee;
}

.section_2{
    padding: 20px 0;
}

.latest_box{
    background: #FFFF;
    height: 100%;
    border-bottom-left-radius: 50px;
    transition: all 0.5s;
}
.latest_img{
    height: 250px;
    overflow: hidden;
}
.latest_img img{
    min-height: 100%;
    transition: all 0.5s;
}

.latest_text{
    padding: 15px 15px;
}

.latest_text h3, .latest_text h3 a{
    font-size: 1.2rem;
    color: var(--red1);
    font-weight: bold;
    transition: all 0.5s;
}

.latest_col{
    margin-bottom: 20px;
}


.lcat_div{
    background: var(--red1);
    border-bottom-left-radius: 10px;
    color: #FFF;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    top: -20px;
    transition: all 0.5s;
}
.lcat_div a{
    color: #FFF;
}

.latest_text .date{
    font-size: 13px;
    position: relative;
    top: -16px;
    right: 10px;
    transition: all 0.5s;
}

.latest_text .lauthor_div{
    transition: all 0.5s;
    font-size: 0.9rem;
}

.latest_box:hover{
    background: var(--red1);
}

.latest_box:hover .latest_img img{
    -webkit-transform: rotate(3deg) scale(1.1,1.1);
    -ms-transform: rotate(3deg) scale(1.1,1.1);
    transform: rotate(3deg) scale(1.1,1.1);
}

.latest_box:hover .latest_text h3 a{
    color: #FFF;
}
.latest_box:hover .lcat_div{
    background: #FFF;
}
.latest_box:hover .lcat_div a{
    color: var(--red1);
}
.latest_box:hover .date{
    color: #FFF;
}
.latest_box:hover .lauthor_div{
    color: #FFF;
}

.home_title, .home_title a{
    /*font-size: 1.7rem;*/
    color: var(--red2);
    margin-bottom: 20px;
}


.art_big_img{
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}
.art_big_img img{
    min-height: 100%;
    transition: all 0.5s;
}

.art_big_text .date{
    font-size: 14px;
    transition: all 0.5s;
    display: block;
}

.art_big_text .lauthor_div{
    transition: all 0.5s;
}

.art_big_text h3, .art_big_text h3 a{
    font-size: 1.2rem;
    color: var(--red1);
    font-weight: bold;
    transition: all 0.5s;
}


.article_big_div:hover .art_big_img img{
    -webkit-transform: rotate(3deg) scale(1.1,1.1);
    -ms-transform: rotate(3deg) scale(1.1,1.1);
    transform: rotate(3deg) scale(1.1,1.1);
}

.article_big_div:hover h3 a{
    color: var(--red2);
}
.article_big_div:hover .date{
    color: var(--red1);
}
.article_big_div:hover .lauthor_div{
   color: var(--red1);
}




.art_small_img{
    height: 100px;
    overflow: hidden;
}
.art_small_img img{
    min-height: 100%;
    transition: all 0.5s;
}

.art_small_text .date{
    font-size: 14px;
    transition: all 0.5s;
    display: block;
}

.art_small_text .lauthor_div{
    transition: all 0.5s;
}

.art_small_text h5, .art_small_text h5 a{
    font-size: 1rem;
    color: var(--red1);
    font-weight: bold;
    transition: all 0.5s;
}
.art_small_div{
    margin-bottom: 10px;
    border-bottom: 1px solid var(--red1);
    padding: 10px 10px;
    transition: all 0.5s;
}

.article_small_div .art_small_div:last-child{
    border-bottom: 0;
}


.art_small_div:hover{
    background: var(--red1);
}
.art_small_div:hover .art_small_img img{
    -webkit-transform: rotate(3deg) scale(1.1,1.1);
    -ms-transform: rotate(3deg) scale(1.1,1.1);
    transform: rotate(3deg) scale(1.1,1.1);
}

.art_small_div:hover h5 a{
    color: #FFFFFF;
}
.art_small_div:hover .date{
    color: #FFFFFF;
}
.art_small_div:hover .lauthor_div{
   color: #FFFFFF;
}


.red_bg{
    background: var(--red1);
}

.newsletter_div{
    align-content: center;
    justify-content: space-evenly;
    min-height: 170px;
    align-items: center;
}

.newsletter-img1{
    width: 160px;
}

.newsletter_txt1{
    font-size: 1.8rem;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 5px;
}

.newsletter_txt2{
    font-size: 1.3rem;
    color: #FFFFFF;
}

.newsletter-btn a{
    background: rgb(185,75,97);
    background: linear-gradient(90deg, rgba(185,75,97,1) 0%, rgba(205,130,145,1) 50%, rgba(215,155,167,1) 100%);

    color: #FFF;
    font-weight: 500;
    padding: 5px 30px 8px;
    border-radius: 20px;
    border: 0;
}





.report_box{
    background: #FFFF;
    height: 100%;
    border-bottom-left-radius: 50px;
    transition: all 0.5s;
}
.report_img{
    height: 200px;
    overflow: hidden;
}
.report_img img{
    min-height: 100%;
    transition: all 0.5s;
}

.report_text{
    padding: 15px 15px;
    min-height: 140px;
}

.report_text h3, .report_text h3 a{
    font-size: 1.2rem;
    color: var(--red1);
    font-weight: bold;
    transition: all 0.5s;
}

.report_col{
    margin-bottom: 20px;
}

.report_text .date{
    font-size: 13px;
    position: relative;
    top: -16px;
    right: 10px;
    transition: all 0.5s;
}

.report_text .lauthor_div{
    transition: all 0.5s;
    font-size: 0.9rem;
}

.report_box:hover{
    background: var(--red1);
}

.report_box:hover .report_img img{
    -webkit-transform: rotate(3deg) scale(1.1,1.1);
    -ms-transform: rotate(3deg) scale(1.1,1.1);
    transform: rotate(3deg) scale(1.1,1.1);
}

.report_box .lcat_div{
    background: var(--red1);
    /*border-bottom-left-radius: 10px;*/
    color: #FFF;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    top: -20px;
    transition: all 0.5s;
}
.report_box .lcat_div a{
    color: #FFF;
}

.report_box:hover .report_text h3 a{
    color: #FFF;
}
.report_box:hover .lcat_div{
    background: #FFF;
}
.report_box:hover .lcat_div a{
    color: var(--red1);
}
.report_box:hover .date{
    color: #FFF;
}
.report_box:hover .lauthor_div{
    color: #FFF;
}


.page-title{
    background: var(--red2);
    color: #FFFFFF;
}


.video_box{
    background: #FFFF;
    height: 100%;
    border-bottom-left-radius: 50px;
    transition: all 0.5s;
}
.video_img{
    height: 250px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video_img img{
    min-height: 100%;
    transition: all 0.5s;
}

.video_text{
    padding: 15px 15px;
    min-height: 100px;
}

.video_text h3, .video_text h3 a{
    font-size: 1.2rem;
    color: var(--red1);
    font-weight: bold;
    transition: all 0.5s;
}

.video_col{
    margin-bottom: 20px;
}

.video_text .date{
    font-size: 13px;
    position: relative;
    top: -16px;
    right: 10px;
    transition: all 0.5s;
}

.video_text .lauthor_div{
    transition: all 0.5s;
    font-size: 0.9rem;
}

.video_box:hover{
    background: var(--red1);
}

.video_box:hover .video_img img{
    -webkit-transform: rotate(3deg) scale(1.1,1.1);
    -ms-transform: rotate(3deg) scale(1.1,1.1);
    transform: rotate(3deg) scale(1.1,1.1);
}

.video_box .lcat_div{
    background: var(--red1);
    /*border-bottom-left-radius: 10px;*/
    color: #FFF;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    top: -20px;
    transition: all 0.5s;
}
.video_box .lcat_div a{
    color: #FFF;
}

.video_box:hover .video_text h3 a{
    color: #FFF;
}
.video_box:hover .lcat_div{
    background: #FFF;
}
.video_box:hover .lcat_div a{
    color: var(--red1);
}
.video_box:hover .date{
    color: #FFF;
}
.video_box:hover .lauthor_div{
    color: #FFF;
}

.about_txt{
    width: 700px;
    max-width: 100%;
    margin: auto;
    background: var(--red1);
    color: #FFF;
    text-align: justify;
    padding: 12px 15px 17px 15px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.about_btn{
    text-align: center;
}
.about_btn .btn{
    background-color: #fff;
    color: var(--red1);
    border: 1px solid #FFFFFF;
    padding: 5px 20px 7px;
    font-weight: bold;
    margin: auto;
    margin-top: 15px;
    transition: all 0.5s;
}

.about_btn .btn:hover{
    background-color: transparent;
    color: #FFF;
}

.owl-carousel .owl-nav{
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    flex-direction: column;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: -30px !important;
    text-align: left !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 35px;
    height: 35px;
    color: var(--red1)!important;
    border: 1px solid var(--red1) !important;
    font-size: 22px;
    transition: .5s;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: var(--red2) !important;
    border-color: var(--red2) !important;
    color: #FFFFFF !important;
}


.footer{
    background: var(--red2);
    padding: 1px 0 8px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
}
@media(max-width: 767px){
	#carousel-1 .carousel-caption{
		width:auto;
	}
	#carousel-1 .carousel-caption h2{
		font-size:1.5rem;
	}
	#carousel-1 .carousel_img{
	   /*height: calc(65vh - 200px);*/
       height: 250px;
	}
	.latest_img{
		/*height:auto;*/
        height: 120px;
	}
	.latest_text h3, .latest_text h3 a{
		font-size:0.9rem;
	}
	.latest_text .date{
		top:0;
		right:0;
		display:block;
	}

    .whatsapp_a{
        padding: 5px 5px 5px;
    }

    .whatsapp_a i{
        width: 20px;
        height: 20px;
        font-size: 0.8rem;
    }

    .whatsapp_a span{
        font-size: 0.8rem;
    }

    .spacer {
        width: 5px;
    }

    .social_a {
        width: 25px;
        height: 25px;
        padding-top: 5px;
        margin-top: 7px;
        font-size: 0.7rem;
    }

    .search-box-btn {
        max-width: 150px;
    }

    .logo-box {
        justify-content: center;
    }

    .navbar-brand{
        width: 60px;
    }

    .latest_text {
        padding: 10px 10px;
    }

    .latest_text .lauthor_div{
        font-size: 0.8rem;
    }

    .newsletter_txt1{
        font-size: 1.3rem;
    }

    .newsletter_txt2{
        font-size: 1rem;
    }

    .newsletter-btn a{
        padding: 3px 10px 5px;
    }

    .newsletter-img1 {
        width: 100px;
    }

    .newsletter_div {
        min-height: 130px;
    }

    #btn-back-to-top{
        width: 30px;
        height: 30px;
        padding: 0;
    }

    #btn-back-to-top i{

    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
}