@font-face {
  font-family: 'Tajawal-Bold';
  src: url('../fonts/Tajawal-Bold/Tajawal-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Tajawal-Bold/Tajawal-Bold.woff') format('woff'),
       url('../fonts/Tajawal-Bold/Tajawal-Bold.ttf')  format('truetype'),
       url('../fonts/Tajawal-Bold/Tajawal-Bold.svg#Tajawal-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal-Light';
  src: url('../fonts/Tajawal-Light/Tajawal-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Tajawal-Light/Tajawal-Light.woff') format('woff'),
       url('../fonts/Tajawal-Light/Tajawal-Light.ttf')  format('truetype'),
       url('../fonts/Tajawal-Light/Tajawal-Light.svg#Tajawal-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal-Medium';
  src: url('../fonts/Tajawal-Medium/Tajawal-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Tajawal-Medium/Tajawal-Medium.woff') format('woff'),
       url('../fonts/Tajawal-Medium/Tajawal-Medium.ttf')  format('truetype'),
       url('../fonts/Tajawal-Medium/Tajawal-Medium.svg#Tajawal-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal-Regular';
  src: url('../fonts/Tajawal-Regular/Tajawal-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Tajawal-Regular/Tajawal-Regular.woff') format('woff'),
       url('../fonts/Tajawal-Regular/Tajawal-Regular.ttf')  format('truetype'),
       url('../fonts/Tajawal-Regular/Tajawal-Regular.svg#Tajawal-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Let's get this party started */

::-webkit-scrollbar {

    width: 6px;

    background: #333333 ;

}
/* Track */

::-webkit-scrollbar-track {

    border-radius: 0px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background: #cd1d1f;

}
::-webkit-scrollbar-thumb:window-inactive {

  background: #cd1d1f;

}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Tajawal-Bold', sans-serif;
    background-color: #F7F7F7;
    font-size:12px;
    font-weight:400;
    text-align: right;
}
html{
  direction: rtl;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
  font-family: "Tajawal-Regular"

}
html,
button,
input,
select,
textarea {
  color: #222;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button , .item ,.user_name , img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
  color: inherit;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

hr{
  margin: 0px;

}
.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}

/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;


  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.container{

  background-color: #fff;

}
.header-top{
  padding: 5px 10px;
  background-color: #71706e;
  color: #fff;
  text-align: right;
}

.hamburger{
  float: left;
}

.header{
  background: #ffffff;
  overflow: hidden;
  margin-top: 2px;
  padding-bottom: 5px;
  border-bottom: 5px solid #A81D22;
}

.breakNews_cont{
  padding-top: 10px;
}

.logo_site{
  float: right;
}

.head_left {
    float: left;
    margin-top: 30px;
}

.h_social {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.h_social > li {
    float: left;
    margin-right: 2px;
}

.h_social > li > a {
    display: block;
    width: 25px;
    height: 25px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}
.h_social > li > a:hover {
  color: #ccc;
}

.search_icon {
    float: right;
    margin-top: 10px;
}

.search_btn {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333333;
    font-size: 18px;
    display: block;
}
.hamburger {
  min-width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  position: relative;
  z-index: 0;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  margin-left: 10px;
  /*display: none;*/
  margin-top: 5px;
  /*border:2px solid #063058;*/
  cursor: pointer;
}
.hamburger:hover{
  background-color:rgba(255,255,255,.1);
  border-color: #333333;
}
.hamburger:hover span:nth-child(1) {
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
}

.hamburger:hover span:nth-child(3) {
  transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  -ms-transform: rotate(45deg) translate(4px, 4px);
}

.hamburger.active span:nth-child(2) {
  transform: translate(-4px, 0);
  -webkit-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
}

.hamburger span {
  width: 18px;
  height: 2px;
  border-radius: 10px;
  margin: auto;
  background-color: #333333;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hamburger span:last-child{
  margin-bottom: 0;
}
.hamburger:hover span{
  background-color:  #d0d0d0;
}
/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background: #fff;
  z-index: 1001;
  overflow-y:auto;
  -webkit-transform:translateX(265px);
  -moz-transform:translateX(265px);
  -ms-transform:translateX(265px);
  -o-transform:translateX(265px);
  transform:translateX(265px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(6,48,88,0.1);
    color: #063058;
    font-size: 17px;
    padding: 10px;
    transition: all .3s;
}

.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #5b86bb;
    color: #fff;
    border-color: #5b86bb;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper{

  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);

}
html.menu-toggle{
  overflow: hidden;
}
.mmenu .social-mobile li{
  display: inline-block;
  margin: 5px;
}
.mmenu .social-mobile{
  display: table;
  margin: auto;
  text-align: center;
}
.mmenu .social-mobile li a{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  padding:0;
  text-align: center;
}
.mmenu .social-mobile li a > i{
  margin: 0;
}
.mmenu .social-mobile li a{
  border-bottom: 0;
}
.search_site_xs{
  display: none;
}


#search {
    /* position: fixed; */
    /* top: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: rgba(0, 0, 0, 0.8); */
    /* -webkit-transition: all 0.2s ease-in-out; */
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    /* transition: all 0.2s ease-in-out; */
    /* -webkit-transform: translate(0px, 0) scale(0, 0); */
    -moz-transform: translate(0px, 0) scale(0, 0);
    -o-transform: translate(0px, 0) scale(0, 0);
    -ms-transform: translate(0px, 0) scale(0, 0);
    /* transform: translate(0px, 0) scale(0, 0); */
    /* opacity: 0; */
    /* z-index: 999; */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color:rgba(0, 0, 0, 0.8);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
#search.open {
    /* -webkit-transform: translate(0px, 0px) scale(1, 1); */
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    /* transform: translate(0px, 0px) scale(1, 1); */
    /* opacity: 1; */
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#search .form-control{
  width: 100%;
  border:0;
  border-bottom: 0px;
  border-radius: 0;
  border-radius: 5px;
}
.center-screen{
  display: table;
  width: 60%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  padding:0 20px;
}
.center-screen form{
  display: table-cell;
  vertical-align: middle;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    border:0;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.wrapper-blur{
  -moz-filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}


.form__search .form-group > .search_submit{
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: transparent;
  line-height: 1;
  z-index: 1;
  height: 100%;
  width: 60px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  width: 45px;
  color: #333;
  border-radius: 0;
  font-size: 20px;

}
.form__search .form-group > .search_submit:hover,.form__search .form-group > .search_submit:focus{
  color: #5b86bb;
}
.form__search .form-group .form-control{
  padding-left: 45px;
  border-radius: 5px;
  border:1px solid #767676;
  box-shadow: none;
  height:50px;
  color: #767676;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  margin: 0px auto;
  outline: none;
}
.form__search .form-control::-moz-placeholder {
  color: #333333;
  font-size: 18px;
}

.form__search .form-control:-ms-input-placeholder {
  color: #333333;
  font-size: 18px;
}

.form__search .form-control::-webkit-input-placeholder {
  color: #333333;
  font-size: 18px;
}
.form__search .form-group {
    position: relative;
    margin-bottom: 0;
}
.overlay-close {
    cursor: pointer;
    width: 60px;
    height: 60px;
    transform: scale(0);
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 0px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color:#5b86bb;
}
.overlay-close:before, .overlay-close:after {
    border-color: #161616;
}
.overlay-close:before, .overlay-close:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '';
    position: absolute;
    height: 5px;
    width: 50px;
    top: 50%;
    left: 50%;
    background: #fff;
}
.overlay-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.overlay-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
#search.open .overlay-close {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.mm_news_xs{
  display: none;
}

.st_thumb:before{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.study_item:hover .st_thumb:before {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 75%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(75%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 75%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 75%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 75%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}



.breakNews .Bnews{
  padding: 10px 15px;
  margin-top: 2px;
  background-color: #145492
}

.breakNews h3{
  display: block;
  text-align: center;
  color: #ffffff;
}

.breakNews h3 a{
  color: #ffffff;
}

.breakNews h3 a:hover{
  color: #f0f0f0;
}

.topBnrs{
  padding-top: 10px;
}

.news_mmyz{
  background-color: #434343;
  padding: 10px;
  position: relative;
  height: 100px;
}

.news_mmyz:after{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border:1px solid #ffffff;
}

.news_mmyz h3{
  color: #fff;
  padding: 15px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  text-align: center;
}
.news_mmyz h3 a{
  color: #fff;
}

.topBnrs .col-sm-6{
    padding-right:  5px;
    padding-left:  5px;
}

.topBnrs .row {
    margin-right: -5px;
    margin-left: -5px;
  }

.big_news_home{
  padding-top: 10px;
  width: 100%;
}

.big_news_home .hover-img{
  overflow: hidden;
  max-height: 700px;
  width: 100%;
}
.big_news_home .hover-img img{
  width: 100%;
  max-height: 700px;
}

.big_nes_txt{
  border-top: 5px solid #A81D22;
  background-color: #2c2c2c;
  color: #fff;
  position: relative;
  padding: 25px;
  text-align: center;
}


.big_nes_txt:after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid #ffffff;

  content: '';
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 10;
}

.big_nes_txt h2{
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.big_nes_txt h3{
  font-size: 28px;
  color: #fff;
}

.big_nes_txt h2 a , .big_nes_txt h3 a{
  color: #fff;
}

.home_news_2{
  padding-bottom: 20px;
}
.home_news_2 .img-hover{
  margin-bottom: 10px;
}
.home_news_2 .item h2 , .home_news_2 .item h2 a{
  color: #acacac;
  font-size: 16px;

}
.home_news_2 .item h3 , .home_news_2 .item h3 a{
  color: #333333;
  font-size: 16px;

}
.home_news_2 img{
  height:  180px;
  width: 100%;
}
/*.item:hover .img-hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}*/
.home_news_2 .item:hover h3 a{
  color:#145492;
}
.home_news_2 .item:hover h2 a{
  color:#333;
}

.home_news_3_right h3{
  font-size: 30px;
  margin-bottom: 15px;
}

.home_news_3_right h3 a{
  color: #333
}
.home_news_3_right:hover h3 a{
  color: #989898
}


.home_news_3_right p  {
  color: #696969;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;

}
.more {
  color: #13354e
}
.more span{
  color: #ec4433
}

.home_news_3_left h2{
  background-color: #014e46;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
}

.home_news_3_left h2 a{
  color: #fff;
}

.home_news_3_left h3{
  color: #333;
  font-size: 16px;
  text-align: center;
  /*height: 40px;*/
  /*line-height: 40px;*/
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 5px;
}

.home_news_3_left h3 a{
  color: #333;
}

.home_news_3_left p  {
  color: #000000;
  font-size: 12px;
  text-align: justify;
  margin-bottom: 15px;
  height: 380px;
  line-height: 20px;
  overflow: hidden;

}

.home_news_3_left img{
  height: 145px;
}

.cover-bg{
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cover-bg:after{
  background-color: rgba(0,0,0,.8);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  content: '';
}

.cover-bg .container{
  position: relative;
  z-index: 2;
}
.home_news_with_bg img{
  width: 100%;
}

.home_news_with_bg .cat{
  background-color: #d21111;
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  padding-left: 80px;
  /*max-width: 150px;*/
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.home_news_with_bg .cat a{
  color: #fff;
}

.home_news_with_bg h2{
  font-size: 18px;
  color: #c1bdbd;
  display: block;
  margin-bottom: 20px;
}

.home_news_with_bg h2 a:hover{
  color: #d21111
}

.home_news_with_bg h3{
  font-size: 22px;
  color: #fff;
  display: block;
}

.home_news_with_bg h3 a:hover{
  color: #d21111
}

.home_news_with_bg p{
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  text-align: justify;
      max-height: 200px;
    overflow: hidden;
    line-height: 25px;
    font-family: "Tajawal-Regular"
}
.section_3 .sec-head{
  background-color: #b17c1f;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.section_2 .container{
  background-color: transparent;
}

.section_3 .sec-head h2{
  font-size: 20px;
}
.sec-3-news .item {
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}

.sec-3-news .item.no-border , .no-border{
  border: none !important;
}

.sec-3-news .item .num{
  font-size: 60px;
  text-align: center;
}
.sec-3-news .item h3{
  font-size: 20px;
}
.sec-3-news .item:hover h3 a{
  color: #b17c1f
}

.sec-head{
  background-color: #333333;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.sec-head h2{
  font-size: 20px;
}

.twitter_section .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
.twitter_section .sec-head{
  background-color: #1fa5b1;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.twitter_section .sec-head h2{
  font-size: 20px;
}

.twitter-news .item{
  position: relative;
  background-color: #a5dbe0;
}

.twitter-news .item:hover{
  background-color: #80d2da;
}
.twitter-news .item .user_name{
  background-color: #6fc5cd;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 20px;
}

.twitter-news .item .empty_username{
  display: inline-block;
  padding: 5px 10px;
  margin-top: 20px;
  height: 29px;
}

.twitter-news .item:hover .user_name{
  background-color: #1FA5B1;
}
.news-title{
  padding: 20px;
}
.news-title i{
  display: block;
  font-size: 30px;
  color: #434e4f;
  margin-top: 20px;
}
.twitter-news .item h3{
  color: #fff;
  display: block;
  font-size: 16px;
  color: #434e4f;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}


.twitter-news .item .img{
  bottom: -5px;
  position: relative;
  text-align: left;
  padding-left: 20px;
}
.twitter-news .item img{
  height: 100px;
  width: 100px;
  display: inline-block;
}
.saudi-right .item{
  background-color: #f4f4f4;
}

.pad20{
  padding: 20px;
}
.saudi-right img{
  width: 100%;
}
.saudi-right h3{
  /*margin-top: 30px;*/
  font-size: 20px;
  color: #333;
  /*height: 40px;*/
  line-height: 30px;
  /*overflow: hidden;*/
}

.saudi-right h2{
  font-size: 16px;
  color: #999;
  /*height: 40px;*/
  line-height: 20px;
  overflow: hidden;
}


.saudi-right p{
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  height: 80px;
  line-height: 20px;
  overflow: hidden;
  text-align: justify;
}

.saudi-right .item:hover{
  background-color: #35CBCD;
}
.saudi-right .item:hover a{
   color: #fff;
}
.saudi-right .item:hover p{
   color: #f0f0f0;
}

.saudi-left .item{
  margin-bottom: 13px;
  position: relative;
}


.saudi-left .item img{
  height: 120px;
}
.saudi-left .item h3{
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  color: #333;
  font-size: 20px;
}
.saudi-left .item p{
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #4f4c4d;
  font-size: 14px;
}
.saudi-blk2 .item{
  position: relative;
  margin-bottom: 15px;
}
.saudi-blk2 .col-sm-4 , .saudi-blk2 .col-sm-2{
  border-right:1px solid #ddd;
}
.saudi-blk2 .col-sm-4:first-child {
  border-right:none
}

.saudi-blk2 img{
  height: 175px;
  width: 100%;
}
.saudi-blk2 .img-circle .img-hover{
  text-align: center;
}
.saudi-blk2 .img-circle img{
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 160px;
  width: 160px;
  display: inline-block;
  margin:auto;
}


.saudi-blk2 .img-circle  {
text-align: center;
}

.saudi-blk2 h3{
  font-size: 18px;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  margin-top: 15px;
}
.saudi-blk2 p{
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
  margin-top: 10px;
  color: #696969;
  text-align: justify;
}
.saudi-blk2  .img-circle p{
  height: 60px;
}


.saudi-blk2  .img-circle h3{
  height: 75px;

}


.saudi-blk3 .item{
  margin-bottom: 15px;
  position: relative;
}
.saudi-blk3 h3{
  font-size: 18px;
  margin-top: 10px !important;
  min-height: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.saudi-blk3 h2{
  font-size: 16px;
  margin-top: 10px !important;
  color: #850029;
  padding-left: 5px;
  padding-right: 5px;
}
.home_news_2 .item{
  position: relative;
}
.saudi-blk3 .item:after  {
  position: absolute;
  content: '';
  width: 1px;
  height: 90%;
  background-color: #ddd;
  right: -15px;
  top: 5%;
}
.home_news_2 .col-sm-6{

  border-left:1px solid #ddd;
}
.saudi-blk3 .row .col-6:first-child .item:after {
  display: none;
}

.home_news_2 .col-sm-6:last-child{
  border-left:none

}

.saudi-blk3 .item:hover{
  background-color: #f0f0f0
}
.saudi-blk3 .item:hover{
  background-color: #f0f0f0;
  /*padding: 5px;*/
}

.saudi-blk3 img{
  height: 180px;
}

.saudi-blk4 h3{
  font-size: 20px;
  margin-bottom: 15px;
}

.saudi-blk4 img{
  width: 100%;
}

.saudi-blk4 h3 a{
  color: #333
}
.saudi-blk4 p  {
  color: #696969;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;

}

.vid-icon{
  position: relative;
}
.vid-icon i{
  position: absolute;

  width:100%;
  text-align: center;
  color: #fff;
  font-size: 111px;
  z-index: 10;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vid-icon:after{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background-color: rgba(0,0,0,0.8);
  z-index: 1;
  height: 100%;
  width:100%;
}
.saudi-blk4{
  position: relative;
  border-bottom:1px solid #ddd;
  padding-bottom: 20px;

}
.saudi-blk4 .border-top20{
  position: relative;
  padding-top: 40px;
}
.saudi-blk4:before{
  position: absolute;
  height: 20px;
  background-color: #35cbcd;
  width: 100%;
  left: 0;
  top: 0;
  content:'';
}

.block_border{
  border:1px solid #ddd;
  padding: 20px;
}
.rai .container{
  padding-top: 30px;
}

.rai h3{
  font-size: 20px;
  margin-top: 15px;
}

.rai .author{
  color: #850029;
  font-size: 16px;
  position: relative;
  margin-top: 15px;
  padding-bottom: 15px;
}

.rai .author:after{
  position: absolute;
  content: '_';
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.rai p{
  margin-top: 15px;
  color: #696969;
  font-size: 14px;
  height: 75px;
    overflow: hidden;
    line-height: 25px;
}

.rai .author_img{
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.rai .author_img img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.world .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.world p{
  margin-top: 15px;
  color: #696969;
  font-size: 14px;
}

.world  h3{
  font-size: 20px;
  margin-top: 30px;
}
.categories_green .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.categories_green_block{
  background-color: #ecece9;
  border-top: 5px solid #204f00;
  padding: 20px 10px 20px 10px;
}

.categories_green_block .item{
  padding: 10px;
  background-color: #204f00;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  height: 80px;

}
.categories_green_block .item h3{
  /*height: 60px;*/
  line-height: 30px;
  overflow: hidden;
  font-size: 20px;
}
.categories_green_block .item h3 a{
  display: block;
  color: inherit;
}
.categories_green_block .item:hover{
  background-color: #333 !important;
  color: #ffffff !important;
}

.categories_green_block .item:hover a{
  color: #fff;
}
.general .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
.health .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
.sport .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
.saudi-today .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.general_blk{
  padding-bottom: 15px;
}
.general_blk h3{
    font-size: 30px;
    margin-bottom: 15px;
}

.general_blk .col-sm-3 h3{
font-size: 16px;
margin-top: 10px;
}

.general_blk .pt-5{
  padding-top: 10px !important;
}

.general_blk p{
  margin-top: 15px;
  color: #696969;
  font-size: 14px;
  text-align: justify;
}

.general_blk .col-sm-2 p{
  height: 290px;
  overflow: hidden;
}
.general_blk .col-sm-5 p{
  height: 173px;
  overflow: hidden;
}
.general_blk .col-sm-5 .read-more{
  padding-bottom: 10px;
}

.section_10 .general_blk .col-sm-5 p{
  height: 215px;
}


.general_blk  .col-sm-2 h3{
  font-size: 20px;
  margin-top: 15px;
}
.sport .general_blk  .col-sm-4 p{
  height: 105px;
  overflow: hidden;
}
.sport .general_blk  .col-sm-4 h3{
  margin-top: 15px;

}
.slider_posts .item{
  position: relative;
  background-color: #333;
}
.slider_posts .item img{
  opacity: 0.8;
  height: 420px;
}
.slider_posts .item:hover img{
  opacity: 1;
}
.slider_posts .item-data{
  position: absolute;
  bottom: 0px;
  left: 0px;
  min-height: 60px;
  width: 100%;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,010205+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(1,2,5,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(1,2,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(1,2,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#010205',GradientType=0 ); /* IE6-9 */

}

.slider_posts .item-data h3{
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
}

.slider_posts .item-data h3 a{
  display: block;
}


.scroll_slider .owl-prev{
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff !important;
  background-color: #333 !important;
  z-index: 111;
  transform: translate(0, -50%);
}

.scroll_slider .owl-next{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff !important;
  background-color: #333 !important;
  z-index: 111;
  transform: translate(0, -50%);
}



#footer{
  background-color: #161619;
    color:#ffffff;
    text-align: center;
    padding: 20px 0;
}
#footer .container{
  background-color: transparent;
}

#footer ul{
  list-style:none;
  padding: 0px;
  margin: 0px;
}

#footer ul li{
  color: #ffffff;
  display: inline-block;
}
#footer ul li a{
  display: block;
  padding: 0 10px;
}
.copy , .f_menu_block{
  margin-bottom: 10px;
}

/****post*/
.content_post .container{
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb-cont .container{
  padding-top: 30px;

  padding-bottom: 30px;

}
.content_post h1{
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
}

.entry-sub-title{
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}

.post-image{
  text-align: center;
}

.post-image img{
  display: inline-block;
  margin: auto;
  max-width: 100%;
}

.post_news_block{
  position: relative;
}
.date_pp{
  float: right;
  color: #4f585f;
  font-size: 14px;
  margin-bottom: 10px;
}
.date_pp > i{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.post_editor p{
  color: #112c41;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
}
.post_editor p > a{
  display: inline-block;
  color: #3eb9a8;
  text-decoration: underline !important;
}
.post_editor h3{
  color: #112c41;
  font-size: 26px;
}
.post_editor > img{
  width: 100%;
}
.size_change{
  float: left;
  margin-bottom: 10px;
}
.size_change > p{
  display: inline-block;
  vertical-align: middle;
  color: #112c41;
  font-size: 16px;
}
.size_change > ul{
  display: inline-block;
  vertical-align: middle;
}
.size_change > ul > li{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.size_change > ul > li:nth-child(1){
  font-size: 20px;
}
.size_change > ul > li:nth-child(2){
  font-size: 16px;
}
.size_change > ul > li:nth-child(3){
  font-size: 14px;
}
.post_person{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.avatar_post > a{
  display: block;
}
.avatar_post > a > img{
  width: 100px;
  height: 100px;
}
.avatar_post > h2{
  color: #112c41;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
.avatar_post > h2 > a{
  display: inline-block;
  color: #112c41;
}
.avatar_social{
  margin-top: 20px;
  float: left;
}
.avatar_social li{
  display: block;
  margin-bottom: 10px;
}
.avatar_social li > a{
  display: block;
  width: 50px;
  height: 50px;
}
.avatar_social li > a > img{
  width: 100%;
  height: 100%;
}
.post_news_block{
  margin-bottom: 20px;
}
.related_block{
  margin-bottom: 20px;
}
.related_block .item_st2 img{
    width: 100%;
    height: 250px;
}
.head_st2 > h2{
  position: relative;
  float: right;
  color: #112c41;
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.head_st2 > h2:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #112c41;
}

.head_st2 > h2 > i{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.date_pp{
  margin-top: 5px;
}


.post_date{
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.post_meta_{
  margin-top: 30px;
  clear: both;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd
}

.post_meta_ h4{
  display: inline-block;
  font-size: 18px;
}

.post_meta_ ul{
  display: block;
  text-align: center;
}

.post_meta_ ul li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.post_meta_ ul li a{
  display: block;
  font-size: 16px;
  background-color: transparent;
  color: #696969;
  border:1px solid #DBDBDB;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-family: 'Tajawal-Light';
}


.block_article{
  position: relative;
  background-color: #eae8e8;
  margin-bottom: 30px;
}
.article_item{
  position: relative;
  padding: 20px;
}
.article_item:nth-child(odd){
  background-color: #eae8e8;
}
.article_item:nth-child(even){
  background-color: #f0efef;
}
.article_thumb{
  float: right;
}
.article_thumb > img{
  width: 80px;
  height: 80px;
}
.article_txt{
  margin-right: 90px;
  padding-top: 10px;
}
.article_txt > h2{
  color: #122231;
  font-size: 16px;
}
.article_txt > h2 > a{
  display: inline-block;
  color: #122231;
}
.article_txt > h2 > a:hover{
  color: #5b86bb;
}
.article_txt > h3{
  color: #717171;
  font-size: 12px;
  margin-top: 10px;
}

.article_txt2 h3{
  font-size: 16px;
  margin-top: 10px;
}

.st_txt{
  width: 100%;
  padding: 15px 0;
}
.st_txt > h2{
  color: #333;
  font-size: 24px;
  height: 64px;
  line-height: 32px;
  overflow: hidden;
}
.study_item.item_st2 .st_txt > h2{
  font-size: 20px;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
}
.st_txt > h2 > a{
  display: inline-block;
  color: #333;
}
.st_txt > h2 > a:hover{
  color: #5b86bb;
}

.head_block{
  padding: 10px 0;
  margin-bottom: 30px;
}

.head_block h1{
  font-size: 30px;
}

.study_item h3{
  font-size: 16px;
  color: #a19f9f
}
.study_item h2{
  font-size: 20px;

}

.category__ .container{
  padding-bottom: 80px;
}

.pagination{
  margin-top: 60px;
}
.sec-3-news .table td,.sec-3-news .table th{
  vertical-align: middle;
  border-top: none;
}

.img670{
  height: 520px;
  width: 100%;
}

.post_user_tag{
  padding: 10px 0;
  overflow: hidden;
  line-height: 60px;
}

.usr-img{
  float: right;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ddd;

}
.usr-img img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.post_user_tag a{
  color: #A81D22;
  font-size: 16px;
}

p.excerpt_4{
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}

.img460{
  width: 100%;
  height: 350px;
}

.currency_oil .container{
  /*padding-bottom: 20px;*/
}

.currency_oil .col-sm-6{
    padding-right:  5px;
    padding-left:  5px;
}

.currency_oil .row {
    margin-right: -5px;
    margin-left: -5px;
  }

.news_bar_scroll_1 , .news_bar_scroll_2{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4a4a4+0,ffffff+100 */
background: #a4a4a4; /* Old browsers */
background: -moz-linear-gradient(top,  #a4a4a4 0%, #f1f1f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a4a4a4 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a4a4a4 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
padding: 10px;
/*overflow: hidden;*/
margin-top: 10px;
border-bottom: 1px solid #ddd;
position: relative;
}

/*.news_bar_scroll_1:after , .news_bar_scroll_2:after{
  position: absolute;
  content: '';
  right: 0px;
  bottom: -21px;
  background: url(../images/sh.jpg) right top no-repeat;
  width: 100%;
  height: 6px;
}*/

.news_bar_scroll_1 h2{
  float: right;
  width: 100px;
  font-size: 18px;
}
.scroll_1{
  display: block;
  padding-right: 100px;
  white-space: nowrap;
}

.scroll_1 .item{
  display: inline-block;
  width: 100px;
  margin-left: 10px;
  font-size: 16px;
  font-family: 'Tajawal-Medium';
  /*height:40px;*/
  line-height: 20px;
  padding: 5px;
}
.scroll_1 .item span{
  display: block;
  width: 100%;
}

/***abojameel***/
.scroll_2{
  display: block;
  white-space: nowrap;
}

.scroll_2 .item{
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  font-family: 'Tajawal-Medium';
  white-space: nowrap;
  margin-top: 15px;
  line-height: 40px;
}

.scroll_2 .item h3{
  font-size: 16px;
}


.img115{
  height: 120px;
  width: 100%;
}
 @media (min-width: 1320px){
  .container{
    max-width: 1212px;
  }
 }

@media screen and (max-width: 767px) {

  .item , .read-more{
    margin-bottom: 15px;
  }

  .home_news_3_left img{
    width: 100%;
    height: 300px;
  }
  .home_news_3_left .img-hover{
    margin-bottom: 15px;
  }

  .home_news_with_bg p{
    margin-bottom: 15px;
  }

  .sec-3-news .item , .sec-3-news .item.no-border {
    border-right: none;
    border-bottom: 1px solid #ddd !important;
  }

  .img670{
    height: auto;
  }

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

.news_mmyz{
  height: auto;
}

}

.wp-caption{
  width: 100% !important
}
.ads_block .container{
  padding-top: 20px;
}

.studies_list{
  background-color: #F3F1F0;
  padding: 15px;
}

.ptop5{
  padding-top: 15px;
}

input, select, textarea{
  border:1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
}

.parsley-custom-error-message , .parsley-required{
  color: #f00;
}

.parsley-error{
  border-color: #f00 !important;
}


/*********** Author *********/
.user_data{
  margin-bottom: 20px;
}

.user_data h1{
  color: #991111;
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
}

.udesc{
  background-color: #e5f6fd;
  padding: 10px;
  text-align: center;
  color: #5a6567;
  font-size: 16px;
}

.usocial{
  margin-top: 20px;
  text-align: center;
}

.usocial a{
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #991111;
  /*margin-left: 5px;*/
  /*margin-right: 5px;*/
  border-radius: 50%;
  margin-bottom: 5px;
}

.user_data{
  text-align: center;
}
.user_data img{
  display: inline-block;
}

.usocial a.instagram{
  background-color: #f39234;
}
.usocial a.facebook{
  background-color: #375996;
}
.usocial a.twitter{
  background-color: #03acef;
}

.author-news-list .item{
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

.author-news-list .item h2{
  font-size: 18px;
  color: #991111;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}
.author-news-list .item h2 a{
  color: #991111;
}
.author-news-list .item p{
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
}

.author-news-list .item .date{
  text-align: left;
  margin-top: 10px;
}

.author-blk .user_data{
  overflow: hidden;
  display: block;
  background-color: #f9f9f9;
  /*border:1px solid #ddd;*/
  border-radius: 5px;
  text-align: right;
  padding: 10px;
}

.author-blk .user_data .uimg{
  float: right;
  margin-left: 15px;
  width: 100px;
  /*margin-right: 10px;*/
  /*margin-top: 10px;*/
}

.author-blk .user_data .uimg img{
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.author-blk .user_data .udesc{
  background-color: transparent;
  text-align: right;
}

.author-blk .user_data h2{
  color: #991111;
  font-size: 18px;
}
.author-blk .user_data h2 a{
  color: #991111;
 }

.author-blk .user_data .usocial{
  text-align: right;
  margin-top: 10px;
}

.author-blk .user_data .usocial a{
  background: none !important;
  color: #333 !important;
  font-size: 20px;
  height: auto;
  line-height: 25px;
}


/********Comments *************/
/* COMMENTS
   ----------------------------- */
.commentlist .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.commentlist .comment.pingback {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.commentlist .comment:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.commentlist .comment #respond {
  margin-top: 10px;
  margin-left: 90px;
}

.commentlist .comment-author img {
  border-radius: 50%;
  box-shadow: 0 0 8px #e0e7f1;
  border: 2px solid #ffffff;
  margin-left: 20px;
  float: right;
}

.commentlist .comment-author .fn {
  font-size: 18px;
  margin-bottom: 15px;
}

.commentlist .comment-content {
  overflow: hidden;
  padding-top: 10px;
}

.commentlist .comment-body {
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
}

.commentlist .comment-body p {
    margin-bottom: 7px;
    font-size: 16px;
    text-align: justify;

}

.commentlist .comment-awaiting-moderation {
  display: block;
  margin-bottom: 10px;
}

.commentlist .comment-edit-link {
  padding-left: 5px;
}

.commentlist .reply {
  margin-left: 90px;
}

.commentlist .reply a {
  background: #2c2f34;
  color: #ffffff;
  padding: 0 10px;
  line-height: 25px;
  display: block;
  float: left;
  border-radius: 2px;
  margin: 10px 0;
}

.commentlist .reply a:hover {
  background: #0088ff;
  color: #ffffff;
}

.commentlist ul.children {
  margin-right: 75px;
  margin-top: 20px;
}

@media (max-width: 670px) {
  .commentlist ul.children {
    margin-right: 25px;
  }
}

@media (max-width: 479px) {
  .commentlist ul.children {
    margin-right: 10px;
  }
}

.commentlist ul.children li {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.commentlist ul.children .comment-author img {
  width: 60px;
  height: 60px;
}

.commentlist ul.children .reply,
.commentlist ul.children #respond {
  margin-right: 80px;
}

#add-comment-block {
  margin-bottom: 0;
}

#add-comment-block #respond {
  margin-top: 0;
}

#cancel-comment-reply-link {
  padding: 0 10px;
}

/* COMMENTS FORM
   ----------------------------- */
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 300px;
}

@media (max-width: 670px) {
  #respond .comment-form-author input,
  #respond .comment-form-email input,
  #respond .comment-form-url input {
    width: 100%;
  }
}

#respond .comment-notes {
  margin-bottom: 10px;
}

#respond p {
  margin-bottom: 10px;
}

#respond p:last-child {
  margin-bottom: 0;
}

#respond .required {
  font-weight: bold;
  color: red;
}

#respond label {
  line-height: 30px;
  width: 120px;
}

#respond label:after {
  content: "";
  display: table;
  clear: both;
}
#respond .comment-form-cookies-consent label{
    width: auto !important;
    margin-right: 10px;
}

.comment-form-cookies-consent { display: none; }



#respond .form-allowed-tags,
#respond .comment-form-comment label {
  display: none;
}

#respond textarea {
  vertical-align: top;
  width: 100%;
}

#respond .form-submit {
  margin: 0;
}

#respond .form-submit #submit {
  margin-top: 15px;

  margin-top: 15px;
    background: #991111;
    color: #fff;
    border-color: #991111;
    padding: 5px 30px;

}

.comments_blk{
  margin-bottom: 30px;
}

.ShareLinks{
  margin-top: 20px;
}

.ShareLinks a{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  color: #fff;
  background-color: #991111;
  font-size: 15px;
}

.ShareLinks a.facebook{
  background-color: #3B5998;
}
.ShareLinks a.twitter{
  background-color: #55ACEE;
}
.ShareLinks a.telegram{
  background-color: #61A8DE;
}
.ShareLinks a.whatsapp{
  background-color: #4CAF50;
}
.ShareLinks a.print{
}
.ShareLinks a.email{
  background-color: #000000;
}

.ShareLinks span{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border:1px solid #ddd;
  color: #000;
  border-radius: 3px;
}


.holder {
    left: 0;
    right: auto;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 10;
    transition: all .3s;
    color: #222;
    height: 100%;
}

.dropdown-menu{
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    float:  !important;
    min-width: 100% !important;
    text-align: right !important;
}

.h_social_xs{
  margin-top: 20px;
  text-align: center;
}

.h_social_xs li{
  display: inline-block;
}

.h_social_xs li a{
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #A81D22;
  color: #fff;
}

.bAds{
  margin-top: 10px;
}

.head-ads{
  float: right;
  margin-left: 10px;
  max-height: 90px;
  max-width: 728px;
}

.ads_block{
  text-align: center;
}

.hbnr .container{
  width: 100%;
  padding: 0px;
  margin: 0;
}

.img-250 img{
  height: 200px;
}

.text-news{
  font-size: 16px;
}
.text-news h3{
  font-size: 16px;
  padding-left: 45px;
}
.section_17{
  border: 1px solid #ddd;
  background: #f9f9f9
}
.text-news h3 a{
  color: #000;
}

.text-news h2{
  font-size: 14px;
}
.n-badg{
  position: absolute;
  width: 62px;
  height: 44px;
  background: url(../images/badg.png) left no-repeat;
  color: #fff;
  left: -16px;
  top: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.text-news .item{
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
 position: relative;
  border-right: 3px solid transparent;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 80px;
 }
.text-news .item:hover{
  background: #f0f0f0;
    border-right: 3px solid #04788d;

}
.text-news .item p{
  text-align: left;
    font-size: 12px;
    color: #ccc;
    margin-top: 5px;
}

.one-img-news{
  position: relative;
}
.one-img-news .img img{
  height: auto;
  width: 100%;
}

.one-img-news h3{
  position: absolute;
  bottom: 0;
  left: 0; 
  right: 0;
  color: #fff;
  font-size: 16px;
      background: rgba(0,0,0,0.7);
}
.one-img-news h3 a{
   display: block;
   padding: 10px;
  color: #fff;
 }

 .video_block{
  background: #000;
  padding: 15px;
 }

 .video_item{
  position: relative;
 }
 .video_icon{
  background: rgba(0,0,0,0.5);
  left: 0;
  top:0;
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 50px;
  position: absolute;
 }

 .video_item h3 a{
  color: #fff;
 }

.section_24 .item2{
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
 }
 .section_24 .item2 h3{
  font-size: 16px;
 }
 .section_24 .item2 img{
  width: 60px;
  height: 60px;
 }
 .section_24 .item2 .img{
  width: 60px;
  height: 60px;
 }
 .section_24 .item2 .img a{
  width: 60px;
  height: 60px;
  display: block;
 }

 .image-caption{
  font-style: italic;
  font-size: 14px;
  color: #666;
    padding: 5px 0;
    background: #f7f7f7;
 }

 .main__slider .owl-nav button{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff !important;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: #000 !important
 }
 .main__slider .owl-nav button.owl-prev{
  left: auto;
  right: 0px;
 }

 .one-img-news .owl-nav button{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff !important;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: #000 !important
 }
 .one-img-news .owl-nav button.owl-prev{
  left: auto;
  right: 0px;
 }

 .section_11 .img460{
  height: 400px;
 }
 .section_11 p.excerpt_4{
  height: 180px;
 }

 .fz20{
  font-size: 20px !important
 }