:root {
  --enpix-brand: #f29320;
  --enpix-black-900: #212833;
  --color-blue: #193164;
  --color-white: #ffffff;
  --color-black: #000000;
}

body {
  /*--body-top-padding: 130px;*/
  background: var(--color-white) !important;
  padding-top: var(--body-top-padding);
}
body.homepage {
  /*padding-top: 90px;*/
}
p {
    text-align: justify;
}

.enpix-header {
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  background-color: var(--color-white);
  padding-bottom: 0;
  padding-top: 16px;
}
.enpix-header .logo img {
  width: 220px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.enpix-header.scrolled {
  width: 100%;
}

.menu-wrapper {
  margin-top: 16px;
  background-color: var(--color-blue);
}

nav.site-menu {
  padding: 10px 0;
  color: var(--color-white);
}
nav.site-menu ul li a {
  color: var(--color-white);
  font-size: 0.75rem;
}
nav.site-menu ul li a:hover {
  color: var(--enpix-brand);
}

.right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.right-header .phone {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-header .phone svg {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
/*.right-header .phone svg path {*/
/*  fill: #ccc;*/
/*}*/

.mm-ocd--open nav.site-menu ul {
  display: block !important;
}
.mm-ocd--open nav.site-menu ul li a {
  color: var(--enpix-black-900);
}
.mm-ocd--open nav.site-menu ul li:nth-child(even) {
  display: none;
}

.menu-opener svg path {
  fill: var(--color-white);
}

#menu li a.active {
  color: var(--enpix-brand);
}

.mm-spn li:before {
  z-index: 2;
}

.splide__arrow:disabled {
  display: none;
}

.projects-container {
  gap: 30px;
}

.projects-container .project-box {
  width: calc(50% - 40px) !important;
}

.project-text h3 {
  line-height: unset;
}
.project-text h3 a {
  font-size: 1.25rem;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.mobile-page-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.mobile-page-switcher a {
  margin-right: 16px;
  color: var(--color-white);
}

.banner-text a {
  background-color: var(--enpix-brand);
  padding: 12px 32px;
}

.right-header-box--active {
  position: relative;
  border: 1px solid var(--enpix-brand);
  border-radius: 9px;
  padding: 10px 24px;
}
.right-header-box--active::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.14746 9.56567L16.5188 9.56567L9.14746 16.8625L1.77613 9.56567L9.14746 9.56567Z' stroke='%23F29320'/%3E%3Cpath d='M1.49121 8.48242H17.0475L14.5734 10.8015H3.66451L1.49121 8.48242Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.right-header-box img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .banner-text h1 {
    font-size: 63px;
    line-height: normal;
  }
  .projects-container .project-box {
    width: calc(25% - 40px) !important;
  }
}
@media (max-width: 1024px) {
  .right-header-box {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    /*--body-top-padding: 120px;*/
  }
  .menu-wrapper {
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo img {
    width: 200px;
    height: auto;
  }
  .projects-container .project-box {
    width: 100% !important;
  }
  .enpix-header .logo img {
    width: 170px;
  }
  header.scrolled {
    padding-top: 16px;
  }
  header.scrolled .menu-wrapper {
    margin-top: 16px;
  }
  header.scrolled .logo img {
    width: 160px;
  }
}
.background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.ac-banner {
  position: relative;
  overflow: hidden;
}
.ac-banner .banner-text h1 {
  font-size: 40px;
  line-height: 50px;
}
.ac-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ac-banner .banner-area {
  min-height: calc(100vh - var(--body-top-padding));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ac-banner .banner-text h1,
.ac-banner .banner-text p {
  color: var(--color-white);
}
.ac-banner .splide__slide {
  text-align: center;
}
.ac-banner .splide__slide img {
  max-width: 100%;
}

.black-overlay {
  position: relative;
}
.black-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-text .white-btn {
  background-color: var(--color-white);
  color: var(--color-blue);
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-text .white-btn:hover {
  background-color: var(--enpix-brand);
  color: var(--color-white);
}

.ac-services__big h2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-white);
  line-height: normal;
}
.ac-services__big p {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-white);
}
.ac-services__big p.contact-no {
  font-weight: 700;
  font-size: 50px;
  color: var(--color-white);
  margin-bottom: 0;
  line-height: 50px;
}
.ac-services__big .ac-services__box {
  padding: 100px;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
}
.ac-services__box-small {
  min-height: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--color-white);
  border-top: 0;
  border-right: 0;
  position: relative;
}
.ac-services__box-small-text {
  color: var(--color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ac-services__box-small-text svg {
  margin: 0 auto 24px;
}

.why-choose {
  padding: 60px 0;
  background: #fce9d2;
  margin-top: -2px;
  position: relative;
  z-index: 3;
}
.why-choose ul {
  padding-left: 0;
}
.why-choose ul li {
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 16px;
}
.why-choose ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2975 0.620459C13.5961 0.9191 13.5961 1.40328 13.2975 1.70192L5.65045 9.34899C5.35183 9.6476 4.86763 9.6476 4.56899 9.34899L0.745459 5.52545C0.446826 5.22683 0.446826 4.74262 0.745459 4.444C1.0441 4.14538 1.52828 4.14538 1.82692 4.444L5.10973 7.72681L12.2161 0.620459C12.5147 0.321826 12.9989 0.321826 13.2975 0.620459Z' fill='%23F29320'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 10px;
  left: 0;
  margin: 0 auto;
}

.features {
  padding: 60px 0;
}
.features h3 {
  font-weight: 700;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.features p {
  font-size: 18px;
  font-weight: 400;
}

.main-img.active + .overlay {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.main-img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  max-width: 800px;
  height: auto;
  padding: 0 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 15;
  -webkit-animation: imgTransition 0.45s ease-in-out;
  animation: imgTransition 0.45s ease-in-out;
}
.main-img .close {
  position: absolute;
  top: -35px;
  right: 25px;
  margin-left: auto;
  width: 30px;
  height: 30px;
  z-index: 5;
}
.main-img button {
  border: 0;
  background-color: transparent;
}
.main-img .next {
  position: absolute;
  top: 0;
  right: 2rem;
  margin-left: auto;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 40px;
  font-size: 16px;
}
.main-img .prev {
  position: absolute;
  top: 0;
  right: 2rem;
  margin-left: auto;
  left: -60px;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 40px;
  font-size: 16px;
}
.main-img img {
  width: 100%;
  height: 100%;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  width: calc(100% + 30px);
}
.gallery-wrapper .img {
  width: calc(33% - 30px);
  cursor: pointer;
}
.gallery-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-text img {
  width: 240px;
  height: 170px;
  margin-right: 20px;
}
.review-text p {
  font-size: 15px;
  height: 173px;
  overflow: hidden;
}

.ac-contact {
  padding: 60px 0;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ac-contact h3 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-white);
}
.ac-contact p {
  font-weight: 700;
  font-size: 38px;
  color: var(--color-white);
  line-height: normal;
}
.ac-contact a {
  color: var(--color-white);
}

@-webkit-keyframes imgTransition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 0.5;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes imgTransition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 0.5;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1100px) {
  .ac-services__big p.contact-no {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  .ac-services__big .ac-services__box {
    padding: 70px 50px;
  }
  .main-img .next {
    right: 0;
  }
  .main-img .next svg {
    width: 30px;
    height: 30px;
  }
  .main-img .prev {
    left: 0;
  }
  .main-img .prev svg {
    width: 30px;
    height: 30px;
  }
  h1,
  .heading-1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .ac-banner .banner-text h1 {
    font-size: 29px;
    line-height: 33px;
  }
  #bannerslider .banner-image-area img.banner-image,
  #bannerslider .fill-255 {
    display: none;
  }

  .ac-services__big .ac-services__box {
    padding: 50px 20px;
  }
  .ac-services__big p.contact-no {
    font-size: 35px;
    line-height: 40px;
  }
  .ac-services__box-small {
    min-height: 270px;
  }
  .review-text {
    display: block;
  }
  .review-text img {
    margin-bottom: 20px;
  }
  .gallery-wrapper {
    gap: 10px;
    width: calc(100% + 10px);
  }
  .gallery-wrapper .img {
    width: calc(50% - 10px);
  }
  .inner-banner .banner-area {
    min-height: auto;
    height: 280px;
    padding-bottom: 60px;
  }
}
.home-page-banner h2 {
  font-size: 30px;
  text-transform: none;
}
.home-page-banner .highlighted {
  padding: 10px 20px;
  background-color: var(--enpix-brand);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
}
.home-page-banner .ac-services__box img {
  width: 110px;
  height: auto;
}

.inner-banner .banner-area {
  min-height: auto;
  height: 400px;
}

.new-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.new-list li {
  padding: 16px !important;
  border-radius: 5px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 2px 15px #ccc;
  box-shadow: 0 2px 15px #ccc;
}
.new-list li::before {
  content: none !important;
}

.service-svg svg {
  width: 30px;
  height: 30px;
}

.home-3-services {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.projects-area-inner .projects-container .project-box {
  width: calc(20% - 24px) !important;
}
.projects-area-inner h3 {
  font-size: 20px;
}

.right-contact-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 400px;
  z-index: 999;
}
.right-contact-sticky a {
  padding: 10px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-white);
  margin-bottom: 4px;
}
.right-contact-sticky__no {
  background-color: #f29320;
}
.right-contact-sticky__whatsapp {
  background-color: #4caf50;
}
.right-contact-sticky svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.right-contact-sticky svg path {
  fill: var(--color-white);
}

@media (max-width: 767px) {
  .right-contact-sticky {
    flex-direction: row;
    left: 0;
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 1400px) and (min-width: 1100px) {
  .banner-text h1 {
    font-size: 55px;
  }
  .banner-text a {
    margin-top: 40px;
  }
  h1,
  .heading-1 {
    font-size: 50px;
  }
  .ac-services__box-small {
    min-height: 260px;
  }
  .ac-services__box-small-text {
    font-size: 18px;
  }
  .ac-services__big p.contact-no {
    font-size: 30px;
    line-height: 33px;
  }
  .features h3 {
    font-size: 20px;
  }
  .features__content-1 {
    padding-left: 60px;
  }
  .features__content-2 {
    padding-right: 60px;
  }
  .ac-contact p {
    font-size: 30px;
  }
  .ac-banner .splide {
    max-width: 480px;
    margin: 0 auto;
  }
  .ac-banner .splide__slide img {
    max-width: 350px;
  }
}
.container {
    max-width: 1140px;
}
.new-home .banner-shape-3 {
    top: -130px;
}
.new-home-header.enpix-header {
    background-color : transparent;
}
.new-home-header nav.site-menu ul li a {
    color: #193164 !important;
}
.new-home .project-box img {
  width: 100%;
  transition: 0.5s;
  border: 1px solid #ffe4b4;
  border-radius: 7px;
}
.new-home .project-text h3 {
    font-size: 20px;
}
.new-home .enpix-body-text-2 {
  font-size: 13px;
}
header.scrolled,
.enpix-header{
  position: relative;
}
body.new-home {
  --body-top-padding: 0;
}
.new-home .projects-container .project-box {
    width: calc(33% - 40px) !important;
}
.expertise-table span {
    color:var(--enpix-brand);
}
.rotate-image {
    transform: rotate(345deg); /* Adjust the degree of rotation as needed */
    transition: transform 0.5s ease; /* Optional: Smooth transition */
}
.mre .banner-text-2 a:hover {
  border-color: #000;
  color: #000;
}
.mre .banner-text-2 a:hover svg path {
  stroke: #000;
}
.phone svg {
    height: 20px;
}
.top-header {
    border-bottom: 1px dashed #f29320;
}

.top-header .logo-img {
    height: 40px; /* Adjust logo size */
}

.top-header .header-nav a {
    text-decoration: none;
  margin-left: 50px;
  color: #183065;
  font-size: 14px;
}
/* Hide logo on mobile devices */
@media (max-width: 768px) {
    .top-header {
        display: none;
    }
}