@font-face {
  font-family: B-L;
  src: url(../font/B-L.ttf);
}
@font-face {
  font-family: B-P;
  src: url(../font/B-P.ttf);
}
@font-face {
  font-family: B-B;
  src: url(../font/B-B.ttf);
}
@font-face {
  font-family: NS-B;
  src: url(../font/NS-B.ttf);
}
@font-face {
  font-family: NS-L;
  src: url(../font/NS-L.ttf);
}
@font-face {
  font-family: NS-R;
  src: url(../font/NS-R.ttf);
}
@font-face {
  font-family: NS-M;
  src: url(../font/NS-M.ttf);
}
a:focus {
    outline: 0;
    outline-offset: 0;
}
body {
  font-family: NS-R;
}
a:hover {
  text-decoration: none;
}
ul{
  margin: 0;
}
p {
  line-height: 29px;
  font-size: 16px;
  margin: 0;
}
*{
  outline: none;
}
section{
  overflow: hidden;
}
/***************************************/
#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999
}


.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  40% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  40% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

/*****************************************************************/
/********************************/

.toTop {
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: -60px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  z-index: 35;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  font-size: 20px;
}

.toTop:hover {
  background-color: #fcb040 ;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #ffffff;
  box-shadow: 0 10px 10px #0f0f0f2b;
}

/************************************************************************************************/
/* Start Marq */
#marq {
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
}
#marq .marq-title{
  position: relative;
  display: flex;
  width: 10%;
  float: right;
  top: 9px;
  margin-left: 15x;
  margin-right: -15px;
}
#marq .marq-title span {
  display: inline-block;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background-color: #fcb040 ;
  padding: 6px 11px;
  border-radius: 5px;
}
.breakingNews {
  width: 88%;
  height: 50px;
  position: relative;
  border: none !important;
  overflow: hidden;
  display: block;
  float: right;
  text-align: right;
  padding: 25px 0;
  top: -11px;
}
.breakingNews>ul>li>a {
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 14px;
  height: 100%;
  align-items: center;
}
.breakingNews ul { 
padding-right: 0;
}
.breakingNews ul, .breakingNews ul li { 
height: 70px;
}
.breakingNews .bn-navi {
  height: 100%;
  opacity: 1;
  display: flex;
  align-items: center;
}
.breakingNews .bn-navi span {
  height: 100%;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.breakingNews .bn-navi::after {
  content: "|";
  color: #fff;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
#marq .more {
    display: flex;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -70px;
    float: left;
}
#marq .more i{
    top: 0;
}
/* End Marq */
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 10px;
  position: relative;
  top: 5px;
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, 
.hvr-icon-wobble-horizontal:focus .hvr-icon, 
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*****************************************************************/
/********************* top-header ****************************/
.top-header{

}
.se{
  border-bottom: 1px solid #F7F7F7;
  margin: 0;
  padding: 10px 0;
}
.top-social {
  margin-top: 5px;
}
.top-social,
.top-links{
  display: inline-block;
}
.top-date p{
  font-size: 14px;
  color: #0f0f0f;
}
.top-social a{
  color: #0f0f0f;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  transition: all .4s ease;
}
.top-social ul li a:hover{
  color: #fff;
}
.top-social ul li:nth-child(1) a:hover{
  color: #ff0000;
}
.top-social ul li:nth-child(2) a:hover{
  color: #1da1f2;
}
.top-social ul li:nth-child(3) a:hover{
  color: #fffc00;
}
.top-social ul li:nth-child(4) a:hover{
  color: #3b5998;
}
.top-links li a{
  color: #474E4A;
  padding: 6px 20px;
  border: 1px solid #474E4A;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  top: -2px;
  transition: all .5s ease-in;
}


/*****************************************************************/
/********************************************************/
.main-navv{

}
.navbar-left {
  margin-left: -8px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 77px;
  z-index: 1000;
  background: #fff !important;
  padding: 0 !important;
  transition: all .3s ease-in;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(115, 113, 115, 0.3) !important;
  -moz-box-shadow: 0px 5px 5px 0px rgba(115,113,115,1) !important;
  box-shadow: 0px 0px 6px 0px rgba(115,113,115,1) !important;
}

.sticky  .navbar-nav {
  margin-top: 20px;
  transition: all .4s ease-in;
}
.sticky .navbar-nav>li>a{
  font-size: 15px !important;
}
.sticky .navbar-brand {
  height: 75px !important;
  padding: 10px !important;
}
 .navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
 .navbar {
  padding: 6px 0;
  position: relative;
  min-height: unset;
  margin-bottom: 0;
  border: 0;
  box-shadow: unset;
}
 .navbar-brand {
  height: 80px;
  padding: 15px;
}
 .navbar-brand>img {
  display: inline-block;
  height: 110%;
  width: auto;
}
.navbar-collapse.collapse{
  padding: 0;
}

.navbar-default .navbar-nav>li{
  padding: -1px;
}
.navbar-default .navbar-nav>li>a{
  font-size: 25px;
  padding: 12px 10px;
  color: #0f0f0f;
  font-family: B-L;
}
.navbar-default .navbar-nav>li>a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
}
.navbar-default .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  height: 3px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-default .navbar-nav>.active>a:before,
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:focus:before,
.navbar-default .navbar-nav>li>a:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
 .navbar-nav>.open>a, 
 .navbar-nav>.open>a:focus, 
 .navbar-nav>.open>a:hover{
  background-color: #fff;
  color: #fcb040 ;
}
.navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>.active>a, 
 .navbar-default .navbar-nav>.active>a:focus, 
 .navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  color: #fcb040 ;
}
 .navbar-nav{
  margin-top: 25px;
}
 .dropdown{
  overflow: visible !important;

}
 .dropdown::before{
  display: none;
}
 .dropdown-menu {
  min-width: 210px;
  padding: 0;

}
 .dropdown-menu>li>a {
  padding: 11px 20px;
  font-size: 15px;
}
 .dropdown-menu>li>a:hover {
  color: #fff !important;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
}

 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #0f0f0f;
}

 .navbar-left li>a::before{
  display: none;
}
.nav-pages-header{
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color:transparent;
}
.caret{
  margin-left: 2px;
  vertical-align: top;
  border-top: 0;
  border-top: 4px solid\9;
  border-right: 0;
  border-left: 0;
  margin-top: 2px;
  display: inline;
}
.caret i{
  transition: all .25s ease;
}
.navbar-nav > .open > a .caret i, 
.navbar-nav > .open > a:focus .caret i, 
 .navbar-nav > .open > a:hover .caret i{
  transform: rotate(180deg);
}
/*******************/
.corona-stats{
  background-color: #0F0F0F;
  color: #fff !important;
  border: 1px solid #0F0F0F;
  border-radius: 5px;
  padding: 9px 18px !important;
  transition: all .4s ease-in;
  font-size: 16px !important;
}
.corona-stats:hover{
  background-color: #fcb040  !important;
  border: 1px solid #fcb040  !important;
  color: #fff !important;
}
.corona-stats::before{
  display: none;
}
/*****************************************************/
/* Start Search */
.btnSearch{
  cursor: pointer;
  background: #F2F2F2 !important;
  padding: 10px !important;
  border-radius: 5px;
  color: #0f0f0f;
}
.btnSearch:hover{
  color: #fcb040  !important;
}
.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
  z-index: 9999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -25px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
 height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: #000;
  background: none;
  border: none;
  border-bottom: 2px solid #0f0f0f;
  font-size: 16px;
  padding: 15px 0;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-search .woocommerce-product-search .search-field:focus{
  border-bottom: 2px solid #fcb040 ;
}
.site-search .woocommerce-product-search button {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #0f0f0f;
  padding: 0;
}
.site-search .woocommerce-product-search button:hover,
.site-search .woocommerce-product-search button:focus{
  color: #fcb040 ;
}
.site-search .woocommerce-product-search button:focus{
  border: 0 !important;
  outline: unset;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: #0f0f0f;
}
.close-search{
  border-radius: 100%;
  box-shadow: unset;
  background: #fff !important;
  border: 2px solid #0f0f0f;
  color: #0f0f0f;
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: 100000;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 29px;
  transition: all .3s ease-in;
}
.close-search:hover,
.close-search:focus{
  border: 2px solid #fcb040  !important;
  color: #fcb040  !important;  
}
.nav-search2{
  display: none;
}
/*********************** End Search *********************/
/*******************************************************************/
/************************** slider *******************************/
.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-item {
  direction: rtl;
}
/* Start Slider */

.home-slider{
  position: relative;
  overflow: hidden;
}
.home-slider .img {
  height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.home-slider .img::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  opacity: .3;
}
.home-slider .container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  direction: rtl;
}

.home-slider .text-box {
  width: 65%;
  margin: auto;
  margin-top: 30%;
}

.home-slider .text-box h1 {
  font-size: 32px;
  margin: 0;
  color: #ffffff;
  position: relative;
  display: inline-block;
  max-height: 42px;
  overflow: hidden;
  line-height: normal;
}

.home-slider .text-box p {
  font-size: 16px;
  color: #fff;
  margin: 30px 0;
  height: 78px;
  line-height: 26px;
  overflow: hidden;
}
.home-slider .owl-nav {
  position: absolute;
  bottom: 180px;
  right: 7.5%;
  width: 80px;
}

.home-slider .owl-nav button.owl-prev,
.home-slider .owl-nav button.owl-next {
  color: #515151;
  font-size: 32px;
  position: absolute;
  opacity: 0.42;
}

 

.home-slider .owl-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
  opacity: 1;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 90px;
  right: -5px;
  z-index: 5;
}
.home-slider .owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #D2D2D2;
  border-radius: 50%;
  margin: 0 8px;
  transition: all .3s;
}

.home-slider .owl-carousel button.owl-dot.active span {
  background: #00783E;
}

.home-slider .text-box::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  width: 424px;
  height: 354px;
  border: 1px solid #FFFFFF;
  margin-top: 170px;
}

#thumbs {
  width: 60%;
  background: #FFFFFF;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;

  /* transform: rotate(-3deg); */
}
#thumbs .owl-item.active.current{
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
}
#thumbs .owl-item.active.current .item-thumbs {
  transform: translateY(-15px);

}
#thumbs .owl-item.active.current .thum-con h4,
#thumbs .owl-item.active.current .thum-con p{
  color: #fff;
}
#thumbs .owl-item.active.current .item-thumbs {
  opacity: 1;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 

}
#thumbs .owl-item.active.current::after{
  opacity: 1;
}
#thumbs .owl-item.active.current{

}
.home-slider .item-thumbs {
  margin: auto;
  transition: all .1s ease-in;
  padding: 25px;
  position: relative;
  height: 160px;
  background-color: #F5F5F5;
}
.home-slider .item-thumbs::after{
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  width: 100%;
  height: 175px;
  opacity: 0;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
}
.home-slider .item-thumbs h4{
  font-size: 16px;
  margin-bottom: 17px;
  color: #0f0f0f;
}
.home-slider .item-thumbs p{
  font-size: 16px;
  color: #0f0f0f;
  font-family: NS-B;
  height: 60px;
  overflow: hidden;
}
#thumbs .owl-item {
 
}
.home-slider  .owl-carousel .owl-stage-outer{
  overflow: inherit;
}
.home-slider .urgent-news-b1-con {
  right: 0;
  width: 42%;
}
.home-slider .urgent-news-b1-con h4 {
  color: #fff;
  font-family: NS-B;
  font-size: 34px;
  line-height: 56px;
  height: 115px;
}
.home-slider .urgent-news-b1-con span {
  font-size: 14px;
  color: #fff;
}
.home-slider .min-title {
  color: #fff;
  font-size: 14px;
}
 /*End Slider */


.slider-img{
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 0;
}
.s-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  opacity: 0.6;
}
.slider-con{
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-size: 29px;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in;
}
.slider .owl-item.active .slider-con{
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.slider-con h2{
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.slider-img img{
  height: 100%;
  width: 100%;
}
.slider .owl-nav{
  top: -313px;
} 
.owl-nav  {
  position: relative;
  top: -313px;
  left: 0%;
  z-index: 10000;
  opacity: ;
  transition: all .4s ease;
  right: 0;
}
.owl-next,
.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #fff !important;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  padding: 0 !important;
  display: inline-block !important;
  transition: all .5s ease-in;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 25px!important;
}
 
.owl-prev:hover,
.owl-next:hover {
  background-color: #fff !important;
  color: #0f0f0f !important;
  border: 0 !important;
}
.owl-carousel .owl-nav button.owl-next:focus, 
.owl-carousel .owl-nav button.owl-prev:focus, 
.owl-carousel button.owl-dot:focus{
  border: 0 !important;
  box-shadow: none;
  outline: 0;
  outline: 0px auto -webkit-focus-ring-color;
}

.owl-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}
.owl-theme .owl-dots .owl-dot{
  padding: 0 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 2px solid #F8D15B;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0;
  border: 2px solid #fff;
  background: transparent;
}
/*
.slider .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 15px;
}
*/


/*********************************************************************/
/************************** urgent-news *******************************/
.urgent-news{
  padding: 70px 0;
}
.se-title{
  margin-bottom: 30px;
}
.se-title h3{
  font-size: 27px;
/*   font-family: NS-B; */
  color: #0f0f0f;
  margin: 0 0 12px 0;
}
.se-title p{
  font-size: 14px;
  font-family: B-P;
  color: #0f0f0f;
}
.urgent-news-b1{

}
.urgent-news-b1-img{
  height: 478px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.urgent-news-b1-img img{
  height: 100%;
  width: 100%;
  transition: all .5s ease-in;
    object-fit: cover;
    object-position: center;
}
.urgent-news-b1:hover .urgent-news-b1-img img{
  transform: scale(1.2);
}
.urgent-news-b1-img a{
  position: relative;
  overflow: hidden;
}
.urgent-news-b1-img::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
  opacity: .3;
  z-index: 1;
}
.urgent-news-b1-con{
  position: absolute;
  top: 60%;
  left: 5%;
  right: 5%;
  width: 65%;
  z-index: 100;
}
.urgent-news-b1-con h4{
  color: #fff;
  font-family: NS-B;
  font-size: 18px;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  margin: 17px 0;
}
.urgent-news-b1-con span{
  font-size: 11px;
  color: #a0a0a0;
  display: block;
}
.min-title{
  color: #fff;
  font-size: 11px;
  background-color: #fcb040 ;
  display: inline-block;
  padding: 10px 12px;
  margin: 0;
  border-radius: 5px;
}
/***************************/
.urgent-news-b2-img{
  height: 222px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.urgent-news-b2-img img{
  height: 100%;
  width: 100%;
  transition: all .5s ease-in;
  object-fit: cover;
  object-position: center;
}
.urgent-news-b2:hover .urgent-news-b2-img img{
  transform: scale(1.2);
}
.urgent-news-b2-img-title{
  position: absolute;
  bottom: 7%;
  left: 5%;
  right: 5%;
}
.urgent-news-b2-con a{

}
.urgent-news-b2-con a h4{
  color: #0f0f0f;
  font-family: NS-B;
  font-size: 18px;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
  margin: 17px 0 0;
  transition: all 0.3s ease-in;
}
.urgent-news-b2-con span{
  font-size: 12px;
  color: #a0a0a0;
  display: block;
  margin: 12px 0;
}
.urgent-news-b2-con p{
  color: #505050;
  line-height: 27px;
  overflow: hidden;
  height: 133px;
}
.urgent-news-b2-con a h4:hover{
  color: #fcb040 ;
}
/****************************/
.urgent-news-b3{
  margin-bottom: 14px;
}
.urgent-news-b3 .col-md-5{
  padding-right: 0;
}
.urgent-news-b3-con{
  padding: 0;
}
.urgent-news-b3-con h4{
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  height: 80px;
  overflow: hidden;
}
.urgent-news-b3-con h4 a{
  display: inline-block;
  color: #0f0f0f;
  transition: all 0.3s ease-in;
}
.urgent-news-b3-con h4 a:hover{
  color: #fcb040 ;
}
.urgent-news-b3-video{
  height: 85px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.inner {
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
.inner a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 33px;
  color: #fcb040 ;
  border-radius: 100%;
  transition: all .3s;
  z-index: 1;
  font-size: 14px;
}
 .inner a:before {
  content: "";
  position: absolute;
  border: rgb(255, 255, 255) solid 4px;
  border-radius: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation: ripple-out 1s infinite;
  animation: ripple-out 1s infinite;
  opacity: 0;
  transition: all .3s;
}

/* Ripple Out */

@keyframes ripple-out {
  100% {
      top: -15px;
      right: -15px;
      bottom: -15px;
      left: -15px;
      opacity: 0;
  }
}

@-webkit-keyframes ripple-out {
  100% {
      top: -15px;
      right: -15px;
      bottom: -15px;
      left: -15px;
      opacity: 0;
  }
}

.inner:hover a:before {
  opacity: 1;
  transition: all .3s;
}
 .inner:hover a {
  background-color: #fff;
  transition: all .3s;
}
.inner:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  transition: all .5s;
  opacity: 0;
}
.inner:hover:before {
  opacity: 1;
  transition: all .5s;
}
.inner:hover a {
  background-color: #fff;
}
.fancybox-caption__body {
  color: #fff;
  font-size: 20px;
  max-height: none;
  overflow: hidden;
}
/***********************************************************************/
/******************************* new-news ******************************/
.new-news{
  padding-bottom: 70px;
}
.new-news-block{
  margin-bottom: 30px;
}
.new-news-block .urgent-news-b2-con p {
  height: 111px;
}
.new-news-block .urgent-news-b2-con a h4 {
  line-height: 24px;
  height: 68px;
}
.new-news-block:hover .urgent-news-b2-img img{
  transform: scale(1.2);
}
.new-news-block:hover .urgent-news-b2-con a h4{
  color: #fcb040 ;
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #fcb040 ;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 10px 33px;
  font-size: 17px;
  border-radius: 5px;
  color: white;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f0f0f;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/***********************************************************************/
/****************************** new-videos ****************************/
.new-videos{
  padding: 70px 0;
  background-color: #F5F5F5;
}
.new-video-box1 .urgent-news-b3-video{
  height: 320px;
}
.new-video-box1 .urgent-news-b2-con a h4{
  width: 90%;
  margin-bottom: 10px;
}
.new-videos .inner a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}
.new-video-box2{
  margin-bottom: 30px;
}
.new-video-box2 .urgent-news-b3-video{
  height: 165px;
}
.new-video-box2 .urgent-news-b2-con p{
  height: 54px;
  margin: 11px 0
}
/*********************************************************************/
/***************************** issues-files *************************/
.issues-files{
  padding: 70px 0;
}
.issues-files-b1 .urgent-news-b1-con{
  right: 5%;
  top: 50%;
  transform: translate(0%, -50%);
}
.issues-files-b1 .urgent-news-b1-img {
  height: 570px;
}
.issues-files-b2 .urgent-news-b1-img {
  height: 270px;
  margin-bottom: 30px;
}
.issues-files-b2 .urgent-news-b1-con{
  right: 5%;
  top: 38%;
  transform: translate(0%, -50%);
}
.issues-files-b2 .urgent-news-b1-con h4 {
  margin: 7px 0;
}
.issues-files .urgent-news-b1-con span {
  color: #ddd;
}
/***********************************************************************/
/******************************* reports ********************************/
.reports{
  overflow: hidden;
}
.reports-con,
.reports-img {
  height: 600px;
}
.reports-img {
  padding: 0;
}
.reports-imgg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-position: 50%;
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: 0 0 !important;
}
.reports-imgg img {
  height: 100%;
  width: 100%;
}
.reports-con{
  background-color: #F5F5F5;
}
/********************/
.reports-s-img{
  height: 600px;
  overflow: hidden;
  padding: 0;
}
.reports-s{
  position: relative;
  left: 22%;
  top: 25%;
}
.reports-s .item{
  margin: 10px;
}
.reports-s-con {
  padding: 30px 25px;
  border: 1px solid #cccccca6;
  border-radius: 5px;
  background: #fff;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.6509803921568628);
  -moz-box-shadow: 0px 0px 10px  0px rgba(204, 204, 204, 0.6509803921568628);
  box-shadow: 0px 0px 10px  0px rgba(204, 204, 204, 0.6509803921568628);
}
.reports-s-con a h4{
  color: #0f0f0f;
  font-family: NS-B;
  font-size: 18px;
  line-height: 35px;
  height: 68px;
  overflow: hidden;
  margin: 13px 0 8px;
  transition: all 0.4s ease-in;
}
.reports-s-con a p{
  color: #505050;
  line-height: 27px;
  overflow: hidden;
  height: 108px;  
  transition: all 0.4s ease-in;
}

.reports-s-con:hover a h4,
.reports-s-con:hover a p{

}

/* Start Slider */

.reports{
  position: relative;
  overflow: hidden;
}
.reports .img {
  height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.reports .img::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  opacity: .3;
}
.reports .owl-nav {
  position: absolute;
  top: 120px;

}

.reports .owl-nav button.owl-prev,
.reports .owl-nav button.owl-next {
  color: #515151;
  font-size: 32px;
  position: absolute;
  border: 1px solid #515151;
}

.reports .owl-nav button.owl-prev {
  right: -20px;
}

.reports .owl-nav button.owl-next {
  right: -20px;
}

.reports .owl-nav button.owl-prev:hover,
.reports .owl-nav button.owl-next:hover {
  opacity: 1;
}

.reports .owl-dots {
  position: absolute;
  bottom: 90px;
  right: -5px;
  z-index: 5;
}
.reports .owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #D2D2D2;
  border-radius: 50%;
  margin: 0 8px;
  transition: all .3s;
}

.reports .owl-carousel button.owl-dot.active span {
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
}

.reports .text-box::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  width: 424px;
  height: 354px;
  border: 1px solid #FFFFFF;
  margin-top: 170px;
}

#thumbs2 {
  width: 100%;
  position: relative;
  top: 25%;
  left: 13%;
  /* overflow: hidden; */
  /* transform: rotate(-3deg); */
}
.reports .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
#thumbs2 .owl-item.active.current{ 
 border-radius: 5px;
  
}
#thumbs2 .owl-item.active.current .thum-con h4,
#thumbs2 .owl-item.active.current .thum-con p{
/*   color: #fff; */
}
#thumbs2 .owl-item.active.current .item-thumbs {
  opacity: 1;
/*   background: linear-gradient(to right, #fcb040 , #1577bd)!important;  */
 background-image: url('https://economiccenter.org/wp-content/uploads/2021/09/WhatsApp-Image-2021-09-13-at-12.15.45-AM.jpeg')!important; 
 background-repeat: no-repeat; 
 background-size: cover; 
}
#thumbs .owl-item.active.current::after{
  opacity: 1;
}
#thumbs .owl-item.active.current{

}
.reports .item-thumbs {

  transition: all .1s ease-in;
  padding: 30px 25px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.3s ease-in;

}

.reports .item-thumbs h4{
  font-size: 18px;
  margin-bottom: 17px;
  color: #0f0f0f;
}
#thumbs2 .owl-item {

}
.reports  .owl-carousel .owl-stage-outer{

}

 /*End Slider */
/*************************************************************************/
/******************************** articles ******************************/
.articles{
  padding: 70px 0;
}
.articles .se-title{
  margin-right: 12%;
}
.articles-s{

}
.articles-s-img{
  height: 165px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.articles-s-con {
}
.articles-s-con p{
  color: #0f0f0f;
  line-height: 27px;
  overflow: hidden;
  height: 55px;
  transition: all 0.4s ease-in;
  margin: 10px 0;
}
.articles-s-img{
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  position: relative;
}
.articles-s-img:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.67);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.articles-s-box:hover .articles-s-img:before{ opacity: 1; }
.articles-s-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.articles-s-img .icon{
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-40%);
}
.articles-s-img .icon li{ display: inline-block; }
.articles-s-img .icon li i{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  font-size: 17px;
  color: #fff;
  margin-right: 5px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  border-radius: 100%;
}

.articles-s-img .icon li:last-child i{ transform:translateY(-35px); }
.articles-s-img .icon li i:hover{
  border-color: #fff;
  color: #fff;
}
.articles-s-box:hover .icon li:first-child i,
.articles-s-box:hover .icon li:last-child i{
  opacity: 1;
  transform: translateY(0);
}
.articles-s .item{
  margin: 10px;
}
.articles{
  position: relative;
}
.articles::before,
.articles::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 8%;
  background: linear-gradient(to right, #f9f9f9 71%, #f9f9f900 83%);
  z-index: 5;
  opacity: .8;
}
.articles::before {
  left: 0;
}
.articles::after {
  right: 0;
  background: linear-gradient(to left, #f9f9f9 71%, #f9f9f900 83%);
}
.owl-carousel.owl-rtl .item .inner:hover {
  box-shadow: 0 0 30px rgba(0, 151, 167, 0.45);
}
/**********************************************************************************/
/****************************** subscribe *****************************************/
.subscribe{
  position: relative;
  padding: 70px 0;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
}
.subscribe::after{
  font-family: fontawesome;
  content: "\f0e0";
  margin-left: 8px;
  font-size: 196px;
  position: absolute;
  right: 20%;
  bottom: -55px;
  color: #ddd;
  opacity: .11111;
  transform: rotate(-31deg);
  z-index: 0;
}
.subscribe-con{
  position: relative;
  z-index: 10;
}
.sub-title{
  margin-bottom: 25px;
}
.sub-title h2{
  font-size: 32px;
  color: #fff;
  font-family: NS-B;
  margin: 0 0 12px 0;
}
.sub-title p{
  font-size: 14px;
  color: #fff;
}
.subscribe .form-control {
  display: inline-block;
  width: 80%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #0f0f0f;
  box-shadow: none;
  border: 1px solid #ccc;
}
.subscribe .form-control:focus{
  border: 1px solid #fcb040 ;
}
.submit{
  background: #0f0f0f;
  box-shadow: none;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
  font-family: NS-B;
  padding: 14px 30px 14px;
  border-radius: 5px;
  margin-right: 10px;
}
/**********************************************************************************/
/****************************** footer *****************************************/
footer{
  padding: 30px 0;
}
.footer-links{
  margin-top: 32px;
}
.footer-links li a{
  position: relative;
  font-size: 16px;
  color: #0F0F0F;
  padding-left: 10px;
  transition: all .3s ease-in 0s;
}
.footer-links li a:hover{
  color: #fcb040 ;
}
.footer-links li a:after{
  content: "";
  position: absolute;
  left: -2px;
  top: 2px;
  width: 1.5px;
  height: 20px;
 

}
.footer-links li:last-child a:after{
  display: none;
}
.footer-logo{
  text-align: center;
}
.footer-logo .top-social a{
  font-size: 20px;
}
.flogo {
  margin-bottom: 8px;
}
.flogo img{
  width: 204px;
  height: 60px;
}
.rights{
  text-align: left;
  margin-top: 4px;
}
.rights p{
  font-size: 15px;
  color: #505050;
  margin-bottom: 5px;
}
.ryad-logo{
  position: relative;
  height: 51px;
  margin-left: -22px;
}
.ryad-logo p{
  color: #0f0f0f;
}
/*******************************************************************************************/
/********************** Page-haed *************************/
.page-head {
  border-top: 1px solid #F7F7F7;
}
.page-head-con{
  padding: 15px 0;
}
.page-head-con ul li,
.page-head-con ul li a{
  font-size: 12px;
  color: #A0A0A0;
  transition: all 0.3s ease-in;
}
.page-head-con ul li a:hover{
  color: #fcb040 ;
}
.page-title{
  background-color: #f9f9f9;
  padding: 40px 0;
}
.page-title h2{
  margin: 0;
  color: #0f0f0f;
  font-size: 24px;
}
/***********************************************************/
/********************** pravicy-policy *************************/
.pravicy-policy{
  padding: 70px 0;
}
.pravicy-policy-block{

}
.pravicy-policy-block1{
  margin-bottom: 35px;
}
.pravicy-policy-block h3{
  font-size: 20px;
  color: #0f0f0f;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.pravicy-policy-block p{
  color: #6A6A6A;
  font-size: 16px;
}
/***********************************************************/
/********************** 404 *************************/
.error-404{
  padding: 70px 0;
  background-color: #F9F9F9;
}
.error-404-content {
  position: relative;
}
.error-404-content .txt-404 {
  position: relative;
  font-size: 370px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  font-family: NS-B;
}
.error-404-content .error-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  width: 100%;
}
.error-inner-content .btn {
  margin-top: 15px;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: .1rem;
  color: #fff;
  padding: 10px 35px 13px;
  border-width: .2rem;
  border-style: solid;
  z-index: 1;
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  border-radius: 5px;
}
.error-inner-content .btn:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.1);
  z-index: -1;
  transition: all .5s;
}
.btn:hover:before {
  width: 100%;
  left: auto;
  right: 0;
}
/***********************************************************/
/******************** contact-us-page **********************/
.contact-us-page,
.contact-us-form,
.contact-us-map{
  padding: 70px 0;
}
.contact-us-img{
  height: 450px
}
.contact-us-img img,
.about-us-img img{
  height: 53%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-us-form{
  background-color: #F9F9F9;
}
.contact-form{
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
}
.contact-form .form-control{
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: 0 0;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1.5px solid #d3d7da78;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 2;
}
.contact-form textarea {
  height: auto !important;
}
.contact-form .form-group{
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}
.contact-form .form-group label {
  position: absolute;
  top: 1.4rem;
  right: 1.2rem;
  pointer-events: none;
  z-index: 9;
  background: #fff;
  color: #7b7b7b;
  padding: 0 5px;
  transition: all .3s ease;
	font-size: larger;
}
.contact-form .form-group.focused label {
  top: -1rem;
  font-size: 14px;
  color: #fcb040 ;
}
.contact-form .form-group.focused .form-control{
  border: 1.5px solid #fcb040 ;;
}
.contact-form .submit {
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  box-shadow: none;
  border: 1px solid #fcb040 ;
  color: #fff;
  font-size: 16px;
  font-family: NS-R;
  padding: 10px 40px 13px;
  border-radius: 4px;
  margin-right: 0;
  transition: all .5s ease-in;
}
.contact-form .submit:hover{
  background: #052db0;
}
.contact-us-map .map{
  height: 450px;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}
.contact-us-map .map iframe{
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.contact-us-form .se-title,
.contact-us-map .se-title {
  margin-bottom: 20px;
}
.contact-info{
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  margin-top: 100px;
}
.contact-info h3{
  font-size: 17px;
}
.contact-info-con{
  margin-bottom: 25px;
}
.contact-info-con h3,
.contact-info-con2 h3{
  font-size: 17px;
  font-family: NS-B;
  color: #0f0f0f;
  margin: 0px 0 16px 0;
}
.contact-info-con ul li a{
  display: block;
  font-size: 15px;
  color: #494e51;
  margin-bottom: 15px;
  position: relative;
  margin-right: 15px;
  transition: all .3 ease-in;
  font-family: NS-R;
}
.contact-info-con ul li i {
  position: absolute;
  top: 3px;
  right: -2.2rem;
  font-size: 15px;
}
.contact-info-con ul li a:hover i{
  color: #fcb040 ;
}
.contact-info-con2 ul li {
  padding: 0 2px;
}
.contact-info-con2 ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #121213;
  border: 1px solid #121213;
  border-radius: 100%;
  display: inline-block;
  font-size: 16px;
  transition: all .3s ease-in;
}
.contact-info-con2 ul li a:hover {
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  border: 1px solid #fcb040 ;
  color: #fff;
  transform: rotate(45deg);
}
/******************************************************************************/
/******************************** about-us-page ****************************/
.about-us-page{
  padding: 70px 0;
}
.about-us-img{
  height: 450px;
  margin-bottom: 40px;
}
.about-us-block{
  margin-bottom: 40px;
}
.about-us-block h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.about-us-block h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.about-us-block p {
  margin-bottom: 10px;
}
/****************************************/
.authors{
  padding-bottom: 70px;
}
.box{
  background: #000;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  overflow: hidden;
  position: relative;
  height: 350px;
  margin-bottom: 30px;
}
.box:after{
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: -30%;
  bottom: 0;
  right: 70%;
  transform: skew(20deg) translateX(-75%);
  transition: all 0.35s ease 0s;
}
.box-img{
  position: relative;
  height: 100%;
}
.box-img:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(18,18,19,0)),to(rgba(18,18,19,.7)));
  background: -webkit-linear-gradient(top,rgba(18,18,19,0) 0%,rgba(18,18,19,.7) 100%);
  background: -o-linear-gradient(top,rgba(18,18,19,0) 0%,rgba(18,18,19,.7) 100%);
  background: linear-gradient(180deg,rgba(18,18,19,0) 0%,rgba(18,18,19,.7) 100%);
}
.box-content-img{
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.box-content-img h3{
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
}
.box-content-img h5{
  color: #fff;
  font-size: 16px;
}
.box:hover:after{
  /*transform: skew(20deg) translateX(0); */
}
.box img{
  width: 100%;
  height: 100%;
  transition: all 0.35s ease 0s;
  object-fit: cover;
  object-position: center;
}
.box:hover img{ opacity: 1; }
.box .box-content{
  padding: 20px;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.box .title{
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px 0;
  transform: scale(0);
  transition: all 0.35s ease 0s;
}
.box:hover .title{ transform: scale(1); }
.box .post{
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.35s ease 0s;
}
.box .icon{
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .icon li{
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.35s ease 0s;
}
.box:hover .icon li,
.box:hover .post{
  opacity: 1;
  transform: translateX(0);
}
.box:hover .icon li:first-child{ transition-delay: 0.1s; }
.box:hover .icon li:nth-child(2){ transition-delay: 0.2s; }
.box .icon li a{
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  transition: all 0.35s ease;
}
.box .icon li a:hover{
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  color: #fff;
}
/***********************************************************************/
/*************************** archive-page ******************************/
.archive-page{
  padding: 70px 0;
}
.archive-page .error-inner-content .btn {
  margin-top: 11px;
  font-size: 16px;
  padding: 6px 35px 10px;
  background-color: #fcb040 ;
  margin-bottom: 6px;
}
.archive-page .urgent-news-b2-con{
  padding: 0 15px 15px;
}
.archive-page .new-news-block {
  border: 1px solid #dddddd6b;
  border-radius: 6px;
  transition: all .35s ease 0s;
}
.archive-page .new-news-block:hover{
  box-shadow: 0 3px 22px rgba(0,0,0,0.07);
}
.archive-page .new-news-block .urgent-news-b2-con p {
  height: 84px;
}
/**************/
.pagination {
  text-align: center;
  margin: 35px 0 0;
}

.pagination>li>a,
.pagination>li>span {
  color: #1A1A1A;
  transition: all .7s ease;
  padding: 10px 17px;
  font-size: 16px;
  font-family: NS-R;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
  background-color: #fcb040 ;
  color: #fff;
}

.navigation {
  text-align: center;
}
/****************************/
/******************** archive-side **************************/
.archive-side{

}
.blog-sidebar .wrapper_category_image {
  border: 0px solid #f9f9f9b8;
  background-color: #f9f9f9b8;
  border-radius: 3px;
  padding: 30px;
}
.blog-sidebar .wrapper_category_image h3 {
  font-weight: 600;
  font-size: 20px;
  padding-left: 0;
  letter-spacing: -0.02em;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #001737;
}
.theme_cat_img_List .theme_img_cat_item_List li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}
.theme_cat_img_List .theme_img_cat_item_List li a {
  position: relative;
  width: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  min-height: 100px;
  transition: all ease 500ms;
  transition: all .3s ease;
  margin-bottom: 15px;
  min-height: 80px;
}
.theme_cat_img_List .theme_img_cat_item_List li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}
.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a span.cat-name {
  padding: 9px 41px;
  margin: auto;
  width: 135px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  background: rgba(0, 23, 55, .8);
  border-radius: 133px;
  position: relative;
}
.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a span.category-count {
  position: absolute;
  background: #FF3A3A;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  left: 62px;
  top: 7%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.blog-sidebar .theme_cat_img_List .theme_img_cat_item_List li a:hover {
  color: #fff!important;
  transform: none!important;
}
.theme_cat_img_List .theme_img_cat_item_List li a:hover:before {
  background: none;
}
/************/
.apsc-theme-4 .apsc-each-profile {
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.blog-sidebar .apsc-theme-4 .apsc-each-profile a {
  width: 169px;
  padding: 12px 13px;
  display: block;
  color: #fff;
}
.apsc-theme-4 .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  margin-right: 0px;
}
.blog-sidebar .apsc-theme-4 .social-icon i {
  position: relative;
  top: -2px;
}
.blog-sidebar .apsc-theme-4 .media-name {
  font-size: 14px;
  padding: 0px 6px 0 5px;
}
.blog-sidebar .apsc-theme-4 .apsc-count {
  font-size: 14px;
}
.apsc-theme-4 .apsc-count {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  position: relative;
  font-family: 'MyriadPro-Bold';
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.blog-sidebar .apsc-theme-4 .apsc-each-profile a {
  width: 169px;
  padding: 12px 13px;
  transition: all .5s ease 0s;
}

.apsc-theme-4 .apsc-media-type {
  display: none;
}
.apsc-facebook-icon {
  background-color: #3b5998;
  margin-bottom: 10px;
}
.apsc-twitter-icon {
  background-color: #1dcaff;
  margin-bottom: 10px;
}
.apsc-instagram-icon {
  background-color: #C32AA3!important;
}
.apsc-youtube-icon {
  background-color: #e52d27;
}

.apsc-facebook-icon,
.apsc-instagram-icon{
  margin-left: 10px;

}
.apsc-theme-4 .apsc-each-profile a:hover .fa, .apsc-theme-4 .apsc-each-profile a:hover .fas, .apsc-theme-4 .apsc-each-profile a:hover .fab {
  transform: scale(1.3) translateZ(0px);
  -webkit-transform: scale(1.3) translateZ(0px);
  -ms-transform: scale(1.3) translateZ(0px);
}
/************/
.adsblog{
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  margin: 35px 0;
}
.adsblog img{
  width: 100%;
  height: 100%;
}
.tags{
  padding: 30px;
  margin-top: 35px;
  border: 0px solid #f9f9f9b8;
  background-color: #f9f9f9b8;
  border-radius: 3px;
}
.tags h3{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001737;
}
.tags ul li{
  padding: 0;
}
.tags ul li a {
  border-color: #505050;
  color: #505050;
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  padding: 10px 18px;
  margin-top: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 36px;
  transition: all ease 500ms;
  line-height: inherit;
  margin-left: 4px;
  margin-bottom: 0;
}
.tags ul li a:hover{
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  border-color: #fcb040 ;
  color: #fff;
}
/**************************************************************/
/******************* single-page **************************/
.single-con{
  background-color: #f9f9f9b8;
}
.single-img{
  height: 400px;
}
.single-con-info .single-img{
  margin: 10px 0 25px 0;
}
.single-img-b{
  height: 350px;
  margin: 10px 0 25px 0;
}
.single-img img,
.single-img-b img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single-con-info {
  padding: 40px 20px;
}
.single-con-info h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #000;
}
.single-con-info  p{
  margin-bottom: 15px;
}
.single-con-info ul li{
  margin-bottom: 12px;
  font-size: 16px;
}
blockquote, .blockquote {
  overflow: hidden;
  background-color: #ffffff;
  padding: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: 0px;
  border-right: 0px;
}
blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  right: 50px;
  top: 0;
  z-index: -1;
  font-family: fontAwesome;
  font-size: 100px;
  font-weight: 900;
  color: #dee2e6;
  transform: rotate(-10deg);

}
/*****************************************/
.single-con{
  margin-top: 0px;
  margin-bottom: 22px;
}
.single-con .apsc-facebook-icon,
.single-con .apsc-instagram-icon{
  margin-left: 0 !important;
}
.single-con .apsc-each-profile a{
  margin-left: 10px !important;
  width: unset !important;
  padding: 12px 30px !important;
}
.apsc-pinterest-icon{
  background: #c92228;
}
.single-tags ul li{
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.single-tags ul li a {
  border-color: #505050;
  color: #505050;
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  padding: 10px 18px;
  margin-top: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 36px;
  transition: all ease 500ms;
  line-height: inherit;
  margin-left: 4px;
  margin-bottom: 0;
}
.single-tags ul li a:hover{
  background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
  border-color: #fcb040 ;
  color: #fff;
}
.single-tags{
  margin-top: 13px;
  border-top: 1px solid #dddddda1;
  padding-top: 13px;
}
.single-con .widget_apsc_widget{
  margin-top: 20px;
}
/***********************/
.archive-page .contact-form {
  margin-top: 35px;
  background: #FBFBFB;
}
.archive-page .contact-form .se-title h3 {
  font-size: 22px;
}
.archive-page  .contact-form .form-group label {
  right: 2.2rem;
}
.chat-con{
  padding-right: 0;
}
.chat-page-con {
  background: #FBFBFB;
  padding: 18px 10px;
  border-radius: 3px;
  border-bottom: 1px solid #ddddddbd;
  transition: all .3s ease-in;
  cursor: pointer;
  margin: 0;
}
.chat-img {
  padding: 0 5px;
  text-align: center;
  margin-top: 0px;
}
.chat-img img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.chat-con h4 {
  margin: 0 0 7px 0;
}
.chat-con h4 a {
  color: #515254;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transition: all .3s ease-in;
}
.chat-con p {
  color: #515254cc;
  margin: 0 0 6px;
  transition: all .3s ease-in;
}
.chat-con ul li {
  color: #515254cc;
}
.chat-con ul li i, .ch-reply ul li i {
  margin: 0 5px;
}
.author-block{
  margin: 35px 0;
}
.author-block .chat-img img {
  width: 125px;
  height: 125px;
}
.chat-page-con {
  padding: 30px 10px;
  border-bottom: 0;
}
/*****************************************/
.retated{
  padding-bottom: 40px;
}
.retated .item{
  margin: 0 15px;
}
.retated .urgent-news-b2-con{
  padding: 0 15px 15px;
}
.retated .new-news-block {
  border: 1px solid #dddddd6b;
  border-radius: 6px;
  transition: all .35s ease 0s;
}
.retated .new-news-block:hover{
  box-shadow: 0 3px 22px rgba(0,0,0,0.07);
}
.retated .new-news-block .urgent-news-b2-con p {
  height: 84px;
}
.retated .owl-nav {
  top: -544px;
}
.retated .owl-prev {
  left: 12px;
}
.retated .owl-next {
  right: auto;
  left: 58px;
}
.retated .owl-prev,
.retated .owl-next{
  background: #FBFBFB !important;
  color: #0f0f0f !important;
  border: 1px solid #0f0f0f30 !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07) !important;
  font-size: 18px !important;

}
.retated .owl-prev:hover, .retated .owl-next:hover {
  background-color: #fcb040  !important;
  color: #fff !important;
  border: 1px solid #fcb040  !important;
}
/***********************************************/
.stats-container{
    padding: 50px 15px;
}
.single-post-pagination i{
    margin: 0 6px;
}
.single-post-pagination .fa-chevron-left{
    float: left;
    position: relative;
    top: 5px;
}
.ncov2019,
.stats-container,
.canvas.cov{
    font-family: NS-R !important;
}
/**********************************************************************/
.home-slider .item-thumbs h4{
    display: none;
}

.news-details{
    position: absolute;
    top: 45%;
    bottom: 55%;
    left: 0;
    background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
    display: block;
    z-index: 100;
    text-align: center;
    right: 0;
    margin: 0 auto;

}
.news-details-l{
    font-size: 16px;
    padding: 13px 20px;
    background: linear-gradient(to right, #fcb040 , #1577bd)!important; 
    border-radius: 6px;
    color: #fff;
}
.news-details-l:hover{
        color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background: linear-gradient(to right, #fcb040 , #1577bd)!important;}




 .owl-nav button.owl-prev {
    right: 30px!important;
}
 .owl-nav button.owl-next {
    left: 30px!important;
}
 .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: none !important;
    background: #DBF4FC !important;
    color: #555!important;
    font-size: 14px !important;
    outline: 0 !important;
    margin-top: -10px !important;
    border-radius: 5px !important;
      transition: all .3s ease-in;
}
 .owl-nav button:hover{
    background: #076cec !important;
    color: #fff!important;
}
/******************************* footer ********************************/
footer{
  padding: 60px 0;
  background-color: #fff;
}
.f-img img{
  margin-top: 12px;
}
.f-img p{
  font-family: B-L;
  color: #363636;
  display: inline-block;
  width: calc(100% - 77px);
  float: right;
}
footer .social{
  display: block;
  margin-top: 30px;
}
footer .social a{
  font-size: 17px;
  color: #C5C5C5;
  transition: all .3s ease-in;
}
footer .social li{
  margin: 0 5px;
}
 .social li a:hover .fa-facebook,
 .social li a:hover .fa-facebook-f{
  color: #5067A4 !important;
}
 .social li a:hover .fa-twitter{
  color: #1AB3F1 !important;
}
 .social li a:hover .fa-instagram{
  color: #DA1884 !important;
}
.social li a:hover .fa-youtube{
  color: #E63343 !important;
}
 .social li a:hover .fa-linkedin-in{
  color: #0077b5 !important;
}
/************************************/


.footer-l-soc ul li a{
  color: #2A2A2A;
  font-size: 17px;
  display: inline-block;
  margin: 0 3px;
}
.footer-links h3,
.contactf-links h3{
  font-size: 20px;
  margin: 0 0 30px 0;
  font-family: B-L;
  color: #000;
}
.footer-links ul li a{
  font-size: 16px;
  font-family: B-L;
  margin-bottom: 7px;
  color: #393939;
  display: inline-block;
  transition: all .3s ease-in;
}
.footer-links ul li a:hover{
  color: #0E0B6E;
}
.contactf-links ul li a,
.contactf-links ul li span{
  font-size: 16px;
  font-family: B-L;
  margin-bottom: 7px;
  color: #393939;
  display: inline-block;
  transition: all .3s ease-in;
}
.contactf-links ul li a span,
.contactf-links ul li span{
  margin: 0 3px;
}


/***********************************************************************/
/**************************** footer ***************************/
.se-footer{
  padding: 15px 0;
  border-top: 1px solid #EBEBEB;
  overflow: hidden;
}
.rights{
  margin-top: 5px;
}
.rights p{
  color: #AEAEAE;
  font-family: B-L;
}
.com-right{
  text-align: left;
}
.ryad-logo {
  position: relative;
  height: 27px;
  margin-left: -24px;
}
