:root {
    --primary-color: #2d82ff;
    --darkblue: #0a1464;
}

@font-face {
    font-family: brown400;
    src: url(../fonts/Brown-Regular.woff);
    font-weight: normal;
}


@font-face {
    font-family: brown500;
    src: url(../fonts/Brown-Regular.woff);
    font-weight: 500;
}

@font-face {
    font-family: brown600;
    src: url(../fonts/Brown-Bold.woff);
    font-weight: 600;
}

@font-face {
    font-family: brown700;
    src: url(../fonts/Brown-Bold.woff);
    font-weight: normal;
}

@font-face {
    font-family: bukra400;
    src: url(../fonts/29LTBukra-Rg.woff);
    font-weight: normal;
}

@font-face {
    font-family: bukra700;
    src: url(../fonts/29LTBukra-Bd.woff);
    font-weight: normal;
}

/* =======Font========= */

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    /* scroll-behavior: smooth;  */
    font-family: 'brown400', Arial;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 1rem;
}

/* .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
} */



a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.cs_ratio {
    position: relative;
    display: block;
}

.cs_ratio::before {
    content: '';
    display: block;
    padding-top: 50%;
}

.cs_arrow .slick-arrow {
    position: absolute;
    top: 30%;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-btn-arrow-right.svg) no-repeat center center/15px;
    font-size: 0;
    z-index: 1;
    border: 0 none;
}

.cs_arrow .slick-prev {
    background: url(../images/icon-swiper-arrow-left.svg) no-repeat center center/15px;
    left: 25px;
}

.cs_arrow .slick-prev {
    left: calc((96vw - 1415px)/2);
}

.cs_ratio img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.cs_btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 5px 2.5rem;
    border-radius: 30px;
    border: 0 none;
    min-height: 50px;
    text-decoration: none;
    color: white;
    background: var(--darkblue);
    transition: .35s;
    text-transform: uppercase;
    font-weight: 500;
}


.cs_btn:hover {
    background: var(--primary-color);
}

.cs_btn.btn2 {
    border-radius: 8px;
}

.cs_btn img {
    max-width: 50px;
    max-height: 22px;
}

.cs_btn span {
    white-space: nowrap;
}

.slick-dots {
    display: flex;
    list-style-type: none;
    padding: 0;
    gap: 12px;
    justify-content: center;
}

.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.3;
}

.slick-dots .slick-active button {
    opacity: 1;
}

.section {
    padding: 3rem 0;
}


/* Site Header Start  */
.site_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 2rem 0;
    color: white;
    transition: .35s ease-in-out;
}

.site_header.shrink-header {
    background: var(--darkblue);
    padding: 0;
    box-shadow: 0 1px 3px rgba(10, 20, 100, .1);

}

header.site-header.shrink-header .navbar-brand img {
    transition: all 300ms ease-in-out;
    height: 60px;
}

.site_header.nav-up {
    top: -150px;
    transition: top 1s ease-in-out;
    -webkit-transition: top 1s ease-in-out;
}

.navbar-brand {
    max-width: 238px;
}

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

.navbar-nav {
    gap: 2rem;
    text-transform: uppercase;
}

.navbar-nav li.nav-item a {
    padding-left: 1vw;
    padding-right: 1vw;
}

.navbar-nav li.nav-item a:hover {
    color: #2d82ff;
}

.navbar-nav a {
    color: white;
}

.lang_switch {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 3rem;
}

.lang_switch button {
    background: transparent;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding: 0;
    cursor: pointer;
}

.lang_switch button.active {
    color: var(--primary-color);
}


/* =========Hero Content========= */
.hero_section {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: white;
    padding: 0;
}

.hero_section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.hero_contentbox {
    position: relative;
    padding-bottom: 100px;

}

.hero_contentbox h1 {
    font-size: 67px;
    line-height: normal;
    margin-bottom: 1rem;
}

.hero_contentbox h2 {
    font-size: 38px;
    text-transform: uppercase;
}

.about_section {
    background: var(--darkblue);
    color: white;
    padding: 3rem 0;
}

.sec_title {
    font-size: 21px;
    color: var(--primary-color);
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 600;
}

.sec_title span {
    color: white;
}

.sec_dec {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.about_section .card_boxs {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 28px;
}

section.about_section .card_box {
    flex: 0 0 auto;
    width: calc(50% - 14px);
    padding: 1rem 2rem;
    background: var(--primary-color);
    background: rgba(45, 130, 255, .15);
    text-align: center;
    transition: all .8s ease-in-out 0s;
    font-size: 15px;
    line-height: 1;
    margin: 0;

}

.about_section .card_box:hover {
    background: var(--primary-color);
}

.about_section .card_box img {
    height: 120px;
    width: 100%;
    object-fit: scale-down;
}

/* How Section */
.how_section {
    background: var(--darkblue);
    color: white;
}

.how_section.section {
    padding-bottom: 2%;
}

.how_section .sec_content {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.046em;
}

.video_slider {
    margin-top: 3rem;
}

.video_slider .slide_item figure {
    position: relative;
}

.video_slider .cs_ratio {
    position: relative;
    display: block;
}

.video_slider .cs_ratio::before {
    content: '';
    display: block;
    padding-top: 125%;
}

.video_slider .cs_ratio video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video_slider figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
    background: rgba(10, 20, 100, .6);
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 600;
    min-height: 122px;
    line-height: calc(30/25);
}

/* Our parnter section CSS */
.partners_section {
    padding: 7% 0;
}

#our-partners .section-title {
    padding-bottom: 0;
    color: #0a1464;
    font-weight: 600;
    font-family: brown600;
    font-size: 21px;
    letter-spacing: 1px;
}

[dir="rtl"] #our-partners .section-title {
    font-family: bukra700;
}

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

.card {
    border-radius: 0;
    border: none;
}

.partner-card .card-body {
    padding: 0px;
}

.partner-card .card-title {
    font-size: 16px;
    color: rgb(166, 166, 166);
    font-weight: 500;
}

.partner-card img.partner-logo {
    margin-top: 20px;
    width: auto;
    max-width: 250px;
}

/* ourEcosystem Section  */
.ourEcosystem {
    background: var(--darkblue);
    color: white;
}

.ecosystem_slider .cs_ratio::before {
    padding-top: 130%;
    transition: .35s;
}

.ecosystem_slider .cs_ratio img {
    opacity: .7;
    transition: .35s;
}

.ecosystem_slider figure {
    position: relative;
    overflow: hidden;
}

.ecosystem_slider figure:hover img {
    opacity: 1;
}

.ecosystem_slider {
    margin: 0 -5px;
}

.ecosystem_slider .slide_item {
    padding: 0 5px;
}

.ecosystem_slider figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    padding: 1.25rem 1rem;
    min-height: 60px;
    transition: .36s;
    background: rgba(10, 20, 100, 0.8);
    text-transform: uppercase;
}

.ecosystem_slider .onhover_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(10, 20, 100, 0.8);
    transition: .36s;
    transform: translateY(100%);
    font-size: 14px;
    line-height: calc(16/14);
}

.ecosystem_slider .onhover_content h4 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

.ecosystem_slider figure:hover .onhover_content {
    transform: translateY(0);
}

.ecosystem_slider figure:hover figcaption {
    transform: translateY(100%);
}

.ecosystem_slider figure:hover .cs_ratio::before {
    padding-top: 160%;
}

/* join_us Section  */
.join_us {
    background: var(--darkblue);
    color: white;
    display: flex;
    align-items: center;
    position: relative;

}

.joinus_banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    opacity: .65;

}

.join_us .container {
    position: relative;
    text-align: center;
}

.join_us h2 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 5rem;
}

.news_section {
    background: var(--darkblue);
    color: white;
    padding: 3.5rem 0;
    width: 100%;
    overflow: hidden;
}

.news_section .news_des p {
    letter-spacing: .65px;
}



.news_slider .slide_item {
    padding: 0 10px;
}

.news_slider figure {
    position: relative;
}

.news_slider .cs_ratio {
    overflow: hidden;
    border-radius: 16px;
}

.news_slider figcaption {
    padding: 1.2rem 0 1rem;
    color: var(--primary-color);
    font-weight: 600;
}

.news_slider figcaption h4 {
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}


/* ========================== */

/* Our community css */
.our-community-section {
    padding: 7% 0;
    display: flex;
    align-items: center;
    background-color: #0a1464;
}

.our-community-section.section {
    padding-bottom: 2%;
}

.our-community-section .section-sub-heading {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
}

.section-title {
    font-size: 21px;
    font-family: brown600;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2d82ff;
}

[dir="rtl"] .section-title {
    font-family: bukra700;
}

.community-card {
    background-color: transparent;
}

.community-card .card-body {
    padding: 0px;
    color: rgb(255, 255, 255);
}

.community-card .card-body .card-title {
    font-size: 54px;
    font-family: brown600;
    font-weight: 600;
}

[dir="rtl"] .community-card .card-body .card-title {
    font-family: bukra700;
}

.community-card .card-body .card-text {
    font-size: 20px;
    font-weight: 500;
    font-family: brown500;
}

[dir="rtl"] .community-card .card-body .card-text {
    font-family: bukra400;
}

/* =========== */

select.form-control {
    background: #fff url(../images/down-arrow.svg) no-repeat center right 10px/12px;
}

.cs_disabled {
    pointer-events: none;
}

/* Footer CSS */
footer.site-footer {
    background: #0a1464;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.footer-top {
    background-color: #2d82ff;
}

footer.site-footer .footer-top .section-content .contact-form {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-content .contact-form .row {
    gap: 10px 0;
}

.form-control-wrapper {
    margin-bottom: 15px;
}

.form-label {
    font-size: 16px;
    font-weight: bold;
}

.form-control {
    border-radius: 0;
    border: none;
    resize: none;
    min-height: 42px;
    padding-left: 23px;
    padding-right: 23px;
    font-weight: bold;
    color: #737373;
}

footer .footer-bottom {
    padding: 100px 0px 50px;
    background: var(--darkblue);

}

.footer-widget .widget-title {
    color: #2d82ff;
    margin-bottom: 30px;
}

.footer-widget .widget-title h4 {
    font-weight: 600;
    font-size: 26px;
    font-family: brown600;
}

[dir="rtl"] .footer-widget .widget-title h4 {
    font-family: bukra700;
}

.footer-nav li>a {
    padding: 0px;
    color: var(--bs-white);
    font-weight: 500;
    font-family: brown500;
    font-size: 20px;
    letter-spacing: .50px;
}

[dir="rtl"] .footer-nav li>a {
    font-family: bukra400;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 0px 30px;
    margin-left: 30px;
}

.social-icons img {
    height: 24px;
}

/* ================ */
.footer-top.form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-top.form-wrapper .container.form-wrapper {
    padding-left: 0;
    padding-right: 0;
}

#cookiesjsr .cookiesjsr-banner {
    background: white;
    color: #333;
    font-size: 16px;
    line-height: 1.25;
}

#cookiesjsr .cookiesjsr-banner--info {
    margin-bottom: 0;
    flex-grow: 1;
    width: auto;
    overflow: hidden;
    max-height: none;
}

#cookiesjsr .cookiesjsr-banner--info ul {
    display: none;
}

#cookiesjsr .cookiesjsr-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px 40px;

}

#cookiesjsr .cookiesjsr-banner--action {
    width: auto;
    padding: 0 12px;
}

#cookiesjsr .cookiesjsr-settings,
#cookiesjsr .allowAll {
    font-size: 12px;
    padding: 10px 1rem;
    background: #ddd;
    color: #333;
    width: auto;
    border: 0 none;
    min-height: auto;

}

#cookiesjsr .allowAll {
    background: #2d82ff;
    color: white;
}

#cookiesjsr .cookiesjsr-btn:hover {
    background: #2d82ff;
    color: #fff;
}

#cookiesjsr .allowAll:hover {
    background: #0a1464;
}

#cookiesjsr .denyAll {
    display: none;
}
#cookiesjsr .cookiesjsr-service-group--content{
    position: static;
    top: 0;
    left: 0;
    background: white;
    padding: 0;
    color: #333;
    padding: 0 .5rem 0 0;
    width: 100%;
    text-align: justify;
    overflow:visible;
    font-size: 14px;
}
#cookiesjsr .cookiesjsr-service-group--tab{
    text-align:center;
    padding:10px 22px;
    width:auto;
}
#cookiesjsr .cookiesjsr-layer--body{
    padding:1.5rem ;
}
#cookiesjsr .cookiesjsr-service-group--intro{
    padding:1rem 0 0;
}
#cookiesjsr .cookiesjsr-btn.invert.important.save.dialog-last-tab{
    display: none;
}
#cookiesjsr  .cookiesjsr-layer--footer{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
#cookiesjsr  .cookiesjsr-layer--actions{
    justify-content: flex-end;
}
#cookiesjsr  .cookiesjsr-layer--actions .allowAll{
    color: white;
    background: #0a0;
}
#cookiesjsr  .cookiesjsr-layer--actions .allowAll:hover{
    color: white;
    background: #008300;
} 
.joinus-frame__form_field  select#edit-countrycode{
    padding: 0px;
    text-align: center;
} 
#cookiesjsr .cookiesjsr-service-group--tab{
    border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
	background-color:#f2f2f2;
    color:#212529;
    font-weight:500;
    font-size:14px;
    width:100%;
    text-align:left
}
#cookiesjsr  .cookiesjsr-service-group{
    margin-bottom: 12px;
    position: relative !important;
}
#cookiesjsr .cookiesjsr-service-groups::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#cookiesjsr .cookiesjsr-service-groups::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#cookiesjsr .cookiesjsr-service-groups::-webkit-scrollbar-thumb {
  background: #999; 
}
#cookiesjsr .cookiesjsr-service-groups{
    padding-right: 0.5rem !important;
}

/* Handle on hover */
#cookiesjsr .cookiesjsr-service-groups::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
 
#cookiesjsr .cookiesjsr-service--always-on span{
    background: transparent;
}
#cookiesjsr .cookiesjsr-service-group--tab{
    position: relative;
    padding-left: 2.5rem;
}
#cookiesjsr .cookiesjsr-service-group--tab[aria-selected]:before{
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right:10px;
    position: absolute;
    left: 18px;
    top: 20px;
     
}
#cookiesjsr .cookiesjsr-service-group--tab[aria-selected="true"]:before{
    transform: rotate(45deg);  
    top: 18px;
}
#cookiesjsr .cookiesjsr-service--action{
    position: absolute;
    right: 0;
    top: 6px;
}
.webform-confirmation-modal.ui-dialog {
    background: white !important;
    max-width: 94%;
    padding: 1rem;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);

}
.ui-dialog .ui-dialog-titlebar{
    background: transparent !important;
}
.ui-dialog .ui-dialog-titlebar-close{
    width: 30px;
    filter: invert(1);
}
.webform-confirmation-modal.ui-dialog .ui-widget-content{
    text-align: center;
}
/* ==========Responsive ========== */
@media all and (min-width:1200px) {
    .section {
        height: auto;
        min-height: 100vh;
    }
    [data-csa]{  
        transform: translateY(100px);
        transition: .8s ease;
        opacity: 0;
        &.on{
            transform: none;
            opacity: 1;
        }
    }
}

@media all and (min-width:1499px) {
    .container {
        max-width: 1430px;
    }

    .news_slider {
        margin: 0 -10px;
        padding-left: calc((100vw - 1415px)/2);
    }

    .navbar-nav li.nav-item a {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .section {
        height: 100vh;
        scroll-snap-align: center;
        padding: 7% 0;
    }
}

@media all and (max-width:1499px) {
    .container {
        padding-left: 5%;
        max-width: 100%;
        padding-right: 5%;
    }

    .news_slider {
        padding-left: 5%;
        padding-right: 5%;
    }

    .news_slider .slick-arrow {
        right: 25px;
    }

    .news_slider .slick-prev {
        right: 25px;
        left: 25px;
    }
}

@media all and (max-width:1200px) {}

@media all and (max-width:1199px) {
    body {
        padding-top: 75px;
    }

    .site_header {
        background: var(--darkblue);
        position: fixed;
        padding: 0;
        height: 76px;
    }

    .site_header .navbar-brand img {
        max-width: 150px;
    }

    .navbar-collapse {
        position: absolute;
        top: 76px;
        width: 100%;
        left: 0;
        background: var(--darkblue);
        border-top: 1px solid #fff;
    }

    [data-aos] {
        transform: none !important;
    }

    .navbar-toggler {
        border: 0;
        border-radius: 0;
        width: 30px;
        height: 25px;
        padding: 0;
        line-height: 0;
        text-align: left;
        background: transparent;
        outline: none;
        box-shadow: none !important;
    }

    .navbar-toggler span {
        border-radius: 0;
        width: 30px;
        height: 3px;
        background: white;
        position: relative;
        transition: all .35s;
        cursor: pointer;
    }

    .navbar-toggler span:after,
    .navbar-toggler span:before {
        content: '';
        width: 100%;
        height: 3px;
        background: white;
        position: absolute;
        top: -10px;
        transition: all .35s;
        transform-origin: left top;
        cursor: pointer;
        left: 0;
    }

    .navbar-toggler span:after {
        top: 10px;
    }

    .navbar-toggler.active span {
        background: transparent;
    }

    .navbar-toggler.active span:before {
        transform: rotate(45deg);
        top: -9px;
    }

    .navbar-toggler.active span:after {
        transform: rotate(-45deg);
        left: -2px;
        top: 12px;
    }

    .navbar-collapse {
        padding: 1rem 0;
    }

    .lang_switch {
        margin: .5rem 0 0 1rem;
    }

    [dir="rtl"] {
        .lang_switch {
            margin: .5rem 2rem 0 1rem;
        }
    }

    .site_header .navbar {
        position: static;
    }

    .site_header .container {
        max-width: 100%;
    }

    .site_header .navbar .nav-item>a {
        padding: .5rem 1rem;
        display: block;
    }

    /* =====Content Responsive==== */
    .hero_section {
        height: calc(100vh - 75px);
    }

    .hero_contentbox h1 {
        font-size: 50px;
    }

    .hero_contentbox h2 {
        font-size: 28px;
    }

    .sec_dec {
        font-size: 18px;
    }

    .join_us h2 {
        font-size: 50px;
    }
}

@media all and (max-width:991px) {
    .community-card .card-body .card-title {
        font-size: 35px;
    }

    .partners_section .partner-card img {
        width: 80%;
        height: 100px;
        object-fit: scale-down;
        display: block;
        margin: 0 auto;
    }

    .news_slider {
        padding: 0 1rem;
    }
    .ui-widget.ui-widget-content {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
        left: 0 !important;
        right: 0 !important; 
    }
}

@media all and (max-width:767px) {
    .join_us h2 {
        font-size: 25px;
        margin-bottom: 3rem;
    }

    .community-card .card-body .card-title {
        font-size: 22px;
    }

    .community-card .card-body .card-text {
        font-size: 16px;
    }

    .partners_section .partner-card img {
        height: 70px;
    }

    .partners_section .partner-card {
        text-align: center;
    }

    .footer-widget .widget-title {
        margin-bottom: 12px;

    }

    .footer-widget .widget-title h4,
    .hero_contentbox h2 {
        font-size: 20px;
    }

    .footer-nav li>a {
        font-size: 16px;
    }

    .social-icons {
        margin-left: 0;
    }

    .social-icons img {
        height: auto;
        width: 20px;
        max-height: 20px;
    }

    .hero_contentbox h1 {
        font-size: 35px;
    }

    .hero_contentbox {
        padding-bottom: 10vw;
    }

    #cookiesjsr .cookiesjsr-banner {
        flex-direction: column;
        font-size: 13px;
    }
    .hero_section{
        height: calc(50vh - 75px);
    }
    .hero_contentbox h1{
        font-size: 30px;
    }
}

/* Join us CSS */

.join-us-slider .myslider .item {
    width: 100%;
    position: relative;
}

.join-us-slider .myslider .item .joinus-frame {
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 900px;
    right: 0;
}

.join-us-slider .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}

.join-us-slider .slick-dots li {
    list-style: none;
    margin: 15px 0;
}

.join-us-slider .slick-dots button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
}

.join-us-slider .slick-dots button:hover {
    background-color: #000;
}

.join-us-slider .slick-slide {
    height: 100vh !important;
}

.join-us-slider .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.join-us-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.join-us-slider .slick-list:focus {
    outline: none;
}

.join-us-slider .slick-list.dragging {
    cursor: pointer;
}

.join-us-slider .slick-slider .slick-track,
.join-us-slider .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.join-us-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.join-us-slider .slick-track:before,
.join-us-slider .slick-track:after {
    content: "";
    display: table;
}

.join-us-slider .slick-track:after {
    clear: both;
}

.join-us-slider .slick-loading .slick-track {
    visibility: hidden;
}

.join-us-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .join-us-slider .slick-slide {
    float: right;
}

.join-us-slider .slick-slide img {
    display: block;
}

.join-us-slider .slick-slide.slick-loading img {
    display: none;
}

.join-us-slider .slick-slide.dragging img {
    pointer-events: none;
}

.join-us-slider .slick-initialized .slick-slide {
    display: block;
}

.join-us-slider .slick-loading .slick-slide {
    visibility: hidden;
}

.join-us-slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    background: #000;
    border: 1px solid transparent;
}

.join-us-slider .slick-arrow.slick-hidden {
    display: none;
}



.joinus-frame h3 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.joinus-frame h3 img {
    width: 40px;
}

.joinus-frame h4 {
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}

.joinus-frame__start {
    padding: 10px 30px;
    background-color: #2d82ff;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    max-width: 150px;
}

.error.form-control {
    border-bottom: 1px solid #ff0000 !important;
}

.joinus-frame__form_field.start_frame {
    text-align: center;
}

.joinus-frame__form_field .form-control {
    width: 100%;
    background: transparent;
    border-top: 0;
    border-left: 0;
    margin: 20px 0;
    border-right: 0;
    outline: none;
    border-bottom: 1px solid #fbfbfb;
}

.arrowSVGWrapper svg {
    fill: rgb(255, 255, 255);
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.business__type_frame .inline-radio {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.radio-wrapper>label {
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 3px;
    width: 180px;
    background: #ffffff10;
    text-align: center;
}

.radio-wrapper.selected>label {
    border: 2px solid #fff;
}

.CornerCheckWrapper {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-top-right-radius: 4px;
    overflow: hidden;
    display: none;
    color: #fff;
}

.selected .CornerCheckWrapper {
    display: flex;
}

.CornerCheckWrapper:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 24px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
    position: absolute;
    right: 0px;
    top: 0px;
}

.CornerCheckIconWrapper {
    position: absolute;
    right: 6px;
    top: 7px;
}

.radio-wrapper.selected>label span {
    background: #fff;
    color: #0a1464;
}

.CornerCheckIconWrapper svg {
    display: block;
    fill: rgb(0, 0, 0);
    transition: fill 0.2s ease 0s;
    overflow: hidden;
}

.radio-wrapper>label>img {
    width: 150px;
    cursor: pointer;
}

.radio-wrapper>label>input[type="radio"] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.radio-wrapper>label>p {
    text-align: left;
    padding: 0px 10px 10px 10px;
}

.radio-wrapper>label>p>span {
    border: 1px solid #fff;
    padding: 0 6px 2px 6px;
    border-radius: 2px;
}

.radio-wrapper.selected>label span {
    background: #fff;
    color: #0a1464;
}

.joinus-frame__form_field .form-control:focus {
    box-shadow: none;
}

/* News Page CSS */
.news-banner-section {
    overflow: hidden;
    position: relative;
}

.news-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10, 20, 100, 0.5);
    --bs-bg-opacity: 0.5;
}

.news-content-wrapper {
    margin: 0 0 50px;
}

.news-banner-section img {
    height: 65vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.news-content-wrapper h1.post-title {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 50px auto;
    font-size: 55px;
    line-height: 1.2;
}

.news-content-wrapper .post_content p {
    margin-bottom: 1rem;
}

.post-meta>.date {
    font-weight: bold;
    color: #747474;
    padding: 20px 0;
    display: block;
}

/* --------------- */


/* Default page CSS */
.default-banner-section {
    position: relative;
    width: 100%;
    height: 20vw;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.default-banner-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0+32,0.5+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(173, 173, 173, 0) 32%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

.default-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.default-banner-section .container {
    padding-top: 5vw;
    position: relative;
    text-align: center;
    z-index: 1;
}

.default-banner-section h3 {
    font-size: 36px;
    font-family: brown500;
    color: #fff;
}

[dir="rtl"] .default-banner-section h3 {
    font-family: bukra400;
}

/* ================ */

/* Media Query */
@media all and (max-width:991px) {
    .joinus-frame {
        max-width: 500px !important;
    }

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

@media all and (max-width:460px) {
    .joinus-frame {
        max-width: 440px !important;
    }

    .default-banner-section h3 {
        font-size: 30px;
    }

    .news-content-wrapper h1.post-title {
        font-size: 28px;
    }
}


/* =============RTL============== */
[dir="rtl"] .cs_btn img {
    transform: rotate(180deg);
}

[dir="rtl"] body {
    font-family: 'bukra700', Arial;
}

[dir="rtl"] .cs_arrow .slick-prev {
    right: auto;
}

[dir="rtl"] .site-footer .social-icons {
    margin-right: 25px;
}

[dir="rtl"] .navbar .navbar-nav {
    margin-right: auto;
    margin-left: 2rem !important;
}