@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Marcellus&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
}

[data-aos=zoom-in] {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-aos=zoom-in].aos-animate {
  opacity: 1;
  transform: scale(1);
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0); /* smaller upward shift */
}

[data-aos=fade-up].aos-animate {
  transform: translate3d(0, 0, 0);
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.act-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Marcellus", sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.act-btn:focus {
  outline: 2px dotted #55d7dc;
}
.act-btn.draw-border {
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}
.act-btn.draw-border.reverse {
  box-shadow: inset 0 0 0 1px #000000;
  color: #000000;
}
.act-btn.draw-border::before, .act-btn.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.act-btn.draw-border::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.act-btn.draw-border::after {
  border-top-width: 1px;
  border-right-width: 1px;
}
.act-btn.draw-border:hover {
  color: #f7941d;
}
.act-btn.draw-border:hover::before, .act-btn.draw-border:hover::after {
  border-color: #f7941d;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.act-btn.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.act-btn.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}
.act-btn.act-btn-consult {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s ease-in-out;
  border: 1px solid #ffffff;
}
.act-btn.act-btn-consult::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.act-btn.act-btn-consult:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.act-btn.act-btn-consult:hover::before {
  width: 100%;
  background-color: transparent;
}
.act-btn.act-btn-consult.slide-fill::before {
  background-color: #000000;
  width: 100%;
  height: 0%;
  top: auto;
  bottom: 0;
  left: 0;
  transition: height 0.4s ease-in-out;
}
.act-btn.act-btn-consult.slide-fill:hover {
  color: #ffffff;
  background-color: #ffffff;
}
.act-btn.act-btn-consult.slide-fill:hover::before {
  height: 100%;
}

.act-btn-arw {
  color: #000000;
  font-family: "Marcellus", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}
.act-btn-arw .box {
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  background-color: #F9901A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.act-btn-arw .box svg {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.act-btn-arw span {
  position: relative;
}
.act-btn-arw span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  /* Better animation */
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}
.act-btn-arw {
  /* 🔥 Hover Effects */
}
.act-btn-arw:hover span::after {
  transform: scaleX(0);
}
.act-btn-arw:hover .box {
  transform: rotate(45deg) translateX(4px);
  transition-delay: 0.2s;
}

.act-head p.subhead {
  color: #0F74BC;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.act-head h2 {
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}
.act-head h2 span {
  color: #6B7280;
/*   padding-left: 90px; */
display: inline-block;
}

@media (max-width: 400px) {
  .act-head h2 span {
    padding-left: 0;
  }
}
.act-servce-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.act-servce-card__logo {
  width: 75px;
  height: 75px;
}
.act-servce-card__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-servce-card h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  width: 100%;
  text-align: center;
}
.act-servce-card p {
  text-align: center;
  color: #6b7280;
}

@media (max-width: 767px) {
  .act-servce-card__logo {
    width: 60px;
    height: 60px;
  }
  .act-servce-card h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.act-prjct-card {
  display: inline-block;
  padding-top: 10px;
}
.act-prjct-card__img {
  width: 100%;
  height: 329px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.act-prjct-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.act-prjct-card__head {
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  font-family: "Josefin Sans", sans-serif;
  padding: 30px 0 8px;
}
.act-prjct-card__desc {
  padding-bottom: 50px;
  border-bottom: 1.5px solid #000000;
  color: #000000;
}
.act-prjct-card:hover .act-prjct-card__img img {
  transform: scale(1.05);
}

.act-fullimg {
  width: 100%;
  height: 100%;
  padding-top: 88px;
  display: flex;
}
.act-fullimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.act-header {
  background-color: transparent;
  position: relative;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.act-header .act-btn {
  padding: 12px 32px;
}
.act-header .scial-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}
.act-header__cntct {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0;
  gap: 40px;
}
.act-header__cntct img.logo {
  width: 80px !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-header__cntct .icon {
  width: 32px;
  height: 32px;
}
.act-header__cntct .links {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
  display: flex;
}
.act-header__nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(24px);
  z-index: 800;
  padding: 30px 50px 80px 0;
}
.act-header__nav-bg .menu-header {
  color: #ffffff;
  margin: 40px 0 20px;
  text-transform: uppercase;
}
.act-header__nav-bg .follow-header {
  color: #ffffff;
  margin: 40px 0 12px;
}
.act-header__nav-bg .list {
  margin-bottom: 50px;
}
.act-header__nav-bg .list li a {
  font-size: 42px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5019607843);
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-family: "Marcellus", sans-serif;
}
.act-header__nav-bg .list li a:hover {
  color: #ffffff;
}
.act-header__nav-bg .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.act-header__nav-bg .wrap .sec1 {
  width: 45%;
}
.act-header__nav-bg .wrap .sec1 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-header__nav-bg .wrap .sec2 {
  width: 35%;
}
.act-header__nav-bg .close {
  margin-left: auto;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.act-header__nav-bg .close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-header__nav-bg {
  display: none;
}
.act-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 35px;
}
.act-header__logo {
  width: 138px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.act-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-header__nav-bar {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
}
.act-header__breadcrump {
  cursor: pointer;
  padding-bottom: 6px;
}
.act-header__breadcrump .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.act-header__breadcrump .line {
  width: 72px;
  height: 2px;
  background-color: #ffffff;
}
.act-header__breadcrump .dot {
  margin-bottom: 18px;
  width: 12px;
  height: 12px;
  background-color: #F9901A;
  transform: rotate(45deg);
}

.act-header__nav-bg > div.wrap > div.sec2 > ul > li:last-child > a {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-header__nav-bg .wrap .sec2 {
    width: 35%;
  }
  .act-header__nav-bg .wrap .sec1 {
    width: 55%;
  }
}
@media (max-width: 767px) {
/*   .act-btn.draw-border {
    display: none;
  } */
	.act-header .act-btn {
  padding: 10px;
}
  .act-header__wrap {
    padding: 30px 0 10px;
  }
  .act-header__breadcrump .line {
    width: 40px;
  }
  .act-header__logo {
    width: 90px;
    height: auto;
  }
  .act-header__nav-bg .wrap {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 60px;
  }
  .act-header__nav-bg {
    padding: 60px 30px;
    overflow: auto;
  }
  .act-header__nav-bg .wrap .sec1,
  .act-header__nav-bg .wrap .sec2 {
    width: 100%;
  }
  .act-header__cntct {
    flex-direction: column;
    align-items: flex-start;
  }
}
.act-herohme {
  position: relative;
  margin-top: -169px;
}
.act-herohme::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.act-herohme__slider {
  width: 100%;
  height: 750px;
}
.act-herohme__slider img {
  width: 100%;
  height: 100%;
}
.act-herohme__slider .splide {
  width: 100%;
  height: 100%;
}
.act-herohme__slider .splide__track {
  width: 100%;
  height: 100%;
}
.act-herohme__slider .splide__slide {
  width: 100%;
  height: 100%;
}
.act-herohme__slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.act-herohme__slider .splide__arrows {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 101;
}
.act-herohme__slider .splide__arrow {
  background: #F9901A;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.act-herohme__slider .splide__arrow svg {
  fill: #fff;
  width: 10px;
  height: 10px;
}
.act-herohme:hover .act-herohme__slider .splide__arrows {
  opacity: 1;
}
.act-herohme__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 80px;
  pointer-events: none;
}
.act-herohme__cnt .sec1 {
  width: 60%;
  pointer-events: auto;
}
.act-herohme__cnt .sec2 {
  width: 32%;
  background: rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(24px);
  padding: 30px 25px;
  pointer-events: auto;
}
.act-herohme__cnt .sec2 p {
  color: #ffffff;
}
.act-herohme__cnt h1 {
  font-size: 64px;
  line-height: 74px;
  color: #ffffff;
  margin-bottom: 32px;
}
.act-herohme__btn-outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.act-herohme .splide__slide img,
.act-herohme .splide__slide video,
.act-herohme .splide__slide .slide-content {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
}
.act-herohme .splide__slide {
  transition: opacity 0.4s ease;
}
.act-herohme .splide__slide.is-active {
  opacity: 1;
}
.act-herohme .splide__progress__bar {
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  transform-origin: left;
  transition: transform linear;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .act-herohme__slider {
    width: 100%;
    height: 730px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .act-herohme__slider {
    width: 100%;
    height: 730px;
  }
}
@media (max-width: 767px) {
  .act-herohme__slider {
    height: 800px;
  }
  .act-herohme__cnt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-bottom: 0;
    padding-top: 150px;
  }
  .act-herohme__cnt .sec1,
  .act-herohme__cnt .sec2 {
    width: 100%;
  }
  .act-herohme__cnt h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .act-herohme__btn-outer {
    flex-wrap: wrap;
  }
}
.act-aboutHme {
  padding: 88px 0;
  overflow: hidden;
}
.act-aboutHme__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.act-aboutHme__wrap .sec1 {
  width: 65%;
}
.act-aboutHme__wrap .sec2 {
  width: 35%;
}
.act-aboutHme__wrap .inner {
  display: flex;
  align-items: center;
  position: relative;
}
.act-aboutHme__w-60 {
  width: 75%;
  position: relative;
  z-index: 10;
  padding-top: 40px;
}
.act-aboutHme .act-head h2 {
  padding-bottom: 35px;
}
.act-aboutHme__img {
  width: 70%;
  height: auto;
}
.act-aboutHme__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.act-aboutHme__tag {
  color: #000000;
  margin-top: 20px;
  width: 60%;
}
.act-aboutHme__img2 {
  width: 39%;
  height: 460px;
  position: absolute;
  top: 0;
  right: 0;
}
.act-aboutHme__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.act-aboutHme__cnt-b {
  color: #000000;
  margin-top: 20px;
}
.act-aboutHme__cnt {
  color: #6B7280;
  margin-top: 20px;
}
.act-aboutHme .act-btn-arw {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-aboutHme__wrap {
    flex-direction: column;
    gap: 30px;
  }
  .act-aboutHme__wrap .sec1,
  .act-aboutHme__wrap .sec2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .act-aboutHme__wrap {
    flex-direction: column;
  }
  .act-aboutHme__wrap .sec1,
  .act-aboutHme__wrap .sec2 {
    width: 100%;
  }
  .act-aboutHme__wrap .inner {
    flex-direction: column;
  }
  .act-aboutHme__img2 {
    position: static;
    width: 100%;
    height: auto;
  }
  .act-aboutHme__w-60 {
    width: 100%;
    padding-top: 0;
  }
  .act-head h2 {
    font-size: 30px;
    line-height: 46px;
  }
  .act-aboutHme__img {
    width: 100%;
  }
  .act-aboutHme__tag {
    width: 100%;
    margin-bottom: 20px;
  }
}
.act-servcehme {
  padding: 88px 0;
  background: linear-gradient(180deg, #f2faff 0%, #ffffff 100%);
}
.act-servcehme__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px;
  padding-top: 95px;
}
.act-servcehme .act-head p,
.act-servcehme .act-head h2 {
  text-align: center;
}
.act-servcehme .act-servce-card h3 {
  width: 100%;
}

@media (max-width: 767px) {
  .act-servcehme__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding-top: 40px;
  }
}
.act-featurehme {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 88px 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.act-featurehme::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}
.act-featurehme__img {
  width: 100%;
  height: 660px !important;
}
.act-featurehme__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.act-featurehme figcaption h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 15px;
}
.act-featurehme__card {
  position: relative;
  display: inline-block;
  width: 100%;
}
.act-featurehme__cnt {
  position: relative;
  z-index: 10;
}
.act-featurehme__cnt .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  right: 0;
  top: 50%;
}
.act-featurehme__cnt .inner .arw-rgt,
.act-featurehme__cnt .inner .arw-lft {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.act-featurehme__cnt .inner .arw-rgt img,
.act-featurehme__cnt .inner .arw-lft img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-featurehme__cnt .inner .arw-rgt:hover,
.act-featurehme__cnt .inner .arw-lft:hover {
  border-color: #ffffff;
}
.act-featurehme__cnt .inner .arw-rgt.active,
.act-featurehme__cnt .inner .arw-lft.active {
  border-color: #ffffff;
}
.act-featurehme__cnt .inner {
  /* RIGHT arrow click scale */
}
.act-featurehme__cnt .inner .arw-rgt:active {
  transform: scale(0.95);
}
.act-featurehme__cnt .inner {
  /* LEFT arrow default rotation */
}
.act-featurehme__cnt .inner .arw-lft {
  transform: rotate(180deg);
}
.act-featurehme__cnt .inner {
  /* LEFT arrow click scale + keep rotation */
}
.act-featurehme__cnt .inner .arw-lft:active {
  transform: rotate(180deg) scale(0.95);
}
.act-featurehme .act-head h2,
.act-featurehme .act-head p {
  text-align: center;
}
.act-featurehme .act-head p.subhead {
  margin-top: 0;
}
.act-featurehme .act-head h2 {
  color: #ffffff;
}
.act-featurehme .splide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  padding-top: 54px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-featurehme .splide {
    padding: 54px 20px 0;
  }
}
@media (max-width: 767px) {
  .act-featurehme__cnt .inner {
    position: static;
    padding-top: 40px;
  }
  .act-featurehme .splide {
    padding: 54px 20px 0;
  }
  .act-featurehme {
    height: 100%;
  }
  .act-featurehme__img {
    height: 350px;
  }
  .act-featurehme .splide__pagination {
    bottom: -2.5em;
  }
}
.act-projectsCount {
  padding: 88px 0;
}
.act-projectsCount__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 55px;
}
.act-projectsCount__cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.act-projectsCount__cnt .count {
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-family: "Marcellus", sans-serif;
}
.act-projectsCount__cnt p {
  color: #6B7280;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}
.act-projectsCount .line {
  width: 1px;
  background-color: #d7d7d7;
  align-self: stretch;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-projectsCount__wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .act-projectsCount .line {
    align-self: inherit;
  }
}
@media (max-width: 767px) {
  .act-projectsCount__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .act-projectsCount__cnt .count {
    font-size: 28px;
    line-height: 38px;
  }
}
.act-reviewHme {
  overflow: hidden;
}
.act-reviewHme .act-head h2 {
  padding-bottom: 50px;
}
.act-reviewHme__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.act-reviewHme__bg .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.act-reviewHme__bg .inner .arw-rgt,
.act-reviewHme__bg .inner .arw-lft {
  width: 40px;
  height: 40px;
  border: 1px solid #6b7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.act-reviewHme__bg .inner .arw-rgt img,
.act-reviewHme__bg .inner .arw-lft img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}
.act-reviewHme__bg .inner .arw-rgt:hover,
.act-reviewHme__bg .inner .arw-lft:hover {
  border-color: #000000;
}
.act-reviewHme__bg .inner .arw-rgt.active,
.act-reviewHme__bg .inner .arw-lft.active {
  border-color: #000000;
}
.act-reviewHme__bg .inner {
  /* RIGHT arrow click scale */
}
.act-reviewHme__bg .inner .arw-rgt:active {
  transform: scale(0.95);
}
.act-reviewHme__bg .inner {
  /* LEFT arrow default rotation */
}
.act-reviewHme__bg .inner .arw-lft {
  transform: rotate(180deg);
}
.act-reviewHme__bg .inner {
  /* LEFT arrow click scale + keep rotation */
}
.act-reviewHme__bg .inner .arw-lft:active {
  transform: rotate(180deg) scale(0.95);
}
.act-reviewHme .review-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
  padding: 80px 40px 60px;
  width: 100%;
  height: 100%;
  min-height: 320px;
}
.act-reviewHme .review-card .review-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.act-reviewHme .review-card .review-author {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  font-family: "Josefin Sans", sans-serif;
}
.act-reviewHme .review-card.blue {
  background-color: #0F74BC;
  color: #ffffff;
}
.act-reviewHme .review-card.blue .review-text,
.act-reviewHme .review-card.blue .review-author {
  color: #ffffff;
}
.act-reviewHme .review-splide {
  padding: 70px 0 70px 60px;
}
.act-reviewHme .splide__slide.is-active .review-card {
  background-color: #0F74BC;
}
.act-reviewHme .splide__slide.is-active .review-card p {
  color: #ffffff;
}

@media (max-width: 767px) {
  .act-reviewHme .review-splide {
    padding: 70px 16px;
  }
  .act-reviewHme__bg {
    background-position: right;
  }
}
.act-footer {
  background-color: #000000;
  padding: 70px 0 40px;
}
.act-footer__wrap {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.act-footer__wrap .sec1 {
  width: 400px;
}
.act-footer__wrap .sec1 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.act-footer__wrap .sec2 {
  width: calc(100% - 400px);
  padding-top: 30px;
}
.act-footer__wrap .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  gap: 70px;
}
.act-footer__wrap .inner .sec1 {
  width: 60%;
}
.act-footer__wrap .inner .sec2 {
  width: 20%;
}
.act-footer .head-outer {
  display: flex;
  align-items: flex-end;
  gap: 45px;
}
.act-footer__head {
  color: #ffffff;
  font-size: 39px;
  line-height: 50px;
  font-family: "Marcellus", sans-serif;
}
.act-footer .act-btn {
  margin-bottom: 10px;
}
.act-footer__logo {
  width: 160px;
  height: auto;
}
.act-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-footer__nav-outer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 50px 0 0;
}
.act-footer__nav-outer .sec1 {
  width: 40%;
}
.act-footer__nav-outer .sec2 {
  width: 15%;
  padding-top: 0;
}
.act-footer__nav-outer .sec3 {
  width: 15%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.act-footer__cnct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.act-footer__cnct .links {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  text-decoration: underline;
  margin-bottom: 12px;
  color: #ffffff;
}
.act-footer__cnct .links.mt-30 {
  margin-top: 15px;
}
.act-footer__list {
  list-style: none;
}
.act-footer__list li a {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.act-footer__list li a:hover {
  color: #ffffff;
}
.act-footer__subhead {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  margin-top: auto;
}
.act-footer__btm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  padding-top: 37px;
  flex-wrap: wrap;
}
.act-footer__btm p.lgt {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5019607843);
}
.act-footer__btm .inner {
  display: flex;
  align-items: center;
  gap: 14px;
}
.act-footer__btm .inner p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Marcellus", sans-serif;
}
.act-footer__btm .inner img {
  width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-footer__wrap {
    flex-direction: column;
  }
  .act-footer__wrap .sec2 {
    width: 100%;
  }
  .act-footer__head {
    font-size: 35px;
    line-height: 48px;
  }
  .act-footer .act-btn {
    width: 100%;
  }
  .act-footer__wrap .inner .sec2 {
    width: 25%;
  }
  .act-footer__nav-outer {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .act-footer__wrap {
    flex-direction: column;
    gap: 30px;
  }
  .act-footer__wrap .sec1 {
    width: 100%;
  }
  .act-footer__wrap .sec2 {
    width: 100%;
  }
  .act-footer__wrap .inner {
    flex-direction: column;
  }
  .act-footer__wrap .inner .sec1 {
    width: 100%;
  }
  .act-footer__wrap .inner .sec2 {
    width: 100%;
  }
  .act-footer__nav-outer {
    flex-direction: column;
    gap: 30px;
  }
  .act-footer__nav-outer .sec1 {
    width: 100%;
  }
  .act-footer__nav-outer .sec2 {
    width: 100%;
  }
  .act-footer__nav-outer .sec3 {
    width: 100%;
  }
  .act-footer__head {
    font-size: 30px;
    line-height: 40px;
  }
}
.act-innerBnnr {
  width: 100%;
  height: 520px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -169px;
}
.act-innerBnnr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.act-innerBnnr__cnt {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 520px;
  padding: 80px 0;
}
.act-innerBnnr__cnt h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .act-innerBnnr {
    height: 395px;
  }
  .act-innerBnnr__cnt h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .act-header {
    background-color: #000;
  }
}
.act-projectsTab {
  padding: 88px 0 0;
}
.act-projectsTab__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 38px;
}
.act-projectsTab__tabs li a {
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  font-size: 16px;
  min-width: 140px;
  text-align: center;
}
.act-projectsTab [role=tablist] {
  border: none;
}
.act-projectsTab [role=tab][aria-selected=true] {
  background-color: #000000;
  color: #ffffff;
}
.act-projectsTab__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.act-projectsTab__list .act-prjct-card:last-child .act-prjct-card__desc, .act-projectsTab__list .act-prjct-card:nth-last-child(2):nth-child(odd) .act-prjct-card__desc {
  border-bottom: none;
  padding-bottom: 0;
}
.act-projectsTab .act-head h2 {
  text-align: center;
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .act-projectsTab__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .act-projectsTab__list .act-prjct-card:nth-last-child(2) .act-prjct-card__desc {
    border-bottom: 1.5px solid #000000;
  }
  .act-projectsTab__tabs {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.act-projectAbout {
  padding: 80px 0 0;
}
.act-projectAbout__img {
  width: 100%;
  height: auto;
}
.act-projectAbout__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #000000;
}
.act-projectAbout__head {
  padding: 56px 0 24px;
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  font-family: "Josefin Sans", sans-serif;
}
.act-projectAbout__cnt p {
  color: #6B7280;
  padding-bottom: 16px;
}
.act-projectAbout__cnt p:last-of-type {
  padding-bottom: 0;
}
.act-projectAbout__vid {
  width: 100%;
  height: 720px;
}
.act-projectAbout__vid iframe {
  width: 100%;
  height: 100%;
}

.act-photoGallery {
  padding: 0 0 88px;
}
.act-photoGallery__cnt p {
  color: #6B7280;
  padding-bottom: 16px;
}
.act-photoGallery__cnt p:last-of-type {
  padding-bottom: 0;
}
.act-photoGallery__head {
  padding: 56px 0 24px;
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  font-family: "Josefin Sans", sans-serif;
}
.act-photoGallery__vid {
  width: 100%;
  height: 720px;
}
.act-photoGallery__vid iframe {
  width: 100%;
  height: 100%;
}
.act-photoGallery__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 55px 0 50px;
}
.act-photoGallery__img {
  width: 100%;
  height: 350px;
  transition: all 0.4s ease; /* smooth animation */
  overflow: hidden;
}
.act-photoGallery__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.act-photoGallery__img img {
  width: 100%;
  height: 100%;
	transition: all 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.act-photoGallery__img img:hover
{
transform: scale(1.1);
}
.act-photoGallery__btn-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.act-photoGallery__btn-outer .lft-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-photoGallery__btn-outer .rgt-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .act-photoGallery__vid {
    width: 100%;
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .act-photoGallery__vid {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .act-photoGallery__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .act-photoGallery__vid {
    width: 100%;
    height: 225px;
  }
}
.act-relatePrjcts .act-head h2 {
  text-align: center;
  padding: 0 0 80px;
}
.act-relatePrjcts__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -25px;
  flex-wrap: wrap;
}
.act-relatePrjcts .act-prjct-card {
  width: calc(50% - 50px);
  margin: 0 25px;
}
.act-relatePrjcts .act-prjct-card__desc {
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-relatePrjcts .act-head h2 {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .act-relatePrjcts .act-prjct-card {
    width: calc(100% - 50px);
  }
  .act-relatePrjcts__wrap {
    gap: 30px;
  }
  .act-relatePrjcts .act-head h2 {
    padding: 0 0 40px;
  }
}
.act-whyChoose {
  width: 100%;
   height: 760px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 0 0;
}
.act-whyChoose .act-head h2 {
  text-align: center;
}
.act-whyChoose__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
  padding-top: 68px;
}
.act-whyChoose__wrap .sec1 {
  width: 40%;
}
.act-whyChoose__wrap .sec2 {
  width: 60%;
}
.act-whyChoose__cnt {
  color: #000000;
  padding-bottom: 38px;
}
.act-whyChoose__list {
  color: #6B7280;
  list-style-type: disc;
  padding-left: 20px;
}
.act-whyChoose__list li {
  font-size: 18px;
  line-height: 26px;
}
.act-whyChoose__img {
  width: 100%;
  height: 600px;
  margin-bottom: 88px;
}
.act-whyChoose__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-whyChoose__wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .act-whyChoose__wrap {
    flex-direction: column;
    gap: 50px;
  }
  .act-whyChoose__wrap .sec1,
  .act-whyChoose__wrap .sec2 {
    width: 100%;
  }
  .act-whyChoose {
    height: 900px;
    padding: 70px 0 0;
  }
}
.act-safetysec {
  padding: 200px 0 0;
}
.act-safetysec .act-head h2 {
  padding-bottom: 88px;
  text-align: center;
}
.act-safetysec__wrap {
  height: 700px;
  position: relative;
}
.act-safetysec__wrap .inner {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.act-safetysec__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-safetysec__wrap .img1 {
  width: -moz-fit-content;
  width: fit-content;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.act-safetysec__wrap .img2 {
  width: -moz-fit-content;
  width: fit-content;
  height: 340px;
  transform: translate(-50%, -50%) rotate(8deg);
  position: absolute;
  top: 50%;
  right: 20%;
}
.act-safetysec__wrap .img3 {
  width: -moz-fit-content;
  width: fit-content;
  height: 340px;
  transform: translate(-50%, -50%) rotate(-8deg);
  position: absolute;
  top: 50%;
  left: 40%;
}
.act-safetysec__wrap h3 {
  font-family: "Marcellus", sans-serif;
  font-size: 64px;
  line-height: 72px;
  color: #000000;
}
.act-safetysec__wrap .dot {
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  background-color: #f9901a;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .act-safetysec__wrap .inner {
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .act-safetysec__wrap .inner {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .act-safetysec__wrap .inner {
    flex-direction: column;
  }
  .act-safetysec__wrap .img1,
  .act-safetysec__wrap .img2,
  .act-safetysec__wrap .img3 {
    display: none;
  }
  .act-safetysec__wrap {
    height: 400px;
  }
  .act-safetysec__wrap .inner {
    height: 100%;
    gap: 20px;
  }
  .act-safetysec {
    padding: 280px 0 0;
  }
}
.act-contactSec {
  background-color: #fff7f1;
  padding: 88px 0;
}
.act-contactSec__wrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 88px;
}
.act-contactSec__wrap p {
  color: #6B7280;
}
.act-contactSec__wrap .sec1 {
  width: 40%;
}
.act-contactSec__wrap .sec2 {
  width: 40%;
}
.act-contactSec .act-head h2 {
  padding-bottom: 33px;
}
.act-contactSec__cntct {
  padding-top: 38px;
  display: inline-flex;
  flex-direction: column;
}
.act-contactSec__cntct a {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.act-contactSec__cntct a:hover {
  color: #F9901A;
}
.act-contactSec__loc {
  padding-top: 28px;
}
.act-contactSec__loc a {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.act-contactSec__loc a:hover {
  color: #F9901A;
}
.act-contactSec__form {
  border: 1px solid #000000;
  padding: 2px 35px;
  background-color: #fafafa;
  position: relative;
  z-index: 2;
}
.act-contactSec__img {
  width: 60%;
  height: auto;
  position: absolute;
  left: 18%;
  bottom: 0;
  z-index: 1;
}
.act-contactSec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.act-contactSec__map {
  width: 50%;
  height: 400px;
margin: auto;
}
.act-contactSec__map iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .act-contactSec__wrap .sec2 {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .act-contactSec__wrap .sec1,
  .act-contactSec__wrap .sec2 {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .act-contactSec__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .act-contactSec__wrap .sec1,
  .act-contactSec__wrap .sec2 {
    width: 100%;
  }
  .act-contactSec__img {
    display: none;
  }
}
.act-prvcySec {
  padding: 88px 0;
}
.act-prvcySec .act-head {
  text-align: center;
  padding-bottom: 88px;
}
.act-prvcySec h3.head {
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 24px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}
.act-prvcySec__cnt {
  padding-bottom: 56px;
}
.act-prvcySec__cnt p,
.act-prvcySec__cnt a {
  color: #6B7280;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}
.act-prvcySec__cnt p:last-child,
.act-prvcySec__cnt a:last-child {
  padding-bottom: 0;
}
.act-prvcySec__cnt ul {
  padding-bottom: 16px;
  color: #6B7280;
  list-style: disc;
  padding-left: 20px;
}
.act-prvcySec__cnt li {
  color: #6B7280;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}

/* Target the whole form */
#wpforms-648 {
  font-family: "Josefin Sans", sans-serif;
}

#wpforms-648 input,
#wpforms-648 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  background: transparent;
  padding: 10px 0;
  font-size: 18px;
  line-height: 26px;
  outline: none;
  color: #6b7280;
  font-family: "Josefin Sans", sans-serif;
}

#wpforms-648 textarea {
  resize: none;
  margin-top: 10px;
}

#wpforms-648 .wpforms-submit {
  padding: 12px 30px;
}
.innerlist
{
list-style:disc;
padding-left:20px;
padding-bottom:20px;
}
.innerlist li
{
margin-bottom:4px;
color:#6B7280;
}
