.view-all {
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid #006F62;
  color: #006F62;
  font-family: "Poppins-Bold";
  transition: 0.3s;
  margin: auto;
  display: table;
}

.popup-img {
  border: 5px solid #006F62;
}

button.btn-close {
  position: absolute;
  background-color: #fff;
  right: 16px;
  top: 16px;
  z-index: 2;
  color: #000;
  font-size: 50px;
  border-radius: 0;
  opacity: 0.7;
}

.popup-style button.btn-close {
  right: 5px;
  top: 5px;
}

.modal-dialog {
  max-width: 1000px;
  width: 600px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.section-title {
  font-size: 21px;
  font-family: "Poppins-Bold";
}

#who_we_are_section .who-we-are-title-contents h2 {
  margin: 15px 0px;
  font-family: "Poppins-Light";
  font-size: 36px;
}
#who_we_are_section .who-we-are-title-contents p {
  line-height: 35px;
}

#who_we_image_section .who-we-inner-image {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
#who_we_image_section .who-we-inner-image img {
  border-radius: 20px;
  transition: 0.5s;
}
#who_we_image_section .who-we-inner-image img:hover {
  transform: scale(1.05);
  filter: brightness(0.5);
}
#who_we_image_section .who-we-inner-image .who-we-inner-image-contents {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#who_we_image_section .who-we-inner-image .who-we-inner-image-contents h3 {
  opacity: 0;
  transition: 0.6s;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
#who_we_image_section .who-we-inner-image .who-we-inner-image-contents-large {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
#who_we_image_section .who-we-inner-image .who-we-inner-image-contents-large h3 {
  opacity: 0;
  transition: 0.6s;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
#who_we_image_section .who-we-inner-image:hover h3 {
  opacity: 1;
}

#what_we_do_section {
  background-color: #F6F6F6;
  padding-left: 200px;
  padding-top: 80px;
}
#what_we_do_section .what-we-do-contents-col {
  padding-right: 90px;
}
#what_we_do_section .slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
#what_we_do_section .slider-item {
  flex: 0 0 auto;
  margin-right: 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
#what_we_do_section .slider-items-contents {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
}
#what_we_do_section .slider-items-contents .arrow-btn {
  padding-left: 30%;
}
#what_we_do_section .slider-items-contents .arrow-btn button {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
}
#what_we_do_section .slider-items-contents .arrow-btn button img {
  border-radius: 0;
}
#what_we_do_section .slider-items-contents .content-btn button {
  font-size: 18px;
  border: none;
  padding: 7px 15px;
  background-color: #fff;
  border-radius: 8px;
}
#what_we_do_section .slider-item img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  cursor: pointer;
}
#what_we_do_section ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#what_we_do_section ::-webkit-scrollbar-track-piece {
  background-color: #D9D9D9;
}
#what_we_do_section ::-webkit-scrollbar-thumb:vertical {
  background-color: #494545;
  cursor: pointer;
}
#what_we_do_section ::-webkit-scrollbar-thumb:horizontal {
  background-color: #494545;
  cursor: pointer;
}

#step_forward_section .step-forward-floating-image-col {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#step_forward_section .step-forward-floating-image-col .step-forward-floating-image {
  position: absolute;
  top: -50px;
  width: 200px;
  height: auto;
  overflow: hidden;
}
#step_forward_section .step-forward-floating-image-col .step-forward-floating-image img {
  width: 100%;
  height: 100%;
  animation: swing 10s infinite ease-in-out;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#step_forward_section .step-forward-floating-image-col .video-icons {
  position: absolute;
  right: -50px;
  bottom: 50px;
}
#step_forward_section .step-forward-floating-image-col .video-icons .step-forward-rounding-word-image {
  position: absolute;
  top: 25px;
  left: 25px;
}
#step_forward_section .step-forward-floating-image-col .video-icons .step-forward-rounding-word-image img {
  width: 70px;
  height: auto;
  animation: rotate 10s linear infinite;
}
#step_forward_section .step-forward-floating-image-col .step-forward-rounding-image img {
  width: 120px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#step_forward_section .step-forward-contents {
  padding-left: 100px;
}

#our_projects_section .our-projects-title {
  margin-bottom: 50px;
}
#our_projects_section .our-projects-title .our-projects-title-contents p {
  line-height: 35px;
}
#our_projects_section .our-projects {
  margin: 0px -30px;
}
#our_projects_section .our-projects .our-projects-image-left-side {
  padding-left: 15px;
  margin-top: 20px;
  transition: 1s;
}
#our_projects_section .our-projects .our-projects-image-right-side {
  transition: 1s;
  padding: 0px 30px;
}
#our_projects_section .our-projects .our-projects-image-col {
  cursor: pointer;
}
#our_projects_section .our-projects .our-projects-image {
  margin-bottom: 50px;
  text-align: center;
}
#our_projects_section .our-projects .our-projects-image p {
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#our_projects_section .our-projects .our-projects-image p::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 10px;
}
#our_projects_section .our-projects .our-projects-image p span {
  background-color: #fff;
  position: relative;
  padding: 0px 10px;
}
#our_projects_section .our-projects .our-projects-image img {
  border-radius: 25px;
  width: 100%;
}
#our_projects_section .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
#our_projects_section .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  background-color: hsla(173, 100%, 22%, 0.425) !important;
  margin: 0px 3px;
  border-radius: 100%;
  border: 1px solid #fff;
}
#our_projects_section .owl-dots button.owl-dot.active {
  background-color: #006F62 !important;
}

.carousel {
  border: 5px solid #006F62;
}

@media only screen and (max-width: 1440px) {
  #what_we_do_section {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  #what_we_do_section {
    padding-left: 100px;
  }
  h2 {
    font-size: 28px;
  }
  #who_we_are_section .who-we-are-title-contents h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  #what_we_do_section {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #our_projects_section .our-projects {
    margin: 0;
  }
  #our_projects_section .our-projects .our-projects-image-right-side {
    padding: 0;
  }
  .modal-dialog {
    max-width: 90%;
    width: 100%;
  }
  .side-padding {
    padding: 0px 20px;
  }
  #who_we_image_section .who-we-inner-image img {
    width: 100%;
  }
  .m-hide {
    display: none;
  }
  .mobile-full-width {
    width: 100%;
  }
  #step_forward_section .step-forward-contents {
    padding-left: 0;
    margin-top: 20px;
  }
  .m-top {
    margin-top: 30px;
  }
  #what_we_do_section {
    padding-top: 30px;
  }
  #what_we_do_section .slider {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .what-we-do-slider {
    margin-top: 30px;
  }
  #who_we_are_section .who-we-are-title-contents h2 {
    font-size: 21px;
    line-height: 28px;
  }
  #who_we_are_section .who-we-are-title-contents p {
    line-height: 24px;
  }
  h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .main-btn button {
    padding: 5px 20px;
    font-size: 14px;
  }
  .main-btn button img {
    width: 10px;
  }
}
.who-we-are-image {
  background: #edf4ef;
}
.who-we-are-image img {
  cursor: pointer;
}

.home-who-we-are-image {
  z-index: 999;
  display: none;
}
.home-who-we-are-image .overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.home-who-we-are-image .who-we-are-image-show {
  width: 600px;
  height: 400px;
  background: #FFF;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
}
.home-who-we-are-image .who-we-are-image-show span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.home-who-we-are-image .who-we-are-image-show img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html:lang(ar) .main-btn button span {
  margin-right: 5px !important;
  margin-left: 0 !important;
}
html:lang(ar) .main-btn button span img {
  transform: rotate(270deg);
}
