/**
*
* Testing
*
**/

@import "../fonts/stylesheet.css";
.navbar-brand {
  width: 4vw;
}
.navbar-brand img {
  width: 100%;
}
@media (max-width: 450px) {
  .navbar-brand {
    width: 11vw;
    padding: 0;
  }
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #00796b;
  cursor: grab;
}
::-webkit-scrollbar-thumb {
  background-color: #001913;
  border-radius: 10px;
  cursor: grab;
}
.sticky_Nav {
  position: fixed;
  z-index: 333;
  top: 3vh;
  width: 70%;
  left: 15%;
}
@media (max-width: 450px) {
  .sticky_Nav {
    top: 0px;
    width: 100%;
    left: 0px;
  }
  .sticky_Nav .navbar {
    border-radius: 0px;
    margin-top: 0rem;
  }
}

.navbar {
  margin-top: 1rem;
  background: rgba(249, 255, 249, 0.368627451);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 50px;
}

.nav_link_active {
  color: white !important;
  font-weight: bold;
  position: relative;
}
.nav_link_active::after {
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #26a69a;
  border-radius: 50px;
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.nav-link {
  color: rgba(255, 255, 255, 0.7058823529) !important;
}

.contact_us_btn {
  background: rgb(1, 77, 62);
  background: linear-gradient(
    238deg,
    rgba(1, 77, 62, 0.6) 0%,
    rgba(73, 182, 168, 0.6) 100%
  );
  color: white !important;
}

.navbar-toggler:focus {
  border: none !important;
}

.Header_img {
  position: absolute;
  width: 50%;
  right: 0px;
  top: -20vh;
  margin-right: 0vw;
}
@media (max-width: 820px) {
  .Header_img {
    height: 70vh;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 820px) {
  .header {
    flex-direction: column-reverse;
  }
}

.s-vh-100 {
  height: 100vh;
}
@media (max-width: 450px) {
  .s-vh-100 {
    height: 80vh;
  }
}

.header_text {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.play_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.play_container .play_title {
  margin-left: 20px;
}

.play_btn {
  border-radius: 43px 43px 43px 12px;
  background: linear-gradient(#4db6ac, #00796b);
  height: 8vh;
  width: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.play_btn img {
  width: 50%;
}

.videoModal {
  z-index: 9999999;
  position: relative;
}

.aboutUs {
  width: 100vw;
  margin-top: 50vh;
  padding: 1rem;
  background-color: rgba(128, 203, 195, 0.5019607843);
  border-radius: 40px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media (max-width: 820px) {
  .aboutUs {
    margin-top: 10vh;
  }
}
.aboutUs .aboutUs_h1 {
  text-align: center;
}
.aboutUs .aboutUs_h1 span {
  font-weight: 800;
}

.aboutUs_Swiper {
  width: 100vw !important;
  left: -10vw !important;
}
@media (max-width: 820px) {
  .aboutUs_Swiper {
    width: auto !important;
    left: initial !important;
  }
}

.about_us_slide {
  border-radius: 40px 40px 40px 15px;
  background-color: rgba(0, 105, 89, 0.7137254902);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.about_us_slide_h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.about_us_slide_text {
  color: rgba(224, 242, 241, 0.6901960784);
}

.swiper_btns {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
@media (max-width: 820px) {
  .swiper_btns {
    width: 100%;
  }
}
.swiper_btns .swiper_button_prev {
  background: rgb(38, 166, 153);
  background: linear-gradient(
    120deg,
    rgb(38, 166, 153) 0%,
    rgb(19, 83, 77) 100%
  );
  border-radius: 30px 30px 30px 10px;
}
.swiper_btns .swiper_button_next {
  background: rgb(0, 77, 61);
  background: linear-gradient(45deg, rgb(0, 77, 61) 0%, rgb(0, 15, 12) 100%);
  border-radius: 30px 30px 10px 30px;
}
.swiper_btns .swiper_button {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  margin-top: 2rem;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.5s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.swiper_btns .swiper_button:hover {
  box-shadow: rgba(46, 46, 46, 0.384) 0px 8px 24px;
  box-shadow: rgba(50, 50, 93, 0) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0) 0px 18px 36px -18px inset;
  transform: scale(1.1);
}
@media (max-width: 450px) {
  .swiper_btns .swiper_button {
    width: 12vw;
    height: 12vw;
  }
}
.swiper_btns .swiper_button img {
  width: 70%;
}
@media (max-width: 820px) {
  .swiper_btns .swiper_button img {
    width: auto;
  }
}
.swiper_btns .leftIcon {
  transform: rotate(180deg);
}

.about_us_swiper_slide {
  width: 29vw !important;
}
@media (max-width: 820px) {
  .about_us_swiper_slide {
    width: 50vw !important;
  }
}
@media (max-width: 450px) {
  .about_us_swiper_slide {
    width: 80vw !important;
  }
}

.what_we_do .our_services_title {
  color: #e0f2f1;
  background-color: #26a69a;
  text-align: center;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  width: 15%;
  width: 15%;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .what_we_do .our_services_title {
    width: auto;
  }
}
.what_we_do .our_services_cards {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.what_we_do .our_services_cards .card_container {
  display: inline-flex;
}
@media (max-width: 820px) {
  .what_we_do .our_services_cards .card_container {
    flex-wrap: wrap;
  }
}
.what_we_do .our_services_card {
  border-radius: 40px 40px 40px 10px;
  width: 100%;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 1rem;
  background-color: rgba(0, 121, 107, 0.7960784314);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 1.5rem;
}
@media (max-width: 820px) {
  .what_we_do .our_services_card {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .what_we_do .our_services_card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.what_we_do .our_services_card_text {
  color: rgba(224, 242, 241, 0.7058823529);
  width: 80%;
}
.what_we_do .our_services_card_img {
  height: 30vh;
  margin: auto;
}
.what_we_do .our_services_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}
.what_we_do .our_services_card_btn {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 25px 25px 25px 7px;
  border: 2px solid #e0f2f1;
}
@media (max-width: 820px) {
  .what_we_do .our_services_card_btn {
    width: 7vw;
    height: 7vw;
  }
}
@media (max-width: 450px) {
  .what_we_do .our_services_card_btn {
    width: 11vw;
    height: 11vw;
  }
}
.what_we_do .our_services_card_title {
  margin-top: 1rem;
}

.viewMore_btn {
  text-align: center;
  margin: 0 auto;
  border: 2px solid #e0f2f1;
  padding: 0.5rem 1.5rem;
  background-color: #001913;
  border-radius: 30px 30px 30px 10px;
  position: relative;
  transition: all 2s;
}
.viewMore_btn::before {
  content: " ";
  background-color: #001913;
  width: 25px;
  height: 20px;
  bottom: -10px;
  left: 10px;
  transition: all 1s;
  position: absolute;
}

.our_services_big__images {
  position: relative;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_services_big__images .img_div {
  position: absolute;
}
.our_services_big__images .img_div img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.our_services_big__images .image_1 {
  width: 15vw;
  height: 15vw;
  bottom: 0px;
  left: 20px;
}
.our_services_big__images .image_1 img {
  border-radius: 40px 10px 40px 40px;
}
@media (max-width: 820px) {
  .our_services_big__images .image_1 {
    display: none;
  }
}
.our_services_big__images .image_2 {
  right: 10px;
  width: 6vw;
  height: 6vw;
  top: 10px;
}
.our_services_big__images .image_2 img {
  border-radius: 40px 10px 40px 40px;
}
@media (max-width: 820px) {
  .our_services_big__images .image_2 {
    display: none;
  }
}
.our_services_big__images .image_3 {
  left: 110px;
  width: 14vw;
  height: 14vw;
  top: 33px;
}
.our_services_big__images .image_3 img {
  border-radius: 40px 40px 40px 10px;
}
@media (max-width: 820px) {
  .our_services_big__images .image_3 {
    display: none;
  }
}
.our_services_big__images .image_4 {
  width: 14vw;
  height: 14vw;
  bottom: 60px;
  right: 50px;
}
.our_services_big__images .image_4 img {
  border-radius: 40px 40px 10px 40px;
}
@media (max-width: 820px) {
  .our_services_big__images .image_4 {
    width: 80vw;
    height: 40vh;
    position: relative;
    margin: auto;
    top: 0px;
    left: 0px;
  }
}
.our_services_big__images .bg {
  width: 75%;
  height: 65%;
  background-color: rgba(128, 203, 195, 0.5215686275);
  border-radius: 40px;
}
@media (max-width: 820px) {
  .our_services_big__images .bg {
    display: none;
  }
}

.our_services_big__text {
  display: flex;
  flex-direction: column;
  height: 80vh;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 450px) {
  .our_services_big__text {
    height: 35vh;
  }
}
.our_services_big__text h1 {
  margin-bottom: 5vh;
  font-size: 3.5rem;
  font-weight: 700;
}

.letsDescus_btn {
  background: #26a69a;
  color: white;
  text-decoration: none;
  width: 26%;
  padding: 10px 20px;
  border-radius: 20px 20px 20px 5px;
  margin-top: 5vh;
  font-weight: 400;
}
.letsDescus_btn:hover {
  color: white;
}
@media (max-width: 450px) {
  .letsDescus_btn {
    width: auto;
  }
}

.our_services_section {
  margin-top: 10vh !important;
}
@media (max-width: 450px) {
  .our_services_section {
    text-align: center;
  }
}
.our_services_section:nth-child(2) {
  flex-direction: row-reverse;
  text-align: end;
}
@media (max-width: 450px) {
  .our_services_section:nth-child(2) {
    text-align: center;
  }
}
.our_services_section:nth-child(2) .our_services_big__text {
  align-items: flex-end;
}
@media (max-width: 450px) {
  .our_services_section:nth-child(2) .our_services_big__text {
    align-items: center;
  }
}

.New_request {
  background-color: rgba(128, 203, 195, 0.7137254902);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.form_container {
  width: 70%;
  margin: 0 auto;
  background: rgba(0, 137, 123, 0.6862745098);
  border-radius: 30px;
  padding: 2rem;
}
.form_container input {
  color: rgba(255, 255, 255, 0.768627451) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: #80cbc4;
  border: 1px solid #80cbc4;
}
.form_container input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.768627451) !important;
}
.form_container input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.768627451) !important;
}
.form_container input::placeholder {
  color: rgba(255, 255, 255, 0.768627451) !important;
}
@media (max-width: 450px) {
  .form_container {
    width: 95%;
  }
}

.form-control:focus {
  color: #e0f2f1 !important;
  background-color: inherit !important;
  border-color: #4db6ac !important;
  box-shadow: 0 0 2px 0.1rem #4db6ac !important;
}

.form-check .form-check-input {
  float: initial !important;
  margin-right: auto !important;
}

.form-check-input:checked {
  background-color: #80cbc4 !important;
  border-color: #b2dfdb;
}

footer .footer_icon {
  width: 40px;
  height: 40px;
}
footer .footer_icon img {
  width: 70%;
}
footer .contactUs {
  background-color: rgba(77, 182, 172, 0.5490196078);
  border-radius: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.7rem;
}
footer .mail {
  margin-left: auto;
}
footer .mail img {
  width: 50px;
}
@media (max-width: 820px) {
  footer .Social_footer {
    width: 100%;
  }
}

.map {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 450px) {
  .map iframe {
    height: 50vh;
  }
}

.contactNav {
  background: rgba(49, 106, 97, 0.5882352941);
}

.contact_card {
  position: absolute;
  top: 21vh;
  left: 13vw;
  width: 25vw;
  background: rgba(49, 106, 97, 0.5882352941);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 35px;
  padding: 1rem 2rem;
}
@media (max-width: 820px) {
  .contact_card {
    width: 45vw;
  }
}
@media (max-width: 450px) {
  .contact_card {
    width: 100vw;
    position: relative;
    top: initial;
    left: initial;
    border-radius: 0px;
  }
}
.contact_card .form-label {
  color: white;
}
.contact_card .contact_h1 {
  text-align: center;
  margin: 0 auto;
}
.contact_card .contact_h1 span {
  color: white;
  font-weight: bold;
  font-size: 1.7rem;
}
.contact_card input,
.contact_card textarea {
  background: transparent;
  color: white;
}
.contact_card input::-moz-placeholder,
.contact_card textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.733);
}
.contact_card input:-ms-input-placeholder,
.contact_card textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.733);
}
.contact_card input::placeholder,
.contact_card textarea::placeholder {
  color: rgba(255, 255, 255, 0.733);
}
.contact_card .contact_submit {
  background: rgb(1, 77, 62);
  background: linear-gradient(
    238deg,
    rgba(1, 77, 62, 0.6) 0%,
    rgba(73, 182, 168, 0.6) 100%
  );
  text-align: center;
  width: initial;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #e0f2f1;
  font-family: Aileron;
}

body {
  overflow-x: hidden;
  background-color: #001913 !important;
  position: relative;
}

button {
  border: none;
  outline: none;
}

.text_green {
  color: #80cbc4;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

.our_partner_img img {
  width: 8vw;
}

@media (min-width: 820px) {
  .w-md-75 {
    width: 75% !important;
  }
}

.dotts {
  position: relative;
  width: 100vw;
  left: 0px;
  z-index: -1;
}
.dotts .dot {
  margin: 10rem;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  background-color: #b2dfdb;
}
@-webkit-keyframes drop-waterfall-img {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes drop-waterfall-img {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.dotts .dot:nth-child(1) {
  right: 9vw;
  top: 222vh;
  opacity: 84%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.dotts .dot:nth-child(2) {
  right: 10vw;
  top: 529vh;
  opacity: 51%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
}
.dotts .dot:nth-child(3) {
  right: 13vw;
  top: 566vh;
  opacity: 63%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.dotts .dot:nth-child(4) {
  right: 4vw;
  top: 50vh;
  opacity: 92%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
}
.dotts .dot:nth-child(5) {
  right: 12vw;
  top: 212vh;
  opacity: 81%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
}
.dotts .dot:nth-child(6) {
  right: 12vw;
  top: 90vh;
  opacity: 82%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
}
.dotts .dot:nth-child(7) {
  right: 14vw;
  top: 360vh;
  opacity: 34%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}
.dotts .dot:nth-child(8) {
  right: 1vw;
  top: 326vh;
  opacity: 74%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
}
.dotts .dot:nth-child(9) {
  right: 10vw;
  top: 211vh;
  opacity: 4%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.dotts .dot:nth-child(10) {
  right: 5vw;
  top: 40vh;
  opacity: 23%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
}
.dotts .dot:nth-child(11) {
  right: 8vw;
  top: 109vh;
  opacity: 92%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.dotts .dot:nth-child(12) {
  right: 4vw;
  top: 195vh;
  opacity: 61%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
}
.dotts .dot:nth-child(13) {
  right: 3vw;
  top: 254vh;
  opacity: 95%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.dotts .dot:nth-child(14) {
  right: 13vw;
  top: 267vh;
  opacity: 15%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
}
.dotts .dot:nth-child(15) {
  right: 9vw;
  top: 515vh;
  opacity: 25%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
}
.dotts .dot:nth-child(16) {
  left: -29vw;
  top: 365vh;
  opacity: 12%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
}
.dotts .dot:nth-child(17) {
  left: -22vw;
  top: 438vh;
  opacity: 72%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}
.dotts .dot:nth-child(18) {
  left: -23vw;
  top: 620vh;
  opacity: 54%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
}
.dotts .dot:nth-child(19) {
  left: -22vw;
  top: 563vh;
  opacity: 88%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.dotts .dot:nth-child(20) {
  left: -12vw;
  top: 227vh;
  opacity: 26%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.dotts .dot:nth-child(21) {
  left: -22vw;
  top: 477vh;
  opacity: 50%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.dotts .dot:nth-child(22) {
  left: -14vw;
  top: 633vh;
  opacity: 44%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.dotts .dot:nth-child(23) {
  left: -16vw;
  top: 605vh;
  opacity: 63%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.dotts .dot:nth-child(24) {
  left: -17vw;
  top: 567vh;
  opacity: 61%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}
.dotts .dot:nth-child(25) {
  left: -12vw;
  top: 245vh;
  opacity: 48%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.dotts .dot:nth-child(26) {
  left: -29vw;
  top: 308vh;
  opacity: 13%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.dotts .dot:nth-child(27) {
  left: -26vw;
  top: 100vh;
  opacity: 43%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.dotts .dot:nth-child(28) {
  left: -23vw;
  top: 137vh;
  opacity: 51%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
}
.dotts .dot:nth-child(29) {
  left: -20vw;
  top: 271vh;
  opacity: 21%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
}
.dotts .dot:nth-child(30) {
  left: -11vw;
  top: 175vh;
  opacity: 57%;
  -webkit-animation: "drop-waterfall-img" linear forwards infinite;
  animation: "drop-waterfall-img" linear forwards infinite;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.rtl .Header_img {
  right: auto;
  left: 0px;
}
.rtl .aboutUs_Swiper {
  right: -10vw;
  left: initial;
}
.rtl .dotts .dot:nth-child(16) {
  left: auto;
  right: -22vw;
}
.rtl .dotts .dot:nth-child(17) {
  left: auto;
  right: -22vw;
}
.rtl .dotts .dot:nth-child(18) {
  left: auto;
  right: -22vw;
}
.rtl .dotts .dot:nth-child(19) {
  left: auto;
  right: -29vw;
}
.rtl .dotts .dot:nth-child(20) {
  left: auto;
  right: -12vw;
}
.rtl .dotts .dot:nth-child(21) {
  left: auto;
  right: -28vw;
}
.rtl .dotts .dot:nth-child(22) {
  left: auto;
  right: -27vw;
}
.rtl .dotts .dot:nth-child(23) {
  left: auto;
  right: -23vw;
}
.rtl .dotts .dot:nth-child(24) {
  left: auto;
  right: -23vw;
}
.rtl .dotts .dot:nth-child(25) {
  left: auto;
  right: -13vw;
}
.rtl .dotts .dot:nth-child(26) {
  left: auto;
  right: -16vw;
}
.rtl .dotts .dot:nth-child(27) {
  left: auto;
  right: -20vw;
}
.rtl .dotts .dot:nth-child(28) {
  left: auto;
  right: -25vw;
}
.rtl .dotts .dot:nth-child(29) {
  left: auto;
  right: -21vw;
}
.rtl .dotts .dot:nth-child(30) {
  left: auto;
  right: -29vw;
}
.rtl .dotts .dot:nth-child(1) {
  right: auto;
  left: 7vw;
}
.rtl .dotts .dot:nth-child(2) {
  right: auto;
  left: 5vw;
}
.rtl .dotts .dot:nth-child(3) {
  right: auto;
  left: 3vw;
}
.rtl .dotts .dot:nth-child(4) {
  right: auto;
  left: 7vw;
}
.rtl .dotts .dot:nth-child(5) {
  right: auto;
  left: 7vw;
}
.rtl .dotts .dot:nth-child(6) {
  right: auto;
  left: 14vw;
}
.rtl .dotts .dot:nth-child(7) {
  right: auto;
  left: 9vw;
}
.rtl .dotts .dot:nth-child(8) {
  right: auto;
  left: 13vw;
}
.rtl .dotts .dot:nth-child(9) {
  right: auto;
  left: 14vw;
}
.rtl .dotts .dot:nth-child(10) {
  right: auto;
  left: 1vw;
}
.rtl .dotts .dot:nth-child(11) {
  right: auto;
  left: 10vw;
}
.rtl .dotts .dot:nth-child(12) {
  right: auto;
  left: 1vw;
}
.rtl .dotts .dot:nth-child(13) {
  right: auto;
  left: 5vw;
}
.rtl .dotts .dot:nth-child(14) {
  right: auto;
  left: 1vw;
}
.rtl .dotts .dot:nth-child(15) {
  right: auto;
  left: 10vw;
} /*# sourceMappingURL=style.css.map */
