@charset "utf-8";

/*=============== Font Face Start ==================*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: "Fira Sans", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
/*font-family: "Noto Kufi Arabic", sans-serif;*/

@font-face {
    font-family: 'Graveur';
    src: url('../fonts/Graveur-Regular.eot');
    src: url('../fonts/Graveur-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graveur-Regular.woff2') format('woff2'),
        url('../fonts/Graveur-Regular.woff') format('woff'),
        url('../fonts/Graveur-Regular.ttf') format('truetype'),
        url('../fonts/Graveur-Regular.svg#Graveur-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graveur';
    src: url('../fonts/Graveur-BoldItalic.eot');
    src: url('../fonts/Graveur-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graveur-BoldItalic.woff2') format('woff2'),
        url('../fonts/Graveur-BoldItalic.woff') format('woff'),
        url('../fonts/Graveur-BoldItalic.ttf') format('truetype'),
        url('../fonts/Graveur-BoldItalic.svg#Graveur-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graveur';
    src: url('../fonts/Graveur-Italic.eot');
    src: url('../fonts/Graveur-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graveur-Italic.woff2') format('woff2'),
        url('../fonts/Graveur-Italic.woff') format('woff'),
        url('../fonts/Graveur-Italic.ttf') format('truetype'),
        url('../fonts/Graveur-Italic.svg#Graveur-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graveur';
    src: url('../fonts/Graveur-Bold.eot');
    src: url('../fonts/Graveur-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graveur-Bold.woff2') format('woff2'),
        url('../fonts/Graveur-Bold.woff') format('woff'),
        url('../fonts/Graveur-Bold.ttf') format('truetype'),
        url('../fonts/Graveur-Bold.svg#Graveur-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graveur';
    src: url('../fonts/Graveur-BoldItalic_1.eot');
    src: url('../fonts/Graveur-BoldItalic_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graveur-BoldItalic_1.woff2') format('woff2'),
        url('../fonts/Graveur-BoldItalic_1.woff') format('woff'),
        url('../fonts/Graveur-BoldItalic_1.ttf') format('truetype'),
        url('../fonts/Graveur-BoldItalic_1.svg#Graveur-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
/*font-family: "Noto Kufi Arabic", sans-serif;*/
/*=============== Font Face End ==================*/

/*=============== Default CSS Start ==================*/


/*=============== Default CSS Start ==================*/


:root {

    /* font family start */
    --fira-font: "Fira Sans", sans-serif;
    --kufi-font: "Noto Kufi Arabic", sans-serif;
    --graveur-font: 'Graveur';
    --ptnarrow-font: "PT Sans Narrow", sans-serif;
    /* font family end */


    /* color start */
    --black: #000000;
    --white: #ffffff;
    --d-green: #338086;
    --m-green: #16A79B;
    --l-green: #3DBEB6;
    --lime-green: #91C640;
    --red: #BB202A;
    --orange: #EF4132;
    --maroon: #731012;
    --ochre-1: #D4A67C;
    --ochre-2: #E0D2BE;
    --ochre-3: #E0D6CF;
    --ochre-4: #F3E7D6;
    --ochre-5: #DED2BF;
    /* color end */

}



html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

:focus,
:hover,
:active {
    outline: 0;
    text-decoration: none !important;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
    text-align: justify;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

h1,
h1 a,
h2,
h2 a,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-shadow: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

:-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

*,
body * {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--fira-font);
    font-size: 16px;
    line-height: 1.3;
    color: var(--black);
    background: #fff;
}

a:hover,
a:focus,
.article-content-middle-l a {
    color: #11A79D;
}

.container {
    max-width: 1290px;
    padding: 0 50px;
    margin: 0 auto;
}

.common-h2 {
    color: #000;
    font-size: 70px;
    line-height: 1.2;
    font-family: var(--graveur-font);
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize;
}

.sub-title {
    font-family: var(--graveur-font);
    font-style: italic;
    font-weight: 400;
    color: #000;
    font-size: 25px;
    text-align: center;
    padding-top: 50px;
    max-width: 70%;
    margin: 0 auto;
}

/* Text Common Font, Size , Style Start */
h1,
h2,
h3 {
    display: block;
    padding: 0;
    margin: 0;
}

/* Text Common Font, Size , Style End */

/* Button And Button DropDown  Start */
.btn {
    display: inline-block;
    color: #E5DED6;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    background-color: transparent;
    padding: 14px 30px;
    min-width: 208px;
    min-height: 48px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    z-index: 1;
    border: 1px solid #4B7465;
    background-color: #4B7465;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.btn span {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    display: inline-block;
    color: #E5DED6;
    z-index: 3;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    text-transform: uppercase;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #5D8677;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.btn:hover {
    color: #E5DED6;
    border-color: #5D8677;
}

.btn:hover:before {
    transform: translateX(0);
}

.btn.btn-disable,
.btn-disable {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-common {
    display: inline-block;
    margin: 0;
    padding: 14px 30px;
    min-width: 208px;
    min-height: 48px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 1px solid #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-common span {
    display: inline-block;
    position: relative;
}

.btn-common:hover {
    color: #E7D6C3;
    border-color: #E7D6C3;
}

.btn-common.btn-disable,
.btn-disable {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Button And Button DropDown  End */



/* Clearfix Start */
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
    height: 1px;
    width: 100%;
}

.clearfix {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    max-width: 100%;
    height: 1px;
    clear: both;
}

/* Clearfix End */






/* M Menu Edit Open */
#main_menu:not(.mm-menu) {
    display: none;
}

.mm-menu {
    opacity: 0;

}

.mm-menu.mm-menu--opened,
.mm-wrapper--opened .mm-menu.mm-menu--opened {
    opacity: 1;

}

.mm-wrapper__blocker {
    background-color: rgba(0, 0, 0, 0.6);
}

.mm-wrapper--opened .mm-wrapper__blocker {
    opacity: 1;
    z-index: 111;
}

.mm-menu--position-left-front.mm-menu--opened {
    z-index: 115;
    background-color: #fff;
    width: 100%;
    left: 0;

}

.menu-opener {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: none;
}

.menu-opener img {
    display: block;
    margin: 0;
    float: none;
    height: 30px;

}

.menu-opener:hover {
    /* transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); */
}

.mm-menu--theme-white {
    --mm-color-background: transparent;
}

.mm-navbars.mm-navbars--top .mm-navbar {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.mm-navbars.mm-navbars--top .mm-navbar .menu-logo img {
    max-height: 50px;
}

.mm-btn--close {
    position: absolute;
    left: 20px;
    top: 13px;
    width: 30px;
}

.mm-btn--close:before {
    width: 30px;
    height: 30px;
    background: url(../images/close.svg) no-repeat 0 0;
    background-size: 30px;
    content: "";
    top: 8px;
    position: relative;
}

.mm-navbars--top {
    border-bottom: none;
}

.mm-panels .mm-panel .mm-listview .mm-listitem {
    border-bottom: none;
}

.mm-panels .mm-panel .mm-listview .mm-listitem:after {
    display: none;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__text {
    color: #4B7465;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 12px 25px 12px 0;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn {
    border-left: none;
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn:after {
    content: '+';
    color: #C7B893;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    border: none;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 17px;
    height: 17px;
    top: 8px;
    bottom: auto;
    right: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.mm-listitem--vertical>.mm-listitem__btn {
    height: auto;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn:hover:after {
    color: #333A3D;
}

.mm-panels .mm-panel .mm-listview .mm-listitem.mm-listitem--opened .mm-listitem__btn:after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 10px;
    top: 7px !important;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__text:hover,
.mm-panels .mm-panel .mm-listview .mm-listitem a:hover {
    color: #333A3D;
}

.mm-panels .mm-panel .mm-listview .mm-listitem {
    padding-left: 64px;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-panel {
    background-color: transparent;
    padding: 0;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-panel .mm-listview .mm-listitem {
    padding-left: 0;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-panel .mm-listview .mm-listitem .mm-listitem__text {

    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #C7B893;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mm-panels .mm-panel .mm-listview .mm-listitem .mm-panel .mm-listview .mm-listitem .mm-listitem__text:hover {
    color: #fff;
}

.mm-navbars.mm-navbars--bottom {
    border-top: none;
    padding: 10px 20px 50px 64px;
}

.mm-menu .mm-panels .mm-panel::-webkit-scrollbar {
    width: 8px;
}

.mm-menu .mm-panels .mm-panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-panels .mm-panel::-webkit-scrollbar-thumb {
    background-color: #4B7465;
    outline: none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.mm-menu .meniu-social-icons {
    display: flex;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.mm-menu .meniu-social-icons li {
    display: inline-block;
    margin: 0 8px 0 0;
    text-align: left;
    padding: 0;
}

.mm-menu .meniu-social-icons li a {
    display: flex;
    margin: 0;
    text-align: left;
    padding: 0;
    background-color: #4B7465;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 99%;
    -moz-border-radius: 99%;
    -webkit-border-radius: 99%;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.mm-menu .meniu-social-icons li a:hover {
    background-color: #333A3D;
}

.mm-menu .meniu-social-icons li a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.mm-menu .bae-btn-wrapper {
    display: none;
}

.top-header .top-menu .menu-opener .menu-opener-scroll,
.top-header .top-menu .menu-opener .menu-opener-defualt {
    display: block;
    margin: 0;
    padding: 0;
}

.mm-menu .mm-navbars.mm-navbars--bottom .mm-navbar>span {
    display: block;
}

.top-header.top-header-sticky .top-menu .menu-opener .menu-opener-defualt,
.top-header.top-header-fixedbg .top-menu .menu-opener .menu-opener-defualt {
    display: none;
}

.top-header .top-menu .menu-opener .menu-opener-scroll {
    display: none;
}

.top-header.top-header-sticky .top-menu .menu-opener .menu-opener-scroll,
.top-header.top-header-fixedbg .top-menu .menu-opener .menu-opener-scroll {
    display: block;
}

/* M Menu Edit Close */


/* header start */
.top-header {
    padding: 50px 0 20px 0;
    background-color: var(--white);
    transition: ease-in-out 0.5s;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.header-row {
    display: flex;
    /* align-items:center; */
    /* height: 200px; */
    transition: ease-in-out 0.8s;
}

.header-row .header-left {
    width: 30%;
    display: flex;
    /* align-items: center; */
}

.header-row .header-middle {
    width: 40%;
    padding: 0 15px;
    text-align: center;
}

.header-row .header-right {
    width: 30%;
}

.header-row .header-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-row .header-right ul li {
    padding-left: 30px;
}

.header-row .header-right ul li img {
    height: 20px;
}

.header-row .header-right ul li a {
    font-size: 16px;
    color: #000;
}

.header-row .header-right ul li a:hover {
    color: #3DBEB6;
}

.header-row .header-right .btn-support {
    background-color: var(--m-green);
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--white);
    display: none;
}

.header-row .header-right .btn-support:hover {
    background-color: var(--d-green);
}

.support {
    padding-left: 30px;
}

.support a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-right: 15px;
}

.support a:hover {
    color: #3DBEB6
}

.support a:last-child {
    padding-right: 0;
}

.logo {
    height: auto;
    overflow: hidden;
    transition: ease-in-out 0.5s;
}

.logo img {
    max-height: 200px;
    transition: ease-in-out 0.5s;
}

.logo-sm {
    display: none;
}

.logo-sm img {
    max-height: 50px;
}

.logo-sm .mobile {
    display: none;
}

.header-bottom {
    padding: 20px 0 0;
}

.header-bottom ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #000;
}

.header-bottom ul li {
    padding: 0 25px;
    font-size: 18px;
    font-weight: 700;
}

.header-bottom ul li a {
    color: #000;
}

.header-bottom ul li a:hover {
    color: #3DBEB6
}

header.sticky .header-row {
    align-items: center;
    height: 50px;
    transition: ease-in-out 0.8s;
}

header.sticky .header-row .header-left {
    align-items: center;
}

.support,
.header-row .header-right {
    padding-top: 4px;
}

header.sticky .support,
header.sticky .header-row .header-right {
    padding-top: 0;
}

header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: ease-in-out 0.8s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

header.sticky .logo {
    /* height: 0; */
    overflow: hidden;
    transition: ease-in-out 0.8s;
    display: none;
}

header.sticky .logo-sm {
    display: block;
}

header.top-header.sticky {
    padding: 10px 0;
}

header.sticky .header-bottom {
    padding: 10px 0 0;
}

header.sticky .header-bottom ul {
    padding: 10px 0 0 0;
}


.menu-content {
    display: flex;
}

.menu-content .menu-box {
    width: 33.33%;
    padding: 30px 50px;
}

.menu-content .menu-box.red {
    /* background-color: var(--red); */
    background-color: #2f8087;
}

.menu-content .menu-box.orange {
    /* background-color: var(--orange); */
    background-color: #12a896;
}

.menu-content .menu-box.maroon {
    /* background-color: var(--maroon); */
    background-color: #3ebeb6;
}

.menu-content .menu-box ul {
    margin: 0;
    padding: 0;
}

.menu-content .menu-box ul li {
    /* font-size:75px; */
    /* font-style: italic; */
    padding-bottom: 30px;
    font-family: var(--graveur-font);
    line-height: 62px;
}

.menu-content .menu-box ul li:last-child {
    padding-bottom: 0;
}

.menu-content .menu-box.orange li a {
    font-size: 40px;
    line-height: 68px;
}

.menu-content .menu-box ul li a {
    color: var(--white);
    /* font-style: italic; */
}

.menu-content .menu-box ul li a:hover {
    opacity: 0.5;
}

.menu-content .menu-box.red ul {
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
}

.menu-content .menu-box.red ul li {
    font-weight: bold;
    width: 100%;
}

.menu-content .menu-box.maroon .current-title {
    font-family: var(--graveur-font);
    font-size: 35px;
    line-height: 1.2;
    /* font-style: italic; */
    color: var(--white);
    padding-bottom: 25px;
}

.menu-content .menu-box.maroon .current-pic img {
    width: 100%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
}

.menu-logo-mobile {
    display: none;
}

.mm-navbar .btn-support {
    background-color: var(--m-green);
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--white) !important;
    display: none;
}

.mm-navbar .btn-support:hover {
    background-color: var(--d-green);
}

.logo-mobile {
    display: none;
}

/* header end */


/* inner header start */

header.inner-header .logo-sm {
    display: block;
}

/* inner header end */



/****banner section****/
.hero-section {
    position: relative;
    /* height: calc(100vh - 90px); */
    height: calc(100vh + 314px);
}

.hero-section img {
    width: 100%;
    /* height: calc(100vh - 164px); */
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.hero-section-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 0;
    backdrop-filter: blur(10px);
}

@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {

    .hero-section-text {

        background: rgba(0, 0, 0, 0.25);

        -webkit-backdrop-filter: blur(10px);

        backdrop-filter: blur(10px);

    }

}


.hero-section-text h1 {
    color: #fff;
    font-family: var(--graveur-font);
    font-weight: bold;
    line-height: 1;
    font-size: 64px;
}

.hero-section-text h1 a {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
}

.hero-section-text h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 20px;
}

.hero-section-text h5 strong {
    position: relative;
    padding-left: 16px;
}

.hero-section-text h5 strong:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 4px;
    top:8px;
    /* transform: translateY(-50%); */
}

.hero-section-text h5 span {
    color: #000;
    background: #cdc4bd;
    margin-right:15px;
    padding: 3px 6px;
    font-size: 18px;
    display: inline-block;
}

.hero-description {
    color: #fff;
    width: calc(50% - 30px);
    font-family: var(--graveur-font);
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
}

.hero-text-wrap {
    display: flex;
    align-items: center;
    gap:60px;
}

.hero-title {
    width:calc(50% - 30px);
}

/****banner section****/

/****Home Weekly Start****/

.home-weekly-sec {
    padding: 100px 0;
}

.home-weekly-wrap {
    padding-top: 90px;
    display: flex;
    gap: 25px;
}

.home-weekly-box {
    /* width: calc(33.3% - 16px); */
}

.home-weekly-box-img {
    position: relative;
}

.home-article-carousel {
    padding-top: 100px;
}

.home-article-carousel .owl-nav {
    display: none;
}

.home-article-carousel .owl-dots {
    margin-top: 20px;
}

.home-article-carousel .owl-dots .owl-dot {
    box-shadow: none;
}





.home-weekly-box-img img {
    width: 100%;
    height: 238px;
    object-fit: cover;
    object-position: top;
}

.home-weekly-box-img span {
    color: #000000;
    background: rgba(244, 244, 244, 0.5);
    padding: 3px 6px;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
}

.home-weekly-box-content {
    padding-top: 20px;
}

.home-weekly-box-content h4 {
    font-family: var(--graveur-font);
    margin: 0 0 10px 0;
}

.home-weekly-box-content h4 a {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.home-weekly-box-content h4 a:hover {
    color: #BA202B;
}

.home-weekly-box-content p {
    color: var(--black);
    font-size: 21px;
    font-weight: 400;
    font-family: var(--graveur-font);
    margin: 0 0 20px 0;
}

.date-span {
    color: #BA202B;
    font-size: 18px;
    font-weight: 400;
}


/****Home Weekly End****/


/* book-recommendation start */
.book-recommendation {
    padding-bottom: 100px;
    text-align: center;
}

.book-recommendation h2 {
    font-family: var(--graveur-font);
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 20px;
}

.book-recommendation .book-pic img {
    width: 100%;
}

.book-recommendation span.tag-line {
    color: #000000;
    background: #F3E8D7;
    padding: 3px 6px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 30px;
}

.book-recommendation .book-txt {
    padding-bottom: 100px;
}

.book-recommendation .book-txt p {
    max-width: 800px;
    margin: 0 auto 20px;
    color: var(--black);
    font-size: 26px;
    font-weight: 400;
    font-family: var(--graveur-font);
}

/* book recommendation end */

/* poetry interviews start */

.poetry-interviews {
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.poetry-interviews .box {
    padding: 0 20px;
    width: 50%;
    border-right: 1px solid var(--black);
}

.poetry-interviews .box h2 {
    margin-bottom: 30px;
}

.poetry-interviews .box:last-child {
    border-right: 0;
}

.poetry-interviews .box-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 90px;
}

.poetry-interviews .box-row .item {
    padding: 0 20px;
    width: 50%;
    text-align: center;
}

.poetry-interviews .box-row h4 {
    font-family: var(--graveur-font);
    margin: 0 0 10px 0;
}

.poetry-interviews .box-row h4 a {
    color: var(--black);
    font-size: 25px;
    font-weight: 400;
}

.poetry-interviews .box-row h4 a:hover {
    color: var(--red);
}

.poetry-interviews .box-row p {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--graveur-font);
    margin: 0 0 20px 0;
}

.poetry-interviews .box-row .pic {
    padding-bottom: 15px;
}

.poetry-interviews .box-row .pic img {
    height: 370px;
    object-fit: cover;
    object-position: center;
}

/* poetry interviews end */


/* donate now start */
.donate-now img {
    width: 100%;
}

/* donate now end */

/* Sign up start */

.signup-content {
    padding: 30px;
    background-color: var(--orange);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.signup-content .left {
    width: 35%;
    text-align: center;
    font-family: var(--graveur-font);
    font-size: 40px;
    color: var(--white);
    line-height: 40px;
}

.signup-content .left span {
    font-style: italic;
    display: block;
}

.signup-content .middle {
    width: 45%;
    padding: 0 50px;
    font-size: 28px;
    color: var(--white);
}

.signup-content .right {
    width: 20%;
}

.btn-signup {
    font-family: var(--graveur-font);
    font-size: 35px;
    color: var(--white);
    font-style: italic;
    padding: 20px 40px;
    background: var(--maroon);
    display: inline-block;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
}

.btn-signup:hover {
    background-color: var(--red);
}

/* Sign up end */


/*  Current Issue start */

.current-issue {
    padding: 100px 0 50px 0;
    margin: 100px 0;
    background-color: var(--ochre-5);
}

.current-top {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}

.current-top .left {
    width: 50%;
    padding-right: 40px;
}

.current-top .left img {
    width: 100%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.6);
}

.current-top .right {
    width: 50%;
}

.feature {
    color: var(--black);
    background-color: var(--ochre-4);
    padding: 3px 6px;
    font-size: 20px;
    display: inline-block;
}

.feature ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.feature ul li {
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.feature ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background-color: var(--black);
    border-radius: 50%;
    margin-left: 5px;
}

.feature ul li:last-child:after {
    display: none;
}

.current-top .right .date-span {
    display: block;
    color: var(--black);
    margin: 30px 0;
}

/* .current-top .right h3 {
    font-family: var(--graveur-font);
    font-size:60px;
    font-weight: bold;
    color: var(--black);
    padding-bottom: 10px;
    font-style: italic;
} */
.current-top .right h3 {
    line-height: 110%;
    text-wrap: balance;
    font-size: 60px;
    font-family: var(--graveur-font);
    font-weight: bold;
    color: var(--black);
    padding-bottom: 10px;
    font-style: italic;
}

.current-top .right h3 span {
    font-style: italic;
}

.current-top .right p {
    font-family: var(--graveur-font);
    font-size: 30px;
    color: var(--black);
    padding-bottom: 30px;
}

.read-more {
    color: var(--black);
    display: inline-flex;
    align-items: center;
    transition: ease-in-out 0.5s;
}

.read-more::after {
    content: "";
    width: 30px;
    height: 15px;
    display: block;
    background: url(../images/arrow.svg) no-repeat;
    background-size: 30px;
    margin-left: 10px;
    transition: ease-in-out 0.5s;
}

.read-more:hover::after {
    margin-left: 20px;
    transition: ease-in-out 0.5s;
}


.current-content {
    padding: 100px 0 50px 0;
    display: flex;
    gap: 40px;
}

.current-content .box {
    width: 50%;
}

.current-content .box .pic {
    position: relative;
}

.current-content .box .pic img {
    width: 100%;
    height: 480px;
object-fit: cover;
}

.current-content .box .txt {
    padding-top: 20px;
}

.current-content .box .txt h4 {
    font-family: var(--graveur-font);
    margin: 0 0 10px 0;
}

.current-content .box .txt h4 a {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
}

.current-content .box .txt h4 a:hover {
    color: var(--red);
}

.current-content .box .txt p {
    color: var(--black);
    font-size: 21px;
    font-weight: 400;
    font-family: var(--graveur-font);
    margin: 0 0 20px 0;
}

.current-content .box .date-span {
    color: var(--black);
}

.current-content .box .feature {
    margin-bottom: 20px;
}

/*  Current Issue end */

/* top book start */
.top-book {
    display: flex;
    flex-wrap: wrap;
}

.top-book .book-item {
    width: 20%;
}

.top-book .book-item img {
    width: 100%;
    transition: ease-in-out 0.5s;
    /* height: 450px;
    object-fit: cover; */
    height: 100%;
    object-fit: cover;
}

.top-book .book-item img:hover {
    filter: grayscale(1);
    transition: ease-in-out 0.5s;
}

/* top book end */

/* footer start */

footer {
    background-color: var(--d-green);
    padding: 40px 0;
}

.footer-content {
    display: flex;
    margin: 0 -15px;
    justify-content: space-between;
}

.footer-content .footer-box {
    padding: 0 15px;
    width: 30%;
}

.footer-content .footer-box.middle {
    width: 40%;
}

ul.address-list {
    margin: 0;
    padding: 0;
}

ul.address-list li {
    position: relative;
    padding: 0 0 20px 35px;
    color: var(--white);
}

ul.address-list li span.icon {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-logo {
    padding-bottom: 30px;
}

ul.contact-list {
    margin: 0;
    padding: 0;
}

ul.contact-list li {
    position: relative;
    padding: 0 0 25px 35px;
    color: var(--white);
}

ul.contact-list li a {
    color: var(--white);
}

ul.contact-list li a:hover {
    color: var(--lime-green);
}

ul.contact-list li span.icon {
    width: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}

ul.contact-list li:first-child span.icon {
    top: 0px;
}

ul.contact-list li:first-child a {
    text-decoration: underline;
}

ul.footer-links {
    margin: 0;
    padding: 0;
}

ul.footer-links li {
    padding: 0 0 20px;
    color: var(--white);
    text-transform: uppercase;
}

ul.footer-links li a {
    color: var(--white);
}

ul.footer-links li:last-child {
    padding-bottom: 0;
}

ul.footer-links li a:hover {
    color: var(--lime-green);
}

ul.footer-social {
    margin: 0;
    padding: 0 0 40px;
    display: flex;
}

ul.footer-social li {
    padding: 0 10px 0 0;
}

ul.footer-social li a {
    transition: ease-in-out 0.5s;
}

ul.footer-social li a:hover {
    opacity: 0.7;
    transition: ease-in-out 0.5s;
}

ul.login-list {
    margin: 0;
    padding: 0;
}

ul.login-list li {
    padding: 0 0 20px 0;
}

ul.login-list li:last-child {
    padding-bottom: 0;
}

ul.login-list li a {
    font-size: 18px;
    font-style: italic;
    color: var(--white);
    display: flex;
    align-items: center;
}

ul.login-list li a img {
    margin-left: 15px;
    width: 25px;
}

ul.login-list li a:hover {
    opacity: 0.7;
}

.footer-copy {
    position: relative;
    color: var(--white);
}

.footer-copy .copy-txt {
    position: absolute;
    left: 0;
    top: -45px;
}

/* footer end */


/* issue page start */

.current-issue.issue-page {
    margin: 0;
}

.current-issue.issue-page .common-h2 {
    font-family: var(--fira-font);
    font-weight: 700;
    font-style: normal;
}

.current-issue.issue-page .sub-title {
    color: #7D6F65;
}

.top-title {
    font-family: var(--graveur-font);
    font-size: 35px;
    font-style: italic;
    text-align: center;
}

.breadcrumbs {
    /* padding-top: 50px; */
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs ul li {
    padding: 0 2px;
    color: var(--black);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
}

.breadcrumbs ul li:after {
    content: "/";
    display: block;
    margin-left: 4px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    color: var(--black);
}

.breadcrumbs ul li a:hover {
    color: var(--m-green);
}


.more-issue {
    padding: 100px 0;
}

.more-issue h3 {
    font-size: 35px;
    color: var(--black);
    font-weight: 700;
    padding-bottom: 50px;
}

.issue-row {
    padding: 30px 0;
    border-bottom: 1px solid var(--black);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.issue-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.issue-row:first-child {
    padding-top: 0;
}

.issue-row .pic {
    width: 35%;
    padding-left: 40px;
    aspect-ratio: 300 / 190;
    display: block;

}

.issue-row .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.issue-row .txt {
    width: 65%;
}

.issue-row .txt h4 {
    font-family: var(--graveur-font);
    margin: 0 0 10px 0;
}

.issue-row .txt h4 a {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
}

.issue-row .txt h4 a:hover {
    color: var(--red);
}

.issue-row .txt p {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--graveur-font);
    margin: 0 0 20px 0;
}


/* issue page end */


/* All Issues start */

.all-issues {
    padding: 100px 0;
    background-color: var(--ochre-5);
}

.all-issues .sub-title {
    max-width: 800px;
    margin: 0 auto;
}

.latest-issue {
    padding: 146px 0 0 0;
}

.issue-tag {
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
    padding: 10px 15px;
    background-color: var(--orange);
    display: inline-block;
    position: absolute;
    top: -46px;
    left: 15px;
}

.book-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.book-row .book-box {
    padding: 0 15px;
    margin-bottom: 50px;
    width: 25%;
}

.book-row .book-box .pic {
    padding-bottom: 10px;
}

.book-row .book-box .pic img {
    width: 100%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.4);
    transition: ease-in-out 0.5s;
    /* height: 400px; */
    object-fit: cover;
}

.book-row .book-box .pic img:hover {
    filter: grayscale(1);
    transition: ease-in-out 0.5s;
}

.book-row .book-box .book-name {
    font-size: 18px;
}

.book-row .book-box .book-name a {
    color: var(--black);
}

.book-row .book-box .book-name a:hover {
    color: var(--orange);
}

.pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagination ul li {
    list-style: none;
}

.pagination a,
.pagination span {
    padding: 5px 10px;
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 32px;
    font-style: italic;
}

.pagination ul li a {
    color: var(--black);
}

.pagination a:hover {
    color: var(--m-green);
}

/* All Issues end */



/* Book club start */

.content-page {
    padding: 100px 0;
}

.content-page p {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
    max-width: 65%;
}

.content-page p a {
    color: #15A79C;
    font-weight: bold;
}

.content-page p a:hover {
    color: #000;
}

.content-page h2.common-h2 {
    /* padding-bottom: 50px; */
}

.content-page h3.sub-title {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.join-club {
    background-color: #11A79D;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.join-club .left {
    width: 30%;
    font-family: var(--graveur-font);
    font-size: 60px;
    line-height: 1.2;
    color: var(--white);
    text-align: center;
}

.join-club .left span {
    font-style: italic;
}

.join-club .middle {
    width: 40%;
    padding: 0 80px;
    text-align: center;
}

.join-club .middle h3 {
    font-size: 35px;
    color: var(--white);
    padding-bottom: 20px;
}

.join-club .middle p {
    color: var(--white);
    font-family: var(--fira-font);
    font-size: 20px;
    margin-bottom: 0;
}

.join-club .right {
    width: 30%;
}

.join-club .right input {
    border: solid 1px rgba(35, 31, 32, 0.2);
    padding: 12px 16px;
    border-radius: 0;
    width: 100%;
}

.join-club .right .form-group {
    margin-bottom: 15px;
}

.join-club .right input[type="submit"] {
    background: #231F20;
    border: none;
    color: var(--white);
    font-weight: 400;
    font-size: 22px;
    font-family: var(--ptnarrow-font);
    display: inline-block;
    width: auto;
    cursor: pointer;
}

.join-club .right input[type="submit"]:hover {
    background: var(--lime-green);
}

.content-box {
    padding-top: 100px;
}

.content-box h2 {
    /* font-family: var(--graveur-font);
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 30px; */
}

.content-box h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}

.content-box h3 a {
    color: #15A79C;
}

.content-box h3 a:hover {
    color: #000;
}

.content-box .sub-heading {
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 10px;
}

.content-pic {
    float: right;
    padding: 0 0 20px 30px;
    max-width: 45%;
}

/* Book club end */


/* Careers & Volunteering start */
.content-page.careers {
    background-color: #F3E7D7;
}

.offer {
    background-color: var(--white);
    padding: 50px;
    text-align: center;
    font-family: var(--graveur-font);
}

.offer h3 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 15px;
}

.offer p {
    margin: 0 auto 15px;
}

.content-page.careers .content-box h2 {
    /* text-align: center;
    color: var(--orange);
    font-family: var(--fira-font); */
}

.content-page.careers .content-pic {
    margin-right: -200px;
}

/* Careers & Volunteering end */


/* donate page start */
.donate-top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.donate-top p {
    max-width: none;
}

.donate-top .left {
    width: 50%;
    padding-right: 30px;
}

.donate-top .left h3 {
    font-family: var(--fira-font);
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--maroon);
}

.donate-top .left p {
    font-family: var(--fira-font);
    font-size: 25px;
    text-transform: uppercase;
    color: var(--maroon);
    margin: 0;
}

.donate-top .right {
    width: 50%;
    padding-left: 30px;
}


.choose-donation {
    background-color: #F3E8D7;
    padding: 50px;
}

.choose-donation p {
    text-align: center;
    margin: 0 auto 30px;
}

.choose-donation h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}

.donation-content {
    max-width: 565px;
    margin: 0 auto;
}

.donation-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.donation-btn {
    background-color: #fff;
    width: 100px;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.donation-btn.active {
    background-color: #000;
    color: #fff;
}

.donation-amount {
    padding-top: 15px;
}

#custom-amount {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
}

.round-up {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--graveur-font);
    font-size: 18px;
    margin-bottom: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

input:checked+.slider {
    background-color: #000;
}

input:checked+.slider:before {
    transform: translateX(20px);
}

.frequency {
    margin-top: 10px;
    font-family: var(--graveur-font);
    font-size: 18px;
}

.frequency label {
    margin: 0 10px;
}

/* donate page end */


/***********************About Page Start**************************/

.inner-banner-sec {
    padding: 100px 0;
}

.inner-banner-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding-top: 90px;
}

.inner-banner-img img {
    width: 100%;
}

.inner-banner-sec h2 {
    margin-bottom: 50px;
}

.inner-banner-img p {
    color: var(--black);
    font-family: var(--fira-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 400px;
    margin-top: 20px;
}

.about-content-sec {
    padding-bottom: 100px;
}

.common-h3 {
    color: var(--black);
    font-family: var(--fira-font);
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.article__wrap .common-h3 {
    margin-bottom: 80px;
}

.about-content-sec p {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px;
    /* max-width:65%; */
    max-width: 780px;
}

.red-txt-span {
    color: #EE4334;
    font-family: var(--graveur-font);
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    display: flex;
    justify-content: end;
}

.red-txt-span span {
    max-width: 490px;
    display: block;
}

.about-content-sec p:last-child {
    margin-bottom: 0;
}

.about-book-sec {
    gap: 50px;
    display: flex;
    padding-bottom: 100px;
}

.about-book-box {
    width: calc(33.3% - 30px);
}

.about-book-box img {
    width: 100%;
    display: block;
}

.about-book-box h4 {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 30px;
}

.about-book-box h4 span {
    color: #11A79D;
    font-style: italic;
}

.about-subscription-sec {
    border-top: solid 1px var(--black);
    border-bottom: solid 1px var(--black);
    padding: 50px 0;
    gap: 50px;
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    margin-bottom: 100px !important;
}

.about-subscription-l {
    background: #11A79D;
    padding: 30px;
    color: var(--white);
    text-align: center;
    width: 35%;
}

.about-subscription-l h2 {
    color: var(--white);
    font-family: var(--graveur-font);
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}

.about-subscription-l h2 span {
    display: block;
    font-style: italic;
}

.about-subscription-l p {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--ptnarrow-font);
}

.about-subscription-r {
    width: 65%;
    display: flex;
    gap: 40px;
    align-items: center;
}

.about-subscription-checkbox {}

.about-subscription-checkbox p {
    color: var(--black);
    font-weight: 400;
    font-size: 22px;
    font-family: var(--ptnarrow-font);
    padding-bottom: 0 !important;
}

.about-subscription-checkbox ul {
    padding: 0;
    margin: 0;
}

.about-subscription-checkbox ul li {
    padding-bottom: 5px;
}

.about-subscription-checkbox ul li label {
    color: var(--black);
    font-weight: 400;
    font-size: 22px;
    font-family: var(--ptnarrow-font);
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}

.about-subscription-checkbox ul li:last-child {
    padding: 0;
}

.about-subscription-checkbox ul li input {
    padding: 0 !important;
    height: initial !important;
    width: initial !important;
    margin-bottom: 0 !important;
    display: none !important;
    cursor: pointer !important;
}

.about-subscription-checkbox ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-image: linear-gradient(to top, #d1d1d1, #d6d6d6, #dbdbdb, #e1e1e1, #e6e6e6);
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: -20px;
    top: -2px;
}

.about-subscription-checkbox ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.about-subscription-form input {
    border: solid 1px rgba(35, 31, 32, 0.2);
    padding: 12px 16px;
    border-radius: 0;
    width: 100%;
}

.about-subscription-form select {
    border: solid 1px rgba(35, 31, 32, 0.2);
    padding: 12px 16px;
    border-radius: 0;
    width: 100%;
    color: #9ca3af;
}

.about-subscription-form .form-group {
    margin-bottom: 15px;
}

.about-subscription-form input[type="submit"] {
    background: #231F20;
    border: none;
    color: var(--white);
    font-weight: 400;
    font-size: 22px;
    font-family: var(--ptnarrow-font);
    cursor: pointer;
    width: 130px;
}

.about-subscription-form input[type="submit"]:hover {
    background: #11A79D;
}

.about-subscription-checkbox {
    width: calc(64% - 30px);
}

.about-subscription-form {
    width: 36%;
}

/***********************About Page End**************************/


/***********************Article Page Start**************************/

.article-hero-sec .hero-title {
    width: 100%;
}

.article-hero-sec p {
    color: var(--black);
    font-family: var(--fira-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 300px;
    margin-top: 20px;
    float: right;
}

.article-hero-wrap {
    position: relative;
    height: calc(100vh - 90px);
}

.article-hero-sec .hero-section-text h5 {
    margin-bottom: 15px;
}

.article-content-top {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 50px;
}

.article-content-top select {
    border: none;
    color: var(--black);
    font-size: 16px;
    font-family: var(--fira-font);
    font-weight: 400;
    height: auto;
    padding-left: 20px;
    padding-right: 0;
}

/* .article-content-top select option{padding-left:10px; font-size:15px; padding-right: 10px;} */
.article-content-top select option:hover {
    background: none;
}

.article-content-top form {
    margin-left: -20px;
}

/* select {
  width: 220px;
  padding: 10px;
  border: 2px solid #888;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
} */

.article-content-top select option {
    /* padding:15px 10px; */
    background: #fff;
    color: #333;
}

.article-content-top select option:checked {
    background-color: transparent;
    /* font-weight: bold; */
    text-decoration: underline;
}

.article-content-top p {
    color: var(--black);
    font-family: var(--fira-font);
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    position: relative;
    padding-left: 47px;
}

.article-content-top p:before {
    position: absolute;
    content: '';
    background: url(../images/article-icon1.svg)left top no-repeat;
    width: 27px;
    height: 26px;
    left: 0;
    top: 0;
    background-size: 100%;
}

.article-content-top p span {
    color: #10AB9F;
}

.article-content-sec .date-span {
    color: var(--black);
    padding-bottom: 50px;
    display: block;
}

.article-content-middle {
    display: flex;
    gap: 50px;
    padding-bottom: 30px;
}

.article-content-middle-r span {
    display: block;
    text-align: right;
    color: var(--black);
    font-size: 20px;
    padding-bottom: 20px;
}

.article-content-middle-r img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.article-tag {
    padding: 0;
    margin: 0 0 80px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.article-tag li {
    list-style: none;
    background: #11A79D;
    color: var(--white);
    font-size: 20px;
    padding: 5px 15px;
    font-family: var(--fira-font);
}

.article-user-sec {
    display: flex;
    gap: 30px;
    /* max-width: 1300px; */
    max-width: 780px;
    margin: 0;
}

.article-user-sec p {
    color: var(--black);
    font-family: var(--graveur-font);
    font-weight: 400;
    font-size: 21px;
    position: relative;
    line-height: 32px;
}

.article-user-sec p strong {
    /* text-decoration: underline; */
    color: #11A79D;

}

.article-user-sec p strong a {
    color: #11A79D;
}

.article-user-sec a.read-more-toggle,
.article-user-sec a.read-less-toggle {
    display: flex;
    color: var(--black);
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--fira-font);
    text-decoration: underline;
    padding-top: 15px;
    position: relative;
}

.article-user-sec a.read-more-toggle:before,
.article-user-sec a.read-less-toggle::before {
    position: absolute;
    content: '';
    background: url(../images/drop-arrow.png)right top no-repeat;
    width: 12px;
    height: 10px;
    left: 120px;
    top: 21px;
    background-size: 100%;
}

.article-user-sec a.read-more-toggle:hover,
.article-user-sec a.read-less-toggle:hover {
    color: #11A79D;
}

.article-user-sec a.read-less-toggle::before {
    transform: rotate(180deg);
}

.article-related-sec {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 60px;
}

.article-related-box {
    display: flex;
    gap: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.article-related-box h6 {
    color: var(--black);
    font-family: var(--fira-font);
    font-size: 20px;
    text-transform: uppercase;
}

.article-related-box h2 {
    color: var(--black);
    font-family: var(--graveur-font);
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
    padding: 10px 0 20px 0;
}

.article-related-box h2 a {
    color: var(--black);
}

.article-related-box h2 a:hover {
    color: #11A79D;
}

.article-related-box-r {
    width: 20%;
}

.article-related-box-l {
    width: 70%;
}

.article-comment-sec {
    padding-bottom: 100px;
    max-width: 780px;
}

.article-img-full {
    padding-top: 0 !important;
}

/***********************Article Page End**************************/

/**********************masthead page start**********************/

.no-banner .common-h2 {
    margin: 0 !important;
}

.masthead-content-sec {
    padding-bottom: 40px;
}

.masthead-content-sec:last-child {
    padding-bottom: 0;
}

.masthead-content-sec p {}

.masthead-content-sec p span {
    color: #EE4334;
    font-size: 28px;
    font-weight: 600;
}

.masthead-content-sec p span a {
    color: #EE4334;
}

.article-user-img img {
    width: 100%;
    display: block;
}

.masthead-content-sec img {
    height: 192px;
    object-fit: cover;
    object-position: top;
}


.article-user-img {
    width: 25%;
}

.article-user-txt {
    width: calc(75% - 20px);
}

.masthead-content-wrap {
    padding-bottom: 100px;
}

.masthead-content-wrap h2.section-title {
    color: #000;
    font-size: 70px;
    line-height: 1.2;
    font-family: var(--graveur-font);
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 60px 0 100px 0;
}

/**********************masthead page end**********************/

/**********************international board page start**********************/
.masthead-content-sec p span.blue-span {
    /* color: #11A79D; */
}

.masthead-content-sec p span.blue-span a,
.masthead-content-sec p span a {
    color: #11A79D;
}

.international-content-wrap p span.blue-span {
    display: block;
}

.inetrnational-content-sec .common-h2 {
    margin-bottom: 60px;
}


/**********************international board page end**********************/

/*************writer page start************/
.inner-banner-img p span {
    color: #11A79D;
    font-style: italic;
}

.writer-content-sec {
    padding-bottom: 80px;
}

.writer-content-sec h2 {
    /* color: #11A79D;
    font-size: 70px;
    line-height: 1.2;
    font-family: var(--fira-font);
    font-weight:700;
    text-align: center;
    margin-bottom:30px !important; */
}

.writer-ul {
    padding: 0;
    margin: 0;
}

.writer-ul li {
    list-style: none;
    margin-bottom: 30px;
}

.writer-ul li:last-child {
    margin: 0;
}

.writer-ul li h3 {
    /* color: #11A79D; */
    color: #EE4334;
    font-size: 60px;
    font-weight: 600;
    font-family: var(--graveur-font);
    text-align: center;
}

.writer-ul li ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.writer-ul li ul li a {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 21px;
}

.writer-ul li ul li a:hover {
    color: #11A79D;
}

.writer-ul li ul li {
    position: relative;
    margin: 0;
    padding-bottom: 10px;
}

.writer-ul li ul li:before {
    position: absolute;
    content: '';
    background: var(--black);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.writer-ul li ul li:first-child::before {
    display: none;
}

.writer-content-wrap {
    display: flex;
    gap: 60px;
    margin-top: 90px;
}

.writer-ul {
    width: calc(50% - 30px);
}

/*************writer page end************/

/****************submission sec start*************/
.submission-banner-sec p {
    text-align: center;
    color: var(--black);
    font-family: var(--graveur-font);
    font-style: italic;
    font-weight: 400;
    margin: 0 auto;
    max-width: 70%;
    /* font-size:30px; */
}

/* .submission-content-sec{padding-bottom: 100px;} */
.submission-content-sec h2 {
    /* text-align: center;
    color: var(--red);
    font-family: var(--fira-font);
    font-weight: 600;
    font-size: 70px;
    line-height: 1.2;
    padding-bottom: 50px; */
}

.submission-content-sec h3 {
    color: var(--black);
    font-family: var(--graveur-font);
    font-weight: 600;
    font-size: 60px;
    line-height: 66px;
    padding-bottom: 100px;
}

.submission-content-sec h4 {
    color: var(--black);
    font-family: var(--fira-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 30px;
}

.submission-content-sec p {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
}

.submission-content-sec p a {
    color: #15A79C;
    font-weight: 700;
}

.submission-content-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 100px;
}

.submission-content-wrap-l {
    width: 60%;
}

.submission-content-wrap-r {
    width: calc(40% - 30px);
}

.submission-content-sec p:last-child {
    margin: 0;
}

.submission-content-wrap ul {
    padding: 0;
    margin: 0;
}

.submission-content-wrap ul li {
    list-style: none;
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.submission-content-wrap ul li:before {
    position: absolute;
    content: '';
    background: var(--black);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-sec {
    padding-bottom: 100px;
    padding-top: 100px;
}

.faq-sec h3 {
    color: var(--black);
    font-family: var(--fira-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 30px;
}


ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 0;
    cursor: pointer;
}

ul.accordion-list li.active h3:after {
    transform: rotate(180deg);
}

ul.accordion-list li h3 {
    font-weight: 400;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 26px;
    cursor: pointer;
    color: var(--black);
    font-family: var(--graveur-font);
}

ul.accordion-list li h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    background: url(../images/drop-arrow.png)right top no-repeat;
    width: 13px;
    height: 10px;
    background-size: 100%;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 0 0 0;
    cursor: pointer;
    font-family: var(--graveur-font);
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    cursor: pointer;
    margin: 0;
    font-size: 21px;
    line-height: 35px;
    cursor: pointer;
    color: var(--black);
    font-family: var(--graveur-font);
    font-weight: 400;
}

/****************submission sec end*************/

/****************poetry page start*******************/
.poetry-latest-wrap {
    flex-wrap: wrap;
    /* padding-top: 20px; */
}

.poetry-latest-wrap .home-weekly-box {
    width: calc(33.3% - 17px);
}

.submission-banner-sec {
    text-align: center;
}

.submission-banner-sec a {
    text-align: center;
    font-family: var(--fira-font);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: var(--black);
    margin-top: 15px;
    display: inline-block;
    position: relative;
}

.submission-banner-sec a:before {
    position: absolute;
    content: '';
    background: url(../images/drop-arrow.png)right top no-repeat;
    width: 12px;
    height: 10px;
    right: -20px;
    top: 6px;
    background-size: 100%;
}

.submission-banner-sec a:hover {
    color: #3DBEB6;
}

.poetry-top {
    padding: 0 !important;
}

.poetry-top .right .date-span {
    margin-top: 0 !important;
    color: #BB202A;
    margin-bottom: 15px;
}

.poetry-top .right h3 {
    max-width: 100%;
}

.poetry-top .left img {
    box-shadow: none;
    height: 320px;
    object-fit: cover;
}

/****************poetry page end*******************/

/***********press page start************/
.submission-banner-sec .press-btn {
    background: #720F11;
    font-family: var(--graveur-font);
    color: var(--white);
    font-style: italic;
    padding: 10px 40px 10px 20px;
    font-size: 20px;
}

.submission-banner-sec .press-btn:hover {
    background: #3DBEB6;
    color: var(--white);
}

.submission-banner-sec .press-btn:before {
    background: url(../images/press-btn-arrow.svg) left top no-repeat;
    width: 14px;
    height: 20px;
    background-size: 100%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.press-contact-sec {
    padding-bottom: 100px;
}

.press-contact-sec h2 {
    /* color: #EE4334;
    font-family: var(--fira-font);
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px !important; */
}

.press-contact-box {
    background: #F3E7D7;
    padding: 30px;
    width: calc(50% - 25px);
}

.press-contact-box h4 {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 25px;
    font-weight: 400;
}

.press-contact-box h3 {
    color: #15A79C;
    font-family: var(--graveur-font);
    font-weight: 600;
    font-size: 36px;
}

.press-contact-box span {
    display: block;
}

.press-contact-box span a {
    font-family: var(--graveur-font);
    font-weight: 400;
    font-size: 22px;
    color: var(--black);
    display: block;
    margin-bottom: 30px;
    background: none;
    padding: 0;
    text-align: left;
}

.press-contact-box span a:hover {
    background: none;
}

.press-contact-box a {
    background: #15A79C;
    text-align: center;
    color: var(--white);
    font-family: var(--graveur-font);
    font-style: italic;
    font-size: 20px;
    padding: 10px 20px;
}

.press-contact-box a:hover {
    background: #720F11;
}

.press-contact-wrap {
    display: flex;
    gap: 50px;
    margin-top: 90px;
}

.press-media-box {
    width: calc(50% - 25px);
}

.press-media-box h3 {
    font-family: var(--fira-font);
    color: var(--black);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}

.press-media-box a.press-media-btn {
    background: #15A79C;
    text-align: center;
    color: var(--white);
    font-family: var(--graveur-font);
    font-style: italic;
    font-size: 20px;
    padding: 10px 40px 10px 20px;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}

.press-media-box a.press-media-btn:hover {
    background: #720F11;
}

.press-media-box a.press-media-btn:before {
    background: url(../images/press-btn-arrow.svg) left top no-repeat;
    width: 14px;
    height: 20px;
    background-size: 100%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
}

.press-media-box h3 span {
    font-size: 26px;
}

.press-media-box p {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 28px;
    font-style: italic;
    margin-bottom: 20px;
}

.press-media-box ul {
    padding: 0 0 20px 0;
    margin: 0;
}

.press-media-box ul:last-child {
    padding: 0;
}

.press-media-box ul li {
    position: relative;
    list-style: none;
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 28px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.press-media-box ul li span,
.press-media-box ul li a {
    color: #15A79C;
    font-weight: 600;
}

.press-media-box ul li::before {
    position: absolute;
    content: '';
    background: #15A79C;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.press-media-box ul li:last-child {
    margin: 0;
}

.press-media-box-full {
    width: 100%;
}

/***********press page end************/

/***************event page start***********/
.event-sec.press-contact-sec h2 {
    color: var(--black);
}

.event-wrap {
    background: #F5E8D7;
    padding: 30px;
    display: flex;
    gap: 50px;
}

.event-wrap-l {
    width: 40%;
}

.event-wrap-r {
    width: calc(60% - 25px);
}

.event-wrap-r h6 {
    color: #BB202A;
    font-family: var(--fira-font);
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}

.event-wrap-r h6 span {
    text-transform: uppercase;
    font-weight: 600;
}

.event-wrap-r p {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 22px;
    padding-bottom: 20px;
}

.event-wrap-r h2 {
    font-family: var(--graveur-font);
    font-weight: bold;
    text-transform: none;
    text-align: left;
}

.event-wrap-r h2 a {
    color: var(--black);
}

.event-wrap-r p span {
    color: #2F8087;
}

.past-event {
    padding-bottom: 100px;
}

.past-event h2 {
    /* color: var(--black);
    font-family: var(--fira-font);
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px !important; */
}

.past-event-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 50px;
}

.past-event-box {
    width: calc(25% - 23px);
    text-align: center;
}

.past-event-box img {
    width: 100%;
    /* height: 220px;
    object-fit: cover; */
}

.past-event-box h3 {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    padding: 20px 0 15px 0;
}

.past-event-box h3 a {
    color: var(--black);
}

.past-event-box p {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 22px;
    padding-bottom: 20px;
}

/***************event page end***********/

/**************media library page start*****************/
.media-sec {}

.media-sec h2 {
    color: var(--black);
}

.media-sec h3 {
    padding: 50px 0 50px 0;
    font-family: var(--fira-font);
    color: var(--black);
    font-weight: 700;
    font-size: 32px;
}

.media-sec h3 span {
    color: #15A79C;
}

.media-sec p {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 21px;
    padding-bottom: 20px;
    max-width: 600px;
}

.media-sec p:last-child {
    padding-bottom: 0;
}

.media-sec p span {
    color: #15A79C;
}

.media-video-sec .event-wrap-r h6 span {
    font-weight: 400;
}

.media-video-sec .event-wrap-r h6 {
    font-size: 22px;
}

.media-video-sec .event-wrap-l,
.media-video-sec .event-wrap-r {
    width: calc(50% - 25px);
}

.media-video-sec .event-wrap-r {}

.media-video-sec .event-wrap-r h2 {
    margin-bottom: 10px !important;
    line-height: 52px;
}

.media-video-sec .event-wrap-r p {
    font-size: 30px;
    line-height: 34px;
}

.media-video-sec.press-contact-sec {
    padding-bottom: 0 !important;
}

.media-list-sec {
    padding-top: 0 !important;
}

.media-list-sec img {
    width: 100%;
    border: solid 4px #2a7f87;
}

.media-list-sec .home-weekly-wrap {
    flex-wrap: wrap;
}

.media-list-sec .home-weekly-box {
    width: calc(33.3% - 17px);
}

.media-list-pagination {
    width: 100%;
    padding-top: 50px;
}

.media-list-pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.media-list-pagination ul li {
    font-family: var(--graveur-font);
    color: var(--black);
    font-size: 32px;
    font-style: italic;
}

.media-list-pagination ul li a {
    color: var(--black);
}

.media-list-pagination ul li a:hover {
    color: #BA202B;
}

/**************media library page end*****************/

/**************search page start************/
.search-form-sec {
    background: #EE4334;
    padding: 30px;
    text-align: center;
}

.search-form-sec h2 {
    color: var(--white);
    font-weight: 700;
    font-family: var(--fira-font);
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 30px;
}

.search-form-sec p {
    color: var(--white);
    font-weight: 300;
    font-family: var(--fira-font);
    text-align: center;
    font-size: 20px;
}

.search-container {
    margin-top: 50px;
    display: flex;
    align-items: center;
    background-color: white;
    font-family: sans-serif;
    overflow: hidden;
}

.search-icon {
    padding: 0 10px;
    font-size: 20px;
    color: #000;
    position: relative;
    margin-right: 10px;
}

.search-icon:after {
    position: absolute;
    content: '';
    background: #BCBDBD;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    color: #E6E7E4;
    font-family: var(--fira-font);
}

.search-input::placeholder {
    color: #ddd;
    font-weight: bold;
}

.clear-icon {
    padding: 0 10px;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
    display: none;
}

.search-button {
    background-color: #231f20;
    color: white;
    border: none;
    padding: 18px 25px;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    border-left: solid 10px #EE4334;
    font-family: var(--fira-font);
}

.search-sec-list {
    padding: 100px 0;
}

/* .search-sec-list h2{color: var(--black);} */
.search-list-ul {
    padding: 0;
    margin: 0;
    width: calc(33.3% - 10px);
    position: relative;
}

.search-list-ul li {
    list-style: none;
    margin-bottom: 20px;
}

.search-list-ul li a {
    font-family: var(--fira-font);
    color: var(--black);
    font-size: 23px;
    position: relative;
}

.search-list-ul li a:before {
    position: absolute;
    content: '';
    background: var(--black);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.search-list-wrap {
    display: flex;
    gap: 30px;
}

.search-list-ul li:last-child {
    margin-bottom: 0;
}

.search-list-ul li a:hover {
    color: #3DBEB6;
}

.search-list-ul:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.63);
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

.search-list-ul:last-child:after {
    display: none;
}




/* search tab CLOSE */
.search-tag-sec {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    background-color: transparent;
    float: none;
}

.search-tag-sec p {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    padding: 0;
    color: #231F20;
    font-family: var(--fira-font);
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 35px;
}

.tab-container {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    float: none;
}

.tab-container ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.tab-container ul.tabs li {
    background-color: transparent;
    color: #EF4233;
    display: block;
    padding: 12px 20px;
    cursor: pointer;
    font-family: var(--graveur-font);
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.tab-container ul.tabs li:hover {
    background-color: #ffdfdc;
}

.tab-container ul.tabs li.current {
    background: #EF4233;
    color: #ffffff;
}

.tab-container .tab-content {
    display: none;
    background-color: transparent;
    padding: 30px 0 30px 0;
}

.tab-container .tab-content.current {
    display: inherit;
}

.tag-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    gap: 12px;
}

.tag-list li {
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.tag-list li a {
    display: block;
    padding: 8px 15px;
    margin: 0;
    background-color: #FAF2EA;
    color: #000000;
    font-family: var(--graveur-font);
    font-size: 24px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
}

.tag-list li.h-seaech a {
    background-color: #BB202A;
    color: #ffffff;
}

.tag-list li.m-seaech a {
    background-color: #EF4233;
    color: #ffffff;
}

.tag-list li a:hover {
    opacity: 0.75;
}

.tag-title {
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    color: #EF4233;
    font-family: var(--graveur-font);
    font-size: 76px;
    line-height: 86px;
    font-style: normal;
    font-weight: 400;
}

/* search tab CLOSE */




/**************search page start************/

/**********login********/
.woocommerce-form .form-row label,
.woocommerce-ResetPassword label,
.woocommerce-MyAccount-content label {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
}

.woocommerce-form button[type="submit"],
.woocommerce-ResetPassword button[type="submit"],
.woocommerce-info .woocommerce-Button,
.my_account_memberships .button,
.woocommerce-EditAccountForm button[type="submit"] {
    background: #15A79C !important;
    color: var(--white) !important;
    font-family: var(--fira-font) !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    margin-top: 20px !important;
}

.woocommerce-MyAccount-content .button {
    background: #000 !important;
    color: var(--white) !important;
    font-family: var(--fira-font) !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.woocommerce-MyAccount-content .button:hover {
    background: #15A79C !important;
}

.woocommerce-ResetPassword .woocommerce-form-row--first {
    width: 100% !important;
}

.woocommerce-MyAccount-navigation>ul {}

.woocommerce-MyAccount-navigation>ul li {
    border: none;
    background: #f5e8d7;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation>ul li a {
    color: var(--black);
    padding: 12px 15px;
    font-family: var(--fira-font);
    font-size: 20px;
}

.woocommerce-MyAccount-navigation>ul li.is-active a,
.woocommerce-MyAccount-navigation>ul li:hover a {
    background: #18a89c;
    color: var(--white);
}

.woocommerce-MyAccount-content a,
.woocommerce-message::before,
.woocommerce-info::before {
    color: #15A79C;
}

.woocommerce-message,
.woocommerce-info {
    border-color: #15A79C;
}

#account_display_name_description em {
    font-size: 14px !important;
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content .selection .select2-selection__placeholder,
.woocommerce-MyAccount-content .form-row .selection {
    font-family: var(--fira-font) !important;
    font-size: 16px;
}



/**********login********/


/****24-07-2025****/
#page {
    background: #fff;
}

.content-text {
    float: left;
    width: 55%;
}

.content-text p {
    max-width: 100%;
}

.article-content-middle-l {
    width: calc(70% - 25px);
}

.article-content-middle-r {
    width: 30%;
}

.article-content-sec {
    background: #fff;
}

.article-content-middle-l h5 {
    color: var(--black);
    font-family: var(--graveur-font);
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 34px;
}

.ast-separate-container .comments-title,
.ast-narrow-container .comments-title {
    padding: 20px 0;
}

.ast-separate-container .ast-comment-list li.depth-1,
.ast-narrow-container .ast-comment-list li.depth-1 {
    padding: 0;
}

header.ast-comment-meta {
    display: block;
}

.ast-comment-cite-wrap {
    margin: 0;
}

.ast-comment-time {
    font-style: italic;
}

.ast-reply-link .comment-reply-link {
    padding: 0;
    font-weight: 700;
    font-size: 17px;
    color: #008289;
}

.ast-comment-cite-wrap cite,
.ast-comment-time a {
    color: var(--black);
}

.ast-reply-link .comment-reply-link:hover {
    background: none;
    color: #008289 !important;
}

.ast-separate-container .comment-respond {
    padding: 30px 0;
}

.ast-comment-formwrap {
    display: flex;
    flex-wrap: wrap;
}

.ast-comment-formwrap .ast-grid-common-col {
    width: calc(50% - 10px);
}

.comment-form-cookies-consent {
    width: 100%;
    padding: 15px 0;
}

.form-submit input[type="submit"] {
    background: var(--black) !important;
}

/***24-07-2025***/


/**************support page start***********/
.subscription-card {
    background-color: #ef4233;
    color: white;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: calc(33.3% - 14px);
}

.title {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: var(--graveur-font);
    font-size: 44px;
    line-height: 48px;
    color: var(--white);
}

.subtitle {
    font-weight: 600;
    font-family: var(--fira-font);
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 20px;
    min-height: 82px;
}

.subtitle span {
    display: block;
}

.price-box {
    background: white;
    color: black;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: var(--graveur-font);
}

.price {
    font-size: 30px;
    font-weight: bold;
    font-family: var(--graveur-font);
}

.support-feature {
    margin: 15px 0;
    font-family: var(--fira-font);
    font-size: 24px;
}

.divider {
    border: none;
    border-top: 1px solid white;
    margin: 20px auto;
    width: 80%;
}

.subscription-card-two {
    background: #bb202a;
}

.subscription-card-three {
    background: #731012;
}

.support-card-sec {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.support-content-sec {
    padding: 0 !important;
}

.support-content-sec .donate-top .left h3 {
    color: #bc202b;
}

.support-content-sec .donate-top .left p {
    color: #bc202b;
    margin: 0;
}

.content-page.careers.support-faq-sec {
    background: none;
}

.support-faq-content h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}

.support-faq-content .accordion-list {
    /* width: 70%; */
}

.support-faq-content .accordion-list p {
    max-width: 100%;
}

.support-faq-sec.content-page.careers .content-pic {
    margin-right: -130px;
}

.support-content-sec img {
    width: 100%;
}

.support-faq-content {
    width: 70%;
    float: left;
}

/**************support page end***********/

/*********29-07-2025*********/
.search-database .search-container input.search-input {
    border: none;
}

.search-database .search-container input.search-button {
    background-color: #231f20;
    color: white;
    border: none;
    padding: 18px 25px;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    border-left: solid 10px #EE4334;
    font-family: var(--fira-font);
    border-radius: 0;
}

.international-short-title {
    width: 35%;
}

.donately-donation-form {
    background: none !important;
    font-family: var(--graveur-font) !important;
}

.donately-donation-form .donately-fields label.donately-preset-label {
    display: none;
}

.donately-preset-fields .donately-preset-amounts input[type='radio']+label,
.donately-preset-fields .donately-preset-amounts li.input {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16) !important;
    background: var(--white) !important;
}

.donately-preset-fields ul.donately-preset-amounts {
    column-gap: 30px !important;
}

.donately-preset-fields ul.donately-preset-amounts li label {
    font-family: var(--graveur-font);
    font-weight: 600 !important;
    color: var(--black) !important;
}

.donately-fields,
.donately-donation-amount,
.donately-donation-amount input#donately-amount,
.donately-currency-symbol,
.donately-toggle-parent .checkbox,
.donately-donation-frequency,
.donately-donation-form * {
    font-family: var(--graveur-font) !important;
    color: var(--black) !important;
    font-size: 22px !important;
}

.donately-donation-frequency {
    display: flex !important;
    gap: 20px !important;
}

.donately-radio-option {
    margin: 0 !important;
}

.donately-donation-form .donately-radio-option input[type='radio']+span:before,
.donately-donation-form input[type='checkbox']+span:before {
    background: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

#custom-fields-location-paymentmethods .fieldset-label {
    font-family: var(--fira-font) !important;
    color: var(--black) !important;
    text-transform: uppercase !important;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

.donately-fields.connect-bank-account input.donately-btn {
    background: #11A79D;
    border-radius: 0;
    color: var(--white) !important;
    font-family: var(--fira-font) !important;
}

.donately-donation-form select {
    border: var(--field-border-width) solid var(--field-border-color) !important;
    background-color: var(--field-background-color) !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.donately-donation-form input.donately-btn {
    background: #11A79D;
    border-radius: 0;
    color: var(--white) !important;
    font-family: var(--fira-font) !important;
}

.donately-payment-types label.button-label {
    background: #F7F6F5 !important;
}


/* .woocommerce-js h2{margin: 0 !important;} */
.careers .common-h2 {
    padding: 0 !important;
}

body .woocommerce form.login,
body .woocommerce form.checkout_coupon,
body .woocommerce form.register {
    padding: 0;
    border: none;
    margin: 20px 0 0 0;
}

.woocommerce-form.woocommerce-form-login.login>div {
    padding-bottom: 20px;
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row {
    margin-bottom: 20px;
}




/******01-08-2025******/
.signInLogo img {
    height: 60px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    /* height: 32px;
	border-bottom: 1px solid #333; */
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0 10px 0 0;
    cursor: pointer;
    padding: 10px 35px;
    background: var(--ochre-5);
    color: var(--black);
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-family: var(--fira-font);
}

/* .tab_last { border-right: 1px solid #333; } */

ul.tabs li:hover {
    background-color: #15A79C;
    color: #fff;
}

ul.tabs li.active {
    background-color: #15A79C;

    color: var(--white);
    /* border-bottom: 1px solid #fff; */
    display: block;

}

.tab_container {
    /* border: 1px solid #333; */
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 30px 0 0 0;
    display: none;
}

.tab_drawer_heading {
    display: none;
}


/******01-08-2025******/

/*****05-08-2025*****/
.bilarabi_wrap .home-weekly-wrap {
    padding-top: 90px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.bilarabi_wrap .home-weekly-box {
    width: calc(33.3% - 18px);
}

/*****05-08-2025*****/

body.font_bilarabi {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

body.font_bilarabi p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Noto Kufi Arabic", sans-serif !important;
    max-width: 70%;
    /* float: right; */
}

body.font_bilarabi h1,
body.font_bilarabi h2,
body.font_bilarabi h3,
body.font_bilarabi h4,
body.font_bilarabi h5,
body.font_bilarabi h6,
body.font_bilarabi a,
body.font_bilarabi .media-list-pagination li a {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

.article-content-full-width {
    flex-wrap: wrap;
}

.article-content-full-width .article-content-middle-l {
    width: 100%;
}

.ast-oembed-container {
    height: auto !important;
}

.pagination {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bilarabi_wrap .home-weekly-box-content {
    direction: rtl;
}

.bilarabi_wrap {
    /* padding-top: 0 !important; */
    overflow: hidden;
    clear: both;
}

.bilarabi_wrap h4 a {
    line-height: 40px;
    font-size: 34px;
}

/* body.font_bilarabi .inner-banner-sec p{max-width: 75%;} */
.donate-top .right p {
    margin: 0;
}

.donately-donation-form .donately-radio-option input:checked+span:after,
.donately-donation-form input[type='checkbox']:checked+span:after {
    top: 6px !important;
}

input#donately-city,
input#donately-state,
select#donately-state,
input#donately-zip-code,
select#donately-country,
input#donately-country {
    height: 54px !important;
}

.content-page .join-club p {
    max-width: 100%;
}

.menu-content .menu-box.red ul li a {
    font-size:48px;
    line-height:52px;
}

#subscription-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#subscription-popup .popup-content {
    background: white;
    padding: 20px;
    max-width: 400px;
    border-radius: 8px;
    text-align: center;
}

#subscription-popup button {
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#subscription-popup button:hover {
    background: #005f8d;
}


/**/
#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background-color: #fff;
}

.probox {
    background: #fff !important;
    height: 50px !important;
}

.searchicon {
    margin-right: 0 !important;
    /*border-right: solid 1px #ccc !important;*/
    padding-right: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px !important;
}

.promagnifier {
    background: #000 !important;
    color: #FFF;
    width: 150px !important;
    height: 100% !important;
}

.promagnifier span {
    font-family: var(--fira-font) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-family: var(--fira-font) !important;
    height: 100% !important;
    color: #000 !important;
    font-size: 24px;
    font-weight: 700;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content .asl_desc {
    font-family: var(--fira-font) !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input::placeholder {
    color: #000 !important;
    font-family: var(--fira-font) !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    color: #338086 !important;
}

div.asl_w .probox .proclose {
    height: 100% !important;
}

div.asl_m .probox .proclose svg {
    padding: 0 !important;
    background: none !important;
}



/* .inner-header.sticky{background: rgba(0, 0, 0, 0.6); box-shadow: none;}
.inner-header.sticky .menu-opener-defualt img, .inner-header.sticky .header-right img{filter: brightness(0) invert(1);}
.inner-header.sticky .support a, .inner-header.sticky .header-right li a{color: #fff;} */
.inner-header.sticky {
    box-shadow: none;
}

.inner-header .desktop.black_scroll_logo {
    display: block;
    margin: 0 auto;
}

/* .inner-header .desktop.white_scroll_logo{display: none;}
.inner-header.sticky .desktop.black_scroll_logo{display: none;}
.inner-header.sticky .desktop.white_scroll_logo{display: block;margin: 0 auto;} */

.latest-essays-carousel .owl-nav {
    display: none;
}

body.font_bilarabi .bilarabi-inner-banner p {
    float: right;
}


.custom-select {
    position: relative;
    font-family: Arial, sans-serif;
    width: 160px;
    cursor: pointer;
}

.selected {
    background: #e0e0e0;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: white;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.select-items li {
    padding: 8px 10px;
    font-size: 14px;
}

.select-items li:hover {
    background: #f5f5f5;
}

.select-items li.active {
    background: #4da3ff;
    color: white;
    border-radius: 4px;
}

#ast-scroll-top {
    display: none !important;
}

/* #respond{max-width: 65%;} */



/*********14-08-2025*******/

.support-partner-main {
    background: #f5e8d7;
}

.support-partner h2 {
    /*color: #ee4334; text-transform: uppercase;*/
    margin-bottom: 90px !important;
}

.support-partner ul.support-partner-ul {
    padding: 0 0 100px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.support-partner ul.support-partner-ul li {
    list-style: none;
    width: calc(33.3% - 2px);
    background: #fff;
    height: 200px;
    padding: 30px;
}

.support-partner ul.support-partner-ul li img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-height: 140px;
    width: auto;
}

.support-partner ul.support-partner-ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


.support-individual-ul {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 4px;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.support-individual-ul li {
    position: relative;
    font-family: var(--graveur-font);
    font-size: 19px;
}

.support-individual-ul li:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.support-individual-ul li a {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 24px;
    line-height: 30px;
}

.support-individual-ul li a:hover {
    color: #15A79C;
}

.support-individual-ul li:first-child:before {
    display: none;
}

.support-partner-content {
    max-width: 65%;
    margin-bottom: 60px;
}

.support-partner-content h3,
.support-partner-contentcheck h3 {
    color: var(--black);
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}

.support-partner-content p,
.support-partner-contentcheck p {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}

.support-partner-content p a {
    color: #15A79C;
}

.support-partner-contentcheckmain {
    display: flex;
    gap: 50px;
}

.support-partner-contentcheck-l {
    width: calc(50% - 25px);
}

.default-content p {
    max-width: 100%;
}

.default-content .selection {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce .addresses .title .edit,
.woocommerce-account .addresses .title .edit {
    float: none;
    padding: 0;
    font-size: 20px;
}

.woocommerce-ResetPassword .woocommerce-form-row.form-row.form-row-last {
    width: 100%;
}



/*********14-08-2025*******/

.padding-top {
    padding-top: 0 !important;
}

.padding-bottom {
    padding-bottom: 0 !important;
}

.padding-both {
    padding: 0 !important;
}

.white_scroll_logo {
    display: none;
}

.woocommerce-js h2 {
    margin: 0;
}

.top-header .container {
    max-width: 100%;
}

#main_menu .mm-panels {
    overflow-y: auto;
}

#main_menu .mm-panel {
    position: relative;
}

.search-sec-list h2 {
    padding-bottom: 30px;
}

.woocommerce-cart .tmr-fixed-qty {
    display: inline-block;
    padding: 10px;
}

.woocommerce-cart .tmr-fixed-qty input.qty {
    display: none !important;
}

.mob-view a {
    font-size: 22px;
    font-family: var(--graveur-font);
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    display: none;
}

.current-top .left h3.mob-view {
    font-family: var(--graveur-font);
    font-size: 78px;
    font-weight: bold;
    color: var(--black);
    padding-bottom: 10px;
    font-style: italic;
    display: none;
}

.current-top .left .mob-view {
    display: none;
}

.footer-logo img {
    height: 36px;
}

ul.footer-social li img {
    height: 35px;
}

.event-sec .event-wrap,
.media-video-sec .event-wrap {
    margin-top: 90px;
}

.media-video-sec h2 {
    color: #000;
}


.article-content-middle-l blockquote,
.about-content-sec blockquote {
    border: 0;
    padding: 0;
    padding-left: 100px;
    margin: 1.5em 0;
}

.article-content-middle-l blockquote p,
.about-content-sec blockquote p {
    color: #dc513f;
    font-size: 35px;
    line-height: 45px;
}


/* body.single-post hr {
    display: none;
} */

.join-club .right .form-group:last-child p {
    margin-bottom: 0;
}

.about-subscription-checkbox p {
    padding-bottom: 10px !important;
}

.join-club .right .form-group:nth-child(4n) {
    margin-bottom: 0;
}

.content-page .choose-donation p {
    max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 72%;
}

.form-group-last {
    margin: 0 !important;
}

.form-group-last p {
    margin-bottom: 0;
}

.media-sec h2 {
    padding-bottom: 90px;
}

.media-video-sec .event-wrap-r h2 a {
    font-weight: 700;
    font-size: 46px;
}

.home-weekly-box-img iframe {
    height: 220px;
}

body.font_bilarabi .common-h2 {
    text-align: right;
}


.masthead-content-sec .article-user-img {
    width: 35%;
}

.masthead-content-sec .article-user-txt {
    width: calc(65% - 20px);
}

.masthead-content-sec .article-user-img img {
    height: 270px;
}

.proinput input::placeholder {
    color: #e6e7e5;
}

.proinput input::-webkit-placeholder {
    color: #e6e7e5;
}

body #ajaxsearchlite1 .probox .proinput input[type="search"]::placeholder {
    color: #e6e7e5 !important;
    font-family: var(--fira-font);
    font-size: 24px;
    font-weight: bold;
}

body #ajaxsearchlite1 .probox .proinput input[type="search"]::-webkit-input-placeholder {
    color: #e6e7e5 !important;
    font-family: var(--fira-font);
    font-size: 24px;
    font-weight: bold;
}

body #ajaxsearchlite1 .probox .proinput input[type="search"]::-moz-placeholder {
    color: #e6e7e5 !important;
    font-family: var(--fira-font);
    font-size: 24px;
    font-weight: bold;
}

body #ajaxsearchlite1 .probox .proinput input[type="search"]::-ms-input-placeholder {
    color: #e6e7e5 !important;
    font-family: var(--fira-font);
    font-size: 24px;
    font-weight: bold;
}

body #ajaxsearchlite1 .probox .proinput input[type="search"]::-ms-input-placeholder {
    color: #e6e7e5 !important;
    font-family: var(--fira-font);
    font-size: 24px;
    font-weight: bold;
}

.support-partner-new h2 {
    font-family: var(--graveur-font);
    /*font-size: 55px;*/
}

.support-partner-banner-nw h2 {
    /*color: #ee4334; text-transform: uppercase;*/
}

body.bilarabi_single_4658 .article-hero-sec,
body.bilarabi_single_4658 .about-content-sec,
body.bilarabi_single_4658 .article-user-sec,
body.bilarabi_single_4658 .article-related-sec,
body.bilarabi_single_4658 .article-comment-sec {
    direction: rtl;
}

body.bilarabi_single_4658 .article-content-top select {
    background-position: 0 50% !important;
}

body.bilarabi_single_4658 .wp-caption-text {
    text-align: right;
}

body.bilarabi_single_4658 .article-user-sec {
    margin: 0;
    max-width: 100%;
}

body.bilarabi_single_4658 .article-comment-sec {
    float: right;
}

.book-row-flipbook {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 40px;
}

.book-row-flipbook .book-box {
    width: calc(33.3% - 7px);
}

.book-row-flipbook .book-name {
    padding: 10px 0;
}

.book-row-flipbook .book-name a {
    color: #000;
}

/* .top-header.inner-header.sticky .white_scroll_logo{display: none !important;}
.top-header.inner-header.sticky .mobile{display: block !important;} */

.top-header.inner-header .header-right {
    padding-top: 0;
}

.top-header.inner-header .header-row {
    align-items: center;
}

.top-header.inner-header {
    padding-top: 20px;
}


.article-inner-header {
    background: none;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.article-hero-sec {
    height: 100vh;
}

.article-inner-header .menu-opener img,
.article-inner-header .header-right li img {
    filter: brightness(0) invert(1);
}

.article-inner-header .support a,
.article-inner-header .header-row .header-right ul li a {
    color: #fff;
}

.article-inner-header.inner-header .desktop.black_scroll_logo {
    display: none;
}

.article-inner-header.inner-header .desktop.white_scroll_logo {
    display: block;
    margin: 0 auto;
}

.article-inner-header.sticky {
    background: #fff;
}

.article-inner-header.sticky .menu-opener img,
.article-inner-header.sticky .header-right li img {
    filter: brightness(1) invert(0);
}

.article-inner-header.sticky .support a,
.article-inner-header.sticky .header-row .header-right ul li a {
    color: #000;
}

.article-inner-header.sticky.inner-header .desktop.black_scroll_logo {
    display: block;
}

.article-inner-header.sticky.inner-header .desktop.white_scroll_logo {
    display: none;
    margin: 0 auto;
}

.article-hero-sec .article-hero-wrap {
    position: relative;
}

.article-hero-sec .article-hero-wrap::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    left: 0;
    right: 0;
    height: 300px;
    top: 0;
    width: 100%;
}


.inetrnational-content-sec .masthead-content-wrap {
    padding-top: 90px;
}

.masthead-content-wrap .short-content .read-more {
    font-family: var(--graveur-font);
    font-size: 21px;
    margin-top: 10px;
}

.masthead-content-wrap .full-content #read-less-toggle {
    font-family: var(--graveur-font);
    font-size: 21px;
    margin-top: 10px;
}

.directory-banner-bottom {
    padding-top: 0 !important;
}

/* .submission-wrap-nw{padding-top: 90px;} */
.submission-wrap-nw .submission-content-wrap {
    padding-bottom: 50px;
}

.career-gap-nw {
    padding-bottom: 90px;
}

.content-text p:last-child {
    margin: 0;
}

.press-media-box-full {
    padding-top: 90px;
}

.content-box .common-h3.book-h3 {
    padding-bottom: 70px;
}

.author-name-red {
    color: #BB202A !important;
}

/* .event-secnw .event-wrap{margin: 0;} */
.past-event-wrapnw {
    padding-top: 90px;
}

.read-less {
    font-family: var(--graveur-font);
    font-weight: 400;
    font-size: 21px;
    color: var(--black);
}

body.bilarabi_single_4658,
body.bilarabi_single_4658 .about-content-sec p,
body.bilarabi_single_4658 .article-content-middle-l h5,
body.bilarabi_single_4658 .wp-caption .wp-caption-text,
body.bilarabi_single_4658 .article-user-sec p,
body.bilarabi_single_4658 .article-related-box h2 a,
body.bilarabi_single_4658 .article-related-box h2,
body.bilarabi_single_4658 .past-event-box h3 a,
body.bilarabi_single_4658 .past-event-box p,
body.bilarabi_single_4658 .date-span,
body.bilarabi_single_4658 .hero-section-text h1 a,
body.bilarabi_single_4658 h4 {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

body.bilarabi_single_4658 .past-event-box h3 a,
body.bilarabi_single_4658 .past-event-box p,
body.bilarabi_single_4658 .past-event-box h3 {
    text-align: right;
}

body.bilarabi_single_4658 .article-content-top select {
    padding-left: 0;
}

.support-partner-new {
    padding-top: 100px;
}

body.bilarabi_single_4658 .about-content-sec p {
    line-height: 34px;
}

.article-content-top select {
    background-position: 90% 50% !important;
}

.submissionnw-h2 {
    font-family: var(--fira-font);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #bb202a;
}

.weeklynw-wrap {
    padding-top: 0 !important;
}

.submission-banner-sec .press-btn {
    margin: 60px 5px 0 5px;
}

.about-content-sec h4 {
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

figcaption {
    font-family: var(--graveur-font);
    font-size: 18px;
}

.article-single-usernw.article-user-sec p strong a {
    color: #000;
    text-decoration: underline;
    font-size: 26px;
}

.article-innernw .date-span .author-name-red {
    font-size: 24px;
}

.tmr-listnw .home-weekly-wrap,
.tmr-listnw {
    padding-top: 0 !important;
}

.content-area.primary {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.current-tmrnw {
    padding-bottom: 100px !important;
}

.wp-caption {
    clear: both;
}

.alignleft {
    clear: left;
}

.single-article-contentnw a em,
.article-content-middle-l a em,
.article-content-middle-l a {
    font-size: 24px;
}

.supportpartner-wrapnw {
    background: #f5e8d7;
}

.supportpartner-wrapnw .support-partner-new {
    padding-top: 0 !important;
}

.article-user-txt a {
    text-transform: capitalize;
    color: #000;
    text-decoration: underline;
}

.article-user-txt a:hover {
    color: #11A79D;
}

.article-related-box-r a {
    aspect-ratio: 300 / 190;
    display: block;
}

.article-related-box-r a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bilarabi-inner-banner .common-h2 {
    padding-bottom: 90px;
}

.writer-content-wrapnw {
    margin-top: 0 !important;
}

.inetrnational-content-secnw {
    padding-top: 100px;
}

.inner-h2 {
    font-family: var(--fira-font);
}

#main_menu {
    z-index: 99999;
    height: 100vh;
}

.mm-navbars--top {
    background: #fff;
}

.menu-content .menu-box.maroon .current-pic img {
    width: auto;
    height: 350px;
}

/* .heateor_sss_svg{filter: grayscale(1) !important;} */

.single-article-contentnw iframe {
    margin-bottom: 30px;
}

.single-post .article__wrap iframe{max-width: 780px !important; margin-bottom: 30px;}
.single-post .inner-banner-img{max-width: 780px !important;}
.single-post .article__wrap img{max-width:100% !important; width: auto;}
.single-post .inner-banner-img{justify-content: flex-start;}

.img-bottom-tag{display: block;
    text-align: center;
    padding: 10px 0 20px 0;
    font-size: 16px; max-width: 780px;}





.share-dropdown {
    position: relative;
    display: inline-block;
    font-family: var(--fira-font);
    font-size: 14px;
}

.share-dropdown-toggle {
    cursor: pointer;
    /* padding: 8px 12px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px; */
    display: inline-block;
    font-family: var(--fira-font);
    position: relative;
}
.share-dropdown-toggle:before{position: absolute; content: '';background: url(../images/drop-arrow.png)right top no-repeat; right: -16px;
    top: 50%;
   width: 10px;
    height: 8px;
    background-size: 100%;
    transform: translateY(-50%);}

.share-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: white;
    border: 1px solid #000;
    border-radius:0;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    min-width: 110px;
        /* padding: 5px 0; */
}

.share-dropdown-menu li {
    /* border-bottom: 1px solid #eee; */
}
.share-dropdown-menu li:hover{

}
.share-dropdown-menu li:last-child {
    border-bottom: none;
}

.share-dropdown-menu a {
    display: block;
    padding:8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    font-family: var(--fira-font);
}

.share-dropdown-menu a:hover {
    /* background-color: #f0f0f0; */
     border-bottom: 1px solid #000;
}
/* .share-dropdown-menu a:last-child:hover{
    border: none;
} */



.loginWrapperLeft img{
    height: 100vh;
    object-fit: cover;
}

.login_desk_img{background-size: 50% 100% !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;height: 100vh;}
.login_desk_img .loginWrapper{background: none;}

body.bilarabi_single_4658 .article-innernw{overflow: hidden; clear: both;}
body.bilarabi_single_4658 .share-dropdown-toggle:before{left:-16px; right: auto;}
body.bilarabi_single_4658 .share-dropdown-menu{right: 0; left: auto;}
body.bilarabi_single_4658 h3.common-h3, body.bilarabi_single_4658 .article-hero-sec p{font-family: "Noto Kufi Arabic", sans-serif !important;}
body.bilarabi_single_4658 .article-img-full .container, .article-img-full .container{padding:0; max-width: 100%;}
body.bilarabi_single_4658 .article-hero-sec{height: auto;}
body.bilarabi_single_4658 .article-hero-wrap{height: 100vh;}
body.bilarabi_single_4658 .img-bottom-tag{text-align: right;}
.article-hero-sec{height: 100% !important;}
.article-hero-sec .article-hero-wrap{height: 100vh;}
.article-content-sec{clear: both;}
/* .ast-oembed-container{padding-top: 0 !important;} */

.wp-caption.alignleft{padding-right: 20px;}
.wp-caption{width: auto !important;}

.article-content-middle{padding-bottom: 80px;}
.sub-title p{text-align: center !important;}
.subscription-card p{text-align: center;}

.wp-caption.alignright{padding-left: 20px;}
.single-post .gallery{max-width:780px; display: flex; flex-wrap: wrap;}
.single-post .gallery .gallery-item{max-width:50%;}
/**/
/* ........style added 8-9-25........... */
.faqwrpcont{ display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; padding-bottom: 40px;}
.faqwrpcont .content-pic{ margin-right: 0 !important;
    /* padding: 0 !important; */
    width: 25% !important;
    order: 2;
    margin-right: -15px !important;
    padding: 100px 0 0 0;}
.faqwrpcont .content-pic img{transform: rotate(-10deg) skew(5deg, 0deg);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);}
.faqwrpcont .support-faq-content{ width: 70% !important; order:1}
/* ........style added 8-9-25........... */
.hero-category {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-category h5 span{ margin-right: 0;}

.content-page li{
    color: var(--black);
    font-family: var(--graveur-font);
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    list-style-type: disc;
}

.page-template-page-bookclub .content-text h3{font-family: var(--graveur-font);}
.page-template-page-bookclub .content-text h4, h4{font-family: var(--graveur-font); font-weight:700; font-size: 26px; padding-bottom: 30px;}


.common-buynow-btn{background: #BB202A; padding: 10px 20px 10px 25px; border-radius: 4px; color: #fff;}
.buy-now-btn-wrap{margin: 0 auto; text-align: center; padding-top: 30px;}
.common-buynow-btn.read-more::after{filter: invert(1) brightness(100%);}
.common-buynow-btn:hover{color: #fff;}
.buy-now-btn-list{margin: 0;text-align: left;}

.bilarabi_nocontent{padding-bottom: 0 !important;}
.bilarabi_nocontent h2.common-h2{padding-bottom: 0 !important; margin-bottom: 0 !important;}

.book-name .woocommerce-Price-amount{font-size: 24px; font-weight: 600; padding-top: 20px; display: block;}

.top-header.inner-header{position: relative; top: auto;}
.top-header.inner-header.sticky{position: fixed;}
.art-store-details-right .feature{margin-bottom:40px;}
.current-top .right.art-store-details-right p{font-size: 24px;}
.art-store-details-right .woocommerce-Price-amount{font-size:32px; font-weight: 600;font-family: var(--fira-font);}
.art-store-details-right .quantity input{background: none; border: solid 1px var(--black);}
.art-store-details-right .cart{display: flex; gap:20px;}
.ast-plain-container.ast-no-sidebar #primary{margin: 0 !important;}
.art-store-details-right{padding-bottom: 50px;}

.hero-ul{padding: 0; margin: 0 0 25px 0; display: flex; gap:15px;align-items: center;}
.hero-ul li{list-style: none; color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;}
.hero-ul li span{background: rgba(244, 244, 244, 0.5);
    padding: 3px 6px;
    font-size: 18px;
    display: inline-block; color: #000; text-transform: uppercase;}
.hero-ul li strong{position: relative; padding-left: 16px;}
.hero-ul li strong:before{position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 4px;
    top:9px;}
.hero-ul li.banner_cat_label{width: 90px;}
.hero-ul li:nth-child(2n){width:35%;}
.hero-ul li:nth-child(3n){width: 50%;}
.top-header.inner-header.article-inner-header{position: fixed;}
.bilarabi_wrap .home-weekly-wrap{padding-top: 0 !important;}

iframe{margin-bottom:30px;}

/* body.single-post hr {
    display: none;
} */
body.single-post hr{max-width: 780px;}










/**/
