/* ----------------------------------------------------------
[Master Stylesheet]

Template Name: Newsten - Blog & Magazine Mobile HTML Template
Template Author: Designing World
Template Author URL: https://themeforest.net/user/designing-world/portfolio
Version: 1.1.0
Last Updated: September 11, 2022
Created: 5 Apr 2020
---------------------------------------------------------- */
/* ----------------------------------------------------------
[Table of Contents]
    1.0 Google Fonts
    2.0 Include Third Party CSS Library
        2.1.0 Bootstrap CSS
        2.2.0 Animate CSS
        2.3.0 Owl Carousel CSS
        2.4.0 Animated Headline CSS
        2.5.0 Font Awesome CSS
        2.6.0 Line Icon CSS
        2.7.0 Apex Charts CSS
    3.0 Template Mixins
        3.1.0 Flex
        3.2.0 Miscellaneous        
    4.0 Template Variables
    5.0 Template Responsive
    6.0 Main Styles
        6.1.0 Reboot CSS
        6.2.0 Shortcode CSS
        6.3.0 Preloader CSS
        6.4.0 Demo CSS
        6.5.0 Header CSS
        6.6.0 Sidenav CSS
        6.7.0 Random CSS
        6.8.0 Hero CSS
        6.9.0 Footer CSS
        6.10.0 Search CSS
        6.11.0 Register CSS
        6.12.0 Contact CSS
        6.13.0 Blog CSS
        6.14.0 Editorial CSS
        6.15.0 Catagory CSS
        6.16.0 Blog Details CSS
        6.17.0 Profile CSS
        6.18.0 Comment CSS
        6.19.0 Live CSS
        6.20.0 Tags CSS
        6.21.0 Element CSS
        6.22.0 Settings CSS
        6.23.0 Dark CSS

# [font-family]
'Roboto', sans-serif;
---------------------------------------------------------- */
/* Import Fonts & All CSS Files */


@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Naskh+Arabic:wght@400..700&display=swap');

@import url(css/animate.css);
@import url(css/owl.carousel.min.css);
@import url(css/jquery.animatedheadline.css);
@import url(css/font-awesome.min.css);
@import url(css/LineIcons.css);
@import url(css/apexcharts.css);
/* :: 6.1.0 Reboot */
* {
  margin: 0;
  padding: 0;
}

body,
html {
/*  font-family: "Noto Naskh Arabic", sans-serif;*/
  font-family: "cairo", sans-serif;
  color: #3f5ba9;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  scrollbar-width: thin;

  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f5ba9 !important;
  font-family: "cairo", sans-serif;
  line-height: 1.4em;
}

small{
  font-family: "cairo", sans-serif;

}
p {
  color: #797494;

}

.text-primary
{
  color: #3f5ba9 !important;
}
a,
a:hover,
a:focus {

  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #020b10;

}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  margin: 0;
}
ul li {
  list-style: none;
  text-decoration: none;
}
ul li:hover, ul li:focus {
  list-style: none;
  text-decoration: none;
}

ol {
  margin: 0;
}

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

/* Section Padding */
.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-padding-0-30 {
  padding-top: 0;
  padding-bottom: 30px;
}

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0;
}

.section-padding-30-14 {
  padding-top: 30px;
  padding-bottom: 14px;
}

/* Scrollup */
#scrollUp {
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 8px;
  background-color: #020b10;
}
#scrollUp:hover, #scrollUp:focus {
  background-color: #dd1414;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.no-boxshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.badge {
  font-weight: 500;
}

/* :: 6.2.0 Shortcodes */
.h-100vh {
  height: 100vh !important;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  background: #dd1414;
  background: -webkit-gradient(linear, right top, left top, from(#dd1414), to(#0862fb));
  background: linear-gradient(to left, #dd1414, #0862fb);
  opacity: 0.85;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}



.btn,
.btn:hover,
.btn:focus {
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  padding: 0.375rem 1rem;
  font-size: 0.85rem;
  border-radius: 8px;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.65rem;
  font-size: 0.70rem;
}

.btn-warning {
  color: #020b10;
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.btn-warning:hover, .btn-warning:focus {
  color: #ffffff;
  background-color: #020b10;
  border-color: #020b10;
}

.btn-danger {
  background-color: #ea4c62;
  border-color: #ea4c62;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #020b10;
  border-color: #020b10;
}

.btn-primary {
  background-color: #dd1414;
  border-color: #dd1414;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #020b10;
  border-color: #020b10;
}

.btn-success {
  background-color: #dd1414;
  border-color: #dd1414;
}
.btn-success:hover, .btn-success:focus {
  background-color: #020b10;
  border-color: #020b10;
}

.btn-info {
  background-color: #21d6f1;
  border-color: #21d6f1;
}
.btn-info:hover, .btn-info:focus {
  background-color: #020b10;
  border-color: #020b10;
}

.bg-primary,
.badge-primary {
  background-color: #dd1414 !important;
}

.bg-danger,
.badge-danger {
  background-color: #ea4c62 !important;
}

.bg-warning,
.badge-warning {
  background-color: #ffaf00 !important;
}

.bg-info,
.badge-info {
  background-color: #21d6f1 !important;
}

.bg-success,
.badge-success {
  background-color: #dd1414 !important;
}

.text-dark {
  color: #020b10 !important;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.section-heading h6 {
  margin-bottom: 0;
  color: #797494;
}
.section-heading p {
  margin-bottom: 0;
}

.card {
  border-radius: 8px;
  background: inherit;
  border:0;
}
.card .card-body {
  padding: 1rem 0;
}

.card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-img-bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border,
.border-left,
.border-right,
.border-bottom,
.border-top {
  border-color: #e6e6e6 !important;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1100px;
}



.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {

}

.progress {
  height: 0.75rem;
}

/* :: 6.3.0 Preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #dcebfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

/* :: 6.4.0 Demo */
.preview-hero-area {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 70px;
  background-color: #dcebfd;
}
.preview-hero-area .preview-content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.preview-hero-area .preview-content-wrapper .current-version {
  padding: 0.25rem 1rem;
  border-radius: 8px;
  background-color: #020b10;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.preview-hero-area .preview-content-wrapper .demo-title {
  font-size: 2.375rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width:767px) {
  .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 1.5rem;
  }
  .border-card {
    border-right: 0px dotted #c9c9c9 !important;
    padding: 0px !important;
    border-left: 0px dotted #c9c9c9 !important;
  }
  .number-news{
    font-size: 35px!important;
  }


}

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


  .img-coverage-fluid {

    position: absolute;
    right: 0;
    top: 80px;
  }
}





@media only screen and (min-width:576px) and (max-width:767px) {
  .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 2rem;
  }
}
.preview-hero-area .preview-content-wrapper .demo-title span {
  color: #dd1414;
}
.preview-hero-area .preview-content-wrapper .demo-desc {
  font-size: 18px;
}
.preview-hero-area iframe {
  width: 375px;
  height: 667px;
  border: 4px solid #020b10;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(14, 14, 14, 0.25);
          box-shadow: 0 2px 12px 0 rgba(14, 14, 14, 0.25);
  margin-bottom: 70px;
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .preview-hero-area iframe {
    width: 385px;
  }
}

.features-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.features-area ul li {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  color: #797494;
}
.features-area ul li i {
  padding-right: 1rem;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .features-area ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width:767px) {
  .features-area ul li {
    font-size: 14px;
  }
}
.features-area ul li.active {
  color: #020b10;
}

.qr-code-wrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  max-width: 15rem;
  padding: 1.5rem;
  border-radius: 8px;
}
.qr-code-wrapper h6 {
  font-size: 14px;
  margin-top: 1rem;
}

.btn-mobile-live {
  margin-bottom: 70px;
}

.preview-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.preview-footer-area .footer-nav li a {
  margin-left: 1rem;
  font-size: 14px;
  color: #797494;
}
.preview-footer-area .footer-nav li a:hover, .preview-footer-area .footer-nav li a:focus {
  color: #dd1414;
}
.preview-footer-area .footer-nav li:first-child a {
  margin-left: 0;
}
.preview-footer-area .footer-logo img {
  max-height: 50px;
}

/* :: 6.5.0 Header */
.header-area {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background: linear-gradient(to right, #4655A5, #38479b);
  width: 100%;
  height: 50px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 12px rgba(116, 119, 148, 0.175);
          box-shadow: 0 2px 12px rgba(116, 119, 148, 0.175);
}

.search-form {
  position: relative;
  z-index: 1;
}
.search-form a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  text-align: center;
  color: #d2d2d2;
}
.search-form a i {

  font-size: 1.5rem;
}

.navbar--toggler {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.navbar--toggler span {
  position: absolute;
  z-index: 15;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 3px solid #d0d0d0;
  border-radius: 8px;
}
.navbar--toggler span:nth-child(1) {
  top: 4px;
  left: 4px;
}
.navbar--toggler span:nth-child(2) {
  top: 4px;
  right: 4px;
}
.navbar--toggler span:nth-child(3) {
  bottom: 4px;
  left: 4px;
}
.navbar--toggler span:nth-child(4) {
  bottom: 4px;
  right: 4px;
}

.back-button a {
  color: #cacbd0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.back-button a i {
  font-size: 1.5rem;
  font-weight: bold;
}
.back-button a:hover, .back-button a:focus {
  color: #dd1414;
}

.page-heading h6 {
  color: #ffffff;
}

.logo-wrapper a {
  display: block;
}

/* :: 6.6.0 Sidenav */
.sidenav-wrapper {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  right: -250px;
  height: 100%;
  background-color: #dcebfd;
  overflow-y: auto;
  width: 240px;
}
.sidenav-wrapper .go-home-btn {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  bottom: 30px;
  right: 170px;
  background-color: #dd1414;
  width: 40px;
  height: 35px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  line-height: 37px;
  z-index: 10;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  font-size: 1.25rem;
}
.sidenav-wrapper .go-home-btn:hover, .sidenav-wrapper .go-home-btn:focus {
  background-color: #020b10;
}
.sidenav-wrapper.nav-active {
  right: 0;
}
.sidenav-wrapper.nav-active .go-home-btn {
  visibility: visible;
  opacity: 1;
}
.sidenav-wrapper.filter-nav {
  background: #dcebfd;
}

.time-date-weather-wrapper {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.time-date-weather-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 235, 253, 0.1)), color-stop(50%, rgba(220, 235, 253, 0.5)), to(#dcebfd));
  background: linear-gradient(to bottom, rgba(220, 235, 253, 0.1) 0%, rgba(220, 235, 253, 0.5) 50%, #dcebfd 100%);
}
.time-date-weather-wrapper .weather-update .icon {
  font-size: 3rem;
  color: #ffffff;
}
.time-date-weather-wrapper .weather-update h4 {
  color: #ffffff;
}
.time-date-weather-wrapper .weather-update p {
  color: #020b10;
}
.time-date-weather-wrapper .time-date #dashboardDate {
  color: #020b10;
  font-size: 14px;
  font-weight: 500;
}
.time-date-weather-wrapper .time-date .running-time {
  color: #020b10;
  font-size: 1rem;
  font-weight: 300;
}
.time-date-weather-wrapper .time-date .running-time span {
  padding: 0 2px;
}

.sidenav-black-overlay {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 3, 16, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.sidenav-black-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidenav-nav {
  margin: 0 1rem 2rem 1rem;
  position: relative;
  z-index: 1;
}
.sidenav-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #020b10;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.sidenav-nav li a i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.25rem;
  color: #797494;
}
.sidenav-nav li a .red-circle {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background-color: #dd1414;
}
.sidenav-nav li a:hover, .sidenav-nav li a:focus {
  color: #dd1414;
  font-weight: 500;
}
.sidenav-nav li:last-child a {
  margin-bottom: 0;
}

/* :: 6.7.0 Random */
.page-content-wrapper-home {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 30px;

}

.page-content-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 70px;

}

.privacy-policy-wrapper,
.about-content-wrapper,
.contact-form-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 30px;
}

.for-you-news-wrapper,
.news-today-wrapper,
.trending-news-wrapper {
  position: relative;
  z-index: 1;


}

.all-pages-wrapper,
.user-all-article-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-nav {
  position: relative;
  z-index: 1;
}
.page-nav li a {
  color: #020b10;
  display: block;
  padding: 0.75rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 8px;
  background-color: #dcebfd;
  font-size: 14px;
}
.page-nav li a i {
  margin-right: auto;
  font-size: 1rem;
}
.page-nav li a:hover, .page-nav li a:focus {
  color: #ffffff;
  background-color: #dd1414;
}
.page-nav li:last-child a {
  margin-bottom: 0;
}

.newsten-title {
  margin-bottom: 0;

}

.line-height-1 {
  line-height: 1;
}

.video-icon {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dd1414;
  text-align: center;
  color: #ffffff;
}
.video-icon i {
  line-height: 30px;
  padding-left: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dd1414;
}
.video-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -5;
  content: "";
  background-color: rgb(244, 245, 255);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: videoicon 3s linear 0s infinite;
  animation: videoicon 3s linear 0s infinite;
}

@-webkit-keyframes videoicon {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  70% {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    opacity: 0;
  }
  100% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
}
@keyframes videoicon {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  70% {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    opacity: 0;
  }
  100% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
}
.flashing-effect {
  -webkit-animation: flashingeffect 2s linear 1s infinite;
  animation: flashingeffect 2s linear 1s infinite;
}

@-webkit-keyframes flashingeffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flashingeffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.error-content {
  padding-bottom: 30px;
}

/* :: 6.8.0 Hero */
.intro-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.get-started-btn {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-slides {
  position: relative;
  z-index: 1;
  border-radius: 8px !important;
  overflow: hidden;
}
}
.hero-slides .single-hero-slide .background-shape .circle2 {
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(244, 245, 255, 0.1);
  position: absolute;
  top: -400px;
  right: -400px;
  z-index: 1;
}
.hero-slides .single-hero-slide .background-shape .circle3 {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(244, 245, 255, 0.1);
  position: absolute;
  top: -400px;
  right: -400px;
  z-index: 2;
}
.hero-slides .active .single-hero-slide .background-shape .circle2 {
  top: -190px;
  right: -170px;
}
.hero-slides .active .single-hero-slide .background-shape .circle3 {
  top: -70px;
  right: -220px;
}

.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;

  background-size: cover;
  background-position: center center;
  border-radius: 0px;

  aspect-ratio: 3 / 2;
  object-fit: cover;

}
.single-hero-slide::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0c153b85;
  opacity: 0.55;
  content: "";
  position: absolute;
  border-radius: 0px;
}
.single-hero-slide .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.single-hero-slide .bookmark-post {
  position: absolute;
  z-index: 99;
  top: 1rem;
  right: 1rem;
  color: #ffffff;
  font-size: 1.25rem;
}
.single-hero-slide .bookmark-post:hover, .single-hero-slide .bookmark-post:focus {
  color: #ffaf00;
}
.single-hero-slide .post-catagory {
  padding: 0.25rem 0.75rem;
  background-color: #dd1414;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 500;
  border-radius: 8px;
}
.single-hero-slide .post-catagory:hover, .single-hero-slide .post-catagory:focus {
  background-color: #dd1414;
  color: #ffffff;
}
.single-hero-slide .post-title {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.single-hero-slide .post-title:hover, .single-hero-slide .post-title:focus {
  text-decoration: underline;
  color: #ea5152;
}
.single-hero-slide .post-meta a,
.single-hero-slide .post-meta span {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 1rem;
}
.single-hero-slide .post-meta a i,
.single-hero-slide .post-meta span i {
  color: #ffaf00;
  font-size: 14px;
}
.single-hero-slide .post-meta a:hover, .single-hero-slide .post-meta a:focus {
  color: #ffaf00;
}
.single-hero-slide .video-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 42;
}

/* :: 6.9.0 Footer */
.footer-nav-area {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 -2px 12px rgba(116, 119, 148, 0.175);
          box-shadow: 0 -2px 12px rgba(116, 119, 148, 0.175);
}

.newsten-footer-nav ul {
  width: 100%;
}
.newsten-footer-nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 8px 0 0 0;
}
.newsten-footer-nav ul li a {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #797494;
  height: 100%;
}
.newsten-footer-nav ul li a::after {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: absolute;
  min-width: 24px;
  width: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0px;
  content: "";
  bottom: -5px;
  left: 50%;
  z-index: 10;
  background-color: #dd1414;
  opacity: 0;
  visibility: hidden;
}

.newsten-footer-nav ul li a i {
  font-size: 1.375rem;
}

.newsten-footer-nav ul li a small {
 display: block;
  font-weight: 400;
}

.newsten-footer-nav ul li a:hover, .newsten-footer-nav ul li a:focus {
  color: #dd1414;
}
.newsten-footer-nav ul li a:hover::after, .newsten-footer-nav ul li a:focus::after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.newsten-footer-nav ul li.active a {
  color: #dd1414;
}
.newsten-footer-nav ul li.active a::after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* :: 6.10.0 Search */
.search-post-wrapper {
  background: #9cabe0;
  background: -webkit-gradient(linear, left top, right top, from(#dcebfd), to(#b0c0fd));
  background: linear-gradient(to right, #dcebfd, #b0c0fd);
  position: relative;
  z-index: 1;
  padding-top: 2.125rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.search-post-wrapper h4 {
  font-weight: 300;
  font-size: 1.75rem;
}
.search-post-wrapper .shape1 {
  position: absolute;
  z-index: -5;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: -300px;
  right: -250px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.search-post-wrapper .shape2 {
  position: absolute;
  z-index: -5;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: -350px;
  right: -300px;
}
.search-post-wrapper .shape3 {
  position: absolute;
  z-index: -5;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: -400px;
  right: -350px;
}
.search-post-wrapper .shape4 {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: -5;
  border: 20px solid #39479a;
  border-radius: 50%;
  left: -3rem;
  bottom: -2rem;
}
.search-post-wrapper .shape5 {
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: -5;
  border: 1px solid rgb(58, 72, 155);
  border-radius: 50%;
  bottom: -80px;
  left: -80px;
}

.search-page-form {
  position: relative;
  z-index: 1;
}
.search-page-form .search-via-voice {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
  color: #100DD1;
  font-size: 1.25rem;
}
.search-page-form form {
  position: relative;
  z-index: 1;
}
.search-page-form form input {
  background-color: #ffffff;
  border: 0;
  border-radius: 8px;
  padding-right: 3rem;
  -webkit-box-shadow: 0 2px 2px 0 rgba(16, 13, 209, 0.175);
          box-shadow: 0 2px 2px 0 rgba(16, 13, 209, 0.175);
  font-size: 13px;
}
.search-page-form form input:focus {
  -webkit-box-shadow: 0 2px 2px 0 rgba(16, 13, 209, 0.175);
          box-shadow: 0 2px 2px 0 rgba(16, 13, 209, 0.175);
}
.search-page-form form button {
  position: absolute;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  color: #dd1414;
}
.search-page-form form button i {
  line-height: 40px;
}

/* :: 6.11.0 Register */
.login-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: hidden;
  background-color: #ffffff;
}
.login-wrapper .success-check {
  margin: 0 auto;
}
.login-wrapper .success-check i {
  font-size: 4rem;
  background: -webkit-linear-gradient(#100DD1, #dd1414);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-wrapper .btn {
  border-radius: 8px;
}
.login-wrapper .login-shape img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}
.login-wrapper .login-shape2 img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}

.login-text {
  position: relative;
  z-index: 1;
}
.login-text h3 {
  color: #020b10;
  font-size: 1.375rem;
  margin-top: 2rem;
}
.login-text .login-img {
  max-width: 10rem;
  margin: 0 auto;
}
.login-text .shape1 {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 8px solid #dcebfd;
  border-radius: 8px;
  top: -30%;
  left: 13%;
  z-index: -2;
}
.login-text .shape2 {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 5px solid #dd1414;
  border-radius: 8px;
  top: -47%;
  right: 15%;
  z-index: -2;
}
.login-text .shape3 {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #100DD1;
  border-radius: 8px;
  top: -21%;
  right: 46%;
  z-index: -2;
}
.login-text .shape4 {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ea4c62;
  border-radius: 8px;
  top: 0;
  right: 0;
  z-index: -2;
}
.login-text .shape5 {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffaf00;
  border-radius: 8px;
  bottom: 22%;
  left: 18%;
  z-index: -2;
}
.login-text .shape6 {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #e6e6e6;
  border-radius: 8px;
  bottom: 20%;
  right: 10%;
  z-index: -2;
}
.login-text .shape7 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #dcebfd;
  border-radius: 8px;
  bottom: 65%;
  left: 5%;
  z-index: -2;
}
.login-text .shape8 {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #090909;
  border-radius: 8px;
  top: 35%;
  right: 10%;
  z-index: -2;
}

.register-form {
  position: relative;
  z-index: 1;
}
.register-form .form-group {
  position: relative;
  z-index: 1;
}
.register-form .btn {
  border-radius: 8px;
}
.register-form span {
  font-size: 12px;
  display: block;
}
.register-form form > .form-group > label {
  position: absolute;
  text-align: center;
  z-index: 100;
  left: 1.5rem;
  font-size: 14px;
  margin-bottom: 0;
  top: 10px;
  height: 30px;
  border-radius: 8px;
  color: #dd1414;
}
.register-form form > .form-group > label i {
  line-height: 30px;
}
.register-form .form-control {
  border-radius: 8px;
  border: 2px solid #dcebfd;
  font-size: 13px;
  font-weight: 300;
  height: 50px;
  padding: 0.5rem 1.5rem;
  background-color: #dcebfd;
}
.register-form .form-control:focus {
  border-color: #dd1414;
}
.register-form .progress {
  width: calc(100% - 0.5rem);
  height: 3px;
  border-radius: 8px;
  margin: 1rem 0.25rem 0.25rem;
  background-color: #dcebfd;
}
.register-form .password-score {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.25rem;
}
.register-form .password-recommendation {
  display: none !important;
}
.register-form #password-recommendation-heading {
  font-weight: 700;
  color: #dd1414;
  font-size: 16px;
}

.login-meta-data a {
  font-size: 14px;
}
.login-meta-data a:hover, .login-meta-data a:focus {
  color: #dd1414;
}
.login-meta-data p a:hover, .login-meta-data p a:focus {
  color: #dd1414;
}

.change-password-card {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 8px;
}
.change-password-card .card-body {
  padding: 1.5rem;
}
.change-password-card span {
  font-size: 13px;
  margin-bottom: 0.375rem;
  display: block;
}
.change-password-card .form-control {
  height: 35px;
  background-color: #ffffff;
}
.change-password-card .form-control:focus {
  border-color: #100DD1;
}

/* :: 6.12.0 Contact */
.form-group label {
  font-size: 14px;
}

.form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-color: #e6e6e6;
  height: 50px;
  padding: 0.75rem 1rem;
  font-size: 14px;
  background-color: #dcebfd;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* :: 6.13.0 Blog */
.single-trending-post {
  position: relative;
  z-index: 1;
  padding: 0.75rem;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  margin-bottom: 0px;
margin-top: 10px;
}


.single-trending-post-white {
  position: relative;
  z-index: 1;
  padding: 0rem;

  border-radius: 8px;
}

.single-trending-post-white a{
  font-weight: bold;

}




.single-trending-post-no-round:last-child {
  margin-bottom: 0;
  border:0;
  padding-bottom: 0;
}

.single-trending-post .post-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  /*max-width: 80px;*/
  /*width: 80px;*/
  /*height: 80px;*/
}


.single-trending-post .post-thumbnail .video-icon {
  position: absolute;
  z-index: 42;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-trending-post .post-thumbnail img {
  border-radius: 8px;
}
.single-trending-post .post-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 80px);
  /*flex: 0 0 calc(100% - 80px);*/
  /*max-width: calc(100% - 80px);*/
  /*width: calc(100% - 80px);*/
  padding-right: 1rem;
}

.single-trending-post .post-content-w100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%);
  flex: 0 0 calc(100%);
  max-width: calc(100%);
  width: calc(100%);
  padding-right: 0rem;
}

.single-trending-post .post-content .post-title {
  font-size: 1.1em;
  margin-bottom: 0.5rem;
  display: block;
}
.single-trending-post .post-content .post-title:hover, .single-trending-post .post-content .post-title:focus {
  color: #ea5152;
}
.single-trending-post .post-content .post-meta a {
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 1.5rem;
  color: #797494;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.single-trending-post .post-content .post-meta a:hover, .single-trending-post .post-content .post-meta a:focus {
  color: #dd1414;
}

.single-trending-post .post-content .post-meta a tag {
  background-color: #3f5ba9;
  padding: 0.125rem 0.5rem;
  border-radius: 8px;
  font-size: 10px;
  color: #ffffff;
}

.post-meta-tag  {
  background-color: #3f5ba9;
  padding: 0.125rem 0.5rem;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
}

.single-trending-post .post-content .post-meta a:first-child:hover, .single-trending-post .post-content .post-meta a:first-child:focus {

}
.single-trending-post .post-content .post-meta a:last-child {
  margin-left: 0;
}
.single-trending-post .post-content .post-meta a:last-child::after {
  display: none;
}
/*.single-trending-post:nth-child(3n+1) .post-content .post-meta a:first-child {
  background-color: #dd1414;
}
.single-trending-post:nth-child(3n+1) .post-content .post-meta a:first-child:hover, .single-trending-post:nth-child(3n+1) .post-content .post-meta a:first-child:focus {
  background-color: #0C153B;
}
.single-trending-post:nth-child(3n+0) .post-content .post-meta a:first-child {
  background-color: #ffaf00;
}
.single-trending-post:nth-child(3n+0) .post-content .post-meta a:first-child:hover, .single-trending-post:nth-child(3n+0) .post-content .post-meta a:first-child:focus {
  background-color: #0C153B;
}*/

.tabs-news-wrapper {
  position: relative;
  z-index: 1;

}
.tabs-news-wrapper .nav-tabs {
  border-bottom: 0;
  border-radius: 8px;
  margin-bottom: 0rem;
 border: 0;
  padding: 0 !important;
}
.tabs-news-wrapper .nav-tabs .nav-item {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tabs-news-wrapper .nav-tabs .nav-item.nav-link {
  border: 0;
  border-radius: 8px;
  font-size: 14px;
}
.tabs-news-wrapper .nav-tabs .nav-item.nav-link.active {
  background-color: #dd1414;
  color: #ffffff;
}

.single-news-post {
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
  padding: 0.75rem 1rem;

  border-radius: 8px;
  border-bottom: 1px #e6e9ec dotted;
}
.single-news-post:last-child {
  margin-bottom: 0;
}
.single-news-post .post-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  border-radius: 8px;
}
.single-news-post .post-thumbnail .video-icon {
  position: absolute;
  z-index: 42;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-news-post .post-thumbnail img {
  border-radius: 8px;
}
.single-news-post .post-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  width: calc(100% - 70px);
  padding-right: 1rem;
}
.single-news-post .post-content .post-title {
  font-size: 16px;
  margin-bottom: 0.25rem;
  display: block;
}
.single-news-post .post-content .post-title:hover, .single-news-post .post-content .post-title:focus {
  color: #dd1414;
}
.single-news-post .post-content .post-meta a {
  font-size: 14px;
  margin-right: 1.5rem;
  color: #797494;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.single-news-post .post-content .post-meta a:hover, .single-news-post .post-content .post-meta a:focus {
  color: #dd1414;
}
.single-news-post .post-content .post-meta a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 8px;
  position: absolute;
  top: 6px;
  right: -15px;
  z-index: 1;
  background-color: #749491;
}
.single-news-post .post-content .post-meta a:last-child {
  margin-left: 0;
}
.single-news-post .post-content .post-meta a:last-child::after {
  display: none;
}

.single-recommended-post {
  position: relative;
  z-index: 1;
  background-color: #0C153B;
  border-radius: 8px;
}
.single-recommended-post .video-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 42;
}
.single-recommended-post .bookmark-customize-option {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 60;
}
.single-recommended-post .bookmark-customize-option .btn {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  background-color: rgba(244, 245, 255, 0.2);
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 8px;
}
.single-recommended-post .bookmark-customize-option .btn i {
  line-height: 29px;
}
.single-recommended-post .bookmark-customize-option .btn::after {
  display: none;
}
.single-recommended-post .bookmark-customize-option .btn:hover, .single-recommended-post .bookmark-customize-option .btn:focus {
  background-color: #dd1414;
}
.single-recommended-post .bookmark-customize-option .dropdown-menu {
  border: 0;
  min-width: 110px;
  max-width: 140px;
}
.single-recommended-post .bookmark-customize-option .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.75rem;
  color: #797494;
  font-size: 12px;
}
.single-recommended-post .bookmark-customize-option .dropdown-menu .dropdown-item:hover {
  background-color: #dcebfd;
}
.single-recommended-post .bookmark-post {
  position: absolute;
  z-index: 99;
  top: 1rem;
  right: 1rem;
  color: #ffffff;
  font-size: 1rem;
}
.single-recommended-post .bookmark-post:hover, .single-recommended-post .bookmark-post:focus {
  color: #ffaf00;
}
.single-recommended-post .post-thumbnail {
  position: relative;
  z-index: 1;
}
.single-recommended-post .post-thumbnail::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  content: "";
  background-color: #0C153B;
  position: absolute;
  border-radius: 8px;
  opacity: 0.35;
}
.single-recommended-post .post-thumbnail img {
  border-radius: 8px;
}
.single-recommended-post .post-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 49;
  padding: 1rem;
}
.single-recommended-post .post-content .post-catagory {
  font-size: 13px;
  /* display: block; */
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #dd1414;
  background: #dd1414;
  border-radius: 8px;
  color: #ffffff;
  padding: 0 4px;
}
.single-recommended-post .post-content .post-title {

  display: block;
  color: #ffffff;
}
.single-recommended-post .post-content .post-title:hover, .single-recommended-post .post-content .post-title:focus {
  text-decoration: underline;
  color: #ffffff;
}

/* :: 6.14.0 Editorial */
.editorial-choice-news-wrapper {
  position: relative;
  z-index: 1;
  background: #0C153B;
  background: -webkit-gradient(linear, left top, right top, from(#3f5ba9), to(#293879)) !important;
  background: linear-gradient(to right, #3f5ba9, #3f5ba9) !important;

  overflow: hidden;
}
.editorial-choice-news-wrapper .bg-shape1 img {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -3;
}
.editorial-choice-news-wrapper .bg-shape2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 90px;
  height: 100%;
  background-repeat: repeat;
}

.editorial-choice-title {
  position: relative;
  z-index: 1;
}
.editorial-choice-title i {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #ffaf00;
}
.editorial-choice-title h6 {
  color: #ffffff;
  margin-bottom: 0;
}

.single-editorial-slide {
  position: relative;
  z-index: 1;
}
.single-editorial-slide .bookmark-post {
  position: absolute;
  z-index: 99;
  top: 0.5rem;
  left: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  text-align: center;
  background-color: #ea4c62;
}
.single-editorial-slide .bookmark-post i {
  line-height: 30px;
}
.single-editorial-slide .bookmark-post:hover, .single-editorial-slide .bookmark-post:focus {
  color: #ffffff;
}
.single-editorial-slide .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  border-radius: 8px;
}
.single-editorial-slide .post-thumbnail .video-icon {
  position: absolute;
  z-index: 42;
  bottom: 1rem;
  right: 1rem;
}
.single-editorial-slide .post-thumbnail img {
  border-radius: 8px;
}
.single-editorial-slide .post-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
  padding-right: 1rem;
  padding-top: 6px;
}
.single-editorial-slide .post-content .post-catagory {
  background-color: #dd1414;
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.single-editorial-slide .post-content .post-catagory:hover, .single-editorial-slide .post-content .post-catagory:focus {
  background-color: #dd1414;
}
.single-editorial-slide .post-content .post-title {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.single-editorial-slide .post-content .post-title:hover, .single-editorial-slide .post-content .post-title:focus {
  color: #ffaf00;
}
.single-editorial-slide .post-content .post-meta a {
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 1.5rem;
  color: #9b9b9b;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.single-editorial-slide .post-content .post-meta a:hover, .single-editorial-slide .post-content .post-meta a:focus {
  color: #dd1414;
}

.single-editorial-slide .post-content .post-meta a:last-child {
  margin-right: 0;
}
.single-editorial-slide .post-content .post-meta a:last-child::after {
  display: none;
}

.editorial-choice-news-slide {
  position: relative;
  z-index: 1;
}
.editorial-choice-news-slide .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  padding-right: calc(40% + 1rem);
  bottom: 6px;
}
.editorial-choice-news-slide .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: rgba(244, 245, 255, 0.2);
  margin: 0 3px;
}
.editorial-choice-news-slide .owl-dots .owl-dot.active {
  background-color: #ffaf00;
}

/* :: 6.15.0 Catagory */
.top-catagories-wrapper {
  position: relative;
  z-index: 1;
  background: #3f5ba9;
  background: -webkit-gradient(linear, left top, right top, from(#dd1414), to(#e35e5f));
  background: linear-gradient(to right, #dd1414, #d45758) !important;

  overflow: hidden;
}
.top-catagories-wrapper .catagory-title {
  position: absolute;
  top: 45%;
  z-index: 10;
  -webkit-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
  font-weight: 700;
  text-transform: uppercase;
}
.top-catagories-wrapper .bg-shapes .shape1 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #ffaf00;
  border-radius: 8px;
  top: -200px;
  right: -130px;
  z-index: -1;
}
.top-catagories-wrapper .bg-shapes .shape2 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #ffaf00;
  border-radius: 8px;
  top: -230px;
  right: -130px;
  z-index: -1;
}
.top-catagories-wrapper .bg-shapes .shape3 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #ffaf00;
  border-radius: 8px;
  top: -260px;
  right: -130px;
  z-index: -1;
}
.top-catagories-wrapper .bg-shapes .shape4 {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid #ffaf00;
  border-radius: 8px;
  bottom: -150px;
  left: -140px;
  z-index: -1;
}
.top-catagories-wrapper .bg-shapes .shape5 {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid #ffaf00;
  border-radius: 8px;
  bottom: -175px;
  right: -150px;
  z-index: -1;
}

.catagory-card {
  position: relative;
  z-index: 1;
  border-radius: 8px;

}
.catagory-card a {
  position: relative;
  border-radius: 8px;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.catagory-card a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  content: "";
  background-color: #3a489b;
  opacity: 0.1;
  border-radius: 8px;
}
.catagory-card a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 8px;
  position: relative;
  z-index: -5;
}
.catagory-card a h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 14px;
  margin-bottom: 0;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 100;
  color: #ffffff;
  background-color: #dd1414;
  padding: 0.25rem 0.625rem;
  border-radius: 8px;
}
.catagory-card a h6:hover, .catagory-card a h6:focus {
  background-color: #3b499c;
}
.catagory-card a:hover img, .catagory-card a:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.catagory-slides {
  width: calc(100% + 3rem);
  margin-right: 3rem;
}


.all-catagory-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 14px;
}
.all-catagory-wrapper .catagory-card a h6 {
  right: 1rem;
  bottom: 1rem;
  padding: 0.25rem 0.75rem;
}

.catagory-posts-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 30px;
}

/* :: 6.16.0 Blog Details */
.single-blog-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
}
.single-blog-thumbnail .post-bookmark {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 10;
  top: 1.5rem;
  right: 1.5rem;
  background-color: #dd1414;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}
.single-blog-thumbnail .post-bookmark i {
  line-height: 36px;
}
.single-blog-thumbnail .post-bookmark:hover, .single-blog-thumbnail .post-bookmark:focus {
  color: #ffffff;
  background-color: #39479b;
}

.single-blog-info {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
.single-blog-info .post-like-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  max-width: 75px;
  width: 75px;
  text-align: center;
  padding: 1rem 0;
  background-color: #dcebfd;
  border-radius: 8px;
}
.single-blog-info .post-like-wrap span {
  font-size: 12px;
  text-transform: uppercase;
  color: #797494;
  margin-top: 0.5rem;
}
.single-blog-info .post-like-wrap .line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #b7b7b7;
  margin: 0.5rem auto 0.75rem;
}
.single-blog-info .post-content-wrap {
  position: relative;
  z-index: 1;
  padding-left: 1rem;
}
.single-blog-info .post-share {
  width: 30px;
  height: 30px;
  background-color: #3b499c;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  z-index: 10;
  display: block;
  margin: 0 auto;
}
.single-blog-info .post-share i {
  line-height: 30px;
}
.single-blog-info .post-share:hover, .single-blog-info .post-share:focus {
  color: #ffffff;
  background-color: #dd1414;
}
.single-blog-info .post-meta a {
  color: #797494;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 1rem;
}
.single-blog-info .post-meta a:hover, .single-blog-info .post-meta a:focus {
  color: #dd1414;
}
.single-blog-info .post-catagory {
  padding: 0.125rem 0.75rem;
  font-size: 12px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #dd1414;
}
.single-blog-info .post-catagory:hover, .single-blog-info .post-catagory:focus {
  background-color: #39479b;
}
.single-blog-info .post-love {
  width: 30px;
  height: 30px;
  background-color: #ea4c62;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  font-size: 1rem;
}
.single-blog-info .post-love i {
  line-height: 32px;
}
.single-blog-info .post-love:hover, .single-blog-info .post-love:focus {
  background-color: #020b10;
}

.related-post-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 30px;
}

.blog-description {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 1.4em !important;
  font-family: "Noto Naskh Arabic";
  color: #242424 !important;

}

#scrollIndicator {
  position: fixed;
  height: 2px;
  background-color: #b0c0fd;
  bottom: 7px;
  z-index: 10000;
  text-wrap: nowrap;
  overflow: hidden;
  padding: 15px;
  height: 50px;
  display: block;
}

.social-share-btn a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0.5rem;
  border-radius: 8px;
  border: 2px solid #e6e6e6;
  text-align: center;
}
.social-share-btn a i {
  line-height: 36px;
}
.social-share-btn a:hover, .social-share-btn a:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-share-btn a.btn-facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.social-share-btn a.btn-twitter {
  color: #00acee;
  border-color: #00acee;
}
.social-share-btn a.btn-instagram {
  color: #3f729b;
  border-color: #3f729b;
}
.social-share-btn a.btn-whatsapp {
  color: #4FCE5D;
  border-color: #4FCE5D;
}
.social-share-btn a.btn-linkedin {
  color: #0e76a8;
  border-color: #0e76a8;
}
.social-share-btn a.btn-tumblr {
  color: #34526f;
  border-color: #34526f;
}
.social-share-btn a.btn-quora {
  color: #B92B27;
  border-color: #B92B27;
}

/* :: 6.17.0 Profile */
.profile-content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  background: #9cabe0;
  background: -webkit-gradient(linear, left top, right top, from(#dcebfd), to(#b0c0fd));
  background: linear-gradient(to right, #dcebfd, #b0c0fd);

}

.profile-settings-option a {
  display: block;
  position: absolute;
  top: 2rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 99;
  -webkit-box-shadow: 0 1px 16px 0 rgba(16, 13, 209, 0.175);
          box-shadow: 0 1px 16px 0 rgba(16, 13, 209, 0.175);
}
.profile-settings-option a i {
  line-height: 32px;
}
.profile-settings-option a:hover, .profile-settings-option a:focus {
  background-color: #39489c;
  color: #ffffff;
}

.user-meta-data {
  position: relative;
  z-index: 1;
}
.user-meta-data .user-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  width: 150px;
}
.user-meta-data .user-thumbnail img {
  border-radius: 8px;
}
.user-meta-data .user-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  width: calc(100% - 150px);
  padding-right: 1rem;
}
.user-meta-data .user-content > p {
  background-color: #dd1414;
  padding: 0.125rem 0.5rem 0.1rem;
  border-radius: 8px;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
}
.user-meta-data .user-content .user-meta-data p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.user-meta-data .user-content .user-meta-data p span {
  display: block;
  font-size: 16px;
  font-weight: 400;

  line-height: 1.2em;
  font-family: "Cairo", sans-serif;
}
.user-meta-data .user-content .user-meta-data p span.counter {
  font-size: 22px;
  margin-top: 0.375rem;
  font-weight: 700;
  color: #020b10;
}

.my-visitors-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 30px;
}

.user-total-count-chart {
  position: relative;
  z-index: 1;
  background-color: #dcebfd;
  border-radius: 8px;
  padding: 1rem 1rem 0.5rem 0.5rem;
}

.traffic-source-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.traffic-source-chart {
  position: relative;
  z-index: 1;
  background-color: #dcebfd;
  border-radius: 8px;
  padding: 1rem 1rem 1rem 0.5rem;
}

/* :: 6.18.0 Comment */
.live-video-comments {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 4px;
}

.comment-sorting-option {
  position: relative;
  z-index: 2;
}
.comment-sorting-option .btn {
  background-color: #dcebfd;
  padding: 0.125rem 0.5rem 0.1rem;
  text-align: center;
  font-size: 1rem;
  color: #020b10;
  line-height: 1;
  border-radius: 8px;
}
.comment-sorting-option .btn::after {
  display: none;
}
.comment-sorting-option .btn:hover, .comment-sorting-option .btn:focus {
  background-color: #dd1414;
  color: #ffffff;
}
.comment-sorting-option .dropdown-menu {
  border: 1px solid #e6e6e6;
  min-width: 140px;
  max-width: 180px;
  -webkit-box-shadow: 0 2px 12px rgba(15, 16, 19, 0.175);
          box-shadow: 0 2px 12px rgba(15, 16, 19, 0.175);
}
.comment-sorting-option .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.75rem;
  color: #020b10;
  font-size: 13px;
  font-weight: 500;
}
.comment-sorting-option .dropdown-menu .dropdown-item:hover {
  background-color: #dcebfd;
}

.single-comment-wrap {
  position: relative;
  z-index: 1;
}
.single-comment-wrap .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  border-radius: 8px;
}
.single-comment-wrap .comment-author img {
  border-radius: 8px;
}
.single-comment-wrap .comment-meta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
  padding-right: 1rem;
}
.single-comment-wrap .comment-meta .comments-author-name {
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.single-comment-wrap .comment-meta .post-date {
  display: block;
  font-size: 12px;
  color: #797494;
  font-weight: 400;
}
.single-comment-wrap .comment-meta .comment-text {
  font-size: 14px;
  color: #797494;
  margin-bottom: 0.5rem;
}
.single-comment-wrap .comment-meta .like-count span {
  font-size: 14px;
}
.single-comment-wrap .comment-meta .like-count a {
  font-size: 14px;
  display: inline-block;
  color: #797494;
  border: 1px solid #e6e6e6;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 8px;
  margin-right: 0.5rem;
}
.single-comment-wrap .comment-meta .like-count a i {
  line-height: 29px;
}
.single-comment-wrap .comment-meta .like-count a:hover, .single-comment-wrap .comment-meta .like-count a:focus {
  color: #ffffff;
  background-color: #ea4c62;
  border-color: #ea4c62;
}
.single-comment-wrap .comment-meta .reply {
  font-size: 12px;
  color: #797494;
  font-weight: 700;
}
.single-comment-wrap .comment-meta .reply:hover {
  color: #100DD1;
}

.children-comments-list {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #e6e6e6;
}

.comment-form {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.comment-form textarea {
  border-radius: 8px;
  width: 100%;
  height: 45px;
  background-color: #dcebfd;
  color: #020b10;
  font-size: 13px;
  border: 0;
  padding: 0.75rem 1rem;
}
.comment-form button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
}
.comment-form.reply-comment-form {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: fixed;
  width: calc(100% - 2rem);
  margin-bottom: 0;
  left: 1rem;
  right: 1rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  bottom: 74px;
}
.comment-form.reply-comment-form.show {
  opacity: 1;
  visibility: visible;
}
.comment-form.reply-comment-form textarea {
  border-radius: 8px;
  height: 55px;
  font-size: 12px;
  padding: 0.5rem 1rem;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 24px rgba(16, 13, 209, 0.175);
          box-shadow: 0 2px 24px rgba(16, 13, 209, 0.175);
}

/* :: 6.19.0 Live */
.live-video-url {
  position: relative;
  z-index: 1;
}

.live-video-info {
  position: relative;
  z-index: 1;
  background: #9cabe0;
  background: -webkit-gradient(linear, left top, right top, from(#dcebfd), to(#b0c0fd));
  background: linear-gradient(to right, #dcebfd, #b0c0fd);
  padding-top: 30px;
  padding-bottom: 30px;
}
.live-video-info .viwer-count {
  font-size: 14px;
}
.live-video-info .video-time {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.live-video-info .video-time span {
  width: 11px;
  height: 11px;
  border-radius: 8px;
  background-color: #ea4c62;
  display: inline-block;
}

.live-video-description {
  position: relative;
  z-index: 1;
  padding-top: 26px;
  padding-bottom: 11px;
}

/* :: 6.20.0 Tags */
.popular-tags-wrapper {
  position: relative;
  z-index: 1;

}

.popular-tags-list a {
  border-radius: 8px;
}

/* :: 6.21.0 Element */
.element-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsten-owl-carousel-slides {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.newsten-owl-carousel-slides .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-color: #dd1414;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
}
.newsten-owl-carousel-slides .owl-prev i {
  line-height: 30px;
}
.newsten-owl-carousel-slides .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #dd1414;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
}
.newsten-owl-carousel-slides .owl-next i {
  line-height: 30px;
}
.newsten-owl-carousel-slides .owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 15px;
}
.newsten-owl-carousel-slides .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0 3px;
}
.newsten-owl-carousel-slides .owl-dots .owl-dot.active {
  background-color: #dd1414;
}

.newsten-media {
  position: relative;
  z-index: 1;
}
.newsten-media img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}

.list-unstyled {
  padding: 0.375rem 0.5rem;
  border: 2px solid #e6e6e6;
}

.pagination .page-link {
  color: #020b10;
  border: 1px solid #e6e6e6;
}
.pagination .page-link:hover, .pagination .page-link:focus {
  background-color: #dcebfd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #100DD1;
}
.pagination .page-item.active .page-link {
  background-color: #100DD1;
  border-color: #100DD1;
  color: #ffffff;
}

.progress {
  background-color: #dcebfd;
  border-radius: 8px;
}

.alert {
  font-size: 14px;
}

.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  padding-right: 0 !important;
}

.post-share-modal .close {
  border: 1px solid #e6e6e6;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 14px;
}
.post-share-modal .close i {
  font-size: 14px;
  line-height: 28px;
}
.post-share-modal h6 {
  font-size: 14px;
  margin-top: 0.25rem;
}

.modal-content {
  border: 0;
  border-radius: 8px;
}

/* :: 6.22.0 Settings */
.settings-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 15px;

}

.settings-card {
  margin-bottom: 1rem;
  background-color: #dcebfd;
  border-radius: 8px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.settings-card:last-child {
  margin-bottom: 0;
}

.single-settings {
  position: relative;
  z-index: 1;
}
.single-settings .title {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-settings .title i {
  display: inline-block;
  color: #100DD1;
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.single-settings .title span span {
  font-size: 10px;
  margin-left: 0.25rem;
}
.single-settings .data-content {
  font-size: 12px;
  font-weight: 700;
}
.single-settings .data-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-settings .data-content i {
  margin-left: 0.25rem;
  font-size: 1rem;
}
.single-settings .toggle-button-cover {
  position: relative;
  z-index: 1;
}
.single-settings .knobs,
.single-settings .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-settings .button.r {
  position: relative;
  width: 45px;
  height: 21px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.single-settings .button.r,
.single-settings .button.r .layer {
  border-radius: 8px;
}
.single-settings .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.single-settings .knobs {
  z-index: 2;
}
.single-settings .layer {
  width: 100%;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.single-settings .knobs:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-color: #100DD1;
  border-radius: 8px;
  -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}
.single-settings .checkbox:active + .knobs:before {
  width: 45px;
  border-radius: 8px;
}
.single-settings .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}
.single-settings .checkbox:checked + .knobs:before {
  content: "";
  left: 24px;
  background-color: #dd1414;
}
.single-settings .checkbox:checked ~ .layer {
  background-color: #ffffff;
}

/* :: 6.23.0 Night Mode */
#previewPage[data-theme=dark] {
  background-color: #ffffff;
}
#previewPage[data-theme=dark] body {
  background-color: #ffffff;
}
#previewPage[data-theme=dark] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
  color: #020b10;
}
#previewPage[data-theme=dark] p {
  color: #797494;
}
#previewPage[data-theme=dark] h1,
#previewPage[data-theme=dark] h2,
#previewPage[data-theme=dark] h3,
#previewPage[data-theme=dark] h4,
#previewPage[data-theme=dark] h5,
#previewPage[data-theme=dark] h6 {
  color: #020b10;
}
#previewPage[data-theme=dark] .preview-hero-area .preview-content-wrapper .current-version {
  color: #ffffff;
}

[data-theme=dark] {
  background-color: #0C153B;
}
[data-theme=dark] body {
  background-color: #0C153B;
}
[data-theme=dark] p {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] #preloader {
  background-color: #0C153B;
}
[data-theme=dark] a,
[data-theme=dark] a:hover,
[data-theme=dark] a:focus {
  color: #ffffff !important;
}
[data-theme=dark] h1,
[data-theme=dark] h2,
[data-theme=dark] h3,
[data-theme=dark] h4,
[data-theme=dark] h5,
[data-theme=dark] h6 {
  color: rgba(255, 255, 255, 0.8);
}
[data-theme=dark] .header-area {
  background-color: #0C153B;
  -webkit-box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
          box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
}
[data-theme=dark] .footer-nav-area {
  background-color: #0C153B;
  -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
          box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
}
[data-theme=dark] .card {


}
[data-theme=dark] .newsten-footer-nav ul li a {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] .newsten-footer-nav ul li.active a {
  color: #ee5454;
}
[data-theme=dark] .newsten-footer-nav ul li a:hover,
[data-theme=dark] .newsten-footer-nav ul li a:focus {
  color: #ee5454;
}
[data-theme=dark] .top-search-form form .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.125);
}
[data-theme=dark] .btn-warning:hover, [data-theme=dark] .btn-warning:focus {
  color: #ffffff;
  background-color: #282958;
  border-color: #282958;
}
[data-theme=dark] .btn-danger:hover, [data-theme=dark] .btn-danger:focus {
  background-color: #282958;
  border-color: #282958;
}
[data-theme=dark] .btn-primary:hover, [data-theme=dark] .btn-primary:focus {
  background-color: #282958;
  border-color: #282958;
}
[data-theme=dark] .btn-success:hover, [data-theme=dark] .btn-success:focus {
  background-color: #282958;
  border-color: #282958;
}
[data-theme=dark] .btn-info:hover, [data-theme=dark] .btn-info:focus {
  background-color: #282958;
  border-color: #282958;
}
[data-theme=dark] .page-nav li a {
  background-color: #332858;
  color: #ffffff;
}
[data-theme=dark] .page-nav li a:hover,
[data-theme=dark] .page-nav li a:focus {
  color: #ffaf00;
}
[data-theme=dark] .back-button a {
  color: #ffffff;
}
[data-theme=dark] .back-button a:hover,
[data-theme=dark] .back-button a:focus {
  color: #ffaf00;
}
[data-theme=dark] .single-settings .button.r {
  border-color: rgba(255, 255, 255, 0.15);
}
[data-theme=dark] .single-settings .data-content a:hover, [data-theme=dark] .single-settings .data-content a:focus {
  color: #ee5454;
}
[data-theme=dark] .search-form a {
  background-color: rgba(255, 255, 255, 0.15);
}
[data-theme=dark] .top-catagories-wrapper .catagory-title {
  color: #020b10;
}
[data-theme=dark] .catagory-card {
  background-color: transparent;
  border-color: transparent;
}
[data-theme=dark] .single-trending-post {

  border-color: #282958;
}
[data-theme=dark] .single-trending-post .post-content .post-title:hover, [data-theme=dark] .single-trending-post .post-content .post-title:focus {
  color: #ee5454;
}
[data-theme=dark] .tabs-news-wrapper.bg-gray {
  background-color: #282958 !important;
}
[data-theme=dark] .tabs-news-wrapper .nav-tabs {
  background-color: transparent;
  -webkit-box-shadow: 0 1px 18px 10px rgba(255, 255, 255, 0.125);
          box-shadow: 0 1px 18px 10px rgba(255, 255, 255, 0.125);
}
[data-theme=dark] .single-news-post {
  background-color: #0C153B;
}
[data-theme=dark] .single-news-post .post-content .post-title:hover, [data-theme=dark] .single-news-post .post-content .post-title:focus {
  color: #ee5454;
}
[data-theme=dark] .single-news-post.bg-gray {
  background-color: #282958 !important;
}
[data-theme=dark] .single-news-post.bg-gray .post-content .post-title:hover, [data-theme=dark] .single-news-post.bg-gray .post-content .post-title:focus {
  color: #ee5454;
}
[data-theme=dark] .single-blog-info .post-catagory:hover, [data-theme=dark] .single-blog-info .post-catagory:focus {
  background-color: #282958;
}
[data-theme=dark] .modal-content {
  background-color: #282958;
}
[data-theme=dark] .user-meta-data .user-content h6 {
  color: #020b10;
}
[data-theme=dark] .profile-settings-option a {
  color: #020b10;
}
[data-theme=dark] .profile-settings-option a:hover, [data-theme=dark] .profile-settings-option a:focus {
  color: #ffffff;
}
[data-theme=dark] .border,
[data-theme=dark] .border-left,
[data-theme=dark] .border-right,
[data-theme=dark] .border-bottom,
[data-theme=dark] .border-top {
  border-color: rgba(255, 255, 255, 0.175) !important;
}
[data-theme=dark] .children-comments-list {
  border-left-color: rgba(255, 255, 255, 0.175);
}
[data-theme=dark] #scrollIndicator {
  background-color: #ee5454;
}
[data-theme=dark] .newsten-footer-nav ul li a::after {
  background-color: #ee5454;
}
[data-theme=dark] .single-comment-wrap .comment-meta .like-count a {
  color: #ee5454;
  border-color: rgba(255, 255, 255, 0.175);
}
[data-theme=dark] .single-comment-wrap .comment-meta .like-count a:hover, [data-theme=dark] .single-comment-wrap .comment-meta .like-count a:focus {
  color: #ffffff;
  border-color: #ea4c62;
  background-color: #ea4c62;
}
[data-theme=dark] .video-title {
  color: #020b10;
}
[data-theme=dark] .search-post-wrapper h4 {
  color: #020b10;
}
[data-theme=dark] .search-page-form .search-via-voice {
  color: #020b10;
}
[data-theme=dark] .single-recommended-post .bookmark-customize-option .dropdown-menu {
  background-color: #0C153B;
}
[data-theme=dark] .single-recommended-post .bookmark-customize-option .dropdown-menu .dropdown-item:hover, [data-theme=dark] .single-recommended-post .bookmark-customize-option .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.125);
}
[data-theme=dark] .comment-sorting-option .btn {
  background-color: rgba(255, 255, 255, 0.125);
  color: #ffffff;
}
[data-theme=dark] .comment-sorting-option .dropdown-menu {
  border-color: transparent;
  background-color: #282958;
}
[data-theme=dark] .comment-sorting-option .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] .comment-sorting-option .dropdown-menu .dropdown-item:hover, [data-theme=dark] .comment-sorting-option .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.125);
}
[data-theme=dark] .comment-form textarea {
  background-color: rgba(255, 255, 255, 0.175);
  color: #ffffff;
}
[data-theme=dark] .change-password-card .form-control {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
[data-theme=dark] .change-password-card .form-control:focus {
  border-color: #ee5454;
}
[data-theme=dark] .login-wrapper {
  background-color: #0C153B;
}
[data-theme=dark] .login-wrapper .login-shape2 img {
  opacity: 0.15;
}
[data-theme=dark] .login-wrapper .login-shape img {
  opacity: 0.15;
}
[data-theme=dark] .register-form .form-control {
  border-color: rgba(255, 255, 255, 0.175);
  background-color: rgba(255, 255, 255, 0.175);
  color: #ffffff;
}
[data-theme=dark] .register-form .form-control:focus {
  border-color: #ee5454;
}
[data-theme=dark] .register-form form > .form-group > label {
  color: #ee5454;
}
[data-theme=dark] .login-meta-data a:hover, [data-theme=dark] .login-meta-data a:focus {
  color: #ee5454;
}
[data-theme=dark] .single-settings .title i {
  color: #ffffff;
}
[data-theme=dark] .form-control {
  border-color: rgba(255, 255, 255, 0.125);
  background-color: rgba(255, 255, 255, 0.125);
  color: #ffffff;
}
[data-theme=dark] .accordion .card .btn {
  color: #ffffff;
}
[data-theme=dark] .custom-select option {
  background-color: #0C153B;
}
[data-theme=dark] .list-unstyled {
  border-color: rgba(255, 255, 255, 0.125);
}
[data-theme=dark] .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.125);
}
[data-theme=dark] .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.125);
}
[data-theme=dark] .close {
  color: #ffffff;
}
[data-theme=dark] .pagination .page-link {
  color: #ffffff;
  border-color: #282958;
  background-color: #282958;
}
[data-theme=dark] .pagination .page-link:hover, [data-theme=dark] .pagination .page-link:focus {
  color: #ee5454;
}
[data-theme=dark] .search-page-form form input {
  background-color: #ffffff;
  color: #020b10;
}
[data-theme=dark] .sidenav-wrapper {
  background-color: #0C153B;
}
[data-theme=dark] .time-date-weather-wrapper::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 21, 59, 0.25)), color-stop(50%, rgba(12, 21, 59, 0.75)), to(#0c153b));
  background: linear-gradient(to bottom, rgba(12, 21, 59, 0.25) 0%, rgba(12, 21, 59, 0.75) 50%, #0c153b 100%);
}
[data-theme=dark] .time-date-weather-wrapper .weather-update p {
  color: #ffffff;
}
[data-theme=dark] .time-date-weather-wrapper .time-date #dashboardDate,
[data-theme=dark] .time-date-weather-wrapper .time-date .running-time {
  color: #ee5454;
}
[data-theme=dark] .sidenav-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] .sidenav-nav li a:hover, [data-theme=dark] .sidenav-nav li a:focus {
  color: #ee5454;
}
[data-theme=dark] .single-blog-info {
  background-color: #0C153B;
}
[data-theme=dark] .alert-dismissible .close {
  color: #020b10;
}

ol, ul {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
    color: #797494!important;
}
.rounded-start {
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.btn-gray {

  border-color: #d1d1d1;
  color: #707070;
  border-radius: 8px;
}



.nav-scroller {
  position: relative;
  z-index: 2;

  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;

  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;

}

.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.ratio-1-1 {
  aspect-ratio: 3/ 2;
  object-fit: cover;
  width: 100%;
}

.ratio-3-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.number-photo{
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
  color: #0C153B;
  font-size: 32px;
  right: calc( 50% - 32px);
  top: calc( 50% - 32px);
  border-radius: 8px;
  padding: 15px 0;
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 1em;

}


.alert-fixed {
  position: fixed;
  bottom: 40px;
  z-index: 500;
  border-radius: 0px;
  right: 0px ;
  left: 0px;
}


hr {
  margin: 0.5rem 0;

  opacity: .2;
}

.hr-section {
  margin: 2em 0 1em 0;
  color: inherit;
  border: 0;
  border-top: 2px solid #b0b0b0;
  border-bottom: 2px dotted #e1e1e1;
  opacity: .5;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-content-wrapper-home>div {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}
.page-content-wrapper>div {
  padding-top: 15px;
}


.list-group-item{
  background: inherit;
  display:list-item;

}

.rounded-50{
  border-radius: 50% !important;
  overflow: hidden;
}

.offcanvas.offcanvas-bottom{
  z-index: 155555555555;
}

.scrollarea{

  overflow-y: auto;
  position: relative;
}

.scrollarea a:nth-child(odd){


  display: block;

}


.path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}



.nav-underline {
  --bs-nav-underline-gap: 2rem;
}

.gradinat-white:before
{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 15;
}


.scroll-none {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */

}

.scroll-none ::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
  width: 0;
  height: 0;
}

.tab-content>.active {
  display: block;
  border: 0px solid #e6e9ec;
  border-radius: 0 0 8px 8px;
}


.single-trending-post-no-round{
  border: 0;
  border-bottom: 1px #d2d2d2 dotted;
  border-radius: 0;
  margin: 0;
  padding: 8px 0;
}


.card-fit .card-img-top {
  border-radius: 0;
}

  .card-fit {
    border-radius: 0px;
    background: inherit;
    border: 0;
    border-bottom: 1px dotted #e6e8f2;
    overflow: inherit;
    margin:0 -15px;
    padding: 0 !important;
  }


.card-no-padd{
  padding: 0 !important;
  border-radius: 0;
}


.number-news {
  font-size: 45px;
  font-weight: 400;
  padding:0 0 0 15px;
  border-radius: 15px;
  display: flex;
  text-align: center;
  color: #c0c0c0;
}

.number-news small {
  color: #e5e5e5;
  padding: 0 6px;
}

.badge {
  margin: 0 5px;

}



.nav-underline .nav-link {
  border: 0;
  font-size: 18px;

}

.padd-bottom-cards>div{
  margin-bottom: 50px;
  border-radius: 8px;



}



.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.card-footer {
  background: none;
  border: 0;
  padding: 0;
}

.sticky-top{
  top:80px !important;
}



@media (min-width: 1200px) {
  .sticky-xl-top {
    top: 0px !important;
  }


  .newsten-footer-nav ul {
    width: 50%;
    margin: auto;
  }

}

figure {

  width: 100%;
}


.photo-max-width {
  max-width: 1000px;
  margin: auto;
}



.separator-card > div:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: -25px;
  right: 0px;
  left: 0px;
  border-top: 1px dotted rgb(108 108 108 / 20%);
}


.section-block{
  margin-bottom: 40px;
}


.bg-gray {
  background-color: #dcebfd !important;
}


.border-card {
  border-right: 1px dotted #c9c9c9;
  padding: 0 15px;
  border-left: 1px dotted #c9c9c9;
}


.text-nav-home {
  color: #ee5454 !important;
  font-weight: bold;

  font-size: 17px !important;

  font-family: "cairo";
}

.sticky-50 {
  position: sticky;
  top: 50px;
  z-index: 0555555;
  background: white;
}

.active>.page-link, .page-link.active {
  color:white;
  background-color: #3f4da0;
}

.blog-description p {
  text-align: justify;

}
video{
  width: 100%!important;
}
.post-meta-tag:hover{
  color: white!important;
}
.post-meta-tag:hover{
  background-color: #f05656!important;
}

.navicon i {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 22px;
  border-radius: 8px;
  text-align: center;
  color: #d2d2d2;
}

.sidenav-nav li {
  border-bottom: 1px solid #d5d5d5;
  margin: 1px 0;
}

.video-js .vjs-big-play-button {
  top: 40%!important;
  left: 39%!important;
}

.card-footer-link a, .card-footer-link small {
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 0.5rem !important;
  color: #797494 !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

nav.alahed {
  position: relative;
  display: flex;

}

nav.alahed button {
  align-self: stretch;
  transition: all .4s ease-out;
  padding: 0 0 0 1rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #3d4c9e;

}
nav.alahed button.hidden {
  transition: none;

  width: 0;
  padding: 0;
  overflow: hidden;
}
nav.alahed button::after {
  content: attr(count);
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  background: #f05656;
  color: #f2f2f2;
  border-radius: 50%;
  font-size: 16px;
  line-height: 16px;
  margin-right: 0.5rem;
  margin-left: calc(-1rem + 0px);
}
nav.alahed ul.links {
  display: flex;

  flex: 1;
  overflow: hidden;
}
nav.alahed ul.links li {
  flex: none;
  padding: 0.5em 0 0.5em  1rem;
  list-style: none;
}

nav.alahed ul.links li a {
  color: #404040;
}
nav.alahed ul.hidden-links {
  position: absolute;
  background: #dcebfd;
  left: 0;
  top: 100%;
  width: inherit;
  z-index: 1555;
}
nav.alahed ul.hidden-links.hidden {
  display: none;
}
nav.alahed ul.hidden-links li {
  padding: 0.5em 1rem;
  list-style: none;
}

.h5, h5 {
    font-size: 1rem!important;
}
.blog-description p{
   margin-top:1.5rem !important;
}
.lg-outer {
    direction: ltr!important;
}
.social-icons {
      
            margin: 20px 0 0 0;
        }
        .social-icons a {
            color: #555;
            font-size: 22px;
            transition: all 0.3s ease;
            padding:5px;
        }
        .social-icons a:hover {
            transform: translateY(-3px);
        }
        .facebook:hover { color: #3e5ba9; }
        .twitter:hover { color: #1DA1F2; }
        .telegram:hover { color: #0088CC; }
        .whatsapp:hover { color: #25D366; }
        
.offcanvas.offcanvas-bottom {
    height: auto;
}

iframe{
        width: 100%!important;
}
.liveframe{
    height:450px;
    width: 100%!important; 
}
@media only screen and (max-width:480px) {
.liveframe{
    height:100%!important; 
    width: 100%!important; 
}
}