/* Global Fonts */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
span,
a,
div {
    font-family: "Almarai", serif;
}

.post,
.page {
    margin: 0 !important;
}

html {
    font-size: 16px;
}

/* Owl Carousel Slide Item */
.owl-carousel .slide-item {
    position: relative;
    width: 100%;
    height: 70vh;
    /* or any height you want */
    background-size: cover;
    background-position: center center;
}

/* Slide Overlay */
.slide-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    /* Note: a very high z-index; adjust if necessary */
    z-index: 99999999999999999999999999999999999;
}

/* Slide Overlay Text */
.slide-overlay h2 {
    font-size: 4.563rem;
    /* As given */
    margin-bottom: 0.5em;
}

.slide-overlay p {
    font-size: 1.1em;
}

/* Custom Dots */
.owl-dots {
    text-align: center;
    margin-top: 1.25rem;
    /* 20px */
}

.owl-dot {
    display: inline-block;
    margin: 0 0.625rem;
    /* 10px */
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.owl-dot h3 {
    font-size: 1rem;
    margin: 0 0 0.3125rem;
    /* 5px */
}

.owl-dot p {
    font-size: 0.9em;
    margin: 0;
}

/* Hero Slider */
section.hero-slider .slide-item {
    min-height: 100vh;
    position: relative;
}

section.hero-slider .slide-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#3410009c, #00000000);
    pointer-events: none;
    mix-blend-mode: darken;
    z-index: 9;
}

/* Custom Dots Container */
.custom-dots-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: inherit;
    overflow: hidden;
    /* 158px converted to rem: 158/16 = 9.875rem */
    height: 9.875rem;
    z-index: 9999999999;
    padding-top: 1.4375rem;
    /* 23px */
    padding-bottom: 1.4375rem;
    height: fit-content;
}

.custom-dots-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(26.9px);
    -webkit-backdrop-filter: blur(26.9px);
    z-index: 9;
}

.owl-dots {
    /* 1320px = 82.5rem */
    max-width: 82.5rem;
    width: 82.5rem;
    z-index: 9999999;
}

.owl-theme .owl-dots .owl-dot {
    /* 333px = 20.8125rem */
    width: 20.8125rem;
    margin: 0;
    padding: 0;
    height: 100%;
}

.owl-dots {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.owl-dot.active {
    position: relative;
}

.owl-dot.active:after {
    content: "";
    position: absolute;
    top: -1.4375rem;
    /* -23px */
    left: 0;
    width: 100%;
    height: 0.25rem;
    /* 4px */
    background-color: #FAAA3B;
}

/* About Us Section */
section.doted-bg {
    background-image: url(../img/Div.png);
}

section.m-about-us {
    padding-top: 6.3125rem;
    /* 101px */
    padding-bottom: 6.3125rem;
}

.comp-header-main {
    text-align: center;
}

.comp-header-main h3 {
    font-size: 1.125rem;
    /* 18px */
    font-weight: 700;
    line-height: 2.1875rem;
    /* 35px */
    margin-bottom: 1.25rem;
    /* 20px */
    color: #F16729;
}

.comp-header-main h2 {
    font-size: 2rem;
    /* 32px */
    font-weight: 700;
    line-height: 2.1875rem;
    /* 35px */
    margin-bottom: 1.25rem;
    /* 20px */
    color: #341000;
}

.m-about-us p {
    font-size: 1.5625rem;
    /* 25px */
    text-align: center;
    font-weight: 400;
    line-height: 2.625rem;
    /* 42px */
    max-width: 43.75rem;
    /* 700px */
    margin: auto;
    color: #898A8D;
    margin-bottom: 1.25rem;
    /* 20px */
    text-decoration: unset;
}

.m-about-us__cta {
    display: flex;
    justify-content: center;
}

.m-about-us__cta a {
    background-color: #F16729;
    color: #fff;
    display: flex;
    padding: 0.9375rem 1.5625rem;
    /* 15px 25px */
    text-decoration: unset;
    font-size: 0.875rem;
    /* 14px */
    font-weight: 700;
    line-height: 1.5rem;
    /* 24px */
    border-radius: 2.3125rem;
    /* 37px */
}

/* Our Project Section */
section.m-our-project {
    background-color: #FAFAFA;
    padding-top: 1.8125rem;
    /* 29px */
    padding-bottom: 1.8125rem;
}

.comp-header-main p {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 400;
    line-height: 1.875rem;
    /* 30px */
    max-width: 48rem;
    /* 768px */
    margin: auto;
}

.m-archive-project img {
    width: 100%;
    /* 206px = 12.875rem */
    height: 12.875rem;
    object-fit: cover;
    object-position: center;
}

.m-archive-project {
    border: 0.0625rem solid #E1E2E5;
    /* 1px */
    border-radius: 1.4375rem;
    /* 23px */
    overflow: hidden;
    background-color: #fff;
    margin-top: 3.875rem;
    /* 62px */
}

.m-archive-project__content {
    padding: 0.3125rem 1.1875rem;
    /* 5px 19px */
}

.m-archive-project__content h3 {
    font-size: 1.125rem;
    /* 18px */
    font-weight: 700;
    line-height: 2rem;
    /* 32px */
    margin-bottom: 0.3125rem;
    /* 5px */
    text-align: center;
}

.m-archive-project__content p {
    font-size: 0.875rem;
    /* 14px */
    font-weight: 400;
    line-height: 1.5rem;
    /* 24px */
    text-align: center;
}

/* Archive Program Section */
section.m-archive-program {
    position: relative;
    padding-top: 3.75rem;
    /* 60px */
    padding-bottom: 3.75rem;
}

section.m-archive-program:after {
    content: "";
    background-image: url(../img/Ellipse.png);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    /* width set as viewport width percentage */
    width: 13vw;
    background-size: cover;
    background-position: center;
}

.comp-header-main.comp-header-main__right {
    text-align: right !important;
}

.comp-header-main.comp-header-main__right p {
    margin: inherit;
}

.m-archive-program-container {
    margin-left: -0.75rem;
    /* -12px */
    margin-right: -0.75rem;
    margin-top: 3.3125rem;
    /* 53px */
}

.m-archive-program__side-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-archive-program {
    display: flex;
    background-color: #FBFBFB;
    border-radius: 1.4375rem;
    /* 23px */
    overflow: hidden;
}

.m-archive-program__side-right {
    width: 39%;
    /* 227px = 14.1875rem */
    /*     max-height: 14.1875rem; */
    max-height: 100%;
    min-height: 100%;
}

.m-archive-program__side-left {
    width: 61%;
    padding: 1.5625rem 3.125rem;
    /* 25px 50px */
}

.m-archive-program__side-left h4.sub-title {
    font-size: 0.875rem;
    /* 14px */
    font-weight: 700;
    line-height: 1.5rem;
    /* 24px */
    margin-bottom: 0.9375rem;
    /* 15px */
    color: #BDBDBD;
}

.m-archive-program__side-left h3 {
    font-size: 1.5rem;
    /* 24px */
    font-weight: 700;
    line-height: 2rem;
    /* 32px */
    margin-bottom: 0.9375rem;
    /* 15px */
    color: #252B42;
}

.m-archive-program__side-left p {
    font-size: 1rem;
    /* 16px */
    font-weight: 400;
    line-height: 1.625rem;
    /* 26px */
    margin-bottom: 0.9375rem;
    /* 15px */
    color: #858585;
}

.m-archive-program__button ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0.9375rem;
    /* 15px */
}

.m-archive-program__button ul li a {
    font-size: 0.875rem;
    /* 14px */
    font-weight: 700;
    line-height: 1.5rem;
    /* 24px */
    margin-bottom: 0.9375rem;
    /* 15px */
    text-decoration: unset;
    color: #F6462F;
}

/* Our Film Section */
section.m-our-film {
    padding-top: 6.1875rem;
    /* 99px */
    padding-bottom: 6.1875rem;
}

.m-film-program {
    display: flex;
    margin-bottom: 2.75rem;
    /* 44px */
    border: 0.0625rem solid #EDEEF2;
    border-radius: 0.5rem;
    /* 8px */
    box-shadow: 0 0.25rem 4rem -1.25rem #020C3C12;
}

.m-film-program__side-right {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-left: 0.0625rem solid #EDEEF2;
    width: 70%;
}

.m-film-program__side-right h3 {
    font-size: 0.875rem;
    /* 14px */
    font-weight: 700;
    line-height: 1.5rem;
    /* 24px */
    color: #010B38;
    margin: 0;
}

.m-film-program__side-right p {
    font-size: 0.75rem;
    /* 12px */
    font-weight: 400;
    line-height: 1.5rem;
    /* 24px */
    margin-bottom: 0;
    color: #010B3899;
}

.m-film-program__button ul {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    justify-content: space-between;
}

.m-film-program__side-left {
    width: 30%;
}

.m-film-program__button ul a {
    display: flex;
    justify-content: center;
    /* 32px = 2rem */
    height: 100%;
    align-items: center;
    text-decoration: none;
    font-size: 0.75rem;
    /* 12px */
    font-weight: 400;
    line-height: 1rem;
    /* 16px */
    color: #010B38;
}

.m-film-program__button {
    height: 100%;
}

.m-film-program__button ul:after {
    content: "";
    width: 100%;
    /* 1px = 0.0625rem */
    height: 0.0625rem;
    top: 50%;
    position: absolute;
    background-color: #EDEEF2;
    transform: translateY(-50%);
}

/* First button specific style */
.m-film-program__button ul li:nth-child(1) a {
    color: #F6462F;
}

.m-our-film-wrap {
    margin-top: 3.3125rem;
    /* 53px */
}

/* Team Section */
.m-team-img img {
    width: 100%;
	height:15rem;
}

.m-team-img {
    background-color: #F16729;
	height:15rem;
	
}
.navbar-brand{
	width:64px;
}
.m-team-program {
    border-radius: 1.4375rem;
    /* 23px */
    overflow: hidden;
    border: 0.0625rem solid #E1E2E5;
	margin-bottom:7px;
}

.m-team-program-wrap {
    margin-top: 3.25rem;
    /* 52px */
}

.m-team-content {
    padding: 1.875rem;
    /* 30px */
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    /* 10px */
    background-color: #fff;
}

.m-team-content h2 {
    font-size: 0.875rem;
    /* 14px */
    font-weight: 700;
    line-height: 1.5rem;
    /* 24px */
    color: #010B38;
    margin: 0;
    text-align: center;
}

.m-team-content p {
    font-size: 0.875rem;
    /* 14px */
    text-align: center;
    font-weight: 700;
    line-height: 1.5rem;
    /* 24px */
    color: #f1aa29;
    margin: 0;
}

.m-team-program__button ul {
    display: flex;
    list-style: none;
    text-decoration: unset;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 0.625rem;
    /* 10px */
}

.m-team-program__button ul li a {
    text-decoration: none;
    color: #F16729;
    font-size: 1.5rem;
    /* 24px */
}

/* Our Team Section */
section.m-our-team {
    padding-top: 4.6875rem;
    /* 75px */
    padding-bottom: 4.6875rem;
    background-color: #FAFAFA;
}

/* Footer */
footer.bg-light.text-center.py-3.mt-auto {
    background-color: #141516 !important;
    padding-top: 3rem !important;
    /* 48px */
    padding-bottom: 3rem !important;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right p.mb-0 {
    font-size: 1rem;
    /* 16px */
    font-weight: 400;
    line-height: 1.5rem;
    /* 24px */
    color: #fff;
    margin: 0;
}

.company-link {
    display: flex;
    gap: 1.0625rem;
    /* 17px */
    align-items: center;
}

.company-link h3 {
    font-size: 1rem;
    /* 16px */
    font-weight: 400;
    line-height: 2.1875rem;
    /* 35px */
    color: #fff;
    margin: 0;
}

ul.company-social-media {
    padding: 0;
    margin: 0;
    list-style: unset;
    display: flex;
    gap: 0.625rem;
    /* 10px */
}

ul.company-social-media li a {
    text-decoration: none;
    color: #F16729;
    font-size: 1.5rem;
    /* 24px */
}

/* Navbar */
.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar {
    background-color: transparent !important;
}

li.nav-item a {
    font-size: 0.9375rem;
    /* 15px */
    font-weight: 400;
    line-height: 1.5rem;
    /* 24px */
    color: #fff;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

li.nav-item a.nav-link.active {
    color: #faaa3b !important;
}

/* Redefine for duplicate rule if needed */
nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar {
    background-color: transparent !important;
}

li.nav-item a {
    font-size: 0.9375rem;
    /* 15px */
    font-weight: 400;
    line-height: 1.5rem;
    /* 24px */
    color: #fff;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

li.nav-item a.nav-link.active {
    color: #faaa3b !important;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar.sticky-navbar-act {
    background-color: #000 !important;
    background: rgb(0 0 0 / 47%) !important;
    backdrop-filter: blur(26.9px);
    -webkit-backdrop-filter: blur(26.9px);
}

nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar {
    padding-top: 0.9375rem;
    /* 15px */
    padding-bottom: 0.9375rem;
}

/* Custom Toggler Icon */
.custom-toggler-icon {
    display: inline-block;
    cursor: pointer;
}

.custom-toggler-icon .bar {
    display: block;
    width: 1.5625rem;
    /* 25px */
    height: 0.125rem;
    /* 2px */
    margin: 0.3125rem auto;
    /* 5px */
    transition: all 0.3s ease;
    background-color: #ffffff;
}

/* Active state for toggler transforms bars into an "X" */
.custom-toggler-icon.active .bar:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
    /* translateY(8px) ≈ 0.5rem */
}

.custom-toggler-icon.active .bar:nth-child(2) {
    opacity: 0;
}

.custom-toggler-icon.active .bar:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
}

button.navbar-toggler.custom-toggler {
    border: unset;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    div#offcanvasNavbar {
        height: 100vh;
        background-color: #000 !important;
        background: rgb(0 0 0 / 47%) !important;
        backdrop-filter: blur(26.9px);
        -webkit-backdrop-filter: blur(26.9px);
    }

    .btn-close:hover {
        color: #fff;
    }

    .offcanvas-header .btn-close {
        color: #fff !important;
        background-color: #fff;
        border-radius: 100%;
    }
}

.offcanvas-body ul {
    margin: 0;
    padding: 0;
    gap: 0.9375rem;
    /* 15px */
}

.m-film-program__button ul li {
    height: 50%;
}

ul#menu-main-menu-full .current-menu-item a {
    color: #faaa3b !important;
}

ul#menu-main-menu-full li a {
    text-decoration: none;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #fff;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* Ensure the modal backdrop is dark with blur */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(8px);
}

/* Fade-in effect for the modal dialog */
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(10vh);
}

/* Style the modal content */
.modal-content {
    background: #000;
    /* Black background */
    border: none;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    /* White text */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* Style the close button */
.modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: #fff;
    opacity: 1;
    background: transparent;
    border: none;
}

.modal .close:hover {
    color: #ccc;
}

/* Optional: Style the video container for responsive embedding */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

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

/* 
  
  */

/* Preloader overlay styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    /* dark background */
    backdrop-filter: blur(5px);
    /* blur effect */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

/* Container for logo and spinner */
.preloader-content {
    text-align: center;
}

/* Logo styling */
.preloader-logo {
    width: 150px;
    /* adjust as needed */
    margin-bottom: 20px;
}

/* Spinner styling */
.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 5px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Keyframes for spin animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.m-film-program__side-right {
    flex-direction: row;
    width: 80%;
}

.m-film-program__side-right .film-feature-image img {
    width: 100px;
}

.m-film-program__side-left {
    width: 20%;
}

.film-feature-image {
    width: 100%;
    max-height: 230px;
}

.side-contant-text {
    width: calc(100% - 100px);
}

.m-film-program {
    flex-wrap: wrap;
}

.film-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 
new update
*/

body.archive nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar,
body.single nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar,
.header-transparent nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar,
body.blog nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky-navbar {
    background-color: #0C111D !important;
}

body.archive,
body.single,
.header-transparent,
body.blog {
    margin-top: 76px !important;
}

main {
    min-height: 75vh;
}

body.archive h1,
body.blog h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 3.75rem;
    margin-bottom: 2.938rem;
    margin-top: 4.875rem;
}

body.archive .m-archive-project {
    margin-top: 0;
}

a.single-post-link {
    background-color: #F16729;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.938rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: .3125rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 6px;
    border-radius: 23px;
    padding-top: 3px;
}

.ajax-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
}

.ajax-pagination button {
    background-color: #f16729;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .938rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: .3125rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 6px;
    border-radius: 23px;
    padding-top: 6px;
    border: navajowhite;
    min-width: 175px;
}


body.single:after {
    content: "";
    background-image: url(../img/bg-single.png);
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1611px;
    max-height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}


section.single-project {
    padding: 2.2rem 0;
}

.single-post-type {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

span.single-post-type__title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 150%;
    color: #333333;

}

span.single-post-type__date {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 150%;
    color: #999999;

}

.single-project article {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-project article h1.project-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    color: #333333;
    text-align: center;
}

.single-project article h3.project-subtitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    color: #999999;
    text-align: center;
}

.single-project article .project-featured-image img {
    width: 100%;
}


.project-content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    color: #666666;
}

.project-content blockquote {
    border-right: 5px solid red;
    padding: 0 35px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.project-content blockquote p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #666666;
}

.project-content h2 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #666666;
}


.project-content h3 {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #666666;
}


.episode-oembed iframe {
    min-height: 500px;
    width: 100%;
}

section#our-blog {
    padding: 4.625rem 0;
}

ul#blog-category-filter {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 41px;
    margin-bottom: 41px;
    gap: 10px;
}

ul#blog-category-filter li a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #929396;
}

ul#blog-category-filter li a.active {
    font-weight: bold;
    color: #F16729;
}

/*  */

.blog-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-card .card-body * {
    margin: 0;
}

.blog-card p.card-text:nth-child(1) small {
    color: #FAAA3B !important;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 100%;
}

.blog-card p.card-date small {
    color: #898A8D !important;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 100%;
}

.blog-card p.card-text {
    line-height: 100%;
}

.blog-card h5.card-title {
    color: #341000 !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    display: flex;
    min-height: 37px;
    /* align-items: center; */
}

.blog-card p.card-date {
    line-height: 100%;
}

.card.blog-card {
    border-radius: 23px;
    overflow: hidden;
    border-color: #E5E5E5;
    margin-bottom: 30px;
}

.blog-card span.badge.bg-primary.position-absolute.top-0.start-0.m-2 {
    border-radius: 23px;
    background-color: #fff !important;
    color: #F6462F;
    padding: 5px 13px;
    box-shadow: 0 0 6px #00000026;
}

.blog-card img.card-img-top.wp-post-image {
    max-height: 168px;
    object-fit: cover;
}

.blog-card h5.card-title:after {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    background-color: #5C068C;
    right: -16px;
    top: 0;
    border-radius: 23px;
}

.blog-card a.btn.btn-primary {
    background-color: #F16729 !important;
    border: 0;
    border-radius: 23px;
}

/*  */

section.m-our-newsletter {
    background-color: #F16729;
    padding: 46px 0;
}


section.m-our-newsletter h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 13px;
}

section.m-our-newsletter p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    color: #ffffffcc;
    margin: 0;
}

section.m-our-newsletter div#wpforms-225 {
    margin: 0;
}

section.m-our-newsletter form#wpforms-form-225 {
    display: flex;
}

body.rtl .newsletter-shortcode .wpforms-container .wpforms-form input[type=email] {
    width: 100%;
    max-width: 100%;
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 23px;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomright: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

section.m-our-newsletter .wpforms-container .wpforms-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 288.20001220703125px;
}

section.m-our-newsletter .wpforms-submit-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.m-our-newsletter img.wpforms-submit-spinner {
    height: 0;
    display: none !important;
}

section.m-our-newsletter button#wpforms-submit-225 {
    margin-top: 6px;
    border-radius: 0;
    -webkit-border-top-left-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-topleft: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #420800;
    height: 42px;
}

section.m-our-newsletter {
    position: relative;
}



section.m-our-newsletter:after {
    content: "";
    position: absolute;
    background-image: url(../img/newsletter.png);
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 250px;
    background-size: cover;
    background-position: center;
}

.post-type-archive-team_member section.m-our-team {
    background-color: #fff;
    padding: 0;
}

.post-type-archive-team_member .m-team-program-wrap {
    margin: 0;
}

.blog-card a.btn.btn-primary:visited {
    color: #fff;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul#menu-main-menu-full {
    justify-content: center !important;
    gap: 2rem;
    align-items: center;
}

a.header-button {
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #0C111D;
    text-decoration: none;
    padding: 8px 24px;
    background-color: #fff;
    border-radius: 23px;
    justify-content: center;
}

a.header-button:visited{
    color:#0C111D;
}


section.m-our-newsletter:after {
    z-index: 1;
}

section.m-our-newsletter .container div {
    z-index: 9;
}


button#wpforms-submit-222 {
    background-color: #F6462F;
    padding: 12px 76px;
    border-radius: 23px;
}

.wpforms-submit-container {
    display: flex;
    justify-content: center;
}


.m-film-program__side-right h3 a {
    color: #010b38;
    text-decoration: none;
}
