html, body {
  overflow-x: hidden;
}

.color1{
    color: #f3741d;
}
.color2{
    color: #133573;
}

.m3-box {
    margin: 10px 0; /* only top-bottom margin */
    /* border-radius: 10px; */
    /* border: 1px solid #f3741d; */
}


/* Swiper Slidet Section start */
.course-slide
{
    height: 100%;
    position: relative;
}
   .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/* Swiper Slidet Section End */



/* certificate Section start */
.certificate{
  border: 5px dashed #f3741d;
  margin: 10px;
}
/* certificate Section END */

