.page-title-area .title-item ul li:before {
  display: none;
}
.blog-details-area .details-item .details-share .right ul li:before {
  display: none;
}
.title-bg-1 {
  background-image: url(../img/blog-banner/1.jpg);
}
.title-bg-2 {
  background-image: url(../img/blog-banner/2.jpg);
}
.title-bg-3 {
  background-image: url(../img/blog-banner/3.jpg);
}
.title-bg-4 {
  background-image: url(../img/blog-banner/4.jpg);
}
.footer-item .footer-links ul li a {
  font-family: "Noto Kufi Arabic", sans-serif !important;
}
.icofont-simple-left:before {
  font-family: IcoFont !important;
}
.icofont-simple-right:before {
  font-family: IcoFont !important;
}
[class*=" icofont-"],
[class^="icofont-"] {
  direction: rtl;
}
.header-area .right .language a {
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  padding-left: 30px;
}

.contact-area {
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(255 255 255 / 20%);
  box-shadow: 0 5px 28.5px 1.5px rgb(255 255 255 / 20%);
  padding: 30px;
  border: 1px dashed #ff6015;
  border-radius: 5px;
}
.ccmgtop {
  margin-top: 35px;
  margin-bottom: 35px;
}
.contact-area .contact-form form .form-control {
  background-color: #f5f5f5;
  border: none;
  height: 57px;
  color: #2f2c52;
  border: 1px solid #fff;
}
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  background-color: #ff6015;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
}
.default-btn:hover {
  color: #fff;
}
.form-group {
  margin-bottom: 1rem;
}
.contact-area .contact-form .list-unstyled {
  padding-left: 0;
  list-style: none;
  color: red;
  text-align: right;
}
.modal {
  z-index: 99999;
}
