@font-face {
    font-family: 'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/IBMPlexSansArabic-Regular.woff2) format('woff2');
}

/* arabic */
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/IBMPlexSansArabic-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/IBM_Plex_Sans_English.woff2) format('woff2');
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif !important;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    margin: 0;
    background-color: #f1f1f1;
    line-height: 1.6;
    direction: rtl;
    font-size: 15px;
    font-weight: 400;
}

.en-text {
    font-family: "IBM Plex Sans";
}

.noscroll {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    margin: 0;
    font-weight: 700;
}

*:focus,
*:hover,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.logo img {
    aspect-ratio: auto;
}

a {
    text-decoration: none;
    color: currentColor;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

a:hover {
    color: #fe0000;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

ul,
ol {
    list-style: none;
    display: inline-block
}

p {
    font-size: 15px;
}

.hp_block {
    width: 100%;
}

.page_view_content * {
    font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif !important;
}

strong {
    display: block;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #fe0000;
}

.bg-black {
    background-color: #000;
}

.bg-red {
    background-color: #fe0000;
}

.mb-md {
    margin-bottom: 1rem;
}

.bg-section {
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.flex-auto {
    flex: 1 1 auto;
}

button,
input,
textarea {
    -webkit-appearance: none;
}

button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 86px;
    flex-basis: 86px;
    background: none;
    border: 0;
    padding: 0;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
}

.main_btn {
    margin-top: 35px;
    height: 54px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
    cursor: pointer;
    padding: 10px 1rem;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main_btn:hover {
    background-color: #fe0000;
}

.btn_label {
    display: inline-block;
}

.main_btn .btn_icon {
    display: inline-block;
    width: 15px;
    height: 13px;
    fill: #fff;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.main_btn:hover .btn_icon {
    transform: translateX(-5px);
}

button,
input,
textarea {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.form-group {
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

.form-control {
    padding: 15px 25px;
    background: #fff;
    border: 1px solid rgba(51, 51, 51, 0.16);
    width: 100%;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
}

.main_btn .btn_icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.main_btn .btn_icon svg g {
    stroke: #fff
}

.reveal_init {
    width: 100%;
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0;
}

.border-gray-700-5 {
    border-bottom: 5px solid rgba(51, 51, 51, 0.16);
}

.border-gray-300-5 {
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
}

.title a h1::after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.line-red h1::after {
    background-color: #fe0000;
}

.line-white h1::after {
    background-color: #fff;
}

/* --- title line */

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.icon {
    display: flex;
}

.icon svg {
    width: 15px;
    height: 15px;
}

header.header {
    width: 100%;
    height: 138px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    background-color: transparent;
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }

    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}

.affix {
    position: fixed;
}

.affix.navbar {
    z-index: 1030;
    top: 0;
    width: 100%;
}

.header.search {
    z-index: 9999
}

.header .header_all {
    width: 100%;
    max-width: 1170px;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.header_top .header_all {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close_header {
    display: none;
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    cursor: pointer;
    z-index: 5;
    color: #fff;
}

.logo svg {
    width: 160px;
    display: flex;
}

.logo .st0 {
    fill: #000;
}

.logo .st1 {
    fill: #FFFFFF;
    stroke: #000;
    stroke-width: 2.7453;
    stroke-miterlimit: 10;
}

.logo .st2 {
    fill: none;
    stroke: #000;
    stroke-width: 2.7453;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.social_list li a {
    width: 40px;
    height: 40px;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social_list li a:hover {
    background-color: #000;
    color: #fff;
}

.social_list li {
    margin-left: 10px;
}

.social_list li:last-child {
    margin-left: 0;
}

.header_social li svg {
    width: 15px;
    height: 15px;
}

.header_social {
    display: flex;
    align-items: center;
}

.header_social.mn_social {
    display: none;
}

.header_social ul {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.search_icon {
    display: inline-flex;
}

.header_bottom {
    background-color: #000;
    color: #fff;
}

.navbar {
    display: flex;
    line-height: initial;
}

.header .header_nav {
    display: flex;
    flex-direction: column;
}

.menuitems ul {
    display: flex;
    flex-wrap: wrap;
}

.header .header_nav ul li {
    display: inline-block;
    transition: all .2s ease;
}

.mn-logo {
    display: none;
    position: absolute;
    top: .5rem;
    right: 1rem;
    width: 10rem;
}

.mn-logo img {
    object-fit: contain;
}

@media screen and (min-width: 1025px) {
    .header .header_nav ul li:hover {
        background-color: #fe0000;
    }

    .header .header_nav ul li.current {
        background-color: #fe0000;
    }
}

.header .header_nav ul li a {
    padding: 12px 17px;
    display: inline-flex;
    font-weight: 700;
}

.header .header_nav ul li a:hover {
    color: #fff;
}

.header .header_nav ul li:first-child {
    margin: 0;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*opacity: 0;
	visibility: hidden;*/
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .16);
}

.header.offset {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.scrolling {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.header.sticky .header_all {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header.sticky .header_all .logo svg {
    width: 135px
}

.header.sticky .top_nav {
    display: none;
}

.header_search {
    display: inline-flex;
    padding-right: 15px;
    margin-right: 20px;
    position: relative;
    border-right: 1px solid rgba(51, 51, 51, 0.16);
}

.header_search a {
    display: flex;
}

.search_icon svg {
    width: 15px;
    height: 15px;
}

.header_search_content {
    text-align: center;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

.header_search_content {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header_search_module {
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_search_content.open {
    visibility: visible;
    opacity: 1;
}

.header_search_module {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform .6s, opacity .6s;
    transform: translateY(50px);
}

.header_search_module .search_form {
    width: 100%;
    color: #fff;
}

.search_input::placeholder {
    color: #fff;
}

.search_input:-ms-input-placeholder {
    color: #fff;
}

.search_input::-ms-input-placeholder {
    color: #fff;
}

.header_search_content.open .header_search_module {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateY(0);
}

.search_inner {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.search_input {
    border: 0;
    line-height: 50px;
    width: 100%;
    padding-bottom: 1rem;
    font-size: 35px;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.search_inner_icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
}

.search_inner_icon .search_btn {
    display: flex;
}

.search_btn svg {
    width: 25px;
    height: 25px;
}

.mobile_serch {
    display: none
}

.module_close {
    position: absolute;
    top: 35px;
    right: 50px;
}

.module_close .icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: #fff;
}

.module_close svg g {
    stroke: #000;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

svg {
    fill: currentColor;
}

main {
    padding-top: 20px;
}

.hp_max_width {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hp_max_width.minister_block {
    margin-bottom: 50px;
}

.hp_max_width {
    -webkit-transition: max-width 260ms cubic-bezier(.25, .46, .45, .94);
    -moz-transition: max-width 260ms cubic-bezier(.25, .46, .45, .94);
    -ms-transition: max-width 260ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: max-width 260ms cubic-bezier(.25, .46, .45, .94);
    transition: max-width 260ms cubic-bezier(.25, .46, .45, .94);
}

.argent_flex {
    display: flex;
    margin-bottom: 20px;
}

.argent_news {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    padding: .75rem 1rem .75rem 0;
    background-color: #fff;
}

.argent_swiper {
    width: 100%;
    margin-left: 3rem;
}

.argent_label {
    position: relative;
    right: auto;
    top: auto;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: red;
}

.hp_block:not(:first-child) {
    padding-top: 1.5rem;
}

.hp_block:last-child {
    padding-bottom: 1rem;
}

.hp_block_inner {
    padding: 50px 0;
}

.main_block {
    background-color: #fff
}

.hp_max_width.main_block .hp_block {
    padding-left: 35px;
    padding-right: 35px;
}

.cover_overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 9;
}

.hp_max_width.minster_main {
    background-color: #fff;
    padding: 0 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.date {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 5px;
}

.title {
    position: relative;
}

.title h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.title a h1:hover {
    color: #fe0000;
}

.button-round-big {
    height: 55px;
    padding: 10px 35px;
    background: #000;
    text-decoration: none;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
}

.button-white {
    background: transparent;
    margin-left: 20px;
    padding: 20px 0;
    border-radius: 0;
}

.button-round-big,
.button-round-big .icon {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-round-big span {
    float: right;
    line-height: 18px;
    color: #fff;
    font-size: 15px;
}

.button-white span {
    color: #8E9AA7;
}

.button-round-big .icon {
    display: flex;
    margin-right: 15px;
}

.button-round-big:hover .icon {
    transform: translateX(-5px);
}

.block_img {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.block_img .img a {
    width: 100%;
}

.block_img .img {
    display: flex;
    margin-bottom: .5rem;
    position: relative;
}

.content p {
    color: #555;
}

.bordered-post {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.bordered-post:not(:last-child) {
    border-bottom: solid 1px rgba(51, 51, 51, 0.16);
}

.button-round-big .st0 {
    fill: none;
}

.in_minister {
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    padding: 1rem;
}

.minister_block.scrolled {
    max-width: 100%
}

.st0 {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

.post_block {
    display: flex;
    align-items: flex-start;
}

.in_panel .post_block {
    margin-bottom: 0
}

.hp_block .block_img+.post_block {
    margin-bottom: 1rem;
}

.post_block .img a {
    width: 100%;
}

.post_block .img {
    width: 25%;
    margin-bottom: 0;
    margin-left: .75rem;
    display: flex;
    flex: 0 0 auto;
    position: relative;
}

.post_block.fill_post .img {
    height: 70px;
}

.widget-title {
    border-bottom: 1px solid rgba(51, 51, 51, 0.16)
}

.widget-title span {
    color: #000;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.widget-title span::after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    display: block;
    background-color: #fe0000;
    margin-top: 10px;
}

.widget_img {
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(187, 187, 187, .5), 0 1px 0 0 rgba(178, 178, 178, .5);
}

.sidebar_block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar_block:not(:last-child) {
    margin-bottom: 1rem;
}

.logo_background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/logo-background.png);
}

.social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social ul li {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/*.social ul li:last-child {
	margin-left: 0
}*/
.social ul li a:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.social ul li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #076fb4;
    background-color: #f1f1f1;
    border-radius: 50%;
}

.social ul li svg {
    width: 16px;
    height: 16px;
}

.social ul li:hover svg {
    fill: #fff
}

.sidebar_block .ad-title {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.tab-menu {
    display: flex;
    position: relative;
    background-color: #f5f5f5;
}

.tab-menu li {
    position: relative;
    color: #000;
    display: inline-block;
    padding: 15px 10px;
    z-index: 0;
    width: 100%;
    text-align: right;
    overflow: hidden;
    transition: all 0.3s ease 0.3s;
    transition-delay: 0.3s;
    font-weight: 700;
}

/*.tab-menu li:hover {
  color:#fff;
}*/

.tab-content>div {
    width: 100%;
    padding-top: .5rem;
}

.indicator {
    height: .25rem;
    margin: 0;
    background: #000;
    border: none;
    transition: .3s ease-in-out;
    position: absolute;
    width: 50%;
    bottom: 0;
}

.sd_tab:hover~.indicator {
    margin-right: 50%;
}

.tab-content .tab_inner h3 {
    font-size: 15px;
}

.author {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

.author a {
    color: #000;
}

.author a:hover {
    color: #fe0000;
}

.tab_inner .post_block {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px rgba(51, 51, 51, 0.16);
}

.news_block a {
    padding: 10px 15px;
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    font-weight: 500;
    background-color: #f5f5f5;
}

.swiper-button {
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}

.swiper-button svg {
    width: 12px;
    height: 12px;
}

.slide__content {
    position: absolute;
    bottom: 45px;
    padding: 45px;
    background-color: rgb(37, 39, 55, 0.5);
}

.mobile_nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .5rem 1rem;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.16);
}

.mobile_menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.slicknav_icon {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.slicknav_menu .slicknav_icon_bar {
    display: block;
    width: 1.225em;
    height: 2px;
}

.slicknav_menu .slicknav_icon_bar {
    background-color: #000;
    font-size: 22px;
}

.slicknav_btn .slicknav_icon_bar+.slicknav_icon_bar {
    margin-top: 0.428em;
}

.slicknav_btn {
    overflow: hidden;
}

@-webkit-keyframes widththumb {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes widththumb {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.slicknav_menu:hover .slicknav_icon_bar:first-child {
    -webkit-animation: widththumb 0.3s ease-in-out normal;
    animation: widththumb 0.3s ease-in-out normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-iteration-count: initial;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slicknav_menu:hover .slicknav_icon_bar:last-child {
    -webkit-animation: widththumb 0.5s ease-in-out normal;
    animation: widththumb 0.5s ease-in-out normal;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-iteration-count: initial;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.footer {
    color: #fff;
    position: relative;
}

.footer_featured {
    padding: 4rem 0;
    position: relative;
    background-color: #131313;
}

.footer_bg {
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer_logo {
    width: 160px;
    flex: 0 0 auto;
}

.white_logo .st0 {
    fill: #fff;
}

.white_logo .st1 {
    fill: #FFFFFF;
    stroke: #fff;
    stroke-width: 2.7453;
    stroke-miterlimit: 10;
}

.white_logo .st2 {
    fill: none;
    stroke: #fff;
    stroke-width: 2.7453;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.inner_featured_content {
    display: flex;
    align-items: flex-start;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    padding-right: 50px;
    margin-left: -1rem;
    margin-right: -1rem;
}

.footer-top>div {
    width: 33.333%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer-title {
    margin-bottom: 20px;
}

.footer-contact p {
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-contact p:last-child {
    margin-bottom: 0;
}

.footerLink-list li {
    margin-bottom: 7px;
}

.footerLink-list li:last-child {
    margin-bottom: 0;
}

.mobile_logo {
    display: none
}

.footer_posts {
    margin-right: 50px;
}

.footer_posts ul li {
    margin-left: 1rem;
    margin-bottom: 20px;
    display: inline-block;
}

.footer_posts ul li a {
    color: #fff;
}

.bottom_footer {
    padding: 2rem 9rem;
    background-color: #000;
    color: #838383;
    font-size: 15px;
}

.footer_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fo_privacy {
    display: flex;
    align-items: center;
}

.fo_privacy .send_new {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    margin-left: 25px;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.fo_privacy .send_new:hover {
    background-color: #fff;
    color: #000;
}

.send_new .send_new_icon {
    display: flex;
}

.send_new .send_new_icon svg {
    width: 15px;
    height: 10px;
    fill: #fff;
    transform: rotate(180deg);
}

.fo_privacy .send_new:hover .send_new_icon svg {
    fill: #000;
}

.send_new .send_new_txt {
    margin-right: 7px;
}

.fo_privacy ul {
    display: inline-block;
}

.fo_privacy ul li {
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
}

.fo_privacy ul li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #fff;
}

.fo_privacy ul li a {
    color: #fff
}

.footer_social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_social ul li {
    display: inline-flex;
    margin-left: 15px;
    position: relative;
}

.footer_social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

.footer_social ul li a:hover {
    background-color: #fff;
    color: #000;
}

.footer_social ul li:last-child {
    padding: 0;
    margin: 0;
}

.footer_social ul li a svg {
    width: 15px;
    height: 15px;
}

.playpause {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.video-block .playpause {
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
}

.video-reel .playpause {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    width: 30px;
    height: 30px;
}

.playpause svg {
    width: 14px;
    height: 14px;
    transform: translateX(1px);
}

.social_icons {
    position: absolute;
    left: 10px;
    bottom: 15px;
}

.social_icons ul li {
    display: inline-block;
}

.social_icons ul li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 2px;
    opacity: 0;
    background-color: #000;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.social_icons ul li:nth-of-type(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.social_icons ul li:nth-of-type(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.social_icons.md_social ul li {
    width: 40px;
    height: 40px;
}

.social_icons.sm_social ul li {
    width: 35px;
    height: 35px;
}

.social_icons ul li:hover {
    background-color: #000;
}

.social_icons ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icons ul li a svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}

.social_icons.md_social ul li a svg {
    width: 14px;
    height: 14px;
}

.social_icons.sm_social ul li a svg {
    width: 12px;
    height: 12px;
}

.block_img:hover .social_icons ul li,
.panel_set:hover .social_icons ul li,
.post_block:hover .social_icons ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fb-comments,
iframe,
.fb-comments span,
.pluginSkinLight div {
    width: 100% !important;
}

.argent__wraper {
    display: flex;
}

.sub-section {
    color: #fff;
    background-color: #000;
    padding: 3rem 0;
}

.sub-section .rd-mailform {
    position: relative;
}

.sub-section .rd-mailform .form-group {
    margin-bottom: 0;
}

.sub-section .sub-form {
    border-radius: 5px;
    overflow: hidden;
    max-width: 25rem;
    margin-right: auto;
}

.sub-form .main_btn {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fe0000;
}

.align-btn {
    display: flex;
    justify-content: flex-end;
}

.btn {
    display: flex;
    align-items: center;
    color: #000;
}

.show-all {
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 700;
}

.btn-icon {
    display: inline-flex;
    margin-right: 10px;
}

.btn svg {
    width: 18px;
}

.btn svg g {
    stroke: #000;
}

.videos_block {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.video_media {
    height: 15rem;
    position: relative;
    overflow: hidden;
}

.videos_swiper {
    display: flex;
}

.videos_swiper {
    padding-left: 12%;
}

.videos_swiper .swiper-button {
    top: 7.5em;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
    display: block;
}

.lightbox span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-news {
    display: flex;
    margin-bottom: 20px;
}

.top-news .col {
    display: flex;
    gap: .5rem;
}

.n-line {
    width: .75rem;
    background-color: #fe0000;
}

.top-newsBlock {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: .75rem;
    padding: .5rem;
    background-color: #fff;
}

.top-newsBlock .img {
    width: 6rem;
    height: 100%;
    flex: 0 0 auto;
}

.top_newswiper .swiper-button {
    color: #fff;
    background-color: #fe0000;
}

.page_view_content p {
    font-size: 16px;
}

pre {
    white-space: pre-wrap;
}

.swiper-horizontal.swiper-rtl .swiper-button.swiper-button-prev {
    right: 1rem;
}

.swiper-horizontal.swiper-rtl .swiper-button.swiper-button-next {
    left: 1rem;
}

.argent_swiper .swiper-slide {
    background-color: #fff;
}

.argent_swiper .swiper-button,
.section_swiper .swiper-button {
    box-shadow: none;
    background-color: transparent;
}

.argent_swiper.swiper-horizontal.swiper-rtl .swiper-button.swiper-button-next {
    left: .5rem;
}

.argent_swiper.swiper-horizontal.swiper-rtl .swiper-button.swiper-button-prev {
    right: auto;
    left: 1.75rem;
}

.argent_swiper .swiper-button svg {
    width: 12px;
    height: 12px;
    fill: #000;
    opacity: .5;
}

.section_swiper .swiper-button {
    top: -75px;
    width: auto;
    height: auto;
    background-color: transparent;
}

@media (max-width: 1440px) {
    body {
        font-size: 15px;
    }

    .footer_featured,
    .bottom_footer {
        padding: 4rem 0
    }

    .social_icons ul li {
        width: 40px;
        height: 40px;
    }

    .social_icons ul li a svg {
        width: 15px;
        height: 15px;
    }

    .social_icons.md_social ul li {
        width: 30px;
        height: 30px;
    }

    .social ul li {
        width: 40px;
        height: 40px;
    }

    .social ul li svg {
        width: 15px;
        height: 15px;
    }

    .search_input {
        font-size: 30px;
    }

    .post_block.fill_post .img {
        height: 60px;
    }

    .tab-content .tab_inner h3 {
        font-size: 15px;
    }

    .video_media {
        height: 20rem;
    }

    .videos_swiper .swiper-button {
        top: 10rem;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 15px;
    }

    .mn-logo {
        display: flex;
    }

    main {
        padding-top: 88px;
    }

    .mobile_nav {
        display: flex;
    }

    header.header {
        position: fixed;
        inset: 0;
        height: 100dvh;
        background-color: #fe0000;
        z-index: 999999;
        transform: translateX(105%);
        overflow-y: auto;
        padding: 6rem 0 3rem;
        -webkit-transition: all 1.5s cubic-bezier(.19, 1, .22, 1);
        transition: all 1.5s cubic-bezier(.19, 1, .22, 1);
    }

    .header_social.mn_social {
        display: flex;
    }

    .header .social_list li a {
        width: 35px;
        height: 35px;
    }

    header.header.open {
        transform: translateX(0);
    }

    .navbar {
        height: 100%;
        background-color: #fe0000;
    }

    .header .header_all {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 100%;
        overflow-y: auto;
        width: 100%;
        padding: 0 2rem;
    }

    .header .header_nav {
        justify-content: center;
    }

    .header_social {
        margin-top: 2rem;
    }

    .close_header {
        display: block;
    }

    .header .header_all .logo {
        display: none;
    }

    .header .header_nav ul li {
        display: block;
        margin-right: 0
    }

    .header .header_nav ul li.current {
        background-color: transparent;
    }

    .header .header_nav ul li a {
        color: #fff;
        position: relative;
        padding: 0;
        margin-bottom: 10px;
        font-size: 17px;
        display: inline-block;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .header .header_nav ul li:last-child a {
        margin-bottom: 0;
    }

    .header .header_nav ul li a:hover {
        padding-right: 2.5em;
    }

    .header .header_nav ul li a:before {
        content: '';
        position: absolute;
        top: 15px;
        right: -1.25rem;
        width: 1.6rem;
        height: 1px;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .header .header_nav ul li a:hover:before {
        opacity: 1;
        right: 0;
    }

    .header_top {
        display: none;
    }

    .header .top_nav {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
    }

    .header .top_nav {
        padding: 0;
        margin: 0;
        border: none;
    }

    .menuitems ul {
        flex-direction: column;
    }

    .header_search {
        display: none;
    }

    .mobile_nav.open .slicknav_menu .slicknav_icon_bar {
        background-color: #fff;
    }

    .mobile_logo {
        display: flex;
    }

    .mobile_serch {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .post_block.fill_post .content p {
        display: none;
    }

    .footer_social ul li a svg {
        width: 17px;
        height: 17px;
    }

    .footer_social ul li:not(:last-child):before {
        height: 12px;
    }

    .video_media {
        height: 25rem;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .sidebar_block h3 {
        font-size: 16px;
    }

    h3 {
        font-size: 16px;
    }

    .sidebar_block .content h3 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .post_block.fill_post .img {
        width: 35%;
        height: 80px;
        margin-left: 15px;
    }

    .inner_featured_content,
    .footer_space {
        flex-direction: column;
    }

    .footer_logo {
        margin-bottom: 20px
    }

    .footer_social {
        margin-top: 20px;
    }

    .footer_social ul li a svg {
        width: 17px;
        height: 17px
    }

    .fo_privacy {
        flex-direction: column;
    }

    .fo_privacy .send_new {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .footer_posts {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .row-gap-md {
        row-gap: 1.5rem;
    }

    .search_input {
        font-size: 25px;
        padding-bottom: 0.5rem;
    }

    .search_inner_icon {
        top: 12px
    }

    .search_btn svg {
        width: 20px;
        height: 20px
    }

    .module_close .icon svg {
        width: 25px;
        height: 25px;
    }

    .module_close {
        top: 25px;
        right: 25px;
    }

    .social_icons ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .slide_content {
        width: 100%;
        max-width: 100%;
    }

    .social_icons.md_social ul li {
        width: 40px;
        height: 40px;
    }

    .social_icons.md_social ul li a svg {
        width: 15px;
        height: 15px;
    }

    button {
        font-size: 15px;
    }

    .main_btn {
        padding: 10px 25px;
    }

    .footer-top {
        padding-right: 0;
    }

    .footer-top>div {
        margin-bottom: 2rem;
        width: 100%;
    }

    .footer-top>div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .sub-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    h3 {
        font-size: 16px;
    }

    .slicknav_icon {
        right: 20px;
    }

    .mobile_serch {
        left: 20px;
    }

    .search_input {
        font-size: 22px;
    }

    h2 {
        font-size: 17px;
    }

    .sidebar_block .post_block .img {
        margin-left: 15px;
    }

    .sidebar_block h3 {
        font-size: 15px;
    }

    .tab-content .tab_inner h3 {
        font-size: 15px;
    }

    .search_inner {
        max-width: 100%
    }

    .n-line {
        width: .5rem;
    }

    .logo svg {
        width: 136px;
    }
}

@media (max-width: 425px) {

    .main_btn {
        padding: 10px 20px;
    }

    .search_input {
        font-size: 20px;
    }

    .footer_featured,
    .bottom_footer {
        padding: 3rem 0;
    }

    .footer_posts ul li {
        margin-left: 15px
    }

    .post_block.fill_post .content h3 {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    .sub-section {
        padding: 2.5rem 0;
    }

    .videos_swiper .swiper-button {
        top: 12.5rem;
    }

    .swiper-button {
        width: 25px;
        height: 25px;
    }

    .swiper-button svg {
        width: 11px;
        height: 11px;
    }

    .video_media {
        height: 22rem;
    }
}