.hero_img {
  width: 100%;
  height: 83vh;
}
.mySlides {
  display: none;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 10px 16px;
  margin-top: -22px;
  margin: 0px 15px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}
.next {
  right: 0;
}
.postition_dot {
  position: absolute;
  left: 50%;
  top: 94%;
  transform: translate(-50%, -6%);
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #144178;
}
.fade {
  animation-name: fade;
  animation-duration: 5s;
}
@keyframes fade {
  0% {
    opacity: 0.9;
    transition: all 1s ease-out;
  }
  100% {
    opacity: 1;
    transition: all 1s ease-out;
  }
}
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
.slider_data {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-55%, -50%);
  color: #fff;
  font-weight: 500;
  animation: dataAnimation 1.5s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
}
@keyframes dataAnimation {
  from {
    transition: all 0.5s ease-in;
    top: 50%;
    left: 0%;
    transform: translate(-55%, -50%);
  }
  to {
    top: 50%;
    left: 35%;
    transform: translate(-55%, -50%);
  }
}
.slider_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 83vh;
  background-color: #000;
  opacity: 0.3;
}
.anime_overlay {
  background-color: #000;
  animation: overlayAnimation 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
@keyframes overlayAnimation {
  from {
    position: absolute;
    top: 0%;
    left: 0%;
    /* scale: 1; */
    opacity: 0.3;
    display: block;
    width: 0%;
    height: 83vh;
  }
  to {
    position: absolute;
    top: 0%;
    left: 0%;
    /* scale: 1; */
    opacity: 0.3;
    display: none;
    width: 100%;
    height: 83vh;
  }
}
.animation_overlay {
  background-color: #000;
  animation: overlayAnimation1 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
@keyframes overlayAnimation1 {
  from {
    position: absolute;
    top: 0%;
    right: 0%;
    /* scale: 1; */
    opacity: 0.3;
    display: block;
    width: 0%;
    height: 83vh;
  }
  to {
    position: absolute;
    top: 0%;
    right: 0%;
    /* scale: 1; */
    opacity: 0.3;
    display: none;
    width: 100%;
    height: 83vh;
  }
}
.anime2_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 83vh;
  width: 25%;
  /* background-color: #000;
  opacity: 0.4; */
  background: url(../Assets/images6/slider6_01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  animation: overlayAnimation5 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
.anime3_overlay {
  position: absolute;
  bottom: 1.2%;
  left: 25%;
  height: 83vh;
  width: 25%;
  /* background-color: #000;
  opacity: 0.4; */
  background: url(../Assets/images6/slider6_02.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  animation: overlayAnimation5 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
.anime4_overlay {
  position: absolute;
  top: 0%;
  right: 25%;
  height: 83vh;
  width: 25%;
  /* background-color: #000;
  opacity: 0.4; */
  background: url(../Assets/images6/slider6_03.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  animation: overlayAnimation5 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
.anime5_overlay {
  position: absolute;
  bottom: 1.2%;
  right: 0%;
  height: 83vh;
  width: 25%;
  /* background-color: #000;
  opacity: 1; */
  background: url(../Assets/images6/slider6_04.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  animation: overlayAnimation5 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
@keyframes overlayAnimation5 {
  from {
    scale: 1;
    /* opacity: 0.3; */
    height: 0vh;
    width: 25%;
  }
  to {
    scale: 1;
    /* opacity: 0.3; */
    height: 83vh;
    width: 25%;
  }
}
.anime6_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 25%;
  height: 83vh;
  background: url(../Assets/images8/slider8_01.png);
  background-repeat: no-repeat;
  background-position: initial;
  background-size: cover;
  animation: slider4 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
.anime7_overlay {
  position: absolute;
  top: 0%;
  left: 25%;
  width: 25%;
  height: 83vh;
  background: url(../Assets/images8/slider8_02.png);
  background-repeat: no-repeat;
  background-position: initial;
  background-size: cover;
  animation: slider4 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
.anime8_overlay {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 25%;
  height: 83vh;
  background: url(../Assets/images8/slider8_03.png);
  background-repeat: no-repeat;
  background-position: initial;
  background-size: cover;
  animation: slider4 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
.anime9_overlay {
  position: absolute;
  top: 0%;
  left: 75%;
  width: 25%;
  height: 83vh;
  background: url(../Assets/images8/slider8_04.png);
  background-repeat: no-repeat;
  background-position: initial;
  background-size: cover;
  animation: slider4 1.5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
@keyframes slider4 {
  from {
    width: 10%;
    height: 83vh;
  }
  to {
    width: 25%;
    height: 83vh;
  }
}
.slider_data h2 {
  font-size: 30px;
  animation: h2Animation 1.5s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
}
@keyframes h2Animation {
  from {
    scale: 3;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.slider_data p {
  font-size: 20px;
  width: 70%;
  animation: pAnimation 1.5s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
}
@keyframes pAnimation {
  from {
    scale: 1.7;
    opacity: 0.3;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.all_project {
  padding: 7px 15px;
  margin-top: 10px;
  border: 3px solid #144178;
  background-color: #fff;
  border-radius: 7px;
  color: #144178;
  width: 150px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  animation: btnAnimation 1.5s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
}
@keyframes btnAnimation {
  0% {
    scale: 1.5;
    opacity: 0.4;
    transform: rotate(90deg);
  }
  50% {
    scale: 1.5;
    opacity: 0.4;
    transform: rotate(-120deg);
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .hero_img {
    width: 100%;
    height: 30vh;
  }
  .slider_data h2 {
    font-size: 20px;
    animation: h2Animation 1.5s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
  }
  .slider_data p {
    font-size: 13px;
    width: 100%;
    animation: pAnimation 1.5s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
  }
  .slider_data {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-55%, -50%);
  }
  .all_project {
    width: 112px;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
  }
  .postition_dot {
    position: absolute;
    left: 50%;
    top: 87%;
    transform: translate(-50%, -13%);
  }
  .slider_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 30vh;
    background-color: #000;
    opacity: 0.3;
  }
  @keyframes overlayAnimation {
    from {
      position: absolute;
      top: 0%;
      left: 0%;
      /* scale: 1; */
      opacity: 0.3;
      display: block;
      width: 0%;
      height: 30vh;
    }
    to {
      position: absolute;
      top: 0%;
      left: 0%;
      /* scale: 1; */
      opacity: 0.3;
      display: none;
      width: 100%;
      height: 30vh;
    }
  }
  @keyframes overlayAnimation1 {
    from {
      position: absolute;
      top: 0%;
      right: 0%;
      /* scale: 1; */
      opacity: 0.3;
      display: block;
      width: 0%;
      height: 30vh;
    }
    to {
      position: absolute;
      top: 0%;
      right: 0%;
      /* scale: 1; */
      opacity: 0.3;
      display: none;
      width: 100%;
      height: 30vh;
    }
  }
  @keyframes btnAnimation {
    0% {
      scale: 1.1;
      opacity: 0.4;
      transform: rotate(90deg);
    }
    50% {
      scale: 1.2;
      opacity: 0.4;
      transform: rotate(-90deg);
    }
    100% {
      scale: 1;
      opacity: 1;
    }
  }
  .anime2_overlay {
    position: absolute;
    bottom: 4%;
    right: 0%;
    height: 30vh;
    width: 25%;
  }
  .anime3_overlay {
    position: absolute;
    bottom: 4%;
    left: 25%;
    height: 30vh;
    width: 25%;
  }
  .anime4_overlay {
    position: absolute;
    bottom: 4%;
    right: 25%;
    height: 30vh;
    width: 25%;
  }
  .anime5_overlay {
    position: absolute;
    bottom: 4%;
    right: 0%;
    height: 30vh;
    width: 25%;
  }
  @keyframes overlayAnimation5 {
    from {
      scale: 1;
      /* opacity: 0.3; */
      height: 0vh;
      width: 25%;
    }
    to {
      scale: 1;
      /* opacity: 0.3; */
      height: 30vh;
      width: 25%;
    }
  }
  .anime6_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 25%;
    height: 30vh;
  }
  .anime7_overlay {
    position: absolute;
    top: 0%;
    left: 25%;
    width: 25%;
    height: 30vh;
  }
  .anime8_overlay {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 25%;
    height: 30vh;
  }
  .anime9_overlay {
    position: absolute;
    top: 0%;
    left: 75%;
    width: 25%;
    height: 30vh;
  }
  @keyframes slider4 {
    from {
      width: 10%;
      height: 30vh;
    }
    to {
      width: 25%;
      height: 30vh;
    }
  }
}
.about_us {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem calc((100vw - 1200px) / 2);
    padding-bottom: 0rem;
    background: url(../Assets/Group\ 30.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    margin-top: -10px;
    overflow: hidden;
}

.about_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 1rem; */
}

.about_card img {
    width: 90%;
    height: 500px;
}

.about_card h2 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}

.about_card p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about_btn {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    background-color: #008bd3;
    border-radius: 9px;
    color: #fff;
    width: 25%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .about_us {
        padding: 0rem calc((100vw - 1200px) / 2);
        margin-top: -100px;
    }

    .about_top {
        padding-top: 8rem;
    }

    .about_grid {
        grid-template-columns: 1fr;
        padding-left: 10px;
    }

    .about_card img {
        width: 97%;
        height: 300px !important;
        padding-bottom: 2rem;
        margin-top: -8px;
    }

    .about_card h2 {
        font-size: 30px;
    }

    .about_btn {
        width: 50%;
    }

    .about_us {
        padding-bottom: 1rem;
    }

    .about_card:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 2 /3;
    }
}

@media only screen and (max-width: 375px) {
    .about_us {
        padding-bottom: 2rem;
    }

    .about_top {
        padding-top: 6rem;
    }

    .about_card img {
        width: 97%;
        height: 270px !important;
        padding-bottom: 2rem;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 360px) {
    .about_card img {
        width: 97%;
        height: 270px !important;
        padding-bottom: 2rem;
        margin-top: -15px;
    }
}
.whatWeDo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #eae9ec;
  padding: 1.8rem calc((100vw - 1250px) / 2);
  padding-bottom: 3.5rem;
  background: url(../Assets/what_we_do_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.what_card img {
  display: none;
  position: absolute;
  right: 0%;
  bottom: 0%;
  height: 112vh;
  width: 600px;
}
.what_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.2rem;
}
.what_title {
  font-size: 45px;
  font-weight: 500;
  color: rgb(32, 32, 32);
}
.data_card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  padding: 18px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 139, 211, 1);
  -moz-box-shadow: 7px 7px 0px 0px rgba(0, 139, 211, 1);
  box-shadow: 7px 7px 0px 0px rgba(0, 139, 211, 1);
  border: 1px solid #008bd3;
}
.data_card div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 400px;
  background-color: rgb(230, 245, 250);
  border-radius: 50%;
}
.data_card div:nth-child(2) {
  margin-left: 20px;
}
.data_card div img {
  width: 60px;
  height: 60px;
}
.data_card div h3 {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
}
.data_card div p {
  text-align: left;
}
.what_border {
  background: #008bd3;
  height: 2px;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .whatWeDo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 1.8rem calc((100vw - 1250px) / 2);
    padding-bottom: 3.5rem;
    background-color: #144178;
  }
  .what_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.2rem;
    padding: 10px;
  }
  .data_card div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: rgb(230, 245, 250);
    border-radius: 50%;
  }
  .what_card img {
    display: none;
  }
  .data_card div p {
    max-width: 100%;
  }
  .what_border {
    width: 98%;
  }
  .data_card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin-top: 25px; */
    padding: 8px;
  }
  .data_card div:nth-child(2) {
    margin-left: 10px;
  }
  .ourclients {
    padding: 5rem 0rem;
    margin: 2rem 0rem;
  }
}
.ourclients {
  padding: 6rem 0rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
.client_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.client_title h3 {
  font-size: 25px !important;
  font-weight: 500;
}
.client_border {
  background: #008bd3;
  height: 2px;
  width: 90px;
  margin: 0px 30px;
}
.ourclients h3 {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}
.slider {
  background: #fff;
  height: 100pt;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
  user-select: none;
  touch-action: none;
}

.slider:before {
  left: 0;
  top: 0;
}
/* .slider:after,
.slider:before {
  background: linear-gradient(to right, #efeef2 0%, hsla(0, 0%, 100%, 0) 100%);
  background: #fff;
  content: "";
  height: 75pt;
  position: absolute;
  width: 200px;
  z-index: 2;
} */
.slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
/* .slider:after,
.slider:before {
  background: linear-gradient(to right, #efeef2 0%, hsla(0, 0%, 100%, 0) 100%);
  background: #fff;
  content: "";
  height: 75pt;
  position: absolute;
  width: 200px;
  z-index: 2;
} */

.slider .slide-track-1 {
  animation: scroll-l 30s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide-track-2 {
  animation: scroll-r 30s linear infinite;
  display: flex;
  width: 3500px;
}

.slider .slide {
  height: 100pt;
  width: 250px;
  display: flex;
  align-items: center;
  text-align: center;
}
.slider .slide img {
  width: 180px;
  padding: 1pc;
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes scroll-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll-r {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(calc(-250px * 7));
  }
}
@media only screen and (max-width: 991px) {
    .ourclients {
        padding: 1rem 0rem;
    }
  .slider {
    margin: 10px auto;
  }
  .slider .slide {
    height: 100pt;
    width: 152px;
  }
  .client_title h3 {
    font-size: 20px !important;
    font-weight: 500;
  }
  .client_title {
    margin-bottom: 0px;
  }
  .client_border {
    margin: 0px 11px;
  }
}
@media only screen and (max-width: 412px) {
    .ourclients {
        padding: 1.3rem 0rem;
    }
}
@media only screen and (max-width: 400px) {
    .ourclients {
        padding: 1rem 0rem;
    }
}

    .projects {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 2rem calc((100vw - 900px) / 2);
        padding-top: 0rem;
        overflow: hidden;
    }

    .progest_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .progect_card {
        position: relative;
    }

        .progect_card img {
            width: 370px;
            height: 550px;
            object-fit: cover;
            transition: all 0.3s ease-in;
        }

        .progect_card:hover img {
            width: 470px;
            transition: all 0.3s ease-in-out;
        }

    .img_overlay {
        position: absolute;
        left: 0%;
        bottom: 1%;
        width: 100%;
        height: 551px;
        background-color: #000;
        opacity: 0.25;
    }

    .data {
        position: absolute;
        left: 50%;
        top: 85%;
        transform: translate(-50%, -15%);
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .progect_card:hover .data {
        position: absolute;
        left: 50%;
        top: 74%;
        transform: translate(-50%, -26%);
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .progect_card:hover .data_overlay {
        position: absolute;
        left: 50%;
        top: 73.5%;
        transform: translate(-50%, -27.5%);
        background-color: #000;
        width: 100%;
        height: 190px;
        opacity: 0.6;
    }

    .marginData {
        margin-top: 20px;
    }

    .para {
        display: none;
    }

    .progect_card:hover .para {
        display: block;
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        padding: 0px 12px;
    }

    @media only screen and (max-width: 991px) {
        .progest_grid {
            display: grid;
            grid-template-columns: 1fr;
            padding: 0px 10px;
        }

        .progect_card img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            transition: all 0.3s ease-in;
        }

        .progect_card:hover img {
            width: 100%;
            transition: all 0.3s ease-in-out;
        }

        .img_overlay {
            position: absolute;
            left: 0%;
            bottom: 1%;
            width: 100%;
            height: 450px;
            background-color: #000;
            opacity: 0.25;
        }

        .progect_card:hover .data {
            position: absolute;
            left: 50%;
            top: 67%;
            transform: translate(-50%, -33%);
            color: #fff;
            text-align: center;
            width: 100%;
        }

        .progect_card:hover .data_overlay {
            position: absolute;
            left: 50%;
            top: 67%;
            transform: translate(-50%, -33%);
            background-color: #000;
            width: 100%;
            height: 210px;
            opacity: 0.6;
        }

        .data h2 {
            font-size: 20px;
        }

        .data p {
            font-size: 15px;
        }
    }
