
:root {
  --thm-base: #ef5774;
  --thm-base-rgb: 255, 170, 23;
  --thm-black: #222429;
  --thm-text: #686a6f;
}
.page-banner .banner-inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 3;
}

.page-banner .inner-container {
  position: relative;
  padding: 70px 0px 95px;
  background: black;
}

.page-banner h1 {
  position: relative;
  font-size: 55px;
  color: #ffffff;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.page-banner .page-nav {
  position: relative;
  padding-top: 5px;
  text-align: center;
}

.page-banner .bread-crumb {
  position: relative;
  display: inline-block;
}

.page-banner .bread-crumb li {
  position: relative;
  float: right;
  font-size: 20px;
  line-height: 30px;
  color: #ccd6df;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
  padding-left: 15px;
  margin-left: 15px;
  letter-spacing: 0;
  font-family: var(--thm-font);
}

.page-banner .bread-crumb li:before {
  position: absolute;
  left: -15px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  content: "-";
}

.page-banner .bread-crumb li:last-child {
  padding-left: 0;
  margin-left: 0;
}

.page-banner .bread-crumb li:last-child:before {
  display: none;
}

.page-banner .bread-crumb li a {
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
  color: var(--thm-base);
}


/***

====================================================================
23.	News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 120px 35px 90px;
}

.news-section.alt-bg {
  background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.news-section .more-box {
  position: relative;
  display: block;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 10px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.news-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
}

.news-block .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.news-block .lower-box {
  position: relative;
  padding: 0px 20px 0px;
}

.news-block .post-meta {
  position: relative;
  top: -27px;
  margin: 0 10px -3px;
}

.news-block .post-meta ul {
  position: relative;
  display: block;
  padding: 10px 5px 0px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.news-block .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 10px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--thm-font);
}

.news-block .post-meta ul li .far,
.news-block .post-meta ul li .fa {
  position: relative;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle;
}

.news-block .lower-box h5 {
  text-transform: uppercase;
  font-size: 34px;
  color: var(--thm-black);
  margin-bottom: 35px;
}

.news-block .lower-box h5 a {
  color: var(--thm-black);
  -webkit-transition: 500ms;
  transition: 500ms;
  font-size: 30px;
}

.news-block .lower-box h5 a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}

.news-block .lower-box .text {
  position: relative;
  top: -5px;
  color: var(--thm-text);
  display: block;
}

.news-block .lower-box .link-box {
  position: relative;
  margin-top: 20px;
}

.news-block .lower-box .link-box a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #d3d3d4;
  border-radius: 50%;
}

.news-block .lower-box .link-box a span {
  font-weight: 700;
  vertical-align: middle;
}

.news-block .lower-box .link-box a:hover {
  background: var(--thm-base);
  color: var(--thm-black);
}

.news-block-two {
  position: relative;
  margin-bottom: 40px;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
}

.news-block-two .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
}

.news-block-two .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.news-block-two .lower-box {
  position: relative;
  padding: 30px 0px 0px;
}

.news-block-two .post-meta {
  position: relative;
  display: block;
}

.news-block-two .post-meta ul {
  position: relative;
  display: block;
}

.news-block-two .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 5px 0px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--thm-font);
}

.news-block-two .post-meta ul li .far,
.news-block-two .post-meta ul li .fa {
  position: relative;
  top: -2px;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle;
}

.news-block-two .lower-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  margin-bottom: 30px;
}

.news-block-two .lower-box h4 a {
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block-two .lower-box h4 a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}

.news-block-two .lower-box .text {
  position: relative;
  top: -5px;
  display: block;
}

.news-block-two .lower-box .link-box {
  position: relative;
  margin-top: 20px;
}

.news-block-two .lower-box .link-box a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--thm-black);
  letter-spacing: 0px;
  font-family: var(--thm-font);
}

.news-block-two .lower-box .link-box a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
}

.news-block-two .lower-box .link-box a:hover {
  color: var(--thm-base);
}

.news-block-two .lower-box .link-box a:hover:before {
  border-color: var(--thm-black);
}

.news-block-two .image-box .vid-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
}

.news-block-two .image-box .vid-link .icon {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: var(--thm-black);
  background: var(--thm-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news-block-two .image-box .vid-link:hover .icon {
  background: var(--thm-black);
  color: var(--thm-base);
}

.news-block-three {
  position: relative;
  margin-bottom: 30px;
}

.news-block-three .inner-box {
  position: relative;
  display: block;
  padding: 50px 50px 40px;
  background: #f4f5f8;
  border-radius: 7px;
}

.news-block-three .quote-icon {
  position: relative;
  display: block;
  top: 30px;
  font-weight: 400;
  font-size: 150px;
  line-height: 0.4em;
  color: var(--thm-base);
  margin-bottom: 10px;
}

.news-block-three .link-icon {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  color: var(--thm-base);
  margin-bottom: 15px;
}

.news-block-three .inner-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  font-weight: 400;
  margin-bottom: 0px;
}

.news-block-three .inner-box h4 a {
  color: var(--thm-black);
}

.news-block-three .inner-box:hover h4 a {
  color: var(--thm-base);
  text-decoration: underline;
}

.news-block-three .inner-box .text {
  position: relative;
  top: -5px;
  display: block;
  margin: 0;
}

.news-block-three .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sidebar-page-container .more-box {
  position: relative;
  padding-top: 20px;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing:0em;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0em;
  padding: 19px 50px 16px;
  z-index: 1;
  color: white;
}

.btn-style-one:hover {
  background: var(--thm-base);
  color: #ffffff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

/* Sidebar */
.sidebar-page-container .sidebar-side {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .sidebar {
  position: relative;
}

.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  padding: 45px 45px;
  background: #f4f5f8;
  border-radius: 7px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-title h4 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.1em;
  color: var(--thm-black);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0em;
  margin-bottom: 0px;
}


.sidebar-page-container{
    direction: rtl;
    margin-top: 5%;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--thm-base);
  color: var(--thm-black);
  display: block;
  font-size: 14px;
  width: 100%;
  height: 80px;
  border: 1px solid var(--thm-base);
  font-family: var(--thm-b-font);
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.sidebar .search-box .form-group :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.sidebar .search-box .form-group ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.sidebar .search-box .form-group ::placeholder {
  opacity: 1;
  color: inherit;
}

.sidebar .search-box .form-group input:focus {
  border-color: var(--thm-black);
}

.sidebar .search-box .form-group button {
  position: absolute;
  top: 26%;
  left: 10%;
  height: 80px;
  width: 60px;
  line-height: 80px;
  display: block;
  font-size: 24px;
  color: var(--thm-black);
  background: none;
  font-weight: normal;
  border:0;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
  color: #181b1f;
}

.sidebar .recent-posts .post {
  position: relative;
  font-size: 20px;
  color: var(--thm-text);
  padding: 7px 0px 0px 85px;
  min-height: 62px;
  margin-bottom: 30px;
}

.sidebar .recent-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .recent-posts .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.sidebar .recent-posts .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar .recent-posts .post:hover .post-thumb img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.sidebar .recent-posts .text {
  font-size: 20px;
  line-height: 1.3em;
  color: var(--thm-text);
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0em;
  max-width: 170px;
}

.sidebar .recent-posts .text a {
  color: var(--thm-text);
}

.sidebar .recent-posts .text a:hover {
  color: var(--thm-black);
}

.sidebar .popular-tags .tags-list {
  padding-right: 20px;
}

.sidebar .popular-tags .tags-list li,
.sidebar .popular-tags .tags-list a {
  position: relative;
  color: var(--thm-text);
  display: inline-block;
}

.sidebar .popular-tags .tags-list a {
  position: relative;
  display: inline-block;
  line-height: 1.45em;
  text-align: center;
  color: var(--thm-text);
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.sidebar .recent-comments .comment {
  position: relative;
  font-size: 20px;
  color: var(--thm-text);
  padding: 0px 0px 0px 70px;
  min-height: 48px;
  margin-bottom: 30px;
}

.sidebar .recent-comments .comment:last-child {
  margin-bottom: 0px;
}

.sidebar .recent-comments .comment .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  background-color: #d2d2d2;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .recent-comments .comment:hover .icon {
  background: var(--thm-base);
}

.sidebar .recent-comments .comment .text {
  font-size: 15px;
  line-height: 24px;
  color: var(--thm-text);
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Noto Kufi Arabic';
}

.sidebar .recent-comments .comment .text a {
  color: var(--thm-text);
}

.sidebar .recent-comments .comment .text a:hover {
  color: var(--thm-black);
}
.sidebar .archives ul {
  position: relative;
}

.sidebar .archives ul li {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--thm-text);
  margin-bottom: 15px;
}

.sidebar .archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar .archives ul li a {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.sidebar .archives ul li:hover a,
.sidebar .archives ul li.active a {
  color: var(--thm-black);
  font-weight: 400;
}

.sidebar .archives ul li a:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}
.login-content h3,.login-content h4{
    text-align:center;
}