.header .navbar {
  background-color: #fff;
}

/* .logo {
  background: url("images/logo.jpeg");
  height: 80px;
  width: 160px;
  padding: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: darken;
} */

.logo {
  background: url("images/logo.jpeg");
  height: 80px !important;
  width: 220px !important;
  padding: 1vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: darken;
}

/* Adjustments for smaller screens */
@media screen and (max-width: 768px) {
  .logo {
    height: 15vw;
    width: 30vw;
    padding: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    height: 20vw;
    width: 40vw;
    padding: 3vw;
  }
}

/* Adjustments for larger screens if necessary */
@media screen and (min-width: 1200px) {
  .logo {
    height: 8vw;
    width: 16vw;
    padding: 0.5vw;
  }
}
@media (max-width: 700px) {
  ul.social-icons {
    margin-top: 0 !important;
  }
}

#about .btn-read-more,
#hero .btn-get-started {
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

div.box,
div.count-box {
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

a {
  text-decoration: none;
  font-size: 20px;
}
#hero h1,
#hero h2,
div.count-box p {
  font-family: Nunito, sans-serif;
}

#hero,
div.box,
div.count-box,
div.feature-box {
  background-color: #fff;
}

#about h3,
.section-header h2,
section#values h2 {
  text-transform: uppercase;
}

#hero {
  color: #f86f03;
  /* padding: 0px 0 50px 0; */
}

#hero h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  color: #f86f03;
  line-height: 1.2;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

#hero h2 {
  color: #444;
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 991.5px) {
  #hero h1,
  #hero h2 {
    text-align: center;
  }
}

#hero .btn-get-started {
  background-color: #fff;
  color: #f86f03;
  padding: 15px 40px;
  border: 1px solid #f86f03;
  border-radius: 10px;
  font-size: 18px;
  margin-top: 30px;
  box-shadow: 0 5px 20px #f86f03;
}

#about,
#about .content,
body {
  background-color: #fff;
}

#hero .btn-get-started:hover {
  background-color: #f86f03;
  color: #fff;
}
.row {
  /*border: 1px solid #f86f03;*/
  padding: 30px;
  border-radius: 10px;
}
section {
  /* padding: 60px 0; */
  overflow: hidden;
}

#about {
  padding: 40px 0;
}

#about .content {
  padding: 0 20px 20px 20px;
}

#about h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff944d;
  text-align: center;
  text-transform: capitalize;
}
#about h2 {
  font-size: 36px;
  color: #ff944d;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
#about img {
  width: 100%;
  height: 70%;
  display: flex;
  margin: auto;
}

#about h2,
div.box h3 {
  font-size: 24px;
  color: #ff944d;
  font-weight: 700;
}

#about p {
  color: #666;
  margin: 15px 0 10px;
  line-height: 24px;
  font-size: 15px;
  text-align: justify;
}

#about .btn-read-more {
  background-color: #f86f03;
  color: #fff;
  padding: 12px 40px;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  margin-top: 30px;
}

#about .img-fluid,
.feture-tabs,
div.box,
div.count-box,
div.feature-box {
  border-radius: 10px;
}

#about .btn-read-more:hover {
  background-color: #ff944d;
}

#about .img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, .2) */
}

section#counts {
  padding: 0px 0;
  background-color: rgb(249 137 48);
  text-align: center;
}

section#values {
  padding: 20px 0;
  background-color: rgb(249 137 48);
  text-align: center;
}

section#values h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #ff6600f6;
}

div.box {
  margin-bottom: 20px;
  text-align: center;
  transition: 0.3s;
  /*min-height: 100%;*/
  /* max-height: 10 !important; */
}

div.box h3 {
  margin-bottom: 18px;
}

div.box p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.counts {
  padding: 70px 0 60px;
}

div.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

div.count-box i {
  font-size: 48px;
  margin-bottom: 15px;
  color: #4154f1;
}

div.count-box span {
  font-size: 36px;
  font-weight: 700;
  color: #0b198f;
}

div.count-box p {
  padding: 0;
  margin: 10px 0 0;
  font-size: 16px;
  color: #666;
}

div.count-box:hover {
  transform: scale(1.05);
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.section-header {
  padding-bottom: 20px;
  text-align: center;
  /*margin-bottom: 30px*/
}

.section-header p {
  margin: 10px 0 0;
  padding: 0;
  line-height: 42px;
  font-weight: 700;
}

#features h3,
#testimonial h3 {
  font-size: 16px;
}

/*section#features {*/
  
/*  text-align: center;*/
/*  font-size: 20px;*/
/*  color: #000;*/
/*}*/

div.feature-box {
  padding: 24px 20px;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

div.feature-box i {
  font-size: 48px;
  margin-right: 15px;
  color: #f86f03;
}

.feture-tabs {
  color: #000;
  padding: 40px;
}

#features .feture-tabs h3 {
  color: #f86f03;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
}

ul.nav-pills {
  background-color: #f86f03;
  border-radius: 25px;
  width: fit-content !important;
  display: flex;
}

ul.nav-pills li {
  /*width:calc(100% / 3);*/
}

ul.nav-pills .nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 25px;
}

ul.nav-pills .nav-link.active {
  background-color: #4154f1;
}

.nav-pills .nav-link.active {
  color: #fff;
  transition: background-color 0.3s;
}

.tab-pane {
  display: none;
  animation-duration: 0.3s;
}

.tab-pane.active {
  display: block;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

div.tab-content {
  padding-top: 20px;
}

div.tab-content p {
  color: #444242;
  font-size: 15px;
  text-align: justify;
}

.img-fluid {
  margin-top: 3em;
  border: 2px solid #fff;
  max-width: 100%;
  height: auto;
}

.feature-icons {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.features-icons .img-fluid {
  margin-top: 0 !important;
}

#features .feature-icons h3 {
  font-size: 32px !important;
  font-weight: 600;
}

.feature-icons .row {
  align-items: center;
}

.feature-icons img {
  height: 80vh;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.5px) {
  .feature-icons .feature-icon-img {
    display: none !important;
  }
}

@media (max-width: 440px) {
}
.feature-icons .icon-box {
  display: flex;
  flex-direction: column;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.feature-icons .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #f86f03;
  margin-right: 15px;
}

.feature-icons .row {
  margin-top: 20px;
  align-items: center;
}

.feature-icons .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.feature-icons .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 768px) {
  #hero h1,
  div.icon-box i {
    font-size: 28px;
  }

  #hero h2,
  .section-header p,
  div.icon-box h4 {
    font-size: 18px;
  }

  #hero .btn-get-started {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 20px;
  }

  #about .col-lg-6 {
    text-align: center;
  }

  #about .img-fluid {
    margin-top: 30px;
  }

  section#counts,
  section#values {
    padding: 60px 0;
  }

  div.feature-box h3,
  section#values h2 {
    font-size: 20px;
  }

  div.box {
    margin-left: auto;
    margin-right: auto;
  }

  .section-header h2 {
    font-size: 24px;
  }

  div.feature-box i {
    font-size: 36px;
  }

  ul.nav-pills .nav-link {
    font-size: 16px;
  }

  div.icon-box p,
  div.tab-content p {
    font-size: 14px;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

.section-header h2 {
  color: #f86f03;
  font-size: 32px;
  font-weight: 700;
}

.section-header p {
  font-size: 18px;
  color: #012970;
}

.services {
  padding: 80px 0;
}

.pricing .box,
.service-box {
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.services .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services .col-lg-4 {
  flex: 0 0 calc(33.333% - 20px);
  margin-bottom: 20px;
}

.service-box {
  position: relative;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
}

.service-box img {
  max-height: 80px;
  max-width: 100%;
  margin-bottom: 15px;
  opacity: 0.8;
  transition: 0.3s;
}

.service-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #012970;
}

.service-box p {
  font-size: 16px;
  color: #848484;
  line-height: 1.6;
}

.service-box.blue {
  background-color: #e3f2fd;
}

.service-box.orange {
  background-color: #ffe0b2;
}

.service-box.green {
  background-color: #e8f5e9;
}

.service-box.red {
  background-color: #ffcdd2;
}

.service-box.purple {
  background-color: #f3e5f5;
}

.service-box.pink {
  background-color: #f8bbd0;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(1, 41, 112, 0.2);
}

.service-box:hover img {
  opacity: 1;
}

@media (max-width: 992px) {
  .services .col-lg-4 {
    flex: 0 0 calc(50% - 20px);
  }

  .service-box h3 {
    font-size: 20px;
  }

  .service-box p {
    font-size: 14px;
  }
}

#faq,
.pricing {
  background-color: #f6f9ff;
  padding: 80px 0;
}

.faq .section-header h2,
.pricing .section-header h2 {
  color: #012970;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.faq .section-header p,
.pricing .section-header p {
  font-size: 18px;
  color: #848484;
  text-align: center;
}

.pricing .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing .col-lg-3 {
  flex: 0 0 calc(25% - 30px);
  margin: 15px;
}

.pricing .box {
  background-color: #fff;
  width: 100%;
  min-width: 150px;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10%;
}

.pricing .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.pricing .box li {
  font-size: 13px;
  color: #012970;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing .box i {
  color: #f86f03;
  margin-right: 15px;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .pricing .col-lg-3 {
    flex: 0 0 calc(33.333% - 30px);
  }
}

@media screen and (max-width: 1000px) {
  .pricing .col-lg-3 {
    flex: 0 0 calc(50% - 30px);
  }

  .pricing .section-header h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 700px) {
  .pricing .col-lg-3 {
    flex: 0 0 calc(100% - 30px);
  }
}

@media screen and (max-width: 600px) {
  .pricing .section-header h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .pricing .box {
    padding: 20px;
  }

  .pricing .box li {
    font-size: 12px;
  }
}

@media screen and (max-width: 300px) {
  .pricing .box {
    padding: 15px;
  }

  .pricing .section-header h2 {
    font-size: 20px;
  }

  .pricing .section-header p {
    font-size: 16px;
  }
}

.faq .accordion-button {
  color: #fff;
  background-color: #f86f03;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  min-height: 80px;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #000;
}

.faq .accordion-body {
  background-color: #fff;
  color: #012970;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(1, 41, 112, 0.1);
  margin-top: 15px;
  font-size: 12px;
}

.faq .accordion-body.show {
  max-height: 500px;
}

@media (max-width: 768px) {
  .services .col-lg-4 {
    flex: 0 0 calc(100% - 20px);
  }

  .section-header h2 {
    font-size: 28px;
  }

  .faq .accordion-button,
  .section-header p {
    font-size: 16px;
  }

  .service-box img {
    margin-bottom: 10px;
    max-height: 60px;
  }
}

/*#testimonial {*/
/*  height: fit-content*/
/*}*/

/*#testimonial h2 {*/
/*  text-align: center;*/
/*  color: #f86f03;*/
/*  padding: 10px;*/
/*  font-size: 44px*/
/*}*/

/*#testimonial .testimonial {*/
/*  height: 350px;*/
/*  margin: 0;*/
/*  display: grid;*/
/*  grid-template-rows: 310px 20px;*/
/*  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;*/
/*  align-items: center;*/
/*  justify-items: center;*/
/*  overflow: hidden*/
/*}*/

/*main#carousel {*/
/*  grid-row: 1/2;*/
/*  grid-column: 1/8;*/
/*  width: 100vw;*/
/*  height: 500px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  overflow: hidden;*/
/*  transform-style: preserve-3d;*/
/*  perspective: 600px;*/
/*  --items: 5;*/
/*  --middle: 3;*/
/*  --position: 1;*/
/*  pointer-events: none*/
/*}*/

/*div.item {*/
/*  position: absolute;*/
/*  opacity: 2;*/
/*  width: 300px;*/
/*  height: 301px;*/
/*  text-align: center;*/
/*  border-radius: 5px;*/
/*  font-size: 11px;*/
/*  border: 1px solid #000;*/
/*  padding: 6px 28px;*/
/*  background-color: #f5f5f5;*/
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);*/
/*  --r: calc(var(--position) - var(--offset));*/
/*  --abs: max(calc(var(--r) * -1), var(--r));*/
/*  transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));*/
/*  z-index: calc((var(--position) - var(--abs)));*/
/*  transition: .3s*/
/*}*/

/*div.item.active {*/
/*  opacity: 1;*/
/*  background-color: #f86f03;*/
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, .2);*/
/*  transform: scale(1.1) rotateY(0) translateX(0)*/
/*}*/

/*div.item:first-of-type {*/
/*  --offset: 1*/
/*}*/

/*div.item:nth-of-type(2) {*/
/*  --offset: 2*/
/*}*/

/*div.item:nth-of-type(3) {*/
/*  --offset: 3*/
/*}*/

/*div.item:nth-of-type(4) {*/
/*  --offset: 4*/
/*}*/

/*div.item:nth-of-type(5) {*/
/*  --offset: 5*/
/*}*/

/*input:first-of-type {*/
/*  grid-area: 3/2/3/3*/
/*}*/

/*input:first-of-type:checked~main#carousel {*/
/*  --position: 1*/
/*}*/

/*input:nth-of-type(2) {*/
/*  grid-column: 3/4;*/
/*  grid-row: 3/3*/
/*}*/

/*input:nth-of-type(2):checked~main#carousel {*/
/*  --position: 2*/
/*}*/

/*input:nth-of-type(3) {*/
/*  grid-column: 4/5;*/
/*  grid-row: 3/3*/
/*}*/

/*input:nth-of-type(3):checked~main#carousel {*/
/*  --position: 3*/
/*}*/

/*input:nth-of-type(4) {*/
/*  grid-column: 5/6;*/
/*  grid-row: 3/3*/
/*}*/

/*input:nth-of-type(4):checked~main#carousel {*/
/*  --position: 4*/
/*}*/

/*input:nth-of-type(5) {*/
/*  grid-column: 6/7;*/
/*  grid-row: 3/3*/
/*}*/

/*input:nth-of-type(5):checked~main#carousel {*/
/*  --position: 5*/
/*}*/

/*div.item:hover {*/
/*  cursor: pointer;*/
/*  transform: scale(1.05);*/
/*  box-shadow: 0 6px 8px rgba(0, 0, 0, .3)*/
/*}*/

/*.testimonial-img {*/
/*  max-width: 100px;*/
/*  max-height: 10px;*/
/*  border-radius: 50%;*/
/*  margin-bottom: 15px*/
/*}*/

/*.testimonial-img img {*/
/*  width: 100%;*/
/*  height: 100%*/
/*}*/

form {
  max-width: 400px;
  margin: 0 auto;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
}

.phone-input {
  display: flex;
  align-items: center;
}

select {
  flex: 0 0 120px;
  padding: 8px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  background-color: #f2f2f2;
}

button[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

#thankYouMessage {
  display: none;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#thankYouMessage h3 {
  margin-bottom: 10px;
}

#thankYouMessage p {
  font-style: italic;
}
#phone {
  margin: 1px 0;
}

/* footer */

footer {
  background-color: #f8f9fa;
  padding: 40px 0;
}

footer h2 {
  margin-bottom: 20px;
  color: #f86f03;
  font-size: 1.5rem;
    font-weight: 700;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-content div {
  flex: 0 0 calc(33.33% - 20px);
  max-width: 300px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.about_us img {
  max-width: 150px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.footer-social a {
  color: #f86f03;
  font-size: 24px;
  margin-right: 15px;
  transition: color 0.3s;
}

.information a,
.contact_det p {
  color: black;
  margin-bottom: 5px;
  font-size: 1rem;
  text-overflow: wrap;
  transition: color 0.3s;
  text-align: justify;
}

.contact_det i {
  margin-right: 15px;
  color: #f86f03;
}

/* Hover styles */
.footer-social a:hover {
  color: #f86f03;
}

.information a:hover,
.contact_det p:hover {
  color: #f86f03;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-content div {
    flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .footer-content div {
    flex: 0 0 100%;
  }
}
footer {
  background-color: #fff;
  margin: 20px 20px 0px;
  border-radius: 20px 20px 0px 0px;
}

a {
  text-decoration: none;
}

/*------------  banner css -------*/

.banner_post {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.banner_post #close_banner {
  float: right;
  width: 20px;
  height: 20px;
  margin: 5px;
}

.banner_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 50%;
  height: fit-content;
  padding: 0px 0 0 0;
}

.banner_bg img {
  height: 100%;
  width: 100%;
}

.banner_box button {
  width: 100%;
  display: flex;
  padding: 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: green;
}
.banner_box button a {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 765px) {
  .banner_box {
    width: 90%;
    height: fit-content;
  }
}

/* Add Header Section */
.enroll-no {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
}
.enroll-no a {
  gap: 10px;
  color: blue;
  padding-left: 10px;
  font-size: 15px;
}
.enroll-no a:hover {
  color: rgb(165, 116, 42);
}
.contect-icon i {
  margin-bottom: 70px;
}
ul.social-icons {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  /* margin-left: 20%;  */
}
ul.social-icons li a {
  color: white;
  padding-left: 30px;
  text-align: center;
}

.cont-num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  font-size: 15px;
  color: white;
}
.cont-num i {
  margin-right: 10px;
  margin-top: 3px;
}
.email-id {
  color: white;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.email-id i {
  color: white;
  margin-right: 10px;
}
ul.social-icons li a:hover {
  color: rgb(109, 109, 209);
}

.header .nav-item .nav-link:hover {
  color: rgb(109, 109, 209);
  /* text-decoration: underline 2px solid blue;
      transform: translate(2.5px); */
}
.email-id:hover {
  color: rgb(109, 109, 209);
}
.cont-num:hover {
  color: rgb(109, 109, 209);
}

.header .enquiry {
  height: 50px;
  width: 170px;
  margin-left: 40px;
  background-color: #f86f03 !important;
  border: none;
}
.header .getstarted {
  color: white;
  text-align: center;
}
.header .nav-item {
  margin-top: 5px;
}
.header .getstarted:hover {
  color: rgb(109, 109, 209);
}

@media (max-width: 1130px) {
  ul.social-icons li a {
    padding-left: 10px;
    font-size: 10px;
  }
  ul.social-icons .cont-num {
    font-size: 10px;
  }
  ul.social-icons .email-id {
    color: white;
    font-size: 10px;
  }
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 190px;
  background-color:white;
}

.nav-item:hover .dropdown-menu {
  display: block;
}
.nav-item .dropdown-menu a {
  font-size: 14px;
  padding: 7px 20px;
}

@media (max-width:991px){
    .nav-item .dropdown-menu a {
  font-size: 10px !important;
  padding: 7px 10px !important;
}
.dropdown-menu {
    width:120px;
}
}
.nav-item .dropdown-menu a:hover {
  color: rgb(109, 109, 209);
  /* text-decoration: underline 2px solid blue;
    transform: translate(2.5px);*/
}

/*  */
.sub-dropdown-menu {
  display: none;
  position: absolute;
  top: 60%;
  left: 100%;
  width: 150px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.sub-dropdown-menu.web-development-dropdown {
  display: none;
  position: absolute;
  top: 20%; /* Adjusted from 60% to 80% */
  left: -230px;
  right:100%;
  width: 230px;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow-y :scroll;
  height:350px;
  /*border-radius:20px;*/
}

.sub-dropdown-menu.Mechanical {
  display: none;
  position: absolute;
  top: 20%; /* Adjusted from 60% to 80% */
  left: -180px;
  right:100%;
  width: 180px;
  height:100px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.sub-dropdown-menu.Analysis {
  display: none;
  position: absolute;
  top: 20%; /* Adjusted from 60% to 80% */
  left: -230px;
  right:100%;
  width: 230px;
  background-color: #fff;
  border: 1px solid #ccc;
  /*overflow-y :scroll;*/
  height:230px;
}


.sub-dropdown-menu.digital-marketing {
  display: none;
  position: absolute;
  top: 20%; /* Adjusted from 60% to 80% */
  left: -230px;
  right:100%;
  width: 230px;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow-y :scroll;
  height:350px;
}


.dropdown-item:hover + .sub-dropdown-menu,
.sub-dropdown-menu:hover {
  /*display: block;*/
}

.sub-dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 12px;
}

.sub-dropdown-item:hover {
  background-color: #f0f0f0;
}
.sub-dropdown-menu ul {
  list-style: none;
}
.sub-dropdown-menu ul li a {
  margin-left: 0px;
  text-decoration: none;
  color: gray;
}

/*  */
/* .sub-dropdown-menu {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%; 
  width: 200px; 
  background-color: #fff; 
  border: 1px solid #ccc; 
  text-decoration: none;
}

.dropdown-item:hover + .sub-dropdown-menu {
  display: block;
}

.sub-dropdown-item {
  display: block;
 
  width: 100%;
  text-align: left;
  padding: 8px 12px; 
}


.sub-dropdown-item:hover {
  background-color: #f0f0f0; 
}
.sub-dropdown-item a{
text-decoration: none;
} */


#contact h3{
  color:#f86f03;
  font-weight: 600;

}

.info-box i{
  color: #f86f03;
}