@font-face {
    font-family:'AdelleSansARA';
    src:url('../../css/fonts/AdelleSansARA-Regular.otf');
    font-weight: normal;
}
@font-face {
    font-family:'AdelleSansARA-Bold';
    src:url('../../css/fonts/AdelleSansARA-Semibold.otf');
    font-weight: bold;
}

#sidenav-overlay{
    transition: opacity 0.5s ease-in-out;
}

body {
	font-family: 'AdelleSansARA', Helvetica, sans-serif;
    background-color: #f6f6f7;
    font-size: 16px;
    margin: 0;
	direction: rtl;
	line-height: 1.5;
	width: 1px;
	min-width: 100%;
}
body.noScroll {
    position: fixed;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'AdelleSansARA-Bold';
}
*:focus {
    outline: none;
}
span {
    font-family: 'AdelleSansARA', Helvetica, sans-serif!important;
}
.justify_center{
	justify-content: center;
}
.mt-0 {
    margin-top: 0!important;
}
nav ul {
    margin: 0;
}
ul {
    padding: 0;
	margin: 0;
}
ul {
    list-style-type: none;
}
a {
	color: #0031bf;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wrapper {
	position: relative;
    padding-top: 15px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 96%;
    font-size: 1rem;
    padding: 0 10px 8px;
    box-shadow: none;
    font-family: 'AdelleSansARA', Helvetica, sans-serif;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
    transition: all .3s;
}
html input[type="button"], button, input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn.primary-btn {
    font-family: 'AdelleSansARA', Helvetica, sans-serif;
    padding: 10px 30px 15px;
    background-color: #0031bf;
    border: none;
    color: #fff;
	display: inline-block;
    margin-top: 25px;
    border-radius: 7px;
	transition: all 0.3s ease-in-out
}
.sidbar-box.play-back .btn.primary-btn.watch-more {
    margin: 0 20px 20px;
    background-color: transparent;
    box-shadow: none;
    color: #0031bf;
    border-bottom: 2px solid #0031bf;
    padding: 10px 0;
    font-family: 'AdelleSansARA-Bold';
}
.sidbar-box.play-back .btn.primary-btn.watch-more:hover {
    border-color: #0031bf;
    color: #0031bf;
}
.btn.primary-btn:hover {
    background-color: #dbb000;
}
button.btn.primary-btn:focus, button.btn.primary-btn:hover {
    outline: none;
}
header {
    z-index: 997;
    width: 100%;
    height: 120px;
	position: relative;
    -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;
    margin-bottom: 10px;
}
header.header-fix {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.header-top .header-row {
    align-items: center;
    justify-content: space-between;
}
.header-top .header-row > div {
    padding: 0 5px;
}
.header-row .header-ban {
    width: 50%;
    display: inline-flex;
}
.header-row .header-logo, .header-row .header-search {
    width: 25%;
}
.nav-wrap.affix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
header.hide {
    transform: translateY(-100%);
}
.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;
}
.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;
}
header.header-fix .header-top {
    height: 70px;
    line-height: 60px;
}
.header-top {
    background-color: #fff;
    padding: 15px 0;
    -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;
}
.header-date small {
    color: #707070;
    font-size: 13px;
}
.header-banner, .header-banner a {
    display: inline-flex;
    width: 100%;
}
.header-top .container, .header-top .container .row {
    height: 100%;
}
.header-top .container .row {
	position: relative;
}
header.header-fix .header-top {
    background-color: #0031bf;
}
nav {
    background-color: transparent;
    box-shadow: none;
    clear: both;
}
nav ul li {
    display: inline-block;
    position: relative;
}
nav ul a {
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
}
nav ul li:hover,
nav ul li.active {
    background: transparent;
}
.nav-wrapper.menu-category a {
    position: relative;
    text-transform: capitalize;
}
nav .button-collapse i {
    font-size: 2.1rem;
}
.news-category-dropdown {
    text-align: right;
    display: inline-block;
    margin: 0;
    list-style: none;
}
.news-category-dropdown li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.news-category-dropdown li ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    border-radius: 3px;
	transition: all 0.3s;
}
.news-category-dropdown .active > a {
    color: #000 !important;
    background: #ededed;
}
.news-category-dropdown li ul:after {
    -moz-border-bottom-colors: #fff;
    -moz-border-left-colors: transparent;
    -moz-border-right-colors: transparent;
    -moz-border-top-colors: transparent;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: "";
    left: 30%;
    position: absolute;
}
.news-category-dropdown li ul li {
    display: list-item;
    overflow: hidden;
    line-height: normal;
    border-bottom: 1px solid #f5f5f5;
}
.news-category-dropdown .fa-angle-down {
    float: left;
    line-height: 60px;
    height: 55px;
    font-size: 20px;
    padding-right: 15px;
}
header.header-fix .news-category-dropdown .fa-angle-down {
    font-size: 17px;
}
.news-category-dropdown li ul li a {
    color: #4e4e4e;
    padding: 12px 15px !important;
    line-height: 1.42857;
    font-size: 14px;
    display: inline-flex;
}
.news-category-dropdown li ul li:hover {
    background-color: #f2f2f2;
}
.news-category-dropdown li ul li a:hover {
    color: #000 !important;
}
.menu-category .news-category-dropdown li ul a:after {
    display: none;
}
.news-category-dropdown li ul li:last-child {
    border: none;
}
.news-category-dropdown li:hover ul {
    opacity: 1;
    visibility: visible;
}
.header-fix .news-category-dropdown li:hover ul {
    top: 55px;
}
.time_text {
    font-size: 20px;
}
.header_text {
    font-size: 22px;
}
.time_text small, .header_text small {
    color: #fff;
}
.header-logo:before {
    content: '';
    position: absolute;
    top: 85px;
    height: 32px;
    right: 15px;
    left: 15px;
    z-index: -10;
    background-color: #eee;
    background: -moz-linear-gradient(right, rgb(0,0,0,.08)gba(40,40,46,1) 0%, rgba(40,40,46,0) 100%);
    background: -webkit-gradient(linear, right top, right top, color-stop(0%,rgb(0,0,0,.08))), color-stop(100%,rgba(40,40,46,0));
    background: -webkit-linear-gradient(right, rgb(0,0,0,.08) 0%,rgba(40,40,46,0) 100%);
    background: -o-linear-gradient(right,rgb(0,0,0,.08) 0%,rgba(40,40,46,0) 100%);
    background: -ms-linear-gradient(right, rgb(0,0,0,.08) 0%,rgba(40,40,46,0) 100%);
    background: linear-gradient(to right, rgb(0,0,0,.08) 0%,rgba(40,40,46,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28282e', endColorstr='#0028282e',GradientType=1 );
}
.nav-wrap.affix.headroom--not-top .header-logo:before {
    opacity: 0;
    visibility: hidden;
}
.logo {
    line-height: normal;
    overflow: hidden;
    padding: 0;
    text-align: center;
    line-height: 0;
    max-width: 220px;
    margin-bottom: 20px;
    display: inline-flex;
    transition: all 0.3s;
}
svg {
    width: 100%;
    height: 100%;
}
.st0 {
    fill: #E5E5E5;
}
.footer-button .mdi-action-history .st0 {
    fill: #0031bf;
}
.footer-button .mdi-action-history:hover .st0 {
    fill: #E5E5E5;
}
.st1 {
    fill: #0031bf;
}
.logo > a {
    display: inline-block;
    line-height: 0;
}
.logo svg, path {
	-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;
}
.brand-logo {
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #ff4181;
    font-style: italic;
    font-weight: 500;
}
.brand-logo > span {
    color: #ff4181;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    text-shadow: 2px 2px 2px #e02262;
}
.right {
    float: right;
}
.header-dropdown {
    float: left;
    margin-left: 30px;
}
.button-collapse .mdi-navigation-menu {
    color: #95a2e7;
    font-size: 30px;
    transition-duration: 0.3s;
}
.button-collapse .mdi-navigation-menu:hover {
    color: #fff;
    transition-duration: 0.3s;
}
.header-dropdown .dropdown-button.btn {
    background: transparent;
    box-shadow: none;
    border: medium none;
    display: initial;
    font-size: 18px;
    text-align: center;
    color: #95a2e7;
    margin: 0;
    text-transform: capitalize;
    transition-duration: 0.3s;
}
.header-dropdown .dropdown-button.btn:hover {
    color: #fff;
    transition-duration: 0.3s;
}
.header-dropdown .mdi-navigation-arrow-drop-down {
    top: 7px;
    position: relative;
    font-size: 29px;
}
.header-dropdown .dropdown-content li > a,
.dropdown-content li > span {
    font-size: 14px;
    color: #444;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.header-dropdown .dropdown-content.select-dropdown {
    margin: 0 0 0 25px;
    z-index: 99999;
    left: 20% !important;
}
.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: right;
    text-transform: none;
}
.header-dropdown .dropdown-content li > a, .dropdown-content li > span {
    font-size: 14px;
    color: #444;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    will-change: width, height;
}
.header-dropdown .dropdown-content {
    top: 70px !important;
    z-index: 99999;
    width: 150px !important;
}
.searchbox .searchbox-input {
    border: none;
    padding-bottom: 0;
    height: 40px;
    background: transparent;
}
.header-top .col.l4.col.m4.col.s12.pull-right {
    position: relative;
}
.searchbox input[type="text"]:focus {
    border: none !important;
    box-shadow: none !important;
}
.searchbox-open .searchbox-input::-moz-placeholder {
    color: #000 !important;
}
.searchbox-open .searchbox-input::-webkit-input-placeholder {
    color: #000;
}
.searchbox-open .searchbox-input:-ms-input-placeholder {
    color: #000;
}
.searchbox-input::-webkit-input-placeholder {
    color: transparent;
}
.searchbox-input::-moz-placeholder {
    color: transparent;
}
.searchbox-input:-ms-input-placeholder {
    color: transparent;
}
.searchbox-submit {
    color: transparent !important;
}
.searchbox-icon,
.searchbox-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 5;
    background: transparent;
    transition-duration: 0.3s;
}
header.header-fix .searchbox-icon {
    background: #0031bf;
}
.searchbox-icon svg {
    height: 15px;
    width: 15px;
}
.searchbox-icon .mdi-action-search {
    font-size: 26px;
    font-weight: bold;
    line-height: 41px;
}
.searchbox-open .searchbox-icon svg path {
    fill: #000;
}
.search-item .searchbox-icon {
    padding: 15px;
}
.header-search {
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition-duration: 0.3s;
    transition: all .3s;
}
.searchbox-open .header-search {
    opacity: 1;
    visibility: visible;
    width: 255px;
}
.searchbox {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header.header-fix .searchbox {
    top: 10px;
}
.searchbox.cart {
    right: 60px;
}
.login {
    color: #95a2e7;
    font-size: 18px;
    margin-right: 100px;
    padding-top: 3px;
    transition-duration: 0.3s;
}
.login:hover {
    color: #fff;
    transition-duration: 0.3s;
}
.search.cart {
    right: 80px;
}
/*************** 2.1 Sidebar Navigation ***************/

.button-collapse {
    background-color: transparent !important;
    font-size: 32px;
    height: 20px;
    width: auto;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.button-collapse .bar {
    position: absolute;
    height: 3px;
    background-color: #fff;
    overflow: hidden;
    width: 25px;
    border-radius: 2px;
    transition: transform .35s ease-in-out;
}
.button-collapse .bar:nth-child(1) {
    top: 0;
}
.button-collapse .bar:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #A6ABAB;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.button-collapse .bar:nth-child(2) {
    top: 6px;
}
.button-collapse .bar:nth-child(2):after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.button-collapse .bar:nth-child(3) {
    top: 12px;
}
.button-collapse .bar:nth-child(3):after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
nav ul .table-link {
    color: #fff;
    display: block;
}
nav ul .table-link {
    padding: 25px 15px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'AdelleSansARA-Bold';
}
.header_icon {
    display: inline-flex;
    margin-right: 10px;
    transform: translateY(2px);
}
.header_icon svg {
    width: 9px;
    height: 9px;
    fill: #fff;
}
.side-nav {
    z-index: 99999;
}
.side-nav li:hover,
.side-nav li.active {
    background: transparent;
}
li.logo-title {
    background-color: #f7f7f7;
    border-bottom: 0 solid;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.247);
    height: auto;
    padding: 10px !important;
}
.logo-title a {
    border-bottom: 1px solid #eaeaea !important;
    color: #0031bf !important;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    height: auto !important;
    cursor: default;
}
.side-nav li {
    padding: 0 0 !important;
    border-bottom: 1px solid #f7f7f7;
}
.side-nav .dropdown-menu,
.side-nav .collapsible li {
    border: none;
}
.side-nav .collapsible-body {
    border-bottom: 1px solid #ddd;
}
.side-nav a {
    line-height: 25px;
    padding: 20px 30px;
    color: #000;
    display: block;
}
.side-nav a:hover,
.side-nav .active a {
    color: #0031bf;
}
.side-nav a:hover {
    background: #f8f8f8;
}
.side-nav .collapsible-body li a {
    color: #000;
}
.side-nav .collapsible-body li.active {
    background: transparent;
}
.side-nav .collapsible-body li.active a,
.side-nav .collapsible-body li a:hover {
    color: #FF0000;
    font-weight: bold;
}
.side-nav .collapsible-header .fa-angle-right {
    font-size: 16px;
    float: right;
    transition-duration: 0.5s;
    padding: 0;
}
.side-nav .collapsible-header.active .fa-angle-right {
    transform: rotate(90deg);
    transition-duration: 0.6s;
}
.side-nav .collapsible-header {
    border-bottom: 1px solid #f7f7f7;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    margin: 0;
    color: #000;
}
.side-nav .collapsible-header:hover {
    background: #f8f8f8;
}
.side-nav .collapsible-header.active,
.side-nav .collapsible-header:hover {
    font-weight: bold;
}
.side-nav .waves-effect {
    display: inherit;
}
.side-nav .collapsible-body li a {
    margin: 0;
    padding-left: 60px;
}
.side-nav .collapsible-header i {
    font-size: 15px;
    margin-right: 0;
}
.side-nav .fa {
    padding: 0 0 0 10px;
    color: #444;
}
.side-nav .collapsible-body .fa {
    padding: 0 5px 0 0;
}
.side-nav .collapsible-body li {
    border-bottom: 1px solid #f7f7f7;
}
.slide_icon {
    display: inline-flex;
    margin-left: 5px;
}
.slide_icon svg {
    width: 9px;
    height: 9px;
}
.side-nav a:hover .slide_icon svg {
    fill: #0031bf;
}
.button-collapse {
    float: right;
}
.button-collapse.ln-button {
    display: flex;
    align-items: center;
}
.ln-button.aside-img {
    width: 35px;
    height: 35px;
}
.ln-button.aside-img img {
    width: 100%;
}
.button-collapse.ln-button svg {
    width: 30px;
    height: 30px;
}
.button-collapse.ln-button span {
    font-size: 20px;
    color: #fff;
    padding-right: 10px;
}
.header-container {
    display: flex;
}
.nav-wrap {
    position: relative;
    width: 100%;
    border-top: 5px solid #dbb000;
}
.header-inner nav {
    z-index: 5;
    margin-right: -60px;
}
.header-inner .nav-wrap.affix.headroom--not-top nav {
    margin-right: 10px;
}
.header-holder {
    position: relative;
}
.header-holder:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 72px;
    background-color: #0031bf;
}
.header-logo {
    margin-top: 20px;
}
.nav-wrap.affix.headroom--not-top .header-logo .logo {
    max-width: 100px;
}
.nav-wrap.affix.headroom--not-top .header-logo {
    margin-top: 10px;
}
.header-media__holder .row {
    margin-left: -5px;
    margin-right: -5px;
}
.header-media__holder .row .m-column {
    padding-left: 5px;
    padding-right: 5px;
}
.header-media__holder {
    margin-bottom: 15px;
}
.header-media__line {
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 15px;
    background-color: #dbb000;
}
.m-column {
    padding-left: 15px;
    padding-right: 15px;
}
.header_slider .slick-arrow {
    top: 45%;
    background: rgba(255,255,255,.3);
}
.header_slider .slick-prev {
    right: 15px;
}
.header_slider .slick-next {
    left: 15px;
}
.m-column {
    position: relative;
}
.media-title {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    padding: 5px 15px;
    background-color: #0031bf;
    z-index: 1;
}
.media-title__label a {
    color: #fff;
}
.header-media__slider .slick-slide {
    height: 240px;
}
.header-media__slider .news-blog {
    height: 100%;
}
.header-media__slider .slick-slide .slide {
    height: 100%;
}
.m-slide__item {
    height: 100%;
    position: relative;
}
.m-slide__item img {
    height: 100%;
}
.aside-section {
    background-color: #0031bf;
}
.aside-section .s-link {
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease-in-out
}
.aside-section .s-link:hover {
    background-color: #dbb000;
}
.s-icon {
    display: inline-flex;
    opacity: 0;
    visibility: hidden;
    margin-right: 15px;
    transition: all 0.3s ease-in-out
}
.aside-section .s-link:hover .s-icon {
    opacity: 1;
    visibility: visible;
}
.s-icon svg {
    width: 13px;
    height: 13px;
    fill: #fff;
}
@-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)
    }
}
.animated.slideDown{
    -webkit-animation-name:slideDown;
    -moz-animation-name:slideDown;
    -o-animation-name:slideDown;
    animation-name:slideDown
}

@-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.slideUp{
    -webkit-animation-name:slideUp;
    -moz-animation-name:slideUp;
    -o-animation-name:slideUp;
    animation-name:slideUp
}
nav .nav-wrapper {
    position: relative;
    height: 100%;
}
.side-nav {
    position: fixed;
    width: 325px;
    right: -130%;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #FFF;
    z-index: 999;
    overflow-y: auto;
    will-change: inherit;
    transition: right .5s ease-in-out;
}
.side-nav.open {
	right: 0
}
.fa-angle-aside:before {
    content: "\f104";
}
small {
	color: #707070;
    display: block;
}
#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	opacity: 0;
	visibility: hidden;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity;
}
#sidenav-overlay.open{
	opacity: 1;
	visibility: visible
}
.z-depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.news-blog {
    position: relative;
}
.news-blog .image, .news-blog .image img {
    height: 100%;
    display: block;
}
.news-blog .image a {
    display: flex;
}
img {
    border: 0;
	width: 100%;
	object-fit: cover;
}
img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: auto;
}
img.responsive-img {
    width: 100%;
    display: flex;
}
.news-single img {
    width: auto;
}
.news-single.style-3 .content .description img {
	width: 100%!important;
	height: auto!important;
}
.news-blog .image .responsive-img {
    display: inherit;
}
.section_wrapper .news-blog .image .responsive-img {
    height: 100%;
}
.news-blog:before {
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 30%);
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 30%);
    background: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 30%);    
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    height: 75%;
    top: auto;
    margin: 0;
}
.video-box .news-blog:before {
    height: 100%;
}
.news-blog .news-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 1.85)) repeat scroll 0 0;
    -webkit-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 1.85)) repeat scroll 0 0;
    -ms-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 1.85)) repeat scroll 0 0;
    -o-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 1.85)) repeat scroll 0 0;*/
}
.video-home-title {
    padding: 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -webkit-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -ms-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -o-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
}
.news-blog .news-time {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 10px;
}
.news-time {
    color: #0031bf;
	margin-top: 15px;
    display: block;
    font-size: 12px;
}
.video-box .news-time {
	margin: 0px!important;
}
.video-box .news-blog .news-time {
    padding: 0px!important;
}

.news-title > a {
    color: #000;
    display: block;
    font-size: 18px;
    font-family: 'AdelleSansARA-Bold';
}
.slide-blog .news-title > a {
    font-size: 20px;
}

.news-blog .news-title > a {
    color: #fff;
}
.section_wrapper .news-blog .news-title > a {
    font-size: 20px;
}
.home-news__blog .news-blog .news-title > a {
    font-size: 17px;
} 
p {
    color: #8b8b8b;
}
b, strong {
    font-family: 'AdelleSansARA-Bold';
}
.news-content p {
    color: #8b8b8b;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.news-blog .news-content p {
    color: #fff;
}
.news-description {
    padding: 20px;
}
.news {
    background-color: #fff;
    overflow: hidden;
	height: calc(100% - 3px);
	border-radius: 3px;
}
.row + .row {
    margin-top: 25px;
}
.aside_box + .aside_box {
    margin-top: 20px;
}
.sidbar-box {
    background-color: #fff;
    border-radius: 3px;
	/*height: 100%;*/
	position: relative;
}
.left-aside .average + .sidbar-box .tab_container{
    /*height: calc( 100% - 254px);
	max-height: 540px;*/
	overflow-y: scroll;
}
.left-aside .sidbar-box {
    height: auto;
}
.sidbar-box .tab_container::-webkit-scrollbar-track
{
	/*background-color: #F5F5F5;*/
}

.sidbar-box .tab_container::-webkit-scrollbar
{
	width: 5px;
	/*background-color: #F5F5F5;*/
}

.sidbar-box .tab_container::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	background-color: #0031bf;
}
.sidebar-title {
    color: #fff;
    background-color: #0031bf;
    font-size: 17px;
	padding: 10px 20px;
    border-bottom: 1px solid #ddd;
	font-family: 'AdelleSansARA-Bold';
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.sidbar-box .sidebar-title {
    border: 0;
    background-image: url(../../images/section-background.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.aside_box .news-sidebar {
    padding: 15px 0;
	display: flex;
    flex-direction: column;
}
.news-sidebar .news-box {
    margin-bottom: 5px;
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.news-sidebar .news-box .box_content {
	width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0 10px 0;
    margin: 0 20px 10px 20px;
    display: inline-block;
}
.news-box .image {
    overflow: hidden;
    flex: 0 0 auto;
    display: inline-flex;
}
.news-box a {
    border: none;
    padding: 0;
    display: inline-flex;
}
.news-box .news-detail {
    overflow: hidden;
    padding: 0 10px;
}
.news-box .news-category {
    line-height: 6px;
}
.news-box .news-category > a {
    color: #0031bf;
    font-size: 16px;
    line-height: normal;
}
.news-box .news-title > a {
    font-size: 17px;
    padding-top: 5px;
    margin-bottom: 0;
    font-family:'AdelleSansARA-Bold';
    line-height: 160%;
}
.news-sidebar .news-box:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.icon-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-hover .icon-hov{
	width: 55px;
    height: 55px;
	background: rgba(0, 0, 0, 0.5);
	color: #0031bf;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.icon-hover:hover .fa {
    background: #dbb000;
    color: #fff;
}
.icon-hov svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.icon-hover .icon-hov.icon-play svg {
    width: 13px;
    height: 13px;
    transform: translateX(2px);
}
.icon-hover:hover .icon-hov {
    background: #dbb000;
}
.sidbar-box.play_icon {
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.play-back .news-sidebar {
    margin: 0 -15px;
}
.sidbar-box .play-back {
    position: absolute;
    top: 38%;
    left: -94px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 189px;
    z-index: -1;
    opacity: 0.05;
    color: #0031bf;
    width: 350px;
    height: 350px;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #0031bf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidbar-box .play-back svg {
    width: 150px;
    height: 150px;
    fill: #0031bf;
}
.title {
    font-size: 25px;
    font-family: 'AdelleSansARA-Bold';
	margin-bottom: 10px;
}
.title .m-title {
	margin: 0;
}
.no-margin .title {
    margin-bottom: 0px !important;
}
.left {
    float: left !important;
}
small {
	color: #0031bf;
    font-size: 15px;
}
section {
    margin-top: 50px;
    padding: 0;
}
.english-block .row{
	direction: ltr;
    text-align: left;
}
footer.page-footer {
    margin: 0;
    background-color: #0031bf;
    padding-top: 0;
    margin-top: 50px;
    position: relative;
}
footer.page-footer .col-xs-12 {
    position: relative;
}
.footer-button {
    position: absolute;
    width: 100%;
}
.footer-button .mdi-action-history {
    background-color: #fff;
    border-radius: 50%;
    bottom: 75px;
    color: #0031bf;
    font-size: 42px;
    height: 150px;
    width: 150px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    cursor: default;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -pie-transition-duration: 0.3s;
    display: inline-block;
    line-height: normal;
    z-index: 99;
}
.page-footer ul {
    /*float: right;
    width: 33.333%;
    margin-bottom: 50px;*/
    margin-top: 0
}
.page-footer .contact-menu ul{
	width: 100%
}
.footer-title {
    border-radius: 5px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: normal;
    float: right;
    display: block;
    margin: 5px;
    padding: 5px 15px;
}
ul li {
    list-style-type: none;
}
.footer-button .mdi-action-history:hover {
    background-color: #0031bf;
    color: #fff;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -pie-transition-duration: 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 13px rgba(0, 0, 0, 0.40);
}
.center, .center-align {
    text-align: center;
}
footer.page-footer .footer-copyright {
    background-color: #dbb000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
	padding: 55px 0;
}
.footer-copyright {
    position: relative;
}
footer.page-footer .footer-copyright:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/map_dots.png');
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;
    opacity: .5;*/
    z-index: 0;
    opacity: .1;
}
footer.page-footer .footer-maillist {
    background-color: #595959;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
	padding: 20px 0;
    text-align: center;
}
.social-icon .fa {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -pie-transition-duration: 0.3s;
}
.footer-menu > ul {
    margin: 0;
    width: 100%;
    text-align: right;
    padding: 0;
    border: none !important;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu a {
	margin-left: 20px
}
.page-footer ul li a {
    color: #fff;
	display: inline-block;
    padding: 5px 0;
}
.middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menualign {
    display: flex;
    align-items: right;
    justify-content: right;
}
.footer-button .mdi-action-history svg {
    width: 80%;
}
footer.page-footer .container {
    position: relative;
}
.line-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.line-list .line-item {
    width: 12.5%;
    float: right;
    height: 100%;
}
.line-list .line-item:nth-child(1) {
    background-color: #fff;
}
.line-list .line-item:nth-child(2) {
    background-color: #fe361b;
}
.line-list .line-item:nth-child(3) {
    background-color: #9f1cba;
}
.line-list .line-item:nth-child(4) {
    background-color: #189b5a;
}
.line-list .line-item:nth-child(5) {
    background-color: #0031bf;
}
.line-list .line-item:nth-child(6) {
    background-color: #fe361b;
}
.line-list .line-item:nth-child(7) {
    background-color: #9f1cba;
}
.line-list .line-item:nth-child(8) {
    background-color: #189b5a;
}
footer.page-footer .dept {
    padding: 50px 0;
}
/*footer.page-footer .row {
    padding-bottom: 50px;
}*/ 
footer.page-footer .footer-copyright .row {
    padding-bottom: 0;
}

.subscribe .title h2 {
    color: #0031bf;
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.subscribe input[type="text"] {
    background-color: #fff;
    /*padding: 0 15px;*/
    margin: 0;
    width: 92%;
}
.offset-top-20 {
	margin-top: 20px;
}
.offset-bottom-20 {
	margin-bottom: 20px;
}
.offset-top-70 {
	margin-top: 70px;
}

/********** Social **********/
.social {
    position: absolute;
    top: 5px;
    left: 0;
    float: left;
    margin-left: 7px;
    overflow: hidden;
    height: 90%;
}
/*.social img {
    float: left;
    padding: 1px;
    float: left;
    height: 30px;
}*/
.social_icons li {
    background-image: url(../../images/sprites.png);
    background-repeat: no-repeat;
}
.social_icons .fb {}
/*facebook*/
.social_icons .twitter {}
/*twitter **********/
.social_icons .yt {}
/*youtube*/
.social_icons .feeds {}
/*feeds **********/
.social_icons {
    height: 0;
    position: absolute;
    width: 100%;
    direction: ltr;
    z-index: 10000;
    left: 10px;
}
.social_icons ul {
    position: fixed;
    top: 230px;
    list-style: none;
}
.social_icons li {
    width: 38px;
    height: 38px;
    margin: 0 0 5px;
}
.social_icons .fb {
    background-position: 0 0;
}
.social_icons .twitter {
    background-position: 0 -39px;
}
.social_icons .gplus {
    background-position: -37px -39px;
}
.social_icons .yt {
    background-position: 0 -78px;
}
.social_icons .feeds {
    background-position: 0 -117px;
}
.social_icons .insta {
    background-position: -37px 0;
}

.social-icon-size {
    max-width: 64px;
    margin: 10px;
}

.news-blog .news-category {
    position: absolute;
    width: 100%;
    padding: 0 25px;
    top: 20px;
    z-index: 99;
}

.news-blog .news-category span {
    color: #fff;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #0031bf;
}

.child_item .col-xs-12:nth-child(2) {
    margin-top: 20px;
}

.header-fix .st0, .header-fix .st1 {
    fill: #fff
}
.inside-wrapper .title, .inside-wrapper .title a {
    color: #0031bf;
}
.inside-wrapper .title a:hover {
    color: #0031bf;
}

.news-box-margin {
    margin-bottom: 10px;
}
.average img {
    border-radius: 3px;
}
.news-image img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* Page */
.pagination {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 3px;
}
.pagination li{
	display: flex;
    padding: 5px 5px;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
	padding: 8px 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #fff;
	color: #26211d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #fff;
	color: #0b66a3;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-left: 0;
}
.pagination li span.current {
    color: #0031bf;
}

/* news page */
.news-single {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 40px;
}
.news-single .btn-floating {
    background: none repeat scroll 0 0 #0031bf;
    float: right;
    height: 70px;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    right: 7%;
    width: 70px;
}
.news-single .btn-floating:hover {
    background: #0031bf;
}
.news-single .btn-floating .fa {
    color: #e6e7e9;
    font-size: 25px;
}
.news-single .news-title {
    color: #0031bf;
    font-size: 25px;
    font-weight: 500;
	font-family: 'AdelleSansARA-Bold';
}
.news-single p {
    /*margin-top: 30px;*/
    color: #626262;
    font-size: 14px;
}

.news-single.style-3 {
    margin-bottom: 20px;
}
.news-single.style-3 .content {
    padding: 30px 30px 0 30px;
}

.content .description a {
    color: #0031bf;
}

.news-single.style-3 .news-category {
    color: #f63e7c;
    font-weight: 500;
    margin: 5px 0 0 0;
    font-size: 18px;
}
.news-single.style-3 .news-title {
    /*margin: 10px 0;*/
}
.news-single.style-3 .description p {
    font-weight: 300;
    margin: 0;
    color: #444;
    font-size: 18px;
    text-align: justify;
}

.description * {
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: justify !important;
}
.description-text * {
    width: 100%!important;
    max-width: 100%!important;
}
.news-single.style-3 .news-detail {
    margin-bottom: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.news-single.style-3 .news-detail a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-block;
}
.news-single.style-3 .news-detail span {
    margin-left: 30px;
}
.news-single.style-3 .news-detail .fa,
.news-single.style-3 .news-detail .mdi-communication-messenger {
    padding-right: 5px;
}
.news--ticker {
    margin-top: 25px;
}
.news--ticker .title {
    padding: 8px 15px;
    color: #fff;
    background-color: #0031bf;
    position: relative;
    margin: 0;
    float: right;
    display: inline-block;
    width: auto;
}
.news--ticker .title h2 {
    margin: 0;
    font-size: 17px;
}
.news--ticker .title>span {
    width: 0;
    position: absolute;
    top: 10px;
    height: 0;
    z-index: 1;
    border-style: solid;
}
.news--ticker .title>span {
    left: -8px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #0031bf transparent transparent;
}
.news-updates--list {
    position: relative;
    max-height: 42px;
    padding: 0 12px;
    color: #fff;
    background-color: #0031bf;
    overflow: hidden;
    height: 41px;
}
.news-updates--list:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9;
    background: -moz-linear-gradient(left, rgba(40,40,46,1) 0%, rgba(40,40,46,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0 49 191)), color-stop(100%,rgba(40,40,46,0)));
    background: -webkit-linear-gradient(left, rgb(0 49 191) 0%,rgba(40,40,46,0) 100%);
    background: -o-linear-gradient(left, rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: -ms-linear-gradient(left, rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: linear-gradient(to left, rgb(0 49 191) 0%,rgba(40,40,46,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28282e', endColorstr='#0028282e',GradientType=1 );
}
.ticker-wrap {
    width: 100%;
    padding-left: 100%;
    height: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 150s;
}
.ticker-move:hover {
    animation-play-state: paused;
}
.ticker-item {
    display: inline-block;
    padding: 0 1rem 0 2rem;
    position: relative;
}
.ticker-item a {
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.ticker-item::after {
    content: '';
    height: 20px;
    width: 30px;
    position: absolute;
    bottom: 3px;
    z-index: 0;
    left: -10px;
    background: url(../../images/news-line-icon.png) no-repeat center;
    background-size: contain;
}
.ticker-move .ticker-item>:last-child::after{
    background: none;
}
@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(100%, 0, 0); }
}
.ar-block {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 25px 30px 35px;
    background-color: #d4000e;
    margin-top: 20px;
    color: #fff;
}
.ar-title {
    margin-bottom: 5px;
}
.ar-title h1 {
    margin: 0;
}
.ar-text p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.blink_me {
    animation: blinker 1.5s linear infinite;
  }
  
  @keyframes blinker {  
    50% { opacity: 0; }
  }
  .m-image {
    height: calc(100% - 3px);
}
.section_slider .slick-slide, .dept_slider .slick-slide, .dept_slider2 .slick-slide {
	margin: 0 5px;
}.c-post {
    margin-bottom: 20px;
}
.c-list__icon svg {
    width: 10px;
    height: 10px;
    transform: rotate(180deg);
    fill: #dbb000;
}
.c-post__list {
    margin-top: 15px;
}
.c-list__icon {
    margin-left: 5px;
}
.c-blog__item {
    display: flex;
    margin-bottom: 25px;
}
.c-blog--image {
    width: 38%;
    flex: 0 0 auto;
    margin-right: 15px;
}
.c-post--main {
    background-color: #efefef;
}
.c-post--main {
    display: flex;
    flex-wrap: wrap;
}
.c-post__iamge {
    width: 50%;
    flex: 0 0 auto;
}
.c-post__content {
    width: 50%;
    padding: 15px;
}
.c-blog__item:last-child {
    margin-bottom: 0;
}
.c-list__nav li {
    margin-bottom: 20px;
}
.c-list__nav li:last-child {
    margin-bottom: 0;
}
.title {
	width: 100%;
	font-size: 20px;
	margin-top: 20px;
    border-bottom: 1px solid #90aaf3;*
}
.title a {
    display: inline-flex;
    padding: 10px 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

@media (min-width:320px) and (max-width: 640px) {
    .news-single p,
    .news-single .news-title,
    .news-single .news-time,
    .article-time {
        padding: 0 10px;
    }
    .client-box.style2 .content {
        padding: 20px 10px 5px;
    }
    .news-single.style-3 .news-category {
        padding: 0 10px;
    }
    .news-single.style-3 .content {
        padding: 30px 10px 0;
    }
    .news-single .btn-floating {
        width: 57px;
        height: 60px;
        line-height: 70px;
        margin-top: -30px;
    }
    .news-single.style-3 .news-detail span {
        margin-left: 25px;
    }
}
.news-single .style-3 img {
    margin: 0 auto
}

/* News Tags */
.tag-cloud .show-more-link {
	margin: 10px 0 0 0;
}

.tag-cloud.tag-title {
	position: relative;
	padding: 10px 23px 0 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tag-1 {
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #e4e4e4;
	display: inline-block;
	margin: 0 4px 3px 0;
}

.tag-1.active {
	background: #0031bf;
	border: 1px solid #0031bf !important;
	color: #FFFFFF !important;
}

.tag-1.active:hover span {
	background: #0031bf;
	color: #0031bf !important;
}

.tag-1 span {
	padding: 3px 10px 10px;
	float: right;
	font-size: 15px!important;
}

/* Side - Latest Items */
.latest-news-sidbar-box { background-color: #fff; border-radius: 3px; margin-bottom: 20px;}
.latest-news-sidbar-box > ul{ margin-bottom: 0; padding-bottom: 20px; }
.latest-news-sidebar-title {
    border-bottom: 1px solid #eaeaea;
    color: #0031bf;
    font-size: 18px;
    padding: 15px 25px;
	font-family: 'AdelleSansARA-Bold';
}
.latest-news-sidbar-box a {
    color: #0031bf;
    font-family:'AdelleSansARA-Bold';
}
.latest-news-sidbar-box ul a {
    border-bottom: 1px solid #f7f7f7;
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 15px 25px;
    font-family:'AdelleSansARA';
}
.latest-news-sidbar-box a:hover{ color: #0031bf; }

/* News Comment */
.comment { background-color: #fff; overflow: hidden; padding: 35px; margin-top:30px; }
.comment ul{ margin: 35px 0 0 0; }
.comment-box { border-top: 2px solid #f63e7c; padding: 25px 0; overflow: hidden;  }
.comment-box.child {margin-left: 40px; padding-left: 40px;}
.comment-title {
	color: #0031bf;
    font-size: 25px;
    font-family: 'AdelleSansARA-Bold';
    margin-bottom: 15px;
}

.blue
{
    background-color: blue;
}

.green
{
    background-color: green;
}

.news-blog.solid {
    height: 100%;
    background-color: #0031bf;
}
.vote-block {
	position: fixed;
    left: 15px;
    bottom: 30px;
    width: 260px;
    background-color: #0031bf;
    text-align: center;
    z-index: 99;
	padding: 20px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.8s cubic-bezier(.5,0,0,1);
}
.vote-icon svg {
    height: 25px;
    width: 25px;
}
.vote-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vote-icon span {
	color: #fff;
    margin-right: 10px;
}
.vote-icon svg path {
    fill: #fff;
}
.vote-btn {
    display: inline-block;
    background-color: #0031bf;
    padding: 7px 25px;
    color: #fff;
    margin-top: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.poll_question p {
	font-size: 17px;
    color: #000;
}
.poll_answers
{
	padding-bottom: 20px;
    color: #0031bf;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
.poll_answers input
{
    margin: 5px;
}
#poll_form input[type="submit"]
{
    float: right;
}
.poll_answers label
{
    font-family: Tahoma;
    font-weight: normal;
    color: #000000;
    font-size: 12px;
}
#poll_form .boxlook
{
    padding: 5px 15px;
    margin: 0 auto;
	padding: 10px 30px;
    background-color: #0031bf;
    border: none;
    color: #fff;
	font-family: 'AdelleSansARA', Helvetica, sans-serif;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.percentage_poll{
	height: 5px;
    background-color: #0031bf;
	border-radius: 3px
}
.show_poll_block
{
    display: block;
    padding: 15px 0 25px 0;
}
.hide_poll_block
{
    display: none;
    border-bottom: solid 1px #0031bf;
}
.widget-text {
    width: 400px;
    position: fixed;
    bottom: 175px;
    left: 15px;
    background-color: #fff;
    z-index: 99999;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.widget-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.widget-text.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.title-default {
    padding: 15px 20px;
    text-align: center;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #0031bf;
}
.widget-text .title-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.close_icon {
    width: 15px;
    height: 15px;
	cursor: pointer;
}
.title-default a {
    color: #fff;
}
.widget-text .content {
    padding: 10px 30px 30px;
    display: inline-block;
    width: 100%;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
	padding-right: 30px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0031bf;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.counter {
	display: inline-block;
    margin-top: 15px;
}
.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.tabs li {
  float: right;
  /*width: 50%;*/
  width: 100%;
  border-bottom: none;
  background: #0031bf;
}
.tabs li a .sidebar-title {
    color: #fff;
	padding: 0;
    border: 0;
}
.tabs li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.tabs li a:hover {
  background: #0031bf;
}

.tabs li a.active,
.tabs li a.active:hover {
  background: #0031bf;
}

.tab_container {
  border-top: none;
  background: #fff;
}

.tab_content {
  font-size: 16px;
}
.tabs li a.active .sidebar-title {
    color: #fff;
	text-align: center;
}

.align-center {
    justify-content: center;
}

.row-padding {
        padding: 10px;
}


.description .videodetector iframe {
    width: 100%;
    height: 400px;
}

/* blockquote */

.blockquote {
  background: url("../../images/breakingnews-bg.png");
  color: #fff;
  font-size: 18px;
  padding: 25px 40px;
}
.blockquote > span { font-weight: 500; text-transform: uppercase; }


.blockquote h3 {
    margin: 0px;
    padding: 0px;
}
.blockquote h4 {
    margin: 20px;
}
.blockquote a h4{
    color: #ffffff;
}
.blockquote a h4:hover{
    color: #0031bf;
}

blockquote
{
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #EF9A9A;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

/************ Follow Us ************/
.follow-us{
    background-color: #fff;
    border-radius: 3px;
    margin: 20px 0;
    padding: 20px;
}
.follow-us__title{
    color:#404040;
}
.follow-us__list{
    margin-top:12px;
}
.follow-us__list-item{
    float:right;
    padding-bottom:8px;
    width:50%;
}
.follow-us__list-item_news_page{
    float:right;
    padding-bottom:8px;
    width:auto;
    margin: 0 20px;
}
.follow-us__list-item-icon{
    margin-left:8px;
}
.follow-us__list-item-label{
    vertical-align:text-bottom;
}
.follow-us__list-item--block{
    width:100%;
}
.follow-us__list-item--block .follow-us__list-item-link{
    border-style:none;
    margin-left:0;
    text-align:right;
}
.follow-us__list-item-link{
    background-color:#fff;
    border-width:0px;
    border-bottom-width:3px;
    border-style:solid;
    display:block;
    padding:6px;
    text-align:center
}
.follow-us__list-item-link.follow-us__list-item-link--facebook,.follow-us__list-item-link.follow-us__list-item-link--elt_facebook{
    border-bottom-color:#3c5a98
}
.follow-us__list-item-link.follow-us__list-item-link--google_plus{
    border-bottom-color:#dc4b38
}
.follow-us__list-item-link.follow-us__list-item-link--instagram{
    border-bottom-color:#406e95
}
.follow-us__list-item-link.follow-us__list-item-link--telegram{
    border-bottom-color:#3b9adc
}
.follow-us__list-item-link.follow-us__list-item-link--twitter,.follow-us__list-item-link.follow-us__list-item-link--twitter_ua,.follow-us__list-item-link.follow-us__list-item-link--twitter_ru{
    border-bottom-color:#47c7fa
}
.follow-us__list-item-link.follow-us__list-item-link--whatsapp{
    border-bottom-color:#1a870f
}
.follow-us__list-item-link.follow-us__list-item-link--youtube{
    border-bottom-color:#b31217
}
.follow-us__list-item-link:hover,.follow-us__list-item-link:focus{
    color:#1167a8
}
.follow-us__list-item-link:hover svg,.follow-us__list-item-link:focus svg{
    fill:#1167a8
}
.follow-us__list-item--social:nth-child(even) .follow-us__list-item-link{
    margin-left:0
}
.follow-us img{
    width: 50px;
}
.hr-thick, .spacer, .hr {
    background: #dcdcdc;
    clear: both;
    height: 1px;
    width: 100%;
    margin: 15px 0;
	display: inline-block;
}
footer.page-footer .hr {
    opacity: 0.5;
    background: #fff;
}
.sidbar-box-height {
    height: 100%;
}

.sidebar-title small {
    color: #000;
}

.footer-copyright .title {
    float: right;
    display: block;
    margin-left: 50px;
}

.footer-copyright .logo svg {
    fill: #fff;
}

.subscribe {
    padding: 10px 10px 25px;

}

.center {
	text-align: center;
}

.files-title {
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 12px 10px;
    display: inline-block;
    margin: 5px;
    background: #0031bf14;
}
.files-title:hover{
    color: #000;
}

.watch-more {
	margin-bottom: 20px;
    text-align: center;
}
.watch-more a {
    padding: 5px 20px 10px;
    background: #0031bf;
    color: #fff;
}
.side-articles .news-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ddd;
}
.push-bottom {
    margin-bottom: 50px;
}
.home-news-4-boxes .sidebar-title {
    margin-bottom: 10px;
    background-color: #fff;
}
.side-articles .news-box .image img {
    border-radius: 50%;
}
.home-news-4-boxes .news-box {
    margin-bottom: 15px;
}
.home-news-4-boxes .news-box .image {
    margin-top: 5px;
}
.slick-slide {
    float: right;
}
.slick-list {
    height: 100%;
}
.slick-track {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    top: 17px;
    border-radius: 7px;
    background-color: #0031bf;
	border: none;
    width: 32px;
    height: 32px;
	z-index: 9;
	padding: 0;
}
.slick-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.slick-arrow:hover {
	outline: none;
    background-color: #0031bf;
}
.slick-arrow-btn svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

.dept_slider , .dept_slider2{
	width: 100%;
    overflow: hidden;
}
.dept_slider .slick-arrow , .dept_slider2 .slick-arrow {
    top: 46%;
}
.dept_slider .slick-next.slick-arrow , .dept_slider2 .slick-next.slick-arrow{
    left: 3px;
}
.dept_slider .slick-prev.slick-arrow , .dept_slider2 .slick-prev.slick-arrow {
    right: 3px;
}
.home-news__blog .news-blog {
    margin-bottom: 10px;
}
.news-blog:last-child {
    margin-bottom: 0;
}

.header-social {
    margin-top: 20px;
}
.social-ul .social-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    background: none;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 15px;
}
.header-social a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: inline-flex;
    -webkit-transition: all .6s cubic-bezier(.23,1,.32,1);
    -o-transition: all .6s cubic-bezier(.23,1,.32,1);
    transition: all .6s cubic-bezier(.23,1,.32,1);
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 10px 10px 5px 10px;
}
.header-social a:hover {
    color: #0031bf;
    border: 1px solid #0031bf;
}
.header-social a svg {
    width: 22px!important;
    height: 22px!important;
    fill: #ffffff;
    margin-left: 0px!important;
}
.header-social a svg:hover {
    fill: #0031bf;
}

.logo_background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../images/logo-background.png');
}
.c-post .news-title > a {
    color: #0031bf;
}
.header-media .container:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #dbb000;
    margin-top: 15px;
}
.post-main__block {
    padding-bottom: 15px;
    border-bottom: 2px dotted #ddd;
}
.slick-slide {
    display: flex;
    height: auto;
}
.white-logo {
    display: none;
}
.nav-wrap.affix.headroom--not-top .header-logo .logo .color-logo {
    display: none;
}
.nav-wrap.affix.headroom--not-top .header-logo .logo .white-logo {
    display: block;
}
.inside-wrapper .title img {
    transform: translateY(4px);
}
.news_index .c-blog__item__content p {
    font-size: 15px;
    margin-bottom: 0;
}
.mo-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.mo-logo {
    max-width: 140px;
}
.mo-search .search-item {
    background-color: #0031bf;
}
.mo-search {
    position: relative;
}

.header-media__slider, .header_slider {
    height: 100%;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0031bf;
    opacity: 0.3;
}
.main_slider.slick-slider {
    height: 100%;
}
.main_slider .news-blog {
    height: 100%;
	min-height: 100%;
}
.main_slider .news-blog .image .responsive-img {
    height: 100%;
}
.main_slider .slick-next.slick-arrow {
    left: 10px;
}
.main_slider .news-description::-webkit-scrollbar {
    width: 5px;
    background-color: #d7d7d7;
}
.main_slider .news-description::-webkit-scrollbar-thumb {
    background-color: #0031bf;
}
.main_slider .news-description::selection {
    background-color: #0031bf;
    color: #fff;
}
.main_slider .slick-prev.slick-arrow {
    left: 50px;
}
.section_slider .slick-arrow {
    top: -52px;
}
.section_slider .slick-next.slick-arrow {
    left: 0;
}
.section_slider .slick-prev.slick-arrow {
    left: 37px;
}
.section_slider {
    height: 100%;
}
.slick-track {
    display: flex;
}
.section_wrapper {
	overflow: hidden
}
.icon-hover .fa.fa-play{
	width: 80px;
	height: 80px;
	font-size: 25px
}
.main_slider .news-description {
    overflow-y: auto;
    flex: 1 1 auto;
    height: 100%;
    max-height: 170px;
    background-color: #fff;
}
.slide-blog {
    height: 100%;
}
.m-slide__item .news-description {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.m-slide__item .news-description .news-title > a {
    color: #fff;
}
.m-slide__item .icon-hover {
    z-index: 9;
}
.page-footer ul.social-ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.page-footer ul.social-ul li a svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}
@media (max-width: 1200px) {
    .video-box {
        margin-bottom: 10px;
    }
    .section_slider .slick-arrow {
        top: -40px;
    }
}
@media (max-width: 991px) {
    .home-news__blog {
        order: 1;
        margin-top: 15px;
    }
    .c-post {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
  .home-news-4-boxes {
      margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news-4-boxes {
      margin-bottom: 15px;
  }
}
@media (max-width: 425px) {
	.main_slider .news-blog .news-title > a {
		font-size: 16px;
    }
    .c-blog__item {
        flex-direction: column;
    }
    .c-blog--image {
        width: 100%;
        margin-right: 0;
    }
    .c-blog__item__content {
        order: 2;
        margin-top: 15px;
    }
    .c-post__iamge {
        width: 100%;
    }
    .c-post__content {
        width: 100%;
    }
}
@media only screen and (min-width: 992px){
	.hide-on-med-and-up, .nav-logo, .line, .back-icon, .nav-wrap .social-icon {
		display: none !important;
	}
	.top-header {
		padding: 15px 0;
		background-color: #0031bf;
	}
	.show-on-large {
		display: initial !important;
	}
	.nav-wrapper.menu-category a:after {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		background-color: #0031bf;
		content: "";
		transition: width 0.5s;
		-webkit-transition: width 0.5s;
		-ms-transition: width 0.5s;
		-pie-transition: width 0.5s;
		z-index: -10;
	}
	.nav-wrapper.menu-category a:hover:after,
	.nav-wrapper.menu-category .active a:after {
		width: 100%;
	}
	header.header-fix .nav-wrapper.menu-category a {
		color: #444;
	}
	header.header-fix .nav-wrapper.menu-category ul li ul li ul li a {
		color: #fff;
	}
	header.header-fix .news-category-dropdown li ul {
		background-color: #0031bf;
	}
	header.header-fix .news-category-dropdown li ul:after {
		border-color: transparent transparent #0031bf;
	}
	.hidden-md {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px){
	.offset-top-lg{
		margin-top: 0
	}
}
@media only screen and (min-width: 1440px){
	nav ul a {
		padding: 12px 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px){
    .row-padding {
        padding: 20px;
    }
}
@media (max-width: 1440px) {
    .header-media__slider .slick-slide {
        height: 210px;
    }
}
@media only screen and (max-width: 1200px){
	.title {
		font-size: 22px;
	}
	.social-icon .fa {
		margin-top: 30px;
	}
	.footer-menu a {
		margin-top: 20px;
	}
	.news-blog .image .responsive-img {
		height: auto;
	}
	.news-single .news-title {
		font-size: 22px;
	}
	.header-top small {
		font-size: 13px;
    }
    nav ul .table-link {
        padding: 26px 10px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px){
	nav .nav-wrapper {
		display: table;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.button-collapse.mn-button {
		width: 86px;
		display: flex;
		align-items: center;
	}
	.top-header {
		padding: 15px;
		background-color: #0031bf;
	}
	.menu-text{
		color: #fff;
		font-size: 15px;
		float: right;
		padding-right: 35px;
		top: -4px;
		position: relative;
	}
	.nav-wrap {
	    position: fixed;
		overflow-y: auto;
		overflow-x: hidden;
		top: 0;
		left: -100%;
		transition: all 0.7s cubic-bezier(.5,0,0,1);
		width: 100%;
		height: 100vh;
		background: #eee;
		z-index: 11;
    }
    .nav-wrap.affix {
        right: auto;
    }
    .nav-wrap {
        right: auto;
    }
    .header-inner nav {
        padding-right: 0;
    }
    .header-inner {
        background-color: transparent;
    }
    header {
        height: auto;
    }
    .header-logo {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        pointer-events: auto;
        margin: 10px 0;
    }
	.nav-wrap.open {
		left: 0
	}
	.nav-wrap ul li {
		display: block;
		position: relative;
	}
	.nav-wrap .news-category-dropdown li ul li{
		min-width: auto
	}
	header.header-fix .button-collapse.mn-button {
		margin-top: 20px;
	}
	header.header-fix .button-collapse.mn-button .bar {
		background-color: #0031bf
	}
	header.header-fix .menu-text {
		color: #0031bf;
	}
	.back-icon {
		position: absolute;
		top: 20px;
		right: 18px;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	    font-size: 25px;
		z-index: 99;
		cursor: pointer;
	}
	.line.vertical {
		position: relative;
	}
	.line.vertical.left {
		display: table-cell;
		width: 1px;
		padding-left: 0;
		height: 100%;
		transform: translateX(-22px);
	}
	.line.vertical .in {
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 0;
	}
	.line.vertical .in .color {
		position: absolute;
		height: 0;
		left: 0;
		width: 1px;
		background: #d2d2d2;
		animation: effectLinevertical 2s cubic-bezier(.5,0,0,1) forwards;
		animation-delay: 2s;
	}
	.line.vertical .in .color {
		animation: none;
		transition: all 1.5s cubic-bezier(.5,0,0,1);
	}
	.line.vertical.fromBottom .in .color {
		bottom: 0;
	}
	.nav-wrap.open .line.vertical .in .color {
		height: 100%;
		animation: none;
	}
	.line.vertical.left .in .color {
		background: #3c3c3b;
		transform: translateX(4px);
	}
	.line.vertical.right {
		display: table-cell;
		width: 1px;
		padding-left: 0;
		height: 100vh;
		float: none;
		transform: translateX(0px);
	}
	.line.vertical.right .in .color {
		background: #3c3c3b;
		transform: translateX(4px);
	}
	nav .nav-wrapper ul.table-list {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		vertical-align: middle;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
	}
	.nav-wrap a {
		padding: 10px;
	}
	.nav-wrap .nav-wrapper ul li .line.horizontal {
		position: absolute;
		left: 50%;
		margin-left: -50vw;
		width: 100vw;
		height: 1px;
	}
	.nav-wrap .nav-wrapper ul li .line.horizontal.top {
		top: 0;
	}
	.line.horizontal .in {
		position: absolute;
		width: 100vw;
		height: 1px;
		left: 50%;
		margin-left: -50vw;
		z-index: 0;
	}
	.line.horizontal .in .color {
		position: absolute;
		width: 0;
		height: 1px;
		background: #d2d2d2;
		top: 0;
		animation: effectLinehorizontal 2.s cubic-bezier(.5,0,0,1) forwards;
		animation-delay: 2s;
	}
	.nav-wrap .line.horizontal .in .color {
		animation: none;
		transition: all 1.5s cubic-bezier(.5,0,0,1);
	}
	.nav-wrap .nav-wrapper ul li .line.horizontal .in .color {
		background: #3c3c3b;
		transform: translateX(4px);
	}
	.nav-wrap.open .line.horizontal .in .color {
		width: 100%;
		animation: none;
	}
	.nav-wrap .nav-wrapper ul li .line.horizontal.bottom {
		bottom: 8px;
	}
	.line.horizontal.fromRight .in .color {
		right: 0;
	}
	.nav-wrap .nav-logo {
	    position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		max-width: 156px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.nav-wrap .nav-logo a {
		padding: 0;
	}
	.nav-wrap .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
	}
	.nav-wrap .social-icon a {
	    padding: 0;
        display: flex;
        margin: 0 15px;
	}
	.nav-wrap .social-icon a .social_item {
		display: flex;
	}
	.nav-wrap .social-icon a svg {
		width: 18px;
		height: 18px;
	}
	.nav-wrap .social-icon .fa {
		margin-left: 0;
		margin-top: 0;
	}
	.nav-wrap ul.table-list li.main-item a.table-link{
		color: #000;
		opacity: 0;
		visibility: hidden;
        text-align: center;
        padding: 15px 10px;
		transition: opacity 0.5s ease-in-out;
		transition-delay: 0.5s;
    }
    .header_icon svg {
        fill: #000;
    }
	.nav-wrap.open ul.table-list li.main-item a.table-link {
		opacity: 1;
		visibility: visible;
	}
	.subscribe {
		margin-bottom: 30px;
	}
	.subscribe .title {
		padding-top: 0;
    }
    .news-category-dropdown li ul {
        max-height: 200px;
    }
    .m-column {
        margin-bottom: 20px;
    }
    .m-column:last-child {
        margin-bottom: 0;
    }
    .header-holder:before {
        background-color: transparent;
    }
    .header-container {
        flex-direction: column;
        align-items: center;
    }
    .header-logo:before {
        display: none;
    }
    .header-search {
        top: 0;
        height: 45px;
    }
    .nav-wrap ul li.main-item.search-item {
        display: none;
    }
    
    .header-media__slider .slick-slide {
        height: inherit;
    }
    .header-media__holder .row {
        margin-left: 0;
        margin-right: 0;
    }
    .header-media__holder .row .m-column {
        padding-left: 0;
        padding-right: 0;
    }
    .m-media {
        order: 2;
    }
    .m-menu {
        order: 3;
    }
    .media-flex .media-list {
        order: 2;
    }
    .media-img {
        margin-bottom: 25px;
    }
}
@media (min-width:320px) and (max-width: 640px) {
    .blockquote
    {
        padding: 15px;
    }
}
@media only screen and (max-width: 768px){
	.hidden-xs {
		display: none !important;
	  }
	.offset-top-sm-20{
		margin-top: 20
	}
	.follow-us__list-item_news_page {
		margin: 0 10px;
	}
	.content .description .follow-us__list-item_news_page a {
		font-size: 15px!important;
	}
	.comment-title {
		font-size: 25px
	}
	.description * {
		font-size: 16px !important;
		line-height: 26px !important;
		text-align: justify !important;
	}
	.title {
		font-size: 20px;
	}
	.nav-wrap .nav-logo {
		max-width: 140px;
	}
	.news-single .news-title {
		font-size: 20px;
    }
    .ar-block {
        width: 100%;
        padding: 15px 20px 30px;
    }
    .header-row .header-logo, .header-row .header-search {
        width: 100%;
    }
    .header-row .header-ban {
        width: 100%;
        margin-top: 15px;
    }
    .searchbox {
        left: 15px;
    }
    .offset-top-20 {
        margin-top: 15px;
    }
    .row + .row {
        margin-top: 15px;
    }
    .title {
        margin-top: 10px;
    }
    footer.page-footer .footer-copyright {
        padding: 40px 0;
    }
    footer.page-footer {
        margin-top: 30px;
    }  
    .footer_share .footer-copyright {
        padding-bottom: 80px!important;
    }
    .header-social a svg {
        width: 18px!important;
        height: 18px!important;
    }  
    .page-footer ul.social-ul li a {
        width: 35px;
        height: 35px;
    }
    .social-ul .social-item {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 600px){
	.hide-on-small-only, .hide-on-small-and-down {
		display: none !important;
	}
	header.header-fix .logo {
		width: 120px;
	}
	.news-blog .news-title > a {
		font-size: 18px;
    }
    .logo {
        max-width: 170px;
    }  
    .mobile-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 425px) {
	.ln-button.aside-img {
		width: 35px;
		height: 35px;
	}
	.searchbox {
		min-width: 40px;
		height: 40px;
	}
	header.header-fix .searchbox {
		top: 12px;
	}
	.side-nav {
		width: 85%
	}
	.news-sidebar .news-box .box_content {
		margin: 0
	}
	.news-sidebar .news-box .box_content .image {
		float: none;
	}
	.news-sidebar .news-box .box_content .news-detail {
		padding: 0;
	}
	.sidbar-box.play-back:before {
		display: none
	}
	.follow-us__list-item_news_page {
		margin: 0 5px;
	}
	.comment-title {
		font-size: 20px
	}
	.share-block h2 {
		font-size: 18px;
	}
    .logo {
        max-width: 150px;
    }   
    .mobile-v-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .offset-top-20 {
        margin-top: 10px;
    }
    .nav-wrap .social-icon a svg {
        width: 15px;
        height: 15px;
    }
    .back-icon {
        top: 15px;
        right: 15px;
        width: 18px;
        height: 18px;
    }
    .nav-wrap ul.table-list li.main-item a.table-link {
        padding: 10px;
    }
    .media-img {
        margin-bottom: 20px;
    }
}