/********** Template CSS **********/
:root {
    --primary: #1C2E5F;
    --light: #ebf0ff;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
body{
    overflow-x: hidden;
    font-family: poppins !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 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    /* text-transform: uppercase; */
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #338BC3;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    /* height: 75px; */
    border-radius: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
        font-weight: 600;
    font-family: 'Poppins';
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 75px;
        left: 0;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/Page_bg3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #b1afaf;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #338BC3;
}

/* .section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #338BC3;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #338BC3;
    z-index: -1;
} */

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
    
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.service_item img {
    transition: .5s;
}

.category a:hover img,
.service_item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

/* .testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
} */

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer {
    background: url(../img/footer_design.png) no-repeat center center;
    background-size: cover; /* Makes image responsive */
    background-attachment: scroll; /* Optional: prevents fixed background on mobile */
 
background-repeat: no-repeat;
}


.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.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: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.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;
}

/* Mega Menu Styling */
.navbar .dropdown-menu.fade-down {
  animation: fadeDown 0.3s ease-in-out;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Make megamenu full width & clean */
.navbar .dropdown-menu {
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    position: static !important;
    width: 100% !important;
  }
}
.left_megamenu{
    background: linear-gradient(135deg, #1c2e5e, #338bc3);
    color: #fff;
    font-size: 14px;
}
.single-mega li {
      list-style: inside;
    margin-bottom: 8px;
}

.single-mega li .menu-link {
  display: inline-flex;
  align-items: center;
  color: #6c757d; /* default gray */
  text-decoration: none;
  padding: 6px 0;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
      font-weight: 600;
    font-family: 'Poppins';
}

.single-mega li .menu-link i {
  font-size: 14px;
  margin-left: 6px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
.single-mega li .menu-link:hover {
  color: #338BC3; /* dark blue */
  padding-left: 4px;
}

/* Show arrow beside text */
.single-mega li .menu-link:hover i {
  opacity: 1;
  transform: translateX(0);
}
.megamenu_bg1{
        background: #f5f5f5;
}
.contact_btn {
  transition: all 0.3s ease;
}

.contact_btn i {
  transition: transform 0.3s ease;
}

.contact_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.contact_btn:hover i {
  transform: translateX(5px);
}
.title1{
    font-size: 22px;
    color: #fff;
}
.sub_title1{
    font-size: 38px;
    color: #fff;
    font-weight: 400;
}
.para_slide{
    font-size: 14px;
    color: #fff;
}
.link-box {
   
    padding: 5px 0px;
    border-radius: 6px; /* Optional: smooth corners */
    text-align: left;
    transition: all 0.3s ease;
}

.link-box a {
    color: #ffffff; /* Text color */
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.link-box:hover a {
    text-decoration: underline; /* Underline on hover */
}

.link-box:hover {
    transform: translateY(-2px); /* Small lift effect (optional) */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Optional hover shadow */
}
.service_item {
    box-shadow: 1px 2px 3px gray;
    transition: all 0.3s ease;
}

.service_item:hover {
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.3);
}
.service_bottom{
    background: white;
        height: 100px;
}
.service_bottom:hover{
    background: #fbfeff;
    
}

/* ===== Mega Menu Responsive Fix with Scroll ===== */

/* Desktop view (full width hover) */
@media (min-width: 992px) {
  .dropdown.position-static .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobile view adjustments */
@media (max-width: 991px) {
  .dropdown.position-static .dropdown-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    margin-top: 0;
    max-height: 60vh; /* limit height to 60% of viewport */
    overflow-y: auto; /* add vertical scroll */
    scrollbar-width: thin; /* for Firefox */
    -ms-overflow-style: auto; /* for Edge/IE */
  }

  /* Optional: prettier scrollbar (for WebKit browsers like Chrome, Safari) */
  .dropdown.position-static .dropdown-menu::-webkit-scrollbar {
    width: 6px;
  }
  .dropdown.position-static .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .dropdown.position-static .megamenu_bg1 {
    display: block !important;
  }

  .dropdown.position-static .col-xl-3,
  .dropdown.position-static .col-lg-6,
  .dropdown.position-static .col-md-6 {
    width: 100%;
    border: none !important;
  }

  .dropdown.position-static img {
    margin-top: 15px;
    border-radius: 10px;
  }

  .left_megamenu {
    background: #003366;
    color: white;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .contact_btn{
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #navbarCollapse{
    height: 500px;
    overflow: auto;
  }
}
.about_icons1 h5{
    font-size: 14px;
}
.about_icons1 p{
    font-size: 12px;
}
.about_icons0{
        font-size: 12px;
    background: #dae4ff;
    padding: 7px;
    border-radius: 6px;
}
.service_bottom h6{
    font-size: 14px;
}
.responsive-bg {
    background: url('../img/page_bg5.jpg') no-repeat center center;
    background-size: cover;       /* Makes the image cover the container */
    width: 100%;
    min-height: 100vh;            /* Full viewport height */
    display: flex;
    align-items: center;           /* Center content vertically */
    justify-content: center;       /* Center content horizontally */
}

.responsive-bg .content {
    text-align: center;
    color: white;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);  /* Optional overlay for readability */
    border-radius: 10px;
}
.service_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service_item .position-relative {
    flex-grow: 1; /* Image section takes remaining space */
}

.service_bottom {
    flex-shrink: 0; /* Text section stays at bottom */
}
.single_mega_footer li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #dae4ff; /* adjust as needed */
  position: relative;
  transition: all 0.3s ease;
      margin-top: 10px;
          font-size: 14px;


}

.single_mega_footer li a i {
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

/* Hover Effects */
.single_mega_footer li a:hover {
  text-decoration: underline;
  color: #7bbbff; /* optional highlight color */
}

.single_mega_footer li a:hover i {
  opacity: 1;
  transform: translateX(0);
}
.testimonial-bg {
    background: url('../img/Page_bg6.png') no-repeat center center;
    background-size: cover;       /* Makes the image cover the container */
    width: 100%;
    min-height: 100vh;            /* Full viewport height */
    display: flex;
    align-items: center;           /* Center content vertically */
    justify-content: center;       /* Center content horizontally */
}

.card.hrservices:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.card.hrservices .card-header {
    overflow: hidden; /* ensures image doesn't spill out */
}
.card.hrservices:hover img {
    transform: scale(1.1);
}
.card-header .servicecard1{
    flex-direction: row;
}

/* Equal height for all service card images */
.hrservices .card-header {
  height: 220px; /* adjust as needed */
  overflow: hidden;
}

.hrservices .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures image fills area without distortion */
  transition: transform 0.5s ease;
}
.footer p{
    font-size: 14px;
}

.choose-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  cursor: pointer;
  height: 100%;
}

.choose-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.choose-card .icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #007bff; /* Bootstrap primary */
  transition: transform 0.3s ease;
}

.choose-card:hover .icon {
  transform: rotate(15deg) scale(1.2);
}

.choose-card h5 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 6px;
}

.choose-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}


.trade-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px 25px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trade-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.icon-circle {
  position: absolute;
  top: -30px;
  left: 20px;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


.icon-circle i {
  color: #338BC3;
  font-size: 22px;
  z-index: 2;
}

.trade-title {
  color: #338BC3;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.trade-card p {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #1C2E5F;
    border-color: #1C2E5F;
}


 .commodity-item {
      display: flex;
      align-items: center;
      font-weight: 500;
      padding: 10px 15px;
      border: 1px solid #eee;
      border-radius: 6px;
      background: #fff;
      transition: all 0.3s ease;
      font-size: 15px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      color: #333;
      text-decoration: none;
    }
    .commodity-item i {
      margin-right: 10px;
      color: #1C2E5F;
      font-size: 16px;
      width: 20px;
      text-align: center;
    }
    .commodity-item:hover {
      background: #f8f9fa;
      color: #007bff;
      transform: translateY(-3px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      text-decoration: none;
    }

.form-floating>.form-control{
    border-radius: 8px !important;
}
  .job-row {
        border-bottom: 2px dashed #c9c9c9;
        padding: 21px 0;
        border-radius: 15px;
        transition: all 0.3s ease;
        align-items: stretch; /* Ensures columns match height */
    }

    .job-row:hover {
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
        background-color: #f9f9f9;
        transform: translateY(-3px);
    }

    .job-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .requirement-badge {
        display: inline-flex;
        align-items: center;
        background: #e8f0ff;
        color: #338BC3;
        padding: 6px 12px;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        transition: background 0.3s ease, color 0.3s ease;
    }

    .requirement-badge i {
        margin-right: 6px;
        font-size: 15px;
    }

    .requirement-badge:hover {
        background: #338BC3;
        color: #fff;
    }
.job_title{
    color: #338BC3;
}

.social-sidebar {
    position: fixed;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.social-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-sidebar ul li {
    margin: 0;
}

.social-sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50px;
    height: 45px;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
}

.social-sidebar ul li a i {
    font-size: 18px;
    min-width: 24px;
    text-align: center;
    transition: transform 0.3s ease;
}

.social-sidebar ul li a span {
    margin-left: 12px;
    font-size: 14px;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.social-sidebar ul li a:hover {
    width: 150px;
    justify-content: flex-start;
}

.social-sidebar ul li a:hover span {
    opacity: 1;
}

.social-sidebar a.linkedin { background: #00466c; }
.social-sidebar a.instagram { background: #00819b; }
.social-sidebar a.whatsapp { background: #002a9e; }
.social-sidebar a.email { background: #096897; }

.social-sidebar a:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.team-card {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}
.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Animated gradient background */
.team-card .animated-bg {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #007bff, #94cbe4, #004c58);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    border-radius: 6px;
      opacity: 0.15;
}
.team-card:hover .animated-bg {
     background: linear-gradient(135deg, #e3a242, #7953b5, #17a2b8);
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Team image background */
.team-img-bg {
    background-image: url('img/teambg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
        box-shadow: 1px 2px 3px gray;
}

/* Border bottom under image */
.border-line {
    border-bottom: 2px solid #1C2E5F;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.4s ease;
}
.team-card:hover .border-line {
    border-color: #6610f2;
    

}

/* Keep content above animated background */
.team-card img,
.team-card h5,
.team-card small {
    position: relative;
    z-index: 1;
}
.arrow{
    font-size: 32px;
    color: #338BC3;
    font-weight: bold;
}
/* --- Carousel Dots (Indicators) --- */
#testimonialCarousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #338bc3; /* your primary blue color */
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.3s ease;
}

#testimonialCarousel .carousel-indicators .active {
  background-color: #338bc3; /* active dot color */
}

/* --- Arrows (Prev/Next Icons) --- */
#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(13, 110, 253, 0.15); /* light blue background */
  border-radius: 50%;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}

/* Change arrow color */
#testimonialCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230d6efd' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 010 .708L6.707 7l4.647 4.646a.5.5 0 01-.708.708l-5-5a.5.5 0 010-.708l5-5a.5.5 0 01.708 0z'/%3E%3C/svg%3E");
}

#testimonialCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230d6efd' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 000 .708L9.293 7l-4.647 4.646a.5.5 0 10.708.708l5-5a.5.5 0 000-.708l-5-5a.5.5 0 00-.708 0z'/%3E%3C/svg%3E");
}


.topbar {
  background-color: #1C2E5F;
  color: #fff;
  font-size: 14px;
}
.topbar i {
  color: #338BC3;
}
.topbar .divider {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 12px;
}
.topbar a {
  color: #fff;
  transition: 0.3s;
}
.topbar a:hover {
  color: #338BC3;
}
@media (max-width: 768px) {
  .topbar {
    text-align: center;
    display: none;
  }
  .topbar .container-fluid {
    flex-direction: column;
  }
  .topbar .divider {
    display: none;
  }
  .social-icons {
    margin-top: 6px;
  }
}

.allhrlists1 li{
  font-size: 12px;
}