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: 'Tajawal', sans-serif;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    margin: 0;
    background-color: #f4f4f4;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}
.noscroll {
	overflow: hidden
}
h1, h2, h3, h4, h5, h6, strong{
	font-weight: normal;
	margin: 0;
	font-weight: bold;
}
*:focus, *:hover, a:active {
    outline: none;
    text-decoration: none;
}
img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
a {
    text-decoration: none;
    color: #000;
	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, a:active, a:focus {
    color: #0dabe5;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
ul, ol {
    list-style: none;
	display: inline-block
}
p {
	display: block;
    margin-top: 10px;
    color: #000;
    font-size: 17px !important;
    text-align: justify !important;
}
p * {
    font-family: 'Tajawal', sans-serif !important;
}
strong {
	display: block;
    /*color: #000;*/
}
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;
    color: #fff;
    fill: #fff;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
}
time {
    display: inline-block;
    text-transform: capitalize;
    color: #bbb;
    font-size: 14px;
	margin-top: 5px;
}
.video-time {
	color: #0dabe5;
}
.main_btn {
    margin-top: 35px;
    height: 54px;
    background-color: #0dabe5;
    color: #fff;
    font-family: gt_walsheim,Helvetica,Arial,sans-serif;
    font-weight: 500;
    vertical-align: top;
    cursor: pointer;
    padding: 10px 30px;
    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: #131313;
}
.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);
}
.sidebar_form .main_btn {
    margin-top: 15px;
    padding: 15px 20px;
    height: auto;
}
button, input, textarea {
    font-family: 'Tajawal', 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;
}
.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;
    border-bottom: 2px solid #eee;
    padding: 0;
    display: block;
}
.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mb_20 {
    margin-bottom: 20px;
}
-webkit-animation:pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -20s infinite;animation:pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -20s infinite}
.primary-nav-trigger:after{-webkit-transform:scale(1.75);transform:scale(1.75);-webkit-animation:pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -1s infinite;animation:pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -1s infinite}
@-webkit-keyframes pulse-ring{
	0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
	50%{opacity:.1}to{opacity:0}}
@keyframes pulse-ring{
	0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
	50%{opacity:.1}to{opacity:0}}
@-webkit-keyframes rotateLeftIn{0%{height:6px}60%{-webkit-transform:rotate(0);transform:rotate(0);height:26px}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);height:26px}}@keyframes rotateLeftIn{0%{height:6px}60%{-webkit-transform:rotate(0);transform:rotate(0);height:26px}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);height:26px}}
@-webkit-keyframes rotateRightIn{0%{height:6px}60%{-webkit-transform:rotate(0);transform:rotate(0);height:26px}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);height:26px}}@keyframes rotateRightIn{0%{height:6px}60%{-webkit-transform:rotate(0);transform:rotate(0);height:26px}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);height:26px}}@-webkit-keyframes rotateLeftOut{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);height:26px}40%{-webkit-transform:rotate(0);transform:rotate(0)}40%{height:26px}to{height:6px}}@keyframes rotateLeftOut{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);height:26px}40%{-webkit-transform:rotate(0);transform:rotate(0)}40%{height:26px}to{height:6px}}



/*header.header {
    background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
}*/
header.header {
	background-color: #0dabe5;
	position: absolute;
    width: 100%;
	z-index: 9;
}
.header .header_all {   
    position: relative;
    display: flex;
	align-items: center;
}
.header .header_all .close_header {
    display: none;
	position: absolute;
	cursor: pointer;
}
.header .header_all .close_header svg, .header .header_all .close_header svg g {
    fill: #fff;
    stroke: #fff;
}
.header .header_all .logo {
    width: 130px;
}
.header .mobile-slogin {
	display: none;
	color: #fff;
	margin-bottom: 20px;
}
.logo .st0{fill:#0dabe5;}
.logo .st1{fill:#FFFFFF;stroke:#0dabe5;stroke-width:2.7453;stroke-miterlimit:10;}
.logo .st2{fill:none;stroke:#0dabe5;stroke-width:2.7453;stroke-linecap:round;stroke-miterlimit:10;}
.header .header_nav {
    display: flex;
    flex-direction: column;
}
.menuitems {
    display: flex;
    align-items: center;
}
.header .header_nav ul li {
    display: inline-flex;
	font-weight: 400;
	position: relative;
}
.header .header_nav ul li a {
    color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding: 18px 15px;
	font-weight: bold;
}
.menu-icon {
    display: flex;
}
.menu-icon svg {
	width: 11px;
	height: 11px;
	fill: #fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    padding: 0;
	min-width: 200px;
    margin: 2px 0 0;
    text-align: right;
    list-style: none;
    background-color: #fff;
    border: none;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
    transition: 400ms ease;
}
.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    display: flex;
    flex-direction: column;
}
.header_nav ul > li:hover ul {
    visibility: visible;
    opacity: 1;
    padding: 10px 0;
}
.header .header_nav .dropdown-menu li a {
    color: #333;
	padding: 10px 15px 10px;
}
.dropdown-menu li {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.dropdown-menu li:hover {
    color: #000;
	background-color: #f5f5f5;
}
/*.header .header_nav ul li:first-child {
    margin: 0;
}*/
.header .top_nav {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(51,51,51,0.16)
}
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	opacity: 0;
	visibility: hidden;
    background-color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    border-style: solid;
    border-width: 2px 0 0;
    border-radius: 0;
    border-color: #23bff8;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
}
.header.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -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: 15px;
    padding-bottom: 10px;
}
.header.sticky .header_all .logo svg {
    width: 135px
}
.header.sticky .top_nav {
    display: none;
}
.last_menu {
    display: flex;
    align-items: center;
}
.header_search {
    display: inline-flex;
}
.last_menu .in_last:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.header_lang a {
    font-size: 16px;
    color: #fff;
}
.header_search a {
    display: flex;
}
.search_icon svg {
    width: 15px;
    height: 15px;
	fill: #fff;
}
.header_search_content {
    text-align: center;
    margin: 0;
    padding: 0;
	position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    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%;
    background-color: #fff;
	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;
}
.header_search_module .search_form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_search_content.open .header_search_module {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.search_inner {
    margin: 0 auto;
	position: relative;
}
.search_input {
    border: 0;
    border-bottom: 1px solid #ffffff;
    width: 100%;
	font-size: 17px;
    font-weight: 500;
}
.search_inner_icon {
    position: absolute;
    top: 0;
}
.search_inner_icon .search_btn {
    display: flex;
}
.search_btn svg {
    width: 20px;
    height: 20px;
    fill: #0dabe5;
}
.search_btn svg path {
    fill: #0dabe5;
}
.mobile_serch {
	display: none
}
.module_close {
    position: absolute;
    top: 35px;
    right: 50px;
}
.header_search_module .module_close {
	top: auto;
    right: auto;
    flex: 0 0 auto;
    position: relative;
}
.in_search_form {
    flex: 1 1 auto;
}
.module_close .icon svg {
    width: 22px;
    height: 22px;
}
.header_search_module .module_close .icon svg {
    width: 15px;
    height: 15px;
    fill: #0dabe5;
}
.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;
}
main {
    padding-top: 46px;
}
.hp_max_width {
    width: 92%;
    max-width: 1700px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	padding-left: 1em;
    padding-right: 1em;
}
.in_minister {
    padding: 0 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.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);
}
.slide {
    position: relative;
}
.slick-slide {
    float: right;
}
.argent_text {
    display: inline-block;
    padding: 5px 25px;
	margin-bottom: 15px;
    background-color: #e5e5e5;
}
.argent_label {
    position: relative;
	right: auto;
	top: auto;
	padding: 5px 20px;
	display: inline-block;
    color: #fff;
	background-color: #d4000e;
}
.argent_inner {
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
.argent_slider.slick-slider .slick-arrow svg g {
    stroke: #0dabe5;
}
.hp_block {
	padding: 30px 0 0 0;
}
.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 {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
	z-index: 1;
}
.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;
}
.schedule__time .date {
    font-size: 20px;
}
.title {
	margin-bottom: 25px
}
.title svg {
    width: 17px;
    height: 17px;
    display: inline-block;
    transform: translateY(2px);
}
.title a {
    color: #0dabe5
}
.title a h1 {
    display: inline-block;
}
.title .left {
    float: left;
}
.title .right {
    float: right;
}
.button-round-big {
	height: 55px;
    padding: 10px 35px;
    background: #0dabe5;
    text-decoration: none;
    border-radius: 30px;
	display: inline-flex;
    align-items: center;
}
.button-white {
    background: transparent;
    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;
}
.icon {
    display: flex;
}
.icon svg {
    width: 17px;
    height: 20px;
}
.button-round-big:hover .icon {
    transform: translateX(-5px);
}
.block_img {
    display: flex;
    flex-direction: column;
	margin-bottom: 30px;
	position: relative;
}
.section_slider {
    margin-left: -10px;
	margin-right: -10px
}
.section_slider .block_img {
    padding-left: 10px;
	padding-right: 10px
}
.block_img .img a {
    width: 100%;
}
.block_img .img_video a {
    width: 100%;
}
.block_img .img {
    display: flex;
    margin-bottom: 10px;
	position: relative;
}
.block_img .img_video {
    margin-bottom: 10px;
	position: relative;
}
.content p {
    color: #555;
}
.content h7 {
    color: #808080;
    font-size: 16px !important;
    margin-top: 10px;
}
.content small {
    font-size: 12px;
}
.content small svg {
    width: 15px;
    height: 15px;
}
.button-round-big .st0{fill:none;}
.minister_block {
    margin-bottom: 30px;
}
.minister_block.scrolled {
	max-width: 100%
}
.st0 { 
    /*fill:none;*/
    stroke-width:2;
    stroke-linecap:round;
}
.post_block {
    display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.sidebar_block .post_block {
    padding-bottom: 10px;
}
.main-news .post_block {
	margin-bottom: 0;
}
.bordered {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
}
.bordered:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.in_panel .post_block {
	margin-bottom: 0
}
.hp_block .block_img + .post_block {
    margin-bottom: 30px;
}
.post_block .img {
    width: 30%;
    margin-bottom: 0;
	display: flex;
    flex: 0 0 auto;
	position: relative;
}
.post_block .img a {
    display: flex;
}
.main-news .post_block .img {
    width: 25%;
}
.main-news .post_block .img a {
    display: flex;
    width: 100%;
}
.widget-title {
    margin: 0 0 15px 0;
    padding-top: 15px;
    position: relative;
    font-weight: bold;
}
.widget-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
}.widget-title-no-border:before {
    height: 0px!important;
}
.widget-title-no-border:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
}
.widget-title span {
    color: #0dabe5;
	font-size: 18px;
}
.widget-title svg {
	width: 15px;
    height: 15px;
    display: inline-block;
}
.sidebar_block {
    margin-bottom: 35px;
}

.post_block.aside__nav .aside__cont {
    display: flex;
}
.aside_icon {
    transform: translateY(2px);
}
.sidebar_block .post_block .content svg {
	width: 12px;
    height: 12px;
	fill: #ccc;
    display: inline-block;
    transform: translateY(1px);
}
.logo_background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	pointer-events: none;
    background-image: url(../images/logo-background.png);
}
.social ul {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.social ul li {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex: 0 0 auto;
	/*margin-top: 3px;*/
    margin-left: 3px;
    -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 a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.social ul li svg {
    width: 40px;
    height: 40px;
}
.sidebar_block .ad-title {  
	text-align: center;
    display: block;
    margin-bottom: 10px;
}
.tab-menu {
	position: relative;
    display: flex;
	background-color: #f5f5f5;
}
.sidebar_block .tab-menu {
    justify-content: space-between;
}
.tab-menu li {
	position:relative;
	color:#000;
	padding: 15px 40px;
	cursor:pointer;
	z-index:0;
	text-align: center;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	transition: all 0.3s ease 0.3s;
}
.sidebar_block .tab-menu li {
	justify-content: center;
	flex: 1 1 auto;
}
.tab-menu li:hover {
  color:#fff;
}
.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 15px 5px 0 5px;
}
.line {
    height: .25rem;
    margin: 0;
    background: #1DA5DE;
    border: none;
    transition: .3s ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
.sd_tab:hover ~ .indicator {
    margin-right: 50%;
}
.tab-menu li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0dabe5;
    -webkit-transform: translateZ(0) translateY(100%);
    transform: translateZ(0) translateY(100%);
	transition: all 0.3s ease 0.3s;
    z-index: -1;
}
.tab-menu li:hover:before {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
}
.tab_inner .post_block .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.tab_inner .post_block .img img {
    border-radius: 100%;
	border: 1px solid #ddd;
}
.tab_inner .post_block .img_video img {
    border-radius: 100%;
}
.author a {
    font-size: 14px;
    color: #0dabe5;
    margin-top: 5px;
    display: block;
}
.author a:hover {
    color: #000000;
}
.tab_inner .post_block {
    align-items: center;
}
.news_block a {
    padding: 10px 15px;
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    background-color: #f5f5f5;
}
.primary-nav {
    position: fixed;
    top: 0;
    height: 100%;
	width: 100%;
    color: #fff;
	z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
    transition: all 1.5s cubic-bezier(.19,1,.22,1)
}
.primary-nav.is-active {
	background-color: #fff;
	pointer-events: all;
    opacity: 1;
    visibility: visible;
}
.primary-nav {
    clear: both;
}
.primary-nav-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    background-color: #0dabe5;
}
.primary-nav-close svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.primary-nav-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
    pointer-events: auto;
    padding: 15px;
    background-color: #0dabe5;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.3);
    transform: translateX(-70px);
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
    transition: 400ms ease;
}
.primary-nav__text {
    margin-right: 20px;
	transition: all .3s;
}
.primary-nav.is-active .primary-nav__text {
    display: none;
}
.primary-nav__btns {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 0;
    overflow: hidden;
}
.player-icon {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background-color: #d4000e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.player-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.player-label {
    margin-top: 5px;
    font-size: 12px;
}
.primary-nav-trigger .primary-nav-trigger-dot {
	background-color: #de384e;
}
@media screen and (min-width: 1201px) {
	.scroll .primary-nav-trigger {
		top: 27px;
	}
}
/*.primary-nav-trigger:hover, .primary-nav.is-active .primary-nav-trigger {
	background-color: #de384e;
}*/
.primary-nav-trigger-icon svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}
.primary-nav-trigger-icon .close__icon {
    display: none;
}
.primary-nav.is-active .primary-nav-trigger-icon .play__icon {
	display: none
}
.primary-nav.is-active .primary-nav-trigger-icon .close__icon {
	display: block
}
.primary-nav-trigger:hover .primary-nav-trigger-dot {
	background-color: #fff;
}
/*.primary-nav-trigger .primary-nav-trigger-icon:after, .primary-nav-trigger .primary-nav-trigger-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #de384e;
    border-radius: 50%;
    opacity: 0;
}
.primary-nav-trigger .primary-nav-trigger-icon:before {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -20s infinite;
    animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -20s infinite;
}
.primary-nav-trigger .primary-nav-trigger-icon:after {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -1s infinite;
    animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -1s infinite;
}
.primary-nav-trigger .primary-nav-trigger-icon {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
	background-color: #d4000e;
	pointer-events: auto;
    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;
}
.primary-nav-trigger .primary-nav-trigger-icon svg {
    width: 13px;
    height: 13px;
}
.primary-nav-trigger .primary-nav-trigger-icon .primary-nav-trigger-dot {
    border-radius: 10px;
    width: 6px;
    height: 6px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.primary-nav-trigger .primary-nav-trigger-icon .primary-nav-trigger-dot:first-child {
    position: absolute;
    top: -10px;
    -webkit-animation: rotateLeftOut 1s ease-in-out normal;
    animation: rotateLeftOut 1s 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;
}
.primary-nav-trigger .primary-nav-trigger-icon .primary-nav-trigger-dot:last-child {
    position: absolute;
    bottom: -10px;
    -webkit-animation: rotateRightOut 1s ease-in-out normal;
    animation: rotateRightOut 1s 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;
}*/
.primary-nav-trigger.close .primary-nav-trigger-dot:first-child {
    -webkit-animation: rotateLeftIn 1s ease-in-out normal;
    animation: rotateLeftIn 1s 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;
}
.primary-nav-trigger.close .primary-nav-trigger-dot:last-child {
    -webkit-animation: rotateRightIn 1s ease-in-out normal;
    animation: rotateRightIn 1s 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;
}
.primary-nav-trigger.close:after, .primary-nav-trigger.close:before {
	display: none
}
.primary-nav-content {
    background-color: #eeeeee;
    height: 100%;
    padding: 50px;
    position: relative;
    display: flex;
	flex-direction: column;
	overflow-x: hidden;
    overflow-y: auto;
}
.primary-nav-log {
    width: 180px;
}
.primary-nav-holder {
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.primary-nav-holder {
    display: none;
}
.primary-nav-holder.active {
    display: flex;
}
.primary-nav-holder .primary-nav-menu {
    width: 50%;
}
.primary-nav-holder .primary-nav-slide {
    width: 50%;
	padding-bottom: 80px;
}
.primary-nav-slide .slide__content--headings h2 {
    color: #fff;
}
.primary-nav-menu {
    height: 100%;
    position: relative;
}
.primary-nav-menu .menu {
    height: 100%;
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin-left: -1rem;
    margin-right: -1rem;
}
.primary-nav-menu .menu nav {
	width: 50%;
    margin-top: 45px;
	margin-bottom: 45px;
	padding-right: 1rem;
    padding-left: 1rem;
}
.primary-nav-menu .menu nav .nav-title {
	font-size: 35px; 
	margin-bottom: 20px;
	font-weight: 500
}
.primary-nav-menu .menu nav ul li a {
    color: #fff;
    margin-bottom: 7px;
    display: block;
	padding-right: 20px;
    position: relative;
}
.primary-nav nav a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 8px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.slick-slider .slick-arrow svg g {
    stroke: #fff;
}
.slider.slick-slider {
    position: relative;
}
.slick-arrow {
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 6px;
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
	width: 20px;
    height: 20px;
}
.argent_block .slick-arrow {
	top: -30px;
}
.slick-prev.slick-arrow {
    right: 0;
}
.slick-next.slick-arrow {
    right: 32px;
}
.argent_slider .slick-arrow:hover, .nav_slider .slick-arrow:hover {
    transform: scale(1.5);
}
.slick-arrow svg {
    width: 20px;
    height: 20px;
}
.primary-nav-slide .slick-arrow {
	top: auto;
    bottom: -35px;
	right: auto;
}
.primary-nav-slide .slick-slider .slick-arrow svg g {
    stroke: #fff;
}
.primary-nav-slide .slick-prev.slick-arrow {
    left: 32px;
}
.primary-nav-slide .slick-next.slick-arrow {
    left: 0;
}
.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%;
    height: 85px;
	display: none;
	z-index: 9;
	background-color: #fff;
    border-bottom: 1px solid rgba(51,51,51,0.16);
}
.slicknav_icon {
	width: 25px;
    height: 25px;
    position: absolute;
    top: 28px;
    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 {
    position: relative;
    overflow-x: hidden;
}
@media screen and (max-width: 768px) {
	.footer.details_page .bottom_footer .social-icons {
		padding-bottom: 70px;
	}
}
.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: center;
}
.mobile_logo {
    position: relative;
    /*top: 0;*/
	display: none;
	height: 50px;
    flex: 0 0 auto;
}
.mobile_logo a {
    display: flex;
}
.mobile_logo a svg {
	width: 125px;
    height: 85px;
}
.mobile_logo a img {
    width: 125px;
    height: 50px;
	object-fit: contain;
}
.footer_posts {
    margin-right: 50px;
}
.footer_posts ul li {
	margin-left: 30px;
	margin-bottom: 20px;
    display: inline-block;
}
.footer_posts ul li a {
    color: #fff;
}
.footer_max_width {
    max-width: calc(1600px + (100% - 1600px)/2);
    padding-left: 1em;
    padding-right: 1em;
}
.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;
	flex-wrap: wrap;
    align-items: center;
}
.fo_privacy .send_new {
    color: #9e9e9e;
    padding: 10px 20px;
    border: 1px solid #9e9e9e;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
	flex: 0 0 auto;
	font-size: 15px;
}
.fo_privacy .send_new:hover {
    background-color: #fff;
    color: #0dabe5;
    border-color: #0dabe5;
}
.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;
}
.fo_privacy ul {
    display: inline-block;
}
.fo_privacy ul li {
    display: inline-block;
	margin-top: 15px;
    position: relative;
}
.fo_privacy ul li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 7px;
    width: 1px;
    height: 10px;
    background-color: #fff;
}
.fo_privacy ul li a {
	color: #fff
}
.footer_social {
    color: #FFFFFF;
}
.footer_social img {
    max-width: 150px;
}
.footer_social ul {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.footer_social ul li {
    display: inline-block;
    position: relative;
	margin-bottom: 10px;
}
.footer_social ul li:last-child {
    padding-left: 0;
    margin-left: 0;
}
.footer_social ul li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 3px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}
.footer_social ul li a svg {
	width: 20px;
	height: 20px;
	fill: #fff
}
.playpause {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 2px solid #fff;
    background-color: #0dabe5;
    border-radius: 50%;
	flex: 0 0 auto;
	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;
}
.playpause svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    transform: translateX(2px);
}
.home_news_section {
    margin: 0 2px;
    padding: 10px 15px 8px 15px;
    background-color: #0dabe5;
    position: absolute;
    top: 15px;
    font-size: 14px;
    color: #ffffff;
}
.minister_block .social_icons {
    position: absolute;
	left: 10px;
    bottom: 15px;
}
.minister_block .social_icons ul li {
    display: inline-block;
}
.minister_block .social_icons ul li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
	margin: 0 2px;
    opacity: 0;
	background-color: #0dabe5;
	-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;
}
.minister_block .social_icons ul li:nth-of-type(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.minister_block .social_icons ul li:nth-of-type(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.minister_block .social_icons.md_social ul li {
    width: 40px;
    height: 40px;
}
.minister_block .social_icons.sm_social ul li {
    width: 35px;
    height: 35px;
}
.minister_block .social_icons ul li:hover {
    background-color: #0dabe5;
}
.minister_block .social_icons ul li a {
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.minister_block .social_icons ul li a svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}
.minister_block .social_icons.md_social ul li a svg {
    width: 15px;
    height: 15px;
}
.minister_block .social_icons.sm_social ul li a svg {
    width: 14px;
    height: 14px;
}
.block_img:hover .minister_block .social_icons ul li, .panel_set:hover .minister_block .social_icons ul li, .post_block:hover .minister_block .social_icons ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.owl-carousel {
    position: relative;
}
.slick-arrow {
    position: absolute;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.owl-carousel .owl-nav svg g {
    stroke: #000;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled  {
    opacity: 0;
	visibility: hidden;
}

.slick-dots li {
    display: none;
}

.fb-comments, iframe, .fb-comments span, .pluginSkinLight div {
    width: 100%!important;
}
.view_content_description iframe {
    width: auto!important;
}
.argent__wraper {
    display: flex;
}
.header--topbar {
    padding: 15px 0;
    color: #fff;
    background-color: #fff;
}
.header--topbar .row {
    align-items: center;
    justify-content: space-between;
}
.header--topbar .ad_thumb {
    min-height: 100px;
}
.header--topbar .logo {
    width: 100%;
    display: flex;
	flex-direction: column;
	color: #000;
    font-size: 15px;
}
.clock {
    color: #333;
	display: flex;
    align-items: center;
	font-weight: 600;
}
.header--topbar .logo img {
    width: 150px;
    object-fit: contain;
}
.header--topbar .social-icons a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background-color: #0dabe5;
    border-color: #0dabe5;
}
.header--topbar .social-icons a:hover {
    background-color: #eee;
    border: 1px solid #eee;
}
.header--topbar a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.header--topbar .social-icons a:hover svg {
    fill: #000;
}
.clock div {
    font-size: 14px;
}
.clock div {
    display: inline-block;
}
.clock svg {
	width: 17px;
    height: 17px;
    fill: #333;
}
.top-header__inner {
    display: flex;
    justify-content: flex-end;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.top-header__freq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
}
.freq_line {
    font-weight: 100;
	margin-bottom: 5px;
}
.top-header__icons {
    display: flex;
}
/* 8.2. NEWS UPDATES BAR */
.news--ticker {
	margin-top: 25px;
    margin-bottom: 25px;
}

.news--ticker:before,
.news--ticker:after {
    content: " ";
    display: table;
}

.news--ticker:after {
    clear: both;
}

.news--ticker .title {
    padding: 8px 15px;
    color: #fff;
    background-color: #0dabe5;
	position: relative;
	margin: 0;
}

.news--ticker .title h2 {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}

.news--ticker .title>span {
    width: 0;
    position: absolute;
    top: 10px;
    height: 0;
    z-index: 1;
    border-style: solid;
}

.news-updates--list {
    position: relative;
    max-height: 42px;
    padding: 0 12px;
    color: #999;
    background-color: #fff;
    overflow: hidden;
    z-index: 0;
	height: 42px;
}

/*.news-updates--list:before,
.news-updates--list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 12px;
    background-color: #fafafa;
    z-index: 1;
}*/


.news-updates--list .nav {
    font-size: 0;
    line-height: 0;
}

.news-updates--list .nav li {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
}

.news-updates--list .nav li + li {
    margin-right: 30px;
}

.news-updates--list .nav li .h3 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.news-updates--list .nav li .h3 a {
    display: block;
    padding: 13px 0;
}
.bottom_footer .copyright {
	padding-top: 2em;
    padding-bottom: 2em;
}
.footer_featured {
    padding-top: 2em;
    padding-bottom: 2em;
}
.bottom_footer .row {
    align-items: center;
}
.bottom_footer .social-icons {
	padding-top: 2em;
    padding-bottom: 2em;
    background-color: #0dabe5;
}
.play-icon {
    font-size: 12px;
    padding: 5px 9px 6px 10px;
    margin-top: 4px;
    opacity: .8;
    background: #d4000e;
    border-radius: 14%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
}
.play-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: #ffffff;
    margin: 5px;
}
.section_slider .block_img .img:hover , .section_slider .block_img .img_video:hover {
    opacity: 0.7;
}

/* Home Slider */

.video-mobile {
    display: none;
}
.player-wrapper {
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.video-screen {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-video .video-screen {
    height: 100%;
    flex: 1;
}
.video-screen video {
    height: 100%;
}
.video-mobile {
	width: 100%;
}
.nav-title {
	margin-bottom: 40px;
}
.nav-title h1 {
    color: #000;
    font-size: 30px;
}
.header.affix .header_nav {
    margin-right: 10px;
}
.header.affix .logo {
    width: 95px;
}
@-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%)
    }
}

@-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)
    }
}
.ticker-item a{    
	line-height: 1.6; 		
	font-size: 15px;
	color: rgb(0, 0, 0);	
    font-weight: 600;	
}

.tcontainer{
    overflow: hidden;
}
.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::after{
    content: '';
    background: url(../images/favicon.ico) no-repeat center;
    height: 20px;
    width: 30px;
    position: absolute;
    bottom: 3px;
    z-index: 0;
}
.ticker-move>:last-child::after{
    background: none;
}
/* News ticker */

.opinion_form {
    padding: 20px;
    background-color: #f5f5f5;
}

.article-details h1 {
    font-size: 20px;
    color: #0dabe5;
}
.article-details h1:hover {
    color: #000000;
}

.row.mini_space {
    margin-right: -5px;
    margin-left: -5px;
}
.row.mini_space > div {
    padding-right: 5px;
    padding-left: 5px;
}
.hot_block {
    background-color: #f5f5f5;
    padding: 80px;
	margin-bottom: 2rem;
    position: relative;
	overflow: hidden;
}
.flex_video a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.video_block {
    width: 100%;
}
.hot_block.lg_video_box {
    height: calc(100% - 15px);
}
.video_img {
    position: relative;
}
.video_content {
	position: relative;
    color: #fff;
    display: flex;
    z-index: 1;
    margin-top: -28px;
    padding: 0 15px;
}
.video_text {
    padding-top: 40px;
    color: #000;
}
.hot_block p {
    margin-top: 10px;
    max-width: 75%;
    line-height: 1.7;
}

.playpause:after, .playpause:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    opacity: 0;
}
.playpause:before {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -20s infinite;
    animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -20s infinite;
}
.playpause:after {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -1s infinite;
    animation: pulse-ring 1.25s cubic-bezier(.455,.03,.515,.955) -1s infinite;
}
.sm_video_box .playpause svg {
	width: 12px;
    height: 12px;
}

.hot_block.sm_video_box {
    padding:0;
	margin-bottom: 3rem;
	background-color: transparent;
}
.fb_iframe_widget span {
    width: 100%!important;
}

.page_view_desc p {
    font-size: 12px !important;
}
.social_icons.fixed-social {
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.social_icons.fixed-social ul {
    position: fixed;
    top: 230px;
    list-style: none;
}
.social_icons.fixed-social li {
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
}
.social_icons.fixed-social li {
    width: 35px;
    height: 38px;
    margin: 0 0 5px;
}
.social_icons.fixed-social li a {
    display: flex;
    width: 100%;
    height: 100%;
}
.social_icons.fixed-social .fb {
    background-position: 0 0;
}
.social_icons.fixed-social .twitter {
    background-position: 0 -39px;
}
.social_icons.fixed-social .yt {
    background-position: 0 -78px;
}
.social_icons.fixed-social .feeds {
    background-position: 0 -117px;
}
.social_icons.fixed-social .telegram {
    background-position: -37px -39px;
}
.social_icons.fixed-social .insta {
    background-position: -37px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .view_content_description iframe {
    width: 100%!important;
 }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .view_content_description iframe {
    width: 100%!important;
 }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .view_content_description iframe {
    width: 100%!important;
 }
}