/********** Template CSS **********/
:root {
  --primary:#0b167b;
  --secondary: #00D9FB;
  --light: #F3F3F3;
  --dark: #0E3749;
  --highlight:#6274d4;
}

/*** 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;
    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;*/
  }
  .icon-buttons .btn {
    margin-left: 0.8rem;
  }
  .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;
    cursor: pointer;

  }
  
  .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;
  }
 
  .navbar .dropdown-toggle.dropdown-open::after {
    content: "\f106"; /* Arrow pointing up */
  }
  .navbar .dropdown-toggle.dropdown-open {
    color: var(--highlight);
  }
  
  .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;
  }

  
  /* 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;
    }
  
    .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;
      }
      .hero-section .btn1 {
        display: flex!important;
        padding: 15px 0px!important;
    }
    .hero-images img:last-child {
      margin-top: 20% !important;
      bottom: 10%!important;
      left: 5%!important;
      padding-bottom: 10%;
    }
    .hero-images img:first-child {
      top: 30px!important;
      left: 5%!important;
    }
    #hero-single-image{
      top: 0 !important;
      width: 300px;
    }
      
}
@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: -42%!important;
  }
  #qpimenu{
    margin-left: -53%!important;
  }
  #aboutmenu{
    margin-left: -63%!important;
  }
  .submenutop{
    padding-left:5%!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: -36%!important;
  }
  #qpimenu{
    margin-left: -45%!important;
  }
  #aboutmenu{
    margin-left: -54%!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;
}
#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);
}
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;
}
.custom-padding{
  padding-left: 10px!important;
}
/*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;
    }
/*** 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;
    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-item-image {
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
    background-color: #fff;
}

  .expertise-icon {
    text-align: center;
  }
  .expertise-image{
    text-align: center;
  }
  .expertise-image img{ /**for the image expertise **/
    max-width: 100%;
  }

  .expertise-icon img { /** for the icons expertise**/
    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 p{
    font-size: 14px;
    padding-top: 10px;
  }
  .feature h5{
    font-size: 15px;
    font-weight: bold!important;
    margin-bottom: 20px;
  }
  .feature-col{
    padding-right:50px;
  }
  .feature-img{
    width: 80px!important;
    padding-bottom: 5px;
  }
  .benefit-show{
    background-image: url(../img/hex2.svg);
    background-position: left center;
    background-repeat: 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; 
  }

.contact {
    background-color:#E9ECEF;
    padding: 20px 30px;
}
.contact-address{
    background-color:  #467699 ;
}
.contact-address .btn{
    color:var(--light);
}
.contact-address .btn:hover{
    color:var(--primary);
}

  .contact-address{
    background-color:  #467699 ;
    padding-left: 30px;
}
  /*** 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 .btn.btn-link:hover{
  color:var(--secondary);
}
.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(--secondary);
    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;
}
#portfolio-custom{
    display: none!important;
}
.custom-img-height { /**portfolio images **/
  height: 400px;
  width: 910px;
  border-radius: 5px;
}
.content .owl-carousel .owl-stage-outer{
  margin-bottom:-100px;
}
.hero-content p{
  padding: 20px 0;
  margin-right:30px;
}
}
/*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;
}
  
  .media-29101 .text {
    padding: 50px 30px; 
    margin-right: 4%;
    text-align: justify;
    }
    @media (max-width: 991.98px) {
      .media-29101 .text {
        padding: 20px;
        width: 100%; } }
    .media-29101 .text .category {
      color: #adb5bd;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .2rem; }
    .media-29101 .text h2 {
      margin-bottom: 30px; }
      .media-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: repeat-y;
  background-size: contain;
}
.portfolio2-show{
  background-color: #ffffff;
  background-image: url(../img/bg15.svg);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
}

.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;
    padding-left: 30px;
    margin-left: 250px;
    margin-top: -30%;
}
.media-portfolio .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left:20px; }
.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;
    box-shadow: none;
}
.media-portfolio a.btn:hover{
    text-decoration: underline;
}
.media-portfolio .text{
    padding-left:50px!important;
}
.media-portfolio .text-left{
    padding-right:50px!important;
}



/* 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;
}

/** 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: 20px;
    color:#1363c6;
}

.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!important;
    }
    .media-portfolio .text-left{
        padding-right:10px!important;
    }
    .myNav .nav-link { 
      margin-top: 0px!important;
      margin-bottom: 0px!important;
  }
  #expertise{
    margin-top:-30px!important;
  }
  #industries{
    margin-top:-30px!important;
  }
    #navbarCollapse{
        display: none!important;
    }
    .footer {
        background: none;
    }
    #sticky-menu1{
      display: none;
    }
    .media-portfolio .img {
      margin-left: 0!important;
  }
  .media-portfolio .img-left {
    flex: 0 0 100%;
}
    .custom-padding{
      margin-left: 0px!important;
  }
  .feature-img{
    width: 80px!important;
    padding-bottom: 5px;
  }
  .submenu-space {
    margin-left: -40px !important;
  }
  
.subtitle{
  margin-top:10px;
  padding: 5px;
}
    
}

/** portfolio with top sticky menu**/

  .menu1 {
    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-menu1 {
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
    z-index: 1000; 
    background-color: #fff; 
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-item-selected1 {
    color: #00f; 
    font-weight: bold; 
    border-bottom: 1px solid var(--primary);
  }
  .portfolio-content1 {
    flex: 1;
  }
  
  .media-portfolio a.btn{
    color: var(--primary);
    font-size: 14px;
    padding-left: 0;
  }
  .media-portfolio{
    padding-top: 10px!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-item1 {
    padding: 10px;
    color: #333;
    margin-right: 30px;
  }
  
  .menu-item1: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 for top sticky menu end**/
  
  
  
/** 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;
    }
    .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;
    }
  .submenutop{
    display: none!important;
  }
  section {
    padding: 0!important;
    margin-top: 0!important; 
  }
}

/**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;
    }
    .portfolio-text{
      padding-left: 80px;
    }
    .portfolio-text-right{
      padding-right: 80px;
    }
}
.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: no-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;
}

 /*** Hero Header ***/
 .hero-section {
  padding: 50px 0;
}
.hero-show{
  background-image: url(../img/bg.svg);
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
}
.hero-section h2{
  margin-top: 40px;
}
.hero-images {
  position: relative;
  height: 300px; /* Adjust as needed */
  top:-40px;
}
.hero-sub{
  margin-top:40px;
  margin-bottom: 30px;
}
.hero-sub h4{
  font-size: 15px;
}
.hero-sub a{
  padding-right:20px;
}
.hero-images img {
  opacity: 0; /* Hide initially */
  animation-duration: 1s;
  animation-fill-mode: forwards; /* Keep the last frame of the animation */
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-bottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-right {
  animation-name: fade-in-right;
}

.fade-in-bottom {
  animation-name: fade-in-bottom;
}

.hero-images img {
  position: absolute;
  max-width: 100%;
  height: auto;
}

.hero-images img:first-child {
  top: 0;
  right: 0;
}

.hero-images img:last-child {
  top: 60%!important;
  bottom: 0;
  left:15%;
}
.hero-section .btn{
  background-color: var(--primary);
  color:#fff;
  border-radius: 0;
  padding: 5px 20px;
  border:1px solid var(--primary);
}
.hero-section .btn:hover{
  background-color: var(--light);
  color: var(--dark);
}
.hero-section .btn1{
  border-radius: 0;
  padding: 5px 20px;
  background-color: none;
  margin-left: 20px;
}
.hero-section .btn1:hover{
  text-decoration: underline;
}
#hero-single-image{
  top: -20px !important;
  margin-left:-40px;
}
.bg-primary{
  background-color: #fff !important;
}
/* -------- 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(--secondary);
}

/**submenutop**/
.submenutop {
  position: fixed;
  top: 55px; /* Space for primary menu */
  width: 100%;
  background: #fff;
  padding-left: 3%;
  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-bold{
  font-weight: bold;
}
.submenutop a.active {
  color: var(--primary);
}

section {
  padding: 30px 0px 0px 0px;
  margin-top: 50px; /* Space for both menus */
}

#top {
  height: 0px;
}

.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 */
}
