.text-main {
  color: #192a56;
}

.bg {
  background-color: #8b2d88;
}

.bg-1 {
  background-color: #5ac1ad;
}

.bg-2 {
  background-color: #337ab7;
}

.bg-3 {
  background-color: #b2d235;
}

.bg-4 {
  background-color: #ff9628;
}

.bg-5 {
  background-color: #602d90;
}

.bg-6 {
  background-color: #00adee;
}

.bg-7 {
  background-color: #ec1064;
}

.bg-8 {
  background-color: #37b349;
}

.bg-9 {
  background-color: #008080;
}

.bg-10 {
  background-color: #9e1f63;
}

.bg-11 {
  background-color: #00acc1;
}

.bg-12 {
  background-color: #76ad97;
}

.bg-main {
  background-color: #192a56 !important;
}

.bg-second {
  background-color: #1dd1a1 !important;
}

body {
  font-family: "Cairo", sans-serif !important;
  direction: rtl !important;
}

body input,
body textarea,
body button,
body .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

nav {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 800px) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

@media (max-width: 575.98px) {
  .fs-xs-4 {
    font-size: 4.4rem;
  }
  .fs-xs-3 {
    font-size: 3.3rem;
  }
  .fs-xs-2 {
    font-size: 2.4rem;
  }
  .fs-xs-1 {
    font-size: 1.25rem;
  }
  .fs-xs-0 {
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .fs-sm-4 {
    font-size: 4.4rem;
  }
  .fs-sm-3 {
    font-size: 3.3rem;
  }
  .fs-sm-2 {
    font-size: 2.4rem;
  }
  .fs-sm-1 {
    font-size: 1.25rem;
  }
  .fs-sm-0 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .fs-md-4 {
    font-size: 4.4rem;
  }
  .fs-md-3 {
    font-size: 3.3rem;
  }
  .fs-md-2 {
    font-size: 2.4rem;
  }
  .fs-md-1 {
    font-size: 1.25rem;
  }
  .fs-md-0 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .fs-lg-4 {
    font-size: 4.4rem;
  }
  .fs-lg-3 {
    font-size: 3.3rem;
  }
  .fs-lg-2 {
    font-size: 2.4rem;
  }
  .fs-lg-1 {
    font-size: 1.25rem;
  }
  .fs-lg-0 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl-4 {
    font-size: 4.4rem;
  }
  .fs-xl-3 {
    font-size: 3.3rem;
  }
  .fs-xl-2 {
    font-size: 2.4rem;
  }
  .fs-xl-1 {
    font-size: 1.25rem;
  }
  .fs-xl-0 {
    font-size: 1rem;
  }
}

* {
  outline: none !important;
}

body {
  direction: rtl;
}

.navbar {
  margin-bottom: 0 !important;
  background-color: transparent !important;
  position: absolute;
  left: 5%;
  top: 50px;
  height: 65px;
  width: 90%;
  z-index: 555;
}

@media (max-width: 575.98px) {
  .navbar {
    top: 0;
    padding: 10px 0;
    height: auto;
    background-color: #5b9982 !important;
    width: 100%;
    left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .navbar {
    top: 0;
    padding: 10px 0;
    height: auto;
    background-color: #5b9982 !important;
    width: 100%;
    left: 0;
  }
}

.navbar .navbar-brand a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .navbar .navbar-brand img {
    height: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .navbar .navbar-brand img {
    height: 120px;
  }
}

.navbar .navbar-toggler i {
  font-size: 40px;
}

.navbar ul {
  margin-top: -2%;
}

.navbar ul li {
  font-size: 20px;
  margin-right: 15px;
}

.navbar ul li a {
  color: white;
  border: 2px solid transparent;
}

.navbar ul li a:hover {
  border-bottom: 2px solid #8b2d88;
}

.navbar .left-ul {
  position: relative;
}

.navbar .left-ul ul li a {
  width: 200px;
}

.navbar .left-ul ul li a:hover {
  border: 2px solid transparent !important;
}

.navbar .left-ul .english {
  position: absolute;
  left: -73px;
  top: -21px;
  width: 200px;
}

.navbar .left-ul .english a {
  color: white;
}

/* start Header */
.header {
  height: 500px !important;
  background: url(../imgs/home-bg.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed !important;
  position: relative;
}

@media (max-width: 575.98px) {
  .header {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0 90%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0 90%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  }
}

@media (min-width: 768px) {
  .header {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0 75%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  }
}

.header .blur {
  position: absolute;
  top: -25px;
  left: 0;
  height: 132px;
  background-color: #08483c;
  -webkit-filter: blur(25px);
  filter: blur(29px);
  width: 100%;
}

.header .overly {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #5dc2ae;
  opacity: 0.8;
  color: white;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .header .overly .text {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header .overly .text {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .header .overly .text {
    color: white;
    position: absolute;
    left: 20%;
    top: 25%;
  }
}

@media (min-width: 1366px) {
  .header .overly .text {
    left: 200px;
    top: 230px;
  }
}

.header .overly .text .getin {
  background-color: #8b2d88;
  color: white;
}

/* End Header*/
nav .ul-2 {
  margin-left: 5%;
}

.header {
  background: url(../imgs/customer.png) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: static !important;
}

@media (min-width: 768px) {
  .header {
    background-size: contain !important;
  }
}

.header .overly {
  opacity: 0.6 !important;
  display: none;
}

@media (max-width: 575.98px) {
  .header .overly {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header .overly {
    display: block;
  }
}

@media (min-width: 768px) {
  .header .overly {
    display: none;
  }
}

.header .blur {
  position: absolute;
  top: -25px;
  left: 0;
  height: 175px;
  background-color: #08483cd4;
  -webkit-filter: blur(25px);
  filter: blur(29px);
  width: 100%;
}

.header .about-text {
  position: absolute;
  right: 0%;
  z-index: 555;
  top: 57%;
  width: 40%;
  color: white;
}

@media (max-width: 575.98px) {
  .header .about-text {
    right: 10%;
  }
}

.header .about-text h1 {
  position: relative;
  padding: 20px 0;
}

.header .about-text h1::after {
  content: "";
  height: 3px;
  width: 120px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ask {
  overflow: hidden;
}

.ask h6 {
  color: #707070;
}

.ask form .left, .ask form .right {
  color: #707070 !important;
}

.ask form .left h6, .ask form .right h6 {
  color: #707070;
  font-size: 20px;
}

.ask form .left input, .ask form .left textarea, .ask form .right input, .ask form .right textarea {
  border-radius: 20px;
  border: 1px solid #707070 !important;
  padding: 10px 20px;
}

.ask form .left .send, .ask form .right .send {
  background-color: #5DC2AE;
  border-radius: 20px;
  color: white;
  float: right;
  -webkit-transition: a;
  transition: a;
}

.footer {
  background-color: #6E59A3;
  padding: 150px 0 20px 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .footer {
    -webkit-clip-path: polygon(29% 4%, 119% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
            clip-path: polygon(29% 4%, 119% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer {
    -webkit-clip-path: polygon(29% 4%, 119% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
            clip-path: polygon(29% 4%, 119% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  }
}

@media (min-width: 768px) {
  .footer {
    -webkit-clip-path: polygon(29% 20%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
            clip-path: polygon(29% 20%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  }
}

.footer .sm i {
  color: #6e59a3;
  height: 50px;
  width: 50px;
  background: white;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .sm i:hover {
  color: red;
}

.footer .number {
  font-size: 35px !important;
  direction: ltr !important;
}

.footer .last-footer {
  background-color: #7B2278;
  height: 50px;
  color: white;
}

.footer .last-footer h6.left {
  text-align: left;
}
/*# sourceMappingURL=askexperiment.css.map */