/********** Template CSS **********/
:root {
    --primary:#FF6B00;
    --secondary: #00008B;
    --light: #F3F3F3;
    --dark: #0E3749;
}
body {
    cursor: default;
   }
   a.custom-link:hover {
    cursor: pointer;
   }
/*** 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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.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 ***/
.sticky-top {
    top: -150px;
}
.logo{
    margin-top:3px;
    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;*/
  }
  .icon-buttons .btn {
    margin-left: 0.8rem;
  }
  .navbar i:hover{
    color:var(--primary);
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: #000;
    outline: none;
    font-size: 15px;
    cursor: pointer;
  }
  
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: rgba(234, 85, 44, 0.7);
  }
  
  .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;
  }
  .navbar .dropdown-toggle.dropdown-open::after {
    content: "\f106"; /* Arrow pointing up */
  }
  .navbar .dropdown-toggle.dropdown-open {
    color: var(--primary);
  }
  
  .list-group{
    padding-left:15px;
  }
  
  .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: 100% !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;
  }

  
  /* 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;
    }
    .navbar-toggler-icon:focus{
        box-shadow: none!important;
    }
    .sticky-top{
        position: static;
        position: sticky; 
        top: 0; 
        z-index: 1020;
    }
  
    .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: 1200px) and (max-width:1399px){
    .navbar .nav-item .dropdown-menu{
      margin-top: 18px;
      margin-left:-22%!important;
      width: 100%;
      border: none!important;
    }
    #solutionmenu{
      margin-left: -32%!important;
    }
    #intelligencemenu{
      margin-left: -46.5%!important;
    }
    #qpimenu{
      margin-left: -56%!important;
    }
    #aboutmenu{
      margin-left: -63%!important;
    }
    .hero-text {
        padding: 4% 4%!important;
    }
  }
  @media (min-width:1400px){
    .navbar .nav-item .dropdown-menu{
      margin-top: 17px;
      margin-left:-19%!important;
      width: 100%;
      border: none!important;
    }
    #solutionmenu{
      margin-left: -27%!important;
    }
    #intelligencemenu{
      margin-left: -40%!important;
    }
    #qpimenu{
      margin-left: -48%!important;
    }
    #aboutmenu{
      margin-left: -54%!important;
    }
    .hero-text {
        padding: 4% 6%!important;
    }
  
  }
  @media (min-width: 992px) and (max-width:1199px){
    .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 18px;
      opacity: 0;
      width: 100%;
      margin-left: -22%!important;
      border:none!important;
  }
  #solutionmenu{
    margin-left: -32%;
  }
  #intelligencemenu{
    margin-left: -47%;
  }
  #qpimenu{
    margin-left: -56%;
  }
  #aboutmenu{
    margin-left: -63%;
  }
  }
  @media (min-width: 992px) {
  
     
      #mobilemenu{
          display: none!important;
      }
    
      .navbar .nav-item:hover .dropdown-menu {
         
          position:absolute;
          opacity: 1;
          display: none;
      }
   
   
    .navbar .nav-item .dropdown-menu h6{
      font-size: 15px;
    }
      .text-lg-start {
          text-align: center!important;
    
    }
    
  
  /*** Hero Header ***/
.hero-header {
    margin-top: -40px;
    background: url(../img/slide.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);
}

.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: 0px;
    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-color: #E3E8ED;
}
.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;
    cursor: default;
}
.service-item p {
    transition: .5s;
    font-size: 14px;
    cursor: default;
}

.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: 5px;
    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;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: #fff;
    padding: 20px;
  }
  
  .expertise-item:hover {
    transform: translateY(-5px);
    cursor: pointer;
  }
  
  .expertise-icon {
    text-align: center;
  }
  
  .expertise-icon img {
    max-width: 50px;
  }
  
  .expertise-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
  }
  
  .expertise-description {
    font-size: 14px;
    color: #777;
  }
  
  .expertise-link {
    display: inline-block;
    margin-top: 20px;
    color: #FF6B00;
    text-decoration: none;
  }
  
  .expertise-link:hover {
    text-decoration: underline;
  }
  
/*** Feature ***/

.feature-img{
 width: 100px;
 }

.feature p{
    font-size: 14px;
    padding-top:10px;
  }
  .feature h5{
    font-size: 15px;
    font-weight: bold!important;
  }
  .feature-col{
    padding-right:80px;
  }
  /** Features background 9-5-24 **/
  .feature-show{
    background-image: url(../img/bg-feature.svg);
    background-position: right center;
    background-repeat: repeat;
    background-size: contain;
  }
/** Benefit background 9-5-24**/
  .benefit-show{
    background-image: url(../img/hex2.svg);
    background-position: left center;
    background-repeat: repeat;
    background-size: contain;
  }
  /** Expertise background 9-5-24**/
  .expertise-show{
    background-image: url(../img/bg-expertise.svg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
  }
  .insight-show{
    background-image: url(../img/bg-insight.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
/*** Case Study ***/
.case-item {
    width: 290px; /* Adjust the width as needed */
    height: 375px; /* Maintain the aspect ratio 9-5-24 */
    transition: transform 0.5s;
    border: 1px solid rgba(0, 0, 0, 0.096);
}
.case-item:hover{
    box-shadow: 1px 0 10px rgba(0,0,0,0.2);
    transform: scale(1.02);
}
.case-item img {
    max-width: 100%!important;
    transition: transform 0.5s ease-in-out;
}
.case-item img:hover{
    transform: scale(1.1);
}
.owl-item .active{
    border: 1px solid rgba(0,0,0,0.1);
}

.subtitle{
    padding: 5px;
}

.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: 10px;
}

.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 **/
/** 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);
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}
.form-check-label a{
    text-decoration: underline;
}

.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;
}

.custom-img-height { /**portfolio images 9-5-24**/
    height: 400px;
    width: 910px;
    border-radius: 5px;
}


}
/** the 3 tabs**/
/**
.container-tabs {
    padding: 50px!important;
}

.carousel-nav-tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.carousel-nav-tabs a {
    color: #999;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

.carousel-nav-tabs a:hover {
    color: #000;
}

.carousel-nav-tabs a.active {
    color: var(--primary);
    text-decoration: none;
    position: relative;
}

.carousel-nav-tabs a.active::after {
    content: '';
    position: absolute;
    bottom: -2px; 
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: var(--primary);
    transform: translateX(-50%);
}

.tabs-content {
    display: none;
}
.tabs-content p{
    padding-right:10%;
}
.tabs-content.active {
    display: block;
}

.media-tabs-29101 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.media-tabs-29101 .text {
    flex: 1;
    padding: 20px;
}

.media-tabs-29101 .img {
    flex: 1;
    padding: 20px;
}

.media-tabs-29101 .img img {
    max-width: 100%;
}
@media (max-width: 768px) {
    .media-tabs-29101 {
        flex-direction: column;
    }

    .media-tabs-29101 .text, .media-tabs-29101 .img {
        flex: 1 1 100%;
    }
    .media-tabs-29101 p{
        padding-right: 0;
    }
}*/

section#product {
    background: #f7f9fc; /* Light background color */
    padding: 60px 20px; /* Add padding to the section */
    text-align: left;
  }


  .content {
    max-width: 1250px;
    margin: 0 auto;
  }
 

  .carousel-nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .carousel-nav-tabs a {
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    background: #e9ecef; /* Light background for tabs */
    margin: 0 10px;
    transition: background 0.3s, color 0.3s;
  }

  .carousel-nav-tabs a.active,
  .carousel-nav-tabs a:hover {
    background: var(--primary);
    color: white;
  }

  .tabs-content {
    display: none;
  }

  .tabs-content.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white; /* White background for tab content */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .media-tabs-29101 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .text {
    width: 50%;
    padding-right: 20px;
    text-align: left;
  }

  .text a.category {
    font-size: 24px;
    color: #007bff;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
  }

  .text p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .text .btn {
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
  }


  .text .btn i {
    margin-left: 10px;
  }

  .img {
    width: 45%;
  }

  .img img {
    max-width: 100%;
    border-radius: 10px;
  }
  @media (max-width: 768px) {
    .tabs-content.active {
        padding:0;
      }
      .text {
        width: 100%;
        
      }
    .carousel-nav-tabs {
        flex-direction: column;
    }
    .img {
        width: 100%;
      }

    .tab-link {
        margin: 5px 0;
    }

    .media-tabs-29101 {
        flex-direction: column;
    }

    .media-tabs-29101 .text, .media-tabs-29101 .img {
        margin: 0;
    }
    .hero-text {
        padding: 0!important;
        position: relative!important;
        text-align: center;
    }
}
/*Tab Carousel*/
.content {
    padding: 0;
     }
.owl-1 {
    display: none;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #eee;
}
.media-29101{
    display: block;
    justify-content: center;
    align-items: center;
}
.media-29101 .column-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 20px;
}
  .owl-1 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%; }
    .owl-1 .owl-nav .owl-next,
    .owl-1 .owl-nav .owl-prev {
      border: 1px solid red;
      z-index: 92;
      position: absolute;
      top: 50%; }
      .owl-1 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
      .owl-1 .owl-nav .owl-prev:active,
      .owl-1 .owl-nav .owl-prev:focus {
        outline: none; }
      .owl-1 .owl-nav .owl-next span,
      .owl-1 .owl-nav .owl-prev span {
        color: #fff; }
        .owl-1 .owl-nav .owl-next span:before,
        .owl-1 .owl-nav .owl-prev span:before {
          font-size: 40px !important; }
    .owl-1 .owl-nav .owl-next {
      border: 4px solid blue;
      right: 20px; }
    .owl-1 .owl-nav .owl-prev {
      left: 20px; }
  
  .owl-1 .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .owl-1 .owl-dots .owl-dot {
      background: none;
      display: inline-block; }
      .owl-1 .owl-dots .owl-dot > span {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        margin: 4px; }
      .owl-1 .owl-dots .owl-dot.active > span {
        background: white; }
      .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
        outline: none; }
  
  .media-29101 .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; 
    padding:30px 30px;
    margin-top: 30px; /**increase the top space in the 3 tabs 9-5-24**/
}
  
  .media-29101 .text {
    padding: 50px 30px; 
    margin-right: 4%;
    text-align: justify;
    }
    @media (max-width: 991.98px) {
      .media-tabs-29101 .text {
        padding: 20px;
        width: 100%; } }
    .media-tabs-29101 .text .category {
      color: #adb5bd;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .2rem; }
    .media-tabs-29101 .text h2 {
      margin-bottom: 30px; }
      .media-tabs-29101 .text h2 a {
        color: #000; }
  
  .carousel-nav {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0px; }
    .carousel-nav a {
      color: #999;
      padding: 10px;
      text-align: center;
      font-size: 20px;
      display: inline-block; }
    .carousel-nav a:hover {
        color: #000; }
    .carousel-nav a.active {
        color: var(--primary);
        text-decoration: none;
        position: relative;
    }
    .carousel-nav a.active::after {
        content: '';
        position: absolute;
        bottom: -2px; 
        left: 50%;
        width: 50px;
        height: 2px;
        background-color: var(--primary);
        transform: translateX(-50%);
    }
  
/** Portfolio **/

.portfolio-show{
    background-color: #ffffff;
    background-image: url(../img/bg15.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
.portfolio-show h3{
    padding-bottom: 15px;
}
.menu {
    width: 200px;
    background-color:#fff;
    height: 70vh;
    position: sticky;
    top: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-item-selected {
    color: #00f; 
    font-weight: bold; 
    background-color:  #ff6a0017;
  }
.portfolio-content {
    flex: 1;
}
.media-portfolio .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left:40px; }
.media-portfolio .img-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
     }
.media-portfolio a.btn{
    color: var(--primary);
    font-size: 14px;
    padding-left: 0;
}
.media-portfolio a.btn:hover{
    text-decoration: underline;
}
.media-portfolio .text{
    padding-left:90px;
}
.media-portfolio .text-left{
    padding-right:90px;
}
.media-portfolio .btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
  }

/* Add some styling for menu items */
.menu-item {
    padding: 10px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
}

.menu-item:hover {
    background-color:  #ff6a003e;
}
.heading-line {
    position: relative;
    padding-bottom: 10px;
}

.overline {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    border-top: 2px solid var(--primary);
}

/** Portfolio end**/

/** Portfolio for mobile **/
.container-fluid-custom {
    padding: 0;
}

.menu-custom {
    width: 100%;
    background-color: #fff;
    height: auto;
    position: sticky;
    top: 0;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.menu-item-custom {
    margin: 5px;
    text-decoration: none;
    color: #333; /* Change color to your preference */
}

.menu-item-selected-custom {
    border-bottom: 2px solid var(--primary);
}
.menu-item-custom:click{
    text-decoration: underline;
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.portfolio-content-custom {
    padding: 10px;
}

.media-portfolio-custom {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.media-portfolio h4 {
    margin-bottom: 10px;
}

.img-custom, .img-left-custom, .text-custom {
    flex: 0 0 100%;
    max-width: 100%;
}
.text-custom p{
    font-size: 12px;
}
img {
    max-width: 100%;
    height: auto;
}

.text-custom {
    padding: 0 20px;
}
.text-custom a{
    color: var(--primary);
    font-size: 12px;
}
.text-custom h4{
    color: var(--secondary)!important;
}
.btn-custom a{
    color: var(--primary)!important;
    font-size: 12px;
    padding-left: 0;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .media-portfolio .text{
        padding-left:10px;
    }
    .media-portfolio .text-left{
        padding-right:10px;
    }
    #navbarCollapse{
        display: none!important;
    }
    .footer {
        background: none;
    }
    section {
        padding: 30px 0px;
        margin-top: 0px;
    }
    .myNav .nav-link{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .submenu p{
        padding-top:0!important;
    }
    #expertise{
        margin-top:-90px;
    }
    #workpoint{
        margin-top:-90px;
    }
}
/** 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;
    z-index: 1;
}

#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;
    }
    .expertise-icon img{
        max-width: 40px;
    }
    .expertise-item {
        position: relative;
        padding: 20px 20px;
        background: #FFFFFF;
        transition: .5s;
        border: 1px solid #ccc;
    }
    .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;
    }

   .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: #fff;
    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;
        border: 1px solid rgba(0, 0, 0, 0.096);
    }
    .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;
        margin-left:5px;
    }
    #submenutop{
        display: none!important;
    }
    .container-tabs{
        padding: 0!important;
    }
    .submenu p {
        padding-right: 0!important;
    }
    .center-content{
        display: none!important;
    }
    .subtitle{
        padding-left: 5px;
        margin-top:10px;
        margin-bottom: -10px;
    }
 
}

/**Submenu**/
.submenu{ 
    background-color: #ffffff;
    background-image: url(../img/bg2.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .submenu-space{
    padding-left:90px!important;
  }
 
  .submenu p{
    padding-right:30px;
    padding-top:10px;
  }
  @media (min-width:768px){
    .submenu .carousel{
    
        margin-top:-100px;
      }
      .carousel-inner{
        margin-top:-200px;
      }
  }
  .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{ /**submenu background image 9-5-24**/
    background-image: url(../img/bg14.svg);
    background-position: left center;
    background-repeat: repeat;
    background-size: contain;
  }
  .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;
}
/* -------- title style ------- */
.line-title {
    position: relative;
    width: 200px;
    padding-bottom: 15px;
  }
  .line-title::before,
  .line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 2px;
  }
  .line-title::before {
    width: 100%;
    background: var(--light);
  }
  .line-title::after {
    width: 32px;
    background: var(--primary);
  }
  
  /**submenutop**/
  .submenutop {
    position: fixed;
    top: 55px; /* Space for primary menu */
    width: 100%;
    background: #fff;
   
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Initially hidden */
}

.submenutop a {
    margin: 0 10px;
    text-decoration: none;
    color: #555;
    padding: 5px 10px;
    font-size: 13px;
}

.submenutop a.active {
    color: var(--primary);
}

section {
    padding: 30px 0px;
    margin-top: 50px; /* Space for both menus */
}

#top {
    height: 50px;
}


.workpoint-icons {
    padding-top: 30px;
    display: flex;
    gap: 30px; /* Add spacing between icons */
}

.workpoint-icon {
    text-align: center;
    width: 70px; /* Adjust size as needed */
    height: 70px; /* Make the container square */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

.workpoint-icon img {
    width: 100%; 
    height: auto; 
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    border: 1px solid #cccccc6b; /* Border for the image */
    border-radius: 8px; /* Rounded corners (optional) */
    padding: 10px;
}

.workpoint-icon img:hover {
    filter: grayscale(0%);
}

.workpoint-icon span {
    margin-top: 8px; /* Space between image and text */
    font-size: 12px; /* Smaller text size */
    color: #333; /* Text color */
}
/** Rotating words**/
.center-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -7%;
}

.rotating-words {
    position: absolute;
    padding-left: 6px;
    height: 1em; 
    vertical-align: middle;
    font-size:1em; 
    display: inline-block;
}

.rotating-words span {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: rotate-words 9s infinite ease-in-out;
}

.rotating-words span:nth-child(1) {
    color: orange;
    animation-delay: 0s;
}

.rotating-words span:nth-child(2) {
    color: blue;
    animation-delay: 3s;
}

.rotating-words span:nth-child(3) {
    color: green;
    animation-delay: 6s;
}

@keyframes rotate-words {
    0% { opacity: 0; }
    5% { opacity: 1; }
    33.3% { opacity: 1; }
    38.3% { opacity: 0; }
    100% { opacity: 0; }
}
.hero-text{
    padding: 10px 60px;
    position: absolute;
}