/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** 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;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.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;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 30px;
    border-bottom: 1px solid rgba(187, 187, 194, 0.07);
    background-color: #635a5a;
}

.item-center {
    float: right;
    width: 25%;
}

.navbar .dropdown-toggle::after {
    display: none;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

 
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}
.myVideo {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:-100;
  }

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/about-us-hero.jpg) top left no-repeat;
    background-size: cover;
    background-color: #000B1C;
}

.page-header1 {
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url(../img/Consulting.jpg) top left no-repeat ;
    background-size: cover;
}

.page-header2 {
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url(../img/tax-services.jpg) top left no-repeat ;
    background-size:cover;
}

.page-header2 p{
  font-size: 20px;
}

.page-header3 {
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url(../img/Audit-Assurance.jpg) top left no-repeat ;
    background-size:cover;
}

.page-header4 {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background: url(../img/successful-hrm-banner.jpg) top left no-repeat ;
    background-size:cover;
}

.page-header5 {
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url(../img/career-growth.webp) top left no-repeat ;
    background-size:cover;
}

.page-header6 {
    padding-top: 15rem;
    padding-bottom: 6rem;
    background: url(../img/people.jpg) top left no-repeat ;
    background-size:cover;
}

.page-header7 {
  padding-top: 15rem;
  padding-bottom: 6rem;
  background: url(../img/contact-us.jpg) top left no-repeat ;
  background-size:cover;
}

.page-header8 {
  padding-top: 15rem;
  padding-bottom: 6rem;
  background: url(../img/bs.jpg) top left no-repeat ;
  background-size:cover;
}

.career {
    font-family: Arial, sans-serif;
      background-color: #f8f8f8;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
}

.career-section {
    padding: 50px;
    text-align: center;
  }

  .no-vacancy {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 400px;
  }

  .no-vacancy h2 {
    color: #e74c3c;
    font-size: 2em;
    margin-bottom: 20px;
  }

  .no-vacancy p {
    color: #666;
    font-size: 1.2em;
  }

  .back-to-home {
    margin-top: 20px;
    font-size: 1.2em;
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
  }

.our-team {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }

  .our-team-section {
    padding: 50px 20px;
    text-align: center;
  }

  .our-team-member {
    display: inline-block;
    margin: 20px;
    padding: 20px;
    background-color:none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
  }

  .our-team-member:hover {
    transform: translateY(-5px);
  }

 .our-team-member img {
    width: 100%; /* Ensures full width within container */
    max-width: 250px; /* Adjust this value for medium size */
    height: 250px; /* Fixed height for uniform images */
  
    border-radius: 05px; /* Optional: rounded corners */
    object-fit: cover; /* Ensures images fill their space without distortion */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: slight shadow */
    margin-bottom: 15px;
  }

  .our-team-member  {
    font-size: 1.5em;
    margin-bottom: 10px;
  }


  .our-team-member h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .our-team-member p {
    font-size: 1em;
    color: #666;
    margin-bottom: 5px;
  }

  .our-team-member a {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
  }

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

.page-header nav ul {
    background-color: #000B1C ;
    flex: items-center justify-center;
      list-style-type: none;
      padding: 0;
      margin: 0;
}



/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

    /* Custom CSS for the client section */
    .client-section {
        background-color: #f8f8f8;
        padding: 50px 0;
      }
  
      .client-logos {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
      }
  
      .client-logo {
        width: 150px; /* Set the desired width for the logos */
        height: auto;
        margin: 20px; /* Adjust the margin between logos */
      }

    

       /* Custom CSS for styling */
    .expandable-section {
        margin-bottom: 1px;
        background-color:#eaeaea
      }
  
      .expandable-button  {
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        color:#355EFC;
        margin-right: 1px; /* Adjust the right margin to make the symbol closer to the text */
        display: inline-block;
        background-color: #eaeaea; /* Set your desired background color */
        padding: 5px 10px;
        border-radius: 0px;
      }

      .expandable-section .button {
        background-color: #eaeaea;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
        padding: 5px 10px; /* Add padding for better appearance */
      }
  
      .expandable-content {
        display: none;
        background-color: #DFE4FD;
        
      }

      .expandable-p {
        margin-top: 1px;
        background-color:  #eaeaea;
      }

       /* Team-info */
       .team-info {
        font-family: Arial, sans-serif;
        margin: 10;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60vh;
        background-color: #f0f0f0;
       }

    
      .team-member {
        position: relative;
        width: 200px;
        margin: 20px;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 8px;
        transition: transform 0.3s;
        cursor: pointer;
      }

      
      .team-member img {
        width: 100%;
        height: auto;
        display: block;
      }
      
      .member-details {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
        box-sizing: border-box;
        transform: translateY(100%);
        transition: transform 0.3s;
      }
      
      .team-member:hover {
        transform: scale(1.1);
      }
      
      .team-member:hover .member-details {
        transform: translateY(0);
      }

      @media (min-width: 14in) {
        .team-member {
          width: calc(25% - 40px); /* Adjust the width based on your needs */
        }
    }


    .contact-section {
        padding: 50px;
        text-align: center;
      }
  
      .contact-form {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        max-width: 500px;
      }
  
      .contact-form h2 {
        color: #3498db;
        font-size: 2em;
        margin-bottom: 20px;
      }
  
      .form-group {
        margin-bottom: 20px;
        text-align: left;
      }
  
      .form-group label {
        font-size: 1.2em;
        color: #666;
        display: block;
        margin-bottom: 5px;
      }
  
      .form-group input, .form-group textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
        margin-top: 5px;
      }
  
      .form-group textarea {
        resize: vertical;
      }
  
      .submit-btn {
        background-color: #3498db;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1.2em;
      }
  

    CSS.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
.mb-6 {
  margin-bottom: 4.5rem !important;
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

.client-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.client-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* Add hover color */
.text-dark:hover {
  color: wheat; /* Change this to your desired hover color */

}
/* Add fade-in and fade-out animation */
@keyframes fadeInOut {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
/* Apply fade-in and fade-out animation */
.fade-in-out {
  animation: fadeInOut 20s ease-in-out infinite;
}

/* Stagger the animation delay for each client item */
.client-item:nth-child(odd) {
  animation-delay: 0.5s; /* Adjust the delay as needed */
}

.client-item:nth-child(even) {
  animation-delay: 1s; /* Adjust the delay as needed */
}

.fade-in-out:hover {
  animation-play-state: paused;
}

.grey-bg {
  background-color: whitesmoke; /* or any other shade of grey */
  padding: 15px 20px; /* adjust as needed */
  border-radius: 10px; /* adjust to your preference */
  box-shadow: 0 14px 6px rgba(0, 0, 0, 0.1); /* add a subtle shadow */
}
.grey-bg:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.bg-color {
  background-color: whitesmoke;
  border-radius: 10px;
}
  
.our-service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    top: -55px;
    background-color: rgb(240, 238, 238);
    }
  
  .our-service .our-service-item {
      position: relative;
      width: 100%;
      margin-bottom: 30px;
      padding: 30px;
      text-align: center;
      border: 0px solid rgba(0, 0, 0, .1);
      transition: .3s;
  }
  
  .our-service .our-service-item:hover {
      border-color: transparent;
      box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  }
  
  .our-service .our-service-item img {
      max-height: 50px;
      margin-bottom: 20px;
  }
  
  .our-service .our-service-item h4 {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 300;
      text-align: start;
  }
  
  .our-service .our-service-item p {
      margin-bottom: 10px;
      font-size: 16px;
      text-align: start;
  }
  
  .our-service .our-service-item a {
      position: relative;
      font-size: 16px;
      color: #0796fe;
      transition: .3s;
  }
  
  .our-service .our-service-item a::after {
      content: "";
      position: absolute;
      width: 80%;
      height: 2px;
      bottom: -3px;
      left: 10%;
      background: #0796fe;
  }
  
  .our-service .our-service-item:hover a.btn {
      color: #092a49;
      background: #1d2434;
      border-color: #1d2434;
  }


  #text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    animation: textEffect 3s ease forwards;
  }

  @keyframes textEffect {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }