body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  overflow-x: hidden;
  font-variation-settings:
    "wdth" 100;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

h1,
h2,
h3 {
  text-transform: capitalize;
}

p {
  line-height: 23px;
}

h1 {
  font-size: 37px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  margin-bottom: 17px;
  letter-spacing: 1px !important;
}



.banner:hover h1 span::after {
  width: 100%;
}



h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #000000;
  z-index: 2;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 20px;
  color: #39a79c;
  position: relative;
  font-weight: 500;
}

/* h6::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #39a79ca0;
  content: "";
  width: 5px;
  height: 100%;
  transform: rotate(15deg);
}
h6::before {
  position: absolute;
  top: 0;
  left: -10px;
  background: #39a79ca0;
  content: "";
  width: 5px;
  height: 100%;
  transform: rotate(15deg);
}
*/
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: initial;
  line-height: initial;
}

p {
  letter-spacing: initial;
  line-height: 23px;
  font-size: 17px;
}

.btan a {
  color: #fff;
}

.btan {
  padding: 12px 15px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  color: #e4e4e4;
  display: inline-block;
}

.btan::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #39a79c;
  width: 100%;
  height: 100%;
  transform: translatex(-100%);
  transition: 0.3s;
  z-index: 9;
  border-radius: 116px;
}

.btan:hover:after {
  transform: translatex(0);
  transition: 0.3s;
  z-index: -9;
}

.btnt a {
  background-color: #39a79c;
  padding: 12px 17px;
  color: #fff;
  display: inline-block;
}

.btnt a:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* =============sticky_icon==================== */
.sticky_icon {
  display: none;
}

.heading {
  position: relative;
  padding-left: 12px;
}

.heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #39a79c;
}

.fixed-tag {
  position: fixed;
  top: 0;
  z-index: 9999;
}

/* =========================header start========================= */
.hero-5-scroll-wrap {
  height: 32px;
  width: 20px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
}

.scroll-down {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 340px);
  height: 88px;
  width: 680px;
  text-align: center;
  background-color: #fff;
  z-index: 99;
  -webkit-clip-path: path("M646.782 65H33.2179C103.636 65 173.285 50.3548 237.739 21.9947C302.899 -6.67547 377.101 -6.67547 442.261 21.9947C506.715 50.3548 576.364 65 646.782 65Z");
  clip-path: path("M646.782 65H33.2179C103.636 65 173.285 50.3548 237.739 21.9947C302.899 -6.67547 377.101 -6.67547 442.261 21.9947C506.715 50.3548 576.364 65 646.782 65Z");
}

.hero-5-scroll-wrap::before {
  content: "";
  height: 6px;
  width: 2px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-animation: scrollMove 1.5s infinite;
  animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {
  to {
    transform: translateY(12px);
    transition: 0.3s;
    opacity: 0.2;
  }

  from {
    transform: translateY(0%);
    transition: 0.3s;
  }
}


.social-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.social-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-bar a i {
  font-size: 22px;
}

.Whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);

}

.instagram {
  background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.linkedin {
  background: linear-gradient(135deg, #0a66c2, #004182);
}

.youtube {
  background: linear-gradient(135deg, #ff0000, #cc0000, #ff4d4d);
}

/* Hover animation */
.social-bar a:hover {
  transform: translateX(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {


  .social-bar a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}

/* popup form on restart */

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.madal-reload .modal-dialog {
  position: relative;
  width: 737px !important;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  justify-content: center;
  display: flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}


.madal-reload .modal-header {
  padding: 0;
  height: 0;
  border: 0;
  display: block !important;
}

.madal-reload {
  background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
  margin: 12px;
}

.madal-reload .form-control {
  background-color: #ededed !important;
  border: 1px solid #929292;

}


.madal-reload #SubmitQuerytop {
  background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
}

.madal-reload h5 {
  color: #000000;
  font-size: 25px;
}

.madal-reload p {
  border-top: 1px solid #959595;
}



.madal-reload .motal_form_text span i {
  color: #39a79c;
}

.madal-reload .motal_form_text h3 {
  font-size: 25px;
}

.btan_g {
  background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
  border: none;
  padding: 3px 11px;
  color: #fff;
  font-size: 22px;
  position: relative;
  top: 8px;
  left: -10px;
  z-index: 99;
  float: right;
  border-radius: 9pc;
}


/*  */


/* img hover */
.imageho {
  position: relative;
}

.imageho::after {
  position: absolute;
  right: 50%;
  left: 50%;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #e5e5e524;
  transition: 0.3s;
}

.imageho:hover:after {
  width: 100%;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.header_top {
  background-color: #fff;
  border-bottom: 1px solid #8c7f7f;
}

.header_top ul li {
  border-right: 2px solid #494949;
}

.header_top ul li h4 {
  background-color: #39a79c;
  padding: 9px;
  color: #fff;
  border-radius: 50pc;
  padding: 4px 6px;
  font-size: 12px;
}

.header_top ul li p {
  font-size: 13px;
  color: #2d2d2d;
  font-weight: bold;
  letter-spacing: 1px;
}

.header_top .header_top_right ul li {
  border: none;
  padding-left: 18px;
}

.header_top .header_top_right a {
  color: #fff;
  font-size: 12px;
  background: #39a79c;
  padding: 7px 10px;
  border-radius: 7px;
}



.header {
  z-index: 999;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.header a {
  color: #ffffff !important;
}

/* STICKY STYLES â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
  border-bottom: none;
  width: 100%;
  margin-top: 0;
  margin: 0 auto;
  height: auto;
  top: 0;
}

.header.is-sticky .header_with {
  margin-top: 0px;
  border-radius: 0px;
  background: none;
}


.header_with {
  background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
  border-radius: 17px;
  margin-top: 15px;
}


.header.is-sticky a {
  color: #ffffff !important;
}

.header .contect-us {
  border: 2px solid #fff;
  padding: 6px;
  border-radius: 20px;
}

.header .contect-us ul li:first-child a {
  color: #39a79c !important;
  padding: 0;
}

.header .contect-us ul li a {
  color: #ffffff !important;
}

.header .contect-us ul li:first-child {
  background-color: #fff;
  padding: 11px 12px;
  border-radius: 50pc;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  z-index: 1;
  position: relative;
}

.header .contect-us ul li p {
  color: #39a79c;
  font-size: 16px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}

.menu ul li {
  display: inline-block;
  padding-right: 19px;
}

.menu ul li a {
  position: relative;
}

.menu ul li a::after {
  position: absolute;
  right: 50%;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background-color: #39a79c;
}

.menu ul li a:hover:after {
  width: 100%;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.header ul li a {
  transition: all 0.5s;
  color: rgb(255, 255, 255)0f0;
  font-size: 15px;
  font-weight: 400;
}

.header ul li .active {
  color: #39a79c !important;
}

.header ul li a:hover {
  transform: all 0.5s;
  color: #39a79c !important;
}

/* =========header closed========= */
/* =============== banner start style start ========================= */


.form_section {
  background: #dbdbdb91;
  padding: 28px 42px;
  border-radius: 12px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 12px 26px;
}

.form-label {
  color: #4f4b4b;
  text-align: left !important;
  float: left;
  margin-left: 5px;
}

.banner_bg .text_form {
  height: 55px;
  padding: 12px 52px !important;
}

.form_bottom .text_form {
  height: 55px;
  padding: 12px 52px !important;
}

.icon-inside {
  position: absolute;
  width: 50px;
  height: 54px;
  left: 9px;
  top: 0;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8c7f7f;
  z-index: 3;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.form_section p {
  color: #0f0d0d;
  font-weight: 600;
}

.form_section h3 {
  color: #39a79c;
  text-shadow: 1px 1px #000000;
  font-size: 25px;
}

.form_bottom .form_section {
  margin: 0;
  background-color: #dbdbdb;
  border-radius: 0;
}

#SubmitQuerytop {
  background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 42px;
  border: none;
  font-weight: bold;
  border-radius: 9px;
  transition: 0.3s;
}

#SubmitQuerytop:hover {
  background-color: #424242;
  transition: 0.3s;
  border: none;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

/* =============== banner start style closed ========================= */



.hero-banner {
  position: relative;
  min-height: 100vh;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* LEFT CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-tag {
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  background: #39a79c;
  padding: 7px;
  border-radius: 6px;

}

.hero-tag::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content h1 span {
  font-weight: 400;
}

.hero-content p {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
}

/* BUTTON */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #39a79c;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hero-btn i {
  background: #000;
  color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}

/* RIGHT IMAGE */
.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* YELLOW SHAPE */
.yellow-shape {
  position: absolute;
  left: -222px;
  bottom: -194px;
  width: 100%;
  height: 100%;
  background-image: url("../image/home-ovject-1.png");
  background-repeat: no-repeat;
  z-index: 1;
}


.tag_highlight {
  position: absolute;
  left: 50%;
  bottom: 20%;
  z-index: 1;
}


.tag_highlight ul {
  display: flex;
  background-color: #e1e1e1;
  padding: 30px 20px;
  border-radius: 15px;
  align-items: center;
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.banner-logo img {
  animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.tag_highlight ul i {
  color: #39a79c;
  font-size: 54px;
}

.tag_highlight ul p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 501;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-image {
    position: relative;
    width: 100%;
    height: 400px;
    clip-path: none;
    margin-top: 30px;
  }

  .hero-content h1 {
    font-size: 40px;
  }
}






.services-strip {
  background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
  padding: 18px 0;
  overflow: hidden;
}

.strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
}

.strip-inner span {
  margin: 0 20px;
}

.star {
  font-size: 22px;
}













/* ============= our serviecs css ============= */
.services-section {
  padding: 90px 0;
  background: #fff;
}

.services-section h2 {
  color: #000 !important;
}

.service-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c1bdbd;
  padding: 18px;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

/* OVERLAY */
.service-card::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  padding: 18px;
  top: 18px;
  left: 18px;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  margin: 0 auto;
}

.service-card:hover .overlay_bg {
  transform: translateY(0);
  transition: 0.3s;
}

.service-card:hover .service-content {
  display: none;
}



.service-card:hover::after {
  display: none !important;
  background: none !important;
}

.service-card .overlay_bg {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(57, 167, 156) 73.56%);
  padding: 18px;
  top: 18px;
  left: 18px;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  transform: translateY(100%);
  transition: 0.3s;
  margin: 0 auto;
  align-items: end;
  transform-origin: bottom;
  justify-content: end;
  display: flex;
}

.service-card .overlay_bg p {
  color: #fff !important;
}


/* ICON */
.service-icon {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 80px;
  height: 77px;
  background: #111;
  border-radius: 50%;
  border: 10px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.service-icon i {
  color: #39a79c;
  font-size: 24px;
}

/* CONTENT */
.service-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 2;
}

.service-content .count {
  font-size: 14px;
  margin-bottom: 6px;
  background: #39a79c;
  display: inline-block;
  padding: 6px;
  border-radius: 50%;
}

.service-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}


.service-card img {
  transition: 0.5s ease;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-card {
    height: 360px;
  }
}

/* ================== about section style css ====================== */

/* SECTION */
.about-section {
  padding: 90px 0;
  background-image: url("../image/Shape2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-position: center;
}

/* IMAGE WRAPPER */
.about-image-wrap {
  position: relative;
  max-width: 100%;
}

.about-image-wrap img {
  border-radius: 20px;
}

/* CENTER CIRCLE */
.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #39a79c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 13px;
  border-radius: 15px;
}

.center-circle h4 {
  font-size: 35px;
}

.center-circle p {
  font-size: 20px;
}


/* CONTENT */
.about-tag {
  color: #39a79c;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-content p {
  color: #555;
  line-height: 1.7;
}

/* EXPERIENCE */
.experience-box {
  background: #fff;
  padding: 18px 22px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 30px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.experience-box i {
  color: #39a79c;
  font-size: 22px;
}

/* ACTIONS */
.action-row {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.btn-main {
  background: #39a79c;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}

/* CALL */
.call-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.call-box i {
  width: 50px;
  height: 50px;
  background: #39a79c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE FIX */
@media (max-width: 991px) {
  .about-image-wrap {
    height: 420px;
  }
}

/* ================== about section style css ====================== */

.work-process {
  background: #222429;
  padding: 90px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.work-process::after {
  background-image: url("../image/Shape3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: -1;
}


/* STATS */
.process-stats h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.process-stats p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

/* DIVIDER */
.process-divider {
  border-color: rgb(255, 255, 255);
  margin: 50px 0;
  border-width: 2px;
}

/* HEADING */
.process-head .tag {
  color: #39a79c;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 18px;
}

.process-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

/* STEPS */
.process-steps {
  margin-top: 60px;
}

.step-box {
  position: relative;
  padding: 20px;
}

.step-icon {
  width: 90px;
  height: 90px;
  background: #39a79c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: relative;
}

.step-icon i {
  font-size: 32px;
  color: #ffffff;
}

.step-no {
  position: absolute;
  top: -6px;
  left: -1px;
  background: #111;
  color: #fff;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-box h4 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #39a79c;
}

.step-box p {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 26px;
}

/* ARROW */
.step-box.arrow::after {
  content: "";
  position: absolute;
  right: -59px;
  top: 17px;
  background-image: url("../image/Shape4.png");
  width: 150px;
  height: 101px;
  background-size: contain;
}

/* CTA */
.process-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  border: 1px solid #fff;
  width: fit-content;
  padding: 10px;
  border-radius: 31px;
  margin: 31px auto 0 auto;
}

.process-cta h6 {
  font-size: 15px;
}

.cta-btn {
  background: #39a79c;
  color: #000;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta-btn i {
  background: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .step-box.arrow::after {
    display: none;
  }
}



/* batter_bg section start */
.batter_bg {
  padding: 40px 0;
  background-image: url("../image/batter_bg_img.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.batter_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000a3;
}

.batter_bg .batter_img {
  position: relative;
  z-index: 9;
  border: 1px solid #e9e4e49c;
  padding: 50px;
  margin: 0 40px;
}

.batter_bg .batter_img .batter_text h2 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 48px;
}



/*=============== testimonial start css=============================== */

/* Section Base */
#index-testimonial {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}




.testimonial-title {
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}


.testimonial-slide {
  padding: 10px 0;
}


.testimonial-header {
  gap: 14px;
}

.testimonial-logo {
  width: 90px !important;
  height: 90px;
  border-right: 3px solid #39a79c;
  padding-right: 10px;
  object-fit: contain;
}

.testimonial-company {
  font-weight: 600;
  color: #106e74;
  font-size: 2rem;
}


.testimonial-text {
  font-size: 1.04rem;
  color: #3f3f3f;
  margin-top: 2rem;
  line-height: 1.7;
}

.testimonial-divider {
  margin: 10px 0;
  border-bottom: 2px solid #39a79c;
  width: 25%;
}


.testimonial-footer {
  gap: 24px;
}

.testimonial-stars span {
  color: #fdc836;
  font-size: 1.3rem;
}

.testimonial-stars .inactive {
  color: #ccc;
}

#index-testimonial .owl-carousel .owl-stage-outer {
  padding: 0;
}


.i-testimonial-img {
  min-height: 340px;
}

.testimonial-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(57, 167, 156, 0.12);
}

.i-testimonial h5 {
  letter-spacing: 2px;
}

.i-slider .testimonial-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(57, 167, 156, 0.08);
  padding: 0px 34px 34px 0px;
  margin-bottom: 16px;
  position: relative;
}

.i-slider .testimonial-logo {
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(57, 167, 156, 0.12);
}

.i-testimonial-img img {
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

#index-testimonial .owl-nav {
  position: absolute;
  right: 10%;
  top: 75%;
}

#index-testimonial .owl-nav .owl-next {
  margin-left: 1.2rem;
}

#index-testimonial .owl-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #39a79c;
  color: #39a79c;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 3px 8px rgba(57, 167, 156, 0.15);
}

.owl-nav-btn:hover {
  background: #39a79c;
  color: #fff;
  box-shadow: 0 4px 10px rgba(57, 167, 156, 0.3);
}

.owl-nav-btn i {
  pointer-events: none;
}







/* =========================== ABOUT PAGE CSS ============================== */

.about-banner {
  position: relative;
  padding: 80px 20px;
  min-height: 850px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #F9F3EE;
  background-image: url("../image/about-banner_bg.webp");
  position: relative;
  z-index: 0;
}


/*====== testimonial section ============= */




/* ======= our_work_bg start ============*/


.our_work_bg {
  background: #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 90px 0;
  background-image: url("../image/Shape2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-position: center;
}

.our_work_box {
  background: rgb(255, 255, 255);
  line-height: 0 !important;
  border: 1px solid #6a8b87;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(106, 139, 135);
  padding: 16px 31px;
  width: 100%;
  height: 100%;
  border-right: 6px solid #39a89d;
}


/* ======= our_work_bg end============*/



#client-marquee {
  background: #f9f9f9;
  overflow: hidden;
  padding: 90px 0px;
  position: relative;
  z-index: 1;
}

#client-marquee h2 {
  font-size: 35px;
}

.client-xt {
  margin-bottom: 2rem;
}

/* Remove space between rows */


/* Make logos perfect squares */
.client-logo {
  height: 100%;
  object-fit: contain;
  /* border-radius: 12px; */
  background: #fff;
  border: 2px solid #e5e5e5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin: 0 auto;
}

#client-marquee .marquee-row img {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #39a79c;
  padding: 19px;
}

#client-marquee .owl-carousel .owl-stage-outer {
  padding: 0;
}


/* ========= contact section design start ===================== */
/* CONTACT SECTION */

/* ========= contact section design start ===================== */
.contact_us {
  padding: 90px 0 0 0;
  background-image: url("../image/contact_bg.png");
  background-repeat: repeat;
  background-size: cover;
}

.contact_us h2 {
  color: #fff;
}

.contact_us p {
  color: #eae9e9;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.contact_us .contact_high .contact_hightext ul li:first-child {
  background-color: #ffffff;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact_us .contact_high .contact_hightext ul li:first-child::after {
  position: absolute;
  top: 5px;
  right: -4px;
  width: 4px;
  height: 89%;
  content: "";
  background-color: #39a79cca;
}

.contact_us .contact_high .contact_hightext ul li:first-child::before {
  position: absolute;
  left: 5px;
  bottom: -4px;
  width: 98%;
  height: 4px;
  content: "";
  background-color: #39a79cca;
}

.contact_us .contact_high .contact_hightext ul li i {
  -webkit-text-stroke: 2px #39a79c;
  font-size: 21px;
  color: transparent;
}

.contact_us .contact_high .contact_hightext ul:hover li:first-child {
  background-color: #39a79c;
  transform: 0.3s;
}

.contact_us .contact_high .contact_hightext ul:hover li:first-child::after {
  background-color: #ffffffca;
  transition: 0.3s;
}

.contact_us .contact_high .contact_hightext ul:hover li:first-child::before {
  background-color: #ffffffca;
  transition: 0.3s;
}

.contact_us .contact_high .contact_hightext ul:hover li i {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
  transition: 0.3s;
  -webkit-text-stroke: 2px #ffffff;
}

.contact_us .contact_high .contact_hightext ul li h5 {
  font-size: 16px;
  color: #eae9e9;
}

.contact_us .contact_high .contact_hightext ul li h4,
.contact_us .contact_high .contact_hightext ul li h4 a {
  color: #fff;
  font-size: 14px;
}

.contact_us .contact_high .contact_hightext ul li h4:hover,
.contact_us .contact_high .contact_hightext ul li h4 a:hover {
  color: #39a79c;
  transition: 0.3s;
}

.contact_us .contact_form_section h3 {
  color: #000;
  font-weight: bold;
}

.contact_us .contact_form_section {
  background: #fff;
  padding: 22px;
  border-bottom: 15px solid #296670;
}

.contact_us .contect-form {
  margin: 0 0 -262px 0;
  z-index: 1;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.contact_us .text_form {
  height: 43px;
  background: #f9f9f9;
  border: 1px solid #39a79c;
  font-size: 15px !important;
}


.contact_us .massage_form {
  height: 110px;
  background: #f9f9f9;
  border: 1px solid #39a79c;
}

/* ==footer section start =========== */
.footer_bg {
  background-image: url('../image/footer_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_main {
  padding: 70px 0 50px 0;
}

.footer_bg .footer_collom p {
  color: #ebebeb;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.footer_bg .footer_collom .iconb li a {
  color: #fff;
  font-size: 12px;
  background: #39a79c;
  padding: 7px 10px;
  border-radius: 7px;

}

.footer_bg .footer_collom .iconb li {
  padding-right: 19px;
}

.footer_bg .footer_collom h3 {
  color: #fff;
  font-size: 24px;
}

.footer_bg .footer_collom ul li {
  padding-top: 10px;
}

.footer_bg .footer_collom ul li a {
  color: #e1e1e1;
  justify-content: start;
  font-size: 14px;
}

.footer_bg .footer_collom ul li a:hover {
  color: #39a79c;
}

.footer_bg h5 {
  color: #fff;
}

.footer_bottom {
  padding: 10px 0;
  border-top: 2px solid #b8b8b8;
}

/* ==footer section start =========== */
.footer_bg {
  background-image: url('../image/footer_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}


.footer_bg {
  background-image: url("../image/empowerng_bg.jpg");
  background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.footer_bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(29, 39, 46, 0.91);
  content: "";
  z-index: -1;

}


.footer_main {
  position: relative;
  z-index: 1;
  padding: 70px 0 50px 0;
  overflow: hidden;
  background: url("../image/footer_bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_bg .footer_collom p {
  color: #ebebeb;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-size: 14px !important;
}

.footer_bg .footer_collom .iconb li {
  padding-right: 19px;
}

.footer_bg .footer_collom h3 {
  color: #fff;
  font-size: 24px;
}

.footer_bg .footer_collom ul li {
  padding-top: 10px;
}

.footer_bg .footer_collom ul li a {
  color: #e1e1e1;
  justify-content: start;
}

.footer_bg .footer_collom ul li a:hover {
  color: #39a79c;
}

.footer_bg h5 {
  color: #fff;
  font-size: 13px !important;
}


/* scroll style btn css=========== */
.go-top {
  position: fixed;
  bottom: 9%;
  right: 3%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 991;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f062";
  padding: 13px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  background: linear-gradient(to right, #39a79cd9, #39a79c85);
  border-radius: 25px;
  left: 0;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: 'Questrial';
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}

/* ==============================responsiive================================================== */

@media only screen and (min-width: 991px) and (max-width: 1600px) {

  .hero-content h1 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 42px;
  }

  h2 {
    font-size: 28PX !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 17px !important;
  }

  p {
    font-size: 16px !important;
  }

  .header_top ul li p {
    font-size: 13px !important;
  }

  .header_top ul li h4 {
    padding: 4px 9px;
  }

  /*  banner design */

  .banner .banner_text ul li p {
    font-size: 17px
  }


  #client-marquee .marquee-row img {
    padding: 7px;
  }


  .client-logo {
    height: 100% !important;
  }

  .yellow-shape {
    left: -356px;
    bottom: -226px;
  }

  .hero-btn {
    padding: 6px 15px;
    border-radius: 50px
  }

  .form_section {
    background: #dbdbdb91;
    padding: 14px 25px;
    border-radius: 12px;
    margin: 0;
  }

  .banner .banner_text ul li:nth-child(3) {
    background-color: #000000d6;
    padding: 7px;
    margin-top: 13px !important;

  }

  .tag_highlight ul {
    padding: 15px 20px;
  }

  .tag_highlight ul i {
    font-size: 42px;
  }

  /* banner Design */

  .step-box p {
    font-size: 14px !important;
  }

  .footer_main {
    padding: 50px 0 40px 0;
  }



  .about-section {
    padding: 60px 0;
  }

  .services-section {
    padding: 60px 0;
  }

  .work-process {
    padding: 60px 0;
  }

  .our_work_bg {
    padding: 60px 0;
  }

  #index-testimonial {
    padding: 60px 0;
  }

  #client-marquee {
    padding: 90px 0;
  }

}



@media only screen and (max-width: 991px) {
  .hero-content h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 20px;
  }

  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    left: -100%;
    background-color: #383737;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
  }

  .header {
    background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
    position: relative;
  }

  .header_with {
    border-radius: 0px;
    margin-top: 0;
    background:none;
  }

  .header .menu a {
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    justify-content: flex-start;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;
  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }

  .mobilemenu {
    position: relative;
    background-color: #ffffff;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -21px;
    cursor: pointer;
  }

  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #ffffff;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #ffffff;
  }

  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    left: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }

  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color: transparent;
  }

  .hero-banner {
    min-height: 100% !important;
  }

  .step-box.arrow::after {
    display: none;
  }

  .services-section {
    padding: 50px 0;
  }

  .about-section {
    padding: 50px 0;
  }

  .batter_bg {
    padding: 50px 0;
  }

  .why_we_choose {
    padding: 50px 0;
  }

  .contact_us {
    padding: 50px 0;
  }

  #index-testimonial {
    padding: 50px 0;
  }

  #client-marquee {
    padding: 50px 0;
  }

  .counter_bg {
    padding: 50px 0;
  }

  .footer_main {
    padding: 50px 0;
  }

  .footer_bottom {
    padding: 24px 0 66px 0;
  }

  .header .contect-us {
    display: none;
  }

  .header {
    top: 0;
  }


  /* banner respomsiv */

  .hero-image {
    position: relative;
    margin-top: 0;
  }

  .hero-banner {

    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .yellow-shape {
    display: none;
  }

  .tag_highlight {

    position: absolute;
    left: 61px;
    bottom: 0;
    z-index: 1;
  }


  /* banner responsive */

  /* about responsive  */

  .about-image-wrap {
    height: 100%;
    width: 100%;
  }

  .about-image-wrap img {

    height: 100%;
    width: 100%;
  }


  /* about reponsve */

  .batter_bg .batter_img {
    padding: 0;
    margin: 0;
    border: none;
  }

  .client-logo {
    height: 100%;
  }

  #client-marquee .marquee-row img {
    padding: 9px !important;
  }

  /* ========================sticky_icon mob====================================== */
  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }


  .sticky_icon ul li a {
    color: #fff;
  }

  .sticky_icon ul li {
    background-color: #39a79c;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }

  .footer-bootom {
    border-top: 1px solid #e4e4e4;
    background-color: #000000;
    padding: 23px 0 70px 0;
  }

  .about::after {
    display: none;
  }

  .banner_bg .banner h4 {
    display: block;
    margin: 13px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: linear-gradient(to right, #39a79cd9, #39a79c85);
    width: 50px;
    height: 50px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }

  .banner h4 h3 {
    color: #fff;
    border: 2px solid #ffffff;
    padding: 12px 39px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
  }

  .contect-form {
    margin: 0 0px;
  }

}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .header {
    background-color: rgb(29, 39, 46);
    top: 0;
    position: relative;
  }


  .banner_bg .banner_img img {
    height: 410px;
  }

  .banner .banner_text .high_img img {
    height: 67px;
    width: 272px;
  }

  .counter_bg .factbox {
    border: none;
  }

  .order {
    order: 2;
  }

  .hero-btn {
    padding: 6px 24px;
  }

  .form_bottom .form_section {
    margin: 0;
    background-color: #dbdbdb;
    border-radius: 0;
    padding: 28px 17px;
  }

  .form_section {
    background: #dbdbdb91;
    padding: 28px 42px;
    border-radius: 12px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0px 0px;
  }

  .batter_bg .batter_img .batter_text h2 {

    line-height: 38px;
  }

  .tag_highlight ul i {
    font-size: 44px;
  }

  .tag_highlight ul {
    padding: 19px 16px;
  }

  .tag_highlight ul p {
    font-size: 17px;
  }

  .service-card {
    height: 250px;
  }

  .service-card .overlay_bg {
    display: none;
  }

  .service-content h4 {
    font-size: 16px !important;
  }

  .service-card {
    padding: 11px;
  }

  .service-card::after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    padding: 11px;
    top: 11px;
    left: 11px;
    z-index: 1;
    right: 11px;
    bottom: 11px;
    margin: 0 auto;
  }

  .service-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .service-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 66px;
    height: 64px;
  }

  .service-card:hover::after{
    display: block;
  }

}