.box-portfolio.style-4 {
  position: relative;
}

.box-portfolio {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
}
.box-portfolio::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgb(13, 21, 15);
  opacity: 0.502;
}
.box-portfolio .image {
  border-radius: 20px;
  overflow: hidden;
}
.box-portfolio.style-4 .content {
  background-color: #fff;
  border-radius: 20px;
  top: 398px;
  bottom: 20px;
  left: 20px;
  right: 23px;
  text-align: center;
  padding: 0px 35px 10px;
  height: 81px;
}

.box-portfolio .content {
  bottom: -140px;
  left: 35px;
  right: 35px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: auto;
  z-index: 2;
}
.tf-img-hover .hover01 img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.box-portfolio.style-4::after {
  background: linear-gradient(to top, rgba(13, 64, 28, 0.89), transparent);
}
.box-portfolio::after {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100%;
  height: 278px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(13, 21, 15, 0.749), transparent);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-portfolio.style-4 .content .title {
  color: #000;
  margin-bottom: 23px;
  padding-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 600;
}
.box-portfolio .content .title {
  color: var(--white-color);
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: block;
  position: relative;
}
.box-portfolio.style-4 .content .title::after {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: unset;
  width: 64px;
  height: 3px;
}
.box-portfolio .content .title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 57px;
  height: 2px;
  background-color: #025bde;
}
.box-portfolio.style-4 .content .text {
  color: #6e7673;
  margin-bottom: 32px;
  transform: translateY(15px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.box-portfolio.style-4 .content .bot {
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(15px);
  visibility: hidden;
  opacity: 0;
}
.box-portfolio.style-4 .content .bot a {
  background-color: var(--accent-color);
  color: var(--white-color);
  display: block;
  padding: 20px 35px;
  border-radius: 8px;
  letter-spacing: 0.5px;
}
.box-portfolio .content .btn-read {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.box-portfolio:hover::before {
  height: 100%;
}
.box-portfolio:hover .image img {
  filter: blur(0.8px);
}

.tf-img-hover:hover .hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box-portfolio.style-4:hover .content {
  padding: 59px 35px 10px;
  top: 70px;
  height: calc(88% - 40px);
}
.box-portfolio.style-4:hover .content .title {
  margin-top: 0px !important;
  letter-spacing: 0.5px;
}
.box-portfolio.style-4:hover .content .title::after {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.box-portfolio.style-4:hover .content .text {
  transition-delay: 0.2s;
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.box-portfolio.style-4:hover .content .bot {
  transition-delay: 0.3s;
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.box-portfolio:hover .content .btn-read {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.box-portfolio.style-4::after {
  background: linear-gradient(to top, rgba(13, 39, 64, 0.89), transparent);
}
.box-portfolio::after {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100%;
  height: 278px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(32, 56, 87, 0.749), transparent);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-bottom {
  margin-bottom: 50px;
}
.footer-logo h3 {
  color: #fff;
  font-size: 35px;
}
.hydro-logo {
  color: #000;
  font-size: 35px;
}
/* .slider-btn {
  padding-top: 20px;
} */
.new-color {
  background-color: #fff;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.new-color::before {
  content: "\f061";

  color: var(--accent-color);
}
.new-color:hover {
  border: 1px solid var(--white-color);
  color: #fff;
}
.new-color:hover::before {
  color: #fff;
}

.dorothea-photos .dorothea-photo-item {
  position: relative;
  margin-bottom: 30px;
}
.dorothea-photos .dorothea-photo-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.dorothea-photos .dorothea-photo-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.dorothea-photos .dorothea-photo-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.gallery-btn {
  text-align: center;
  margin-top: 20px;
}

.about__img-six img {
  border-radius: 50px;
}
.about__area-six {
  padding: 80px 0;
}
.about__img-six {
  text-align: right;
  position: relative;
  padding-left: 40px;
}
.about__img-six:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100px;
  height: 70%;
  background: #78aeff;
  border-radius: 25px 0 0 25px;
  z-index: -1;
}
.experience__wrap-two {
  text-align: left;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  padding: 19px 27px;
}
.experience__wrap-two .counter {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1;
  color: #fff;
}
.experience__wrap-two span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
}
.section__title {
  position: relative;
}

.mb-10 {
  margin-bottom: 10px;
}
.section__title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #025bde;
  margin-bottom: 12px;
}
.section__title .title {
  font-size: 42px;
  line-height: 55px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}
.about__content-six > p {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
.about-p {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.about__inner-wrap-six {
  display: flex;
  align-items: center;
  gap: 30px 50px;
}
.about__inner-box {
  position: relative;
}
.about-line:before {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
}
.about__inner-box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ebf8;
  color: var(--accent-color);
  border-radius: 8px 18px;
  font-size: 45px;
  margin-bottom: 25px;
}
.content .title {
  margin-bottom: 10px;
}
.content p {
  margin-bottom: 0;
}

.tg-header__top {
  background-color: #01022e;
  padding: 15px 0;
}
.tg-header__top-info .list-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

.list-wrap {
  margin: 0;
  padding: 0;
}
.tg-header__top-info .list-wrap li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #f5f6fc;
}
.list-wrap li {
  list-style: none;
}
.tg-header__top-info .list-wrap li:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #f5f6fc;
}
.tg-header__top-info .list-wrap li i {
  font-size: 18px;
}
.tg-header__top-info .list-wrap li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: #f5f6fc;
  letter-spacing: 1px;
}
.tg-header__top-info .list-wrap li a {
  color: #f5f6fc;
}
.tg-header__top-right > .list-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
}
.tg-header__top-right > .list-wrap > li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #f5f6fc;
  position: relative;
}
.tg-header__top-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.list-wrap li a {
  font-size: 15px;
  color: #f5f6fc;
  display: block;
}
.list-wrap li a i {
  font-size: 17px;
  color: #f5f6fc;
  display: block;
}

/* slider */

.slider__area-two {
  position: relative;
  z-index: 1;
}
.slider__bg-two:before {
  content: "";
  position: absolute;
  left: 35.5%;
  bottom: -30px;
  width: 80px;
  height: 105px;
  background: #002a96;
  -webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
  transform: rotate(-0.308deg);
  animation: slideDown 6s linear infinite;
}

.slider__bg-three {
  background-size: cover;
  background-position: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.slider__bg-three:before {
  content: "";
  position: absolute;
  left: 18.5%;
  bottom: 0px;
  width: 158px;
  height: 243px;
  background: rgba(0, 42, 150, 0.9);
  -webkit-clip-path: polygon(56% 0, 100% 0, 44% 100%, 0 100%);
  clip-path: polygon(56% 0, 100% 0, 44% 100%, 0 100%);
  transform: rotate(-1deg);
}
.slider__bg-three:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(19deg);
  width: 220px;
  height: 200%;
  background: rgba(0, 71, 255, 0.95);
  /* background: #5fa137; */
}
.slider__content-two {
  margin-top: -35px;
  position: relative;
}
.slider__content-two .sub-title {
  display: block;
  color: #002a96;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.slider__content-two .title {
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 65px;
}
.slider__content-two p {
  margin-bottom: 27px;
  font-size: 17px;
  line-height: 1.55;
  text-transform: capitalize;
}
.tg-btn {
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  background: var(--accent-color) none repeat scroll 0 0;
  color: var(--white-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 25px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  vertical-align: middle;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100px;
  --arrow-hover-move-x: -110%;
  gap: 10px;
  z-index: 1;
  position: relative;
  border: none;
}
.tg-btn-seven {
  border-radius: 4px 12px;
}
.tg-btn:before {
  content: "";
  position: absolute;
  transition-duration: 0.8s;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #000;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.slider__bg-two {
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 120px 0;
}
.slider__bg-two .shape img {
  width: 130px;
  height: auto;
}
.slider__bg-two .shape img {
  position: absolute;
  left: 5px;
  bottom: -20px;
}

/* ------ */

.clients {
  text-align: center;
}
.logo-marquee {
  padding: 2.5rem 0;
  position: relative;
}

.logo-marquee--marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
}

.logo-marquee--marquee-group {
  animation: scroll-left 30s linear infinite;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: auto;
}

@media (prefers-reduced-motion) {
  .logo-marquee--marquee-group {
    animation-play-state: paused;
  }
}

.logo-marquee--marquee-group img {
  height: 100px;
  padding: 0 40px;
  width: auto;
}
.logo-marquee--marquee-group .small-img {
  height: 50px;
  padding: 0 40px;
  width: auto;
}

@media (max-width: 991.98px) {
  .logo-marquee--marquee-group img {
    height: 56px;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .logo-marquee--marquee-group img {
    height: 48px;
    padding: 0 20px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.main-client {
  padding-bottom: 60px;
}

.process-item-area {
  position: relative;
  z-index: 2;
}
.process-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .process-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.process-item:not(:last-child) {
  margin-bottom: 90px;
}
.process-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .process-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.process-item:nth-child(even) .process-number {
  left: auto;
  right: 0px;
}
/* .process-item:nth-child(even) .box-content {
  text-align: right;
} */
.process-item:nth-child(even) .box-text {
  margin-left: auto;
}
.process-item .process-img {
  max-width: 748px;
}
.process-item .box-title {
  font-size: 35px;
}
@media (max-width: 1299px) {
  .process-item .box-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .process-item .box-title {
    font-size: 24px;
  }
}
.process-item .box-text {
  max-width: 498px;
  margin-bottom: 25px;
  text-align: justify;
}
.process-number {
  position: relative;
  min-width: 44px;
  height: 44px;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .process-number {
    display: none;
  }
}
.process-number:before,
.process-number:after {
  content: "";
  position: absolute;
  background-color: #02000f;
  left: 20px;
  width: 1px;
  height: 120px;
}
.process-number:before {
  top: 50px;
}
.process-number:after {
  bottom: 50px;
}

/* .global-img img {
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}
.global-img:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.global-img:hover:after {
  height: 250%;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
  background-color: transparent;
}
.global-img:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
} */

.process-number svg.progress-ring {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}
.process-item.item-active .progress-ring__circle {
  stroke-dashoffset: 0;
}
.process-number .progress-ring__circle {
  fill: #f0f0f0;
  stroke: #02000f;
  stroke-width: 1;
  stroke-dasharray: 125.6;
  stroke-dashoffset: 125.6;
  -webkit-transition: stroke-dashoffset 0.6s ease;
  transition: stroke-dashoffset 0.6s ease;
}
.process-number span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  color: #02000f;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.th-btn.black-border {
  background-color: transparent;
  border: 1px solid #025bde;
  color: #02000f;
  transition: all 0.3s ease;
}
.th-btn.black-border:hover {
  background-color: var(--accent-color);
  color: #fff;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #02000f;
  border: none;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  padding: 19px 30px;
  border-radius: 48px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  gap: 8px;
}
.box-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: -0.32em;
  margin-bottom: 15px;
}
.process-img img {
  border-radius: 10px;
  height: 350px;
}
.product-btn {
  padding-top: 30px;
}

.tp-megamenu-small {
  top: 100% !important;
  left: -40px !important;
  width: 625px;
  text-align: start;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}
.tp-megamenu-main {
  position: absolute;
  z-index: 99;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  visibility: hidden;
  transition: 0.3s;
  top: 100%;
  left: 0;
  right: 0;
}
.p-relative {
  position: relative;
}
.tp-megamenu-small-content {
  padding: 30px 40px 25px;
}
.tp-gx-50 {
  --bs-gutter-x: 50px;
}
.tp-megamenu-small-content .tp-megamenu-list a {
  position: relative;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 !important;
  margin-bottom: 14px;
  border-bottom: 1px solid #dfdcdc;
}
.tp-megamenu-small-content .tp-megamenu-list a::before {
  background-color: #fe4d01;
}
.tp-megamenu-small-content .tp-megamenu-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.main-menu > .nav-menu-wrapper > ul > li:hover > .tp-megamenu-main {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.choose__area-three {
  background-size: cover;
  background-position: 50% center;
  padding: 100px 0;
}
.choose__img-wrap-three {
  position: relative;
  text-align: right;
  z-index: 1;
  margin-left: 25px;
}
.choose__img-wrap-three > img:first-child {
  border-radius: 24px;
  border: 10px solid #fff;
}
.choose__img-wrap-three > img:nth-child(2) {
  position: absolute;
  bottom: 40px;
  left: 0px;
  border-radius: 24px;
  border: 8px solid #fff;
}
.profit__wrap-three {
  display: flex;
  align-items: center;
  text-align: left;
  position: absolute;
  left: 0px;
  top: 23%;
  background: #fff;
  gap: 10px;
  padding: 20px 25px;
  border-radius: 15px;
}
.profit__wrap-three .content .count {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.profit__wrap-three .content > p {
  margin-bottom: 0px;
  font-size: 14px;
  color: rgb(41, 55, 54);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
}
.choose__img-wrap-three .choose-shape img {
  position: absolute;
  left: -16%;
  bottom: -2%;
  z-index: -1;
  animation: 3s ease-in-out 0s infinite alternate none running alltuchtopdown;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

.choose-title {
  position: relative;
  margin-bottom: 35px;
}
.choose-title h2 {
  font-size: 36px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0px;
  color: #fff;
}
.choose__content-three .about__list-item-two {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  gap: 18px 0px;
  margin: 0px;
  padding: 0px;
}
.choose__content-three .about__list-item-two li {
  width: 50%;
  margin-bottom: 0px;
  color: #fff;
  flex: 0 0 auto;
}

.about__list-item-two li {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 19px;
  gap: 9px;
}
.about__list-item-two li .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: var(--accent-color);
  flex: 0 0 auto;
}

.choose__content-three .about__list-item-two1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  gap: 18px 0px;
  margin-top: 20px;
  padding: 0px;
}
.choose__content-three .about__list-item-two1 li {
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  flex: 0 0 auto;
}

.about__list-item-two1 li {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 19px;
  gap: 9px;
}
.about__list-item-two1 li .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: var(--accent-color);
  flex: 0 0 auto;
}

.vessel-content p {
  color: #fff;
  font-size: 18px;
}
.vessel-content p::before {
  content: "*";
  color: #78aeff;
  margin-right: 10px;
}
.choose-vessel {
  padding-top: 20px;
}

.main-about-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.main-about-section:after,
.main-about-section:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}
.main-about-section:before {
  left: -218px;
  top: 121px;
  width: 512px;
  height: 512px;
  background: #3894ff;
  filter: blur(75px);
}
.main-about-section:after {
  top: -177px;
  right: -210px;
  width: 515px;
  height: 515px;
  background: #ff7438;
  filter: blur(150px);
}
.banner__img-two {
  position: relative;
  text-align: right;
  padding-right: 30px;
}
.banner__img-two .main-img img {
  border-radius: 30px;
}
.business-growth-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  position: absolute;
  right: 62%;
  top: 33%;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
}
.business-growth-box .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--accent-color);
  color: #fff;
  font-size: 40px;
}
.business-growth-box .content {
  text-align: left;
}
.business-growth-box .content .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.business-growth-box .content .counter {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.banner__img-two .shape-wrap img:first-child {
  left: 7%;
  top: 18%;
}

.banner__img-two .shape-wrap img {
  position: absolute;
  z-index: -1;
}
.banner__img-two .shape-wrap img:nth-child(2) {
  right: -9%;
  bottom: 29%;
}
.banner__img-two .shape-wrap img:nth-child(3) {
  right: -3%;
  bottom: -6%;
}
.banner__img-two .shape-wrap img:nth-child(4) {
  left: 14%;
  bottom: 0;
  max-width: unset;
  z-index: -2;
}
.rightToLeft {
  animation: rightToLeft 3s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.alltuchtopdown {
  animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0);
  }
  50% {
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0);
  }
}

.founder-title {
  font-size: 50px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-weight: 700;
}
.founder-about-content p {
  font-size: 17px;
  text-align: justify;
}
.about-p {
  /* text-align: justify; */
  font-size: 17px;
}
.big-about {
  padding-top: 30px;
  font-size: 17px;
}

.product-title h2 {
  font-size: 40px;
}
.product-title {
  margin-bottom: 40px;
}
.member-content-body p {
  font-size: 19px;
  text-align: justify;
}
.client-section {
  padding: 100px 0;
}
.client-top {
  margin-top: 70px;
}

.main-certificates {
  padding: 80px 0;
}
.cer-top {
  margin-top: 30px;
}
.cer-img {
  width: 75%;
}
.process-area {
  padding: 40px 0 80px;
}
.poress-row {
  background: #eef6f6;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.porcess-thumb {
  position: relative;
  left: -12px;
}
.process-left {
  position: relative;
  padding: 0 0 13px;
}
.waste-title.left {
  margin-bottom: 0;
}
.waste-title.left h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  /* color: #025bde; */
  margin-bottom: 30px;
}
.waste-title p {
  font-size: 17px;
}
.waste-ul {
  margin-top: 20px;
}
.waste-ul li {
  margin-bottom: 15px;
  font-size: 17px;
}
.waste-title p {
  font-size: 17px;
}
/* .protect{
  font-size: 55px;
  margin-top: 20px;
  color: #025bde;
  text-transform: capitalize;
} */

@media only screen and (max-width: 767px) {
  .tg-header__top-right {
    display: none;
  }
  .tg-header__top-info .list-wrap li {
    font-size: 13px;
  }
  .tg-header__top-info .list-wrap li i {
    font-size: 15px;
  }
  .client-top {
    margin-top: 45px;
    text-align: center;
  }
  .client-top1,
  .client-top2 {
    margin-top: 45px;
    text-align: center;
  }
  .client-section {
    padding: 60px 0;
  }
  .member-content-body p {
    font-size: 18px;
  }
  .section-title1 h2 {
    font-size: 30px;
  }
  .about-p {
    margin-top: 0;
  }
  .big-about {
    margin-bottom: 0;
  }
  .founder-title {
    font-size: 32px;
    margin-top: 30px;
  }
  .main-about-section {
    padding: 40px 0;
  }
  .banner__img-two {
    padding-left: 20px;
    padding-right: 0;
  }
  .business-growth-box {
    right: 56%;
    top: 33%;
  }
  .section__title .title {
    font-size: 32px;
    line-height: 45px;
  }
  .about__content-six {
    margin-top: 40px;
  }
  .about__area-six {
    padding: 50px 0;
  }
  .about__img-six img {
    height: auto;
  }
  .main-certificates {
    padding: 50px 0;
  }
  .mob-cer {
    margin-top: 20px;
  }
  .waste-title.left h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .waste-title.left {
    margin-top: 20px;
  }
  .porcess-thumb {
    left: 0;
  }
  .process-area {
    padding: 0;
  }
  .choose__content-three {
    margin-top: 40px;
  }
  .about__list-item-two1 li,
  .about__list-item-two li {
    font-size: 16px;
  }
  .vessel-content p {
    font-size: 15px;
  }
  .choose__area-three {
    padding: 60px 0;
  }
  .choose-title {
    margin-bottom: 25px;
  }
  .main-client {
    padding-bottom: 30px;
  }
  .main-client {
    padding-bottom: 30px;
  }
  .slider__bg-three {
    display: none;
  }
  .slider__content-two .title {
    font-size: 40px;
    line-height: 50px;
  }
  .slider__bg-two {
    padding: 80px 0;
    min-height: 500px;
  }
  .tp-megamenu-small {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .logo-img {
    width: 38%;
  }
  .logo-img1 {
    width: 28% !important;
    margin-left: 13px !important;
}
  .father-content {
    position: absolute;
    bottom: 42px;
    left: 58% !important;
  }
  .father-content p{
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__content-six {
    margin-top: 60px;
  }
  .section__title .title {
    font-size: 30px;
  }
  .choose__area-three {
    padding: 60px 0;
  }
  .choose__content-three {
    margin-top: 40px;
  }
  .choose__content-three .about__list-item-two1 {
    margin-bottom: 10px;
  }
  .choose-title {
    margin-bottom: 25px;
  }
  .vessel-content p {
    margin-bottom: 10px;
  }
  .testimonial-counter-box {
    display: none;
  }
  .main-client {
    padding-bottom: 30px;
  }
  .client-top {
    margin-top: 45px;
    text-align: center;
  }
  .client-top1 {
    margin-top: 45px;
    text-align: center;
  }
  .client-section {
    padding: 60px 0;
  }
  .client-top3,
  .client-top2 {
    text-align: center;
  }
  .founder-title {
    font-size: 40px;
    margin-top: 30px;
  }
  .main-about-section {
    padding: 60px 0;
  }
  .about-p {
    margin-top: 0;
  }
  .big-about {
    margin-bottom: 0;
  }
  .process-area {
    padding: 0;
  }
  .waste-title.left h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .waste-title.left {
    margin-top: 20px;
  }
  .porcess-thumb {
    left: 0;
  }
  .waste-title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .waste-ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .waste-ul {
    margin-top: 15px;
  }
  .cer-top {
    margin-top: 0px;
  }
  .main-certificates {
    padding: 50px 0;
  }
  .section-title1 h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .slider__bg-three {
    display: none;
  }
  .slider__content-two .title {
    font-size: 40px;
    line-height: 50px;
  }
  .slider__bg-two {
    padding: 80px 0;
    min-height: 400px;
  }
  .slider__bg-two:before {
    display: none;
  }
  .about__area-six {
    padding: 60px 0;
  }
  .father-content {
    position: absolute;
    bottom: 45px !important;
    left: 39% !important;
  }
}

@media (max-width: 991px) {
  /* hidden by default (collapsed) */
  .tp-megamenu-main {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
    position: static !important;
    visibility: visible !important;
    width: 100% !important;
  }

  /* when opened */
  .tp-megamenu-main.active {
    max-height: 1200px; /* enough height to fit all items */
    opacity: 1;
    transform: translateY(0);
  }

  /* layout fix */
  .tp-megamenu-small {
    position: static !important;
    width: 100% !important;
  }

  .tp-megamenu-small-content {
    padding: 0 20px !important;
  }

  .tp-megamenu-small .col-xl-4 {
    width: 100% !important;
    /* margin-bottom: 18px; */
  }
  .tp-megamenu-small-content .tp-megamenu-list a {
    color: #fff;
  }
}
.father-content {
  position: absolute;
  bottom: 42px;
  left: 21%;
}

.father-content p {
  margin-bottom: 0;
  font-weight: 600;
}

.since {
  font-size: 16px;
  font-weight: 500;
  color: #025bde;
  animation: rightLeft 3s ease-in-out 0s infinite alternate; 
}

@keyframes rightLeft {
  0% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(30px);
  }
}
.logo-img1 {
  width: 30%;
  margin-left: 20px;
}
