:root {
    --orange: #f7931d;
    --white: #fefefe;
    --black: #2d2f39;
    --grey: #e6e7e8;
  }
  
  .logo{
  
    width: 90px;
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  body {
    font-family: montserrat;
  }
  .section-padding {
    padding: 50px 0;
  }
  .wrapper {
    width: 1170px;
    margin: 0 auto;
  }
  header {
    overflow: hidden;
    height: 40vh;
    position: relative;
  }
  .vid-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  header .welcome-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .welcome-text h2 {
    color: #fff;
    font-size: 80px;
    margin: 0;
    font-family: Berkshire Swash;
  }
  .welcome-text p {
    color: #fff;
    font-size: 18px;
    width: 45%;
    line-height: 1.8;
    margin: auto;
  }
  .btn {
    background: #fff;
    border: none;
    color: #000;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
    margin-top: 25px;
  }
  /*responsive*/
  
  @media (min-width: 767px) and (max-width: 991px) {
    .welcome-text p {
      width: 95%;
    }
  }
  @media (max-width: 767px) {
    .logo {
      float: none;
      text-align: center;
    }
    .welcome-text h2 {
      font-size: 28px;
      margin-bottom: 18px;
    }
    .welcome-text p {
      width: 90%;
      line-height: 1.5;
    }
  }

.titleSpan{

  color: var(--orange) !important;
  
  }

 .card {
        height: 200px; /* Adjust height as needed */
        border-radius: 30px !important;  /* Optional: Rounded corners */
    }

    .icon-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90px; /* Adjust as needed */
        width: 90px; /* Adjust as needed */
        border-radius: 50%;
        margin-bottom: 10px; /* Adjust space between icon and title */
    }

    .icon-img {
        max-height: 70%; /* Ensure image fits within the circle */
        max-width: 70%; /* Ensure image fits within the circle */
    }

    .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cardBtn {
        margin: 0 auto; /* Center the button */
        background-color: var(--orange) !important;
        color: var(--white) !important;
    }
    h6{
font-size: 0.8rem !important;


    }
     
  .footer {
      background-color: #1a1a1a;
      padding: 20px 10px;
      bottom: 0;
      width: 100%;
      color: #ffffff;
  }
  
  .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
  }
  
  .footer-left,
  .footer-right {
      display: flex;
      align-items: center;
  }
  
  .footer-left .footer-link {
      color: #ffffff;
      text-decoration: none;
      /* margin-right: 8px; */
  }
  
  .footer-left .footer-link:hover {
      text-decoration: underline;
  }
  
  .footer-icons {
      display: flex;
      align-items: center;
  }
  .footer-icons i {
    color: var(--white) !important; 
   
  }
  
  .footer-icon {
      margin: 0 10px;
  }
  
  .footer-icon img {
      width: 20px;
      height: 20px;
  }
  
  .footer-right {
      font-size: 14px;
      color: #b3b3b3;
  }
  
  @media (max-width: 768px) {
      .footer-content {
          flex-direction: column;
          text-align: center;
      }
  
      .footer-left,
      .footer-right {
          flex-direction: column;
          margin-bottom: 10px;
      }
  
   
  
      .footer-icons {
          margin-bottom: 10px;
      }
  }
.orangeCircle{

background-color: var(--orange) !important;


}
.orangeCard{

background-color: var(--grey) !important;


}

.orangeTitle{

color: var(--orange) !important;


}