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

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

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

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

:root {
    --success: #459888;
    --warning: #E0B225;
}

/* Let's get this party started */

::-webkit-scrollbar {
    width: 6px;
    background: #f6f6f6;
}

/* Track */

::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #D4BA90;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #D4BA90;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Century Gothic', sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a, button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
    color: inherit;
}

a:hover, a:active, a:focus {
    text-decoration: none !important;
    color: inherit;

}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

/*********loader********/
.loader-wrap2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #231F20;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11111;
}

.animation {
    height: 50px;
    overflow: hidden;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.animation > div > div {
    padding: 0.25rem 0.75rem;
    height: 2.81rem;
    margin-bottom: 2.81rem;
    display: inline-block;
}

.animation div:first-child {
    animation: text-animation 8s infinite;
}


@keyframes text-animation {
    0% {
        margin-top: 0;
    }
    10% {
        margin-top: 0;
    }
    20% {
        margin-top: -5.62rem;
    }
    30% {
        margin-top: -5.62rem;
    }
    40% {
        margin-top: -11.24rem;
    }
    60% {
        margin-top: -11.24rem;
    }
    70% {
        margin-top: -5.62rem;
    }
    80% {
        margin-top: -5.62rem;
    }
    90% {
        margin-top: 0;
    }
    100% {
        margin-top: 0;
    }
}


/*********Home Page**************/
.home-section {
    min-height: 100vh;
    background: #231F20 url("../images/bg-stars.svg") center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 41px 0;
    z-index: 100;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    max-width: 150px;
}

.main-menu {
    width: calc(50% - 150px);
}

.main-menu ul.main-menu-ul {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-menu ul.main-menu-ul .dropdown-menu {
    width: 750px;
}

.main-menu a {
    color: #F0EBE1;
    font-size: 16px;
    font-weight: 400;
}

.main-menu .dropdown-menu a {
    color: #000;
}

.btn-lang {
    border: 1px solid #F0EBE1;
    line-height: 30px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

.apply-btn {
    border-bottom: 2px solid #F0EBE1;
    font-weight: 700 !important;
    line-height: 40px;
    display: inline-block;
}

.home-section h2 {
    color: #F0EBE1;
    font-size: 30px;
    text-align: center;
    opacity: 0.5;
    font-weight: 400;
}

.home-section .item h3 {
    color: #F0EBE1;
    font-size: 50px;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.1;
    transition: all 2s ease;
}

.home-section .item p {
    color: #F0EBE1;
    font-size: 25px;
    text-align: center;
    opacity: 0;
    line-height: 31px;
    transition: all 2s ease;
    display: none;

}

.slider-home {
    width: 100%;
    margin-top: 20px;
}

.slider-home .item {

}

.slider-home .owl-item.center p {
    opacity: 0.5;
}

.slider-home .owl-item.center h3 {
    opacity: 1;

}

.slider-p {
    color: #F0EBE1;
    font-size: 20px;
    text-align: center;
    opacity: 0.5;
    line-height: 31px;
    margin-top: 30px;
    height: 90px;
}

.about-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.btn-outline-light {
    color: #F0EBE1;
    border-color: #F0EBE1;
}

.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
    color: #231F20;
    border-color: #F0EBE1;
    background-color: #F0EBE1;
}

.btn-light {
    border-color: #F0EBE1;
    background-color: #F0EBE1;
    color: #231F20;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
    color: #231F20;
    border-color: #fdf1de;
    background-color: #fdf1de;
}

.numbers-section {
    padding: 150px 0;
    /*min-height: 100vh;*/
    background: #231F20 url("../images/bg-stars.svg") center;
    background-attachment: fixed;
}


.num-section-title {
    color: #F0EBE1;
    font-size: 25px;
    font-weight: 700;
    opacity: 0.5;
}

.numbers > div {
    margin-top: 100px;
}

.num-item {
    color: #F0EBE1;
}

.num-item h3 {
    color: #F0EBE1;
    font-size: 60px;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

html[lang=ar] .num-item h3 {
    font-size: 50px;
}

.cj-item-title {
    display: flex;
    align-items: baseline;
}

.num-item p {
    color: #F0EBE1;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.5;
    max-width: 350px;

}

.currency {
    font-size: 35px;
    margin-left: 20px;
}

html[lang=ar] .currency {
    margin-right: 20px;
    margin-left: 0;
}

.light-style {
    background: #fff;
}

.light-style .num-section-title {
    color: #231F20;
    font-size: 50px;
    font-weight: 400;
    opacity: 1;
}

.light-style .num-item h3 {
    color: #231F20;
}

.light-style .num-item p {
    color: #231F20;
}

.programs-section {
    padding: 100px 0;
}

.sec-hed h2 {
    font-size: 25px;
    color: #231F20
}

.sec-hed p {
    font-size: 50px;
    color: #231F20
}

.programs-grid > div {
    border-left: 2px solid #F0EBE1;
    border-bottom: 2px solid #F0EBE1;
}

html[lang=ar] .programs-grid > div {
    border-right: 2px solid #F0EBE1;
    border-left: none;
}

.programs-grid > div:nth-child(1), .programs-grid > div:nth-child(4), .programs-grid > div:nth-child(7) {
    border-left: none;
}

.programs-grid > div:nth-child(4), .programs-grid > div:nth-child(5), .programs-grid > div:nth-child(6) {
    border-bottom: none;
}

html[lang=ar] .programs-grid > div:nth-child(1), html[lang=ar] .programs-grid > div:nth-child(4), html[lang=ar] .programs-grid > div:nth-child(7) {
    border-right: none;
}


.program-item {
    text-align: center;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.program-item p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.programs-grid {
    margin-top: 60px;
}

.program-item-hover {
    background: #231F20;
    color: #F0EBE1;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    text-align: initial;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 5;
}

.program-item:hover .program-item-hover {
    opacity: 1;
    bottom: 0;
}

.program-item-hover h2 {
    color: #F0EBE1;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.program-item-hover h3 {
    color: #F0EBE1;
    font-weight: 700;
    font-size: 16px;
}

.program-item-hover ul li {
    color: #F0EBE1;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}

.program-link {
    width: 25px;
    height: 25px;
    background: url("../images/link.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 6;
}

html[lang=ar] .program-link {
    right: auto;
    left: 30px;
}

.program-item:hover .program-link {
    background-image: url("../images/link-w.svg");
}

.portfolio-section {
    padding: 0 0;
}

.portfolio-list {
    margin-top: 60px;
}

.port-item {
    position: relative;
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.port-item:hover {
    opacity: 1;
}

.port-item img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    max-height: 120px;

}

.port-item:hover img {
    filter: grayscale(0);
}

.port-item .img {
    margin-bottom: 15px;
}

.port-item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

html[lang=ar] .port-item p {
    font-size: 16px;
}

.item-links {
    margin-top: auto;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}


.item-links a {
    margin-right: 10px;
}

.item-links span {
    transition: color 0.3s ease-in-out;
}

.port-item.falak_venture:hover .item-links span {
    color: var(--success);
}

.port-item.flagship_program:hover .item-links span {
    color: var(--warning);
}

.port-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/portfolio-bg.svg");
    width: 149px;
    height: 152px;
    background-size: contain;
    z-index: 1;
}

.more-link {
    margin-top: 120px;
    text-align: center;
}

.more-link a {
    color: #231F20;
    border-bottom: 2px solid #231F20;
    line-height: 31px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
}

.portfolio-section .more-link {
    margin-bottom: 120px;
}

.connect-section {
    padding: 120px 0;
}

.connect-slider {
    margin-top: 60px;
}

.connect-slider .item {
    width: 100%;
    height: 200px;
    justify-content: center;
    display: flex;

}

.connect-slider .item img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    object-fit: contain;
}

.connect-slider .item:hover img {
    filter: grayscale(0);
}

.stories-list .item h3 {
    font-weight: 400;
    color: #231F20;
    font-size: 40px;
    line-height: 60px;
}

.stories-list .item p {
    font-weight: 400;
    color: #231F20;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.blog-more {
    margin-top: auto;
}

.blog-more a {
    font-size: 23px;
    font-weight: 400;
    color: #231F20;
    display: flex;
    align-items: center;
}

.stories-list .owl-dots {
    position: absolute;
    right: 0;
    transform: translate(0, -50%);
    top: 50%;
}

.stories-list .owl-dots {
    width: 3px;
    display: flex;
    flex-direction: column;
}

.stories-list .owl-dots .owl-dot span {
    width: 3px;
    height: 60px;
    margin: 0 0 10px 0;
    background: #404040;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    opacity: 0.26;
}

.stories-list .owl-dots .owl-dot.active span, .stories-list .owl-dots .owl-dot:hover span {
    background: #404040;
    opacity: 1;
}

.stories-list .item img {
    border-radius: 10px;
    width: 100%;
}

.stories-list {
    margin-top: 60px;
}

.stories-section {
    padding: 0 0 120px 0;
}

.why-section {
    padding: 120px 0;
    background: #231F20 url("../images/why-bg.svg") center top;
}

.why-section .sec-hed p {
    color: #F0EBE1;
}

.why-data {
    color: #F0EBE1;
    margin-top: 20px;
}


.why-data p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.why-data .blog-more a {
    color: #F0EBE1;
    font-size: 18px;
}

.ic-download {
    background: url("../images/dwnload.svg") no-repeat;
    width: 18px;
    height: 18px;
}

.download-section {
    background: #231F20 url("../images/download-bg.svg") center center no-repeat;
    height: 100vh;
    transition: all 0.3s ease-in-out;
}

.download-section .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.download-section h2 {
    font-size: 50px;
    color: #F0EBE1;
    font-weight: 400;
    margin-bottom: 30px;
}

.download-section p {
    font-size: 25px;
    color: #F0EBE1;
    font-weight: 400;
    margin-bottom: 60px;
}

.download-section .btn {
    min-width: 260px;
    font-size: 20px;
    font-weight: 400;
}

.download-section .btn:hover .ic-download,
.download-section .btn:active .ic-download,
.download-section .btn:focus .ic-download {
    background-image: url("../images/dwnload-b.svg");
}

footer {
    background-color: #231F20;
    padding-top: 60px;
}

.footer-menu, .footer-right {
    color: #F0EBE1;
    font-size: 20px;
    font-weight: 400;
}

.footer-right {
    width: 320px;
}

.footer-menu a, .footer-right a {
    color: #F0EBE1;
    font-size: 16px;
    font-weight: 400;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu h2, .footer-right h2 {
    color: #F0EBE1;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.font-bold {
    font-weight: 700;
}

.newsletter input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #F0EBE1;
    color: rgba(240, 235, 225, 0.5);
    font-size: 16px;
    line-height: 40px;
}

.footer-social > a {
    color: #F0EBE1;
    font-size: 35px;
}

.contact-data li {
    margin-bottom: 10px;
}

.copyright {
    padding: 50px 0;
    text-align: center;
    color: rgba(240, 235, 225, 0.5);
    font-size: 16px;
    font-weight: 400;
}

header.fixed {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header.fixed .main-menu a, .inner-page .main-menu a {
    color: #221E1F;
}

header.fixed .apply-btn, .inner-page .apply-btn {
    border-bottom: 2px solid #221E1F;
}

header.fixed .btn-lang, .inner-page .btn-lang {
    border: 1px solid #221E1F;
}

.logo-white {
    display: block;
}

.logo-black {
    display: none;
}

header.fixed .logo-white, .inner-page .logo-white {
    display: none;
}

header.fixed .logo-black, .inner-page .logo-black {
    display: block;
}

.partners-home-section {
    min-height: 73vh;
    background: #F0EBE1;
    display: flex;
    align-items: center;
}

.partner-top-text h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 65px;
    max-width: 85%;
}

.partner-top-text p {
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;

}

.success-section {
    background: #231F20;
    padding: 120px 0;
    color: #F0EBE1;
}

.success-section .sec-hed p {
    color: #F0EBE1;
}

.success-list > div {
    margin-top: 60px;
}

.success-item h3 {
    font-size: 20px;
    font-weight: 400;
    white-space: pre-line;
}

.success-item .img {
    margin-bottom: 20px;
}

.client-journey {
    padding: 120px 0;
}

.client-journey > div {
    margin-top: 60px;
}

.cj-item {
    opacity: 0.6;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
}

.cj-item:hover {
    opacity: 1;
}

.cj-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: inline-block;
}

.cj-item .num {
    font-size: 60px;
    font-weight: 400;
    color: #000;
    display: inline-block;

}

.cj-item .num span {
    font-size: 16px;
    font-weight: 700;
}

.cj-item p {
    font-size: 16px;
    font-weight: 400;
}

.cj-item ul {
    list-style-type: '-';
    list-style-position: outside;
}

.cj-item ul li {
    padding-left: 10px;
}

.partners-contact {
    background: #F0EBE1;
    padding: 120px 0;
}

.partners-contact-text h2 {
    font-size: 50px;
    color: #231F20;
    font-weight: 400;
    margin-bottom: 20px;
    white-space: pre-line;
}

.partners-contact-text p {
    font-size: 23px;
    color: #231F20;
    font-weight: 400;
    white-space: pre-line;

}

.partners-contact-more {
    margin-top: 40px;
}

.partners-contact-more .btn {
    font-size: 23px;
    border-radius: 5px;
}

.frame-video iframe {
    width: 100%;
    height: 450px;
}


.portfolio-page-section {
    background: #F0EBE1;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.portfolio-page-section .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    min-height: calc(100vh - 160px);
}

.portfolio-page-section .container h2 {
    max-width: 100%;
}

.portfolio-numbers .light-style {
    background: transparent;
}

.portfolio-numbers .numbers > div {
    margin-top: 60px;
}

.portfolio-numbers {
    width: 100%;
    margin-top: 110px;
}

.portfolio-numbers h2 {
    opacity: 0.6;
}

.inner-page .portfolio-section {
    padding-top: 120px;
}

.inner-page .portfolio-section .portfolio-list > div {
    margin-bottom: 50px;
}

.founders-section {
    padding: 120px 0;
}

.founders-list > div {
    margin-top: 60px;
}

.founder-item {
    opacity: 0.8;
    transition: filter 0.3s ease-in-out;
}

.founder-item:hover {
    opacity: 1;
}

.founder-item .img {
    width: 190px;
    height: 190px;
}

.founder-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    border-radius: 8px;
}

.founder-item:hover .img img {
    filter: grayscale(0);
}

.founder-item h3 {
    font-size: 23px;
    margin-top: 15px;

}

.founder-item p {
    font-size: 20px;
    margin-top: 15px;
}

.founder-links {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.founder-links a {
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 5px;
}

.blog-details {
    padding: 250px 0 120px 0;
}

.post-title h1 {
    text-align: center;
    font-size: 50px;
}

.post-title {
    margin-bottom: 60px;
}

.breadcrumb {
    margin-bottom: 60px;
}

.breadcrumb-item + .breadcrumb-item:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    content: "\f105";
    color: #D1D0D0
}

.breadcrumb-item {
    font-size: 23px;
    color: #231F20
}

.breadcrumb-item a {
    color: #253E89;
    font-weight: 700;
}

.meta-data h4 {
    color: #231F20;
    opacity: 0.5;
    font-size: 20px;
    font-weight: 700;
}

.meta-data h3 {
    color: #231F20;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}

.author {
    display: flex;
    align-items: center;
}

.author .img > div {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.author .img > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author .img {
    margin-right: 20px;
}

.post-content {
    padding: 60px 0 20px 0;
    font-size: 23px;
    line-height: 50px;
}

.post-content p {
    margin-bottom: 15px;
}

.post-hashtag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.post-hashtag a {
    margin-bottom: 10px;
    margin-right: 15px;
    font-size: 23px;
    font-weight: 700;
}

.food-brain {
    margin-top: 60px;
    padding: 60px;
    background: #F0EBE1;
    border-radius: 5px;
}

.food-brain-text h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 60px;
}

.food-brain-text p {
    font-size: 20px;
    font-weight: 400;
}

.food-brain-share {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.food-brain-share p {
    font-size: 30px;
    font-weight: 400;
    margin-right: 30px;
}

.food-brain-share a {
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 5px;
}

.newsletter-post {
    width: 100%;
}

.newsletter-post input {
    border-bottom: 2px solid #221F20;
    color: rgba(0, 0, 0, 0.29);
    font-size: 20px;
    line-height: 40px;
}

.menu-item {
    border-radius: 5px;
    background-color: transparent;
    font-size: 20px;
    padding: 15px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.menu-border-top {
    border-top: 1px solid #CECECE;
}

.menu-border-left {
    border-left: 1px solid #CECECE;
}

.dropdown-menu {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    border: none !important
}

.menu-item:hover {
    background: #F7F7F7;
}

.menu-item.menu-item-img:hover {
    background: transparent;
}


.menu-item b {
    display: block;
    width: 100%;
}

.menu-item span {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.menu-item2 span {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #15715F;
}

.menu-item2 b {
    font-weight: 400;
}

.menu-item-img {
    padding: 0 !important;
}

.menu-item-img .img1 {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.menu-item-img .img1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-item2-img .img1 {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.menu-item2-img .img1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.academy-page-section {
    min-height: 60vh;
    padding-top: 170px;
}

.academy-page-section .img {
    min-height: calc(60vh - 120px);
    width: 100%;
    display: flex;
}

.academy-page-section-all .img {
    min-height: 130px;
    width: 130px;
}

.academy-page-section .img img {
    object-fit: cover;
}

.academy-text h1 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 10px;
}

.academy-text p {
    font-size: 23px;
}

.academy-list {
    padding: 100px 0;
}

.academy-item h3 {
    font-size: 25px;
    margin-top: 20px;
}

.academy-item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.academy-item img {
    height: 35px;
    width: 35px;
}

.learn-free {
    padding: 120px 0;
}

.learn-free-head h2 {
    font-size: 50px;
    font-weight: 400;
}

.learn-free-head p {
    font-size: 23px;
    font-weight: 400;
}

.learn-item {
    display: flex;
    align-items: center;
}

.learn-item .img {
    margin-right: 20px;
}

.learn-item .img > div {
    width: 130px;
    height: 130px;
}

.learn-item2 {
    flex-direction: column;
}

.learn-item2 .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.learn-item2 .img > div {
    width: 100%;
    height: 300px;
}

.learn-item .img > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.learn-item h3 {
    font-size: 20px;
}

.learn-item p {
    font-size: 16px;
    margin-top: 10px;
}

.learn-items > div {
    margin-top: 60px;
}

.learn-filters {
    margin-top: 40px;
}

.alumni-page-section {
    padding: 250px 0 120px 0;
    min-height: 100vh;

}

.alumni-img {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.alumni-img img {
    position: relative;
    height: 160px;
    /*height: 275px;*/
    width: 100%;
    object-fit: cover;
}

.alm-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.alm-data h3 {
    font-size: 16px;
    color: #fff;
}

.alm-data h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.alumni-imgs > div {
    margin-bottom: 0;
    margin-top: 0;
}

.alumni-imgs > div:first-child .alumni-img {
    margin-top: 60px;
}

.alumni-imgs > div:nth-child(3) .alumni-img {
    margin-top: 60px;
}

.alumni-imgs > div:nth-child(4) .alumni-img {
    margin-top: 60px;
}

.alumni-imgs > div:nth-child(5) .alumni-img {
    margin-top: 0;
}

.alumni-imgs > div:nth-child(6) .alumni-img {
    margin-top: 60px;
}


.alumni-top-text {
    padding-top: 60px;
}

.alumni-page-section .newsletter p {
    font-size: 20px;
    font-weight: 700;
}

.alumni-top-text h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 65px;
}

.say {
    position: relative;
}

.say-slider .owl-stage-outer {
    padding-top: 150px;
}

.say-slider .item {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 400px;
}

.say-slider .item .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    z-index: 5;
}

.say-text {
    background: #F0EBE1;
    height: 100%;
    width: calc(100% - 200px);
    padding: 50px 40px 40px 140px;
    margin-left: 200px;
    position: relative;
    z-index: 1;
}


.say-text:after {
    position: absolute;
    left: 125px;
    top: -115px;
    background: url("../images/q.png") top center no-repeat;
    width: 71px;
    height: 151px;
    content: '';
}

.say-text p {
    font-size: 23px;
    font-weight: 400;
    white-space: pre-line;
}

.say-title {
    position: relative;
    right: 0;
    top: 130px;
    left: auto;
    text-align: right;
    font-size: 50px;
    font-weight: 400;
}

.say + .stories-section {
    padding-top: 120px;
}

.start-up-filters {
    padding: 50px 0;
}

.start-up-filters select {
    background: #fff;
    margin-right: 30px;
    width: 120px;
}


.say-slider .owl-dots {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    align-content: center;
    width: 100%;

    position: absolute;
    right: auto;
    transform: inherit;
    top: auto;
    left: auto;
    bottom: -60px;
}

.say-slider .owl-dots .owl-dot span {
    width: 60px;
    height: 3px;
    margin: 0 5px 10px 5px;

    background: #404040;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    opacity: 0.26;
}

.say-slider .owl-dots .owl-dot.active span, .say-slider .owl-dots .owl-dot:hover span {
    background: #404040;
    opacity: 1;
}

.most-popular h3 {
    font-size: 25px;
    font-weight: 400;
}

.learn-data h3 {
    font-size: 20px;
    font-weight: 700;
}

.learn-items.most-popular > div {
    margin-top: 40px;
}

.academy-page-section-all {
    padding-top: 250px;
}

.industry-title {
    font-size: 16px;
    font-weight: 400;
}

.browse_all {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline !important;
    white-space: nowrap;
}

.main-menu a.active {
    font-weight: 700 !important;
}

/*@media (min-width: 1400px) {*/
/*    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {*/
/*        max-width: 1680px;*/
/*    }*/

/*    .main-menu a {*/
/*        font-size: 22px;*/
/*    }*/
/*    .btn-lang {*/
/*        line-height: 40px;*/
/*    }*/
/*    .num-item h3 {*/
/*        font-size: 100px;*/
/*    }*/
/*    .num-item p {*/
/*        font-size: 20px;*/
/*    }*/
/*    .sec-hed p {*/
/*        font-size: 70px;*/
/*    }*/
/*    .program-item p {*/
/*        font-size: 20px;*/
/*        line-height: 35px;*/
/*    }*/
/*    .program-item {*/
/*        padding: 50px;*/
/*    }*/
/*    .program-item-hover ul li {*/
/*        font-size: 20px;*/
/*        margin-bottom: 15px;*/
/*    }*/
/*    .program-item-hover h3 {*/
/*        font-size: 20px;*/
/*    }*/
/*    .stories-list .item h3 {*/
/*        font-size: 70px;*/
/*        line-height: 85px;*/
/*    }*/
/*    .stories-list .item p {*/
/*        font-size: 23px;*/
/*        line-height: 35px;*/
/*        margin-top: 60px;*/
/*    }*/
/*    .blog-more a {*/
/*        font-size: 20px;*/
/*    }*/
/*    .why-data p {*/
/*        font-size: 20px;*/
/*    }*/
/*    .why-data {*/
/*        margin-top: 60px;*/
/*    }*/
/*    .download-section h2 {*/
/*        font-size: 70px;*/
/*    }*/
/*    .about-btn {*/
/*        bottom: 100px;*/
/*    }*/
/*    .home-section .item h3 {*/
/*        font-size: 100px;*/
/*    }*/
/*    .home-section h2 {*/
/*        font-size: 40px;*/
/*    }*/
/*    .slider-home {*/
/*        margin-top: 40px;*/
/*    }*/
/*    .slider-p {*/
/*        font-size: 25px;*/
/*        margin-top: 60px;*/
/*    }*/

/*}*/

/***Mobile-menu******/
.mobile-menu-btn {
    display: none;
}

.menu-trigger {
    cursor: pointer;
    position: relative;
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-indent: -9999em;*/
    z-index: 99;
    /*display: none;*/
    /*float: left;*/
    margin-top: 0;

}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1E8AB7;
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 0;
}

.menu-trigger span:before,
.menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1E8AB7;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.menu-trigger span:after {
    width: 22px;
}

.menu-trigger span:before,
.menu-trigger span:after {
    content: "";
}

.menu-trigger span {
    top: 16px;
}

.menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #000;
}

.menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #000;
}

/*mobile menu*/
/*menu*/
.menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 80%;
    background-color: #FFFFFF;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 120px;
    margin: auto;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(33, 150, 198, 0.05);
    color: var(--primary);
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    font-weight: 500;
    opacity: 0.8;
}

.mmenu > ul li a > span {
    display: inline-block;
    margin-left: 10px;
}

.mmenu > ul li a > i, .mmenu > ul li a > img {
    margin-right: 5px;
}

html[lang=ar] .mmenu > ul li a > i, html[lang=ar] .mmenu > ul li a > img {
    margin-right: 0;
    margin-left: 5px;
}

.mmenu > ul li a:hover {
    color: #2196C6;
    opacity: 1;
}


.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

html.menu-toggle {
    overflow: hidden;
}

.menu-trigger {
    display: none;

    cursor: pointer;
    position: relative;
    width: 42px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F0EBE1;
    border: 1px solid #231F20;
    color: #231F20;
}

html[lang=ar] .port-bg {
    right: auto;
    left: 0;
}

.dropdown-menu.show {
    transform: translate3d(0px, 60px, 0px) !important;
}

.dropdown-toggle.show {
    font-weight: 700;
}


.business-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
}

.business-icons > div {
    max-width: 20%;
}


.business-icons > div .img {
    margin-bottom: 15px;
}

.business-icons > div .img img {
    height: 60px;
}

.business-icons > div h3 {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.business-solutions-section .light-style .num-item p {
    color: #000000;
    opacity: 1;
}

.business-solutions-section .portfolio-numbers {
    margin-top: 50px;
}

.business-solutions-section.portfolio-page-section .container h2 {
    white-space: pre-line;
}

.private-office-section {
    padding: 80px 0;
}


.sec-head h2 {
    font-size: 40px;
    font-weight: 400;
    color: #231F20;
    margin-bottom: 15px;
}

.sec-head p {
    font-size: 18px;
    color: #231F20
}

.sec-title {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

.sec-title span {
    font-weight: 700;
}

.private-office-item {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;

}

.private-office-item .img {
    height: 250px;
    margin-bottom: 15px;
}

.private-office-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.private-office-item h3 {
    font-size: 18px;
    font-weight: 700;
}

.price-p {
    padding-left: 20px;
    text-align: center;
}

.price-p p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.price-p span {
    color: rgba(64, 64, 65, 0.6);
    font-size: 15px;
}

.member-details {
    margin-top: auto;
}

.member-details p {
    font-size: 17px;
    font-weight: 700;
}

.member-details ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
}

.included-services {
    text-align: center;
    padding: 80px 0;
}

.included-services h2 {
    color: rgba(64, 64, 65, 0.6);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;

}

.included-services-list {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.included-services-list .img img {
    height: 70px;
}

.included-services-list h3 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 400;
}

.included-services-notes {
    text-align: left;
}

.included-services-notes .package-hint-2 {
    color: rgba(64, 64, 65, 0.6);
    font-size: 16px;
    font-weight: 700;
}


.book-tour-section {
    padding: 80px 0;
    background: #231F20;
    color: #fff;
    border-bottom: 3px solid #404040;
}

.book-tour-list > div {
    margin-bottom: 40px;
}

.book-tour-section .item {
    height: 100%;
}

.book-tour-section .item .img {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.book-tour-section .item .img img {
    max-height: 70px;
}

.book-tour-section .item h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    white-space: pre-line;
}

.meet_description {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
}

.private-office-item-imgs .img2 {
    height: 80px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.private-office-item-imgs {
    text-align: center;
    margin-top: 20px;
}

.private-office-item-imgs .img2 img {
    height: auto;
    max-height: 70px;
}

.private-office-item-imgs h3 {
    font-size: 15px;
    font-weight: 400;
}

.private-office-item-imgs > div {
    margin-bottom: 30px;
}

.meet-room-item h4 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
}

.meet-room-item .hosts {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.room-modal .modal-content {
    background-color: #F0EBE1;
    height: calc(100vh - 100px);
}

.modal-loader {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;

}

/*.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {*/
/*    display: none !important;*/
/*}*/

.calendar_container .steps {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.calendar_container .steps ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: relative;
}

.calendar_container .steps ul:after {
    position: absolute;
    left: 40px;
    top: 50%;
    border-bottom: 1px dashed #000000;
    content: '';
    width: calc(100% - 80px);
    z-index: 1;

}

.room-modal .modal-title {
    text-align: center;
    font-size: 30px;
    width: 100%;
}


.calendar_container {
    background-color: #F0EBE1;
    padding: 80px 0;
}

.fc-theme-standard td, .fc-theme-standard th {
    border-color: #000 !important;
}

/*.fc .fc-scrollgrid table {*/
/*    border: 1px solid #000 !important;*/
/*}*/

.calendar_container .steps .current-info {
    display: none;
}

#calendar {
    border: 1px solid #000;
    border-radius: 15px;
    overflow: hidden;

}

.calendar_container .steps .number {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 1px;
    overflow: hidden;
    text-indent: 999px;
    margin: auto;
    background: #F0EBE1;
}

.calendar_container .steps li {
    color: #f0ebe1;
    padding-top: 22px;
    z-index: 2;
}

.calendar_container .steps li.current {
    color: #000000;
}

.calendar_container .steps li.current .number {
    background-color: #000000;
}

.book_planet_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}

.cart_info select {
    background: #f0ebe1 url("../images/private-office/ddl-arrow.png") 110px center no-repeat;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 60px;
    width: 140px;
    background-size: 13px;
}

.fc .fc-button-primary {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #000;
    line-height: 40px;
}

.fc .fc-toolbar-title {
    font-size: 20px !important;
    line-height: 40px;

}

.day-head {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cart_info h6 {
    margin-bottom: 15px;
    font-size: 18px;
}

.to_ {
    font-weight: 700;
}

.total_container {
    border-top: 1px solid #000;
    padding-top: 10px;
}

.total_txt {
    font-weight: 700;
    font-style: italic;
}

.actions {
    margin-top: 50px;
}

.actions ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.actions ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
}

.actions ul a i {
    margin-right: 5px;
}

.personal_information .form-group {
    margin-bottom: 20px;
}

.personal_information .form-control {
    height: 45px;
}

.total_box {
    border: 1px solid #000;
    color: #000;
    padding: 15px;
    border-radius: 10px;
}

.total_box h3 {
    font-size: 15px;
}

.total_box h3 > span {
    font-size: 15px;
}

.date_from_to {
    margin-top: 15px;
    margin-bottom: 15px;
}

.total_box h2 {
    font-size: 18px;
    margin: 10px 0;
}

.total_box ul {
    min-height: 81px;
}

.total_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.discount_lbl {
    font-size: 9px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.date_from_to {
    font-size: 11px;
}

.befor_vat {
    font-size: 10px;
}

.coupon_box {
    margin-top: 20px;
}

.coupon_box h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.payments_solution h3 {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

.payment-list {
    margin-top: 15px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-list label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #000;
    background: transparent;
    height: 50px;
    width: 100%;

}

.payment-list label.active {
    color: #fff;
    background: #000;
}

.payment-list label input {
    display: none;
}

.payment-list label img {
    max-width: 80%;
}

.event_of_day ul li {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 10px;
    color: #000000;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 700;
}

.event_of_day ul li .date i {
    margin-left: 10px;
}

.event_of_day ul li .date {
    border-bottom: 1px solid #fff;
    line-height: 22px;
}

.fc .fc-view-harness {
    min-height: 250px;
    width: 100%;
}

.fc .fc-daygrid-body, .fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table,
.fc .fc-scrollgrid-section table {
    width: 100% !important;
}

.thank_modal_class {
    background: #231F20 url("../images/private-office/success-bg.jpg") center no-repeat;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-bottom: 5px solid #2f2f2f;
}

.thank_modal_class h3 {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.thank_modal_class p {
    font-size: 20px;
    text-align: center;
}

.progress-item {
    font-size: 15px;
    font-weight: 700;
}


.progress-item .progress-bar {
    border-radius: 20px;
}

.progress-item .progress {
    border-radius: 20px;
}

.progress3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 8px;
    font-weight: 400;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
}

.alumni-imgs {
    padding-top: 150px;
}


.page_404 {
    padding: 200px 0;
}

.data_404 {
    padding: 80px 0;
}

.data_404 h3 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: bold;
}

.data_404 p {
    margin-bottom: 30px;
    font-size: 20px;
    font-style: italic;
}

.program-why {
    padding: 80px 0;
}

.why-list-item {
    text-align: center;
    margin-top: 50px;
}

.why-list-item .img {
    margin: auto;
}

.why-list-item h3 {
    margin-top: 15px;
    font-size: 20px;
}

.why-list-item p {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 0;
}

.why-list-item .more-link {
    text-decoration: underline !important;
    font-size: 15px;
}

.iframe-section {
    padding: 50px 0;
    background: #000;
}

.iframe-section iframe {
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 1;
}

.iframe-section h2 {
    display: flex;
    background: #F0EBE1;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.gal-item {
    width: 100%;
    display: flex;
}


.gal-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.faq-section {
    padding: 80px 0;
}

.gallery h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.faq-list .accordion-item {
    border: none;
}

.faq-list .accordion-item .accordion-button {
    border: none;
    background: none !important;
    box-shadow: none !important;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
}

.faq-list .accordion-item .accordion-button {
    border: none;
}

.faq-list .accordion-body {
    padding: 0;
    border: none;
    margin-top: 10px;
    font-size: 16px;
}

.faq-list .accordion-item .accordion-button:after {
    display: none;
}

.partner-top-text h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
}

.partners-home-section2 {
    align-items: flex-end;
    padding-bottom: 80px;
    padding-top: 200px;
}


.contact-info h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    display: flex;
    justify-content: start;
    align-items: start;
}

.contact-info p img {
    margin-right: 10px;
}

html[lang=ar] .contact-info p img {
    margin-left: 10px;
    margin-right: 0;
}

.contact-form-box {
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
    border-radius: 10px;

}

/*.contact-form-box .form-control {*/
/*    background: #F2EFE7;*/
/*    border-color: #000;*/
/*}*/

.contact-form-box textarea.form-control {
    height: 150px;
}

.contact-form-box h2 {
    font-size: 25px;
    font-weight: normal;
}

.contact-form-box .form-group label {
    margin-bottom: 5px;
}

.contact-info {
    padding-top: 40px;
    padding-bottom: 30px;
}

.contact-form-box label.error {
    color: #f00
}

#google-map {
    height: 400px;
    width: 100%;
}

.contact-bg {
    padding-top: 100px;
    padding-bottom: 50px;
    /*background: url('../../assets/web/images/contact-bg.svg') top center no-repeat;*/
}

html[lang=ar] .contact-bg {

    /*background-image: url('../../assets/web/images/contact-bg-ar.svg');*/
}


.contact-info .ltr {
    direction: ltr;
}

html[lang=ar] .reverce-form {
    flex-direction: row-reverse;
}

.partners-contact-text .accordion-item h2 {
    white-space: normal;
}

.faq-list .accordion-item {
    background: transparent;
}

.why-partners-section {
    padding: 80px 0;
    background: #fff;
}

.our-partners-section {
    padding: 80px 0;
    background: #fff;

}

.why-items .item h3 {
    font-size: 25px;
    font-weight: 400;
}

.why-items .item h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}

.why-items .item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.our-partners-tabs .nav-link {
    border: 1px solid #000;
    color: #000;
}

.our-partners-tabs .nav-link.active {
    border: 1px solid #000;
    color: #fff;
    background: #000;
}

.portfolio-slider .item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.portfolio-slider .item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.testimonials-section {
    background: #231F20;
    padding: 100px 0;
}

.testimonials-section .desc {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

.testimonials-section h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 50px;

}

.testimonials-section h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 10px;
}

.contact-section {
    padding: 80px 0;
}

.form-contact {
    background: #231F20;
    padding: 20px;
    border-radius: 9px;
}

.form-contact label {
    color: rgba(240, 235, 225, 0.6);
}

.form-contact .form-group {
    margin-bottom: 20px;
}

.form-contact .form-control {
    color: #F0EBE1;
    border: none;
    border-bottom: 2px solid #F0EBE1;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
}

.form-contact textarea.form-control {
    height: 38px;
}

.form-contact .form-control option {
    color: #000;
}

.partners-home-section {
    padding-top: 150px;
    padding-bottom: 80px;
}

.event-page {
    background: #fff;
}

.calendar-events-container {
    background: #F0EBE1;
    height: 100%;
    /*border:1px solid #cac6b7;*/
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.event_of_day_new ul li {
    background: none;
    padding: 0;
}

.event_of_day_new ul li a {
    display: flex;
    justify-content: space-between;
}

.event_of_day_new .event-link-title {
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
}

.event-link-btn {
    background: transparent;
    border: 1px solid #231F20;
    display: flex;
    border-radius: 5px;
    height: 40px;
    align-items: center;
    transition: all 0.3s ease-in-out;

}

.event-link-btn > span {
    width: 80px;
    text-align: center;
}

.event_of_day_new ul li a:hover .event-link-btn {
    background: #000;
    color: #fff;
}

.white-modal .modal-content {
    background-color: #F2EFE7;
    background-position: 95% 0;
    background-repeat: no-repeat;
    border-radius: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.white-modal h3 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

h3.modal-event-title {
    font-size: 35px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 2px dashed #000;
}

.white-modal p {
    font-size: 15px;
}

.modal-user-social .item {
    margin-top: 10px;
}

.modal-user-social .item img {
    margin-right: 10px;
    width: 15px;
    height: auto;
}
.white-modal .img {
    width: 260px;
    height: 260px;
    padding: 5px;
    border: 1px dashed #000;
    border-radius: 50%;
    margin: auto;
}
h3#modal_name.modal-event-name {
    font-size: 25px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}
.white-modal .modal-content .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
    text-align: center;
    z-index: 1111;
    font-size: 30px;
    background: transparent;
    color:#000;
}

.fc .fc-daygrid-event {
    display: flex;
    justify-content: center;
}
.fc-daygrid-dot-event .fc-event-title , .fc-direction-ltr .fc-daygrid-event .fc-event-time{
    display: none !important;
}

.fc-daygrid-event-dot {
    border-color:   #000 !important;
}
.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
    background: transparent !important;
}
.event-list h3{
    font-size: 20px;
}
.event-list h2{
    font-size: 18px;
    margin-top: 15px;
}
.event-list h4{
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    white-space: nowrap;
}
.upcoming-event-sections{
    margin-top: 100px;
}
.events-section{
    min-height: auto !important;
}
.event-form-inputs > div .form-group{
    margin-bottom: 10px;
}
.event-form-inputs > div .form-group label{
    margin-bottom: 5px;
}
.event-form-inputs label.error{
    color: #f00;
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.event-form-inputs form-control{
    font-size: 14px;
}
.min-height-300{
    min-height: 300px;

}
@media (min-width: 576px) {
    .white-modal .modal-dialog {
        max-width: 1024px;
    }
}

@media (max-width: 1199px) {
    header .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    header.fixed .btn-lang, .inner-page .btn-lang {
        border: none;
    }
.events-section{
    padding-bottom: 0;
}
    .menu-trigger {
        display: flex;
    }

    .main-menu ul.main-menu-ul {
        display: none;
    }

    .dropdown-toggle:after {
        position: absolute;
        right: 15px;
    }

    html[lang=ar] .dropdown-toggle:after {
        left: 15px;
        right: auto;
    }

    .mmenu > ul li a.menu-item {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .programs-grid > div:nth-child(1),
    .programs-grid > div:nth-child(3),
    .programs-grid > div:nth-child(5),
    .programs-grid > div:nth-child(7),
    .programs-grid > div:nth-child(9) {
        border-left: none;
        border-bottom: 2px solid #F0EBE1;

    }

    .programs-grid > div:nth-child(2),
    .programs-grid > div:nth-child(4),
    .programs-grid > div:nth-child(6),
    .programs-grid > div:nth-child(8),
    .programs-grid > div:nth-child(10) {
        border-left: 2px solid #F0EBE1;
        border-bottom: 2px solid #F0EBE1;

    }

    .sec-hed p {
        font-size: 40px;

    }

    .portfolio-list > div {
        margin-bottom: 50px;
    }

    .download-section {
        height: auto;
        padding: 200px 0;
    }

    .download-section .container {
        height: auto;
    }

    .stories-list .owl-dots {
        display: flex;
        flex-direction: inherit;
        justify-content: center;
        align-content: center;
        width: 100%;

        position: absolute;
        right: auto;
        transform: inherit;
        top: auto;
        left: auto;
        bottom: -30px;
    }

    .stories-list .owl-dots .owl-dot span {
        width: 60px;
        height: 3px;
        margin: 0 5px 10px 5px;
    }

    .stories-list .item h3 {
        font-weight: 400;
        color: #231F20;
        font-size: 25px;
        line-height: 40px;
    }

    .learn-free-head h2 {
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .founders-section {
        padding: 0 0 120px 0;
    }

    .say-title {
        top: 0;
        text-align: center;
    }

    .say {
        position: relative;
        padding: 0 0 120px 0;
    }

    .say-text {
        width: calc(100% - 120px);
        margin-left: 120px;
    }

    .say-slider .item .img {
        width: 220px;
    }

    .founder-item .img img {
        filter: grayscale(0);
    }

    .port-item img {
        filter: grayscale(0);
    }

    .connect-slider .item img {
        filter: grayscale(0);
    }

    .business-icons > div {
        width: 50%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {

    .our-partners-tabs li {
        width: 100%;
    }

    .our-partners-tabs .nav-link {
        width: 100%;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gallery {
        margin-top: 50px;
    }

    .business-icons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .business-icons > div {
        width: 50%;
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .business-icons > div h3 {
        font-size: 14px;
    }

    .business-icons > div .img img {
        height: 50px;
    }

    .included-services-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .included-services-list > div {
        width: 50%;
        margin-bottom: 30px;
    }

    .b-links .btn {
        width: 46%;
        margin-bottom: 10px;
    }

    .footer-menu h2, .footer-right h2 {
        font-size: 16px;
    }

    .event_of_day {
        margin-top: 30px;
    }

    .cart_info {
        margin-top: 30px;
    }

    .payments_solution {
        margin-top: 30px;
    }

    .private-office-items > div {
        margin-bottom: 30px;
    }

    .sec-title {
        text-align: center;
        font-size: 30px;
    }

    .sec-head h2 {
        font-size: 30px;
    }

    .footer-menu a, .footer-right a {
        font-size: 15px;
    }

    .newsletter input {
        font-size: 15px;
    }

    .main-menu ul.main-menu-ul {
        display: none;
    }

    .home-section .item h3 {
        font-size: 30px;
    }

    .num-item h3 {
        font-size: 40px;
        justify-content: center;
    }

    .slider-p {
        padding: 0 20px;
    }

    .num-item p {
        text-align: center;
    }

    .num-section-title {
        text-align: center;

    }

    .numbers > div {
        margin-top: 60px;
    }

    .sec-hed p {
        font-size: 25px;
    }

    .programs-grid > div {
        border-bottom: 2px solid #F0EBE1 !important;
        border-left: none !important;
    }

    .programs-grid > div:last-of-type {
        border-bottom: none !important
    }

    .sec-hed h2 {
        margin-bottom: 15px;
    }

    .port-item p {
        font-size: 16px;
        height: 60px;
        -webkit-line-clamp: 2;
    }

    .portfolio-section .more-link {
        margin-bottom: 80px;
    }

    .more-link {
        margin-top: 80px;
        text-align: center;
    }

    .connect-section {
        padding: 60px 0;
    }

    .download-section {
        height: auto;
        padding: 120px 0;
    }

    .download-section .container {
        height: auto;
    }

    .download-section h2 {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    footer {
        border-top: 2px solid #393536;
    }

    .numbers-section {
        padding: 80px 0;
        min-height: auto;
    }

    .partner-top-text h2 {
        font-size: 25px;
        line-height: 35px;
        max-width: 100%;
    }

    .partner-top-text p {
        font-size: 18px;
    }

    .light-style .num-section-title, .num-section-title {
        font-size: 40px;
    }

    .success-item .img {
        text-align: center;
    }

    .success-item .img img {
        width: 60px;
    }

    .success-item h3 {
        font-size: 18px;
        text-align: center;
    }

    .success-section .sec-hed p {
        font-size: 30px;
        text-align: center;
    }

    .partners-contact-text h2 {
        font-size: 30px;
    }

    .partners-contact-text p {
        font-size: 20px;
    }

    .portfolio-page-section {
        padding: 160px 0 40px 0;
    }

    .partner-top-text {
        margin-bottom: 50px;
    }

    .portfolio-numbers .numbers > div {
        margin-top: 30px;
    }

    .portfolio-numbers {
        margin-top: 0;
    }

    .portfolio-page-section .container {
        display: block;
    }

    .founders-section {
        padding: 0 0 80px 0;
    }

    .founder-item .img {
        width: 100%;
        height: 155px;
    }

    .founder-item h3 {
        font-size: 18px;
    }

    .founder-item p {
        font-size: 15px;
    }

    .founder-links a {
        font-size: 15px;
        width: 25px;
        height: 25px;
    }

    .stories-list .item h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .blog-more {
        margin-top: 15px;
    }

    .blog-more a {
        font-size: 18px;
    }

    .partners-contact-more .btn {
        font-size: 18px;
    }

    .blog-details {
        padding: 160px 0 120px 0;
    }

    .post-title h1 {
        font-size: 35px;
    }

    .breadcrumb-item {
        font-size: 18px;
    }

    .post-meta > div {
        margin-bottom: 20px;
    }

    .author {
        background: #f7f7f7;
    }

    .post-content {
        font-size: 21px;
        line-height: 45px;
    }

    .food-brain {
        padding: 60px 20px;
    }

    .food-brain-text h2 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .food-brain-share p {
        font-size: 18px;
        margin-right: 20px;
    }

    .food-brain-share a {
        font-size: 15px;
        width: 25px;
        height: 25px;
    }

    .academy-text h1 {
        font-size: 40px;
    }


    .learn-free {
        padding: 0 0 120px 0;
    }

    .learn-free-head h2 {
        font-size: 30px;
    }

    .learn-free-head p {
        font-size: 20px;
        margin-top: 20px;
    }

    .learn-filters a {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .learn-item .img > div {
        width: 110px;
        height: 110px;
    }

    .newsletter-post .row > div {
        margin-bottom: 15px;
    }

    .academy-page-section-all {
        padding-bottom: 100px;
    }

    .learn-item2 .img > div {
        width: 100%;
        height: 200px;
    }

    .say-slider .item .img {
        display: none;
    }

    .say-text {
        width: 100%;
        margin-left: 0;
        padding: 30px;
    }

    .say-text::after {
        position: absolute;
        left: 40px;
        top: -80px;
        width: 50px;
        height: 110px;
        content: '';
        background-size: cover;
    }

    .say-title {
        font-size: 35px;
    }

    .alumni-top-text h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .alumni-page-section {
        padding: 150px 0 120px 0;
    }

    .alumni-imgs > div:first-child .alumni-img {
        margin-top: 0;
    }

    .alumni-imgs > div:nth-child(3) .alumni-img {
        margin-top: 0;
    }

    .alumni-imgs > div {
        margin-top: 60px;
    }

    .alumni-imgs > div:last-child .alumni-img {
        margin-top: 0;
    }

    .copyright {
        font-size: 15px;
    }

    .footer-social > a {
        font-size: 30px;
    }

    .more-link a {
        font-size: 20px;
    }

    .currency {
        font-size: 28px;
    }

    header.fixed .btn-lang, .inner-page .btn-lang {
        border: none;
    }

    .post-hashtag a {
        font-size: 16px;
    }

    .home-section .container {
        max-width: 320px;
    }

}
