@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Sans+Arabic:wght@100..900&display=swap");

:root {
  --blueColor: #0381b4;
  --blueColorAlt: #4c98f0;
  --greenColor: #60bc9e;
  --greenColorAlt: #4cdcb8;
}

* {
  letter-spacing: 0 !important;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transitiontransition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header .logo img {
  max-width: 340px;
}
/* .hotline_head {
  width: 200px;
} */

header .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header .dropdown-menu li {
  border-bottom: 0;
}
header .dropdown-menu a {
  color: #444;
}
header .dropdown-menu a:focus,
header .dropdown-menu a:hover {
  color: #fff;
  background-color: var(--blueColor);
}

.lngs {
  color: #fff;
}

.hotline_head img {
  width: 270px;
}

.sec_banner {
  height: 700px;
  background-color: #333;
  background: linear-gradient(
    -45deg,
    var(--greenColor) 20%,
    var(--blueColor) 70%
  );
}
.sec_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/bg-pattern.svg);
  opacity: 0.1;
  z-index: -1;
}

.apps_btns img {
  width: 200px;
}

#animatedImage {
  width: 90%;
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.wave {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.deco {
  position: absolute;
  height: 110px;
  bottom: -50px;
  width: 100%;
}
[dir="ltr"] .deco {
  left: 0;
}
[dir="rtl"] .deco {
  right: 0;
}

.deco .wave {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  background-repeat: repeat-x;
  -webkit-transform: scale(2.5, 1);
  -ms-transform: scale(2.5, 1);
  transform: scale(2.5, 1);
}
[dir="ltr"] .deco .wave {
  left: 0;
}
[dir="rtl"] .deco .wave {
  right: 0;
}
.theme--dark .deco .wave {
  background-image: url(../imgs/deco-wave-dark.png);
}
.deco .wave {
  background-image: url(../imgs/deco-wave-light.png);
}
@media (max-width: 599px) {
  .deco .wave {
    -webkit-transform: scale(6, 1);
    -ms-transform: scale(6, 1);
    transform: scale(6, 1);
    bottom: 20px;
  }
}
.wave-one {
  opacity: 0.2;
  background-position: 0 0;
  background-size: 50% 100px;
  -webkit-animation: 25s linear infinite;
  animation: 25s linear infinite;
  -webkit-animation-name: move_wave;
  animation-name: move_wave;
}
.wave-two {
  opacity: 0.2;
  background-position: 0 0;
  background-size: 50% 120px;
  -webkit-animation: 20s linear infinite;
  animation: 20s linear infinite;
  -webkit-animation-name: move_wave;
  animation-name: move_wave;
}
.wave-cover {
  background-size: 51% 100px;
  background-position: 397px 0;
  -webkit-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  transform: scale(2, 1);
}
@media (max-width: 1279px) {
  .wave-cover {
    background-size: 51% 70px;
    background-position: 397px 10px;
  }
}
@media (max-width: 599px) {
  .wave-cover {
    background-position: center bottom;
  }
}
@-webkit-keyframes move_wave {
  0% {
    background-position: 0 0;
    -webkit-transform: scale(2, 1);
    transform: scale(2, 1);
  }
  50% {
    background-position: 50% -50%;
    -webkit-transform: scale(2.3, 1.2);
    transform: scale(2.3, 1.2);
  }
  100% {
    background-position: 100% 0;
    -webkit-transform: scale(2, 1);
    transform: scale(2, 1);
  }
}
@keyframes move_wave {
  0% {
    background-position: 0 0;
    -webkit-transform: scale(2, 1);
    transform: scale(2, 1);
  }
  50% {
    background-position: 50% -50%;
    -webkit-transform: scale(2.3, 1.2);
    transform: scale(2.3, 1.2);
  }
  100% {
    background-position: 100% 0;
    -webkit-transform: scale(2, 1);
    transform: scale(2, 1);
  }
}



/*--------------------------------------------------------------
# Drop Menu
--------------------------------------------------------------*/

.dropbtn {
 


 background-color: transparent;
  border: none;
   padding: 0px 0px;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
	
  display: none;
  position: absolute;
  bottom: 45px;
 background-color:#fff;background-size: cover;
  border-radius:20px;
  border:1px solid #51be95;
  min-width: 30px;
 max-height:170px;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropup-content a {
	
  color: black;
  padding: 5px 5px ;
margin: 3px 3px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {background-color: #3a7ec1;  border-radius:10px;
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: transparent;
}

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

.counter-inner > div {
  position: relative;
}
.counter-inner > div::after {
  content: "";
  height: 40px;
  position: absolute;
  top: 10px;
}
.counter-inner > div::after {
  border-left: 2px solid var(--greenColor);
}
[dir="ltr"] .counter-inner > div::after {
  right: 0;
}
[dir="rtl"] .counter-inner > div::after {
  left: 0;
}
.counter-inner > div:last-child::after {
  display: none;
}
.counter-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.counter-item p {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.54);
}
.counter-item .text {
  text-align: center;
}
.counter-item .text .use-text-title {
  position: relative;
  color: var(--blueColor);
  font-weight: bold;
  font-size: 48px;
}
.use-text-subtitle {
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 1279px) {
  .counter-item .text .use-text-title {
    font-size: 38px;
  }
  .use-text-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .counter-item .text .use-text-title {
    font-size: 20px;
  }
  .use-text-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .counter-inner > div::after {
    height: 30px;
    top: 10px;
  }
  .counter-inner > div {
    margin-bottom: 0.5rem;
  }
  .counter-item .text .use-text-title {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .counter-inner > div:nth-child(3)::after {
    content: unset;
  }
  [dir="ltr"] .counter-inner > div:nth-child(3)::after {
    content: "";
  }
  [dir="ltr"] .counter-inner > div:nth-child(2)::after,
  [dir="ltr"] .counter-inner > div:nth-child(4)::after {
    content: unset;
  }
  .sec_counter {
    padding: 2rem 0 0 0 !important;
  }
}

/* Services */
.item-service {
  margin-bottom: 4rem;
  transition: 0.3s;
  color: #000;
}
.item-service:hover {
  transform: translateY(-5px);
}
.item-service img {
  transition: 0.3s;
}
.item-service:hover img {
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.4));
}
.item-service strong {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 2px;
  font-size: 14px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-radius: 30px;
  transition: 0.3s;
}
.item-service:hover strong {
  color: #fff;
  background-color: var(--greenColor);
}

@media screen and (max-width: 991px) {
  .item-service strong {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .item-service strong {
    font-size: 11px;
  }
}

/* $ => Footer */
footer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}

footer h3::before,
footer h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--colorS3);
  height: 3px;
  left: 0;
  transition: all 0.4s ease;
}
[dir="rtl"] footer h3::before,
[dir="rtl"] footer h3::after {
  left: auto;
  right: 0;
}
footer h3::before {
  width: 15px;
}
footer h3::after {
  width: 60px;
  left: 25px;
}
footer .footer-item:hover h3:before {
  width: 50px;
  left: 0;
}
footer .footer-item:hover h3:after {
  width: 15px;
  left: 60px;
}

[dir="rtl"] footer h3::after {
  left: auto;
  right: 25px;
}
[dir="rtl"] footer .footer-item:hover h3:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .footer-item:hover h3:after {
  left: auto;
  right: 60px;
}

@media (max-width: 767px) {
  .footer-item {
    margin-bottom: 30px;
  }
}
.footer-item .footer-logo img {
  height: 100px;
}
.footer-item .footer-logo p {
  margin-bottom: 25px;
}
.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}
.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.footer-item .footer-logo ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--colorThree);
  margin-bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.footer-item .footer-logo ul li a:hover {
  background-color: #3f4079;
}
.footer-item .footer-service ul li a {
  color: #fff;
}
.footer-item .footer-service ul li a:hover {
  color: var(--colorS2);
}

.social-media li a {
  display: inline-block;
  margin: auto 0.3rem;
}
@media (max-width: 991.98px) {
  .social-media li a {
    margin: auto 0.2rem;
  }
}
.social-media li a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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;
}
.social-media li a svg {
  width: 22px;
  height: 22px;
}
.social-media li a svg path {
  fill: #000;
}
.social-media li a:hover svg path {
  fill: #fff;
}

.social-media li a.facebook:hover {
  background-color: #3b5998;
}
.social-media li a.twitter:hover {
  background-color: #000;
}
.social-media li a.instagram:hover {
  background-color: #e95950;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.social-media li a.linkedin:hover {
  background-color: #007bb5;
}
.social-media li a.youtube:hover {
  background-color: #e95950;
}

/*-- Copyright --*/
.copyright-area {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 35px 35px 0 0;
  text-align: center;
  color: #444;
  font-size: 15px;
  font-weight: bold;
}
/* # => Footer */

@media screen and (max-width: 991px) {
  header .logo img {
    max-width: 200px;
  }

  .sec_banner {
    height: 90vh;
    text-align: center;
  }
  .sec_banner .row > div {
    margin-bottom: 2rem;
  }
  .apps_btns {
    justify-content: center;
  }
  .apps_btns img {
    width: 130px;
  }
  #animatedImage {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .sec_banner {
    height: 86vh;
  }
}

@media screen and (max-width: 600px) {
  header .logo img {
    max-width: 140px;
  }
}

@media screen and (max-width: 500px) {
  .hotline_head {
    /* width: 150px; */
  }

  header .logo img {
    max-width: 120px;
  }
  .apps_btns img {
    width: 90px;
  }
}

.divider {
  display: flex;
}
.divider:before,
.divider:after {
  content: "";
  flex: 1;
}
.line {
  align-items: center;
  margin: 1em -1em;
}
.line:before,
.line:after {
  height: 1px;
  margin: 0 1em;
}
.one-line:before,
.one-line:after {
  background: black;
}

.sec_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/contact-pattern.svg);
  background-repeat: repeat;
  opacity: 0.3;
}

.card_contact {
  background: rgb(238, 251, 250);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.card_contact:hover {
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}
.card_contact:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--blueColor);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.card_contact:hover:before {
  background: var(--greenColor);
  top: 6px;
  left: 6px;
}

.card_contact .icon {
  height: 80px;
}
.card_contact h4 {
  font-size: 1rem;
}
.card_contact .h3,
.card_contact h3 {
  font-size: 43px;
}
.card_contact p {
  color: #505050;
  font-size: 18px;
}
.card_contact p {
  font-size: 24px;
  color: #000;
}

.jump_animate {
  animation: jumpFour 4s linear infinite;
}

@keyframes jumpFour {
  0% {
    transform: translateZ(0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

.item_service {
  border: 1px solid transparent;
  transition: 0.3s;
  color: var(--blueColor);
}
.item_service:hover {
  border-color: var(--prime-ten);
  background: #fff !important;
  color: var(--greenColor);
}
.item_service img {
  height: 70px;
}

.banner_pages {
  padding-top: 6rem;
  height: 350px;
}

@media screen and (max-width: 991px) {
  .item_service h4 {
    font-size: 1rem !important;
  }
  .item_service img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .card_contact {
    height: auto;
  }
  .card_contact .icon {
    height: 60px;
  }
  .card_contact h4 {
    font-size: 0.8rem;
    margin-top: 0.8rem !important;
  }

  .w-75 {
    width: 100% !important;
  }
}

.team_item {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background-color: #fff;
  height: 100%;
}
.team_img img {
  height: 70px;
}
.team_img span {
  color: var(--greenColor);
}
.team_contact {
  border: 1px dashed #ddd;
  border-radius: 30px;
}
.team_contact a {
  color: #000;
  display: block;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0.5rem;
  /* border-radius: 30px; */
  padding: 10px;
  text-align: center;
}
.team_contact a:last-child {
  border-bottom: 0;
}
.team_contact a:hover {
  color: var(--greenColor);
}
.team_contact a img {
  height: 34px;
}

@media screen and (max-width: 991px) {
  .hotline_head img {
    width: 140px;
  }

  .team_contact a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sec_banner {
    padding-top: 6rem;
  }

  .sec_title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  header .logo img {
    max-width: 100px;
  }
  .hotline_head img {
    width: 100px;
  }

  .sec_banner {
    padding-top: 3rem;
  }
  .lngs.ms-5 {
    margin-right: 0.5rem !important;
    font-size: 13px;
  }
}
