﻿.un-link {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 40px 18px;
    max-height: 160px;
    min-height: 160px;
    margin: 15px 0;
}
.un-link h4 {
    color:#000;
    font-weight:bold;
    }
.sdty-left ul li a.active {
    color: var(--maincolor);
    padding-left: 5px;
}
.pro--bdy {
    background: #fff;
    box-shadow: 3px 3px 9px #0000004d;
    border-radius: 25px;
    padding: 50px;
}
.pro-main {
    background-color: #e4e4e4;
    padding-top: 60px;
}
.sec-pad {
    padding: 100px 0;
}
.pro-main {
  background-color: #e4e4e4;
  padding-top: 60px;
}
.pro--bdy {
  background: #fff;
  box-shadow: 3px 3px 9px #0000004d;
  border-radius: 25px;
  padding: 50px;
}
.pro--bdy-content {
  display: flex;
  align-items: center;
}
.pro--bdy-content h2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
}
.pro--bdy-content h2::before {
  content: "";
  position: absolute;
  background: #ff161f;
  height: 70px;
  width: 40px;
  left: -50px;
  top: 0;
}
.pro--bdy-content h6 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#ff161f;
}
.pro--bdy-content p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  width: 400px;
  margin-bottom: 50px;
}
.course h6 {
    font-size: 24px;
    font-weight:bold;
     font-family: var(--dsmd);
}
.main-header h1 {
    color: #004063;
    font-size: 47px;
    padding-bottom: 15px;
}
.course {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}