body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

h3 {
      font-family: 'Poppins', sans-serif !important;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: #212121;
  background-color: transparent;
  outline: none;
  margin-bottom: -2px;
  /* font-family: "HyundaiMedium" !important; */
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
}

/*nav.navbar.bootsnav*/
/*  ul.dropdown-menu.megamenu-content*/
/*  .content*/
/*  ul.menu-col*/
/*  li*/
/*  a {*/
/*  font-size: 16px;*/
  /* font-family: "HyundaiMedium" !important; */
/*}*/

/*nav.bootsnav .megamenu-content .title {*/
/*  font-size: 16px;*/
  /* font-family: "HyundaiMedium" !important; */
/*}*/

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  font-size: 14px;
  /* font-family: "HyundaiMedium" !important; */
}

.page-title h1 {
  /* font-family: "HyundaiMedium" !important; */
}

img#header-image {
  width: 100px;
}

img#header-images {
  width: 114px;
}

div#new-header {
  margin-left: 64px;
}

ul li {
  /* font-family: "HyundaiMedium" !important; */
  font-size: 19px !important;
}

.single-input-field {
  margin-top: 25px;
}

@media only screen and (min-width: 1200px) {
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    border-left: none;
    border-right: 1px solid #dddfe6;
  }
}

@media only screen and (max-width: 786px) {
  img#new-logoid {
    width: 220px;
  }

  img#new-gifid {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
}

.btn-lg {
  border-radius: 0px !important;
}

.active-link-cotact a {
  background: #1f4378 !important;
  color: #fff !important;
  margin: 0px 4px;
}

/*@media (min-width: 1024px) {*/
/*  nav.navbar.bootsnav ul.nav > li > a {*/
/*    padding: 8px 18px !important;*/
/*  }*/
/*}*/

@media (min-width: 1200px) {
  .col-lg-6 {
    width: 26% !important;
  }
}

.form-tex {
  font-size: 18px;
}

label span {
  font-size: 22px;
}

.content-holder {
  padding-top: 15px;
}

.checkbox label,
.radio label {
  font-weight: 600;
  font-family: system-ui;
}

p {
  font-size: 18px !important;
  font-size: 15px !important;
  font-weight: 300;
  color: #000000 !important;
}

h3 {
  font-size: 24px;
}

ul#new-ul li {
  color: black;
  text-align: justify;
  font-size: 18px !important;
}

/*.about-cover-bg {*/
/*  background-image: url(https://minswaysolutions.com/images-new/m1.gif);*/
/*}*/

.ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}

/* <!-- banner-css --> */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.unique-hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.unique-carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-top: 76px;
}

.unique-carousel-item {
  min-width: 100%;
  height: 400px;
  position: relative;
}

.unique-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unique-carousel-caption {
  position: absolute;
  bottom: 50px;
  left: 80px;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  width: 50%;
}

.unique-carousel-caption p {
  font-size: 1.25rem;
  font-weight: 300;
}

.unique-carousel-btn {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  margin: 10px 0px;
}

.unique-carousel-btn:hover {
  background-color: #0056b3;
}

.unique-carousel-controls {
  position: absolute;
  top: 55%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.unique-carousel-control-btn {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.unique-carousel-control-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.unique-carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.unique-indicator {
  background-color: red;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.unique-indicator.active {
  background-color: #007bff;
}

    .unique-carousel-item video{
       width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 1024px) {
    
    
  .unique-carousel-item {
    height: 400px;
  }

  .unique-carousel-caption {
    padding: 15px;
    bottom: 15px;
  }

  .unique-carousel-caption p {
    font-size: 1.15rem;
  }

  .unique-carousel-btn {
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {
    
        .unique-carousel-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    
  .unique-carousel-item {
    height: 300px;
  }

  .unique-carousel-caption {
    padding: 10px;
    bottom: 10px;
  }

  .unique-carousel-caption p {
    font-size: 1rem;
  }

  .unique-carousel-btn {
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .unique-carousel-item {
    height: 123px;
  }

  .unique-carousel-caption {
    padding: 8px;
    bottom: 8px;
  }

  .unique-carousel-caption p {
    font-size: 0.9rem;
  }

  .unique-carousel-btn {
    padding: 5px 10px;
  }
}

/* <!-- header-css --> */

.custom-navbar {
  z-index: 9999;
}

.hero-carousel {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .hero-carousel {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .hero-carousel {
    padding-top: 40px;
  }
}

/* <!-- Capabilities Section -- */

.item.mb-50.capabilities hr {
  margin-top: 15px;
  margin-bottom: 20px;
  border: 0;
  width: 164px;
  border-top: 2px solid #007bff !important;
}

.item.mb-50.capabilities p {
  color: black;
}

.capability-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0000009e, transparent) !important;
  /* Add linear gradient background */
  border-radius: 8px;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.5s ease;
}

.capability-card:hover::after {
  opacity: 1;
}

.d-none {
  display: none;
}

.capabilities {
  background-color: #fff;
  /* Black background for the section */
  color: #fff;
  /* White text color for contrast */
}

.capability-card {
  overflow: hidden;
  border: none;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
}

.capability-card:hover {
  transform: translateY(-30px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #007bff, #00c6ff);
}

.card-img-wrapper {
  position: relative;
}

.card-img-top {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  /* Semi-transparent black background for card body */
  color: #fff;
  /* White text color for card body */
  transition: background 0.3s ease-in-out;
}

.card-img-wrapper:hover .card-body {
  background: rgba(0, 0, 0, 0);
  /* Darker background on hover */
}

.card-title {
    font-size: 1.7rem;
     font-weight: 500; 
    font-family: 'Poppins', sans-serif;
    text-shadow: 3px 6px 11px rgba(0, 0, 0, 24.5);
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ff0000 !important;
}

button.btn.btn-light.toggle-btn.close-view {
  padding: 0px 25px;
  font-size: 1rem;
  background-image: linear-gradient(
    90deg,
    #00c0ff 0%,
    #1f4378 49%,
    #0040ff 80%,
    #00a9e0 100%
  );
  color: white;
  border: none;
  cursor: pointer;
}

.container.text-center h2.mb-5 {
  margin: 25px 0;
}

.col-12.text-center.mt-4 {
  margin: 30px 0;
}

/* Smooth transition for card visibility */
.card-container {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.card-container.hidden {
  opacity: 0;
}

.capability-card:hover .card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgb(0 0 0 / 0%);
    color: #fff;
    transition: background 0.3s ease-in-out;
}

/* Media queries for responsiveness */
@media (max-width: 1024px) {
  .card-img-top {
    height: 180px;
  }

  .card-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .card-img-top {
    height: 150px;
  }

  .card-title {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .card-img-top {
    height: 440px;
  }

  .card-title {
    font-size: 2.4rem;
  }

  .toggle-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .col-md-4.feature-box.text-left.mb-50.col-sm-6.wow.fadeTop {
    text-align: start !important;
    padding: 15px;
  }
}

/* mailstone-css */

.overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

section.parallax-bg-17.fixed-bg.fact-section.mail-stone {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.counter h3 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #f1f1f1;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  text-align: center !important;
}

.counter h2 {
  margin: 15px 0 20px;
  font-size: 50px;
  line-height: 50px;
  text-align: center !important;
}

p.font-styles {
  /* font-family: "HyundaiMedium" !important; */
  font-size: 15px !important;
  letter-spacing: normal;
  color: #000000b3;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

p.Capabilities-text {
  color: black;
}

/* p#work-flow-pharagraph:hover{
    color: black !important;
  } */

.col-md-4.feature-box.text-left.mb-50.col-sm-6.wow.fadeTop {
  text-align: center !important;
  padding: 45px;
  box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; /* Smooth transition for the hover effect */
  color: white !important;
}

.col-md-4.feature-box.text-left.mb-50.col-sm-6.wow.fadeTop:hover {
  background-color: #f7f7f7; /* Light grey background on hover */
  transform: scale(1.05); /* Slightly increase the size of the element */
  box-shadow: 0 30px 40px -8px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
  color: rgb(0, 0, 0) !important;
}

.col-md-4.feature-box.text-left.mb-50.col-sm-6.wow.fadeTop:hover
  p#work-flow-pharagraph {
  color: rgb(0, 0, 0) !important;
}

section.parallax-bg-18.fixed-bg .item {
  text-align: center;
  padding: 0px;
  color: #ffffff;
}

@media (max-width: 480px) {
  .col-md-4.feature-box.text-left.mb-50.col-sm-6.wow.fadeTop {
    text-align: start !important;
    padding: 15px;
  }

  .testimonial-item p {
    text-align: center !important;
  }
}

/* Capabilities & Solutions */

.gallery-container.text-center {
  justify-content: center;
}

/* Container for the gallery */
.gallery-container {
  display: grid;
  grid-template-columns: 600px repeat(2, 280px);
  grid-template-rows: repeat(2, 200px);
  /* Reduced the size */
  gap: 2px;
  width: 100%;
  max-width: 100%;
  background-color: #f5f7fd;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Large image on the left side */
.gallery-item-large {
  grid-row: 1 / span 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Individual gallery item */
.gallery-item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image in the gallery item */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 8px;
}

/* Hover effect to zoom in on the image */
.gallery-item:hover img {
  transform: scale(1.1);
}

/* Overlay effect on hover */
.gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, #214176ab, transparent) !important;
  /* Add linear gradient background */
  border-radius: 8px;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.5s ease;
}

/* Display the overlay on hover */
.gallery-item:hover::after {
  opacity: 1;
}

/* Overlay effect on hover */
.gallery-item figcaption {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 10px;
  color: #ffffff;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.5s ease, bottom 0.5s ease;
}

/* Display the overlay on hover */
.gallery-item:hover figcaption {
  max-height: 200px;
  bottom: 0px;
}

.do_more-grid-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-style: italic;
}

.do_more-grid-desc {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

/* Responsive design for tablets and smaller screens */
@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto repeat(4, auto);
  }

  .gallery-item-large {
    grid-row: 1;
  }
}

figure {
  margin: 0;
}

/*Who We Are*/

.item.mb-50.WhoWeAre hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  width: 79px;
  border-top: 2px solid #007bff !important;
}

/*<!--=== Testimonails css ===-->*/

.col-md-6.wow.fadeTop.margine-top {
  margin-top: 80px;
}

.testimonial .testimonial-item img {
  margin-bottom: 0px !important;
  border-radius: 50%;
  border: 1px solid;
}

.testimonial-item h5 {
  margin-bottom: 3px !important;
  font-size: 25px !important;
  font-weight: 600;
}

.testimonial-item h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: normal;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before {
  color: #fff;
}

/* Unique class for the image container */
.dummy-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Unique class for individual dummy logos */
.dummy-logo {
  width: 100%;
  height: 75px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  /* Add a border to each logo */
  background-color: #ffffff;
  /* Background color for logos */
  border-radius: 5px;
  /* Rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Ensures the image doesn't overflow */
}

/* Add some hover effects */
.dummy-logo:hover {
  border-color: #000;
  /* Change border color on hover */
  background-color: #ffffff;
  /* Slightly darker background on hover */
  transform: scale(1.05);
  /* Slightly enlarge on hover */
  transition: all 0.3s ease;
  /* Smooth transition */
}

section.capabilities.py-5 .item {
  text-align: center;
  padding: 0px;
  color: #1f427a;
}

/*Cookie Consent Styles */

    /* Existing CSS */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3c3c3ce6;
    border-top: 1px solid #444;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(100%);
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    flex-grow: 1;
}

.cookie-content a {
    color: #008aa7;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

.cookie-content .btn {
    padding: 10px 20px !important;
    font-size: 14px;
    color: #fff;
    background-color: #204277;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-left: 20px;
    height: 30px !important;
    line-height: 0px !important;
    text-transform: capitalize;
}

.cookie-content .btn:hover {
    background-color: #214277;
    transform: scale(1.05);
}

.cookie-consent.show {
    transform: translateY(0);
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .cookie-consent {
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
    }

    .cookie-content p {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .cookie-content .btn {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    
}


/*Cookie Consent Styles  end*/




.travel-bg-right.bg-flex-right.col-md-6 {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.tab-content.text-left p {
  color: black;
}

.light-tabs .nav-tabs > li.active > a,
.light-tabs .nav-tabs > li.active > a:focus,
.light-tabs .nav-tabs > li.active > a:hover {
  border: 0 !important;
  color: #212121 !important;
  position: relative !important;
  background: transparent;
}

.light-tabs .nav-tabs > li > a {
  margin-right: 0 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #ff0000 !important;
  border: 0 !important;
  background: #ffffff00 !important;
  border-radius: 0 !important;
  text-transform: capitalize;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
}

.nav > li > a {
  position: relative !important;
  display: block;
  padding: 10px 15px !important;
}

.light-tabs .nav-tabs > li.active > a::before {
  content: "";
  background-color: #ff1100 !important;
  width: 100% !important;
  height: 3px !important;
  position: absolute !important;
  left: 0 !important;
  top: 0px !important;
}


      
.feature-box .pull-right p {
  color: black;
}

.feature-box-right .pull-left p {
  color: black;
}

.feature-box.text-left.wow.fadeInLeft.boxshadow {
  box-shadow: 25px 25px 81px 0px rgb(95 63 176 / 20%) !important;
  border-radius: 30px 30px 30px 30px !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s !important;
  padding: 10px 10px 10px 10px !important;
}

.feature-box-right.text-right.wow.fadeInRight.boxshadow {
  box-shadow: 25px 25px 81px 0px rgb(95 63 176 / 20%) !important;
  border-radius: 30px 30px 30px 30px !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s !important;
  padding: 10px 10px 10px 10px !important;
}

.feature-box.text-left.wow.fadeInLeft.boxshadow:hover {
  background-color: #fff !important;
  box-shadow: 25px 25px 81px 0px #ff19f885 !important;
  border-radius: 30px 30px 30px 30px !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s !important;
  padding: 10px 10px 10px 10px !important;
}

.feature-box-right.text-right.wow.fadeInRight.boxshadow:hover {
  background-color: #fff !important;
  box-shadow: 25px 25px 81px 0px #ff19f885 !important;
  border-radius: 30px 30px 30px 30px !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s !important;
  padding: 10px 10px 10px 10px !important;
}

section.capabilities.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  position: relative;
}

section.dark-bg.pb-30.pt-30.industries {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: white;
}

section.pt-100.pt-100.mobile-applications {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: white;
}

.col-md-3.col-sm-6.web-application-button {
  float: inline-end;
}

section.testimonial-style-02 {
  padding-top: 30px !important;
  padding-bottom: 31px !important;
  background: white;
}

/* .testimonial-item .testimonial-content {
  padding: 23px !important;
  background: #ffffff;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 38px 45px 93px -10px rgb(0 0 0 / 5%);
} */

section.pt-100.pt-100.web-applications {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: #ffffff;
}


section.dark-bg.pb-30.pt-30.industries hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 90px;
    border-top: 2px solid #007bff !important;
}

section.pt-100.pt-100.mobile-applications hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 130px;
    border-top: 2px solid #007bff !important;
}


section#feature hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 100px;
    border-top: 2px solid #007bff !important;
}

hr.text-center.yellow-bg.certification {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 100px;
    border-top: 2px solid #007bff !important; 
}

section.pt-100.pt-100.web-applications hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 130px;
    border-top: 2px solid #007bff !important;
}

section.testimonial-style-02 hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 90px;
    border-top: 2px solid #007bff !important;
}

p#newtext {
    color: #000000;
}

.box1.revivew p{
     color: #000000;
}

.post .post-img {
    border-radius: 15px !important;
}

.post .post-img img {
    border-radius: 15px;
}


section.pt-50.pb-50.white-bg.Our-Clients hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 80px;
    border-top: 2px solid #007bff !important;
}

section.parallax-bg-19.What-Our-Client-Says hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    width: 130px;
    border-top: 2px solid #007bff !important;
}


/*testimonial-css*/

    @media (max-width: 768px) {
    .testimonial-carousel .col-md-6, 
    .testimonial-carousel .col-sm-6, 
    .testimonial-carousel .col-xs-12 {
        width: 100%;
        margin-bottom: 20px;
    }

    .testimonial-item {
        text-align: center;
    }

    .testimonial-content {
        padding: 15px;
    }

    .testimonial-content .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testimonial-content .image {
        margin-bottom: 10px;
    }

    .testimonial-content .cite h6.name {
        margin-top: 10px;
    }

    .testimonial-content .content {
        margin-top: 15px;
    }

    .testimonial-content .content .text {
        font-size: 14px;
    }

    h3 {
        font-size: 24px;
    }

    .Capabilities-text {
        font-size: 14px;
    }

    .yellow-bg {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    h3 {
        font-size: 20px;
    }

    .Capabilities-text {
        font-size: 12px;
    }

    .testimonial-content .content .text {
        font-size: 12px;
    }

    .testimonial-content .cite h6.name {
        font-size: 14px;
    }

    .yellow-bg {
        width: 70%;
    }
}




/*clints_css*/



          @keyframes slide {
            from {
              transform: translateX(0);
            }

            to {
              transform: translateX(-100%);
            }
          }

          .logos {
            overflow: hidden;
            background: white;
            white-space: nowrap;
            position: relative;
          }

          .logos:before,
          .logos:after {
            position: absolute;
            top: 0;
            width: 250px;
            height: 100%;
            content: "";
            z-index: 2;
          }

          .logos:before {
            left: 0;
            background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
          }

          .logos:after {
            right: 0;
            background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
          }

          .logos:hover .logos-slide {
            animation-play-state: paused;
          }

          .logos-slide {
            display: inline-block;
            ;
            animation: 10s slide infinite linear;
          }

          .logos-slide img {
            height: 80px;
            margin: 0 40px;
          }

          .logos {
            margin-top: 40px;
          }

          img#new-logo {
            width: 220px;
            height: 100px;
          }
        
        
        
        /*certifictaion*/
        
        .portfolio.certification {
            
            background: rgb(0 0 0 / 0%);
    border: 0px solid #ffffff;
}

.portfolio.certification .dark-overlay {
    border: 0px solid #00000000;

}


      .text-color{
      color:black;
          
      }

/*@media (max-width: 1208px) {*/
/*    nav.navbar.bootsnav .navbar-toggle {*/
/*        display: inline-block !important;*/
/*        margin-right: 0px !important;*/
/*        margin-top: 23px !important;*/
/*        font-size: 30px !important;*/
/*        color: #10064d !important;*/
/*    }*/
/*}*/


