@font-face {
    font-family: 'Neo Sans W23';
    src: url('../fonts/NeoSansW23/NeoSansW23.eot');
    src: url('../fonts/NeoSansW23/NeoSansW23.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansW23/NeoSansW23.woff2') format('woff2'),
        url('../fonts/NeoSansW23/NeoSansW23.woff') format('woff'),
        url('../fonts/NeoSansW23/NeoSansW23.ttf') format('truetype'),
        url('../fonts/NeoSansW23/NeoSansW23.svg#NeoSansW23') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 @font-face {
    font-family: 'Circle Light';
    src: url('../fonts/CircleLight/Circle-Light.eot');
    src: url('../fonts/CircleLight/Circle-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircleLight/Circle-Light.woff2') format('woff2'),
        url('../fonts/CircleLight/Circle-Light.woff') format('woff'),
        url('../fonts/CircleLight/Circle-Light.ttf') format('truetype'),
       url('../fonts/CircleLight/Circle-Light.svg#Circle-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 @font-face {
    font-family: 'DINNextLTW23 Regular';
    src: url('../fonts/DINNextLTW23Regular/DINNextLTW23-Regular.eot');
    src: url('../fonts/DINNextLTW23Regular/DINNextLTW23-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINNextLTW23Regular/DINNextLTW23-Regular.woff2') format('woff2'),
        url('../fonts/DINNextLTW23Regular/DINNextLTW23-Regular.woff') format('woff'),
        url('../fonts/DINNextLTW23Regular/DINNextLTW23-Regular.ttf') format('truetype'),
       url('../fonts/DINNextLTW23Regular/DINNextLTW23-Regular.svg#Circle-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circle Book';
    src: url('../fonts/CircleBook/Circle-Book.eot');
    src: url('../fonts/CircleBook/Circle-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircleBook/Circle-Book.woff2') format('woff2'),
        url('../fonts/CircleBook/Circle-Book.woff') format('woff'),
        url('../fonts/CircleBook/Circle-Book.ttf') format('truetype'),
        url('../fonts/CircleBook/Circle-Book.svg#Circle-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neo Sans Arabic Medium';
    src: url('../fonts/NeoSansArabicMedium/Neo-Sans-Arabic-Medium.eot');
    src: url('../fonts/NeoSansArabicMedium/Neo-Sans-Arabic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansArabicMedium/Neo-Sans-Arabic-Medium.woff2') format('woff2'),
        url('../fonts/NeoSansArabicMedium/Neo-Sans-Arabic-Medium.woff') format('woff'),
        url('../fonts/NeoSansArabicMedium/Neo-Sans-Arabic-Medium.ttf') format('truetype'),
        url('../fonts/NeoSansArabicMedium/Neo-Sans-Arabic-Medium.svg#Circle-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::-webkit-scrollbar {
    width: 0px;
    background: #192024 ;

}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #192024; 

}
::-webkit-scrollbar-thumb:window-inactive {

  background: #192024; 

}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

html{
  direction: rtl;
}
body{
   font-family: 'Neo Sans W23';
    background-color: #fff;
    font-size:12px;
     font-weight: normal;
    text-align: right;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
     font-family: 'Neo Sans W23';
  font-weight: bold;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
html,body{
  height: 100%;
 
}
::-webkit-scrollbar {

    width: 6px;
    background: #192024 ;



}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {



    background: #192024; 
}

::-webkit-scrollbar-thumb:window-inactive {

  background: #192024; 

}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  overflow: hidden;
}
#header{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
  padding: 40px 0 0;
  background-color: transparent;
}
#header .container-fluid{
  padding: 0 130px;
}
.logo_site{
  margin-top: -46px;
}
#header .row{
  margin: 0 0px;
}
#header .row > div{
  padding: 0 0px;
}
.main_menu{
 
  text-align: center;
}
.main_menu > li{
  float: right;
  margin-left: 30px;
}
.main_menu > li:first-child{
  margin-right:15px;
}
 
.main_menu > li > a{
  display: block;
  color: #2C004A;
  font-size: 14px;
  padding:18px 9px;
  background-color: transparent;
  border:0px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  
  font-weight: normal;
}
.main_menu > li > a:hover{
  color:#882ADD;
  border-color: transparent;
  font-weight: normal;
}

#header .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
  float: left;
  margin-top: 25px;
}
#header .menu-trigger span,
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color:#590EA8;
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  left: 0;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color:#590EA8;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
#header .menu-trigger span:after {
  width: 22px;
}
#header .menu-trigger span:before,
#header .menu-trigger span:after {
  content: "";
}
#header .menu-trigger span {
  top: 1px;
}
#header .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
#header .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

#header .menu-trigger.active span,
#header .menu-trigger.active span:before,
#header .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

#header .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #569aab;
}
#header .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #569aab;
}
.head_socail_xs{
  display: table;
  margin: 20px auto 0;
}
.head_socail_xs li{
  float: left;
  margin-right: 10px;
}
.head_socail_xs li:last-child{
  margin-right: 0;
}
.head_socail_xs li > a{
  display: block;
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  padding: 5px 2px;
  background-color: transparent;
}
.head_socail_xs li > a:hover{
  color: #fff;
  background-color: #35A8C2;
}
/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background:#fff;
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(275px);
  -moz-transform:translateX(275px);
  -ms-transform:translateX(275px);
  -o-transform:translateX(275px);
  transform:translateX(275px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: #590EA8;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    font-weight: 700;
    text-align: center;
}
.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #590EA8;
    color: #fff;
    border-color: #590EA8;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}
html.menu-toggle{
  overflow: hidden;
}

.logo_big {
    width: 25%;
    margin: auto;
    margin-top: 162px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: rgb(136,42,221);
  background: linear-gradient(357deg, rgba(136,42,221,1) 0%, rgba(89,14,168,1) 100%);
    z-index: 999999;
    overflow: hidden;
}
#preloader:after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0%;
    background-image: url(../images/123.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 88%;
  }


#spinner {
    display: block;
    position: absolute;
    left: 50%;
    top:40%;
    width: 170px;
    text-align: center;
    transform: translate(-50%,-50%);
}
#preloader #disable-preloader {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;

}
#spinner img{
  width:200px;
  -webkit-animation-name: Floating;
  -webkit-animation-duration:1.7s;
  -webkit-animation-iteration-count:  1;
  -webkit-animation-timing-function: Floating;
  -moz-animation-name: Circle;
  -moz-animation-duration:1.7s;
  -moz-animation-iteration-count:1;
  -moz-animation-timing-function: ease-in-out;
   
}
 
 
/* CSS Floation Animation */
.floating {
  -webkit-animation-name: Floating;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration:0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes Floating {
from {
   margin-bottom: -111px;
    opacity: 0;
  }
  
  to {
    margin-bottom: 0px;
    opacity: 1;
  }
}

@-moz-keyframes Floating {
from {
   margin-bottom: -111px;
    opacity: 0;
  }
  
  to {
    margin-bottom: 0px;
    opacity: 1;
  }
}



@-webkit-keyframes Circle{
  from {
    -webkit-transform: translateX(344%);
  }
  
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes Circle{
   from {
    -webkit-transform: translateX(344%);
  }
  
  to {
    -webkit-transform: translateX(0%);
  }
}


 @-webkit-keyframes Circlee{
  from {
    -webkit-transform: translateX(-344%);
  }
  
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes Circlee{
   from {
    -webkit-transform: translateX(-344%);
  }
  
  to {
    -webkit-transform: translateX(0%);
  }
}
 

 @-webkit-keyframes Line{
  from {
   transform: rotate(0deg)translate(0px, 795px);
    -ms-transform: rotate(0deg)translate(0px, 795px);
    -webkit-transform: rotate(0deg)translate(0px, 795px);
  }
  
  to {
    transform: rotate(0deg)translate(0px, 0px);
    -ms-transform: rotate(0deg)translate(0px, 0px);
    -webkit-transform: rotate(0deg)translate(0px, 0px);
  }
}
@-moz-keyframes Line{
   from {
   transform: rotate(0deg)translate(0px, 795px);
    -ms-transform: rotate(0deg)translate(0px, 795px);
    -webkit-transform: rotate(0deg)translate(0px, 795px);
  }
  
  to {
    transform: rotate(0deg)translate(0px, 0px);
    -ms-transform: rotate(0deg)translate(0px, 0px);
    -webkit-transform: rotate(0deg)translate(0px, 0px);
  }
}
 

#header.fixed-header{
  position: fixed;
  z-index: 1999;
  padding: 10px 0;
   background: #fff;
  
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

}
#header.fixed-header .bd-borderlight{
  border-bottom: 0px;
}
#header.fixed-header .logo_site {
    margin-top: -13px;
}
#header.fixed-header .social_head:after{
  background: transparent;
}

#header.fixed-header .main_menu > li > a:after {
   
    bottom: 4px;
    
}
#header{
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header.fixed-header .logo_site img{
    height: 38px;
}

.main_menu > li > a:after{
    position: absolute;
    content: "";
    height: 0px;
    width: 100%;
    bottom: -3px;
    right: 0px;
    background: #882ADD;
}
.main_menu > li > a.mPS2id-highlight {
    color: #882ADD;
}
.main_menu > li > a.mPS2id-highlight:after{
    height: 2px;
}
.main_menu > li > a:hover:after{
   height: 2px;
}
.social_head{
  position: relative;
}
.social_head:after{
  content: "";
  position: absolute;
  height:2px;
  width: 100%;
  background: #2c004a59;
  bottom: -14px;
}
.social_head li:last-child {
    margin-right: 0;
}
.social_head li {
    float: left;
    margin-right:20px;
}
.social_head li > a {
    display: block;
    width: 33px;
    height: 33px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding: 5px 2px;
    background-color: transparent;
   font-family: 'Neo Sans W23';
   font-weight: normal;
}
.social_head li > .facebook  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/facebook.svg) no-repeat center;
  mask: url(../images/facebook.svg) no-repeat center;
}
 .social_head li > .twitter  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/twitter.svg) no-repeat center;
  mask: url(../images/twitter.svg) no-repeat center;
}
 .social_head li > .instagram  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/instagram.svg) no-repeat center;
  mask: url(../images/instagram.svg) no-repeat center;
}
 .social_head li > .snap  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/snap.svg) no-repeat center;
  mask: url(../images/snap.svg) no-repeat center;
}
 .social_head li > .youtube  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/youtube.svg) no-repeat center;
  mask: url(../images/youtube.svg) no-repeat center;
}
 .social_head li > .instagram  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/instagram.svg) no-repeat center;
  mask: url(../images/instagram.svg) no-repeat center;
}
 .social_head li > .whatsapp  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/whatsapp.svg) no-repeat center;
  mask: url(../images/whatsapp.svg) no-repeat center;
}
 .social_head li > .pinterest  {
   width:16px;  
     background-color: #2C004A;
  -webkit-mask: url(../images/pinterest-brands.svg) no-repeat center;
  mask: url(../images/pinterest-brands.svg) no-repeat center;
}
 .social_head > li:hover a {

    background-color: #882ADD;
}
.social_head {
    float: left;
}
 .home_img{
    margin-top: -30px;
    z-index:4;
 }
.scroll_down {
    position: absolute;
    bottom: 13%;
    right: 52%;
    z-index: 4;
}
.scroll_down span {
    position: absolute;
    top: 0;
    right: -16px;
    width: 18px;
    height: 27px;
    margin-left: -15px;
    border: 2px solid #590EA8;
    border-radius: 50px;
    box-sizing: border-box;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
     z-index:4;
}

.scroll_down span::before {
    position: absolute;
    top: 10px;
    left:55%;
    content: '';
    width:2px;
    height:6px;
    margin-left: -3px;
    background-color:#590EA8;
    border-radius: 0px;
    -webkit-animation: sdb10 4s infinite;
    animation: sdb10 4s infinite;
    box-sizing: border-box;
    z-index: 6;
}
.scroll_down p {
   position: absolute;
    top: 40px;
    left: -49px;
    width: 94px;
    color: #D8D4DB;
    font-family: 'Neo Sans W23';
  }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 4px);
      transform: translate(0, 4px);
  }
  100% {
    -webkit-transform: translate(0, 0);
     transform: translate(0, 0); 
     } 
 }
 @-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0,10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bd-borderlight{
  border-bottom:2px solid #590ea830;
}

.section_home{
  position: relative;
  background-color: #fff;
  overflow: hidden;
  height: 100vh;
}

.back_section_home{
   position: absolute;
    bottom: -41px;
    right: -20%;

    width: 86%;
    height: 100%;
    z-index: 0;
          transform: translatey(0px);
    animation: float 6s ease-in-out infinite;

}
  .back_section_home_left{
    position: absolute;
    bottom: 107px;
    left: -45%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.content_seHome{
  position: relative;
  min-height: 100vh;
  padding: 180px 0 0;
  margin-bottom: 200px;
}
.home_txt{
   margin-top: 4px;
    margin-right: 88px;
}
.home_txt > h1{
  color: #2C004A;
  font-size:30px;
   font-family: 'Circle Book';
  line-height: 40px;
  font-weight: 800;
  font-style: normal;
}

.home_txt > p{
    color: #2C004A;
    font-size: 14px;
    font-family: 'Neo Sans W23';
    margin-top: 30px;
    line-height: 20px;
  
    font-weight: normal;
    width: 414px;
}
.home_txt > .p_22{
    color: #2C004A;
    font-size: 15px;
     font-family: 'Circle Book';
    margin-top: 30px;
    line-height: 20px;
  
    font-weight: 600;
    width: 414px;
}
.container {
    padding: 0 80px;
}
.app_btn_download{
    display: table;
    margin-top:26px;
    padding-bottom: 0px;
     
}
.app_btn_download > li{
  float: left;
  margin-right: 20px;
}
.app_btn_download > li:last-child{
  margin-right: 0;
}
.app_btn_download > li > a{
  display: block;
  position: relative;
  border-radius: 15px;
  width:130px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.app_btn_download > li > a > img{
  width: 130px;
     max-width: none;
}
.apple_btn{
   
   -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.google_btn{
 
   -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.app_icon{
    font-size: 25px;
    position: absolute;
    top: 18px;
    margin: auto;
    left: 20px;
    text-align: center;
    line-height: 30px;
   
}
.apple_btn:hover{
  color: #fff;
   
    -webkit-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.15);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);


}
.google_btn:hover{
  color: #Fff;
  
    -webkit-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.15);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

 

 
 .section_slider{
  position: relative;
  
  overflow: hidden;
  z-index: 0;
  padding: 54px 0;
  background-color: #fff;
  padding-bottom: 35px;
  border-top: 1px solid #70707026;
}
 .section_slider:after {
     content: "";
    position: absolute;
    top: 0px;
    right: 0%;
    background-image: url(../images/about_shadw.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feature_img{
  text-align: center;
  display: inline-block;
  
}
.feature_img > img{
  width:100%!important;
   margin-top:-79px;
  
}
.feature_txxt{
     margin: auto;
    display: table;
    margin-top: 118px;
    margin-right: 40px; 
}
.feature_item{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1!important;
  border-radius: 20px;

}
.feature_prag{
  margin: auto;
    display: table;
    margin-top: 66px;
}
.feature_prag p{
    color: #fff;
    font-size: 14px;
    height: 169px;
    line-height: 28px;
    overflow: hidden;
    font-family: 'DINNextLTW23 Regular';
}
.feature_item{
    height: 540px;
    padding: 20px;
    padding-top: 59px;
}
.feature_item_color{
   background: rgb(136,42,221);
   background: linear-gradient(357deg, rgba(136,42,221,1) 0%, rgba(115,36,187,1) 43%);
   height: 365px;
   border-radius: 20px;
}
.feature_txxt h3{
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: 'DINNextLTW23 Regular';
    font-weight: 500;

}
.feature_txxt img{
  width: 45px!important;
  height: 50px;
  margin: auto;
}
 .feature_txxt p{
   font-family: 'Neo Sans Arabic Medium';
    font-size: 14px;
    color:#fff;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
 }
 
 
.owl-dot img{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 36px;

  }
 
 .owl-prev:hover,.owl-next:hover{
  background: #882ADD!important; 
 }
 .owl-prev2 img , .owl-next2 img{
    margin: auto;
    display: table;
    padding-top: 34px;
 }

   
 .owl-nav{
     position: relative;
   
 }

 .owl-carousel .owl-nav button.owl-next, {
  background: #f00!important;
 }
 
 .owl-carousel button.owl-dot{
  width: 9px!important;
    height: 9px!important;
    background:#882ADD!important;
    border-radius: 50%!important;
    margin-left: 5px;
 }
  .owl-carousel button.owl-dot.active{
   width:13px!important;
    height: 13px!important;
    background:#590EA8!important;
    border-radius: 5px!important;
    
 }
 .owl-prev{
    right: 0.5%;
    position: absolute;
    background: #590EA8!important;
    margin-top: -209px;
    width: 100px;
    height: 93px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;

 }
 .owl-next{
    left: 0.5%;
    position: absolute;
    background: #590EA8!important;
    margin-top: -209px;
    width: 100px;
    height: 93px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
 }
 .owl-dots{
    position: absolute;
    bottom: 79px;
    left: 21%;
 }
.section_slider_title{
  position: relative;
}
.section_slider  h2{
  margin-bottom: 57px;
  text-align: center;
  font-size: 30px;
  padding: 30px 0px;
  font-family: 'Circle Book';
  font-weight: 600;
}
 
.section_contact{
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  border-top: 1px solid #70707026;
}
.section_contact:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0%;
    background-image: url(../images/about_shadw.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section_contact:before {
  content: "";
    position: absolute;
    top: 12%;
    left: -41%;
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
   
    z-index: -1;
}
.secHead_txt h2{
   font-size: 30px;
    color: #4A5256;
    text-align: center;
    font-family: 'Circle Book';
    margin-bottom: 115px;
    font-weight: 600;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block!important;
}
.form_st1 .form-group {
    margin-bottom: 20px;
}
.form_st1{
  padding: 0px 50px;
}
.form_st1 .form-control {
    height:45px;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0px;
    padding-right: 20px;
    border-bottom: 1px solid;
    border: 0px;
    border: 1px solid #D8D4DB;
    font-family: 'DINNextLTW23 Regular';
    border-radius: 20px;
}

.form-control:focus {
    color: #7a22cd;
    background-color: #fff;
    border-color: #882ADD;
    border:none;
    border:1px solid #7a22cd;
    outline: 0;
   box-shadow:none;
}

 
.form_st1 .form-control::-moz-placeholder {
  color: #AEB9C1;
  font-size: 14px;
   font-family: 'Neo Sans W23';
}

.form_st1 .form-control:-ms-input-placeholder {
  color: #AEB9C1;
  font-size: 14px;
   font-family: 'Neo Sans W23';
}

.form_st1 .form-control::-webkit-input-placeholder {
   color: #AEB9C1;
  font-size: 14px;
   font-family: 'Neo Sans W23';
}

.form_st1 .mobiled::-moz-placeholder {
   direction: ltr;
    color: #AEB9C1;
  font-size: 14px;
}

.form_st1 .mobiled:-ms-input-placeholder {
direction: ltr;
 color: #AEB9C1;
  font-size: 14px;
}

.form_st1 .mobiled::-webkit-input-placeholder {
  direction: ltr;
  color: #AEB9C1;
  font-size: 14px;
}

.form_st1 .form-group label{
    font-size: 14px;
    color: #AEB9C1;
    font-family: 'Neo Sans W23';
    font-style: normal;
    margin-right: 20px;
    position: absolute;
    bottom: 37px;
    display: none;

}
 .form_st1 .form-group:focus .form_st1 .form-group label{
     display: block;
     bottom: 80px;
     color: #2FC2B9;
     transition: all 0.1s ease;
 }

.form_st1 textarea.form-control {
    height:156px;
    resize: vertical;
    resize: none;
    padding: 20px;
}


 .form_st1 .mobiled .form-control{
  width: 90%;
  display: inline-block;
 }
 .form_st1 .mobiled  .code  {
   height: 45px;
    box-shadow: none;
    color: #AEB9C1;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0px;
    padding-left: 11px;
    border-bottom: 1px solid;
    border: 0px;
    border: 1px solid #D8D4DB;
    font-family: 'DINNextLTW23 Regular';
    border-radius: 20px;
    width: 9%;
    direction: ltr;
}
.btn_send {
   border-radius: 20px;
    background-color: #590EA8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
 
    border: 2px solid #590EA8;
    position: relative;
    padding: 12.5px 25px;
    width: 248px;
    box-shadow: none !important;
    outline: none !important;
    z-index: 1;
    overflow: hidden;
    float: left;
     font-family: 'Circle Book';
}
.btn_send:hover {
    color: #fff;
    background-color: #882ADD;
    border: 2px solid #882ADD;
    box-shadow: none !important;
    outline: none !important;
}
 
.f-title {
    display: block;
    color:#B563FF;
    font-size: 14px;
    font-family: 'DINNextLTW23 Regular';
    margin-bottom: 20px;
    
    text-align: right;
    position: relative;
}
 .bottom_footer{
  background: #ffffff0a;
    padding: 14px 0px;
    margin-top: 80px;  
 }
.f-menu{
  text-align: right;
}
.f-menu li a{
  color: #fff;
  font-size: 14px;
 font-family: 'DINNextLTW23 Regular';
    font-weight: normal;
    

}
.f-menu li {
 margin-bottom: 5px;

}
.footer{
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #2C004A;
  position: relative;
      overflow: hidden;
}
  .back_section_footer {
   content: "";
    position: absolute;
    top: -55px;
    right: 0%;
    width: 92%;
    height: 100%;
}
.top{
    position: relative;
    right: 50%;
    z-index: 111;
    top: 45px;
    width: 110px;
    height: 110px;
   background: #882ADD;
    border-radius: 20px;
    padding: 5px;
}
.bac_top img{
  padding: 41px;
    margin: auto;
    display: table;
    width: 222px;
 
}
.top:hover{
     background:#B563FF;
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.f-menuu li{
     color: #fff;
     font-size: 14px;
     font-family: 'Circle Book';
    line-height: 27px;
    
}
.f-menuu li a{
  color: #fff;
}

.f-menuu li a:hover{
  color: #29E6DA;
}
 .f-boxss .f-title ,.f-boxss .f-menu , .f-boxs .f-title ,.f-boxs .f-menu{
  text-align: center;
}
 .justify-content-around{
  justify-content: end!important;
  padding-top: 60px;

 }
 .f-box img{
  width: 200px;
 }
.f-menu li a:hover{
  color: #882ADD;
}
.f-menu-li {
  text-align: right;
}
.f-menu-li-1 {
  text-align: right;
text-decoration: underline!important;
}
.f-menu-li-2 {
text-align: right;
    text-decoration: underline!important;
}
.f-menu-li-3 {
    text-decoration: none!important;
  
    text-align: right;
}
 
.select2-dropdown {
    background-color: #fff;
    border: 2px solid #003b4a;
    border-radius: 10px;
}
.select2-results {
    direction: ltr;
    z-index: 10000000000000000000000000000000;
}
.select2-container{
   z-index: 10000000000000000000000000000000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #003b4a;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2FC2B9;
    color: #fff;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    z-index: 100000000000000000;
}
.social_footer li a {
 margin-top: 10px;
    display: block;
    width: 33px;
    height: 33px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding: 5px 2px;
    background-color: transparent;
    font-family: 'Neo Sans W23';
    font-weight: normal;
}
.social_footer li > .facebook  {
      width:16px;  
     background-color: #fff;
    -webkit-mask: url(../images/facebook.svg) no-repeat center;

    mask: url(../images/facebook.svg) no-repeat center;
}
 .social_footer li > .twitter  {
   width:16px;  
     background-color: #fff;
  -webkit-mask: url(../images/twitter.svg) no-repeat center;
  mask: url(../images/twitter.svg) no-repeat center;
}
 .social_footer li > .snap  {
   width:16px;  
     background-color: #fff;
  -webkit-mask: url(../images/snap.svg) no-repeat center;
  mask: url(../images/snap.svg) no-repeat center;
}
 .social_footer li > .instagram  {
   width:16px;  
     background-color: #fff;
  -webkit-mask: url(../images/instagram.svg) no-repeat center;
  mask: url(../images/instagram.svg) no-repeat center;
}
 .social_footer li > .whatsapp  {
   width:16px;  
     background-color: #fff;
  -webkit-mask: url(../images/whatsapp.svg) no-repeat center;
  mask: url(../images/whatsapp.svg) no-repeat center;
}
.social_footer li > .youtube  {
   width:16px;  
     background-color: #fff;
  -webkit-mask: url(../images/youtube.svg) no-repeat center;
  mask: url(../images/youtube.svg) no-repeat center;
}
 .social_footer > li:hover a {

    background-color: #882ADD;
}

.social_footer li {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}
 .social_footer{
    
    display: table;
}
.develop_right {
     color: #fff;
    font-size: 14px;
      font-family: 'Circle Light';
    margin-top: 15px;
}
.tellers{
  margin-left: 10px;
}
 
 
  
  .form_register{
    position: absolute;
    z-index: 500000000000;
    padding: 200px 0px;
    display: none;
    /*right: 21%;*/
    padding-bottom: 0px;
  }
 .form_policy , .form_policy_2 , .form_policy_3{
    position: relative;
    margin: auto;
    z-index: 500000000000;
    padding: 40px 0px;
    display: none;
    /*right: 21%;*/
    padding-bottom: 0px;
  }
  .form_policy .container ,  .form_policy_2 .container ,  .form_policy_3 .container{
   max-width: 953px;
    /*margin-right: 0px;*/
}
.form_policy h2 ,.form_policy_2 h2,.form_policy_3 h2{
  color: #fff;
  font-size: 26px;
 font-family: 'Neo Sans W23';
  font-weight: 800;
  text-align: center;
     padding-bottom: 51px;
    padding-top: 101px;

}
.closesss{
    position: absolute;
    top: 1%;
    background: transparent;
    color: #fff;
    font-size: 19px;
   font-family: 'Neo Sans W23';
    font-weight: 800;
    right: 3px;
}
.closesss:hover{
  color: #BA9E4D;
}

.hidden_md_1{
  display: block!important;
}
.hidden_md_2{
  display: none!important;
}
.form_policy p ,.form_policy_2 p,.form_policy_3 p{
    color: #fff;
    font-size: 14px;
   font-family: 'Neo Sans W23';
    font-weight: normal;
    text-align: center;
    padding-bottom: 51px;
    line-height: 32px;
    text-align: justify;
   

}
.close{
  position: relative;
    top: -81px;
    color: #fff;
}
.close:hover{
  color:#2FC2B9;
}
  
 
  .ss{
     font-size: 14px;
   font-family: 'Neo Sans W23';
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-bottom: 18px;
}
  .sss{
    margin: auto;
    display: table;
    font-size: 14px;
   font-family: 'Neo Sans W23';
    font-weight: 900;
    text-align: center;
    text-decoration: underline!important;
    color: #BA9E4D;
    padding-bottom: 30px;
    padding-top: 0px;
}
.sss:hover{
  color: #fff;
  text-decoration: underline!important;
}
 
 
.btn_orangr_ft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent;
    border-radius: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: auto;
    display: table;
}
  
.content_txt h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
   font-family: 'Neo Sans W23';
    padding-bottom: 12px;
    text-align: center;
    padding-top: 18px;
}
.load{
   text-align: center;
    margin: auto;
    display: table;
    margin: 20px auto;
    background: transparent;
    color: #2FC2B9; 
    font-size: 14px; 
       font-family: 'Neo Sans W23';
    text-decoration: none!important;
}
.btn-margind{
  margin: 50px auto;
  display: table;
}
.s5{
    color: #fff;
    font-size: 15px;
    margin: auto;
    margin-top:28px;
    display: table;
}
#recruiter-verifiction-seconds{
  font-size: 22px;
    color: #4A5256;
}


.content_txst p{
    color: #AEB9C1;
    font-size: 14px;
    font-family: 'Neo Sans Arabic Medium';
    text-align: center;
    display: table;
    margin: auto;
    width: 241px;
}
.content_txst h2{
    color: #2FC2B9;
    font-size: 30px;
    text-align: center;
    margin: auto;
    display: table;
    padding-bottom: 20px;
    font-family: 'Circle Book';
    font-weight: 600;
}
.content_txst img{
   padding: 100px 0px; 
    margin: auto;
    display: table;
    padding-bottom: 20px;
    
}
.content_txst{
  margin: auto;
  display: table;
  margin-bottom: 84px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
        margin-top:19px;
}
.mobile{
    direction: ltr;
    text-align: right;
}
.select2-container{
    width: 100px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1.5;
    /* color: #495057; */
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
    border-radius: 25px!important;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none;
    border-radius: 25px;
    cursor: text;
}
.custom-map-control-button{
    top: 12px!important;
    left: 194px!important;
    background: #fff;
    padding: 12px;
}
 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1c505d;
    border: 1px solid #1d515e;
    border-radius: 4px;
    cursor: default;
    float: right;
    color: #fff;
    margin-right: 3px;
    margin-top: 9px;
    padding: 0 8px;

}
 .select2-search__field::-moz-placeholder {
  color: #D4D5D6!important;
  font-size: 14px!important;
}
 .select2-search__field::-webkit-input-placeholder {
  color: #D4D5D6!important;
  font-size: 14px!important;
}
 .select2-search__field:-ms-input-placeholder {
  color: #D4D5D6!important;
  font-size: 14px!important;
}
.select2-container--default .select2-search--inline .select2-search__field{
   color: #D4D5D6!important;
  font-size: 14px!important;
  max-width: 300px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-top: 10px;
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child{
    margin-left: 0px;

}
.select2-container--default .select2-selection--multiple:before {
    content: '\f063';
    position: absolute;
    left: 17px;
    top: 11px;
    color: #ba9e4d;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
} 
 .select2-container .select2-search--inline {
    float: right;
}  

.load:hover{
    color:#4A5256;
}

.section_abouts {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 50px 0px;
    border-top: 1px solid #70707026;
    padding-bottom: 120px;
}
.section_abouts:after {
     content: "";
    position: absolute;
    top: 0px;
    right: 0%;
    background-image: url(../images/about_shadw.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.all_abouts{
  margin-right: 50px;
}
.box_about{
   
    
    padding: 20px;
    position: relative;
   

  
}
 
.box_about p{
    font-size: 14px;
    color: #2C004A;
    display: inline-block;
  
    height: 172px;
    overflow: hidden;
    font-family: 'DINNextLTW23 Regular';
    line-height: 25px;

}
.section_abouts h2{
  padding-bottom: 60px;
  font-size: 30px;
  text-align: center;
  padding-top: 40px;
  font-family: 'Circle Book';
  font-weight: 600;
}
.box_about_logo{
  margin: auto;
  display: table;
  margin-bottom: 30px;
  width: 200px;
}
 .box_about_img{
  position: relative;
  bottom: -75px;
 }
 .str_bg{

  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;

  z-index: -1;

}
.str_pos1{
    left: 3%;
    top:-30%;
       transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
  }
.str_pos2{
    left: 20%;
    top:-30%;
       transform: translatey(0px);
    animation: floatt 6s ease-in-out infinite;

}

.str_pos3{
    left: 41%;
    top: -18%;
       transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}
.str_pos4{
    right: 7%;
    top: -17%;
       transform: translatey(0px);
    animation: floatt 6s ease-in-out infinite;

}
.str_pos5{
    left: 17%;
    top: -5%;
       transform: translatey(10px);
    animation: float 6s ease-in-out infinite;
}

.str_pos6{
    right: 2%;
    top: -6%;
       transform: translatey(12px);
    animation: float 6s ease-in-out infinite;
 }


.str_pos7{
   left: 14%;
    top: 11%;
       transform: translatey(14px);
    animation: float 6s ease-in-out infinite;
 }
 .str_pos8{
   left: 6%;
    top: 21%;
           transform: translatex(0px);
    animation: floattt 8s ease-in-out infinite;
 }
  .str_pos9{
    left: 0%;
    top: 39%;
         transform: translatex(0px);
    animation: floattt 8s ease-in-out infinite;
 }
   .str_pos10{
   right: 0px;
    bottom: 28%;
     transform: translatex(0px);
    animation: floattt 8s ease-in-out infinite;

 }
   .str_pos11{
    right: -45%;
    bottom: 9%;
       transform: translatex(0px);
    animation: floattt 8s ease-in-out infinite;
}
 
@keyframes float {
  0% {
    
    transform: translatey(0px);
  }
  50% {
    
    transform: translatey(-20px);
  }
  100% {
    
    transform: translatey(0px);
  }
}

@keyframes floatt {
  0% {
    
    transform: translatey(0px);
  }
  50% {
    
    transform: translatey(-40px);
  }
  100% {
    
    transform: translatey(0px);
  }
}


@keyframes floattt {
  0% {
    
    transform: translateX(0px);
     
  }
  50% {
    
    transform: translateX(-40px);
  }
  100% {
    
    transform: translateX(0px);
  }
}

.hidden_sd{
  display: block;
}
.hidden_md{
   display: none;
}
.hidden_mdd{
  display: block;
}
.modal-open .modal {
    z-index: 1000000000000000;
}
.modal-dialog {
    max-width: 92%;
}

#terms_conditions p, #privacy_policy p, #terms_conditionss p {
    color: #646c6c;
    font-size: 14px;
    font-family: 'Neo Sans Arabic Medium';
    font-weight: normal;
    text-align: center;
    padding-bottom: 51px;
    line-height: 32px;
    text-align: justify;
}

.dir_rtl {
    direction: ltr;
    overflow-y: scroll;
    padding: 10px;
}

.modal-title {
    margin-bottom: auto;
    line-height: 1.5;
    text-align: center;
    margin: auto;
    padding-top: 100px;
    font-family: 'Circle Book';
    font-size: 30px;
    color: #4A5256;
    padding-bottom: 5px;
}
.close {
    position: absolute!important;
    top: 50px!important;
    color: #003A4A!important;
    z-index: 11111;
    font-size: 14px!important;
    right: 36px!important;
    font-family: 'Circle Book';
    font-size: 22px;
}
.error_s{
      color: #d94747;
    padding: 10px;
}