/********** Template CSS **********/
:root {
  --primary:#0b167b;
  --secondary: #00008B;
  --light: #F3F3F3;
  --dark: #0E3749;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.navbar-toggler{
  display: none!important;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
  font-weight: 500 !important;
  font-family: 'NeueHaasDisplayBlack', sans-serif;
}

h4,
h5,
h6,
.fw-medium {
  font-weight: 500 !important;
  font-family: 'NeueHaasDisplayBold', sans-serif;
}
p
{
  font-family: 'SourceSansPro-Black', sans-serif;
  font-size: 15px;
}
.text-primary{
  color: var(--primary)!important;
}
/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}
.btn-primary{
  border-color: var(--primary);
  background-color: #ffffff00;
  color:black;
}
.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}
.btn-square:hover{
  color:var(--primary);
}
.btn-square:hover svg path {
  fill: orange;
}

/*** Navbar ***/
.navbar .navbar-nav .nav-link:hover{
    color: var(--primary)!important;
}
.sticky-top {
  top: -150px;
  transition: .5s;
}
.logo{
  width: 60px;
  height: auto;
}
.logo-title {
  margin-top: 5px; 
}
.navbar {
  padding: 5px 0 !important;
  height: 55px;
 /* background: rgba(212, 195, 195, 0.551);
  z-index: 4000;*/
}
.navbar-brand-mobile {
  display: none!important;
}
.navbar i:hover{
  color:var(--primary);
}
.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 0;
  color: #000;
  outline: none;
  font-size: 15px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #6274d4;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.8em;
}


.list-group-item {
  border: none;
  padding: 0.5rem 0;
  font-size: 15px;
}
.list-group-item p{
  font-size: 10px;
  color:#979494;
}
.list-group-item:hover{
  color: var(--primary);
}

.dropdown-menu-columns {
  width: 100vw !important; /* Set submenu width to full viewport width */
  padding: 1rem; /* Add padding for better aesthetics */
  column-gap: 2rem; /* Space between columns */
  display: flex;
  flex-wrap: wrap;
}
hr {
  border-color: lightgray;
  height: 0.5px!important; 
}

/* Optional: Center align submenu items */
.dropdown-menu-columns .col {
  flex: 1 1 33.33%; /* Three equal columns */
  text-align: center;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
      padding: 0 5px;
      background:#fff;
  }
  .navbar-toggler{
      display: inline-block!important;
      margin-left: 30px;
  }
  
  .navbar-brand-mobile {
      display: flex!important;
  }
  .logo{
      margin-top: -10px;
  }
  .navbar-toggler.collapsed{
    color:none;
}
.navbar-light .navbar-toggler {
    box-shadow: none;
}
  .navbar .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }
  .navbar-dark .navbar-toggler {
      color: var(--primary);
      border-color: var(--primary);
      background-color: var(--primary);
  }
  
  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke='orange'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 24px;
      height: 24px; /* Adjust the height as needed */
      width: 24px; /* Adjust the width as needed */
      display: inline-block;
      vertical-align: middle;
  }
  
  .sticky-top{
      position: static;
  }
  .hero-header {
      margin-top: 0px;
      background: url(../img/slide.png) center bottom no-repeat;
      background-size: cover;
      min-height: 25vh;
  }
  .section-hero-text{
      display: none;
  }
  h5.display-9 {
      display: none;
  }
    h4.display-9 {
     display: none;
    }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }
  #mobilemenu{
    display: none!important;
  }
  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
  .navbar .nav-item .dropdown-menu {
  width: 100%;
  margin-left: -18%;
}
#solutionmenu{
    margin-left: -26%;
  }
  #intelligencemenu{
    margin-left: -35%;
  }
  #qpimenu{
    margin-left: -45%;
  }
  #aboutmenu{
    margin-left: -54%;
  }
.navbar .nav-item .dropdown-menu h6{
  font-size: 15px;
}
  .text-lg-start {
      text-align: center!important;

}


/*** Hero Header ***/
.hero-header {
  margin-top: -70px;
  background: url(../img/slide-a.png) center bottom no-repeat;
  background-size: contain;
  min-height: 75vh;
}

.bg-primary{
  background-color: #fff !important;
}
.hero-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}
custom-space-hero{
  margin-top: 200px;
}
.container-hero {
  display: flex;
  height: 5vh; /* Adjust the height as needed */
  max-width: 600px;
  margin: 0 auto; /* Center the container */
  
}
h5.display-9 {
  text-shadow: 4px 4px 8px rgba(35, 32, 32, 0.5); /* Adjust the values as needed */
}
h4.display-9 {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); /* Adjust the values as needed */
}

.section-hero-text {
  flex: 1;
  padding: 20px;
  text-align: center;
  color:#000;
  border-right: 1px solid #ccc; /* Vertical divider color */
  z-index: 1;
}

.section-hero-text:last-child {
  border-right: none; /* Remove border for the last section */
}

/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--dark);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 50px;
  background: var(--dark);
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -25px;
}

.section-title.text-center::after {
  left: 50%;
  margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
  background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
  top: 5px;
  left: 3px;
}


/*** About ***/
.about-img {
  position: relative;
  overflow: hidden;
  /**box-shadow: -30px 30px 0px #eb7d2f80;**/

}

.about-img::after {
  position: absolute;
  content: "";
  
  padding: 40px;
 /* background: url(../img/bg-about-img.png) top left no-repeat;*/
  background-size: cover;
  /*background: linear-gradient(to right, rgba(255, 102, 0, 1), rgba(255, 103, 0, 0.5));*/

     
}
.about p{
  padding-right: 30px;;
}
.btn-clean{
  color:var(--primary);
}
.btn-clean a.btn{
  color: var(--primary);
}
.btn-clean:hover a.btn{
  text-decoration: underline;
}
/*** Why choose ***/
.why-choose-img {
  position: relative;
  overflow: hidden;
  box-shadow: 40px 40px 0px rgba(47, 234, 106, 0.499);
  border-radius: 30px;
  width: 400px;
  height: 400px;
  margin-left: 50px;
}
.why-choose-img::after {
  position: absolute;
  content: "";
  
  padding: 40px;
 /* background: url(../img/bg-about-img.png) top left no-repeat;*/
  background-size: cover;
  /*background: linear-gradient(to right, rgba(255, 102, 0, 1), rgba(255, 103, 0, 0.5));*/

}



/*** Service ***/
.service-container {
  background: url(../img/abt.png) center center repeat;
    background-size: cover;
    background-color:rgba(237, 242, 249, 0.8);
}
.service-item {
  position: relative;
  padding: 20px 20px;
  background: #FFFFFF;
  transition: .5s;
}

.service-item:hover {
  color: #000;
}

.service-item .service-icon {
  width: 50px;
  height: 50px;
  margin-left: -10px;
  transition: .5s;
}
.service-item .service-img{
  width: 50px;
  height: 50px;
  transition: .5s;
}
.fa-home {
  font-size: 1.5em;
}
.service-item:hover .service-icon {
  color: #000;
}

.service-item h5{
  transition: .5s;
}
.service-item p {
  transition: .5s;
  font-size: 14px;
}

.service-item:hover h5,
.service-item:hover p {
  color: #000;
}

.service-item a.btn {
  position: relative;
  display: flex;
  font-size: 13px;
  transition: .5s;
  z-index: 1;
}

.service-item:hover a.btn {
  color: var(--primary);
}

.service-item a.btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 35px;
  background: var(--light);
  transition: .5s;
  z-index: -1;
}

.service-item:hover a.btn::before {
  width: 100%;
  background: var(--light);
}
/** Expertise **/


.expertise-item {
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: #fff;
}

.expertise-item:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.expertise-icon {
  text-align: center;
}

.expertise-icon img {
  max-width: 100%;
}

.expertise-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.expertise-description {
  font-size: 14px;
  color: #777;
}

.expertise-link {
  display: inline-block;
  color:var(--primary);
  text-decoration: none;
}

.expertise-link:hover {
  text-decoration: underline;
}
/*** Feature ***/
.feature p{
  font-size: 14px;
}
.feature h5{
  font-size: 15px;
  font-weight: bold!important;
  margin-bottom: 20px;
}
.feature-col{
  padding-right:50px;
}



/*** Case Study ***/
.case-item {
  width: 290px; /* Adjust the width as needed */
  height: auto; /* Maintain the aspect ratio */
  transition: transform 0.5s;
}
.case-item:hover{
  box-shadow: 1px 0 10px rgba(0,0,0,0.2);
}
.case-item img {
  max-width: 100%!important;
  transition: .5s;
}


.case-overlay {
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
}

.case-overlay small {
  display: inline-block;
  padding: 3px 15px;
  color: #FFFFFF;
  background: rgba(20, 24, 62, .7);
  border-radius: 25px;
  margin-bottom: 30px;
}
.case-overlay h5{
  /**background: rgba(20, 24, 62, .7);**/
  padding:5px 5px;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  margin-right: 10px;

}
.case-overlay span:hover {
  color: var(--primary);
  background:var(--secondary);
  border-color: var(--secondary);
}
.custom-nav {
  margin-right: 5rem;
  margin-left: 5rem;
  
}

.custom-prev,
.custom-next {
 background-color: #fff;
}
.custom-prev{
  margin-right: 3rem;
}
/*** FAQs ***/
.accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  max-width: 500px;
}

.accordion .accordion-button {
  background: #1A4052;

  color:#fff;
}

.accordion .accordion-button:not(.collapsed) {
  color: #FFFFFF;
 
  box-shadow: none;
}

.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1 7.5h14a.5.5 0 0 1 0 1H1a.5.5 0 0 1 0-1z'/%3e%3c/svg%3e");
}

.accordion .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M8 1.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-1 0v-12a.5.5 0 0 1 .5-.5z'/%3e%3cpath fill-rule='evenodd' d='M1.5 8a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e");
}


.accordion .accordion-body {
  padding: 15px;
  color: #fff;
  background-color: var(--dark);
  opacity: 0.8;
}


/*** Testimonial ***/
.testimonial-carousel {
  position: relative;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 40px;
  height: 100%;
  top: calc(50% - 50px);
  left: -21px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 5px 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #FFFFFF;
  border: 1px solid var(--primary);
  border-radius: 40px;
  font-size: 18px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid var(--primary);
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--primary);
}


/*** Team ***/
.team-item {
  transition: .5s;
  border: 1px solid transparent;
  transition: .5s;
}

.team-item:hover {

  border-color: var(--primary);
}
/** Contact **/
.modal-dialog-end {
  margin-right: 10px; 
}

.modal-backdrop.show {
  opacity: 0.4; 
}
.modal-sm {
  max-width: 50% !important; 
}
/*** Footer ***/
.footer {
  background-color: var(--dark)!important;
  background: url(../img/footer.png) center center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(256, 256, 256, .1);
  border-radius: 40px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}
.footer .btn.btn-social:hover svg path {
  fill: var(--primary);
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: rgb(255, 255, 255);
  transition: .3s;
  font-size: small;
}

.footer .btn.btn-link:hover {
  color: #ff7e05;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #fff;
}

.footer .copyright a:hover {
  color: #ff7e05;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/** Footer boxes **/
.footer-item {
  position: relative;
  padding: 10px 20px 10px 10px;
  transition: .5s;
  border: 2px solid #fff;
}


.footer-item h5,
.footer-item p {
    transition: .5s;
}

.footer-item a{
    color: #fff;
    font-weight: bold;
}
.footer-item p{
    font-size: small;
    color: #fff;
}
.footer-item h4{
    font-size: 15px;
    color: #fff;
    font-weight: 900;
}
.footer-item btn {
    position: absolute; 
    top: 0; 
    right: 0;
    transition: .5s;
    z-index: 1;
    color: var(--light);
}

.footer-item:hover a.btn {
    color: var(--light);
}

.footer-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}
.footer-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}
.footer-item:hover{
    border-color:var(--primary);
    cursor: pointer;
}

/** Newsletter **/
.newsletter-form {
  text-align: right;
  margin-top: -20px;
}
.newsletter-form h4{
  text-decoration: underline;
  text-decoration-color: var(--primary) ;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}

.newsletter-form .form-group input {
  flex: 1;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 350px;
}

.form-group button {
  background-color: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

}
/*5 tabs*/
.nav-tabs .nav-link {
  border-top: none !important; 
  border-left: none;
  border-right: none;
  background: none !important; 
  color:#999;
  
}
.tab-pane h5{
  font-size: 16px;
  font-weight: bold!important;
  margin-bottom: 20px;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0d6efd !important; 
  border-radius: 0px !important; 
  font-weight: bold;
}
.nav-tabs {
  border-bottom: 1px solid #ccc;
}
  .tab-image{
      width: 100%;
      max-width: 800px;
      max-height: 400px;
  }
/** Portfolio **/
.portfolio-show{
  background-color: #ffffff;
  background-image: url(../img/bg.svg);
  background-position: center center;
  background-repeat: repeat-y;
}
.menu {
  width: 100%;
  background-color: #fff;
  height: auto;
  position: sticky;
  top: 0;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 30px;
}
#sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  z-index: 1000; 
  background-color: #fff; 
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-item-selected {
  color: #00f; 
  font-weight: bold; 
  border-bottom: 1px solid var(--primary);
}
.portfolio-content {
  flex: 1;
}

.media-portfolio a.btn{
  color: var(--primary);
  font-size: 14px;
  padding-left: 0;
}
.media-portfolio{
  padding-top: 40px!important;
  padding-bottom: 40px!important;
  
}
.media-portfolio a.btn:hover{
  text-decoration: underline;
}
.media-portfolio .text{
  padding-left:0px;
}
.media-portfolio .btn-check:focus+.btn, .btn:focus{
  box-shadow: none;
}
.menu-item {
  padding: 10px;
  color: #333;
  margin-right: 30px;
}

.menu-item:hover {
  background-color:  #ff6a003e;
}
.heading-line {
  position: relative;
}

.overline {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-top: 2px solid var(--primary);
}

/** Portfolio end**/


@media only screen and (min-width: 992px) {
  .portfolio-text{
    padding-left: 80px;
  }
  .portfolio-text-right{
    padding-right: 80px;
  }
 
}
@media only screen and (max-width: 768px) {
  .footer {
    background-color: var(--dark)!important;
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
  }
}
/** Progress icon **/
#progress:hover{
  cursor: pointer;
}

#progress{
  background: peachpuff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: fixed;
  top: 100px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: grid;
  place-items: center;
  display: none;
}

#progress-value{
  display: block;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 8px;
}
/** Microphone **/
.microphone{
  font-size: large; 
  color: #214A65;
  left: 130px;
  padding-left: 10px;
}
/** Mobile View **/
@media (max-width: 768px) {
  .bg-primary{
      background-color: #fff !important;
  }
  #navbarCollapse{
    display: none!important;
}
.footer {
  background: none;
}
  .expertise-icon img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .expertise-item {
      position: relative;
      padding: 20px 20px;
      background: #FFFFFF;
      transition: .5s;
      border: none;
  }
  .service-icon img{
      max-width: 40px;
  }
  .about-img img{
      max-width: 300px;
  }
  .service-container{
      margin-top:-100px;
  }
  .service-item{
      border: 1px solid #ccc;
      padding:5px;
  }
#sticky-menu{
  display: none!important;
}
 .contact-address{
  background-color:  #467699 ;
  margin-top: 10px;
  padding-bottom: 50px;
 }
 .contact-address .btn{
  color:var(--light);
 }
 .form-group button {
  background-color: var(--primary);
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  }
  .accordion .accordion-button {
      background: #1A4052;
    
      color:#fff;
  }
  
  .accordion .accordion-button:not(.collapsed) {
      color: #FFFFFF;
     
      box-shadow: none;
  }
  
  .accordion .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1 7.5h14a.5.5 0 0 1 0 1H1a.5.5 0 0 1 0-1z'/%3e%3c/svg%3e");
  }
  
  .accordion .accordion-button.collapsed::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M8 1.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-1 0v-12a.5.5 0 0 1 .5-.5z'/%3e%3cpath fill-rule='evenodd' d='M1.5 8a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e");
  }
  
  .accordion .accordion-body {
      padding: 15px;
      color: #fff;
      background-color: var(--dark);
      opacity: 0.8;
  }
  .footer .btn.btn-link {
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    transition: .3s;
    font-size: small;
}

.footer .btn.btn-link:hover {
    color: #ff7e05;
}
.footer-item {
    position: relative;
    padding: 10px 20px 10px 10px;
    transition: .5s;
    border: 2px solid #fff;
}
.footer-item a{
    color: #fff;
    font-weight: bold;
}
.footer-item p{
    font-size: small;
    color: #fff;
}
.footer-item h4{
    font-size: 15px;
    color: #fff;
    font-weight: 900;
}
  .case-item {
      max-width: 100%!important;
      transition: .5s;
      margin-right:30px;
  }
  .case-overlay h5{
      padding:5px 5px;
      font-size: 14px;
      bottom: 0;
      margin-top: 10px;
  }
  .case-overlay small {
      display: inline-block;
      padding: 3px 5px;
      color: #FFFFFF;
      background: rgba(20, 24, 62, .7);
      border-radius: 25px;
  }


}
/**Submenu**/
.submenu{
  background-color: #ffffff;
  background-image: url(../img/bg2.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.submenu .carousel{
  background-color: #fff;
}
.submenu .btn1{
  padding: 5px 10px;
  margin-top:20px;
  border: none;
}

.submenu .btn1:hover{
  background-color: var(--primary);
  color: #fff;
  border: none;
}
.myNav .nav-link {
  border: none !important;
  background: none !important;
  position: relative;
  padding-left: 1rem; /* Add padding for the triangle */
  margin-top: 40px;
  margin-bottom: 20px;
}
.myNav .nav-link.active {
  border-bottom: none !important;
  border-radius: 0px !important;
}
.myNav {
  border-bottom: 0 none !important;
}
.tab-content p{
  text-align: left;
}
.myNav .nav-link.active::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* Adjust triangle size */
  border-right: 5px solid transparent; /* Adjust triangle size */
  border-top: 8px solid var(--primary); /* Color of the triangle */
  position: absolute;
  bottom: 15px; /* Adjust vertical position to align with the tab heading */
  left: 0;
}
.submenu2 .btn1{
  border: none;
  padding: 5px 10px;
  margin-top:20px;
}
.submenu2 .btn1 a{
  color: #000;
}
.submenu2 .btn1:hover{
  background-color: var(--primary);
  color: #fff;
  border: none;
}
.submenu2 .btn1:hover a {
  color: #fff; 
}
.form-group button {
  background-color: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}