@charset "utf-8";

@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('/public/fonts/solaimanlipi/normal/SolaimanLipi.eot');
    src: url('/public/fonts/solaimanlipi/normal/SolaimanLipi.woff') format('woff'),
            url('/public/fonts/solaimanlipi/normal/SolaimanLipi.ttf') format('truetype'),
            url('/public/fonts/solaimanlipi/normal/SolaimanLipi.svg') format('svg'),
            url('/public/fonts/solaimanlipi/normal/SolaimanLipi.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --shadow: color-mix(in sRGB, var(--dark-color) 20%, transparent);
    --shadow_sm: 0 1px 2px var(--shadow);
    --shadow_df: 0 1px 3px var(--shadow);
    --shadow_md: 0 1px 5px var(--shadow);
    --shadow_lg: 0 1px 12px var(--shadow);
}

/* ================= Basice Styles */
body,
html {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    background-color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
    font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
    overflow: hidden auto !important;
    padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    color: var(--text-color);
}

a,
a:focus,
a:hover,
input:focus {
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: var(--active-color);
}

.global-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1212px !important;
    }
}
.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-section {
    padding-top: 3rem !important;
    padding-bottom: 1.5rem !important;
    background-color: var(--bg-color);
}

.custom-container {
    padding-left: 12px;
    padding-right: 12px;
}

.custom-row {
    margin-right: -12px;
    margin-left: -12px;
}

.custom-padding {
    padding-left: 12px;
    padding-right: 12px;
}

.p-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-left-0 {
    padding-left: 0;
}

.p-right-0 {
    padding-right: 0;
}

.m-0 {
    margin-left: 0;
    margin-right: 0;
}

.lazyload {
    transition: opacity, transform 0.4s;
}

.lazy-loaded {
    opacity: 1;
}

.micon i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: var(--icon-color);
    background: #fff;
    transform: translate(-50%, -50%);
    border-color: var(--icon-color);
    border-style: solid;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 1;
}

.micon i.sm {
    height: 35px;
    width: 35px;
    line-height: 31px;
    font-size: 18px;
    padding-left: 2px;
    border-width: 2px;
    box-shadow: 0 0 8px 1px var(--shadow);
}

.micon i.md {
    height: 45px;
    width: 45px;
    line-height: 38px;
    font-size: 20px;
    padding-left: 4px;
    border-width: 3px;
    box-shadow: 0 0 15px 1px var(--shadow);
}

.micon i.lg {
    height: 60px;
    width: 60px;
    font-size: 26px;
    line-height: 50px;
    padding-left: 7px;
    border-width: 4px;
    box-shadow: 0 0 30px 2px var(--shadow);
}

.micon i.xl {
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 60px;
    padding-left: 8px;
    border-width: 5px;
    box-shadow: 0 0 30px 2px var(--shadow);
}

.micon i.fa-volume-up,
.micon i.fa-photo {
    padding: 0;
}

.micon:hover img {
    transform: scale(1.1);
}

.micon:hover i {
    background-color: var(--icon-color);
    color: #fff;
    opacity: 1;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 25px;
    right: 15px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--primary-color);
    z-index: 100;
}

.scrollToTop a {
    font-size: 2.5rem;
    color: var(--light-color);
    font-weight: bolder;
    margin-top: -11px;
    display: inline-block;
    margin-left: 7px;
}

/*======================== HEADER STYLE ============================*/
.header-top {
    background-color: var(--content-color);
    position: relative;
    width: 100%;
    padding: 10px 0 15px 0;
}

.top-date {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-top: 17px;
}

.m-logo,
.home_icon button,
.home_icon img,
.mobile-header-top,
.mobile_only {
    display: none;
}

.sticky-logo {
    margin-right: 15px;
}

.sticky-wrapper .sticky-logo {
    display: none;
}

.is-sticky .sticky-logo {
    display: block;
    transition: 0.5s;
}

.sticky-logo img {
    height: 47px;
}

.btn-more-albums {
    background: var(--primary-color);
    color: var(--light-color);
    box-shadow: var(--shadow_sm);
    width: 100%;
    border: none;
    font-size: 18px;
}

.btn-more-albums:hover {
    color: var(--active-color) !important;
}

/* --------------------Social Share --------------------*/

.tc-social-share.social-animation-top {
    height: 31px;
}

.social-share-icon {
    text-align: right;
    margin-bottom: 0;
    margin-top: 15px;
}

.e-paper-area {
    float: left;
    text-align: right;
    width: 34%;
    padding-top: 4px;
}

.e-paper-area a {
    color: #222;
    font-size: 17px;
    line-height: 18px;
}

.e-paper-area a:hover {
    color: #e90c0c;
}

.tc-social-share a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.tc-social-share .social-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: var(--dark-color);
    overflow: hidden;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    margin-bottom: 0;
}

.tc-social-share .social-icon:after {
    display: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    box-sizing: content-box;
}

.tc-social-share .social-icon:before {
    font-size: 17px;
    line-height: 31px;
    display: block;
}

.tc-social-share .social-icon:hover {
    background: var(--dark-color);
    color: var(--light-color);
}

.tc-social-share .social-icon:hover:before {
    animation: animationLeft 0.3s forwards;
}

.social-share-icon ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.social-share-icon ul li {
    list-style: none;
    display: inline-block;
}

.social-share-icon ul li a {
    width: 35px;
    height: 35px;
    background-color: var(--light-color);
    text-align: center;
    line-height: 29px;
    font-size: 18px;
    margin: 0 4px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid var(--light-color);
    z-index: 1;
}

.social-share-icon ul li a .icon {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
    font-size: 18px;
}

.social-share-icon ul li a:hover {
    border-radius: 0;
}

.social-share-icon ul li a:hover .icon {
    color: var(--light-color);
    transform: rotateY(360deg);
}

.social-share-icon ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
}

.social-share-icon ul li a:hover:before {
    top: 0;
}

.social-share-icon ul li:nth-child(1) a:before {
    background: #3b5999;
}

.social-share-icon ul li:nth-child(2) a:before {
    background: #55acee;
}

.social-share-icon ul li:nth-child(3) a:before {
    background: #0077b5;
}

.social-share-icon ul li:nth-child(4) a:before {
    background: #e4405f;
}

.social-share-icon ul li:nth-child(5) a:before {
    background: #c4302b;
}

.social-share-icon ul li:nth-child(6) a:before {
    background: #bb0b1f;
}

.social-share-icon ul li:nth-child(6) a:before {
    background: #ee802f;
}

.tc-social-share i[class*="-facebook"] {
    background: #4766a9;
    color: var(--light-color);
}

.tc-social-share i[class*="-facebook"]:hover {
    background: #4766a9;
    color: var(--light-color);
}

.tc-social-share i[class*="-twitter"] {
    background: #00aced;
    color: var(--light-color);
}

.tc-social-share i[class*="-twitter"]:hover {
    background: #00aced;
    color: var(--light-color);
}

.tc-social-share i[class*="-youtube"] {
    background: #c4302b;
    color: var(--light-color);
}

.tc-social-share i[class*="-youtube"]:hover {
    background: #c4302b;
    color: var(--light-color);
}

.tc-social-share i[class*="-rss"] {
    background: #ee802f;
    color: var(--light-color);
}

.tc-social-share i[class*="-rss"]:hover {
    background: #ee802f;
    color: var(--light-color);
}

.tc-social-share i[class*="-instagram"] {
    background: #e4405f;
    color: var(--light-color);
}

.tc-social-share i[class*="-instagram"]:hover {
    background: #e4405f;
    color: var(--light-color);
}

.tc-social-share i[class*="-pinterest"] {
    background: #bb0b1f;
    color: var(--light-color);
}

.tc-social-share i[class*="-pinterest"]:hover {
    background: #bb0b1f;
    color: var(--light-color);
}

.tc-social-share i[class*="-linkedin"] {
    background: #0e76a8;
    color: var(--light-color);
}

.tc-social-share i[class*="-linkedin"]:hover {
    background: #0e76a8;
    color: var(--light-color);
}

.tc-social-share i[class*="-skype"] {
    background: #00aced;
    color: var(--light-color);
}

.tc-social-share i[class*="-skype"]:hover {
    background: #00aced;
    color: var(--light-color);
}

.tc-social-share i:hover {
    border-radius: 0 !important;
}

.tc-social-square .social-icon {
    border-radius: 0;
}

.tc-social-round .social-icon {
    border-radius: 4px;
}

.tc-social-small .social-icon {
    width: 50px;
    height: 50px;
}

.tc-social-small .social-icon:before {
    font-size: 24px;
    line-height: 50px;
}

.tc-social-medium .social-icon {
    width: 64px;
    height: 64px;
}

.tc-social-medium .social-icon:before {
    font-size: 32px;
    line-height: 64px;
}

.tc-social-share.social-animation-right .social-icon:hover:before {
    animation: animationRight 0.3s forwards;
}

.tc-social-share.social-animation-top .social-icon:hover:before {
    animation: animationTop 0.3s forwards;
}

.tc-social-share.social-animation-bottom .social-icon:hover:before {
    animation: animationBottom 0.3s forwards;
}

@keyframes animationTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

/* ==================== Breaking Marque  */

.breaking_news {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    background-color: var(--content-color);
    padding-right: 10px;
}

.breaking_news span {
    display: inline-block;
    color: var(--light-color);
    padding: 8px 24px;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    background-color: var(--primary-color);
}

.breaking_news a {
    font-size: 18px;
    font-weight: 700;
}

.breaking_news marquee a::before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url("/public/default-image/bullete.png");
    background-size: contain;
    margin-right: 5px;
    margin-bottom: -8px;
}

.breaking_news marquee a::after {
    content: "|";
    padding: 0 8px;
}

/* ===================Section Title Heading */
.title-heading-wrapper {
    margin-bottom: 10px;
    border-bottom: 3px solid var(--border-color);
    background-color: var(--tab-color);
}

.bg-gray {
    background: var(--bg-color) !important;
}

.title-heading,
.title-heading-2 {
    color: var(--light-color);
    font-size: 22px;
    line-height: 22px;
    height: 40px;
    position: relative;
    background: var(--primary-color);
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
}

.title-heading-2 {
    padding: 8px 15px;
}

.title-heading:before {
    content: "";
    position: absolute;
    right: -14px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid var(--primary-color);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.title-heading-text {
    color: var(--light-color);
    text-decoration: none;
}

.title-heading-text-2 {
    font-size: 19px;
}

.title-heading-text:hover {
    color: var(--light-color);
}

.m-title-right-link {
    display: none;
}

.title-right-link {
    font-size: 17px;
    float: right;
    color: var(--text-color);
    padding-right: 8px;
    line-height: 42px;
    text-decoration: none;
}

.title-right-link i {
    margin-left: 6px;
    position: relative;
    top: -2px;
    font-size: 12px;
    padding: 2px 3px;
    color: var(--light-color);
    background: var(--primary-color);
    border-radius: 50%;
}

/* =============== archive btn ================ */
.archive-btn {
    text-align: center;
    background: var(--primary-color);
}

.archive-btn a {
    color: var(--light-color);
    font-size: 18px;
    display: block;
}

.btn-date-picker {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition-duration: 0.5s;
    background: var(--primary-color);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}

.btn-date-picker:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--content-color);
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-date-picker:hover {
    color: #423f3f;
}

.btn-date-picker:hover::before {
    transform: scaleX(1);
}

/* Default Section List Layout */
.post-slider {
    overflow: hidden;
    padding: 0;
    margin: 0 12px;
}

.post-slider .slick-slide {
    padding: 0 !important;
}

.post-slider .slick-arrow {
    top: 50%;
    z-index: 99;
    color: var(--light-color);
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    border-radius: 100%;
    border: 1px solid var(--light-color);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
}

.post-slider .slick-arrow:hover {
    background-color: var(--primary-color);
    opacity: 1;
}

.post-slider .slick-arrow.fa-angle-right {
    right: -50px;
}

.post-slider .slick-arrow.fa-angle-left {
    left: -50px;
}

.post-slider:hover .slick-arrow.fa-angle-right {
    right: 3%;
}

.post-slider:hover .slick-arrow.fa-angle-left {
    left: 3%;
}

.post-slider .slick-current .lead-news-text h1 {
    animation-name: fadeInDown;
}

.section_layout_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.section_layout_ul.dot {
    background-color: var(--content-color);
}

.section_layout_ul.fr {
    padding: 8px;
}

.section_layout_ul a {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: -7px;
}

.section_layout_ul.gap a {
    margin-bottom: 8px;
    background-color: var(--content-color);
    box-shadow: var(--shadow_sm);
}

.section_layout_ul.dot a {
    padding: 8px 0;
    border-bottom: 1px dotted var(--dark-color);
}

.section_layout_ul.dot li:last-child a {
    border-bottom: none;
}

.section_layout_left {
    overflow: hidden;
    position: relative;
    float: left;
    width: 43%;
    min-height: 80px;
}

.section_layout_ul .txt {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.5) 30%,
            rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    bottom: 7px;
    padding: 15px 10px 5px;
}

.section_layout_ul img {
    height: 100%;
    width: 100%;
}

.section_layout_right {
    float: left;
    width: 57%;
    height: 80px;
    padding-left: 10px;
    padding-right: 8px;
    overflow: hidden;
}

.section_layout_ul.gap .section_layout_right {
    padding-top: 8px;
    padding-bottom: 8px;
}

.section_layout_ul.fr .section_layout_right {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.section_layout_ul span {
    font-size: 14px;
    line-height: 14px;
    color: var(--active-color);
}

.section_layout_ul h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
}

.section_layout {
    background-color: var(--content-color);
    position: relative;
}

.section_layout.fr {
    box-shadow: var(--shadow_sm);
    padding: 7px;
}

.section_layout.gallery {
    background-color: transparent !important;
}

.section_layout .img,
.section_layout_ul .img {
    position: relative;
    overflow: hidden;
}

.section_layout img,
.section_layout_ul img {
    width: 100%;
}

.section_layout .txt {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.section_layout.gallery .txt{
    left: 5%;
    bottom: 24px;
    width: 90%;
    background-color: #fff;
    box-shadow: var(--shadow_df);
}

.section_layout .txt span {
    font-size: 14px;
    line-height: 14px;
    color: var(--active-color);
}

.section_layout h2,
.section_layout p {
    margin: 0;
}

.section_layout.lg .txt {
    padding: 8px 10px;
    height: 153px;
}

.section_layout.md .txt {
    padding: 8px;
    height: 98px;
}

.section_layout.md h2,
.section_layout.lg h2 {
    font-size: 26px;
    line-height: 30px;
}

.section_layout.df .txt {
    padding: 3px 7px;
    height: 75px;
}

.section_layout.df h2 {
    font-size: 18px;
    line-height: 22px;
}

.section_layout.sm .txt {
    padding: 3px 6px;
    height: 76px;
}

.section_layout.sm h2 {
    font-size: 16px;
    line-height: 22px;
}

.section_layout p {
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
}

.section_layout.fr .txt {
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.section_layout.lead .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: auto !important;
    height: auto !important;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.3) 30%,
            rgba(0, 0, 0, 0.7) 100%);
    color: var(--light-color);
    padding: 30px 15px 15px 15px;
}

.section_layout.lead.fr .txt {
    bottom: 7px;
    left: 7px;
    right: 7px;
}

.section_layout a:hover img,
.section_layout_ul a:hover img {
    opacity: 0.9;
    transition: 0.5s;
}

/* ================ Lead News Section */

.lead-news {
    box-shadow: var(--shadow_sm);
    position: relative;
    max-height: 450px;
    overflow: hidden;
    width: 100%;
}

.lead-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.lead-news-image img {
    width: 100%;
    overflow: hidden;
    transition: all 0.7s ease 0s;
}

.lead-news-image span {
    top: 0;
    right: 0;
    z-index: 1;
    color: var(--light-color);
    font-size: 18px;
    padding: 5px 10px;
    position: absolute;
    background: var(--primary-color);
    transform: translateY(-100%);
    transition: transform 0.5s ease 0s;
}

.lead-news-text {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.3) 30%,
            rgba(0, 0, 0, 0.7) 100%);
    color: var(--light-color);
    bottom: 0;
    padding: 30px 15px 15px 15px;
}

.lead-news-text span {
    color: red;
    font-size: 14px;
    line-height: 14px;
}

.lead-news-text h1 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-top: -20px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;

    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-delay: 1s;
    opacity: 0;
}

.lead-news a:hover .lead-news-image span {
    transform: translateY(0);
}

.lead-news-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lead-news-list a {
    position: relative;
    display: flex;
    gap: 3%;
    padding: 8px;
    background-color: var(--content-color);
    width: 100%;
    box-shadow: var(--shadow_sm);
    max-height: calc(25% - 5px);
    overflow: hidden;
    transition: transform 0.3s;
}

.lead-news-list a:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: var(--shadow_df);
}

.lead-news-list img {
    width: 35%;
}

.lead-news-list span {
    font-size: 14px;
    line-height: 14px;
    color: var(--active-color);
}

.lead-news-list h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
}

.lead-news-small {
    position: relative;
    margin-bottom: 24px;
}

.lead-news-small-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.lead-news-small-image img {
    width: 100%;
}

.lead-news-small-image span {
    background: var(--primary-color);
    padding: 5px 10px;
    position: absolute;
    font-size: 14px;
    z-index: 1;
    color: var(--light-color);
    right: 0;
    top: -31px;
    transition: all 0.5s ease 0s;
}

.lead-news-small-text {
    position: relative;
    background-color: var(--content-color);
    width: 100%;
    margin: auto;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    padding: 4px 7px;
    margin-top: 0;
}

.lead-news-small-text h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}

.lead-news-small-text span {
    font-size: 14px;
    line-height: 14px;
    color: var(--active-color);
}

.lead-news-small a:hover .lead-news-small-image span {
    top: 0;
}

/* ======== Widgets CSS */
/* Recent&recommended */

.fade {
    animation: fadeInScale 0.7s ease-in-out;
}

@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.side-tab-main {
    width: 100%;
}

.side-tab-main .nav-item {
    display: block;
    float: left;
    width: 50%;
}

.side-tab-main .nav-item .nav-link {
    font-size: 20px;
    cursor: pointer;
    border-radius: 0;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    color: var(--light-color);
    background: var(--primary-color);
    border-top: 3px solid transparent;
    transition: background-color 0.3s 0s;
}

.nav-pills .nav-link.active {
    color: var(--text-color);
    background-color: var(--content-color);
    border-top: 3px solid var(--primary-color);
}

.custom-tab-content {
    height: 360px;
    overflow-y: auto;
}

/* ====================== Page css */
.title_breadcrumb {
    padding-top: 15px;
    padding-bottom: 20px;
}

.title_breadcrumb .top {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.title_breadcrumb .top li {
    margin-right: 20px;
    display: inline-block;
}

.title_breadcrumb .top li a h1,
.title_breadcrumb .top li a h2 {
    margin: 0;
    color: var(--dark-color);
    font-size: 40px;
}

.title_breadcrumb .child {
    margin: 0;
    padding: 0;
    list-style: none;
}

.title_breadcrumb .child li {
    position: relative;
    padding-left: 10px;
    display: inline-block;
    list-style: none;
}

.title_breadcrumb .child li a {
    padding: 2px 10px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    background: var(--content-color);
    line-height: 22px;
    transition: 0.5s;
    border: 1px solid var(--primary-color);
    margin-bottom: 10px;
    padding-top: 4px;
}

.title_breadcrumb .child li:first-child {
    padding-left: 0;
}

.title_breadcrumb .child li a:hover {
    color: var(--light-color);
    background: var(--primary-color);
}

.details_breadcrumb {
    background: var(--primary-color);
    color: var(--light-color);
    padding: 5px 10px;
}

.details_breadcrumb>li>a {
    color: inherit;
    font-size: 19px;
}

.details_breadcrumb>li+li.active:before {
    padding: 0 5px;
    content: "/";
}

.details_breadcrumb>li+li.shash:before {
    padding: 0 5px;
    content: "|";
}

.catTitle {
    display: flex;
    margin-bottom: 10px;
}

.catTitle h2 {
    font-size: 26px;
    padding-right: 15px;
    padding-left: 2px;
}

.catTitle .liner {
    position: relative;
    flex: 1;
}

.catTitle .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px dashed var(--text-color);
    top: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.catTitle .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px dashed var(--text-color);
    top: 20px;
    display: inline-block;
    vertical-align: bottom;
}



.btn-more {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: var(--primary-color);
    color: var(--light-color);
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: var(--shadow_sm);
    display: block;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
}

.btn-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--content-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-more:hover {
    color: var(--dark-color);
}

.btn-more:focus:before,
.btn-more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-more-wrapper {
    position: relative;
    padding-top: 20px;
}

/* =================Dashboard Title */
.sg-topbar {
    color: var(--light-color);
    padding: 10px 0;
    background-color: var(--primary-color);
}

.sg-topbar a {
    color: var(--light-color);
}

.sg-topbar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sg-topbar ul li {
    margin-right: 15px;
}

.sg-topbar ul li:last-child {
    margin-right: 0;
}

.sg-language,
.submit-news {
    margin-right: 30px;
}

.sg-language select.select-hidden {
    background-color: transparent;
    border: 0;
    display: none;
}

.sg-language select option {
    color: #484848;
    font-size: 12px;
    padding: 10px !important;
}

.sg-language .select {
    position: relative;
}

.sg-language .select-styled:after {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 0;
    font-family: fontawesome;
}

.sg-language .select-styled {
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
}

.sg-language .select-options {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
    border: 1px solid #ddd;
    min-width: 180px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sg-language .select-options li {
    color: #484848;
    display: block;
    text-transform: capitalize;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.sg-language .select-options li:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.site-setting-area {
    padding: 0 !important;
    border: 1px solid #ddd;
    border-radius: 0;
}

.site-setting-area a {
    color: #484848;
    display: block;
    text-transform: capitalize;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.site-setting-area a:hover {
    color: var(--primary-color);
    background-color: #fff;
}

/* Login Page */
.account-content {
    width: 500px;
    margin: 50px 0 80px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.account-content h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: #f1f2f3;
}

.account-content .ragister-form {
    padding: 30px;
}

.account-content .form-control:focus {
    border-color: var(--primary-color);
}

.account-content button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.account-content button:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.account-content form .form-group a {
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.account-content .middle-content a {
    color: #c40622;
}

.account-content .middle-content a:hover {
    color: var(--primary-color);
}

.account-content .middle-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #a19e9e;
    position: relative;
    text-transform: uppercase;
}

.account-content .middle-content span:after,
.account-content .middle-content span:before {
    position: absolute;
    content: "";
    top: 10px;
    width: 35px;
    height: 1px;
    background-color: #a19e9e;
}

.account-content .middle-content span:before {
    left: -50px;
}

.account-content .middle-content span:after {
    right: -50px;
}

.account-content .buttons {
    margin-top: 30px;
}

.account-content .buttons a {
    display: block;
    text-align: left;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #f5f8fa;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #d8e2e9;
    border-radius: 4px;
}

.account-content .buttons span {
    color: #fff;
    width: 60px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius: 4px 0 0 4px;
}

.account-content .buttons .facebook {
    color: #2d4373;
}

.account-content .buttons .facebook span {
    color: #fff;
    border-right: 1px solid #fff;
    background-color: #2d4373;
}

.account-content .buttons .google-plus {
    color: #c9070d;
}

.account-content .buttons .google-plus span {
    color: #fff;
    border-right: 1px solid #fff;
    background-color: #c9070d;
}

.widget-social ul {
    padding: 30px 30px 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.sg-dark .widget-social ul {
    color: #fff;
    background-color: #292e34;
}

.widget-social ul li {
    width: 100%;
    font-size: 14px;
    height: 45px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
}

.widget-social ul li a {
    display: block;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.widget-social ul li span {
    width: 40px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    float: left;
}

.widget-social ul li.facebook span {
    background-color: #0061c2;
}

.widget-social ul li.facebook a {
    background-color: #056ed8;
}

.widget-social ul li.youtube span {
    background-color: #fe031c;
}

.widget-social ul li.youtube a {
    background-color: #e50017;
}

.widget-social ul li.twitter span {
    background-color: #2391ff;
}

.widget-social ul li.twitter a {
    background-color: #349aff;
}

.widget-social ul li.linkedin span {
    background-color: #349aff;
}

.widget-social ul li.linkedin a {
    background-color: rgba(52, 154, 255, 0.85);
}

.widget-social ul li.pinterest span {
    background-color: #c2000d;
}

.widget-social ul li.pinterest a {
    background-color: rgba(194, 0, 13, 0.85);
}

.widget-social ul li.skype span {
    background-color: #4ba3fc;
}

.widget-social ul li.skype a {
    background-color: rgba(75, 163, 252, 0.85);
}



/* ==== footer menu ==== */
footer.footer_wraper {
    /* background-image: url("../../media/common/footer-bg-world.png"); */
    background-position: bottom;
    background-color: var(--bg-color);
    color: var(--text-color);
    padding-top: 18px;
    padding-bottom: 30px;
    margin-top: 80px;
}

.footer_wraper a{
    transition: 0.5s;
}
.footer_wraper .border{
    border-color: var(--border-color) !important;
    border-right: 0 !important;
}
.footer_address, .footer_logo{
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}

.footer_logo{
    justify-content: center;
}

.footer_address p{
    margin: 0;
    font-size: 15px;
    text-align: center;
}

.media_btn_list{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0;
}
.media_btn_list li {
    list-style-type: none;
    float: left;
    margin: 0;
}

.media_btn_list li a i {
    font-size: 22px;
}

.footer-menu a {
    padding: 6px 12px;
    border: 1px solid var(--dark-color);
    display: block;
    font-size: 16px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.footer-menu a:hover {
    color: var(--light-color);
    background-color: var(--primary-color);
}

.album_title{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}

.album_title h2{
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    margin: 0;
    border-top: 3px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.read_more{
    height: 60px;
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #dfdfde;
    border-radius: 5px;
    background-color: rgb(128 128 128 / 15%);
}

.read_more img{
    width: auto !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.read_more h6{
    flex: 1 0 0;
    margin: 0;
    max-height: 100%;
    font-weight: bold;
    padding-left: 15px;
    color: var(--primary-color);
    font-size: initial !important;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.modal-header, .modal-header button, .modal-header button:hover {
    background-color: var(--primary-color);
    color: white;
}


/*Prayer Time Widgets*/

.prayer_time {
	box-shadow: var(--shadow_lg);
    background-color: var(--light-color);
    border: 1px solid gray;
}
.prayer_title {
	border-bottom: 3px solid var(--primary-color);
    margin-bottom: 10px;
}
.prayer_title h4{
	padding: 10px;
    background-color: var(--primary-color);
    color: var(--light-color);
    text-align: center;
    font-size: 1.5rem;
}
.prayer_date{
	text-align: left;
    color: var(--dark-color);
    margin: 10px;
    font-size: 18px;
    text-align: center;
}
.prayer_box {
	border: 1px solid #eee;
    padding: 10px;
    margin: 2px;
}
.prayer_box span {
	text-align: center;
    font-size: 18px;
    display: block;
}
.prayer_bottom{
	padding: 5px 10px;
	display: flex;
	background: var(--primary-color);
}
.prayer_bottom span{
	flex: 1;
	font-size: 15px;
	color: var(--light-color);
	padding-left: 10px;
}
.sunrise {
	border-left: 10px solid #13740d;
}
.sunset {
	border-left: 10px solid #eb6b6a;
}

.voting_poll{
    background-color: var(--light-color);
    box-shadow: var(--shadow_df);
}

.voting_poll_wrap{
    padding: 15px;
}