* {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}

section.faq-section-page {
  background-color: #d7d8f8;
}


.sub-menu {
  display: none;
  position: absolute;
  top: 100%; /* Position below the "Services" menu */
  left: 0;
  background-color: #fff; /* Background color */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Optional shadow */
  z-index: 1000;
}

/* Show submenu when hovering over "Services" */
.dropdown:hover .sub-menu {
  display: block;
  background-color: red;
}


.service-sec-2 {
  margin-left: 35px;
}


.custum_para {
  font-size: 20px;
  font-weight: 500;
}


.custum_heading {
  font-size: 27px;
  line-height: 41px;
}

#diwali_banner {
  background: url("./images/diwali_banner.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0; /* Add padding to create space above and below content */
  color: white; /* Make text white for better visibility on the background */
  height: 100vh;
}

#diwali_banner .content {
  position: absolute;
  top: 6%;
  width: 100%;
}



.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex
;
  align-items: center;
  background: linear-gradient(45deg, #f5f6f9 0%, 
color-mix(in srgb, #7c25ba, transparent 10%) 100%), url(./images/hero-bg.jpg) center center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #2c2e73;
}

.hero p {
  color: #2c2e73;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: #2c2e73;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 36px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #2c2e73;
}

.hero .btn-get-started:hover {
  color: white;
  background: rgb(242 108 53);

  
}








.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


section.expertise-section {
  background-color: #d7d9f8;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid white !important;
}
section.contact-section-page.pt-150.section-pb-150 {

  padding: 60px 0px;

}
@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
  .equirebtn {
    display: none;
  }
  .heading-h1-text {
    font-size: 25px !important;
    line-height: 1.4;
  }
  .expertise-heading .gray-gradient-text {
    font-size: 45px !important;
    line-height: 1.4;
  }
  .heading-h2-text {
    font-size: 27px !important;
    line-height: 1.4;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
  }
  .accordion-item p {
    font-size: 17px !important;
    line-height: 1.4;
  }
}

.expertise-card {
  margin-bottom: 25px;
  border-radius: 15px;
  padding: 30px 25px 20px;
  display: block;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#16174a),
    to(#2f3197)
  );
  background-clip: padding-box;
  color: white;
}
.expertise-card:before {
  top: 1px;
  left: 1px;
  margin: 0;
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  /* background-color: #111; */
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.expertise .expertise-card {
  min-height: 350px;
}
.expertise-content .title {
  color: #f1fff6;
  font-size: 28px;
  font-weight: 600;
}
.expertise-content {
  position: relative !important;
}
.expertise-card p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.solution-card {
  min-height: 275px;
}

.equirebtn:hover {
  border: none !important;
}
.expertise-card.solution-card:hover {
  /* background: #14153e !important; */

/* 
  background: linear-gradient(45deg, #f5f6f9 0%, 
color-mix(in srgb, #7c25ba, transparent 0%) 100%); */

background: linear-gradient(45deg, #3863e3 0%, 
color-mix(in srgb, #fc7318, transparent 10%) 100%), url(./images/hero-bg.jpg) center center no-repeat;
}

.expertise-card.solution-card:hover p {
  color: #fff;
}
/* .expertise-card.solution-card:hover:before {

  background: linear-gradient(to right, #ff6600, #ef8b28, #ffad33);
} */
.expertise-card.solution-card:hover:before {
  /* background-image: linear-gradient(90deg, #14153e, #21225e); */
  background: linear-gradient(to right, #ff6600, #ef8b28, #ffad33);
  background: linear-gradient(45deg, #3863e3 0%, 
color-mix(in srgb, #fc7318, transparent 10%) 100%), url(./images/hero-bg.jpg) center center no-repeat;
}
.expertice-subtitle {
  max-width: 620px;
  margin: auto;
  color: #000;
}
.heading-h2-text {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
}

.partners-certificates .card {
  border: none;
  padding: 10px;
}
.partners-certificates .card img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
}
@media screen and (max-width: 756px) {
  .partners-certificates .card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
  .equirebtn {
    display: none;
  }
  .heading-h1-text {
    font-size: 25px !important;
    line-height: 1.4;
  }
  .expertise-heading .gray-gradient-text {
    font-size: 45px !important;
    line-height: 1.4;
  }
  .heading-h2-text {
    font-size: 27px !important;
    line-height: 1.4;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
  }
  .accordion-item p {
    font-size: 17px !important;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
  .equirebtn {
    display: none;
  }
  .heading-h1-text {
    font-size: 25px !important;
    line-height: 1.4;
  }
  .expertise-heading .gray-gradient-text {
    font-size: 45px !important;
    line-height: 1.4;
  }
  .heading-h2-text {
    font-size: 27px !important;
    line-height: 1.4;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
  }
  .accordion-item p {
    font-size: 17px !important;
    line-height: 1.4;
  }
}

.expertise-heading .gray-gradient-text {
  font-size: 150px;
  line-height: 130px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  display: block;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );

  background: linear-gradient(180deg, #2c2e73, #ffffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

.about-section {
  position: relative;
  padding: 50px 0px;

  top: 100px;
}
@media screen and (max-width: 1199px) {
  .about-section {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .about-section .container {
    max-width: 1370px;
  }
}
@media screen and (min-width: 1500px) {
  .about-section .container .offset-about {
    margin-left: 70px;
  }
}

.about-section2 {
  position: relative;
  padding-bottom: 70px;
}
.about-section2 .container {
  position: relative;
  z-index: 2;
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-bg2 {
  position: absolute;
  top: -260px;
  right: 0;
  z-index: -1;
}

.about-img-content {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .about-img-content {
    margin-bottom: 50px;
  }
}
.about-img-content img {
  -webkit-animation: move 0.8s infinite alternate;
  animation: move 0.8s infinite alternate;
}

.about-img-content2 {
  margin-top: 40px;
}
@media screen and (min-width: 1500px) {
  .about-img-content2 {
    margin-right: -140px;
  }
}
@media screen and (min-width: 1800px) {
  .about-img-content2 {
    margin-right: -240px;
  }
}

.about-object {
  margin-top: 40px;
  margin-bottom: -25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {

}









.aboutus-section {
  padding: 70px 0px;
}
@media screen and (max-width: 1199px) {
  .aboutus-section {
    padding: 50px 0px;
  }
}






.about-card-list .sub-title {
  font-weight: 700;
  line-height: 2.8;
  font-size: 15px;
  margin-bottom: 0px;
}
.about-card-list .title {
  font-weight: 700;
  line-height: 1.4;
  color: #d6d6d8;
  margin-bottom: 20px;
  font-size: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-card-list .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-card-list .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about-card-list .title {
    font-size: 20px;
  }
  .general-2col-card {
    padding: 20px !important;
    margin-bottom: 15px;
  }
}




.about-banner {
  position: relative;
  padding: 60px 20px;
  background-image: url("../images/about/3.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 1;
  border-radius: 15px;
}
.about-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -ms-linear-gradient(
    90deg,
    rgb(2, 18, 106) 0%,
    rgb(38, 71, 200) 100%
  );
  opacity: 0.9;
  z-index: -1;
}
.about-banner .logo {
  display: block;
  margin-bottom: 35px;
}
.about-banner .title {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .about-banner .title {
    font-size: 20px;
  }
}
.about-banner p {
  color: #a694ee;
}
.about-banner p a {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .about-content .title {
    font-size: 50px;
  }
}

/* ========================================== */




.grid-item img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.grid-item img:hover {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

@media (max-width: 767px) {
  .about-service {
    padding: 30px 8px;
  }
  section,
  .about-section {
    padding: 20px 5px;
  }
  .other-service {
    padding: 30px 10px;
  }
  .expertise-content .title {
    font-size: 22px;
  }
  .aboutus-section {
    padding: 10px;
  }
  .accordion2 .accordion-button {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
  }
  .page-title {
    text-align: center;
    font-size: 35px !important;
  }
  .home-service-side {
    text-align: center !important;
  }
  .aboutus-section .main-menu-item {
    margin: auto;
    display: block;
  }






}

.accordion {
  margin-top: 40px;
  margin-bottom: -10px;
}
@media screen and (max-width: 991px) {
  .accordion {
    margin-top: 0px;
  }
}
.accordion.accordion2 {
  margin-top: 0;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 19px 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
  border: 0;
  border-radius: 15px;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion-button {
    padding: 19px 19px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-button {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-button:not(.collapsed) span {
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  ); */
  /* background: linear-gradient(to right, #b280e1 0%, #6737bf 100%); */
  background: linear-gradient(to right, #2c2e73 0%, #f26c35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


}
.accordion-button:not(.collapsed)::after {
  font-weight: 700;
  font-size: 16px;
  content: "-";
  background-image: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #feb423;
}
.accordion-button::after {
  background-image: none;
  font-weight: 700;
  font-size: 16px;
  content: "+";
  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;
  -webkit-text-fill-color: currentColor;
  background-color: rgb(147 147 147);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(39, 66, 161, 0.03);
  box-shadow: 0px 5px 8px 0px rgba(39, 66, 161, 0.03);
  width: 28px;
  height: 28px;
  z-index: 1;
  border-radius: 50%;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #8189b5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
  box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
}

.accordion2 .accordion-button {
  padding: 10px 20px;
  background-color: #16174a;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.accordion2 .accordion-button:not(.collapsed)::after {
  box-shadow: 2px 1000px 1px rgb(147 147 147) inset;
  color: #ffffff;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #202020;
  margin-bottom: 20px;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Roboto";
  font-weight: 300;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-collapse {
  border: solid var(--bs-border-color);
  border-width: 0 0px;
}
.subservice-icon li a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}
.subservice-icon li {
  margin-bottom: 10px;
  list-style: none;
}
.subservice-icon li i {
  margin-right: 12px;
}
.accordion-body {
  padding: 19px 40px;
  padding-top: 0px;
}
.accordion-body p {
  font-size: 18px;
  line-height: 1.6;
  color: #bababa;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
.mi-landing-inquiry-form {
  background: linear-gradient(90deg, #191a4b, #4547c2);
  border-radius: 15px;
  padding: 2px;
}
.inquiry-one {
  padding: 15px;
}
.subscri-form {
  background-color: #16174a;
  padding: 30px 20px;
  border-radius: 15px;
  width: calc(100% - 2px);
  margin: 0 auto;
}
.grey-text-small {
  font-family: "poppinsbold", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #8a8a8a;
  padding-bottom: 0;
  margin-top: 6px;
}




.home-service-side {
  padding: 0px;
}
.gradient-text {
  /* background: linear-gradient(to right, #b280e1 0%, #6737bf 100%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
color: #f26c35;


}
.outline-border {
  border: 1px solid #bebebe;
}


.all-service {
  margin: auto;
  display: flex;
}

.expertice-subtitle {
  max-width: 620px;
  margin: auto;
}



.hero-form .btn.btn-warning {
  padding: 20px 25px;
  font-size: 16px;
  border-color: #14153e;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    color-stop(#fe8415),
    color-stop(#fe9515),
    color-stop(#fea51a),
    to(#feb423)
  );
  background-image: linear-gradient(90deg, #14153e, #4b4ed3);
  border: 0px;
  color: #fff;
  border-radius: 18px;
  padding: 15px 20px;
  margin-top: 25px;
}

.submit-btn {
  width: 100%;
}
.animate-two {
  left: -160px;
  bottom: -60px;
  -webkit-animation: move 0.6s infinite alternate;
  animation: move 0.6s infinite alternate;
}

.divide-line {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #6456ec 1.17%, #f550ba 100%);
  border-image-slice: 1;
  margin-right: 3px;
}
.title-border2 {
  width: 15px;
}
.title-border1 {
  width: 35px;
}
.gradient-bg {
  margin: auto;
  text-align: center;
  display: inline-flex;
}

.social-box {
  rotate: 45deg;
  border: 1px solid #302e2e;
  height: 75px;
  width: 75px;
  background-color: black;
  border-radius: 16px;
}
.ofer-service-content {
  line-height: 1.4;
  /* background-image: url(https://sanpurple.com/assets/images/Subtract.png); */
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-attachment: scroll;
  color: white;
}
.serv-icon-bg {
  rotate: 45deg;
  border: 1px solid #545454;
  height: 75px;
  width: 75px;
  background-color: black;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 20px !important;
  margin: auto;
}
.serv-icon-bg img {
  rotate: -45deg !important;
}
ul.faq-bullet li {
  font-size: 15px;
  color: #bababa;
  margin-bottom: 10px;
}
.serv-icon-bg i {
  rotate: -45deg;
  color: #bfbfbf;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}

.otheserv-icon-bg i {
  font-size: 45px;
  background: linear-gradient(90deg, #6456ec 1.17%, #f550ba 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.6;
}

.otheserv-icon-bg {
  background: linear-gradient(black, black) padding-box,
    linear-gradient(90deg, #6456ec 1.17%, #f550ba 100%) border-box;
  text-align: center;
  border-style: solid;
  border-color: transparent;
  border-radius: 8px;
  padding: 15px;
  width: 90px;
  margin: auto;
}
.other-smm-service {
  padding-bottom: 20px;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #2326c3 1.17%, #f26c35 100%);
    border-image-slice: 1;
    margin-bottom: 30px;
}
.number-sequence h1 {
  rotate: -45deg !important;
}
.influr-content {
  padding-left: 40px;
  /* background-image: url("https://sanpurple.com/assets/images/service-details/Subtract.png"); */
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto;
}

.design-line {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #171717;
}
.design-line-1 {
  position: absolute;
  left: 0;
  width: 350px;
}
.design-line-2 {
  position: absolute;
  right: 0;
  width: 350px;
}
.text-style {
  color: #111;
  user-select: none;
  font-weight: 900;
  line-height: 1.5em;
  text-shadow: 0px 0px 3px #ff9b00;
  font-size: 75px;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 1154px) {
  .design-line-1 {
    width: 250px;
  }
  .design-line-2 {
    width: 250px;
  }
  .text-style {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .design-line-1 {
    width: 180px;
  }
  .design-line-2 {
    width: 180px;
  }
  .text-style {
    font-size: 40px;
  }
}

@media screen and (max-width: 530px) {
  .design-line-1 {
    width: 150px;
  }
  .design-line-2 {
    width: 150px;
  }
  .text-style {
    font-size: 38px;
  }
}

/*--------------------------------------
  /*   [ 24. contact form CSS ] 
  ----------------------------------------*/
.contact-form-card {
  background-color: #16174a;
  padding: 30px;
  border-radius: 15px;
}
@media screen and (min-width: 1200px) {
  .contact-form-card {
    padding: 80px;
  }
}
.contact-form-card .title {
  color: #fff;
  line-height: 1.857;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form-card .title {
    font-size: 26px;
  }
}

.contact-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-media .header {
  font-size: 15px;
  font-weight: 700;
}
.contact-media .para {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .contact-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.contact-media .icon {
  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;
  margin-right: 30px;
  width: 55px;
  height: 55px;
  border: 1px solid #eef0f8;
  border-radius: 50%;
  background-color: rgb(247, 250, 255);
}
@media screen and (min-width: 1200px) {
  .contact-media .icon {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 575px) {
  .contact-media .icon {
    margin-bottom: 20px;
  }
}

.contact-media .icon span {
  font-size: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #16174a 0%, #14153e 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px 18px;
}
.contact-media .content {
}
.contact-media .content .text {
}
.contact-media .content .number {
  line-height: 1.3;
  font-weight: 500;
  color: #d3d3d3;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .contact-media .content .number {
    font-size: 18px;
  }
}
.contact-media .content a.number:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-media-list {
  background-color: #14153e;
  border: 1px solid #353535;
  padding: 25px 30px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .contact-media-list {
    padding: 25px 40px;
  }
}
.contact-media-list + .contact-media-list {
  margin-top: 20px;
}

.google-map {
  width: 100%;
  height: 350px;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .google-map {
    height: 500px;
    margin-top: 70px;
  }
}

.success {
  margin-top: 15px;
  color: green;
}

.error {
  margin-top: 15px;
  color: red;
}
.contact-media .content .text {
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comment-form .inputBox {
  background-color: #14153e;
  height: 60px;
  padding: 15px 30px;
  color: white !important;
  margin-bottom: 20px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #353535;

  display: block;
  width: 100%;
}
.inputBox::placeholder {
  color: white; /* Placeholder text color */
}
.comment-form input {
  color: white;
}
.btn-submit {
  border-color: #a694ee;

  background: linear-gradient(90deg, #14153e, #1e1f62);
  border: 0px;
  color: #fff;
  border-radius: 30px !important;
  padding: 15px 20px !important;
}
.submit-btn {
  padding: 20px 30px;
  width: 250px;
  margin: auto;
  display: block;
}
.comment-form {
  background: rgb(22 23 74);
  padding: 20px;
  border-radius: 20px;
  /* box-shadow: 0px 2px 5px #0f0f0f; */
  border: 1px solid #353535;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-item:nth-child(2) .footer-social-link {
  border-left: 0px;
  border-right: 0px;
}

.footer-social-link {
  border: 1px solid #393939;
  width: 50px;
  height: 50px;
  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;
  color: #fff;
  font-size: 15px;
}
.footer-social-link:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1920px) {
  .header .container {
    max-width: 1370px;
  }
}

.header-top p {
  font-family: "Ruda", sans-serif;
  font-weight: 400;
  color: #fff;
}
.header-top li {
  color: #fff;
}
.header-top li a {
  color: #fff;
}

.header-social-links .social-link-item {
  border-right: 1px solid #273581;
}
.header-social-links .social-link-item:first-child {
  border-left: 1px solid #273581;
}
.header-social-links .social-link-item .social-link {
  display: block;
  padding: 22px 20px;
  line-height: 1;
}
.header-social-links .social-link-item .social-link:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #dbe0ff 0%, #596190 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hr-border {
  background-image: -ms-linear-gradient(
    0deg,
    rgb(252, 115, 24) 0%,
    rgb(254, 180, 35) 100%
  );
  display: inline-block;
  width: 90px;
  height: 1px;
  margin-right: 30px;
}

.select-box .select-item {
  line-height: 1;
  position: relative;
}
.select-box .select-item:first-child {
  padding: 22px 20px;
  border-left: 1px solid #273581;
}
.select-box .select-item a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #d4b4fa 0%, #aebaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.select-box .select-item .selectric {
  border: 0px;
  background: transparent;
}
.select-box .select-item .selectric .label {
  color: #fff;
  font-size: 15px;
}
.select-box .select-item .selectric .button {
  background: transparent;
}
.select-box .select-item .selectric .button::after {
  top: 4px;
  width: 15px;
  height: 15px;
  content: " ";
  background-image: url("../images/icon/arrow-down-white.png");
  background-repeat: no-repeat;
  border: 0px solid transparent;
}
.select-box .selectric-items {
  background: #fff;
  border: 0px;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
}
.select-box .selectric-items li.highlighted {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    color-stop(#fe8415),
    color-stop(#fe9515),
    color-stop(#fea51a),
    to(#feb423)
  );
  background-image: linear-gradient(90deg, #7d53d3, #ab94e5);
  color: #fff;
  font-size: 14px;
}
.select-box .selectric-items ul,
.select-box .selectric-items li {
  font-size: 14px;
  color: #d6d6d8;
}
.select-box .selectric-items li:hover {
  background: #d6d6d8;
  color: #fff;
}
.select-box .form-select {
  padding: 22px 45px 20px 22px;
  color: #fff;
  border: 0px;
  border-left: 1px solid #273581;
  border-right: 1px solid #273581;
  background: transparent;
  line-height: 1.1;
  border-radius: 0px;
  cursor: pointer;
}
.select-box .form-select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select-box .form-select:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.select-box .form-select:focus-visible {
  text-shadow: none;
}

/*--------------------------------------
  /*   [ 05. main menu CSS ] 
  ----------------------------------------*/
.header-bottom {
  padding: 0px 0px;
  background: transparent;
  position: absolute;
  /* top: 0px; */
  z-index: 9999;
  width: 100%;
}

.main-menu .btn-warning {
  margin-left: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu .btn-warning {
    margin-left: 0px;
  }
}
.main-menu .btn-warning i {
  margin-left: 15px;
}

.main-menu-item {
  position: relative;
  display: inline-block;
}
.main-menu-item + .main-menu-item {
  margin-left: 45px;
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .main-menu-item + .main-menu-item {
    margin-left: 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-item + .main-menu-item {
    margin-left: 20px;
  }
}

.main-menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}
.main-menu-link:hover {
  color: #ded1ff;
}

.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0px;
  background: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
  -webkit-box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
}
.is-sticky .btn-warning {
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .is-sticky .btn-warning {
    padding: 14px 18px;
  }
}

/*--------------------------------------
  /*   [ 06. sub menu CSS ] 
  ----------------------------------------*/
.sub-menu {
  position: absolute;
  text-align: left;
  z-index: 9999;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  border-bottom: 4px solid #d6d6d8;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
ul.sub-menu li {
  padding: 3px 10px;
}
.sub-menu li + li {
  margin-left: 0px;
}
.sub-menu .sub-menu-link {
  text-transform: capitalize;
  color: #d6d6d8;
  text-align: left;
  font-size: 15px;
  line-height: 1.375;
  display: block;
  padding: 8px 30px;
}
.sub-menu .sub-menu-link:hover {
  color: #a694ee;
}

.main-menu li:hover .sub-menu {
  visibility: visible;
  margin-top: 5px;
  opacity: 1;
}

/*--------------------------------------
  /*   [ 18. footer CSS ] 
  ----------------------------------------*/
.footer-section {
  position: relative;
}
.footer-section .shape {
  position: absolute;
  right: 80px;
  bottom: 106px;
}
.footer-section .footer-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .footer-section .footer-bg-shape {
    display: none;
  }
}

.footer-top {
  padding: 60px 0px;
}
.footer-top .container {
  position: relative;
  z-index: 1;
}
.d-none {
  display: none !important;
}
.tech-box {
  padding-block: 15px;
  background-color: #16174a;
  border-radius: 10px;
  padding-left: 10px;
  margin: auto;
  vertical-align: middle;
  min-height: 94px;
  margin-bottom: 15px;
}

.tech-icon {
  display: inline-flex;
  align-items: center;
}
.tech-box:hover {
  /* background: #4143b8; */
  /* background: linear-gradient(to right, #ff6600, #ef8b28, #ffad33); */

  background: linear-gradient(45deg, #476ee3 0%, 
color-mix(in srgb, #fc7318, transparent 0%) 100%);
}

.checked {
  color: orange;
}

.display-counter {
  color: #17184c;
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 974px) {
  .display-counter {
    color: #17184c;
    font-size: 38px;
    font-weight: bold;
  }
  .display-counter-text {
    color: #17184c;
    font-size: 14px;
    font-weight: 700;
  }
}

.display-counter-text {
  color: #17184c;
  font-size: 15px;
  font-weight: 700;
}
#expertise {
  margin: 87px 0px;
}
h5.expertise_sub-header {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
h2.expertise_header {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 12px;
}
p.expertise_para {
  font-size: 18px;
  font-weight: 400;
}
span.unit {
  font-size: 26px;
  font-weight: bold;
  color: #da1f26;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: none;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (max-width: 1199px) {
  .footer-top {
    background: #000;
  }
}

.footer-card {
  /* background: #16174a; */
  padding: 53px 30px;



  background: linear-gradient(45deg, #dde4fb 0%, 
color-mix(in srgb, #7c25ba, transparent 0%) 100%);
}
.footer-card li {
  list-style: none;
}
.footer-widget .footer-logo {
  display: block;
  width: 85%;
  margin-bottom: 18px;
}
.footer-widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.687;
  color: #c6c9d8;
  font-size: 15px;
  margin-bottom: 35px;
}
.footer-widget .title {
  color: #2c2e73;
  font-weight: 900;
  line-height: 1;
  font-size: 22px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.footer-widget img {
  width: 200px;
  height: 172px;
}
@media screen and (max-width: 767px) {
  .footer-widget .title {
    font-size: 18px;
  }
}
.footer-widget .title::before,
.footer-widget .title::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 5px;
  border-radius: 5px;
}
.footer-widget .title::before {
  background-image: linear-gradient(90deg, #350d87, #f26c35);
  width: 30px;
  left: 0px;
  background-image: -ms-linear-gradient(
    0deg,
    rgb(252, 115, 24) 0%,
    rgb(254, 180, 35) 100%
  );


}
.footer-widget .title::after {
  background: #e6e9f5;
  width: 15px;
  left: 40px;
}

.adress li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.687;
  color: #2c2e73;
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #2c2e73;
}
.adress li:first-child {
  border-top: 1px solid #393939;
}
.adress li .icon {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #8d5aef 0%, #be9efc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.adress li a {
  color: inherit;
}
.adress li a:hover {
  color: #f26c35;
}

.footer-link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 2.533;
    color: #2c2e73;
    font-size: 16px;

}
.footer-link i {
  margin-right: 20px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-item:nth-child(2) .footer-social-link {
  border-left: 0px;
  border-right: 0px;
}

.footer-social-link {
  border: 1px solid #393939;
  width: 50px;
  height: 50px;
  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;
  color: #fff;
  font-size: 15px;
}
.footer-social-link:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-color: orange;
}

.copy-right-section {
  padding: 20px 0px;
  background: linear-gradient(45deg, #b6c2e9 0%, 
color-mix(in srgb, #6d1ba7, transparent 0%) 100%);

/* .copy-right-section {
  padding: 20px 0px;
  background: linear-gradient(45deg, #b6c2e9 0%, 
color-mix(in srgb, #6d1ba7, transparent 0%) 100%);
} */
}


.copy-right-section p {
  text-align: center;

  color: #14153e;
}
.copy-right-section p a {
  color: #a54424;
    font-weight: bold;
}
.copy-right-section p i {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fc7318),
    to(#feb423)
  );
  background: linear-gradient(to right, #b280e1 0%, #6737bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.path-svg {
  max-width: 127px;
  max-height: 305px;
  position: absolute;
  right: 80px;
  bottom: 106px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .path-svg {
    right: 10px;
    bottom: 90px;
  }
}

/* 
  ================================================================
  
  */

.header {
  color: #ffffff;
  background-color: transparent;
  padding: 0px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
}

.header .logo img {
  max-height: 130px;
  margin-right: 8px;
  width: 199px;
  height: 127px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: red;
  background: green;
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, red, transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }
  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
  .header .navmenu {
    order: 3;
  }
}

/* Index Page Header
------------------------------*/

.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header on Scroll
------------------------------*/

.index-page.scrolled .header {
  background-color: rgba(40, 58, 90, 0.9);
}
#header.scrolled {

    background-color: rgb(202 188 237);
    background: linear-gradient(45deg, #dde4fb 0%, 
color-mix(in srgb, #7c25ba, transparent 0%) 100%);

}
.scrolled {
  background-color: #00d084;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 23px;
    font-size: 18px;
    font-family: var(--nav-font);
    font-weight: 400;

    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }

  .hv_color li:hover > a {
    /* color:  white; */
    color: #f26c35;
  }
  .hv_color .active, .hv_color .active:focus{
    color: white;
  }
  .hv_color_b li:hover > a,
  .hv_color_b .active,
  .hv_color_b .active:focus {
    color: #ad3ef5 !important;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
  .navmenu .megamenu {
    position: static;
  }
  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }
  .navmenu .megamenu ul li {
    flex: 1;
  }
  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover > a {
    padding: 10px 20px;
    font-size: 15px;
    color: #444444;
  }
  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .megamenu:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
}

/* Mobile Navigation */

@media (max-width: 1199px) {

  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu .Navist {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;

    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;

    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
.sub_menu {
  display: none;
  position: absolute;
  top: 29px;
  background-color: white;
  border-radius: 12px;
  padding: 18px 28px;
  width: 557px;
  height: 500px;
}
.custumdropdown {
  position: relative;
}

.custumdropdown:hover .sub_menu {
  display: block;
}

.submenu.show {
  display: block; /* Shows the submenu when 'show' class is added */
}

.sub_menu ul {
  margin: 0px;
  padding: 0px;
}

.sub_menu ul li {
  list-style: none;
  padding: 7px 0px;
  display: block;
}

.sub_menu ul li a {
  color: #000;
  font-size: 17px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.sub_menu ul li a:hover {


  color: #f26c35;
}

@media (min-width: 769px) {
  .top_list,
  .bottom_list {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the left */
  }

  .top_list li,
  .bottom_list li {
    width: 100%; /* Make each item take full width */
    margin: 5px 0; /* Add vertical space between items */
  }
}
/* ============================================================= */

/* Mobile styling */

@media (max-width: 1197px) {
  .navmenu {
    /*  display: none; Hide menu by default on mobile */
    flex-direction: column;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: white;
    padding-top: 20px;
  }

  .navmenu .Navist {
    width: 100%;
    list-style: none;
    position: absolute;
    border-radius: 6px;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;

    /* display: block; */
    padding: 0px;
    margin: 0px;
    padding-left: 26px;
    padding-top: 3px;
  }

  .top_list,
  .bottom_list {
    display: block;
    /*  flex-direction: row; Display items side-by-side in a row */
    /* justify-content: flex-start;  Align items to the left */
  }

  .top_list li,
  .bottom_list li {
    margin: 0 10px; /* Horizontal space between items */
  }

  .Navist li {
    margin: 15px 0;
    display: block;
    color: black;
  }

  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 5px 5px;
    display: block;
  }
  .Navist a {
    color: black;
    padding: 10px;
    text-decoration: none;
  }
  .sub_menu {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: fit-content;
  }

  .mobile-nav-toggle {
    font-size: 37px;
    cursor: pointer;
    color: white;

    position: absolute;
    right: 46px;
  }

  .navmenu.show {
    display: flex; /* Show the menu when toggle is active */
  }
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border: 1px solid white;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

  /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  padding-top: 0px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.modal-content p {
  font-size: 18px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.top_header {
  font-size: 34px;
  font-family: sans-serif;
}

.top_para {
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .partners-certificates .card {
    border: none;
    padding: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 974px) {
  .top_img {
    width: 50%;
    margin: 0 auto;
  }
  .top_img_wrapper {
    width: 370px;
    margin: 0 auto;
  }
}

@media (max-width: 1197px) {
  .mobile-nav-toggle {
    font-size: 37px;
    cursor: pointer;
    color: white;

    position: absolute;
    right: 46px;
  }
  .navmenu.show {
    display: flex; /* Show the menu when toggle is active */
  }
  .navmenu {
    display: none;
  }
}

/* ============================= */

#closeButton {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 99999;
}
@media (max-width: 1197px) {
  #closeButton {
    display: block;
  }
  /* #navmenu {
    position: relative;
  } */

  .closeNavMenu {
    display: none;
  }
}

.footer_main_wrapper {
  background-color: #0d2756;
}

.client_logo {
  width: 280px;
  height: 168px;
  border-radius: 43px;
}

@media (max-width: 1206px) {
  .client_logo {
    width: 220px; /* Adjust width as needed for tablet */
    height: 150px;
  }
}

/* Mobile (landscape) */
@media (max-width: 768px) {
  .client_logo {
    width: 180px; /* Adjust width as needed for landscape mobile */
    height: 140px;
  }
}

/* Mobile (portrait) */
@media (max-width: 480px) {
  .client_logo {
    width: 140px; /* Adjust width as needed for portrait mobile */
    height: 140px;
  }
}



/* ============================================== */

ul.service-sidetab li {


  list-style: none;
    border: 1px solid #212529;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 20px;
    color: #212529;
}
ul.service-sidetab li:hover {
cursor: pointer;
background-color: #8d50c7;
color: white;
}
ul.service-sidetab li i {
  margin-right: 10px;
}

.footer-social li {
  list-style: none;
}

/* Media Query for Large Screens */
@media (max-width: 1750px) {
  .sub_menu {
    width: 480px;
    padding: 18px 14px;
  }

  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 26px;
  }
}
@media (max-width: 1703px) {
  .sub_menu {
    width: 467px;
    padding: 18px 14px;
  }

  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 26px;
  }
}
/* Media Query for Smaller Screens */
@media (max-width: 1568px) {
  .sub_menu {
    width: 435px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .sub_menu ul li a {
    color: #000;
    font-size: 16px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 23px;
  }
}
@media (max-width: 1488px) {
  .sub_menu {
    width: 400px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .sub_menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 24px;
  }
}
@media (max-width: 1435px) {
  .sub_menu {
    width: 387px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .sub_menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 20px;
  }
}

@media (max-width: 1180px) {
  .sub_menu {
    width: 460px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .sub_menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .sub_menu {
    width: 460px;
    padding: 18px 14px;
    overflow: hidden;
  }
  .sub_menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 5px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 0px;
  }
}

/* .sub_menu ul li a:hover {
  color: #6843e3;

} */
/* .hv_color .sub_menu ul li a:hover{
  color: white !important;
} */
@media (max-width: 430px) {
  .navmenu a,
  .navmenu a:focus {
    padding: 0px 20px;

    font-size: 17px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
}

/* =================================== */

.hidden {
  display: none;
}
