@import url( 'https://fonts.maateen.me/solaiman-lipi/font.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    overflow-x: hidden;
    background-color: #F1F1F1;
}

:root {
    --color-primary: #6ec1e4;
    --color-secondary: #555;
    --color-text: #555;
    --color-accent: #61ce70;
    --color-354834a2: #54595f;
    --color-39aa109d: #7a7a7a;
    --color-blue: #4054b2;
    --color-dark-blue: #273C66;
    --color-green: #0EB582;
    --color-light-green: #55d8b1;
    --color-1729bd62: #000;
    --color-light: #fff;
    --color-black: #000;
}

h1 {
    font-size: 60px;
    line-height: 1.2333333333;
}

h2 {
    font-size: 40px;
    line-height: 1.3380952381;
}

h3 {
    font-size: 30px;
    line-height: 1.3833333333;
}

h4 {
    font-size: 24px;
    line-height: 1.3380952381;
}

h5 {
    font-size: 20px;
    line-height: 1.3380952381;
}

h6 {
    font-size: 18px;
    line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p {
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}

a,
li {
    margin-bottom: 0 !important;
    list-style-type: none;
    text-decoration: none!important;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease-in;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

/* Bootstrap Overwrite Strat */
.btn:focus {
    outline: none!important;
}
.btn:active,
.btn:focus {
    outline: none!important;
    box-shadow: none!important;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="name"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border-color: rgba(126, 239, 104, 0.8);
    outline: none!important;
    box-shadow: none!important;
}
/* Bootstrap OverWrite Done */

/* keyframe Start */

/* keyframe End  */

/* Utility style Start */

/* Utility style End */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0!important;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
/* SPECIAL : ROTATION des flèches */
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

/* --------------------- */
/* SPECIAL : ROTATION des flèches */
/* Niveau 1 */
li .dropdown-toggle:after {
    transition: all 0.5s;
}
li.show > .dropdown-toggle:after {
    transform: rotate(180deg);
}
/* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
    transform: rotate(90deg);
}

/* NAB_BAR */

.header-area {
    width: 100%;
    background-color: #ffffff;
}

.nav-bar {
    width: 100%;
    padding: 0 70px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*  */

.fixed {
    width: 100%;
    position: fixed !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    z-index: 9999 !important;
}

.logo-area,
.top-header {
    border-bottom: 1px solid #000000;
}

.nav-area {
    border-bottom: 3px solid #000000;
}

.top-header-wrapper {
    padding: 4px 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

}

.time-area p {
    margin-bottom: 0;
}

.top-header-wrapper .social-area ul {
    display: inline-flex;
    margin-bottom: 0;
}

.top-header-wrapper .social-area ul li {
    margin: 0 0 0 4px;
    float: left;
    font-size: 13px;
}

.top-header-wrapper .social-area ul li a i {
    color: #ffffff;
    background-color: #ed1b24;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
}

.logo-area-wrapper {
    padding: 20px 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

}

/*  */

.mobile-social-area {
    display: none;
}

.bg-light {
    background-color: #ffffff!important;
}

.navbar {
    padding: 0 !important;
}

.navbar-nav .nav-item .nav-link {
    color: #000000!important;
    border-left: 1px solid black;
    font-weight: 400;
    font-size: 16px;
}

.navbar-nav .nav-item .nav-link.active {
    background-color: #ed1b24 !important;
    color: #ffffff!important;
}
.navbar-nav .nav-item .nav-link:hover {
    background-color: #ed1b24 !important;
    color: #ffffff!important;
}

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

.navbar .mega-dropdown {
    position: static;
}

.dropdown.mega-dropdown .dropdown-menu.mega-menu {
    width: 1112px;
    position: absolute;
    margin: 0 auto;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    -wbkit-box-shadow: 0 8px 14px rgba(0,0,0,.2);
    -moz-box-shadow: 0 8px 14px rgba(0,0,0,.2);
    box-shadow: 0 8px 14px rgb(0 0 0 / 20%);
    text-align: left;
    padding: 22px 25px;
    border-radius: 0;
}

.dropdown.mega-dropdown .dropdown-menu.mega-menu .dropdown-item {
    color: #434343;
    font-size: 105%;
    border-bottom: 2px solid rgba(0,0,0,.07);
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px !important;
}
.dropdown.mega-dropdown .dropdown-menu.mega-menu .dropdown-item:hover {
    background-color: #ffffff;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    -wbkit-box-shadow: 0 8px 14px rgba(0,0,0,.2);
    -moz-box-shadow: 0 8px 14px rgba(0,0,0,.2);
    box-shadow: 0 8px 14px rgb(0 0 0 / 20%);
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 1.7;
    padding: 8px 16px;
    color: #434343;
    border-bottom: 1px solid rgba(0,0,0,.04);
    background-color: #fff;

}
.dropdown-menu .dropdown-item:hover {
    background-color: #ed1b24 !important;
    color: #ffffff!important;
}

/* =========
ticker
===========*/

.ticker_widget {
    background: #fff;
    padding: 8px;
    margin: 10px 0;
}

.ticker_heading {
    background-color: #ed1b24 !important;
    color: #ffffff;
    width: fit-content;
    position: absolute;
    padding: 6px;
    z-index: 2;
}

.ticker_holder {
    border: 3px solid #ed1b24;
}

.ticker_slider .each_slide {
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #000;
    background: #f1f1f1;
    animation: marquee 20s linear infinite;
    z-index: 1;

}

.ticker_slider .each_slide a {
    color: #ed1b24;
    padding-left: 12px;
}

/*  */
.heading-news-slider {
    padding: 10px;
    background-color: #ffffff;
}

.heading-news-slider .carousel-item {
    cursor: pointer;
}

.heading-news-slider .carousel-item .thumb-img {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.heading-news-slider .carousel-item .thumb-img img {
    width: 100%;
    height: 400px;
    transition: 0.5s all ease-in-out;
}
.heading-news-slider .carousel-item .thumb-img:hover img {
    transform: scale(1.1);
}

.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    opacity: 1;
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

/* .carousel-caption::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    z-index: 0;
   
} */

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    height: 160px;
}

.carousel-caption h4 {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

/*  */

.nav.nav-tabs li {
    width: 50%;
}

.nav.nav-tabs li .nav-link {
    width: 100%;
}

.nav-tabs .nav-link {
    border-radius: 0;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ed1b24;
    border-color: transparent;
}

.news-tab {
    padding: 10px 0;
    background-color: #fff;
}

.tab-news-wrapper {
    background-color: #fff;
    height: 360px;
    overflow-y: scroll;
    padding: 0 10px;
}

.news-list .single-news-list {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.single-news-list a {
    font-size: 16px;
    color: #000000;
}
.single-news-list a:hover {
    color: #ed1b24;
}

/*  */

.grid-news-one {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
}

.grid-news-one .news-thumb img {
    height: 150px;
    width: 100%;
}

.grid-news-one .news-title {
    margin: 10px 0;
}

.grid-news-one .news-title a {
    font-weight: 600;
    color: #000;
    font-size: 16px;

}
.grid-news-one .news-title a:hover {
    color: #ed1b24;
}

.add-area {
    margin: 10px 0;
}

.add-area img {
    width: 100%;
    height: 100%;
}

/* section title */

.section-title {
    margin-bottom: 15px;
    background-color: #F5F5F5;
    position: relative;
}

.title-header {
    position: relative;
    padding: 8px;
    background-color: transparent;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.title-header::after {
    content: '';
    position: absolute;
    height: 110%;
    width: 12px;
    display: inline-block;
    background: #fff;
    right: -13px;
    top: -1px;
}

.green-bg {
    background-color: #4CAF50;
}

.yellow-bg {
    background-color: #F9C100;
}

.red-bg {
    background-color: #ed1b24;
}

.black-bg {
    background-color: #000000;
}

/*  */

.second-news-area {
    margin-bottom: 10px;
}

.news-white-bg {
    background: #fff;
    padding: 10px;
}

.second-news-area .news-grid-single .news-thumb img {
    height: 200px;
    width: 100%;
}

.second-news-area .news-grid-single .news-title {
    margin: 10px 0;
}

.second-news-area .news-grid-single .news-title a {
    font-weight: 600;
    color: #000;
    font-size: 18px;

}
.second-news-area .news-grid-single .news-title a:hover {
    color: #4CAF50;
}

.second-news-area .news-grid-single .news-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
}

.list-news {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.list-news-thumb img {
    width: 90px;
    height: 60px;
    margin-right: 10px;
}

.list-news-content a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;

}
.list-news-content a:hover {
    color: #4CAF50;
}
.list-news:last-child {
    margin-bottom: 0;
}
.yellow-side-list .list-news-content a:hover {
    color: #F9C100!important;
}

/*  */

.third-section-grid {
    margin-bottom: 10px;
}

.news-thumb img {
    height: 150px;
    width: 100%;
}

.news-title {
    margin: 10px 0;
}

.news-title a {
    font-weight: 600;
    color: #000;
    font-size: 16px;

}
.news-title a:hover {
    color: #ed1b24;
}

/*  */

.division-news ul {
    margin-left: 25px;
    margin-top: 20px;

}

.division-news ul li {
    list-style-type: circle;
    margin-bottom: 15px !important;

}
.division-news ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #ed1b24;
}

/*  */

.three-col {
    margin-bottom: 10px;
}

.photo-galary {
    margin-bottom: 10px;
}

/*  */

.video-slider {
    margin-bottom: 10px;
}

.video-slider .carousel {
    padding: 0;
}

.video-frame {
    position: relative;
    width: 100%;
    height: 160px;
}

.video-frame img {
    width: 100%;
    height: 160px;

}

.video-frame::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
}

.video-frame::after {
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 40%;
    top: 25%;
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
    transform: translate(0%,0%);
    z-index: 2;
}

.video-frame img {
    width: 100%;
    height: 160px;
}

/*  */

.footer-top {
    /* background-image: linear-gradient(to right, #ed1b24 , #000); */
    padding: 30px 0;
    color: #000;
    background-color: darkgrey;
}

.footer-content span {
    margin-bottom: 15px;
}

.footer-credit {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

.footer-credit p {
    font-size: 14px;
    margin-bottom: 0 !important;
    padding: 10px;
}
/*  */

.search-area {
    position: relative;
}

.search-area-field {
    position: absolute;
    top: 147%;
    right: 0;
    z-index: 999;
    width: 350px;
    background-color: #fff;
    padding: 10px;
    display: none;

    border-top: 3px solid #000000;
    box-shadow: 0 8px 14px rgb(0 0 0 / 20%);
}

.search-area-field.show {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-area-field input {
    width: 80%;
    height: 70px;
}

.search-area-field input {
    width: 80%;
    height: 40px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.06);
}

.submit-sreach-btn {
    background-color: #0EB582;
    color: #fff;
    border-radius: 0;
    height: 40px;
}

.cross-btn {
    background-color: #ed1b24;
    color: #fff;
    border-radius: 0;
    height: 40px;
}

/*  */

.category-news .section-title {
    margin-bottom: 0;
}

.category-news .section-title a {
    font-size: 25px;
    font-weight: 600;
}

.category-news .news-white-bg {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
}

.category-news .news-thumb img {
    height: 200px;
    width: 100%;
}

.page-link {
    color: #ed1b24;
}
.page-link:hover {
    background-color: #ed1b24;
    color: #ffffff;
}

.news-info {
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding: 5px 0;
    margin-bottom: 10px;
}

.news-info ul {
    margin-bottom: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-info ul li a i {
    color: #6e080d;
}

.news-info ul li a span {
    color: #000000;
    font-weight: 600;
}
.news-info ul li:first-child {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}

.news-info ul li i {
    color: #6e080d;
}

.news-info ul li {
    color: #000000;
    font-weight: 600;
}

.news-info ul li span {
    font-weight: 400;
}

.news-details-body {
    margin-bottom: 10px;
}

.news-details-body .news-thumb img {
    height: auto!important;
    width: 100%!important;
}

.share-btn {
    padding: 5px 20px;
    border: 2px solid rgba(0,0,0,0.4);
    border-radius: 50px;
    margin-right: 15px;
    white-space: nowrap;
}

.news-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;

}

.news-share ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.news-share ul li {
    margin-right: 10px;
}

.news-share ul li a i {
    color: #ffffff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
}

.news-share ul li a i.fa-facebook-f {
    background-color: #133d6d;
}

.news-share ul li a i.fa-twitter {
    background-color: #2e86b1;
}

.news-share ul li a i.fa-envelope,
.news-share ul li a i.fa-print {
    background-color: #313131;
}

.news-details-body p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
    text-align: justify;
}
.news-details-body p:last-child {
    margin-bottom: 0;
}
.next-news a,
.prev-news a {
    color: #000000;
    font-size: 16px;

}
.next-news a:hover,
.prev-news a:hover {
    color: #ed1b24;
}

.details-news {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ======================================= */
.head-news .col-lg-8,
.head-news .col-md-8,
.photo-galary .col-lg-8,
.second-news-area .col-lg-8,
.three-col .col-lg-4 {
    padding-right: 0;
}
.three-col .col-lg-4:nth-child(3) {
    padding-right: 15px;
}

.grid-news-one .col-lg-4 {
    padding-right: 0;
    padding-left: 10px;
}
.grid-news-one .col-lg-4:nth-child(1) {
    padding-right: 0;
    padding-left: 15px;
}
.grid-news-one .col-lg-4:nth-child(4) {
    padding-right: 0;
    padding-left: 15px;
}
.grid-news-one .col-lg-4:nth-child(3) {
    padding-right: 15px;

}
.grid-news-one .col-lg-4:nth-child(6) {
    padding-right: 15px;
}

.second-news-area .col-md-6 {
    padding-right: 0;
}

.third-section-grid .col-md-3 {
    padding-right: 0;
  
}

.third-section-grid .col-md-3:last-child{
    padding-right: 15px!important;
}

.video-slider .col-xl-3 {
    padding-left: 0;
}


/*=====================Namaj Time section style ==================================*/
.namaj-time {
    margin-top: 15px;
}
.namaj-time-heading {
    text-align: center;
    /* margin-bottom: 5px; */
}
.namaj-time-date {
    color: #0063af;
    font-size: 15px;
    text-align: right;
    background: #fff;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 1px;
}
.namaj-time-heading h2 {
    background: #b1b1b1;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    padding: 5px;
    margin: 0;
}
.namaj-time-table {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.nonpraytime {
    width: 100%;
    margin: 5px 0 0;
    padding: 5px;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background: #455960;
}
span.sunrise {
    margin-right: 25px;
}
.namaj-time-table td {
    padding: 0 12px;
    line-height: 27px;
}
.namaj-time-body-left img {
    width: 100%;
    height: 196px;
}
.namaj-time-table tbody tr:nth-of-type(odd) {
    background-image: linear-gradient(281deg, #6b8e23, #808000);
}
.namaj-time-table tbody tr:nth-of-type(even) {
    background-image: linear-gradient(281deg, #808000, #6b8e23);
}
.namaj-time-body {
    position: relative;
    display: inline-block;
    width: 100%;
}
.namaj-time-body-left {
    float: left;
    width: 50%;
}
.namaj-time-body-right {
    float: left;
    width: 50%;
}

/* ========================================= */

