@charset "UTF-8";
html, body {
  font-family: "Montserrat" !important;
}

* {
  font-family: "Montserrat" !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 22px clamp(24px, 2vw, 32px);
  align-items: flex-end;
}

ul.header_list li:last-child {
  margin-left: 81px;
}
ul.header_list.expand {
  overflow: auto;
}
ul.item-list__comma-list li a {
  color: #222;
}

.header_list {
  display: flex;
  gap: clamp(10px, 2vw, 46px);
  align-items: center;
}
.header_list li a {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 100%;
  text-transform: capitalize;
  color: #2f444e;
  display: block;
}
.header_list li a:hover {
  color: var(--hover-blue);
}
.header_list li.active a {
  color: #131c20;
  font-weight: 600;
}

.back-arrow {
  position: relative;
  top: 25px;
}

.region.region-content {
  padding: 0;
}

header {
  position: fixed !important;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  z-index: 99;
  background: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0 13px 16.3px 0 rgba(0, 0, 0, 0.2);
}

.logo {
  width: clamp(180px, 18vw, 250px) ;
  max-width: 100%;
}
.logo img{
  width: 100%;
}

.get_quote {
  text-decoration: none;
  padding: 10px 20px;
  background: #030340;
  border-radius: 5px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

#menu-icon {
  display: none;
  display: none;
}
#menu-icon svg {
  width: 20px;
  height: 20px;
}

.contact-btn {
  background-color: var(--contact-btn) !important;
  color: var(--white-text) !important;
  border-radius: 44px;
  padding: 15px clamp(15px, 3.5vw, 50px);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  border: unset;
}
.contact-btn:hover {
  background-color: var(--hover-blue) !important;
}

/* .banner-carousel {
  max-height: 835px;
} */

.owl-item {
  width: 100%;
  height: auto;
  position: relative;
}
.owl-item img {
  min-height: 700px;
  object-fit: cover;
  object-position: top;
  position: relative;
  height: 100%;
  /* aspect-ratio: 1.753; */
}

.banner-image {
  background: linear-gradient(270deg, rgba(19, 30, 36, 0.7) 5.51%, rgba(255, 255, 255, 0) 20.78%, rgba(19, 30, 36, 0.7) 69.79%, rgba(19, 30, 36, 0.7) 100%);
  mix-blend-mode: multiply;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.banner-section {
  position: relative;
  border-bottom-right-radius: clamp(70px, 8vw, 120px);
  overflow: hidden;
  z-index: 9;
}

.banner {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 8;
  transform: translate(0%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-content h1, .banner-content-slide h2 {
  position: relative;
  left: -7px;
  font-weight: 400;
  font-size: clamp(32px, 7vw, 82px);
  line-height: 100%;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  font-size: clamp(32px, 7vw, 82px);
  line-height: 100%;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  padding-bottom: 0;
}

.banner-content h5, .banner-content-slide h5 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-block: clamp(34px, 3vw, 40px);
  color: #fff;
}

.banner-content, .banner-content-slide {
  max-width: 994px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #dfe8ec;
}
.owl-dot.active span {
  border: 1.5px solid #1aafff;
  background-color: rgba(255, 255, 255, 0);
}

.owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45%;
  gap: 8px;
  left: clamp(0px, 3vw, 50px);
}

.page-content {
  max-width: 932px;
  margin: auto;
  max-width: 907px;
}
.page-content h3,.page-content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: clamp(56px, 8vw, 103px) auto 0px auto;
  text-transform: uppercase;
}
.page-content h3 span,.page-content h2 span {
  width: 36px;
  height: 18px;
  display: flex;
  margin-top: -5px;
}
.page-content h3 span img ,.page-content h2 span img {
  width: 100%;
  height: 100%;
}
.page-content span.font-24.blue-text.title-icon {
  margin: clamp(50px, 8vw, 103px) auto 40px auto !important;
  text-transform: uppercase;
  justify-content: center;
}

.title-icon {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.title-icon span {
  margin-top: -8px;
  display: block;
}

.curve-card-main {
  padding: 26px clamp(20px, 2.5vw, 40px) clamp(10px, 4vw, 60px);
  border: 2px solid #dfe8ec;
  height: 100%;
}
.curve-card-main:hover {
  border-color: #dfe8ec !important;
}

.curve-card p {
  max-width: 395px;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 160%;
}

.curve-card-main-title {
  border-bottom: 1px solid #dfe8ec;
  padding-bottom: 23px;
  margin-bottom: 23px;
}

.curve-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 30px;
  margin-block: 72px;
}

.curve-card-grid-one {
  margin-bottom: 0;
}

.more-btn {
  padding: 9px clamp(14px, 7vw, 55px) 9px clamp(14px, 3vw, 40px);
  font-weight: 600;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 100%;
  text-transform: capitalize;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto;
  text-align: center;
  height: 52px;
  position: relative;
  width: fit-content;
}
.more-btn span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-primary);
  position: absolute;
  right: 10px;
}

.primary-btn {
  background-color: var(--color-secondary);
  color: #fff;
}
.primary-btn:hover {
  background-color: var(--btn-primary);
}
.primary-btn:hover span {
  background-color: #fff;
}
.primary-btn:hover span svg path {
  stroke: #2f444e;
}

.secondray-btn {
  background-color: var(--btn-primary);
  color: #fff;
  margin: 0;
}
.secondray-btn span {
  background-color: #fff;
}
.secondray-btn span svg path {
  stroke: #2f444e;
}
.secondray-btn:hover {
  background-color: var(--color-secondary);
}
.secondray-btn:hover span {
  background-color: var(--btn-primary);
}
.secondray-btn:hover span svg path {
  stroke: #fff;
}

.desktop-none {
  display: none;
}

.service-section-grid-card {
  background: #fff;
  padding: clamp(20px, 4vw, 43px) clamp(20px, 3vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-section-grid-card.active {
  background-color: #131c20;
  padding-block: 23px;
}
.service-section-grid-card.active h6 {
  color: #fff;
}
.service-section-grid-card.active span {
  background-color: var(--hover-blue);
}
.service-section-grid-card.active a {
  display: flex;
}
.service-section-grid-card.radius span {
  width: 48px;
  height: 48px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(20px - 0.5882352941vw);
}
.service-section-grid-card.radius span img {
  width: 70%;
  height: 75%;
}
.service-section-grid-card h6 {
  color: var(--color-secondary);
  min-height: 76px;
}
.service-section-grid-card:hover {
  background-color: #131c20;
  padding-block: 23px;
}
.service-section-grid-card:hover h6 {
  color: #fff;
}
.service-section-grid-card:hover span {
  background-color: var(--hover-blue);
}
.service-section-grid-card:hover a.blue-text {
  display: flex;
}
.service-section-grid-card a.blue-text {
  display: none;
  justify-content: end;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  padding-top: 16px;
}
.service-section-grid-card a.blue-text p {
  padding-left: 5px;
}

.service-section-content {
  flex: 1 1 360px;
}
.service-section-content p {
  max-width: 258px;
  padding-bottom: 32px;
}

.service-section-grid {
  width: 740px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  row-gap: 20px;
  column-gap: 30px;
  padding-top: clamp(12px, 5vw, 72px);
}

.service-section-content h2, .service-section-content h5 {
  position: relative;
  left: -7px;
  font-weight: 400;
  font-size: clamp(28px, 6vw, 60px);
  line-height: 1.16;
  padding-block: clamp(24px, 3vw, 32px);
  color: #131c20;
}
.service-section .service-section-content h5{
  left: 0;
  text-indent: -5px;
}
.service-section {
  background: linear-gradient(360deg, #ffffff -79.91%, #e6f6ff 87.98%);
  border-top-left-radius: clamp(70px, 8vw, 120px);
  padding: clamp(86px, 9vw, 127px) 0 clamp(150px, 12vw, 198px);
}
.service-section .desktop-none {
  margin-top: 60px;
}

.result-sec {
  background: #131c20;
  border-top-right-radius: clamp(70px, 8vw, 120px);
  margin-top: -100px;
  padding: clamp(86px, 8vw, 100px) 0 clamp(80px, 9vw, 127px);
  z-index: 5;
  position: relative;
}

.result-sec-left h2, .result-sec-left h4 {
  font-weight: 400;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.25;
  color: #fff;
  padding-top: 32px;
}
.banner-sub-text-home{
  font-weight: 400;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.25;
  color: #fff;
  padding-top: 32px;
}

.result-sec-right ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
  gap: 31px;
  row-gap: 48px;
  padding-top: clamp(64px, 6vw, 72px);
}
.result-sec-right ul li h4 {
  font-weight: 400;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 100%;
  text-transform: uppercase;
  color: var(--blue-text);
  border-bottom: 1px solid #2f444e;
  padding-bottom: 5px;
}
.result-sec-right ul li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  margin-top: 12px;
}

.blog-list {
  padding: 0 !important;
  background-color: #005380;
  margin: 0;
  border-bottom-left-radius: clamp(70px, 8vw, 120px);
  z-index: 4;
  position: relative;
}

.blog-list-left ul {
  display: flex;
  gap: clamp(36px, 4vw, 46px);
  flex-direction: column;
}
.blog-list-left li {
  display: flex;
  column-gap: 16px;
  color: #eff3f5;
  flex-wrap: wrap;
}
.blog-list-left li h5 {
  text-transform: capitalize;
  padding-block: 15px;
}
.blog-list-left li span {
  width: 64px;
  height: 64px;
  display: block;
}
.blog-list-left li div:last-child {
  flex: 1 1 83%;
}

.blog-list-main {
  max-width: 523px;
  margin-left: auto;
  margin-right: 60px;
  padding-block: clamp(86px, 8vw, 98px);
  padding-inline: 24px;
}

.field__label {
  display: none;
}

.blog-list-right img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.established {
  z-index: 8;
  position: relative;
  padding: 100px 0 46px;
  border-bottom-left-radius: clamp(70px, 8vw, 120px);
  overflow: hidden;
  margin-top: -100px;
}
.established.about {
  background: linear-gradient(360deg, #ffffff 46.54%, #e6f6ff 87.98%);
  padding: 100px 0 clamp(70px, 8vw, 120px);
}
.established.about.team .page-content {
  max-width: 1014px;
}
.established.about .page-content {
  max-width: 933px;
}
.established.about.service.contact {
  margin: 0;
  padding-top: 0;
  background: linear-gradient(180deg, #ffffff 66.1%, #eff3f5 100%);
  border-radius: unset;
}
.established.about .page-services {
  max-width: 100%;
}
.established .secondray-btn {
  margin: 48px auto 0;
  margin-top: 0px !important;
}

.our-team-right-in {
  width: 100%;
}

.our-team {
  background: #fff;
  border-bottom-right-radius: clamp(70px, 8vw, 120px);
  z-index: 3;
  position: relative;
}

.our-team-left {
  padding: 0 inherit clamp(0px, 3vw, 37px);
}
.our-team-left h4 {
  font-weight: 400;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.36;
  padding: 32px 0 clamp(0px, 2.5vw, 32px);
}

.our-team-main {
  padding-top: clamp(68px, 12vw, 171px);
  padding-bottom: 37px;
}

.our-team-left-grid {
  display: flex;
  gap: 26px;
  margin-top: 60px;
}

.our-team-left-grid-image {
  filter: grayscale(1);
}
.our-team-left-grid-image img {
  width: 100%;
  max-width: 100%;
  height: 170px !important;
}

.our-team-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-top: clamp(0px, 6vw, 72px);
}
.our-team-right p {
  max-width: 329px;
}
.our-team-right h3 {
  font-weight: 600;
  font-size: clamp(22px, 4vw, 26px);
  line-height: 32px;
}

.our-team-profile {
  max-width: 246px;
  position: relative;
  padding: 13px 0 0;
}
.our-team-profile:before {
  border-left: 1px solid #dfe8ec;
  height: 100%;
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -21px;
}
.our-team-profile a {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  text-transform: capitalize;
  margin-top: clamp(24px, 6vw, 72px);
  display: block;
}
.our-team-profile a.blue-text:hover {
  color: #2F444E !important;
}

.our-team-profile-image {
  position: absolute;
  bottom: -37px;
  right: -10px;
}
.our-team-profile-image img {
  width: 384px;
  max-width: 100%;
}

.energy-section {
  background: var(--bg-image) no-repeat;
  width: 100%;
  aspect-ratio: 1.72;
  min-height: 629px;
  display: flex;
  justify-content: center;
  align-items: end;
  background-position: bottom center;
  position: relative;
  margin-top: -120px;
  z-index: 2;
  background-size: cover;
  border-bottom-left-radius: clamp(70px, 8vw, 120px);
  overflow: hidden;
}
.energy-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(239, 243, 245, 0) 26.78%, rgba(47, 68, 78, 0.5411764706) 79.61%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.energy-section-content {
  margin-bottom: clamp(44px, 8vw, 98px);
  max-width: 700px;
  text-align: center;
  z-index: 9;
}
.energy-section-content h2 {
  font-weight: 300;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 130%;
  letter-spacing: -5%;
  text-align: center;
  color: #fff;
}
.energy-section-content p {
  color: #eff3f5;
  max-width: 540px;
  margin: auto;
  padding-top: 23px;
}

.collaboration-main {
  padding: clamp(150px, 12vw, 172px) 0 clamp(0px, 8vw, 97px);
  margin-top: -75px;
}
.collaboration-main h3 {
  justify-content: center;
}
.collaboration-main .curve-card-main-title {
  padding-bottom: clamp(18px, 2vw, 23px);
  margin-bottom: clamp(18px, 2vw, 23px);
}
.collaboration-main .curve-card-main-title h5 {
  font-weight: 500;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 160%;
  text-transform: capitalize;
}
.collaboration-main .curve-card-main {
  padding: clamp(10px, 4vw, 38px) clamp(20px, 2.5vw, 40px) clamp(10px, 4vw, 38px);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.collaboration-main .curve-card-main a {
  margin-top: auto;
}
.collaboration-main .curve-card p {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 160%;
  color: #2f444e;
  max-width: 421px;
  padding-bottom: 24px;
}
.collaboration-main .curve-card-grid {
  margin-top: clamp(33px, 6vw, 72px);
  row-gap: 39px;
  margin-top: clamp(33px, 5vw, 51px);
}

.collaboration-main h2, .collaboration-main h4 {
  font-weight: 400;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 56px;
  text-align: center;
  padding-top: clamp(20px, 2.5vw, 32px);
}

.collaboration {
  background: #e6f6ff;
  z-index: 1;
  position: relative;
  border-bottom-right-radius: clamp(70px, 8vw, 120px);
}

.inner-page-banner-content {
  position: absolute;
  bottom: 63px;
  width: 100%;
  z-index: 9;
  color: #fff;
}
.inner-page-banner-content h1 {
  position: relative;
  left: -7px;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 100%;
  text-transform: capitalize;
  max-width: 842px;
}
.inner-page-banner-content h5 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-top: clamp(34px, 3vw, 40px);
}
.inner-page-banner-content h2 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-top: clamp(34px, 3vw, 40px);
}
.banner-sub-text{
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-top: clamp(34px, 3vw, 40px);
}

.inner-page-banner {
  position: relative;
  padding-inline: 0 !important;
  border-bottom-right-radius: clamp(117px, 8vw, 134px);
  overflow: hidden;
  z-index: 9;
}
.inner-page-banner::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  display: block;
  mix-blend-mode: multiply;
  background: linear-gradient(260.72deg, rgba(19, 30, 36, 0.71) 3.36%, rgba(19, 30, 36, 0.213) 28.52%, rgba(19, 30, 36, 0.71) 60.28%, rgba(19, 30, 36, 0.71) 87.11%);
}

/* .about-banner {
  height: 625px;
} */
.about-banner img {
  width: 100%;
  height: 100%;
  object-position: 100% 65%;
  object-fit: cover;
}

.about-info {
  background: #005380;
  margin-top: -110px !important;
  padding-block: 160px 100px;
  z-index: 4;
  position: relative;
  border-bottom-right-radius: clamp(70px, 8vw, 120px);
}

.about-info-main h2, .about-info-main h3 {
  font-weight: 400;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 120%;
  color: #eff3f5;
  padding-bottom: 16px;
}

.about-info-main {
  padding-bottom: clamp(40px, 6vw, 74px);
}

.about-info-main h5, .about-info-main h4 {
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 160%;
  color: #fff;
}

.banner-sub-text-about {
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 160%;
  color: #fff;
}

.about-info-grid-inner {
  display: flex;
  flex-wrap: wrap;
}
.about-info-grid-inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #eff3f5;
  border-left: 1.5px solid #1aafff;
  padding: 10px clamp(0px, 2.5vw, 32px) 10px 32px;
  max-width: 548px;
}
.about-info-grid-inner:nth-child(even) {
  justify-content: end;
}

.about-info-grid-inner-icon {
  display: flex;
  gap: clamp(10px, 2.5vw, 32px);
  flex-wrap: wrap;
  align-items: center;
  padding: clamp(10px, 2vw, 27px) clamp(10px, 2.5vw, 37px) clamp(10px, 2vw, 27px) 0;
}
.about-info-grid-inner-icon h4 {
  max-width: 251px;
  min-width: 251px;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 160%;
  text-transform: capitalize;
}
.about-info-grid-inner-icon span {
  display: block;
  min-width: 64px;
  height: 64px;
  background: #1aafff;
  border-radius: 64px;
  text-align: center;
  line-height: 60px;
}
.about-info-grid-inner-icon span img {
  width: 50px;
  height: 50px;
}

.about-info-grid {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 5vw, 73px);
}

.apply-section-content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.apply-section-content-title p {
  color: #2f444e;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 180%;
  padding-top: 20px;
}
.apply-section-content-title p span {
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 180%;
  color: #0086CC !important;
}
.apply-section-content-title p:first-child {
  padding-top: 0;
}
.apply-section-content-title p:first-child > a {
  font-weight: 500;
}
.apply-section-content-title p:nth-child(2) br {
  display: block !important;
}

.careers.about .page-content {
  max-width: 950px;
}

.apply-section-content {
  max-width: 639px;
  margin: auto;
  padding: 34px 20px 42px 20px;
  border: 1.5px dashed #afc5cf;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  margin-top: 48px;
}
.apply-section-content:hover {
  border-color: var(--hover-blue);
}

.apply-link {
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 180%;
  color: #0086cc;
}

.team .page-content h6 {
  padding-top: 32px;
}
.team .page-content h4 {
  padding-top: 32px;
}
.team .page-content p {
  color: #2F444E;
  padding-top: 32px;
  font-size: 16px;
  line-height: 160%;
}
.contact.team .page-content h3 {
  color: #2F444E;
  padding-top: 32px;
  font-size: 16px;
  line-height: 160%;
  margin-top: 0;
  font-weight: 400;
  text-transform: none;
}

.team-members-sec {
  background-color: #fff;
  padding-bottom: 100px;
  border-bottom-left-radius: clamp(70px, 8vw, 120px);
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.team-members-image {
  width: 211px;
  margin: auto;
  z-index: 2;
  position: relative;
  height: 279px;
}
.team-members-content {
  padding-top: 12px;
  text-align: center;
}
.team-members-content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #131c20;
}
.team-members-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #2f444e;
  padding-bottom: 12px;
}

.team-members-effect {
  position: relative;
  width: 256px;
  height: 279px;
  margin: auto;
}
.team-members-effect:before {
  content: "";
  display: block;
  width: 190px;
  height: 176px;
  background: #e6f6ff;
  border-radius: 15px;
  position: absolute;
  top: 48%;
  left: 52%;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(29deg);
}

.team-members:hover .team-members-effect::before {
  background-color: var(--hover-blue);
}

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  column-gap: 30px;
  row-gap: 40px;
}

.social-icons-gray {
  border: 1px solid #afc5cf;
  border-radius: 43px;
  display: flex;
  align-items: center;
  padding: 3px;
  width: fit-content;
  margin: auto;
  font-weight: 600;
  font-size: 10px;
  line-height: 26px;
  color: #2f444e;
  gap: 8px;
  padding-right: 8px;
}
.social-icons-gray span {
  display: flex;
  background: #afc5cf;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.social-icons-gray:hover {
  border-color: var(--hover-blue);
}
.social-icons-gray:hover span {
  background: var(--color-secondary);
}
.social-icons-gray:hover span svg rect {
  fill: var(--white-text);
}

.services-banner {
  background: url(/themes/custom/powerhaus_theme/asset/images/services-banner.png) no-repeat center/cover;
}

.contact-banner {
  background: url(/themes/custom/powerhaus_theme/asset/images/contact-banner.png) no-repeat center/cover;
}

.contact-form-section {
  position: relative;
  background-color: #fff;
  z-index: 9;
  border-bottom-left-radius: clamp(70px, 8vw, 120px);
  margin-bottom: 10px;
}

.contact-form-content {
  gap: 42px;
}
.contact-form-content .footer-title {
  padding-bottom: 14px;
  color: #2f444e;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
.contact-form-content span {
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
}

.contact-form-main {
  flex-wrap: wrap;
  padding-block: 80px;
  border-top: 1px solid #dfe8ec;
}
.contact-form-main .social-icons-gray {
  margin: 0;
}

.contact-form-content h3, .contact-form-content h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
}

a.contact {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  color: #2f444e;
}
a.blue-text {
  text-transform: capitalize;
}
a.social-icons-blue {
  display: flex;
  align-items: center;
  justify-content: unset;
  height: 35px !important;
}

.input-form {
  display: flex;
  flex-direction: column;
}
.input-form input::placeholder {
  color: #afc5cf;
}
.input-form textarea {
  height: 120px;
}
.input-form label {
  color: #2f444e;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: clamp(14px, 2vw, 30px);
}
.form-grid .secondray-btn {
  margin-top: 10px;
}

.input-form input, .input-form textarea {
  border: 1px solid #afc5cf;
  border-radius: 8px;
  padding: 16px 13px;
  resize: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  color: #2f444e;
  transition: border-color 0.3s ease-in-out;
}

.input-form input:focus, .input-form textarea:focus {
  border-color: var(--hover-blue);
  outline: unset;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 30px !important;
}
.contact-form label {
  color: #2F444E;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
}
.contact-form input {
  color: #AFC5CF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  width: 354px;
  height: 48px;
}
.contact-form input:focus {
  border: 1px solid #1AAFFF;
  box-shadow: unset;
}
.contact-form .webform-flexbox {
  margin: 0;
}
.contact-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message {
  margin-top: 0;
}
.contact-form input[type=submit] {
  border-radius: 44px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: #0086CC;
  text-align: center;
  position: relative;
  left: 2px;
  background: #0086CC url(/themes/custom/powerhaus_theme/asset/images/arrow-right-contact-hover.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  margin: unset !important;
}
.contact-form .more-btn {
  position: relative;
  width: 236px;
  background: #0086CC;
}
.contact-form .more-btn span {
  position: absolute;
  top: 9px;
  right: 18px;
  background-color: #fff;
}
.contact-form .more-btn span svg path {
  stroke: #2f444e;
}
.contact-form .more-btn:hover {
  background-color: #2f444e;
}
.contact-form .more-btn:hover input[type=submit] {
  background-color: #2f444e;
  border-color: #2f444e;
}
.contact-form .more-btn:hover span {
  background-color: #0086CC;
}
.contact-form .more-btn:hover span svg path {
  stroke: #fff;
}
.contact-form input[type=submit]:hover {
  background: #2f444e url(/themes/custom/powerhaus_theme/asset/images/arrow-right-contact.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.contact-form textarea {
  color: #2F444E;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}

.contact-link {
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}

.contact-title.established.about .page-content {
  max-width: 980px;
  padding-top: clamp(40px, 8vw, 98px);
}

.card-work-title {
  max-width: 561px;
  margin: auto;
}

section.our-services {
  padding-bottom: 90px;
  border-bottom-left-radius: clamp(70px, 8vw, 120px);
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  /* margin-top: clamp(70px, 7vw, 94px); */
  margin-top: clamp(94px, 14vw, 119px);
  padding-top: 0;
}
section.established.about.works {
  background: linear-gradient(180deg, #ffffff 66.1%, #eff3f5 100%);
  background: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
section.established.about.services .page-content p {
  padding-top: 100px !important;
}
section.established.about .more-btn {
  margin-top: 50px !important;
}
section.established.about .apply-section-content-title .more-btn {
  margin-top: 30px !important;
}

.our-services .accordion button {
  color: #131c20;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 400;
  font-family: "Montserrat";
  padding-right: 50px !important;
}
.our-services .accordion button span {
  min-width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #2f444e;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-right: 26px;
  background: #2f444e;
  border-radius: 64px;
  text-align: center;
  line-height: 60px;
}
.our-services .accordion button span img {
  width: 35px;
  height: 35px;
}
.our-services .container {
  max-width: 1124px;
  width: 100%;
}
.our-services .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: unset !important;
  color: #1aafff;
}
.our-services .accordion-button:not(.collapsed) span {
  background: #1aafff;
}
.our-services .accordion-button::after {
  background-image: url(/themes/custom/powerhaus_theme/asset/images/arrow-down.svg) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: contain;
  position: absolute;
  right: 0;
}
.our-services .accordion-button:not(.collapsed)::after {
  background-image: url(/themes/custom/powerhaus_theme/asset/images/arrow-up-new.svg) !important;
  background-size: contain;
  transform: unset !important;
}
.our-services.established .more-btn {
  margin-top: 50px !important;
}

.service-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.service-content-left {
  width: 545px;
  max-width: 100%;
  padding-left: 87px;
}
.service-content-left p {
  font-weight: 400 !important;
  color: #2f444e;
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 29px;
}
.service-content-left ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: -5px;
}
.service-content-left ul li {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.service-content-left ul li span {
  color: #2f444e;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  float: left;
}
.service-content-left ul li::before {
  content: "";
  display: block;
  background: url(/themes/custom/powerhaus_theme/asset/images/check.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.service-content-left ul li:last-child {
  padding-bottom: 0;
}

.service-content-right {
  width: 435px;
  margin-left: 63px;
}

.service-content-right-image {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  margin-bottom: 38px;
}
.service-content-right-image img {
  width: 545px;
  max-width: 100%;
}

.works p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #2f444e;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.card-wrap {
  display: flex;
  row-gap: 40px;
  padding-top: 48px !important;
}
.card-wrap .card {
  border: 0;
  border-left: 1px solid #afc5cf;
  padding: 0 clamp(28px, 6vw, 95px) 0 28px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
}
.card-wrap .card:last-child {
  padding: 0 clamp(28px, 6vw, 95px) 0 28px;
}

.card-top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card-bottom-section p, .card-bottom-section-sub-title {
  text-align: left;
  font-size: 14px;
  color: #2f444e;
  line-height: 28px;
  padding-bottom: 0;
  margin-bottom: 3px;
}

.card-lft {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card-lft span {
  color: #131c20;
  font-size: 16px;
  font-weight: 500;
}
.card-lft span.ico {
  width: 56px;
  height: 56px;
  background: #2f444e;
  border-radius: 56px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-right {
  height: 104px;
}
.card-right img {
  object-fit: contain;
}

.card.active .card-lft span.ico, .card:hover .card-lft span.ico {
  background: #2F4451;
}

.accordion .accordion-item:last-of-type, .accordion .accordion-item {
  background-color: var(--bs-accordion-bg);
  border-bottom: 1px solid #dfe8ec;
}

button.accordion-button.collapsed:focus {
  box-shadow: unset !important;
}

.footer {
  background-color: #131c20;
  padding: 170px 0 0 0;
  margin-top: -115px;
  z-index: 0;
  padding-inline: 24px;
  position: relative;
}

footer, .region.region-footer {
  padding: 0;
}

.footer-title {
  color: #1AAFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 10px;
}

.footer-links {
  padding: 33px 0 0;
}
.footer-links:first-child a {
  padding: 10px 0;
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 100%;
  text-transform: uppercase;
}
.footer-links:first-child a span {
  padding-right: 10px;
}
.footer-links:last-child {
  width: 294px;
}
.footer-links ul {
  display: flex;
  flex-direction: column;
}
.footer-links ul li {
  display: flex;
  margin-bottom: 10px;
}
.footer-links ul li a {
  display: flex;
}
.footer-links ul li a span {
  height: 30px;
  display: flex;
  margin-right: 5px;
}
.footer-links ul li a.social-icons-blue span {
  display: flex;
  align-items: center;
  height: 24px !important;
}

.footer-tc {
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 20px);
  flex-wrap: wrap;
  margin-top: clamp(48px, 6vw, 79px);
  padding: 25px 0 28px 0;
  border-top: 1px solid #2f444e;
}
.footer-tc.footer-mobile {
  border-color: #afc5cf;
  margin-top: 30px;
  display: none;
}
.footer-tc.footer-mobile .footer-rights {
  color: #2f444e !important;
}

.footer-rights {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 5%;
  color: #dfe8ec;
}
.footer-rights p span {
  display: inline-block;
  padding-inline: 12px;
}

.social-icons-blue {
  border: 1px solid #afc5cf;
  border-radius: 17px;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 120px;
  text-transform: capitalize;
}
.social-icons-blue span {
  padding-right: 5px;
}
.social-icons-blue:hover {
  background-color: var(--hover-blue);
  border-color: var(--hover-blue);
}
.social-icons-blue:hover span svg rect {
  fill: var(--white-text);
}
.social-icons-blue:hover span svg path {
  fill: var(--color-secondary);
}

@media (min-width: 1920px) {
  .large-container {
    max-width: 1120px;
    margin: auto;
  }
}
.pp-tc p {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  text-align: left;
  padding-bottom: 12px;
  color: #000;
}

.pp-tc a {
  color: #007aff;
}
.pp-tc strong {
  padding-bottom: 10px;
  padding-top: 14px;
  display: flex;
  font-size: clamp(20px, 2vw, 24px);
}
.pp-tc h2 {
  padding-bottom: 20px;
  padding-top: 14px;
  display: flex;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
}

.banner-img-container svg {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
}

.footer-tc.footer-mobile .footer-rights p a, .footer-tc.footer-mobile .footer-rights p span {
  color: #2f444e !important;
}

h6.footer-title {
  padding-bottom: 15px;
}

.footer-rights a, .footer-rights span {
  color: #dfe8ec !important;
}

span.blue-text strong {
  font-weight: 600 !important;
}

.mobile-more-btn {
  display: none;
}

.field--name-field-home-page .banner-section h1 {
  margin-top: 50px;
}

.field--name-field-services-section section.our-services .page-content h3.font-24 {
  margin-top: 0;
}
.field--name-field-services-section section.established.about.service.contact {
  margin-top: -100px;
}
.field--name-field-services-section .page-services h3, 
.field--name-field-services-section .page-services h2 {
  margin-top: 25px;
}
.field--name-field-services-section .established.about .page-content {
  max-width: 787px;
}
.field--name-field-services-section .page-content p.font-30 {
  padding-bottom: 25px;
}

.field--name-field-privacy-policy {
  margin-top: 60px;
}
.field--name-field-privacy-policy .page-content {
  max-width: 1085px;
}
.field--name-field-privacy-policy .page-content h1 {
  margin: clamp(50px, 8vw, 103px) auto 40px auto;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.field--name-field-privacy-policy .page-content h1 span {
  width: 36px;
  height: 18px;
  display: flex;
  margin-top: -5px;
}
.field--name-field-privacy-policy .page-content h1 span img {
  width: 100%;
  height: 100%;
}
.field--name-field-privacy-policy h1.font-24.blue-text.title-icon {
  text-transform: uppercase !important;
}

.field--name-field-terms-and-conditions {
  margin-top: 48px;
}
.field--name-field-terms-and-conditions .team-members-sec {
  padding-bottom: 50px;
}
.field--name-field-terms-and-conditions .page-content {
  max-width: 1085px;
}
.field--name-field-terms-and-conditions .page-content h1 {
  margin: clamp(50px, 8vw, 103px) auto 40px auto;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.field--name-field-terms-and-conditions .page-content h1 span {
  width: 36px;
  height: 18px;
  display: flex;
  margin-top: -5px;
}
.field--name-field-terms-and-conditions .page-content h1 span img {
  width: 100%;
  height: 100%;
}
.field--name-field-terms-and-conditions h1.font-24.blue-text.title-icon {
  text-transform: uppercase !important;
}
.field--name-field-terms-and-conditions.page-content p {
  min-height: 1.5em;
  line-height: 1.6;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-subject.form-item-subject {
  max-width: 100% !important;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-subject.form-item-subject input {
  width: 100%;
  max-width: 100% !important;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message {
  width: 100%;
}
.js-form-item.form-item input {
  color: #2F444E;
  margin-top: 10px;
}
.js-form-item.form-item textarea {
  color: #2F444E;
}

.field--name-field-our-team .established.about .page-content {
  max-width: 860px;
}

.form-item--error-message {
  display: flex;
  align-items: center;
  color: red;
  font-size: 0.9em;
  gap: 4px;
  position: absolute !important;
  top: 100% !important;
  margin-top: 6px !important;
  color: #E86363 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: normal !important;
  line-height: 14px;
  padding-left: 13px;
}
.form-item--error-message strong {
  font-weight: 700;
  font-weight: 500 !important;
}
.form-item--error-message::before {
  display: none;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #E86363 !important;
}

.accordion-item.service-page {
  margin-top: 130px;
}

.alert.alert-error.alert-danger.alert-dismissible.fade.show {
  display: none;
}

.webform-flex.webform-flex--1 {
  margin: 0 22px 0 0px !important;
}

label.form-required::after {
  content: "*";
  color: #2F444E;
  font-weight: 700;
}

strong em.placeholder {
  display: none !important;
}

footer .social-icons-blue {
  height: 35px;
}

.field--name-field-about section.about-info {
  margin-top: 95px;
  margin-top: 80px;
}

h3.font-24.blue-text.title-icon {
  text-transform: uppercase !important;
}

.field.field--name-field-home-page .collaboration-main {
  margin-top: -85px;
}
.field.field--name-field-privacy-policy section.team-members-sec {
  padding-bottom: 40px;
}
.field.field--name-field-our-team .team-members-sec {
  padding-bottom: 50px;
}
.field.field--name-field-services-section section.our-services {
  padding-bottom: 100px;
}

.page-node-type-team .footer {
  margin-top: -119px !important;
}

.page-node-type-careers .footer {
  margin-top: -120px;
}

.page-node-type-contact-us .footer {
  margin-top: -120px;
}

li.mobile-terms {
  display: none;
}

.banner-content h2 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-block: clamp(34px, 3vw, 40px);
  color: #fff;
}

.banner-content h5 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-block: clamp(34px, 3vw, 40px);
  color: rgb(255, 255, 255);
}
.banner-content h3 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-block: clamp(34px, 3vw, 40px);
  color: rgb(255, 255, 255);
}

.banner-content-slide h5 .banner-content h4 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-block: clamp(34px, 3vw, 40px);
  color: rgb(255, 255, 255);
}
.banner-content-slide h4 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-block: clamp(34px, 3vw, 40px);
  color: rgb(255, 255, 255);
}
.banner-content-slide h3 {
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 33px;
  padding-block: clamp(34px, 3vw, 40px);
  color: rgb(255, 255, 255);
}

.user–login {
  display: flex;
  margin-top: 119px;
  justify-content: center;
}

.user-password {
  display: flex;
  margin-top: 119px;
  justify-content: center;
}

.page-content.page-works {
  max-width: 1070px !important;
  margin: auto;
  width: 100%;
}

.content-reduce {
  padding-bottom: 0px !important;
}

.choose-us {
  padding-left: 0px !important;
}

section.established.about.service.contact .page-content h3,
section.established.about.service.contact .page-content h2 {
  margin-bottom: 0;
  padding-bottom: 32px !important;
}
section.established.about.service.contact .card-wrap {
  padding-top: 42px !important;
}

.contact-form-content.d-flex.flex-column.col-md-4.mt-0 {
  padding-left: 0px !important;
}

.card-right {
  min-width: 76px;
  width: 76px;
}

.card-wrap .card:not(:first-child) .card-right img {
  object-fit: cover;
  width: 100%;
}

.webform-flex--container {
  margin: 0 !important;
}

.webform-flex.webform-flex--1 {
  margin: 0 !important;
}

.contact-form .webform-flexbox {
  margin: 0 !important;
  gap: 30px !important;
}

label.js-form-required.form-required {
  margin: 0 !important;
}

.js-form-item.form-item {
  position: relative !important;
}

.about-info .secondray-btn {
  margin: 72px auto 0;
}

ul.team-members-grid {
  list-style: none !important;
  margin-left: 1.5rem;
}

ul li p.font-30 {
  text-align: left;
}

.blog-list-left ul .blog-list-left ol {
  list-style: none !important;
  margin-left: 0px !important;
}

.service-section-content ul {
  margin-bottom: 50px;
}

.curve-card-main.radius {
    padding-bottom: 26px;
}

.curve-card p{
    max-width:100%;
}

.service-section-content p {
    max-width: 320px !important;
}

.field--name-field-home-page .banner-section h1 {
    margin: 0px !important;
}

section.our-services.established .page-content {
    padding-bottom: clamp(62px,5vw, 69px);
}

fieldset.captcha.captcha-type-challenge--recaptcha .captcha__title, fieldset.captcha.captcha-type-challenge--recaptcha .captcha__description {
    display: none;
}

.user-login-form .form-item--error-message{
  position: unset !important;
}