body.pace-done .site-container > * {
  filter: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #d00918;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #d00918, 0 0 5px #d00918;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #d00918;
  border-left-color: #d00918;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@font-face {
  font-family: "Greta";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/greta/Greta_Arabic_Regular.eot?") format("eot"), url("fonts/greta/Greta_Arabic_Regular.woff") format("woff"), url("fonts/greta/Greta_Arabic_Regular.otf") format("opentype"); }
body {
  color: #000;
  font-family: Helvetica Neue W23, Arial, Helvetica, sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2;
  background-color: #f6f6f6;
  direction: rtl;
  text-align: right; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

*:focus {
  outline: none; }

.center, .close-btn::before, .close-btn::after, .entry-box .entry-icon-media i, .entry-box-4 .entry-box-icon, .entry-box-4 .entry-box-icon i, .mobile-menu .social a i, .main-header .item i, .main-footer .social a i, .widget-19 .swiper-button i, .page-share a i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%); }

.transition, body .site-container > *, body .site-container .main-header > *, .close-btn, .swiper-container .swiper-wrapper, .entry-box .entry-icon-media, .entry-box-1 .entry-box-image img, .entry-box-4 .entry-box-icon, .widget-style-1 .widget-header .widget-header-link::before, .widget-style-2 .widget-header-tabs .tabs a.selected::before, .widget-style-2 .widget-header-tabs .tabs a.active::before, .mobile-menu, .search-overlay, .search-box, .search-box form label, .search-box form .line, .main-header .main-menu .menu > li > ul, .main-header .main-menu .menu > li > ul li a, .main-header .main-menu .menu > li > ul li a::before, .main-header .item, .main-footer .social a, .widget-15 .entry-box .entry-box-image::before, .page-contact .contact-form .form-group input, .page-contact .contact-form .form-group label, .page-contact .contact-form .form-group .line {
  -webkit-transition: all 500ms, color 200ms;
  -moz-transition: all 500ms, color 200ms;
  -ms-transition: all 500ms, color 200ms;
  -o-transition: all 500ms, color 200ms;
  transition: all 500ms, color 200ms; }

.radius {
  border-radius: 4px; }

.shadow {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1); }

.close-btn {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  z-index: 4;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .close-btn, .close-btn::before, .close-btn::after {
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
  .close-btn::before, .close-btn::after {
    width: 1px;
    height: 14px;
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background-color: #000; }
  .close-btn::before {
    transform: translate(50%, -50%) rotate(45deg); }
  .close-btn::after {
    transform: translate(50%, -50%) rotate(-45deg);
    transition-duration: 0.8s; }
  .close-btn:hover::before, .close-btn:hover::after {
    background-color: #d00918; }
  .close-btn:hover::before {
    transform: translate(50%, -50%) rotate(45deg) scale(1.5); }
  .close-btn:hover::after {
    transform: translate(50%, -50%) rotate(-45deg) scale(1.5); }

.marquee {
  direction: ltr;
  overflow: hidden; }
  .marquee > * {
    direction: rtl; }

.swiper-container .swiper-wrapper {
  opacity: 1; }
  .swiper-container .swiper-wrapper.opacity {
    opacity: 0;
    height: 200px;
    overflow: hidden; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d00918;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .lds-ellipsis div:nth-child(1) {
      left: 6px;
      animation: lds-ellipsis1 0.6s infinite; }
    .lds-ellipsis div:nth-child(2) {
      left: 6px;
      animation: lds-ellipsis2 0.6s infinite; }
    .lds-ellipsis div:nth-child(3) {
      left: 26px;
      animation: lds-ellipsis2 0.6s infinite; }
    .lds-ellipsis div:nth-child(4) {
      left: 45px;
      animation: lds-ellipsis3 0.6s infinite; }
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.font-size-12 {
  font-size: 12px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-34 {
  font-size: 34px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-38 {
  font-size: 38px !important; }

@media (min-width: 576px) {
  .font-size-sm-12 {
    font-size: 12px !important; }

  .font-size-sm-14 {
    font-size: 14px !important; }

  .font-size-sm-16 {
    font-size: 16px !important; }

  .font-size-sm-18 {
    font-size: 18px !important; }

  .font-size-sm-20 {
    font-size: 20px !important; }

  .font-size-sm-22 {
    font-size: 22px !important; }

  .font-size-sm-24 {
    font-size: 24px !important; }

  .font-size-sm-28 {
    font-size: 28px !important; }

  .font-size-sm-30 {
    font-size: 30px !important; }

  .font-size-sm-32 {
    font-size: 32px !important; }

  .font-size-sm-34 {
    font-size: 34px !important; }

  .font-size-sm-36 {
    font-size: 36px !important; }

  .font-size-sm-38 {
    font-size: 38px !important; } }
@media (min-width: 768px) {
  .font-size-md-12 {
    font-size: 12px !important; }

  .font-size-md-14 {
    font-size: 14px !important; }

  .font-size-md-16 {
    font-size: 16px !important; }

  .font-size-md-18 {
    font-size: 18px !important; }

  .font-size-md-20 {
    font-size: 20px !important; }

  .font-size-md-22 {
    font-size: 22px !important; }

  .font-size-md-24 {
    font-size: 24px !important; }

  .font-size-md-28 {
    font-size: 28px !important; }

  .font-size-md-30 {
    font-size: 30px !important; }

  .font-size-md-32 {
    font-size: 32px !important; }

  .font-size-md-34 {
    font-size: 34px !important; }

  .font-size-md-36 {
    font-size: 36px !important; }

  .font-size-md-38 {
    font-size: 38px !important; } }
@media (min-width: 992px) {
  .font-size-lg-12 {
    font-size: 12px !important; }

  .font-size-lg-14 {
    font-size: 14px !important; }

  .font-size-lg-16 {
    font-size: 16px !important; }

  .font-size-lg-18 {
    font-size: 18px !important; }

  .font-size-lg-20 {
    font-size: 20px !important; }

  .font-size-lg-22 {
    font-size: 22px !important; }

  .font-size-lg-24 {
    font-size: 24px !important; }

  .font-size-lg-28 {
    font-size: 28px !important; }

  .font-size-lg-30 {
    font-size: 30px !important; }

  .font-size-lg-32 {
    font-size: 32px !important; }

  .font-size-lg-34 {
    font-size: 34px !important; }

  .font-size-lg-36 {
    font-size: 36px !important; }

  .font-size-lg-38 {
    font-size: 38px !important; } }
@media (min-width: 1200px) {
  .font-size-xl-12 {
    font-size: 12px !important; }

  .font-size-xl-14 {
    font-size: 14px !important; }

  .font-size-xl-16 {
    font-size: 16px !important; }

  .font-size-xl-18 {
    font-size: 18px !important; }

  .font-size-xl-20 {
    font-size: 20px !important; }

  .font-size-xl-22 {
    font-size: 22px !important; }

  .font-size-xl-24 {
    font-size: 24px !important; }

  .font-size-xl-28 {
    font-size: 28px !important; }

  .font-size-xl-30 {
    font-size: 30px !important; }

  .font-size-xl-32 {
    font-size: 32px !important; }

  .font-size-xl-34 {
    font-size: 34px !important; }

  .font-size-xl-36 {
    font-size: 36px !important; }

  .font-size-xl-38 {
    font-size: 38px !important; } }
.entry-box .entry-box-image {
  position: relative; }
  .entry-box .entry-box-image .image {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .entry-box .entry-box-image .image::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      opacity: 1;
      background-color: #e9ebee;
      background-image: linear-gradient(to left, #e9ebee 0, #f4f5f6 20%, #e9ebee 40%, #e9ebee 100%);
      background-repeat: no-repeat;
      background-size: 1000px 900px;
      -webkit-animation: 1s linear infinite forwards bs-lazy-anim;
      -moz-animation: 1s linear infinite forwards bs-lazy-anim;
      animation: 1.01s linear infinite forwards bs-lazy-anim;
      background-image: linear-gradient(to right, #e9ebee 0, #f4f5f6 20%, #e9ebee 40%, #e9ebee 100%);
      -webkit-animation-direction: reverse;
      -moz-animation-direction: reverse;
      animation-direction: reverse; }
    .entry-box .entry-box-image .image img {
      position: relative;
      z-index: 2; }
    .entry-box .entry-box-image .image.b-lazy {
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      max-width: 100%; }
    .entry-box .entry-box-image .image.b-loaded::after {
      background: 0 0;
      opacity: 0;
      animation: none; }
@-webkit-keyframes bs-lazy-anim {
  from {
    background-position: -800px 0; }
  to {
    background-position: 400px 0; } }
@-moz-keyframes bs-lazy-anim {
  from {
    background-position: -800px 0; }
  to {
    background-position: 400px 0; } }
@-o-keyframes bs-lazy-anim {
  from {
    background-position: -800px 0; }
  to {
    background-position: 400px 0; } }
@keyframes bs-lazy-anim {
  from {
    background-position: -800px 0; }
  to {
    background-position: 400px 0; } }
.entry-box .entry-icon-media {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7); }
.entry-box:hover .entry-icon-media {
  background-color: rgba(208, 9, 24, 0.7); }

.entry-box-1 {
  position: relative; }
  .entry-box-1 .entry-box-image {
    overflow: hidden; }
    .entry-box-1 .entry-box-image > a.image::before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 3;
      content: '';
      background: rgba(0, 0, 0, 0.8);
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); }
    .entry-box-1 .entry-box-image img {
      width: 100%; }
  .entry-box-1 .entry-box-category {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    background-color: #d00918; }
    .entry-box-1 .entry-box-category, .entry-box-1 .entry-box-category a {
      color: #fff; }
  .entry-box-1 .entry-box-body {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    width: 100%; }
  .entry-box-1 .entry-box-title, .entry-box-1 .entry-box-title a {
    color: #fff; }
  .entry-box-1 .entry-box-time {
    color: #f8f9fa; }
  .entry-box-1:hover .entry-box-image img {
    transform: scale(1.05) translateY(-4px); }

.entry-box-2 .entry-box-tools {
  font-size: 14px; }
  .entry-box-2 .entry-box-tools, .entry-box-2 .entry-box-tools a {
    color: #adb5bd; }
  .entry-box-2 .entry-box-tools a:hover {
    color: #d00918; }

.entry-box-3 {
  position: relative; }
  .entry-box-3 .entry-box-image > a.image::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); }
  .entry-box-3 .entry-box-image img {
    width: 100%; }
  .entry-box-3 .entry-box-category {
    background-color: #d00918; }
    .entry-box-3 .entry-box-category, .entry-box-3 .entry-box-category a {
      color: #fff; }
  .entry-box-3 .entry-box-body {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 4;
    width: 100%;
    transform: translateY(-50%); }
  .entry-box-3 .entry-box-title, .entry-box-3 .entry-box-title a {
    color: #fff; }
  .entry-box-3 .entry-box-time {
    color: #f8f9fa; }

.entry-box-4 .entry-box-image img {
  width: 100%; }
.entry-box-4 .entry-box-icon {
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7); }
  .entry-box-4 .entry-box-icon, .entry-box-4 .entry-box-icon i {
    z-index: 5; }
  .entry-box-4 .entry-box-icon.size-1 {
    width: 55px;
    height: 55px; }
  .entry-box-4 .entry-box-icon.size-2 {
    width: 38px;
    height: 38px; }
.entry-box-4:hover .entry-box-icon {
  background-color: rgba(208, 9, 24, 0.7); }

.entry-box-5 .entry-box-category {
  background-color: #d00918; }
  .entry-box-5 .entry-box-category, .entry-box-5 .entry-box-category a {
    color: #fff; }
.entry-box-5 .entry-box-title, .entry-box-5 .entry-box-title a {
  color: #fff; }
.entry-box-5 .entry-box-time {
  color: #f8f9fa; }

.entry-box-6 {
  position: relative; }
  .entry-box-6::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    border-radius: 50%;
    background-color: #fff; }
  .entry-box-6 .entry-box-title, .entry-box-6 .entry-box-title a {
    color: #fff; }
  .entry-box-6 .entry-box-title a:hover {
    text-decoration: underline; }

.widget-style-1 .widget-header {
  height: 50px;
  border-bottom: 1px solid #f1f1f1; }
  .widget-style-1 .widget-header .widget-header-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 50px; }
  .widget-style-1 .widget-header .widget-header-link {
    color: #d00918;
    position: relative;
    line-height: 50px; }
    .widget-style-1 .widget-header .widget-header-link::before {
      width: 30%;
      height: 2px;
      position: absolute;
      bottom: 0;
      right: 0;
      content: '';
      background-color: #d00918; }
    .widget-style-1 .widget-header .widget-header-link:hover::before {
      width: 100%; }

.widget-style-2 .widget-header .widget-header-title {
  font-weight: 700;
  font-size: 22px; }
.widget-style-2 .widget-header .widget-header-link {
  color: #d00918; }
.widget-style-2 .widget-header-tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.widget-style-2 .widget-header-tabs .tabs a {
  color: #adb5bd;
  font-size: 22px;
  position: relative; }
  .widget-style-2 .widget-header-tabs .tabs a.selected, .widget-style-2 .widget-header-tabs .tabs a.active {
    color: #d00918;
    font-weight: 700; }
    .widget-style-2 .widget-header-tabs .tabs a.selected::before, .widget-style-2 .widget-header-tabs .tabs a.active::before {
      width: 30%;
      height: 2px;
      position: absolute;
      bottom: 0;
      right: 0;
      content: '';
      background-color: #d00918; }
    .widget-style-2 .widget-header-tabs .tabs a.selected:hover::before, .widget-style-2 .widget-header-tabs .tabs a.active:hover::before {
      width: 100%; }

.widget-style-3 .widget-header {
  height: 55px;
  overflow: hidden;
  position: relative; }
  .widget-style-3 .widget-header .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 55px; }
  .widget-style-3 .widget-header .icon {
    color: #ffffff;
    font-size: 48px;
    position: absolute;
    bottom: -5px;
    left: 10px; }
  .widget-style-3 .widget-header.facebook {
    background-color: #3b5998; }
  .widget-style-3 .widget-header.twitter {
    background-color: #1da1f2; }
  .widget-style-3 .widget-header.instagram {
    background-image: -moz-linear-gradient(0deg, #ffc659 0%, #ff7268 11%, #ff1e77 63%, #d82a9d 89%, #b035c2 100%);
    background-image: -webkit-linear-gradient(0deg, #ffc659 0%, #ff7268 11%, #ff1e77 63%, #d82a9d 89%, #b035c2 100%);
    background-image: -ms-linear-gradient(0deg, #ffc659 0%, #ff7268 11%, #ff1e77 63%, #d82a9d 89%, #b035c2 100%); }

.mobile-menu {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  overflow-y: auto;
  background-color: #dee2e6;
  width: 100%;
  height: 90%;
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -o-calc(100% - 100px);
  height: calc(100% - 100px);
  opacity: 0;
  visibility: hidden; }
  .mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .mobile-menu .menu > li {
    border-bottom: 1px solid #ced4da; }
    .mobile-menu .menu > li > a {
      display: block;
      font-size: 18px;
      padding: 18px 20px; }
      .mobile-menu .menu > li > a:active, .mobile-menu .menu > li > a:hover {
        background-color: #e9ecef; }
  .mobile-menu .bar {
    background-color: #ced4da; }
    .mobile-menu .bar, .mobile-menu .bar .social {
      min-height: 50px; }
  .mobile-menu .social a {
    width: 34px;
    height: 34px;
    display: block;
    color: #222222;
    font-size: 16px;
    position: relative;
    border-radius: 50%;
    background-color: #ffffff; }
    .mobile-menu .social a:hover {
      color: #ffffff; }
      .mobile-menu .social a:hover[class*="facebook"] {
        background-color: #3b5998; }
      .mobile-menu .social a:hover[class*="twitter"] {
        background-color: #1da1f2; }
      .mobile-menu .social a:hover[class*="youtube"] {
        background-color: #ff0000; }
      .mobile-menu .social a:hover[class*="rss"] {
        background-color: #f26522; }
      .mobile-menu .social a:hover[class*="instagram"] {
        background-color: #c13584; }
      .mobile-menu .social a:hover[class*="google"] {
        background-color: #dd4b39; }
      .mobile-menu .social a:hover[class*="whatsapp"] {
        background-color: #075e54; }
      .mobile-menu .social a:hover[class*="telegram"] {
        background-color: #0088cc; }

body.mobile-menu-active {
  overflow: hidden;
  position: relative; }
  body.mobile-menu-active .mobile-menu {
    opacity: 1;
    visibility: visible !important; }

.wrapper-menu {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  direction: ltr;
  transition: transform 330ms ease-out; }
  body.mobile-menu-active .wrapper-menu, .wrapper-menu.active {
    transform: rotate(-45deg); }
  .wrapper-menu .line-menu {
    background-color: #d00918;
    border-radius: 5px;
    width: 100%;
    height: 3px; }
    .wrapper-menu .line-menu.half {
      width: 50%; }
    .wrapper-menu .line-menu.start {
      transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: right; }
    .wrapper-menu .line-menu.end {
      align-self: flex-end;
      transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
      transform-origin: left; }
  body.mobile-menu-active .wrapper-menu .line-menu.start, .wrapper-menu.active .line-menu.start {
    transform: rotate(-90deg) translateX(3px); }
  body.mobile-menu-active .wrapper-menu .line-menu.end, .wrapper-menu.active .line-menu.end {
    transform: rotate(-90deg) translateX(-3px); }

.search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 45;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0; }

.search-box {
  position: relative;
  z-index: 46;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-color: #dee2e6; }
  .search-box .typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite; }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .search-box form {
    height: 60px;
    position: relative; }
    .search-box form input {
      width: 100%;
      height: 100%;
      border: none;
      color: #000;
      font-size: 20px;
      border-bottom: 2px solid #adb5bd;
      background-color: transparent; }
      .search-box form input:focus ~ .line, .search-box form input.not-empty ~ .line {
        width: 100%; }
      .search-box form input:focus ~ label, .search-box form input.not-empty ~ label {
        top: -10px;
        font-weight: 300;
        font-size: 12px; }
        .search-box form input:focus ~ label .typed-cursor, .search-box form input.not-empty ~ label .typed-cursor {
          visibility: hidden; }
    .search-box form label {
      position: absolute;
      right: 0;
      top: 50%;
      color: #343a40;
      cursor: text;
      font-size: 20px;
      transform: translateY(-50%); }
    .search-box form .line {
      position: absolute;
      bottom: 0;
      right: 50%;
      width: 0;
      height: 2px;
      transform: translateX(50%);
      background-color: #000; }
    .search-box form button {
      position: absolute;
      left: 0;
      top: 50%;
      color: #000;
      font-size: 18px;
      border: none;
      background: none;
      cursor: pointer;
      transform: translateY(-50%);
      border-radius: 4px; }
      .search-box form button:hover {
        color: #fff;
        background-color: #d00918; }

body.search-active {
  position: relative;
  overflow: hidden; }
  body.search-active .search-overlay {
    opacity: 1;
    visibility: visible; }
  body.search-active .search-box {
    height: 108px;
    padding-top: 24px;
    visibility: visible;
    opacity: 1; }
  body.search-active .site-container, body.search-active .top-ads {
    filter: grayscale(100%); }

.main-header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
  z-index: 50; }
  .main-header > [class*="container"], .main-header > [class*="container"] > .row {
    height: 100px; }
  .main-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .main-header .main-menu .menu > li {
    position: relative; }
    .main-header .main-menu .menu > li > a {
      font-size: 16px;
      padding-left: 14px;
      padding-right: 14px; }
    .main-header .main-menu .menu > li:hover > a, .main-header .main-menu .menu > li > a.active {
      color: #d00918; }
    .main-header .main-menu .menu > li > ul {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 10;
      width: 240px;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      transform: translateY(4px) scale(0.97);
      box-shadow: 0 0 20px rgba(50, 117, 208, 0.1); }
      .main-header .main-menu .menu > li > ul::before {
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        bottom: 100%;
        right: 30px;
        content: ''; }
      .main-header .main-menu .menu > li > ul li a {
        display: block;
        padding: 8px 20px;
        position: relative; }
        .main-header .main-menu .menu > li > ul li a:hover {
          background-color: #f8f9fa; }
    .main-header .main-menu .menu > li:hover > ul {
      visibility: visible;
      opacity: 1;
      transform: translateY(0) scale(1); }
  .main-header .item {
    width: 35px;
    height: 35px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
    .main-header .item:hover {
      color: #fff; }
      .main-header .item:hover[class*="facebook"] {
        background-color: #3b5998; }
      .main-header .item:hover[class*="twitter"] {
        background-color: #1da1f2; }
      .main-header .item:hover[class*="instagram"] {
        background-color: #c13584; }
      .main-header .item:hover[class*="telegram"] {
        background-color: #0088cc; }
      .main-header .item:hover[class*="whatsapp"] {
        background-color: #075e54; }
      .main-header .item:hover[class*="youtube"] {
        background-color: #ff0000; }
      .main-header .item:hover[class*="search"] {
        background-color: #e9ecef; }
    .main-header .item[class*="facebook"].active {
      color: #fff;
      background-color: #3b5998; }
    .main-header .item[class*="twitter"].active {
      color: #fff;
      background-color: #1da1f2; }
    .main-header .item[class*="instagram"].active {
      color: #fff;
      background-color: #c13584; }
    .main-header .item[class*="telegram"].active {
      color: #fff;
      background-color: #0088cc; }
    .main-header .item[class*="whatsapp"].active {
      color: #fff;
      background-color: #075e54; }
    .main-header .item[class*="youtube"].active {
      color: #fff;
      background-color: #ff0000; }
    .main-header .item[class*="search"].active {
      color: #fff;
      background-color: #e9ecef; }
    .main-header .item.search span {
      position: absolute; }
    .main-header .item.search .icon {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%) rotate(-45deg); }
      .main-header .item.search .icon .circle {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .main-header .item.search .icon .circle span {
          position: absolute;
          width: 50%;
          overflow: hidden; }
          .main-header .item.search .icon .circle span:before {
            border-radius: 50%;
            content: '';
            position: absolute;
            width: 200%;
            border: 2px solid transparent;
            transform: rotate(45deg);
            box-sizing: border-box; }
          .main-header .item.search .icon .circle span:nth-of-type(1) {
            left: 0;
            top: 0;
            height: 100%; }
            .main-header .item.search .icon .circle span:nth-of-type(1):before {
              top: 0;
              bottom: 0;
              left: 0;
              border-bottom-color: #000;
              border-left-color: #000;
              transition: transform 0.3s cubic-bezier(0, 0, 0, 1) 0.3s; }
          .main-header .item.search .icon .circle span:nth-of-type(2) {
            right: 0;
            top: 0;
            height: 50%; }
            .main-header .item.search .icon .circle span:nth-of-type(2):before {
              top: 0;
              right: 0;
              height: 200%;
              border-top-color: #000;
              transition: transform 0.2s cubic-bezier(0.7, 0, 1, 1) 0.1s; }
          .main-header .item.search .icon .circle span:nth-of-type(3) {
            right: 0;
            height: 50%;
            bottom: 0; }
            .main-header .item.search .icon .circle span:nth-of-type(3):before {
              bottom: 0;
              right: 0;
              height: 200%;
              border-right-color: #000;
              transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0.1s; }
      .main-header .item.search .icon .cross {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .main-header .item.search .icon .cross span:before {
          content: '';
          background: #000;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
        .main-header .item.search .icon .cross span:nth-of-type(1) {
          left: 50%;
          width: 2px;
          top: 0;
          bottom: 0;
          transform: translate3d(-50%, calc(14px / 3.5), 0);
          overflow: hidden;
          transition: transform 0.3s cubic-bezier(0.7, 0, 1, 1); }
          .main-header .item.search .icon .cross span:nth-of-type(1):before {
            transform-origin: bottom;
            transform: translate3d(0, calc(100% - calc(14px / 3.5 + 2px)), 0);
            transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1); }
        .main-header .item.search .icon .cross span:nth-of-type(2) {
          top: 50%;
          height: 2px;
          left: 0;
          right: 0;
          transform: translate3d(0, -50%, 0); }
          .main-header .item.search .icon .cross span:nth-of-type(2):before {
            transform-origin: right;
            transform: scale3d(0, 1, 1);
            transition: transform 0.3s cubic-bezier(0.6, 0, 1, 1); }
    body.search-active .main-header .item.search, .main-header .item.search.active {
      background-color: #e9ecef; }
      body.search-active .main-header .item.search .circle span:nth-of-type(1):before, .main-header .item.search.active .circle span:nth-of-type(1):before {
        transform: rotate(225deg);
        transition: transform 0.2s cubic-bezier(0.7, 0, 1, 1); }
      body.search-active .main-header .item.search .circle span:nth-of-type(2):before, .main-header .item.search.active .circle span:nth-of-type(2):before {
        transform: rotate(135deg);
        transition: transform 0.3s cubic-bezier(0, 0, 0, 1) 0.2s; }
      body.search-active .main-header .item.search .circle span:nth-of-type(3):before, .main-header .item.search.active .circle span:nth-of-type(3):before {
        transform: rotate(-45deg);
        transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s; }
      body.search-active .main-header .item.search .cross span:nth-of-type(1), .main-header .item.search.active .cross span:nth-of-type(1) {
        transform: translate3d(-50%, 0, 0); }
        body.search-active .main-header .item.search .cross span:nth-of-type(1):before, .main-header .item.search.active .cross span:nth-of-type(1):before {
          transform: translate3d(0, 0, 0); }
      body.search-active .main-header .item.search .cross span:nth-of-type(2):before, .main-header .item.search.active .cross span:nth-of-type(2):before {
        transform: scale3d(1, 1, 1);
        transition: transform 0.25s cubic-bezier(0, 0.27, 0.06, 1.01) 0.35s; }
  body.header-fixed .main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50; }

body.header-fixed {
  padding-top: 100px; }

.main-footer .social a {
  width: 35px;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .main-footer .social a:hover {
    color: #ffffff; }
    .main-footer .social a:hover[class*="facebook"] {
      background-color: #3b5998; }
    .main-footer .social a:hover[class*="twitter"] {
      background-color: #1da1f2; }
    .main-footer .social a:hover[class*="instagram"] {
      background-color: #405de6; }
    .main-footer .social a:hover[class*="english"] {
      background-color: #d00918; }
    .main-footer .social a:hover[class*="search"] {
      background-color: #5ecc62; }
.main-footer .links li {
  margin-bottom: 14px; }
  .main-footer .links li a {
    display: block;
    color: #fff;
    font-size: 16px; }
    .main-footer .links li a:hover {
      color: #d00918; }
.main-footer .btn-app {
  height: 48px;
  color: #000;
  font-size: 18px;
  font-family: arial;
  border-radius: 30px;
  background-color: #fff; }
  .main-footer .btn-app:hover {
    color: #fff; }
    .main-footer .btn-app:hover[class*="app-store"] {
      background-color: #5fc9f8; }
    .main-footer .btn-app:hover[class*="google-play"] {
      background-color: #a4c639; }
.main-footer .links-2 a {
  display: block;
  color: #fff;
  font-size: 16px; }
  .main-footer .links-2 a:hover {
    color: #d00918; }
.main-footer .copyright {
  color: #ced4da; }
@media (max-width: 767.98px) {
  .main-footer .links li {
    width: 50%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-footer .links li {
    width: 33.3333333333%; } }
@media (min-width: 768px) {
  .main-footer .links li {
    width: 25%; } }

.widget-1 .row {
  margin-right: -10px;
  margin-left: -10px; }
  .widget-1 .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }
@media (max-width: 991.98px) {
  .widget-1 .box-1 {
    flex: 0 0 100%;
    max-width: 100%; }
  .widget-1 .box-2 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .widget-1 .box-1 {
    flex: 0 0 63.638%;
    max-width: 63.638%;
    margin-left: 2.5%; }
  .widget-1 .box-2 {
    flex: 0 0 33.862%;
    max-width: 33.862%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .widget-1 .entry-box .entry-box-image, .widget-1 .entry-box .entry-box-image > a {
    min-height: 280px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-1 .entry-box .entry-box-image, .widget-1 .entry-box .entry-box-image > a {
    min-height: 334px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-1 .entry-box .entry-box-image, .widget-1 .entry-box .entry-box-image > a {
    min-height: 334px; } }
@media (min-width: 1200px) {
  .widget-1 .entry-box .entry-box-image, .widget-1 .entry-box .entry-box-image > a {
    min-height: 400px; } }

.widget-1-2 {
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative; }
  .widget-1-2::before, .widget-1-2::after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    content: ''; }
  .widget-1-2::before {
    right: 0; }
  .widget-1-2::after {
    left: 0; }
  .widget-1-2 > div {
    position: relative;
    z-index: 2; }
  @media (max-width: 991.98px) {
    .widget-1-2 {
      background-size: cover; }
      .widget-1-2::before, .widget-1-2::after {
        background-color: rgba(17, 17, 17, 0.7); } }
  @media (min-width: 992px) {
    .widget-1-2, .widget-1-2 > div {
      height: 500px; }
    .widget-1-2::before {
      background: #111111;
      background: -webkit-linear-gradient(right, #111111, rgba(17, 17, 17, 0));
      background: linear-gradient(to left, #111111, rgba(17, 17, 17, 0)); }
    .widget-1-2::after {
      background: #111111;
      background: -webkit-linear-gradient(left, #111111, rgba(17, 17, 17, 0));
      background: linear-gradient(to right, #111111, rgba(17, 17, 17, 0)); } }

@media (max-width: 1199.98px) {
  .widget-2 .widget-body, .widget-2 .widget-body .scroll-bar-container, .widget-2 .widget-body .scroll-container {
    min-height: 284px !important;
    height: 284px !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-2 .widget-body, .widget-2 .widget-body .scroll-bar-container, .widget-2 .widget-body .scroll-container {
    min-height: 284px !important;
    height: 284px !important; } }
@media (min-width: 1200px) {
  .widget-2 .widget-body, .widget-2 .widget-body .scroll-bar-container, .widget-2 .widget-body .scroll-container {
    min-height: 350px !important;
    height: 350px !important; } }

.widget-3 .row {
  margin-right: -10px;
  margin-left: -10px; }
.widget-3 [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }

@media (max-width: 991.98px) {
  .widget-4 .box-1 {
    flex: 0 0 100%;
    max-width: 100%; }
  .widget-4 .box-2 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .widget-4 .box-1 {
    flex: 0 0 63.638%;
    max-width: 63.638%;
    margin-left: 2.5%; }
  .widget-4 .box-2 {
    flex: 0 0 33.862%;
    max-width: 33.862%; } }

.widget-5 .entry-box .entry-box-title {
  height: 48px;
  overflow: hidden; }

.widget-6 .entry-box .entry-box-title {
  height: 72px;
  overflow: hidden; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-10 .column-1 .entry-box .entry-box-body {
    min-height: 180px; } }
@media (min-width: 1200px) {
  .widget-10 .column-1 .entry-box .entry-box-body {
    min-height: 120px; } }
@media (min-width: 992px) {
  .widget-10 .column-1 {
    flex: 0 0 66.7%;
    max-width: 66.7%;
    margin-left: 0.91%; }
  .widget-10 .column-2 {
    flex: 0 0 32.39%;
    max-width: 32.39%; } }

.widget-12 .row {
  margin-right: -10px;
  margin-left: -10px; }
.widget-12 [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }

.widget-13 .row {
  margin-right: -10px;
  margin-left: -10px; }
.widget-13 [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }

.widget-15 .item {
  height: 400px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  .widget-15 .item .entry-box-type {
    font-weight: 700;
    font-size: 24px; }
    .widget-15 .item .entry-box-type, .widget-15 .item .entry-box-type a {
      color: #d00918; }
  .widget-15 .item .entry-box-title {
    font-weight: 700;
    font-size: 32px; }
    .widget-15 .item .entry-box-title, .widget-15 .item .entry-box-title a {
      color: #fff; }
  .widget-15 .item .entry-box-desc {
    font-weight: 700;
    font-size: 20px; }
    .widget-15 .item .entry-box-desc, .widget-15 .item .entry-box-desc a {
      color: #fff; }
.widget-15 .entry-box {
  cursor: pointer; }
  .widget-15 .entry-box .entry-box-image::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    content: '';
    background-color: transparent; }
.widget-15.widget-js .entry-box a {
  pointer-events: none; }
.widget-15.widget-js .entry-box.active .entry-box-image::before {
  background-color: rgba(208, 9, 24, 0.5); }

.widget-breaking {
  background-color: #a60202; }
  .widget-breaking .header-title {
    color: #f6ed36;
    font-weight: 700;
    font-size: 30px; }
  .widget-breaking .header-icon {
    color: #ffffff;
    font-size: 32px; }
  .widget-breaking .item {
    color: #ffffff;
    font-size: 20px; }
  .widget-breaking .close {
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: transparent; }
    .widget-breaking .close, .widget-breaking .close::before, .widget-breaking .close::after {
      transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    .widget-breaking .close::before, .widget-breaking .close::after {
      width: 2px;
      height: 14px;
      content: '';
      position: absolute;
      top: 50%;
      right: 50%;
      background-color: #ffffff; }
    .widget-breaking .close::before {
      transform: translate(50%, -50%) rotate(45deg); }
    .widget-breaking .close::after {
      transform: translate(50%, -50%) rotate(-45deg);
      transition-duration: 0.8s; }
    .widget-breaking .close:hover {
      background-color: #da1514; }
      .widget-breaking .close:hover::before {
        transform: translate(50%, -50%) rotate(45deg) scale(1.5); }
      .widget-breaking .close:hover::after {
        transform: translate(50%, -50%) rotate(-45deg) scale(1.5); }
  .widget-breaking.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%; }

.widget-19 .row {
  margin-right: -10px;
  margin-left: -10px; }
.widget-19 [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }
.widget-19 .swiper-button {
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin-left: -1px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eeeeee; }
  .widget-19 .swiper-button:hover {
    color: #fff;
    border-color: #a40713;
    background-color: #d00918; }

.video-live-fixed {
  position: fixed;
  left: 30px;
  top: 70%;
  top: -moz-calc(100% - 330px);
  top: -webkit-calc(100% - 330px);
  top: -o-calc(100% - 330px);
  top: calc(100% - 330px);
  z-index: 500;
  width: 440px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #222;
  transition: none !important;
  box-shadow: 0 0 15px rgba(34, 34, 34, 0.5); }
  .video-live-fixed .header {
    display: flex;
    align-items: center;
    height: 48px;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #151515; }
    .video-live-fixed .header .link {
      color: #ffffff;
      font-size: 18px; }
  .video-live-fixed .close {
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: auto;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: transparent; }
    .video-live-fixed .close, .video-live-fixed .close::before, .video-live-fixed .close::after {
      transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    .video-live-fixed .close::before, .video-live-fixed .close::after {
      width: 1px;
      height: 12px;
      content: '';
      position: absolute;
      top: 50%;
      right: 50%;
      background-color: #ffffff; }
    .video-live-fixed .close::before {
      transform: translate(50%, -50%) rotate(45deg); }
    .video-live-fixed .close::after {
      transform: translate(50%, -50%) rotate(-45deg);
      transition-duration: 0.8s; }
    .video-live-fixed .close:hover {
      background-color: #da1514; }
      .video-live-fixed .close:hover::before {
        transform: translate(50%, -50%) rotate(45deg) scale(1.3); }
      .video-live-fixed .close:hover::after {
        transform: translate(50%, -50%) rotate(-45deg) scale(1.3); }
  @media (max-width: 575px) {
    .video-live-fixed {
      display: none; } }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.page-share a {
  width: 34px;
  height: 34px;
  display: block;
  color: #222222;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1); }
  .page-share a:hover {
    color: #ffffff; }
    .page-share a:hover[class*="facebook"] {
      background-color: #3b5998; }
    .page-share a:hover[class*="twitter"] {
      background-color: #1da1f2; }
    .page-share a:hover[class*="google-plus"] {
      background-color: #dd4b39; }
    .page-share a:hover[class*="telegram"] {
      background-color: #0088cc; }
    .page-share a:hover[class*="instagram"] {
      background-color: #c13584; }
    .page-share a:hover[class*="whatsapp"] {
      background-color: #075e54; }

.page-post .page-post-text {
  font-size: 22px;
  line-height: 1.5; }
.page-post .page-post-tags a {
  font-size: 18px;
  border-radius: 30px;
  background-color: #dee2e6; }
  .page-post .page-post-tags a:hover {
    color: #fff;
    background-color: #d00918; }

.page-contact .contact-form .form-group {
  position: relative; }
  .page-contact .contact-form .form-group input, .page-contact .contact-form .form-group textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0.75rem 0;
    background: none;
    border-bottom: 1px solid #d5d5d5; }
    .page-contact .contact-form .form-group input:focus ~ label, .page-contact .contact-form .form-group input.not-empty ~ label, .page-contact .contact-form .form-group textarea:focus ~ label, .page-contact .contact-form .form-group textarea.not-empty ~ label {
      top: 0;
      font-size: 12px; }
    .page-contact .contact-form .form-group input:focus ~ .line, .page-contact .contact-form .form-group input.not-empty ~ .line, .page-contact .contact-form .form-group textarea:focus ~ .line, .page-contact .contact-form .form-group textarea.not-empty ~ .line {
      width: 100%; }
    .page-contact .contact-form .form-group input.error ~ label.text, .page-contact .contact-form .form-group textarea.error ~ label.text {
      color: #b6b6b6; }
    .page-contact .contact-form .form-group input.error ~ label.error, .page-contact .contact-form .form-group textarea.error ~ label.error {
      top: 110%;
      font-size: 12px;
      color: colors("quds", "500"); }
    .page-contact .contact-form .form-group input.error ~ .line, .page-contact .contact-form .form-group textarea.error ~ .line {
      width: 100%;
      background-color: colors("quds", "500"); }
  .page-contact .contact-form .form-group textarea {
    min-height: 100px; }
  .page-contact .contact-form .form-group label {
    position: absolute;
    right: 0;
    top: 29px; }
  .page-contact .contact-form .form-group .line {
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 2;
    transform: translateX(50%);
    background-color: #333333; }
.page-contact .contact-form button {
  border-radius: 30px; }
.page-contact .contact-list {
  border: 1px solid #d5d5d5; }
  .page-contact .contact-list .list-item .icon {
    color: colors("quds", "500");
    font-size: 24px; }
  .page-contact .contact-list .list-item .details {
    border-right: 1px solid #d5d5d5; }
  .page-contact .contact-list .list-item .title, .page-contact .contact-list .list-item .text {
    font-size: 16px; }
  .page-contact .contact-list .list-item .text {
    color: #adadad; }

.page-file .page-file-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page-file .page-file-header::before {
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
    background: #000;
    background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); }
  .page-file .page-file-header .container {
    position: relative;
    z-index: 2; }
@media (min-width: 992px) {
  .page-file .page-file-header .container > .d-flex {
    min-height: 650px; } }

/*# sourceMappingURL=style.css.map */
