﻿@font-face {
    font-family: 'MainFont';
    src: url('../../../fonts/Inter/Inter_18pt-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MainFontBold';
    src: url('../../../fonts/Inter/Inter_18pt-Bold.ttf') format('truetype');
}

.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    font-family: 'MainFont' !important;
}

h1, h2, h3, h4, h5, h6, a, ul, ol, ul li, ol li, input, p, label, div, span {
    font-family: 'MainFont' !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
}
body {
    font: 18px / 20px 'MainFont';
}

.ls-nav-next, .ls-nav-prev, div.owl-prev, div.owl-next {
    font-family: FontAwesome !important;
}

#owl-demo-5 .scale_image_container .caption_type_1, #owl-demo-55 .scale_image_container .caption_type_1 {
    position: relative;
}

[class*="section_post_"] .post_text h2.post_title, .tabs_content .post_text h4 {
    height: fit-content !important;
}

.social_media_list li a {
    width: 50%;
}

.statistic-box {
    background-color: #f9f9f9;
    padding: 16px 0px;
    margin: 0px 0px 16px 0px;
    border-radius: 15px;
}

    .statistic-box div, .statistic-box div h4, .statistic-box div img {
        text-align: center;
    }

        .statistic-box div img {
            width: 64px;
            height: 64px;
        }

.overflow_hidden {
    overflow: hidden;
}

.post_var_inline ul li .scale_image_container, .scale_image_container {
    margin: 30px 0px 10px 0px;
}

#owl-demo-5 .owl-item .item a h4, #owl-demo-55 .owl-item .item a h4 {
    color: #000;
    font-size: 14px;
    height: 70px;
}

#sidebar {
    background: #e1e1e1;
    padding: 45px;
}

    #sidebar > div.section:first-child {
        margin-top: 5px;
    }

/*#owl-demo-5 .caption_inner {
    background: #f2f2f2;
}*/

.event_date, .event_info, .event_activity, .scale_image_container .event_date {
    padding-inline-start: 5px;
}

#owl-demo-5 .owl-item .item, #owl-demo-55 .owl-item .item {
    margin-left: 5px;
    margin-right: 5px;
}

    #owl-demo-5 .owl-item .item .caption_inner, #owl-demo-55 .owl-item .item .caption_inner {
        padding: 10px 0px;
    }


.scale_image {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}

    .scale_image:hover {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

.widget-footer-link a {
    color: #f2f2f2;
    font-size: 16px;
    line-height: 1.5;
    text-transform: math-auto;
}

.footer .logo {
    padding-inline-end: 15px;
}
.footer .logo img {
    width: 25%;
}

.section_customStatisticFooter a img, .section_customStatisticSocial a img {
    width: 32px;
    height: 32px;
}

.Egyblanco-Sidebar {
    color: #d43439;
}

h3.color-person {
    color: #fff !important;
    font-size: 18px;
    padding: 5px 0px;
}
h3.color-person-custom {
    color: #b3d6ff !important;
    font-size: 14px;
}

h4.color-jobtitle {
    color: #000 !important;
    font-size: 12px;
}

.h_bot_part .logo {
    padding-top: 0px;
}

.post_text {
    height: fit-content;
}

.stories-Height {
    height: 75px;
}

input, textarea {
    color: #000 !important;
}

select {
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 40px;
}

/*New style from client*/

.h_top_part {
    background-color: #091c3a !important;
    border: 0px !important;
}

.h_bot_part {
    background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%);
}
/*.menu_wrap {
    background-color: #091c3a !important;
    border: 0px !important;
}*/
.menu_wrap {
    background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%) !important;
    border: 0px !important;
    padding: 5px 0px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}

.logo {
    margin: 15px 5px;
}

.float-right-custom {
    margin: 0px 5px;
}

.button-red {
    background-color: #a5090a !important;
}

nav.menu_var2 ul {
    padding: 30px 5px;
}

.login_block {
    text-align: center;
}

    .login_block > ul {
        display: inline-block;
        padding: 15px 10px;
    }

.header_6 .button.search_button, .header_6 .button.shop_button {
    display: inline-block;
}

.main_menu > ul > li:hover > .sub_menu_wrap:not(.sub_menu_inner), .sub_menu_wrap ul li:hover .sub_menu_wrap.sub_menu_inner, .sub_menu_inner ul li:hover .sub_menu_wrap.sub_menu_inner_2 {
    /*background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%);*/
    background: linear-gradient(90deg, rgb(22 55 86 / 70%) 0%, rgb(9 28 58 / 90%) 100%);
}

#carousel {
    /*background: rgba(22, 55, 86, 1);
    overflow: hidden;*/
    display: none;
}



.main_menu.menu_var2 > ul > li > a {
    background-color: transparent;
    color: #fff;
}

.main_menu.menu_var2 > ul > li:hover > a {
    background-color: transparent !important;
}

.main_menu.menu_var2 > ul > li:hover > a {
    background-color: transparent;
    color: #a5090a;
}

.sub_menu_wrap ul li:hover > a, .select_list > li:hover {
    background: #a5090a;
    border-radius: 5px;
}



.main_menu.menu_var2 > ul > li {
    position: relative;
}

.main_menu.menu_var2 > ul > li:hover::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    /* font-weight: 900; */
    position: absolute;
    left: 50%;
    bottom: -4px;
    /* transform: translateX(-50%); */
    font-size: 26px;
    color: #fff;
}

.footer .footer_top_part {
    background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%);
}

.footer .footer_bottom_part {
    background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%);
}

.widget-footer-link a {
    color: #fff;
}



/*css New slider*/
/*#slider {
    height: 90vh;
}*/

#flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    font-family: FontAwesome !important;
    background-color: transparent;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    padding: 15px 15px;
}

.flexslider:hover .flex-prev {
    left: 10px;
}

.flexslider:hover .flex-next, .flex-direction-nav .flex-next {
    right: 10px;
}

#flexslider .flex-direction-nav a:hover, .flexslider .flex-direction-nav a:hover {
    background: #a5090a;
    color: #fff;
}

.flexslider .slides img {
    width: 35%;
    /*margin: 80px 0px;*/
    left: 55%;
    position: relative;
    border: 8px solid #fff;
}

#flexslider, .flexslider {
    /*background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%);*/
    background: radial-gradient(circle closest-side at 70% 52%, #1d59b9d4 0%, rgb(43 90 135) 50%, rgb(9 28 58) 105%, rgba(9, 28, 58, 1));
}

#carousel li img {
    width: 100%;
    padding: 0px;
    border: 3px solid #fff;
}

.button.button_type_icon_big {
    text-align: center;
    padding: 13px 22px;
    background-color: #a5090a;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
}
.button.button_type_icon_big_Otherlanguage {
    text-align: center;
    padding: 13px 22px;
    background-color: #f9f9f9;
    border-radius: 00px;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 0px 0px 0px 5px;
}

#slider .caption_inner {
    background-color: transparent;
    padding: 17px 20px 20px;
    left: 6%;
    position: relative;
    width: 45%;
}

    #slider .caption_inner h1 {
        font-size: 50px;
        color: #fff;
        line-height: 1.1;
    }

    #slider .caption_inner h5 {
        font-size: 30px;
        font-weight: normal;
        color: #fff;
        line-height: 1.1;
    }

    #slider .caption_inner h6 {
        font-size: 15px;
        color: #fff;
        line-height: 1.1;
    }

#slider .caption_type_1 {
    top: 20%;
    bottom: unset;
}

#carousel li img {
    height: auto;
}

.news_gallery {
    background-color: transparent;
    padding:0px;
}

.no-margin {
    margin: 0px !important;
}

.section_8 {
    background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%);
    margin-top: 0px;
    /*background-image: linear-gradient(to right, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%),*/ /* Top layer */
    /*linear-gradient(to right, rgba(9, 28, 58, 1) 0%, rgba(22, 55, 86, 1) 100%);*/
    /*background: linear-gradient(90deg, rgba(22, 55, 86, 1) 0%, rgba(9, 28, 58, 1) 100%),*/ /* Top layer */
    /*linear-gradient(90deg, rgba(9, 28, 58, 1) 0%, rgba(22, 55, 86, 1) 100%)*/
}

.section_8_opposite {
    background: linear-gradient(90deg, rgba(9, 28, 58, 1) 0%, rgba(22, 55, 86, 1) 100%);
}

.news_gallery.news_gallery_var2 .section_title {
    color: #b3d6ff;
    font-size: 32px;
}

.news_gallery.news_gallery_var2 .section_title span {
    content: "";
    background-color: #a5090a8c;
    display: inline-block;
    position: relative;
    left: 8%;
    top: -15px;
    width: 70px;
    height: 70px;
    z-index: 0;
    border-radius: 50%;
}

h2.section_title {
    font-size: 34px !important;
    color: #fff !important;
}
h3.section_title {
    font-size: 24px !important;
    padding-top: 100px !important;
    /*border: none;*/
}

/*.news_gallery.news_gallery_var2 .section_title::before {
    content: "";
    background-color: #a5090a8c;
    display: inline-block;
    position: absolute;
    left: 15%;
    width: 40px;
    height: 40px;
    z-index: 0;
    border-radius: 50%;
}*/
/*.news_gallery.news_gallery_var2 .section_title::after{
    content: "0";
    background-color: green;
    display: inline-block;
    position: absolute;
    left: 30%;
    width: 20px;
    height: 20px;
    z-index: 0;
    border-radius: 50%;
}*/
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    color: #b3d6ff;
    background: transparent;
    font-size: 40px;
    font-weight: normal !important;
}

    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
        background: #a5090a;
        color: #b3d6ff;
        padding: 5px 8px;
    }

#owl-demo-5 .caption_inner, #owl-demo-55 .caption_inner {
    background-color: transparent;
}

.event_date, .event_info, .event_activity, .scale_image_container .event_date {
    color: #b3d6ff !important;
}

h4.color-jobtitle {
    color: #b3d6ff !important;
    font-size: 12px;
    font-weight: normal;
    direction:ltr;
}

.button.sport, .button.fashion {
    background: #b3d6ff2e;
    color: #fff;
}

.like-size {
    font-size: 40px;
}

.story_details .color-title h4 {
    font-size: 34px;
    padding-bottom: 20px;
    color: #000;
}
.story_details .color-person {
    color: #060606 !important;
}
.story_details .button.sport {
    background: #b3d6ff2e;
    color: #091c3a;
    font-size: 16px;
}
.story_details .event_date {
    font-size: 14px;
}

.story_details h4.color-jobtitle {
    color: #124c8c !important;
    padding: 10px 0px;
    font-size: 14px;
}


.story_details .event_date, .story_details .event_info, .story_details .event_info a, .story_details .event_activity, .story_details .scale_image_container .event_date {
    color: #124c8c !important;
}


.breadcrumb div {
    color: #000 !important;
}
.breadcrumb span a {
    color: #00142d;
}
.story_details .f_right.event_info a {
    font-size: 14px;
}

.section_customBox {
    background-color: #091c3a !important;
}

.section_customBox h3.section_title {
    color: #ffffff !important;
    font-size: 45px !important;
    /*margin-bottom: 20px;*/
    text-align: center;
    position: relative;
    top: 115px;
}

.text-center {
    text-align:center;
}
.main_menu {
    float: left;
    margin: 0px 8%;
}
.section_customBox h4.section_title, .section_customBox .news_gallery.news_gallery_var2 h4.section_title {
    font-size: 150px !important;
    background: -webkit-linear-gradient(0deg, #112f51, #030d26);
    /*background: -webkit-linear-gradient(0deg, #112f51, #0a2342, #00040e);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*margin-bottom: 20px;*/
    padding-bottom: 50px;
    text-align: center;
}

.section_customBox div.customBox h3.inner_title {
    color: #b3d6ff !important;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.section_customBox div.customBox div.post_event_col_1 {
    color: #f2f2f2 !important;
    margin: 0px;
}

.section_customBox div.customBox {
    background: linear-gradient(90deg, #224e71 0%, #091c3a 100%);
    color: #d90000 !important;
    border-radius: 25px;
    padding: 20px;
}

.section_separator {
    background-color: #091c3a !important;
    padding: 25px;
}
.section_customArticleHeader {
    /*background-color: #091c3a !important;*/
    padding: 60px 0px 0px 0px;
}

.section_customArticleHeader h2, .section_customArticleHeader h3 {
    color: #fff;
}

.section_customArticleHeader .section_title {
    text-align: center;
}

.section_customArticle {
    padding: 60px 0px;
}

.section_customStatisticHeader {
    text-align: left;
    padding: 60px 0px;
}

.section_customStatisticFooter {
    text-align: right;
    padding: 30px 0px;
}

.section_customStatisticFooter ul li {
    float: left;
    text-align: right;
    /*padding: 10px;*/
}

.section_customStatisticFooter ul li i {
    color: #fff;
}

.section_customStatisticHeader h2 {
    color: #fff !important;
    font-size: 46px !important;
}

.section_customStatistic {
    background-color: #00142d;
    border-radius: 60px;
    padding: 80px 0px;
}

    .section_customStatistic h2.section_title, .section_customStatistic .news_gallery.news_gallery_var2 h2.section_title {
        text-align: center;
        padding-bottom: 60px;
        color: #fff !important;
        font-size: 46px !important;
    }

    .section_customStatistic .customBox {
        width: 12em;
        height: 12em;
        border-radius: 50%;
        margin: 10px;
        border: 11px solid #224e71;
        text-align: center;
        float: left;
    }

    .section_customStatistic .customBoxBig {
        width: 16em;
        height: 16em;
        border-radius: 50%;
        margin: 0 5%;
        border: 12px solid #224e71;
        text-align: center;
        float: left;
    }

        .section_customStatistic .customBoxBig .inner_title {
            font-size: 60px;
            line-height: .9;
            color: #fff;
        }

.section_customStatistic_mt {
    margin-top:25% !important;
}
.section_customStatistic .inner_title {
    font-size: 60px;
    line-height: .9;
    color: #fff;
}
    .section_customStatistic .inner_subtitle {
        font-size: 25px;
        line-height: 0.8;
        color: #fff;
    }

.section_8.section_customSponsers .news_gallery {
    padding: 0px;
}

.section_8.section_customSponsers {
    background-color: #00142d !important;
}
.section_8.section_customSponsers.bg-white {
    background-color: #fff !important;
    background: #fff !important;
}
.section_8.section_customSponsers .section_title {
    text-align: center;
    color: #fff;
    font-size: 45px !important;
}
.section_8.section_customSponsers.bg-white .section_title {
    color: #091c3a !important;
}
.section_title {
    padding: 0px;
    margin: 0px;
    text-transform: math-auto;
}

.section_8.section_customSponsers .customBox_Title {
    /*background-color: #00142d !important;*/
    padding: 100px 0px 0px 0px;
}

.section_8.section_customSponsers .customBox {
    /*background-color: #fff !important;*/
    /*padding: 40px;*/
}

.section_8.section_customSponsers .customBox .button.sport, .button.fashion {
    background: #b3d6ff9e;
    color: #000;
}
.section_8.section_customSponsers .customBox .event_date {
    color: #3c73b3 !important;
}

.section_8.section_customSponsers .customBox h3.color-person {
    color: #00142d !important;
}

.section_8.section_customSponsers .customBox h4.color-jobtitle {
    color: #00142d !important;
}

.pagination li a {
    color: #00142d;
    background: #b3d6ff9e;
}

.pagination li a:hover {
    background: #00142d;
    color: #fff;
}

.pagination_block span {
    color: #00142d;
}

.pagination li a.active {
    background: #a5090a;
    color: #fff;
}

.section_8.section_customMailing .news_gallery {
    padding: 0px;
}

.section_8.section_customMailing {
    background-color: #00142d !important;
    background: #00142d !important;
}

    .section_8.section_customMailing .section_title {
        text-align: left;
        color: #fff;
        font-size: 50px;
    }

    .section_8.section_customMailing p {
        text-align: left;
        color: #fff;
        font-size: 24px;
        margin: 30px 0px;
        line-height: 1.2;
    }

    .section_8.section_customMailing input {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff !important;
        font-size: 26px;
        padding: 0px 10px;
    }

        .section_8.section_customMailing input[type=button] {
            border: 2px solid #183c5e;
        }

    .section_8.section_customMailing .customBox_Title {
        background: #091c3a !important;
        background-color: #091c3a !important;
        /*padding: 50px 0px;*/
    }

    .section_8.section_customMailing .customBox {
        /*padding: 100px;*/
    }

.Rights {
    color: #fff;
    font-size: 16px;
    padding: 50px 0px;
    text-align: right;
}

.footer .layout_msg {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0px;
}

.footer .creation {
    font-size: 14px;
}

.footer .footer_bottom_part .mobile_menu {
    float: none;
    text-align: center;
}


.main_menu.menu_var2 > ul > li > a {
    border: none !important;
}


.section_customStatisticSocial {
    text-align: right;
    padding: 30px 0px;
}
.section_customStatisticSocial ul li {
    float:left;
}

.padding-standard {
    padding: 130px 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

[class*="header_"] .main_menu > ul > li > a {
    padding: 15px 10px;
    text-transform: math-auto;
}

#owl-demo-55 .owl-prev:before {
    content: "\f105";
}
#owl-demo-55 .owl-next:before {
    content: "\f104";
}



.text-align-left {
    text-align: left !important;
}

.blockquotes div:first-child, .blockquotes div:last-child {
    font-style: normal;
    font-size: 18px;
}

header.header .button {
    font-size: 13px;
}

.margin-b-img {
    margin-bottom:75px;
}

.owl-nav {
    display:none;
}

.button.button_grey:hover {
    background: #a30808 !important;
    color: #fff !important;
}

.button.button_orange:hover, .button.button_grey {
    background: #fff !important;
    color: #a5090a !important;
}


.header_6 .search-holder .button.search_button, .header_6 .button.shop_button {
    display: inline-block;
    padding: 10px 10px;
    margin: 5px;
}

.search-open {
    overflow-y: hidden !important;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.color-title, h2.color-title {
    color: #091c3a !important;
}

.read_post_list.var3 ul li {
    margin-top: 20px;
}

.no_border {
    border: none;
}

h4.section_title {
    font-size: 16pt;
}

.Req {
    border: 1px solid #a5090a !important;
}

.go-to-top {
    bottom: 10px;
}

.margin-b-10 {
    margin: 0px 0px 10px 0px;
}

.whatsapp-chat {
    position: fixed;
    left: 20px;
    bottom: 30px;
    color: #757d97;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 0px;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.whatsapp-chat img {
    width: 40%;
}

div.section_subtitle, div.section_subtitle h1, div.section_subtitle h2, div.section_subtitle h3, div.section_subtitle h4, div.section_subtitle h5, div.section_subtitle h6, div.section_subtitle p {
    font-size: 20px !important;
    text-align: center;
    color: #b3d6ff;
    padding: 20px 0px 0px 0px;
}

.The-value-Zindex {
    z-index: 2;
    position: relative;
}
.The-value-margin-top-negative {
    margin-top: -100px;
}

.section_subtitle strong {
    line-height: 1.4;
}
/* موبايل responsive */
@media only screen and (max-width: 768px) {
    .main_menu.menu_var2 > ul > li:hover:not(:has(.sub_menu_wrap))::after {
        display: none !important;
    }

    .searchform_wrap input[type="text"] {
        height: 60px !important;
        font-size: 20px !important;
        padding: 0 80px 0 20px !important;
    }

    .searchform_wrap .close_search_form {
        width: 50px !important;
        height: 50px !important;
        right: 15px !important;
        font-size: 18px !important;
    }

    .svg-item {
        max-width: 40% !important;
    }
    /*.padding-standard {
        padding: 130px 15px;
    }*/
}
/* موبايل responsive */
@media only screen and (max-width: 992px) {
    header.header .button {
        font-size: 11px;
    }

    .menu_wrap .float-right {
        float: right;
    }

    .logo {
        /*padding: 0px 15px;*/
        width: auto;
    }

    .main_menu {
        float: left;
        margin: 0px auto;
        width: 100%;
    }

    .main_menu.menu_var2 > ul > li:hover::after {
        top: 10%;
        bottom: unset;
    }

    .main_menu > ul > li > a:hover {
        color: #a5090a !important;
    }

    .header_6 .search-holder {
        position: static;
    }
    #menu_button {
        padding: 0px;
        width: 100%;
        background: transparent;
        text-align: center;
    }

    .flexslider .slides img {
        width: 90%;
        margin: 0px auto;
        left: unset;
        text-align: center;
        position: relative;
        border: 8px solid #fff;
        display: block;
    }

    #slider .caption_type_1 {
        position: relative;
        top: unset;
        left: unset;
    }

    #slider .caption_inner {
        background-color: transparent;
        left: 0px;
        position: relative;
        padding: 0px 20px 20px;
        width: 100%;
    }

        #slider .caption_inner h1 {
            font-size: 22px;
        }

        #slider .caption_inner h5 {
            font-size: 16px;
            line-height: 1.4;
        }

    #flexslider, .flexslider {
        background: radial-gradient(circle closest-side at 50% 24%, #1d59b9d4 0%, rgb(43 90 135) 50%, rgb(9 28 58) 105%, rgba(9, 28, 58, 1));
    }


    .section_customBox h4.section_title, .section_customBox .news_gallery.news_gallery_var2 h4.section_title {
        font-size: 120px !important;
        padding-top: 0px;
    }

    .section_customStatistic h2.section_title, .section_customStatistic .news_gallery.news_gallery_var2 h2.section_title,
    .section_8.section_customSponsers .section_title,
    .section_8.section_customMailing .section_title {
        font-size: 32px !important;
    }

    div.section_subtitle, div.section_subtitle h1, div.section_subtitle h2, div.section_subtitle h3, div.section_subtitle h4, div.section_subtitle h5, div.section_subtitle h6, div.section_subtitle p {
        padding: 10px 0px 0px 0px;
    }

    .section_8.section_customMailing p {
        font-size: 20px;
        line-height: 1.2;
    }

    .col-sm-6 {
        width: 49%;
        display: inline-flex;
        margin: 0px;
        padding: 0px;
        flex-wrap: wrap;
    }

    .padding-standard-sm {
        padding-left: 16px;
        padding-right: 16px;
    }

    .padding-start-only {
        padding: 0px 0px 0px 5px;
    }

    .padding-standard-sm-2col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section_customBox div.customBox {
        padding: 15px 10px;
        margin: 10px 6px;
    }

    /*.contact_form ul li div.row > div:last-child {
         margin-top: 0px; 
    }*/
    .section_customBox div.customBox h3.inner_title {
        font-size: 14px !important;
    }

    .section_customBox div.customBox div.post_event_col_1 {
        font-size: 10pt;
        /*text-align:justify;*/
    }

    .section_customBox h3.section_title {
        font-size: 32px !important;
    }

    .searchform_wrap input[type="text"] {
        height: 60px !important;
        font-size: 20px !important;
        padding: 0 80px 0 20px !important;
    }

    .searchform_wrap .close_search_form {
        width: 50px !important;
        height: 50px !important;
        right: 15px !important;
        font-size: 18px !important;
    }

    .button.button_type_icon_big_Otherlanguage {
        margin: 0px 12px 10px 0px;
        width: 100%;
    }
    .whatsapp-chat {
        left: 5px;
        bottom: 10px;
    }
    /*.padding-standard {
        padding: 130px 15px;
    }*/
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .svg-item {
        max-width: 30% !important;
    }
}
@media only screen and (min-width: 992px) {
    /*.main_menu.menu_var2 > ul > li:hover::after*/
    .main_menu.menu_var2 > ul > li:hover:not(:has(.sub_menu_wrap))::after {
        display: none !important;
    }

    .svg-item {
        max-width: 29%;
    }
}

























/* إضافة في custom.css */
/* بوب اب البحث full screen overlay */
.searchform_wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    background: rgba(0,0,0,0.95) !important;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

    .searchform_wrap.active {
        display: flex !important;
    }

    .searchform_wrap .container {
        width: 100% !important;
        max-width: 600px !important;
        height: auto;
        position: relative;
    }

    .searchform_wrap form {
        position: relative;
        width: 100%;
    }

    .searchform_wrap input[type="text"] {
        width: 100% !important;
        height: 70px !important;
        font-size: 24px !important;
        padding: 0 100px 0 30px !important;
        border: none !important;
        border-radius: 5px !important;
        background: #fff !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }

    .searchform_wrap .close_search_form {
        position: fixed !important;
        right: 20px !important;
        top: 10% !important;
        transform: translateY(-50%) !important;
        background: #a5090a !important;
        border: none !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 20px !important;
        cursor: pointer;
        z-index: 10;
        box-shadow: 0 5px 20px rgba(255,107,53,0.4);
        transition: all 0.3s ease;
    }

    .searchform_wrap .close_search_form:hover {
        background: #a5090a !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    .searchform_wrap .goto_search_form {
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        background: #091c3a !important;
        border: none !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 20px !important;
        cursor: pointer;
        z-index: 10;
        box-shadow: 0 5px 20px rgb(71 126 239 / 40%);
        transition: all 0.3s ease;
    }

    .searchform_wrap .goto_search_form:hover {
        background: #091c3a  !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

/* انيميشن الدخول */
@keyframes searchSlideIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.searchform_wrap.active {
    animation: searchSlideIn 0.4s ease-out forwards;
}

/* زرار البحث - تحسين */
.search_button {
    position: relative !important;
    z-index: 1000;
}

    .search_button:hover {
        transform: scale(1.1) !important;
    }



.searchform_wrap input[type="text"]::placeholder {
    color: #091c3a8f;
    opacity: 1; /* Firefox */
}

.searchform_wrap input[type="text"]::-ms-input-placeholder { /* Edge 12 -18 */
    color: #091c3a8f;
}

.search-holder {
    display:inline;
}



/*@media (max-width: 768px) {
    .search_button, .search-icon {
        pointer-events: auto !important;
        z-index: 9999 !important;
        position: relative !important;
    }

    .searchform_wrap {
        width: 100vw !important;
        height: 100vh !important;
        left: 0 !important;
        top: 0 !important;
    }
}
*/