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

.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;
  position: relative;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.header .overly {
  opacity: 0.5 !important;
}

.header .blur {
  position: absolute;
  top: -25px;
  left: 0;
  height: 132px;
  background-color: #08483c;
  -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;
}

.customer {
  overflow: hidden;
}

.customer .item {
  height: 350px;
  -webkit-box-shadow: 2px 2px 10px 6px #cccccc91, -25px -14px 13px -21px #cccccc8c, 0px -6px 0px #5DC2AE;
          box-shadow: 2px 2px 10px 6px #cccccc91, -25px -14px 13px -21px #cccccc8c, 0px -6px 0px #5DC2AE;
}

.customer .item .img {
  height: 100px;
  height: 60%;
}

.customer .item .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer .item .text {
  text-align: center;
  height: 40%;
}

.customer .item .text h5 {
  color: #6E59A3;
}

.customer .item .text p {
  color: #707070;
}

.footer {
  background-color: #6E59A3;
  padding: 150px 0 20px 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;
}
/*# sourceMappingURL=customer.css.map */