

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Inter', sans-serif;
  --theme-color: #EF1D26;
  --theme-bg-light: #F9F9F9;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #111111;
  --color-green: #11B76B;
  --color-blue: #0049D0;
  --color-yellow: #FBA707;
  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #111111;
  --footer-bg2: #181818;
  --footer-text-color: #F5FAFF;
}

    .testimonial.owl-theme .owl-nav {
display: none;

    } 
    .owl-dot.active {
      background: white;
    }
    .owl-dots{
       justify-items: center;
       text-align: center;
       margin-top: 1%;
    }
    .owl-carousel.owl-theme .owl-dot{
      font-size: 26px;
      margin: 0;
      padding: 0;
      border: 1px solid rgb(248, 241, 241);
      background: rgb(0, 9, 18);
      display: inline-block;
      cursor: pointer;
      padding: 4px;
      margin: 4px;
      height: 16px;
      width: 16px;
      line-height: 6px;
      border-radius: 50%;
      text-align: center;
    }
/* 



















