/*
Theme Name: nixxa
*/

@font-face {
  font-family: clash-display;
  src: url(../nixxa/assets/clash-display/ClashDisplay-Medium.otf);
  font-weight: 500;
}

@font-face {
  font-family: clash-display;
  src: url(../nixxa/assets/clash-display/ClashDisplay-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: clash-display;
  src: url(../nixxa/assets/clash-display/ClashDisplay-Semibold.otf);
  font-weight: 600;
}

@font-face {
  font-family: clash-display;
  src: url(../nixxa/assets/clash-display/ClashDisplay-Bold.otf);
  font-weight: 700;
}

.f-nav .header-wrapper {
  background: rgb(255 255 255 / 82%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-top: 0px;
  margin-top: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
}
p,
a {
  font-family: "SF Pro Display", sans-serif;
  color: #696969;
}
a:hover {
  text-decoration: none !important;
}
.f-nav .header-wrapper .header-log img {
  height: 60px;
  width: 135px;
}
.container {
  max-width: 1235px !important;
}
.f-nav .header-wrapper .menu-logoheader {
  height: 65px;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #da1b25;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
  overflow-x: hidden;
}
/* header start */

.whatsapp-iconbtn {
    width: 60px;
    height: 60px;
    background: #17a76b;
    color: #fff !important;
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 1000;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}

@keyframes puls {
    0% {
        box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(103, 184, 81, 0);
    }
}

.men {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-log img {
  width: auto;
  object-fit: contain;
  height: auto;
}
.header-wrapper {
  position: fixed;
  z-index: 10;
  width: 100%;
}
.menu-logoheader {
 background: #ffffffeb;
  height: 140px;
  display: flex;
  align-items: center;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link::before,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link::before,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link::before {
  content: "";
  display: block !important;
  width: 33% !important;
  height: 2px !important;
  background-color: #d91b25 !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 20px !important;
  transition: all 0.3s ease-in-out;
}
/* header ends */

/* banner start */
.banner-item {
  position: relative;
}
.banner-item {
  height: 110vh;
}
.banner-item img {
  width: 100%;
  object-fit: cover;
  height: 110vh;
}
.ban-first-text {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", serif !important;
}
.bann-head h1 {
  color: #fff;
  font-weight: 700;
  font-size: 75px;
  line-height: 75px;
  width: 100%;
}
.banner_para {
  color: #ffffffd6;
  width: 85%;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: "Poppins", serif !important;
}
.banner-rotating-section .rotate-img1 {
  position: absolute;
  top: -64px;
  left: -7px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin-top: 0 !important;
  animation: rotate-in-place 8s linear infinite;
}
.bannerslider-item {
  position: absolute;
  top: 250px;
  width: 67% !important;
}
.banner-btn a {
  color: #fff;
  background: #c31a25;
  padding: 18px;
  transition: all 0.3s ease;
}
.banner-btn a i {
  rotate: -33deg;
}
.banner-btn a:hover i {
  rotate: 0deg;
  transition: 1s ease;
}
.banner-btn a:hover {
  background: #fff;
  color: #ff4a4a;
}
.ban-icon img {
  height: 80px !important;
  width: 200px !important;
  object-fit: contain;
}
.ban-icon {
  position: absolute;
  left: 170px;
  width: fit-content;
}
.ban-btns-btm {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* banner ends */

/* banner bottom starts */

.banner-bottom-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bann-btm-box {
  border-radius: 20px;
  background-image: linear-gradient(white, white),
    linear-gradient(to right, #ff4a4a, #ffffff, #ff4a4a);
  background-clip: content-box, border-box;
  outline: 1px solid transparent;
  padding: 1px;
  height: 100%;
}
.ban-btm-radius {
  padding: 20px;
}
.bann-btm-box:hover {
  background: linear-gradient(
    175deg,
    rgba(255, 74, 64, 1) 0%,
    rgba(83, 3, 3, 1) 100%
  );
  transition: 1s ease-in;
}
.bann-btm-box:hover p {
  color: #fff;
}
.bann-btm-box img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.bann-btm-box:hover img {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
}
/* banner bottom ends */

/* home about starts */

.abt-para-1 {
  display: flex;
  position: relative;
}
.abt-rotate-wrapper .rotate-1 {
  position: absolute;
  right: 42px;
  width: 60px;
  height: 50px;
  object-fit: contain;
}
.abt-rotate-wrapper .rotate-2 {
  position: absolute;
  right: 6px;
  width: 130px;
  height: 130px;
  top: -37px;
  animation: rotate-in-place 8s linear infinite;
}

@keyframes rotate-in-place {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.abt-para-1 h2 {
  font-weight: bold;
  font-family: "SF Pro Display", sans-serif !important;
  font-size: 42px;
}
.about-wrapper h6 {
  color: #ff4a4a;
}
.abt-img-1 img {
  width: 100%;
  height: auto;
  margin-top: -35px;
}
.abt-para-2 p {
  text-align: justify;
}
.about-second-box img {
  width: 100%;
  height: 506px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 30px;
}
.abt-para-2 {
  padding-top: 35px;
}
.read-more {
  color: #fff;
  background: #da1b25;
  padding: 10px 18px;
  transition: all 0.3s ease;
}
.read-more:hover {
  background: #fff;
  color: #d91b25;
  border: 1px solid #d91b25;
}
.about-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}
.cntr-img img {
  border-radius: 25px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.cntr-item {
  height: 100%;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  text-align: center;
}
.cntr-item h5 {
  font-family: clash-display !important;
  font-size: 35px;
}
.cntr-item p {
  font-family: clash-display !important;
  font-weight: 500;
  color: #000;
}
.cntr-box {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-bottom: 15px;
}
.counter-wrapper {
  width: 86%;
  margin: auto;
}

/* home about ends */

/* team section starts */
.team-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.team-main-box:before {
  content: "";
  background: url(../nixxa/assets/img/lines.png) no-repeat center;
  width: 350px;
  height: 350px;
  left: -25px;
  top: -25px;
  position: absolute;
}
.team-main-box {
  padding: 45px;
  position: relative;
  overflow: hidden;
  border: 1px solid #0000002f;
  border-radius: 45px;
  box-shadow: 0px 326px 91px 0px rgba(171, 171, 171, 0),
    0px 209px 84px 0px rgba(171, 171, 171, 0.01),
    0px 117px 70px 0px rgba(171, 171, 171, 0.05),
    0px 52px 52px 0px rgba(171, 171, 171, 0.09),
    0px 13px 29px 0px rgba(171, 171, 171, 0.1);
}
.team-head h2 {
  font-size: 37px;
  padding-top: 49px;
  padding-bottom: 20px;
}
.team-head p {
  font-size: 20px;
}
.team-head {
  margin-top: 40px;
}
.team-head .team-btn {
  position: absolute;
  bottom: 40px;
}
.team-members {
  height: 80vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.team-btn .read-more {
  font-size: 22px !important;
  font-weight: 300 !important;
}
.accordion-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.accordion-item {
  flex: 1; /* Default width for all items */
  position: relative;
  transition: flex 0.5s ease-in-out; /* Smooth width transition */
  overflow: hidden;
  cursor: pointer;
  margin: 5px;
  border-radius: 20px;
}

.accordion-item.active {
  flex: 3; /* Expanded width for the active item */
}

.accordion-img {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accordion-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: height 0.5s ease-in-out; /* Smooth image height transition */
  border-radius: 20px;
}

.accordion-content {
  position: absolute;
  bottom: -105%; /* Hidden initially */
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(218, 27, 37, 1) 0%,
    rgba(148, 16, 23, 1) 100%
  );
  padding: 20px;
  box-sizing: border-box;
  transition: bottom 0.5s ease-in-out; /* Smooth slide-in effect */
  border-radius: 0 0 10px 20px;
}

.accordion-item.active .accordion-content {
  bottom: 0; /* Slide content into view */
}

.accordion-content h4 {
  color: #fff;
  margin: 10px 0;
  font-size: 20px;
}
.accordion-content h6 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
.accordion-content p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.mobile-team-members {
  display: none;
}
/* team section ends */

/* mission vision section starts */

.lecarnet-box {
  padding: 35px 20px;
  border: 1px solid #0000002f;
  border-radius: 45px;
  box-shadow: 0px 326px 91px 0px rgba(171, 171, 171, 0),
    0px 209px 84px 0px rgba(171, 171, 171, 0.01),
    0px 117px 70px 0px rgba(171, 171, 171, 0.05),
    0px 52px 52px 0px rgba(171, 171, 171, 0.09),
    0px 13px 29px 0px rgba(171, 171, 171, 0.1);
}
.lec-side-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv-box {
  background: #f5f7fa;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid #00000021;
  margin-top: 20px;
}
.mv-wrapper .col-lg-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.mv-wrapper p {
  margin-bottom: 0;
  line-height: 20px;
  text-align: justify;
}
.mv-box h4 {
  color: #e0a92c;
  font-size: 19px;
}
.lecarnet-btn {
  margin-top: 80px;
  margin-left: 10px;
}
.lecarnet-btn .read-more {
  background: #e0a92c;
  transition: all 0.3s ease;
}
.lecarnet-btn .read-more:hover {
  background: #fff;
}
/* mission vision section ends */

/* service section starts */
.service-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-wrapper h6 {
  text-align: center;
  background: #da1b25;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

.service-wrapper h1 {
  text-align: center;
  font-weight: 600;
  color: #525252;
  padding-top: 20px;
  font-size: 47px;
}

.service-wrapper p {
  text-align: center;
  margin: auto;
  width: 60%;
  margin-bottom: 30px;
}

.service-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.4s ease;
}

.service-box img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.service-box::before {
  content: "";
  position: absolute;
  bottom: -100%; /* Start from below */
  left: 0;
  width: 100%;
  height: 100%;
  background: #da1b2569;
  transition: all 0.4s ease;
  z-index: 1;
}

.service-box:hover img {
  transform: scale(1.1); /* Slight zoom on image */
}

.service-box:hover::before {
  bottom: 0; /* Slide up */
}

.service-box h4 {
  font-size: 18px;
  color: #fff;
  z-index: 2;
  position: relative;
  margin-top: 20px;
}

.serv-box-cnt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.serv-box-cnt p {
  color: #fff;
  text-align: left !important;
  margin: 0 !important;
  width: 100% !important;
  z-index: 2;
}

.serv-box-cnt .arrow {
  width: 20px !important;
  height: 20px !important;
  opacity: 0;
  transform: translateY(20px); /* Start below */
  transition: all 0.4s ease;
}

.service-box:hover .serv-box-cnt .arrow {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Slide up */
}

.service-wrapper h5 {
  color: #fff;
  position: absolute;
  top: -50px; /* Start above */
  left: 20px;
  z-index: 2;
  transition: all 0.4s ease;
}

.service-box:hover h5 {
  top: 20px; /* Slide down into view */
}

.service-readmore-item {
  background: url(../nixxa/assets/img/serv-readmore.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.serv-read-more {
  width: 165px;
  height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}

.service-wrapper .col-lg-4 {
  padding-left: 2px !important;
  padding-right: 4px !important;
}
.service-readmore-item {
  position: relative;
  overflow: hidden;
  background: url(../nixxa/assets/img/serv-readmore.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.service-readmore-item::before {
  content: "";
  position: absolute;
  bottom: -100%; /* Start below */
  left: 0;
  width: 100%;
  height: 100%;
  background: #da1b2569;
  transition: all 0.4s ease;
  z-index: 1;
}

.service-readmore-item a {
  position: absolute;
  bottom: -30px; /* Start hidden below */
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0; /* Initially hidden */
  transition: all 0.4s ease;
  z-index: 2; /* Above the overlay */
}
.service-readmore-item a:hover {
  color: #000;
}

.service-readmore-item:hover::before {
  bottom: 0; /* Slide overlay up */
}

.service-readmore-item:hover a {
  bottom: 45px; /* Slide the `a` tag into view */
  opacity: 1; /* Make it visible */
}

/* service section ends */

/* why choose starts */

.why-choose-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}

.why-choose-wrapper h6 {
  text-align: center;
  background: #da1b25;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

.why-choose-wrapper h1 {
  text-align: center;
  font-weight: 600;
  color: #525252;
  padding-top: 20px;
  font-size: 47px;
}

.why-choose-wrapper p {
  text-align: center;
  margin: auto;
  width: 63%;
  margin-bottom: 30px;
}
.why-btm {
  background: url(../nixxa/assets/img/whybtm.webp) no-repeat center;
  background-size: cover;
  border-radius: 45px;
  height: 360px;
  position: relative;
  padding: 30px;
}
.why-btm-title {
  position: absolute;
  bottom: 25px;
  left: 30px;
  color: #fff;
}
.why-btm-title h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
}
.why-btm-counter {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
.why-btm-counter h4 {
  text-align: right;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.why-btm-counter h3 {
  color: #fff;
  font-size: 42px;
  font-family: clash-display !important;
  text-align: right;
  margin-bottom: 0;
}
.why-item {
  border: 1px solid #d3d3d3;
  box-shadow: 0px 20px 37px 13px #0000000d;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#ffffff, #ffffff 50%, #da1b25 50%, #941017);
  background-size: 100% 200%;
  transition: background 0.4s ease;
}
.why-item:before {
  content: "";
  background: url(../nixxa/assets/img/line2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 18%;
  right: 0;
  transform: translateY(-50%);
  width: 104px;
  height: 120px;
  z-index: -1;
}
.why-item:hover {
  background-position: 100% 100%;
}
.why-item p {
  width: 100% !important;
  margin: unset !important;
  text-align: justify !important;
}
.why-item h4 {
  color: #1c1c1ce0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.why-item h4 span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(218, 27, 37, 1) 0%,
    rgba(148, 16, 23, 1) 100%
  );
  text-align: center;
  line-height: 40px;
}
.why-boxes .col-lg-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.why-boxes {
  padding-top: 50px;
}

.why-item:hover h4 {
  color: #fff;
}
.why-item:hover p {
  color: #fff;
}
.why-item:hover h4 span {
  background: #fff;
}
.why-item:hover h4 span img {
  filter: invert(1);
}
/* why choose ends */

/* footer starts */
.footer-logo p {
  text-align: justify;
  font-size: 15px;
  padding-top: 20px;
  width: 93%;
}
.footer h4 {
  color: #da1b25;
  font-weight: 700;
  margin-bottom: 25px;
}
.address-item {
  display: flex;
}
/* .address-item > div:first-child {
  width: fit-content;
} */
.address-item > div:first-child {
  font-weight: 500;
}
.quick ul {
  list-style: none !important;
  padding-left: 10px;
}
.foot-lecarnet {
  width: 100%;
  margin-top: 15px;
}
.footer a,
.footer p {
  color: #696969;
}
.footer a:hover {
  color: #da1b25;
}
.footer {
  background: #fff;
  padding-top: 60px;
  box-shadow: 0px -20px 29px 0px #67646433;
}
.footer-copy {
  padding-top: 50px;
}
.footer-copy a,
.footer-copy p {
  color: #da1b25;
}
.footer-copy:last-child {
  text-align: right;
}
.copyright {
  text-align: left;
}
.download {
  border: 1px solid #69696973;
  padding: 10px;
  border-radius: 10px;
}
.footer-logo p {
  margin-bottom: 40px;
}

/* footer ends */

/* inner page styles */
.innerpage-header {
  position: relative;
  height: 450px;
}
.innerpage-header img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: right;
}
.pageheading-middle {
  position: absolute;
  top: 54%;
  left: 65px;
}
.pageheading-middle h2 {
  color: #fff;
  font-weight: 600;
}
.pageheading-middle span,
.pageheading-middle a {
  color: #fff;
}
.pageheading-middle a:hover {
  color: #000;
  text-decoration: none;
}
.inner-head {
  font-size: 40px;
  text-align: left;
  color: #525252;
  border-left: 5px solid #ea1c24;
  padding-left: 20px;
  margin-bottom: 22px;
  text-shadow: 2px 4px #0000001f;
}
.lecarnet-icon {
    position: fixed;
    bottom: 200px;
    rotate: 90deg;
    z-index: 9;
    right: -23px;
    transform-style: preserve-3d;
    animation: bounce3 4s ease infinite;
}
.lecarnet-icon a {
    background-color: #ffffffd4;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #0000001c;
}
@keyframes bounce3 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateX(-15px);
  }
  60% {
    transform: translateX(-15px);
  }
}

.lecarnet-icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
/* about inner page */
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-image {
  position: relative;
}
.abt-rotate {
  position: absolute;
  bottom: 11%;
  left: 9%;
  transform-style: preserve-3d; /* Ensures 3D effect */
  animation: bounce2 3s ease infinite;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.inner-abt p {
  text-align: justify;
}
.about-innerpage {
  padding-top: 60px;
  padding-bottom: 60px;
}
.inner-abt ul {
  column-count: 2;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  list-style: none;
  list-style-image: url(../nixxa/assets/img/arrow.png);
  padding-left: 30px;
}

.inner-abt ul li {
  break-inside: avoid;
  margin-bottom: 10px;
}
.inner-abt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-inner-counter {
  background: linear-gradient(
    180deg,
    rgba(218, 27, 37, 1) 0%,
    rgba(148, 16, 23, 1) 100%
  );
  padding-top: 40px;
  padding-bottom: 40px;
}
.count {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ffffff81;
}
.count:last-child {
  border-right: none;
}
.counter-value {
  color: #fff;
  margin-bottom: 0;
}
.count-det p {
  color: #fff;
  margin-bottom: 0;
}
.count-img {
  filter: invert(1);
  background: #ffffff3f;
  border-radius: 50%;
  padding: 14px;
  margin-right: 20px;
}
.about-second {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-second img {
  width: 100%;
  height: 450px;
  object-fit: contain;
}

.why-choose {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* career page  */

/* Modal Styling */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Background overlay */
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px !important;
  border-radius: 8px;
  width: 50% !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.modal-content input {
  background: #fff;
  border: 1px solid #bdbbbb6c;
  border-radius: 10px;
  padding: 10px;
  color: #696969;
  width: 100%;
  box-shadow: 0 0 20px #b2b2b23b;
}
.modal-content .wpcf7-submit {
  background: linear-gradient(
    180deg,
    rgba(218, 27, 37, 1) 0%,
    rgba(148, 16, 23, 1) 100%
  );
  width: fit-content !important;
  margin: auto;
  text-align: center;
  display: block;
  color: #fff;
  padding: 5px 20px;
  border: none;
}
.wpcf7-spinner {
  display: none;
}
.modal-content h2 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 18px;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
}

/* Expanded Content */
.content-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.9s ease;
}

.content-container.expanded {
  max-height: 100%;
  transition: 1s ease;
}

/* Buttons */
.aply-btn,
.toggle-btn {
  padding: 10px 15px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    rgba(218, 27, 37, 1) 0%,
    rgba(148, 16, 23, 1) 100%
  );
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.aply-btn:hover,
.toggle-btn:hover {
  background: #941017;
}
.career {
  padding-top: 80px;
  padding-bottom: 80px;
}
.job-first-para h4 {
  font-size: 18px;
  font-weight: 600;
  height: 70px;
  border-bottom: 1px solid #00000021;
  margin-bottom: 15px;
}
.recruitment-item {
  padding: 20px;
  box-shadow: 0 0 18px 0 #0000001f;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.recruitment-item:before {
  content: "";
  background: url(../nixxa/assets/img/line3.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  z-index: -1;
  animation: spin 5s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.career .col-lg-3 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.job-first-para span {
  font-weight: 600;
  font-size: 17px;
  color: #000000c4;
}
.job-first-para p {
  margin-bottom: 5px !important;
}

/* contact page starts */
.contact-form {
  height: 100%;
  padding: 30px;
  border-radius: 15px 0 0 15px;
}
.contact-form h1 {
  text-align: left;
  font-size: 28px;
  border-left: 5px solid #e51c24;
  padding-left: 12px;
  text-shadow: 3px 4px 2px #00000023;
}
.contact-form input {
  width: 100%;
  border: 1px solid #a4a0a04b;
  border-radius: 15px;
  padding: 10px;
  background: #6969691f;
}
.contact-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #a4a0a04b;
  border-radius: 15px;
  padding: 10px;
  background: #6969691f;
}
.contact-form .wpcf7-submit {
  background: #da1b25;
  padding: 5px 20px;
  width: 35%;
  margin: auto;
  display: block;
  color: #fff;
  margin-top: 20px;
}
.contact-side-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0 15px 15px 0;
}
.contact-side-image {
  height: 100%;
}
.contact-second-row {
  width: 85%;
  margin: 60px auto 0 !important;
}
.contact-detail-box {
  padding: 15px;
  text-align: left;
  box-shadow: 0px 0px 25px 0 #6f6f6f17;
  border: 1px solid #69696924;
  height: 100%;
  border-radius: 15px;
}
.contact-first-row {
  margin-top: 60px;
}
.contact-detail-box i {
  margin-bottom: 10px;
  color: #fff;
  background: #da1b25;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 4px 16px 0 #00000036, inset 0 0 4px 2px #ffffff36;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.contact-detail-box h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-detail-box a {
  color: #696969;
}
.contact-detail-box a:hover {
  color: #d91b25;
}
.contact-inner .col-lg-4{
	margin-bottom:20px;
}
.cnt-logos {
  display: flex;
}
.cnt-img-1 {
  width: 100px;
  height: 60px;
  object-fit: contain;
}
.cnt-img-2 {
  width: 100px;
  height: 60px;
  object-fit: contain;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  text-align: center;
}
/* accouting page */
.accounting-inner {
  padding-top: 60px;
  padding-bottom: 45px;
}
.accounting-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accounting-para h3 {
  font-weight: 600;
  color: #525252;
  font-size: 38px;
}
.accounting-para {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.accounting-services ul {
  column-count: 3;
  padding-top: 20px;
  list-style: none;
  list-style-image: url(../nixxa/assets/img/arrow.png);
  padding-left: 30px;
}
.accounting-services ul li {
  padding-bottom: 10px;
}
.accounting-services {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.accounting-services h3 {
  text-align: center;
  font-weight: 600;
  color: #525252;
  font-size: 30px;
  padding-bottom: 12px;
}
.accounting-methods {
  margin-top: 50px;
}
.act-mthd-img img {
  width: 100%;
}
.abt-why {
  padding-top: 60px;
  padding-bottom: 60px;
}

.abt-why-para {
  text-align: center;
  padding-bottom: 25px;
}
.abt-why-box {
  padding: 20px;
  box-shadow: 0 0 10px 0 #e2e1e1;
  border-radius: 12px;
  height: 100%;
  text-align: center;
}
.accounting-inner {
  overflow: hidden;
}

/* audit page */

.auditing-inner {
  overflow: hidden;
}
.types .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.types .audit-type-box {
  padding: 15px;
  border: 1px solid #dddddd40;
  border-radius: 12px;
  box-shadow: 0 0px 6px rgb(94 90 90 / 10%);
  background: #ffffff96;
  text-align: justify;
  height: 270px;
}

.types .col-lg-4 {
  flex: 1;
  max-width: 33.333%;
  min-width: 300px;
  padding-left: 0px;
  padding-right: 0px;
}
.types {
  background: #fadedf30;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.auditing-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.auditing-para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: justify;
}
.auditing-para p {
  width: 87%;
}

.audit-why-img img {
  width: 100%;
}
.audit-why-para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.audit-type-box h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.audit-type-box {
  padding: 15px;
  box-shadow: 0 0 6px 0 #dddddd;
  border-radius: 15px;
  height: 100%;
}
.audit-why .col-lg-6 {
  margin-bottom: 25px;
}

/* business setup starts */

.business-img img {
  width: 100%;
  object-fit: cover;
  height: 425px;
  border-radius: 15px;
}
.business-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.business-inner {
  padding-bottom: 60px;
}
.business-inner p {
  text-align: justify;
}
.steps-box {
  padding: 15px;
  box-shadow: 0 0 10px 0 #0000003d;
  border-radius: 8px;
  text-align: justify;
  height: 100%;
}
.steps-box h4 {
  text-align: center;
  color: #525252;
  height: 55px;
  font-size: 20px;
  font-weight: 600;
  width: 80%;
  margin: auto;
}
.steps-box img {
  margin: auto;
  display: block;
  padding-bottom: 10px;
}
.steps .col-lg-4 {
  margin-bottom: 20px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.steps .inner-head {
  margin-bottom: 45px;
}
.steps {
  padding-top: 60px;
  padding-bottom: 60px;
}
.setup-options {
  background: #c9c7c736;
  padding-top: 80px;
  padding-bottom: 60px;
}
.setup-box {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 #00000052;
  height: 100%;
}
.setup-head .inner-head {
  font-size: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  height: 100%;
}

/* service inner */
.service-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-services {
  padding: 20px;
  box-shadow: 0 0 10px 0 #00000021;
  height: 100%;
  border-radius: 5px;
  position: relative;
}
.service-inner .col-lg-4 {
  margin-bottom: 20px;
}
.inner-services h5 {
  font-size: 9rem;
  position: absolute;
  top: 0;
  right: 2px;
  font-weight: 900;
  opacity: 0.1;
  color: #bebebe;
}
.inner-services h6 {
  font-size: 22px;
  font-weight: 700;
  color: #696969;
  height: 50px;
}
.inner-services p {
  margin-bottom: 30px;
}

/* single service page */

.service-detail-page img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  border-radius: 15px;
  box-shadow: 0 0 7px 0 #bebebe;
}
.service-detail-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sidebar-services {
  background: #e2e2e2;
  border-radius: 15px;
  padding: 12px;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}
.sidebar-services:before {
  position: absolute;
  content: "";
  background: url(../nixxa/assets/img/arrow.png) no-repeat;
  width: 40px;
  height: 40px;
  right: 0;
}
.sidebar-services a {
  color: #4d4c4c;
}
.sidebar-services a:hover {
  color: #da1b25;
}
.sidecall {
  background: url(../nixxa/assets/img/sidebg.webp) no-repeat center;
  background-size: cover;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.sidecall img {
  width: 80px;
  height: 80px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: none;
  margin: 30px auto !important;
  display: block;
  animation: play 2s ease infinite;
}
.sidecall h3 {
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.sidecall a {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: auto;
  display: block;
}
.sidecall a:hover {
  color: #000;
}
@keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  25% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4),
      0 0 0 30px rgba(255, 255, 255, 0.2);
  }
}
.service-detail-page h4 {
  padding-top: 40px;
  font-size: 30px;
}

.advantage-box {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px 0 #0000002b;
  height: 100%;
}
.heading-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
  background: transparent;
  box-shadow: none;
}
.advantages {
  padding-top: 80px;
  padding-bottom: 60px;
}
.advantages .col-lg-4 {
  margin-bottom: 30px;
}
.provide-box {
  position: relative;
  padding-left: 5px;
}

.provide-box p {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
  color: #2d2d2d;
  font-size: 18px;
}

.provide-box p:before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../nixxa/assets/img/point.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.what-we-provide .provide-row {
  margin-top: 45px !important;
}
.what-we-provide {
  background: url(../nixxa/assets/img/providebg.webp) no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.process-box {
  color: #525252;
  text-align: center;
  padding: 10px 10px 30px;
  border: 2px solid #ea1c24;
  position: relative;
  z-index: 1;
  height: 100%;
}
.process-box h5 {
  font-weight: 600;
}
.process-det {
  margin-top: 70px;
}
.process-box .process-numb {
  color: #fff;
  background: #ea1c24;
  font-size: 35px;
  line-height: 65px;
  width: 65px;
  height: 65px;
  margin: 0 0 25px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 30px -20px;
  position: absolute;
  left: 0;
  top: 0;
}
.process-box .process-numb i {
  line-height: inherit;
}
.process-box .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 10px 10px;
}
.process {
  padding-top: 60px;
  box-shadow: 1px -10px 68px 0 #00000021;
  padding-bottom: 60px;
}
.process .inner-head {
  margin-bottom: 50px;
}
.process .col-lg-4 {
  margin-bottom: 20px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-top: 4px solid #e71c24 !important;
}

.accordion .icon {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq {
  padding: 80px;
  width: 80%;
  margin: auto;
}
.faq .inner-head {
  margin-bottom: 60px;
}

/* team inner  */

.team-inner {
  margin-top: 80px;
  margin-bottom: 120px;
}
.team-inner-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  top: -77px;
  border-radius: 50%;
  border: 1px solid #941017;
  object-position: top;
  left: 0;
  right: 0;
  margin: auto;
}
.team-inner-box {
  background: #fff;
  box-shadow: 0 0 10px 0 #bbbbbb;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  height: 100%;
  margin-top: 40px;
}
.team-inner-detail {
  padding-top: 125px;
  text-align: center;
}
.team-inner-detail h4 {
  color: #696969;
  font-weight: 700;
}
.team-inner-detail .read-more {
  border: 1px solid #d91b25 !important;
  padding: 5px 25px !important;
}
/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Popup Content */
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*lecarnet starts*/

.lecarnet-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0px 16px 31px 3px #0000001f;
}
.lecarnet-mv-box {
  height: 100%;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  border: 2px solid #eee;
  box-shadow: -3px 6px 16px 0px #0000001f;
}
.lecarnet-mv-wrapper {
  padding-top: 50px;
  padding-bottom: 80px;
}
.lecarnet-mv-wrapper h4 {
  color: #e0a92c;
}

/*lecarnet ends*/

@media only screen and (max-width: 500px) {
  .bannerslider-item {
    top: 168px;
    width: 100% !important;
  }
  .bann-head h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
  }
  .ban-first-text {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .banner_para {
    font-size: 14px;
  }
  .accounting-img img {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .bannerslider-item {
    top: 168px;
    width: 100% !important;
  }
  .bann-head h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
  }
  .ban-first-text {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .banner_para {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .f-nav .header-wrapper {
    background: rgb(0 0 0 / 0%);
  }
  .f-nav .header-wrapper .menu-logoheader {
    height: 90px;
  }
  .f-nav .header-wrapper .header-log img {
    height: 70px;
    width: 90px;
  }
  .f-nav .menu-logoheader {
    background: #ffffffeb;
  }
  .header-log img {
    width: 90px;
    object-fit: contain;
    height: 90px;
  }
  .cntr-item {
    padding: 20px;
  }
  .menu-logoheader {
    height: 100px;
  }
  .foot-logos {
    margin-top: 20px;
  }
  .banner-item img {
    height: 80vh;
  }
  .banner-item {
    height: 80vh;
  }
  .ban-icon img {
    height: 125px !important;
    object-fit: contain;
    margin-left: 15px;
  }
  .ban-btns-btm {
    display: block;
  }
  .banner-bottom-wrapper .col-lg-4 {
    margin-bottom: 20px !important;
  }
  .abt-para-1 h2 {
    font-size: 28px;
  }
  .abt-rotate-wrapper .rotate-2 {
    top: -130px;
  }
  .abt-rotate-wrapper .rotate-1 {
    top: -90px;
  }
  .abt-img-1 img {
    display: none;
  }
  .about-second-box img {
    height: 382px;
    margin-bottom: 22px;
    margin-top: 30px;
  }
  .about-wrapper {
    padding-bottom: 30px;
  }

  .service-wrapper h1 {
    font-size: 24px !important;
  }

  .why-btm-title h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 118px !important;
  }

  .team-head h2 {
    font-size: 32px;
    padding-top: 6px;
    padding-bottom: 2px;
  }

  .team-head p {
    font-size: 16px;
    line-height: 19px;
  }

  .team-head .team-btn {
    position: absolute;
    top: 200px;
    z-index: 99;
  }

  .team-btn .read-more {
    font-size: 17px !important;
  }
  .team-wrapper {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team-main-box {
    padding: 15px;
  }
  .accordion-row {
    flex-direction: column;
  }
  .team-members {
    margin-top: 100px;
    height: 100%;
  }
  .mobile-team-members {
    display: block;
    margin-top: 80px;
  }
  .team-members {
    display: none;
  }
  .team-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border: 1px solid #eee;
    object-position: top;
    border-bottom: navajowhite;
  }
  .team-content {
    background: linear-gradient(
      180deg,
      rgba(218, 27, 37, 1) 0%,
      rgba(148, 16, 23, 1) 100%
    );
    padding: 10px;
  }
  .team-item {
    margin-bottom: 20px;
  }
  .lecarnet-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lecarnet-box .lecarnet-logo {
    width: 88%;
    height: 87px;
    object-fit: contain;
  }
  .team-content a {
    color: #fff !important;
    font-size: 20px;
  }
  .team-content p,
  .team-content h6 {
    color: #fff;
  }
  .team-inner .col-12 {
    margin-top: 50px;
  }
  .team-inner-img img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    position: absolute;
    top: -37px;
    border-radius: 50%;
    border: 1px solid #941017;
    object-position: top;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lecarnet-btn {
    margin-top: 50px;
  }
  .lec-side-img img {
    margin-top: 30px;
  }
  .service-wrapper p {
    width: 100%;
  }
  .why-choose-wrapper h1 {
    font-size: 25px;
  }
  .why-choose-wrapper p {
    width: 100%;
  }
  .service-wrapper .col-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .service-box {
    margin-bottom: 20px;
  }
  .why-choose-wrapper {
    padding-top: 45px;
  }
  .why-btm-title {
    bottom: 70px;
    left: 20px;
  }
  .why-btm-title h2 {
    font-size: 25px;
  }
  .why-btm-counter h3 {
    font-size: 30px;
  }
  .why-btm-counter h4 {
    font-size: 20px;
  }
  .why-boxes .col-lg-4 {
    margin-bottom: 20px;
  }
  .quick {
    padding-top: 20px !important;
  }

  .footer-logo {
    margin-top: 20px !important;
  }
  .copyright,
  .footer-copy p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .service-box h4 {
    font-size: 22px;
    text-shadow: 0 0 3px #000;
  }
  .pageheading-middle {
    left: 0;
  }
  .inner-head {
    font-size: 25px;
    margin-top: 30px;
  }
  .abt-rotate {
    left: 0;
    bottom: 0;
  }
  .abt-rotate img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .counter-value {
    font-size: 22px;
  }
  .count {
    margin-bottom: 20px;
  }
  .foot-lecarnet {
    width: 50%;
  }
  .accounting-para h3 {
    font-size: 22px;
  }
  .accounting-img img {
    margin-top: 20px;
  }
  .accounting-services ul {
    column-count: 1;
  }
  .abt-why .col-lg-4 {
    margin-bottom: 20px;
  }
  .auditing-img img {
    height: 320px;
    object-fit: contain;
  }
  .setup-options .col-12,
  .contact-inner .col-12 {
    margin-bottom: 20px;
  }
  .modal-content {
    width: 95% !important;
  }
  .contact-second-row {
    width: 101%;
    margin: 60px auto 0 !important;
  }

  .contact-form .wpcf7-submit {
    width: fit-content;
  }
  .faq {
    padding: 15px;
    width: 100%;
  }
  .types .col-lg-4 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .types {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-detail-page img {
    margin-top: 35px;
  }
  .contact-form {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bann-head h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
  }

  .about-wrapper .about-first-box .abt-img-1 img {
    object-fit: cover;
    width: 82%;
    height: 400px;
    object-position: top;
  }
  .about-second-box p {
    padding-top: 20px;
  }
  .why-choose-wrapper p {
    width: 98%;
  }

  .about-wrapper .about-second-box img {
    display: none;
  }

  .about-wrapper .abt-para-1 h2 {
    font-size: 35px;
  }

  .team-wrapper {
    padding: 70px 20px 25px 20px;
  }

  .team-head h2 {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .team-btn .read-more {
    font-size: 20px !important;
  }

  .lecarnet-wrapper {
    padding: 70px 20px 25px 20px;
  }

  .lecarnet-box .lecarnet-logo {
    width: 35%;
  }

  .lecarnet-box p {
    font-size: 15px;
  }

  .service-wrapper h1 {
    font-size: 35px;
  }

  .service-wrapper h6 {
    font-size: 17px;
  }

  .why-choose-wrapper h1 {
    font-size: 35px;
  }

  .why-choose-wrapper h6 {
    font-size: 17px;
  }

  .why-btm-title h2 {
    font-size: 32px;
  }

  .why-btm-counter h3 {
    font-size: 32px;
  }

  .why-btm-counter h4 {
    font-size: 22px;
  }

  .why-item h4 {
    font-size: 15px;
  }

  .inner-head {
    font-size: 35px;
  }

  .pageheading-middle h2 {
    font-size: 18px;
  }

  .pageheading-middle a {
    font-size: 15px;
  }

  .pageheading-middle .breadcrumb_last {
    font-size: 15px;
  }

  .accounting-para h3 {
    margin-top: 0px;
    font-size: 32px;
  }
  .accounting-para {
    height: 100%;
  }
  .accounting-services li {
    font-size: 15px;
  }

  .accounting-img img {
    height: 600px;
  }

  .abt-why h3 {
    font-size: 33px;
  }
  .abt-why .col-lg-4 {
    margin-bottom: 20px;
  }

  .types .audit-type-box {
    height: 230px;
  }

  .types .audit-type-box p {
    font-size: 13px;
  }

  .types .audit-type-box {
    height: 260px;
    margin-left: 15px;
  }

  .types .inner-head {
    margin-left: 15px;
  }

  .types p {
    margin-left: 15px;
    font-size: 15px;
  }

  .audit-type-box p {
    margin-left: 0px;
  }

  .contact-first-row .col-md-6 {
    padding-top: 15px;
  }

  /*new*/

  .banner-item img {
    height: 100vh;
  }

  .banner-item {
    height: 100vh;
  }
  .bannerslider-item {
    top: 220px;
  }
  .banner_para {
    font-size: 14px;
  }
  .ban-first-text {
    margin-bottom: 0;
  }
  .banner-bottom-wrapper .col-lg-4 {
    margin-bottom: 20px !important;
  }
  .team-members {
    height: 75vh;
  }
  .accordion-content {
    bottom: -215%;
  }
  .lec-side-img img {
    margin-top: 20px;
  }
  .why-btm-title {
    top: 20px;
    bottom: unset;
  }
  .pageheading-middle {
    left: 0;
  }
  .foot-lecarnet {
    width: 50%;
  }
  .address {
    padding-top: 20px;
  }
  .modal-content {
    margin: 2% auto;
    width: 78% !important;
  }
  .contact-second-row {
    width: 100%;
  }
  .contact-form .wpcf7-submit {
    width: fit-content;
  }
  .faq {
    padding: 15px;
    width: 100%;
  }
  .team-head p {
    font-size: 20px;
    padding-bottom: 36px;
  }
  .team-head .team-btn {
    bottom: 0;
  }
  .types .col-lg-4 {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .audit-why {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .bann-head h1 {
    font-size: 55px;
  }

  .abt-img-1 img {
    margin-top: -25px;
    height: 472px;
    object-fit: cover;
  }

  .about-wrapper .abt-para-1 h2 {
    font-size: 35px;
  }

  .team-wrapper {
    padding: 70px 20px 25px 20px;
  }

  .lecarnet-wrapper {
    padding: 70px 20px 25px 20px;
  }

  .lecarnet-box p {
    font-size: 15px;
  }

  .service-wrapper h1 {
    font-size: 35px;
  }

  .service-wrapper h6 {
    font-size: 17px;
  }

  .why-choose-wrapper h1 {
    font-size: 35px;
  }

  .why-choose-wrapper h6 {
    font-size: 17px;
  }

  .why-btm-title h2 {
    font-size: 32px;
  }

  .why-item h4 {
    font-size: 16px;
  }

  .abt-why h3 {
    font-size: 33px;
  }

  .types .audit-type-box {
    height: 320px;
    margin-left: 15px;
  }

  .types .inner-head {
    margin-left: 15px;
  }

  .types p {
    margin-left: 15px;
  }

  .audit-type-box p {
    margin-left: 0px;
  }

  .banner-item img {
    height: 100vh;
  }

  .banner-item {
    height: 100vh;
  }
  .bannerslider-item {
    top: 220px;
  }
  .banner_para {
    font-size: 14px;
  }
  .ban-first-text {
    margin-bottom: 0;
  }
  .banner-bottom-wrapper .col-lg-4 {
    margin-bottom: 20px !important;
  }
  .team-members {
    height: 75vh;
  }
  .accordion-content {
    bottom: -215%;
  }
  .lec-side-img img {
    margin-top: 20px;
  }
  .why-btm-title {
    top: 20px;
    bottom: unset;
  }
  .pageheading-middle {
    left: 0;
  }
  .foot-lecarnet {
    width: 50%;
  }
  .address {
    padding-top: 20px;
  }
  .modal-content {
    margin: 2% auto;
    width: 78% !important;
  }
  .contact-second-row {
    width: 100%;
  }
  .contact-form .wpcf7-submit {
    width: fit-content;
  }
  .faq {
    padding: 15px;
    width: 100%;
  }
  .team-head p {
    font-size: 20px;
    padding-bottom: 36px;
  }
  .team-head .team-btn {
    bottom: 0;
  }
  .types .col-lg-4 {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .audit-why {
    padding-top: 30px;
  }
}



#inemj5khspk81741335775590{
    display:none!important;
}