/********** Template CSS **********/
:root {
  --primary:#0b167b;
  --secondary: #00D9FB;
  --light: #F3F3F3;
  --dark: #0E3749;
  --highlight:#6274d4;
}
  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;
  }
  
  .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: var(--primary);
  }
  
  /*** 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) {

  .hero-content p{
    padding: 20px 0;
    margin-right:30px;
  }
    #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;
  
  }

  /*** 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;
  }


  /** 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: var(--secondary);
}

.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: var(--secondary);
}
.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;
}
.sticky-heading {
  position: sticky;
  top: 15%;
  transform: translateY(-25%);
  background-color: #fff;
  padding: 10px 0;
  z-index: 1000;
  transition: all 0.3s ease; /* Smooth transition for all properties */
}

.sticky {
  position: fixed;
  top: 60px;
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; /* Smooth transition for all properties */
}  
  }

  

  @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;
    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;
    }
    #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;
  }
  .menu{
    display: none!important;
  }
  .portfolio-content {
    flex: 1;
    padding-left: 0!important;
    margin-left: 0!important;
    margin-top: 0!important;
  }

  }
  .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-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;
  }
  .hero-section .btn1:hover{
    text-decoration: underline;
  }
  .bg-primary{
    background-color: #fff !important;
  }
  #hero-single-image{
    top: -20px !important;
    margin-left:-40px;
  }
  /** Blog **/

.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: var(--primary); 
  font-weight: bold; 
  text-decoration: underline;
}
.portfolio-content {
  flex: 1;
  padding-left: 30px;
  margin-left: 250px;
  margin-top: -40%;
}
.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;
  box-shadow: none;
}
.media-portfolio a.btn:hover{
  color: var(--primary);
  font-weight: bold!important;
}
.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;
  width: 100%;
}

.menu-item:hover {
  color: var(--primary)
}
.btn1{
  padding: 5px 10px;
  margin-left:20px;
  border: none;
}

.btn1:hover{
  background-color: var(--primary);
  color: #fff;
  border: none;
}
/** How it works **/
.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: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--dark);
}

.expertise-icon img {
  max-width: 50px;
}
.expertise-image img {
  max-width: 100%;
}

.expertise-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.expertise-description {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}

.expertise-link {
  display: inline-block;
  margin-top: 20px;
  color: #FF6B00;
  text-decoration: none;
}

.expertise-link:hover {
  text-decoration: underline;
}

/**Submenu**/
.submenu{
  background-color: #FF6B00;
  background-image: url(../img/bg2.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px;
  padding-top: 50px;
}
.submenu .carousel{
  background-color: #fff;
  
  
}
.submenu .btn1{
  padding: 5px 10px;
  margin:20px 0px;
  border: none;
}

.submenu .btn1:hover{
  background-color: var(--primary);
  color: #fff;
  border: none;
}

.submenu img{
  max-width:800px;
}
.submenu h2{
  color: #fff;
}

/** charts **/
#chartdiv {
  width: 100%;
  height: 500px;
}

#contentTable{
  color:#000;
}
  
table{
  padding:10px;
  width:100%;
  
}
  
#titleTool{
  background-color:#F1F9FE;
  padding:15px;
  padding-left:20px;
   padding-right:20px;
  border-radius: 10% 10% 0% 0%;
  z-index:999;
}  
  
th  {
  font-weight:200;
  font-size:14px;
  color:#000;
}
  
  
td  {
  font-weight:600;
  font-size:14px;
  
}
  
td.tooltip1 {
  color: #7870FF;
}

td.tooltip2 {
  color: #8DE7A6;
}
  td.tooltip3 {
  color: #FD7B7B;
}

td.tooltip4 {
  color: #4985DF;
}
  td.tooltip5 {
  color: #FDA57D;
}


/** Blog end**/

