@font-face {
    font-family: 'GE SS TV';
    src: url('../webfonts/others/GE-SS-TV-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GE SS TV';
    src: url('../webfonts/others/GE-SS-TV-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'GE SS TV', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #080F18;
    background-color: #ffffff;

    direction: rtl;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    color: inherit;
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}


/* header section :start */
header {
    width: 100%;
    height: 295px;
    background-color: #9B1C21;
    background-image: url('../images/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
header::before {
    content: '';
    display: block;
    width: 100%;
    height: 190px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
header .header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}


header .header-inner .headertop-section {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
header .header-inner .headertop-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
header .header-inner .headertop-section ul li {
    display: flex;
    align-items: center;
    gap: 9px;
}
header .header-inner .headertop-section ul li::after {
    content: '|';
    padding: 0px 10px;
}
header .header-inner .headertop-section ul li:last-child::after {
    display: none;
}




.headersearch-wrap {
    width: 100%;
    padding: 10px 10px 10px 15px;
    position: relative;
}
.headersearch-wrap .input-group {
    width: 100%;
    max-width: 335px;
    height: auto;
    margin-right: auto;
}
.headersearch-wrap .input-group .form-control {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #9b6a73;
    padding: 0px 5px 0px 25px;
}
.headersearch-wrap .input-group .form-control:valid,
.headersearch-wrap .input-group .form-control:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
.headersearch-wrap .input-group .form-control::placeholder {
    color: #bdbdbd;
}
.headersearch-wrap .input-group .clearbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: auto;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    padding: 0px 5px 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    opacity: 0;
    transition: 0.5s;
}
.headersearch-wrap .input-group .clearbtn:hover {
    color: #000000;
    background-color: transparent;
}
.headersearch-wrap .input-group .form-control:valid ~ .input-group-append .clearbtn {
    opacity: 1;
}
.headersearch-wrap .input-group .searchbtn {
    width: auto;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    transform: rotate(90deg);
}
.headersearch-wrap .input-group .searchbtn:hover {
    color: #000000;
}
/* header section :start */


/* footer section :start */
footer {
    background-color: #fef2f3;
    padding: 60px 0px 50px;
    margin-top: 66px;
}
footer h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #961E21;
}

.flinks-list {
    width: 100%;
    height: auto;
}
.flinks-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #961E21;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flinks-list ul li a {
    color: inherit;
}
.flinks-list ul li a:hover {
    color: #000000;
}


.socialmedia-wrap {
    list-style: none;
    padding: 15px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
    width: 100%;
    height: auto;
    border-top: 1px solid #961E21;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.socialmedia-wrap li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #961E21;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.socialmedia-wrap li a:hover {
    background-color: #000000;
}
/* footer section :end */

/* COMMON STYLE :START */

.color-1 {
    color: #961e21;
}

.hd-type-1 h3 {
    font-family: "Mulish", sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.005em;
    margin: 0;
}

.hd-type-2 h3 {
    font-family: 'GE SS TV', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.005em;
    margin: 0;
}


/* ---- title-type-1 :start ---- */
.title-type-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
    margin-bottom: 48px;
    position: relative;
}
.title-type-1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 1px;
    background-color: #961e21;
    transform: translateY(100%);
}
/* ---- title-type-1 :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 12px 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-1:hover {
    color: #961E21;
    background-color: #ffffff;
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    padding: 0px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}
.btn-style-2 img {
    padding-left: 0px;
    padding-right: 5px;
    transition: 0.5s;
    transform: scaleX(-1);
}
.btn-style-2:hover {
    color: #961E21;
    background-color: transparent;
}
.btn-style-2:hover img {
    padding-left: 5px;
    padding-right: 0px;
}
/* ---- btn-style-2 :end ---- */


/* ---- btn-style-3 :start ---- */
.btn-style-3 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #961E21;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-3:hover {
    color: #ffffff;
    background-color: #961E21;
    border-color: #961E21;
}
/* ---- btn-style-3 :end ---- */

/* ---- btn-style-5 :start ---- */
.btn-style-5 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #393939;
    border: 1px solid #393939;
    border-radius: 5px;
    padding: 12px 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-5:hover {
    color: #ffffff;
    background-color: #393939;
}
/* ---- btn-style-5 :end ---- */

/* ---- btn size :start ---- */
.btn-sm {
    padding: 0.72rem 1.1rem;
    font-size: 0.875rem;
}
/* ---- btn size :end ---- */



/* ---- block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
}
.block-style-1 .bstyl1-image {
    width: 100%;
    height: 248px;
    border-radius: 6px;
    overflow: hidden;
}
.block-style-1 .bstyl1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-1 .bstyl1-text {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.block-style-1 .bstyl1-text h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    color: #080F18;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.block-style-1 .bstyl1-text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #080F18;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.block-style-1:hover .bstyl1-image img {
    transform: scale(1.1);
}
.block-style-1:hover .bstyl1-text h3 {
    color: #9B1C21;
}


.block-style-1.text-white .bstyl1-text h3 {
    color: #ffffff;
}
.block-style-1.text-white .bstyl1-text p {
    color: #ffffff;
}
.block-style-1.text-white:hover .bstyl1-text h3 {
    color: #ffffff;
}
/* ---- block-style-1 :end ---- */

/* ---- block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 100%;
    position: relative;
}
.block-style-2 .bstyl2-ago {
    text-align: left;
    margin-bottom: 10px;
}
.block-style-2 .bstyl2-ago time {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #080F18;
    margin: 0;
}

.block-style-2 .bstyl2-image {
    width: 100%;
    height: 585px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.block-style-2 .bstyl2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-2 .bstyl2-image h3 {
    font-size: 57px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.003em;
    color: #ffffff;
    background-color: #f40022;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    padding: 5px 30px;
}
.block-style-2 .bstyl2-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 355px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.block-style-2 .bstyl2-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
.block-style-2 .bstyl2-details h3 {
    font-size: 43px;
    font-weight: 700;
    line-height: 1.3;
    color: #080F18;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


.block-style-2 .bstyl2-details .bs2det-time {
    width: 100%;
    margin-bottom: 10px;
}
.block-style-2 .bstyl2-details .bs2det-time p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #080F18;
    display: flex;
    align-items: center;
}
.block-style-2 .bstyl2-details .bs2det-time p span::after {
    content: '|';
    padding: 0px 10px;
}
.block-style-2 .bstyl2-details .bs2det-time p time {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.block-style-2 .bstyl2-details .bs2det-text {
    width: 100%;
    height: auto;
}
.block-style-2 .bstyl2-details .bs2det-btns {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.block-style-2 .bstyl2-details .bs2det-btns .btn {
    /* margin-top: 30px; */
}

.block-style-2:hover .bstyl2-image img {
    transform: scale(1.1);
}


.block-style-2.text-white .bstyl2-ago time {
    color: #ffffff;
}
.block-style-2.text-white .bstyl2-details h3 {
    color: #ffffff;
}
.block-style-2.text-white .bstyl2-details .bs2det-time p {
    color: #ffffff;
}
/* ---- block-style-2 :end ---- */

/* ---- block-style-3 :start ---- */
.block-style-3 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.block-style-3 .bstyl3-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 130px;
    height: 100px;
    overflow: hidden;
}
.block-style-3 .bstyl3-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-3 .bstyl3-details {
    width: 100%;
}
.block-style-3 .bstyl3-details h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.block-style-3:hover .bstyl3-details h3 {
    color: #9B1C21;
}
.block-style-3:hover .bstyl3-image img {
    transform: scale(1.1);
}
/* ---- block-style-3 :end ---- */

/* ---- block-style-4 :start ---- */
.block-style-4 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.block-style-4 .bstyl4-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 172px;
    height: 185px;
    overflow: hidden;
}
.block-style-4 .bstyl4-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-4 .bstyl4-details {
    width: 100%;
    height: 100%;
    padding-right: 25px;
    position: relative;
}
.block-style-4 .bstyl4-details::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 50px);
    margin: auto;
    background-color: #f1f0f0;
}
.block-style-4 .bstyl4-details h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    color: #080f18;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.block-style-4 .bstyl4-details p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #080f18;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.block-style-4:hover .bstyl4-image img {
    transform: scale(1.1);
}
.block-style-4:hover .bstyl4-details h3 {
    color: #9B1C21;
}
/* ---- block-style-4 :end ---- */

/* ---- block-style-5 :start ---- */
.block-style-5 {
    width: 100%;
    height: 100%;
    position: relative;
}
.block-style-5 .bstyl5-image {
    width: 100%;
    height: auto;
    aspect-ratio: 76/47;
    overflow: hidden;
}
.block-style-5 .bstyl5-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-5 .bstyl5-details {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.block-style-5 .bstyl5-details h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    color: #080f18;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.block-style-5 .bstyl5-details time {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #9A9AB0;
    display: block;
    margin-top: 10px;
}
/* ---- block-style-5 :end ---- */

/* ---- block-style-6 :start ---- */
.block-style-6 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.block-style-6 .bstyl6-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 234px;
    height: 150px;
    overflow: hidden;
}
.block-style-6 .bstyl6-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-6 .bstyl6-details {
    width: 100%;
    height: 100%;
    position: relative;
}
.block-style-6 .bstyl6-details h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #080f18;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.block-style-6 .bstyl6-details p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #080f18;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.block-style-6 .bstyl6-details time {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #969696;
    margin-bottom: 0px;
}

.block-style-6:hover .bstyl6-image img {
    transform: scale(1.1);
}
.block-style-6:hover .bstyl6-details h3 {
    color: #9B1C21;
}

.block-style-6.text-white .bstyl6-details h3 {
    color: #ffffff;
}
.block-style-6.text-white .bstyl6-details p {
    color: #ffffff;
}
.block-style-6.text-white:hover .bstyl6-details h3 {
    color: #ffffff;
}



.block-style-6.styl2 .bstyl6-image {
    border-radius: 6px;
}
.block-style-6.styl2 .bstyl6-details h3 {
    -webkit-line-clamp: 3;
}
.block-style-6.styl2 .bstyl6-details p {
    -webkit-line-clamp: 2;
}


.block-style-6.styl3 {
    align-items: center;
}
.block-style-6.styl3 .bstyl6-image {
    width: 175px;
    height: 105px;
    border-radius: 8px;
}
.block-style-6.styl3 .bstyl6-details h3 {
    -webkit-line-clamp: 3;
}
.block-style-6.styl3 .bstyl6-details p {
    -webkit-line-clamp: 2;
}
/* ---- block-style-6 :end ---- */


/* ---- block-style-7 :start ---- */
.block-style-7 {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.block-style-7 .bstyl7-image {
    width: 100%;
    height: 300px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.block-style-7 .bstyl7-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-7 .bstyl7-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 355px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.block-style-7 .bstyl7-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
.block-style-7 .bstyl7-details h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #080F18;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.block-style-7 .bstyl7-details .bs7det-time {
    width: 100%;
    margin-bottom: 10px;
}
.block-style-7 .bstyl7-details .bs7det-time p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #080F18;
    display: flex;
    align-items: center;
}
.block-style-7 .bstyl7-details .bs7det-time p span::after {
    content: '|';
    padding: 0px 10px;
}
.block-style-7 .bstyl7-details .bs7det-time p time {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.block-style-7 .bstyl7-details .bs7det-text {
    width: 100%;
    height: auto;
}
.block-style-7 .bstyl7-details .bs7det-ago {
    /* text-align: right; */
    margin-bottom: 10px;
}
.block-style-7 .bstyl7-details .bs7det-ago time {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #080F18;
    margin: 0;
}

.block-style-7:hover .bstyl7-image img {
    transform: scale(1.1);
}


.block-style-7.text-white .bstyl7-details h3 {
    color: #ffffff;
}
.block-style-7.text-white .bstyl7-details .bs7det-time p {
    color: #ffffff;
}
.block-style-7.text-white .bstyl7-details .bs7det-ago time {
    color: #ffffff;
}
/* ---- block-style-7 :end ---- */


/* ---- block-style-8 :start ---- */
.block-style-8 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.block-style-8 .bstyl8-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 234px;
    height: 150px;
    overflow: hidden;
}
.block-style-8 .bstyl8-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-8 .bstyl8-details {
    width: 100%;
    height: 100%;
    position: relative;
}
/* ---- block-style-8 :end ---- */

/* ---- block-style-9 :start ---- */
.block-style-9 {
    width: 100%;
    height: 100%;
}
.block-style-9 .bstyl9-image {
    width: 100%;
    height: 260px;
    background-color: #000000;
    overflow: hidden;
    position: relative;
}
.block-style-9 .bstyl9-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-9 .bstyl9-text {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.block-style-9 .bstyl9-text h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #080F18;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.block-style-9 .bstyl9-text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #080F18;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-top: 10px;
}
.block-style-9:hover .bstyl9-image img {
    transform: scale(1.1);
}
.block-style-9:hover .bstyl9-text h3 {
    color: #9B1C21;
}


.block-style-9.text-white .bstyl9-text h3 {
    color: #ffffff;
}
.block-style-9.text-white .bstyl9-text p {
    color: #ffffff;
}
.block-style-9.text-white:hover .bstyl9-text h3 {
    color: #ffffff;
}

.block-style-9.bs9video .bstyl9-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 82px;
    height: 82px;
    background-image: url('../images/play-btn-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: 0.5s;
}
.block-style-9.bs9video:hover .bstyl9-image img {
    opacity: 0.5;
}
/* ---- block-style-9 :end ---- */

/* ---- block-style-10 :start ---- */
.block-style-10 {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #9B1C21 0%, #53121A 100%);
    padding: 15px 15px;
    margin-bottom: 60px;
}
.block-style-10 .bstyl10-head {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.block-style-10 .bstyl10-head h3 {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: #ffffff;
    margin-bottom: 0;
}
.block-style-10 .bstyl10-body {
    width: 100%;
    height: auto;
}
.block-style-10 .bstyl10-body .bs10-item-outer {
    display: block;
    margin-bottom: 18px;
}
.block-style-10 .bstyl10-body .bs10-item-outer:last-child {
    margin-bottom: 0px;
}
.block-style-10 .bstyl10-body .bs10-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px 15px;
}
.block-style-10 .bstyl10-body .bs10-item .bsi-img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 85px;
    height: 70px;
    overflow: hidden;
}
.block-style-10 .bstyl10-body .bs10-item .bsi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-10 .bstyl10-body .bs10-item .bsi-txt h6 {
    font-family: "Mulish", sans-serif;
    font-size: 7px;
    font-weight: 700;
    line-height: 1.1px;
    letter-spacing: 0.008em;
    color: #ffffff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.block-style-10 .bstyl10-body .bs10-item .bsi-txt h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.005em;
    color: #ffffff;
    margin-bottom: 0;
}

.block-style-10 .bstyl10-body .bs10-item:hover .bsi-img img {
    transform: scale(1.1);
}
/* ---- block-style-10 :end ---- */


/* ---- block-wrap-1 :start ---- */
.block-wrap-1 {
    width: 100%;
    height: 100%;
    background-color: #EBEEF3;
    border-radius: 6px;
    overflow: hidden;
}
.block-wrap-1 .bwrap1-left {
    width: 100%;
    height: 100%;
    min-height: 800px;
}
.block-wrap-1 .bwrap1-left .bwrap1left-block {
    border-radius: 6px;
    overflow: hidden;
}
.block-wrap-1 .bwrap1-left .bwrap1left-block .bwrap1lb-img {
    height: 100%;
}
.block-wrap-1 .bwrap1-right {
    width: 100%;
    height: 100%;
    padding: 45px 30px;
}

.block-wrap-1 .bwrap1-right .bwrap1r-row {
    row-gap: 36px;
}
.block-wrap-1 .bwrap1-right .bw1-block .bw1b-img {
    border-radius: 6px;
}
.block-wrap-1 .bwrap1-right .bw1-block .bw1b-det h3 {
    -webkit-line-clamp: 3;
}
.block-wrap-1 .bwrap1-right .bw1-block .bw1b-det p {
    -webkit-line-clamp: 2;
}
/* ---- block-wrap-1 :end ---- */


/* ---- articles-block :start ---- */
.articles-block {
    display: flex;
    gap: 20px 50px;
}


.articles-block .articlesblock-left {
    padding-left: 24px;
    position: relative;
}
.articles-block .articlesblock-left::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    width: 3px;
    height: 202px;
    background-color: #000000;
}
.articles-block .articlesblock-left .arbleft-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.articles-block .articlesblock-left .arbleft-top h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #961E21;
    margin-bottom: 0;
}
.articles-block .articlesblock-left .arbleft-bottom {
    margin-top: 10px;
}
.articles-block .articlesblock-left .arbleft-bottom h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #080F18;
    margin-bottom: 10px;
}
.articles-block .articlesblock-left .arbleft-bottom p {
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}
.articles-block .articlesblock-left .arbleft-btns {
    margin-top: 24px;
}


.articles-block .articlesblock-right {
    flex-grow: 0;
    flex-shrink: 0;
}
.articles-block .articlesblock-right .arbright-image {
    width: max-content;
    height: max-content;
    padding-left: 35px;
    position: relative;
    display: flex;
    align-items: center;
}
.articles-block .articlesblock-right .arbright-image::after {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    bottom: auto;
    width: 100px;
    height: 185px;
    display: block;
    background-color: #9E0000;
    z-index: 1;
}
.articles-block .articlesblock-right .arbright-image img {
    width: 300px;
    height: 380px;
    position: relative;
    z-index: 2;
    object-fit: cover;
    object-position: center;
}

/* ---- articles-block :end ---- */

/* ---- owl-carousel nav and dot 1 :start ---- */
.owl-carousel.navdot-style-1 .owl-dots.disabled {
    display: none !important;
}
.owl-carousel.navdot-style-1 .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.owl-carousel.navdot-style-1 .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 100%;
    transition: 0.5s;
}
.owl-carousel.navdot-style-1 .owl-dots .owl-dot:hover span, 
.owl-carousel.navdot-style-1 .owl-dots .owl-dot.active span {
    background-color: rgba(255, 255, 255, 1);
}

.owl-carousel.navdot-style-1 .owl-nav.disabled {
    display: none !important;
}
.owl-carousel.navdot-style-1 .owl-nav {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-direction: row-reverse;
}
.owl-carousel.navdot-style-1 .owl-nav button.owl-prev, 
.owl-carousel.navdot-style-1 .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.24;
    transition: 0.5s;
}
.owl-carousel.navdot-style-1 .owl-nav button.owl-prev:hover , 
.owl-carousel.navdot-style-1 .owl-nav button.owl-next:hover  {
    opacity: 1;
}
/* ---- owl-carousel nav and dot 1 :end ---- */

/* ---- owl-carousel nav and dot 2 :start ---- */
.owl-carousel.navdot-style-2 .owl-dots.disabled {
    display: none !important;
}
.owl-carousel.navdot-style-2 .owl-dots {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    /* position: absolute; */
    /* bottom: 15px; */
    /* left: 0; */
    /* right: 0; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}
.owl-carousel.navdot-style-2 .owl-dots .owl-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: #515151;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
    background: #b3abab;
}
.owl-carousel.navdot-style-2 .owl-dots .owl-dot:hover, 
.owl-carousel.navdot-style-2 .owl-dots .owl-dot.active {
    color: #ffffff;
    background-color: #109BE9;
}
.owl-carousel.navdot-style-2 .owl-dots .owl-dot.active button{
    color: #ffffff;
}

.owl-carousel.navdot-style-2 .owl-nav.disabled {
    display: none !important;
}
.owl-carousel.navdot-style-2 .owl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
.owl-carousel.navdot-style-2 .owl-nav button.owl-prev, 
.owl-carousel.navdot-style-2 .owl-nav button.owl-next {
    /* width: 38px; */
    /* height: 38px; */
    /* color: #ffffff; */
    /* border: 2px solid #ffffff; */
    /* border-radius: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* opacity: 0.24; */
    /* transition: 0.5s; */
}
.owl-carousel.navdot-style-2 .owl-nav button.owl-prev:hover , 
.owl-carousel.navdot-style-2 .owl-nav button.owl-next:hover  {
    /* opacity: 1; */
}
/* ---- owl-carousel nav and dot 2 :end ---- */

/* ---- owl-carousel nav and dot 3 :start ---- */
.owl-carousel.navdot-style-3 .owl-dots.disabled {
    display: none !important;
}
.owl-carousel.navdot-style-3 .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.owl-carousel.navdot-style-3 .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 100%;
    transition: 0.5s;
}
.owl-carousel.navdot-style-3 .owl-dots .owl-dot:hover span, 
.owl-carousel.navdot-style-3 .owl-dots .owl-dot.active span {
    background-color: rgba(0, 0, 0, 1);
}

.owl-carousel.navdot-style-3 .owl-nav.disabled {
    display: none !important;
}
.owl-carousel.navdot-style-3 .owl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
.owl-carousel.navdot-style-3 .owl-nav button.owl-prev, 
.owl-carousel.navdot-style-3 .owl-nav button.owl-next {
    width: 26px;
    height: 26px;
    font-size: 11px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.24;
    transition: 0.5s;
}
.owl-carousel.navdot-style-3 .owl-nav button.owl-prev:hover , 
.owl-carousel.navdot-style-3 .owl-nav button.owl-next:hover  {
    opacity: 1;
}
/* ---- owl-carousel nav and dot 3 :end ---- */

/* ---- width resize :start ---- */
.widthresize.wresize-start .widthresize-section .wrsec-inner {
    float: right;
}
.widthresize.wresize-end .widthresize-section .wrsec-inner {
    float: right;
}
/* ---- width resize :end ---- */

/* COMMON STYLE :END */

/* latestnews section :start */
.latestnews-section {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #9B1C21 0%, #53121A 100%);
    padding: 24px 0px;
}
/* latestnews section :end */

/* travel and tourism :start */
.owl-carousel.travelntourism-slide .owl-dots {
    justify-content: flex-start;
    padding-left: 70px;
}
/* travel and tourism :end */

/* articles-slide :start */
.owl-carousel.articles-slide .owl-nav {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 24px;
    flex-direction: row-reverse;
}
.owl-carousel.articles-slide .owl-dots {
    margin-top: 20px;
}
/* articles-slide :end */

/* economy-wrap :start */
.economy-wrap {
    padding-left: 30px;
}
/* economy-wrap :end */

/* Ads Space :start */
.ads-space-1 {
    width: 315px;
    max-width: 315px;
    padding: 60px 12px 0px 3px;
}

.articles-section .artisec-col {
    width: calc(100% - 324px);
}
.articles-section .artisec-col.adspace {
    width: 315px;
    max-width: 315px;
    padding: 60px 12px 0px 3px;
}
/* Ads Space :end */

/* news details wrap :start */
.news-details-wrap {
    width: 100%;
    height: auto;
    
}
.news-details-wrap .newsdetails-block .ndw-head {
    margin-bottom: 20px;
}
.news-details-wrap .newsdetails-block .ndw-head h3 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    color: #080F18;
    margin-bottom: 0;
}
.news-details-wrap .newsdetails-block .ndw-body p {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    color: #171716;
}

.news-details-wrap .nd-share-wrap {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 10px 15px;
    margin: 50px 0px 10px 0px;
}
.news-details-wrap .nd-share-wrap .nds-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-details-wrap .nd-share-wrap .nds-profile .ndspro-img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.news-details-wrap .nd-share-wrap .nds-profile .ndspro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-details-wrap .nd-share-wrap .nds-profile .ndspro-txt {}
.news-details-wrap .nd-share-wrap .nds-profile .ndspro-txt h5 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0;
}
.news-details-wrap .nd-share-wrap .nds-profile .ndspro-txt p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #808080;
    margin-bottom: 0;
}


.news-details-wrap .nd-share-wrap .nds-share {
    /* padding: 0px 15px; */
}
.news-details-wrap .nd-share-wrap .nds-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.news-details-wrap .nd-share-wrap .nds-share ul li a {
    width: 34px;
    height: 34px;
    background-color: transparent;
    border: 1px solid #C2C2C2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-details-wrap .nd-share-wrap .nds-share ul li a:hover {
    color: #ffffff;
    background-color: #940027;
    border-color: #940027;
}


.news-details-wrap .nd-share-wrap .nds-sharemore {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: #F15825;
    padding: 0px 7px 0px 5px;
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.5s;

    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-right: auto;
}
.news-details-wrap .nd-share-wrap .nds-sharemore img {
    transition: 0.5s;
}
.news-details-wrap .nd-share-wrap .nds-sharemore:hover {
    color: #ffffff;
    background-color: #F15825;
}
.news-details-wrap .nd-share-wrap .nds-sharemore:hover img {
    filter:  brightness(0) invert(1);
}


.news-details-wrap .nd-image {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.news-details-wrap  .nd-image img {
    width: 100%;
    height: auto;
}

.news-details-wrap .nd-video {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.news-details-wrap  .nd-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
/* news details wrap :end */

.pagi-1 ul {
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    display: flex;
}
.pagi-1 ul li {
    float: left;
    margin: 0 1px;
}
.pagi-1 ul li a {
    width: 35px;
    height: 35px;
    background: #ededed;
    display: table;
    text-align: center;
    line-height: 35px;
}
.pagi-1 ul li a:hover,
.pagi-1 ul li.active a {
    background: #9b1c21;
    color: #fff !important;
}
.pagi-1 ul li.left a,
.pagi-1 ul li.right a {
    /* background: #000; */
    color: #9b1c21;
    font-size: 12px;
    transform: scaleX(-1);
}

/* Group 143726097 */

.show-more-wrap {
    border-top: 1px solid #c1c3c5;
    padding-top: 40px;
}
.show-more-button {
    width: 169px;
    height: 54px;
    display: table;
    border-radius: 5px;
    background: rgb(83,18,26);
    background: -moz-linear-gradient(0deg, rgba(83,18,26,1) 0%, rgba(155,28,33,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(83,18,26,1) 0%, rgba(155,28,33,1) 100%);
    background: linear-gradient(0deg, rgba(83,18,26,1) 0%, rgba(155,28,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53121a",endColorstr="#9b1c21",GradientType=1);
    font-size: 19px;
    font-weight: 600;
    color: #fff !important;
    line-height: 54px;
    text-align: center;
    margin: 0 auto;
}
.show-more-button:hover {
    background: rgb(155,28,33);
background: -moz-linear-gradient(0deg, rgba(155,28,33,1) 11%, rgba(83,18,26,1) 87%);
background: -webkit-linear-gradient(0deg, rgba(155,28,33,1) 11%, rgba(83,18,26,1) 87%);
background: linear-gradient(0deg, rgba(155,28,33,1) 11%, rgba(83,18,26,1) 87%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9b1c21",endColorstr="#53121a",GradientType=1);
}


/* Direction chnage */

.input-group-append.cls {
    /* width: 19px; */
    position: relative;
}
.input-group-append.cls button {
    position: absolute;
    left: 0 !important;
    top: 0;
    right: auto !important;
    cursor: pointer;
}

/* custom style for pagination icons*/
.pagi-1 ul li a.prev,
.pagi-1 ul li a.next {
    /* background: #000; */
    color: #9b1c21;
    font-size: 12px;
    transform: scaleX(-1);
}

