.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 ;
  text-align:right;
}

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: #8c2e72 !important;
    width: 100%;
    left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .navbar {
    top: 0;
    padding: 10px 0;
    height: auto;
    background-color: #8c2e72 !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%);
  background: url(../imgs/home-bgm.jpg);
  }
}

@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%);
  }
}

.mybtn {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #64c2b0; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 48px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.mybtn:hover {
  background-color: #00adee; /* Add a dark-grey background on hover */
}

.header .blur {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 132px;
  background-color: #08483c;
  -webkit-filter: blur(25px);
  filter: blur(50px);
  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*/
@media (min-width: 768px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
}

.section-1 {
  overflow: hidden;
  height: 800px;
  background: url(../imgs/image1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;	
}

@media (min-width: 768px) {
  .section-1 {
    margin-top: -250px !important;
    position: relative;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
	direction:rtl;
  }
}

@media (max-width: 575.98px) {
  .section-1 {
    height: 800px;
    margin-top: -50px;
    position: absolute;
    z-index: -1;
  background: url(../imgs/image1m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;	
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-1 {
    height: 550px;
    margin-top: -50px;
    position: absolute;
    z-index: -1;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.section-1 .head {
  color: #8b2d88;
  text-align:right;
  direction:rtl;
}
.section-1 .text {
 
  text-align:right;
  direction:rtl;
  position:relative;
  left:10px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-1 .head {
    margin-top: 0 !important;
    padding-top: 289px;
    height: 41%;
    padding-left: 16%;
  }
}

@media (min-width: 768px) {
  .section-1 .head {
    margin-top: 0 !important;
    padding-top: 289px;
    height: 41%;
    padding-right: 16%;
	text-align:right;
  }
}

@media (max-width: 575.98px) {
  .section-1 .text {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-1 .text {
    width: 100%;
	text-align:right;
  }
}

@media (min-width: 768px) {
  .section-1 .text {
    position: absolute;
      top: 290px;
    width: 40%;
  }
}

.section-1 .text p {
  font-size: 18px;
}

.section-1 .another-txt h2 {
  color: #8b2d88;
}

@media (max-width: 575.98px) {
  .section-1 .another-txt {
    margin-top: 80px;
    color: green;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-1 .another-txt {
    margin-top: 100px;
  }
}

/***************************************************************************************/

@media (max-width: 575.98px) {
  .section-2 {
    margin-top: 800px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-2 {
    margin-top: 800px;
  }
}

@media (min-width: 768px) {
  .section-2 {
    margin-top: 0;
  }
}

.section-2 .line {
  position: absolute;
  left: 0;
  top: -30px;
  height: 20px;
  width: 100%;
  background: #ffc129;
}

@media (min-width: 992px) {
  .section-2 .line {
    top: -30px !important;
  }
}

@media (min-width: 1366px) {
  .section-2 .line {
    top: -20px !important;
  }
}

.section-2 .content {
  overflow: hidden;
}
 
 
.section-2 .content .txt h2 {
  text-align: center;
  font-size: 76px;
  color: #5dc2ae;
  position:relative;
 
}
 
.section-2 .content .txt h3 {
  color: #8b2d88;
   position:relative;
  
}

@media (max-width: 575.98px) {
  .section-2 .content .items {
    position: static;
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-2 .content .items {
    position: static;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .section-2 .content .items {
    margin-top: -50px;
    position: absolute;
	 margin-left: 120px;
    left: 0px;
    top: -50px;
  }
}

@media (min-width: 1366px) {
  .section-2 .content .items {
    margin-top: -40px;
	 margin-left: 10px;
	 direction:rtl;
  }
}

.section-2 .content .items .our-item {
  cursor: pointer;
}

.section-2 .content .items .our-item .img {
  border: 2px solid #f67d10;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 15px;
  background: white;
  margin: auto !important;
}

@media (max-width: 575.98px) {
  .section-2 .content .items .our-item .img {
    height: 100px !important;
    width: 100px !important;
    margin: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-2 .content .items .our-item .img {
    height: 100px !important;
    width: 100px !important;
    margin: auto;
  }
}

.section-2 .content .items .our-item .img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575.98px) {
  .section-2 .content .items .our-item .img img {
    margin: auto;
  }
}

.section-2 .content .items .our-item .our-text {
  text-align: center;
}

.section-2 .content .items .our-item .our-text p {
  text-align: center;
}

@media (max-width: 575.98px) {
  .section-2 .content .items .our-item .our-text p {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-2 .content .items .our-item .our-text p {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .section-2 .content .items .our-item .our-text p {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .section-2 .content .items .our-item .our-text p {
    padding: 10px 50px;
  }
}

.section-2 .content .items .our-item:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.section-3 {
  background-color: #eee;
  margin-top: 60px;
}

@media (max-width: 575.98px) {
  .section-3 {
    -webkit-clip-path: polygon(50% 0%, 185% 25%, 100% 100%, 0 100%, 0 9%);
            clip-path: polygon(50% 0%, 185% 25%, 100% 100%, 0 100%, 0 9%);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-3 {
    -webkit-clip-path: polygon(50% 0%, 185% 25%, 100% 100%, 0 100%, 0 9%);
            clip-path: polygon(50% 0%, 185% 25%, 100% 100%, 0 100%, 0 9%);
  }
}

@media (min-width: 768px) {
  .section-3 {
    -webkit-clip-path: polygon(50% 4%, 100% 25%, 100% 100%, 0 100%, 0 25%);
            clip-path: polygon(50% 4%, 100% 25%, 100% 100%, 0 100%, 0 25%);
  }
}

.section-3 .head {
  padding-top: 60px;
  color: #712077;
}

.section-3 .content .item.list {
  margin-top: 120px !important;
}

@media (max-width: 575.98px) {
  .section-3 .content .item.list {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-3 .content .item.list {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .section-3 .content .item.list {
    margin-top: 120px !important;
	text-align:right;
	direction:rtl;
  }
}

.section-3 .content .item.list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.section-3 .content .item.list ul li {
  padding: 0 20px;
  font-size: 14px;
}

.section-3 .content .item.list ul img {
  height: 30px;
}

.section-3 .content .item.img .img {
  height: 480px;
  width: 530px;
}

@media (max-width: 575.98px) {
  .section-3 .content .item.img .img {
    height: auto;
    width: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-3 .content .item.img .img {
    height: auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .section-3 .content .item.img .img {
    height: 480px;
    width: 530px;
  }
}

.section-3 .content .item.img .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-4 {
  height: 500px;
  background: url(../imgs/bg-s-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: visible !important;
}

.section-4 .bg-s-4 {
  height: 500px;
  background-color: #337ab7;
  opacity: 0.8;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.section-4 .bg-s-4 .text .head {
  width: 50%;
}

@media (max-width: 575.98px) {
  .section-4 .bg-s-4 .text .head {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-4 .bg-s-4 .text .head {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .section-4 .bg-s-4 .text .head {
    text-align: right;
    width: 50%;
  }
}

.section-4 .bg-s-4 .text .head p {
  color: white !important;
}

.boxes {
  margin-top: -225px;
}

.boxes .box {
  padding: 0;
  border-radius: 10px;
  margin: auto;
  min-height: 188px !important;
}

.boxes .box .box-img {
  height: 30%;
}

.boxes .box .box-img img {
  margin: auto;
  display: block;
}

.boxes .box .txt {
  -webkit-clip-path: polygon(16% 5%, 102% 15%, 102% 102%, -5% 102%, -5% 26%);
          clip-path: polygon(16% 5%, 102% 15%, 102% 102%, -5% 102%, -5% 26%);
  padding-top: 75px !important;
  background-color: white;
  height: 70%;
}

.boxes .box .txt p {
  padding: 10px;
  min-height: 300px;
}

.boxes .box .txt .end {
  background-color: #efefef;
  height: 20px;
}

.box-1 {
  background-color: #5ac1ad !important;
}

.box-2 {
  background-color: #602d90 !important;
}

.box-3 {
  background-color: #ff9628 !important;
}

.box-4 {
  background-color: #00adee !important;
}

.box-5 {
  background-color: #008080 !important;
}

.box-6 {
  background-color: #37b349 !important;
}

@media (min-width: 768px) {
  .section-5 {
    margin-bottom: -80px;
  }
}

.section-5 .cir {
  position: relative;
}

.section-5 .cir .ellips {
  position: absolute;
  right: -14%;
  top: 20%;
  height: 600px;
  width: 600px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .section-5 .cir .ellips {
    width: 300px;
    height: 300px;
  }
}

.section-5 .cir .item .img {
  height: 250px;
  width: 250px;
}

.section-5 .cir .item .img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section-5 .cir .s-5-text {
  color: white;
}

.section-5 .cir .s-5-text h3, .section-5 .cir .s-5-text p {
  color: #8B2D88;
  font-weight: bold;
}

.section-5 .cir .s-5-text p.text-black {
  color: #A7A7A7  !important;
  font-weight: normal;
}

.section-5 .cir:hover .item .img img {
  -webkit-transform: translate(-50px);
          transform: translate(-50px);
}

.section-5 .bg-mid {
  margin-top: 100px;
}

.section-5 .bg-mid .img-mid {
  width: 100%;
}

.section-5 .bg-mid .img-mid img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-5 .txt-3 h3, .section-5 .txt-3 h4 {
  color: #8B2D88;
  font-weight: bold;
}

.section-5 .txt-3 .groups .gr-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.section-5 .txt-3 .groups .gr-1:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.section-5 .txt-3 .groups img {
  height: 40px;
}

.section-5 .txt-3 .group-2 {
  position: relative;
}

.section-5 .txt-3 .group-2 .progress {
  background-color: #eee;
}

.section-5 .txt-3 .group-2 .progress span {
  background: #881051;
  width: 80%;
  margin-right: auto;
}

.section-5 .txt-3 .group-2 .progress::before {
  content: "80%";
  position: absolute;
  height: 20px;
  top: -20px;
  color: black;
  width: 20%;
  overflow: visible;
}

p {
  color: #585858 !important;
}

.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=home.css.map */