* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

@font-face {
  font-family: "AvenirArabic-Light";
  src: url(../fonts/AvenirArabic-Light.otf);
}
@font-face {
  font-family: "AvenirArabic-Book";
  src: url(../fonts/AvenirArabic-Book.otf);
}
@font-face {
  font-family: "AvenirArabic-Heavy";
  src: url(../fonts/AvenirArabic-Heavy.otf);
}
@font-face {
  font-family: "AvenirArabic-Medium";
  src: url(../fonts/AvenirArabic-Medium.otf);
}
@font-face {
  font-family: "AvenirArabic-Black";
  src: url(../fonts/AvenirArabic-Black.otf);
}

.font-medium {
  font-family: "AvenirArabic-Medium";
}
.font-heavy {
  font-family: "AvenirArabic-Heavy";
}

.font-light {
  font-family: "AvenirArabic-Light";
}

.font-black {
  font-family: "AvenirArabic-Black";
}
.btn {
  padding: 12px 30px;
}
.btn-primary {
  color: #fff;
  background-color: #23a69e;
  border-color: #23a69e;
}
.btn-primary:hover,
.btn-primary.active {
  color: #fff;
  background-color: #1d928a !important;
  border-color: #1d928a !important;
}
.btn-outline-primary {
  color: #5c50cb;
  border-color: #5c50cb;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5c50cb;
  border-color: #5c50cb;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5c50cb;
  border-color: #5c50cb;
}
a:hover,
a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #343A43;
}

p {
  margin: 0;
  color: #808080;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #363940;
}

a:hover {
  color: #363940;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background-color: #fff;
  font-family: "AvenirArabic-Book";
  color: #9d9c9e;
  direction: rtl;
  text-align: right;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "AvenirArabic-Book";
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.page-title {
  background-image: -moz-linear-gradient(0deg, #5b3fff 0%, #9273ff 100%);
  background-image: -webkit-linear-gradient(0deg, #5b3fff 0%, #9273ff 100%);
  background-image: -ms-linear-gradient(0deg, #5b3fff 0%, #9273ff 100%);
  padding: 18px 0px;
}
@media (min-width: 991px) {
  .page-title {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.form-control {
  height: 50px;
  background-color: #eff2f5;
  border-radius: 30px;
  box-shadow: none;
  padding: 0.375rem 1.4rem;
  font-size: 16px;
  color: #777777;
  border: 1px solid #eff2f5;
}
.form-control.form-md {
  height: 45px;
}

textarea.form-control {
  background-color: #eff2f5;
  border-radius: 15px;
  border: 0px solid #ebebeb !important;
}

.form-control:focus {
  box-shadow: none;
  background-color: #eff2f5;
  border-color: #23a69e;
}

textarea.form-control:focus {
  box-shadow: 0px 1px 7px 0px #8c1e6538;
}

.input-icon {
  position: relative;
}
.input-icon .form-control {
  padding-left: 40px;
  padding-right: 10px;
}
.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.textarea-icon {
  position: relative;
}
.textarea-icon .form-control {
  padding-left: 50px !important;
}
.textarea-icon .icon {
  position: absolute;
  left: 15px;
  top: 20px;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.bg-overlay {
  position: relative;
}
.bg-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  right: 0;
  background-color: #f5f5f5;
}
.bg-primary {
  background-color: #23A69E !important;
}

.color-primary {
  color: #23A69E !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  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;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  background-color: #23A69E;
}

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .page-header .title-page {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .page-header .title-page {
    font-size: 16px;
  }
}
.row.row-md {
  margin-right: -8px;
  margin-left: -8px;
}

.row.row-md > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.row.row-sm {
  margin-right: -3px;
  margin-left: -3px;
}

.row.row-sm > [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.row.row-lg {
  margin-right: -40px;
  margin-left: -40px;
}

.row.row-lg > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}

::placeholder {
  color: #a2a2a2 !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #a2a2a2 !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #a2a2a2 !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #a2a2a2 !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #a2a2a2 !important;
  font-size: 14px !important;
}

.contianer-login {
  width: 1400px;
  max-width: 100%;
}

.select-country .btn {
  padding: 12px 5px;
  color: #343A43 !important;
  background-color: #eff2f5;
  border-radius: 30px;
  font-family: "AvenirArabic-Heavy";
  min-width: 130px
}
.dropdown-item.active, .dropdown-item:active{
  color: #fff !important;
  background-color:#23a69e ;
}
.dropdown-toggle::after{
  border: 0;
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  margin: 0;
  position: absolute;
  top: 18px;
  right: 11px;
}

.select-country img {
  max-width: 24px;
  max-height: 16px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
  margin-right: 15px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}
@media(min-width:992px){
  .main-header .menu{
    margin-left: 260px;
  }
}
.main-header .menu li a{
  border: 1px solid #E7EAEE;
  display: inline-block;
  border-radius: 20px;
  padding: 11px 18px;
  font-family: "AvenirArabic-Black";
  color: #343A43;
  font-size: 14px;
  margin-right: 10px;
  transition: background-color .3s ease-in-out ,color.3s ease-in-out;
}
.main-header .menu li a svg path{
  transition: fill .3s ease-in-out ;
}
.main-header .menu li a:hover{
  background-color: #23A69E;
  color: #FFF;
}
.main-header .menu li a:hover svg path{
  fill: #FFF;
}
.main-header .menu li a.btn-login{
  background-color: #23A69E;
  color: #FFF;
}
.section{
  padding: 70px 0px;
}
.section-home {
  padding: 100px 0px;
}
.home-image{
  position: absolute;
  top: -222px;
  left: 0;
  z-index: -1;
}
.widget__item-1{
  border-radius: 30px;
  padding: 25px;
  min-height: 165px;
  text-align: center;
}
.widget__item-1 .widget__item-number {
  font-size: 32px;
  line-height: 51px;
}
.widget__item-1.widget-1{
  background-color: #DAF6F5;
}
.widget__item-1.widget-2{
  background-color: #FFF1D8;
}
.text_muted{
  color: #6E747E;
}
.widget__item-2{
  border: 2px solid #EFF2F5;
  border-radius: 20px;
  padding: 8px 20px;
}
.widget__item-2 .widget__item-contry,
.widget__item-2 .widget__item-date {
  font-size: 12px;
}
.widget__item-2 .widget__item-icon{
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #EFF2F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.widget__item-2 .widget__item-icon .widget__item-flag{
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.widget__item-2 .widget__item-icon .widget__item-flag img{
  width: 24px;
  height: 34px;
  border-radius: 8px;
}
.title-footer {
  margin-bottom: 20px;
}
.link-footer a{
  color: #6E747E;
  font-family: "AvenirArabic-Medium";
  display: inline-block;
  margin-bottom: 7px;
}
.main-header .menu-toggle {
  display: block;
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  background-color: #ebeef1;
}
.menu-toggle {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: relative;
}
.menu-toggle .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 45%;
  height: 2px;
  background: #222;
  transition: 0.35s;
}
.menu-toggle .icon:before,
.menu-toggle .icon:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  content: "";
  transition: transform 0.35s;
}
.menu-toggle .icon:before {
  transform: translate(-50%, -6px);
}
.menu-toggle .icon:after {
  transform: translate(-50%, 6px);
}
.menu-toggle .icon:before,
.menu-toggle .icon:after {
  /* transform-origin:50% 0% */
}
body.mobile-menu-active .menu-toggle .icon,
.menu-toggle .icon.active {
  background: 0 0;
}
body.mobile-menu-active .menu-toggle .icon:before,
.menu-toggle .icon.active:before {
  transform: translate(-50%, 0) rotate(45deg);
}
body.mobile-menu-active .menu-toggle .icon:after,
.menu-toggle .icon.active:after {
  transform: translate(-50%, 0) rotate(-45deg);
}
.box_shadow{
  box-shadow: 0px 20px 20px #0000000d;
}
.rounded_30{
  border-radius: 30px;
}
.form-group label{
  font-size: 16px;
  color: #343A43;
}
.input-verif {
  display: flex;
  align-items: center;
}
.input-verif input{
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    margin: 0px 5px;
}
.widget__item-3{
  display: flex;
}
.widget__item-3.widget-1 .widget__item-icon{
  background-color: #8DBEFF;
}
.widget__item-3.widget-1 .widget__item-icon svg path,
.widget__item-3.widget-2 .widget__item-icon svg path{
  fill: #FFF;
}
.widget__item-3.widget-2 .widget__item-icon{
  background-color: #B378FF;
}
.widget__item-3 .widget__item-icon{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF2F5;
  border-radius: 12px;
  margin-left: 10px;
}

.modal-content {
  border-radius: 40px;
}
.modal-body{
  padding: 30px ;
}
.modal .close {
  background-color: #EFF2F5;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 12px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 480px;
  }
}

@media(max-width:991px){
  .section-home {
    padding: 30px 0px;
  }
  .home-title{
    font-size: 30px;
  }
  .mobile-menu{
    width: 250px;
    position: absolute;
    z-index: 1;
    padding: 55px 10px 20px;
    background-color: #fff;
    box-shadow: 1px 0 10px rgb(0 0 0 / 15%);
    border-radius: .75rem;
    opacity: 0;
    visibility: hidden;
    top: -25px;
    left: 10px;
    transition: all .3s ease-in-out;
  }
  body.mobile-menu-active .main-header .mobile-menu  {
    opacity: 1;
    visibility: visible!important;
  }
  .main-header .menu li a {
    display: block;
    margin-bottom: 10px;
  }
}