body {
    /* background-color: #fff !important; */
    font-family: 'Poppins', sans-serif;
    display: grid;
    align-items: center;
    height: 100vh;
    background-image: url(images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  
  @font-face {
    font-family: 'sutra';
    src: url('assets/fonts/sutra.ttf') format('woff2');
  }
  
  header {
    /* background-color: #fff; */
  
  
    /*position: fixed;*/
    /* Set the header to a fixed position */
    width: 100%;
    /* Make the header take the full width of the viewport */
    top: 0;
    /* Position it at the top of the viewport */
    z-index: 1000;
    /* Set a high z-index to make sure it's above other elements */
    padding-top: 10px;
  }
  .ft-sc i{
    color: black;
    font-size: 16px;
  }
  footer {
  
    align-self: flex-end;
    color: white;
    text-align: center;
    padding: 10px 0px;

    
  }
  .cntct-button{
    
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #0680d3;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
  }
  .cntct-button:hover{
    background: #434343;
    letter-spacing: 1px;
    /* -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); */
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

  .hdng h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: black;
  }
  .hdng-1 h3{
    color: #0680d3;
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 22px;
  }
  
  .header-logo {
    width: 250px;
  }
  
  
  .header-title {
    text-align: right;
    font-size: 20px;
    color: #0680d3;
  
  }
  
  .header-section {
    padding-top: 2px;
  }
  
  .about-section {
    /*padding-top: 150px;*/
  }
  
  .link-channel {
    color: #0680d3;
  }

  
  .footer-copyrights {
    font-size: 12px;
    color: #0680d3;
    margin-bottom: 0rem !important;
  
  }
  .containe{
    background-color: red;
  }
  .about-section-content {
    padding-top: 10px;
  }
  
  .about-section-content p {
    font-size: 15px;
    text-align: left !important;
    line-height: 1.7rem;
    
    
  }
  .trmslinks li{
    position: relative;
    display: inline-block;
    left: 20rem;
  }
  
  h2 {
    font-family: 'sutra';
    font-size: 42px;
    color: #0680d3;
  
  
  }
  
  img {
    width: 100%;
  
  }
  
  .about-img {
    width: 480px;
  }
  
  .about-img-title {
    font-size: 24px;
    text-align: center;
    font-family: 'Alex Brush', cursive;
  
  }
  
  .menu-size {
    font-size: 40px;
  }
  
  .about-section-img {
    text-align: center;
  }
  
  
  /* menu */

  .button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #0680d3;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: 500;
    outline: none;
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid;
  }
  
  
  /*.icon {*/
  /*  width: 24px;*/
  /*  height: 24px;*/
  /*  transition: all 0.3s ease-in-out;*/
  /*}*/
  
  /*.button:hover {*/
  /*  transform: scale(1.05);*/
  /*  border-color: #fff9;*/
  /*}*/
  
  /*.button:hover .icon {*/
  /*  transform: translate(4px);*/
  /*}*/
  
  /*.button:hover::before {*/
  /*  animation: shine 1.5s ease-out infinite;*/
  /*}*/
  
  /*.button::before {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  width: 100px;*/
  /*  height: 100%;*/
  /*  background-image: linear-gradient(*/
  /*    120deg,*/
  /*    rgba(255, 255, 255, 0) 30%,*/
  /*    rgba(255, 255, 255, 0.8),*/
  /*    rgba(255, 255, 255, 0) 70%*/
  /*  );*/
  /*  top: 0;*/
  /*  left: -100px;*/
  /*  opacity: 0.6;*/
  /*}*/
  
  /*@keyframes shine {*/
  /*  0% {*/
  /*    left: -100px;*/
  /*  }*/
  
  /*  60% {*/
  /*    left: 100%;*/
  /*  }*/
  
  /*  to {*/
  /*    left: 100%;*/
  /*  }*/
  /*}*/
  
  
  
  
  .menu-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #0680d3;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    padding-top: 6px;
  }
  
  .menu-bar span {
    font-size: 40px;
    margin-left: 10px;
  }
  
  .content {
    padding: 60px 20px;
  }
  
  /* Show the navbar when the checkbox is checked */
  
  .sevice-img {
    width: 200px;
  }
  
  .nav-contents {
    padding-top: 45%;
  }
  
  .conatct-section-content ul li a {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    text-decoration: none;
  }
  
  ul {
    padding-left: 0px;
  }
  
  a {
    text-decoration: none;
  }
  
  .header-top-nav ul li a {
    display: inline-block;
    /* color: black !important ; */
    font-size: 20px;
    font-weight: 600;
    margin-right: 16px;
  }

  .nav-link {
    color: #000 !important;
  }
  
  .nav-link:hover{
    color:#0680d3 !important;
    border-bottom: 1px solid #0680d3;
    
  }

  .active{
  
    color:#0680d3 !important;
    border-bottom: 1px solid #0680d3;
    
  }
 
  
  
  
  
  .header-section {
    /* background-color: #F5F4FC; */
    padding-bottom: 50px;
  }
  
  h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #0680d3;
    letter-spacing: 2px;
  }
  
  .navbar-collapse{
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    
  }
  
  .conatct-index {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  
  
  
  .service-section {
    padding-top: 90px;
  }
  
  
  
  .service-section-content {
    padding-top: 30px;
  }
  
  .contact-section-content {
    padding-top: 30px;
  
  }
  
  .contact-img {
    width: 200px;
    height: 200px;
    /* filter: grayscale(1);  */
    object-fit :cover;
    border-radius:50%;
  
  }
  
  .contact-img-1 {
    object-position: 0px 0px;
  }
  
  .contact-img-name {
    font-size: 14px;
    font-weight: 600;
    color: #0680d3;
    padding-top: 12px;
  }
  
  .conatct-section-content ul h5 {
    font-size: 18px;
  }
  
  .conatct-section-content ul h4 {
    font-size: 22px;
    font-weight: bold;
    color: #0680d3;
  
  }
  
  .conatct-section-content ul li a {
    font-size: 18px;
    color: #0680d3;
  }
  
  
  
  p.header-top-content {
    font-size: 24px !important;
    font-weight: 600;
    color: #0680d3;
    font-family: 'sutra';
  
  }
  
  .about-mb-content {
    padding: 0px 0px 3px;
    border-bottom: 1px solid #000;
    /* First border */
    max-width: 164px;
  }
  
  .about-mb-content:after {
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    /* Second border */
    margin-top: 2px;
    /* Adjust the margin as needed */
  }
  
  .contact-readmore {
    padding: 8px 0px 0px 7.5px;
    font-size: 12.5px !important;
    text-align: justify;

  }
  
  .conatct-location-header {
  
    color: #000;
  
  }
  
  .conatct-location-header-1 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
  
  }
  
  .contact-section-content a {
    color: #000;
  
  }
  .mb-4 mbn-sub-header-size{
    color: #0680d3;
  }
  
  
  
  /* .about-bg-img{
  
    background-image: url(assets/bg-6.png);
    background-repeat: no-repeat;
    background-size: cover;
  } */
  
  .home-bg-img {}
  
  .service-header {
    cursor: pointer;
  }
  
  .service-container-inner {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 10px 14px;
  }
  
 
  
  .service-list {
    display: flex;
    justify-content: space-between;
  }
  
  
  .servcie-btn {
    background-color: #0680d3;
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
  }
  
  
  /* clients slider */
  .container {
    overflow: hidden;
  }
  
  
  @import url('https://fonts.googleapis.com/css?family=Montserrat');
  
  
  
  :root {
    --marquee-width: 100%;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  }
  
  .marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    color: #eee;
    overflow: hidden;
    position: relative;
  }
  
  .marquee:before,
  .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }
  
  .marquee:before {
    left: 0;
  
  }
  
  .marquee:after {
    right: 0;
  
  }
  
  .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }
  
  /* .marquee-content:hover {
    animation-play-state: paused;
  } */
  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
  }
  
  .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4);
    /* 5rem; */
    white-space: nowrap;
    margin: 0px 20px;
  
  }
  
  .marquee-content li img {
    width: 100%;
    /* height: 100%; */
  }
  
  @media (max-width: 600px) {
    html {
      font-size: 12px;
    }
  
    :root {
      --marquee-width: 100vw;
      --marquee-height: 16vh;
      --marquee-elements-displayed: 3;
    }
  
    .marquee:before,
    .marquee:after {
      width: 5rem;
    }
  }
  
  b {
    font-size: 22px;
  }
  
  .about-large-section {
    /*padding-top: 200px;*/
  }
  
  .service-tab-list {
    font-size: 22px;
  }
  
  .sutra-service {
    font-size: 15px;
    font-family: 700;
    color:black;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .row-sk {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .container-box{
    display: flex;
    
  }
  .container-about-section h2{
    
    color: black;

  }
  .service-container-inner{
    height: 180px;
    width: 200px;
    
  }
  .text-center a{
    font-size: 12px; 
    color:#4286f4
    
  }
  .text-center a:hover{
    color:#0680d3;
  }

  