@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&amp;family=Jost:wght@300;400;500;600;700&amp;display=swap");

.main-head {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}
.title-content p {
    font-size: 16px !important;
    font-weight: normal;
}
.sub-head2{
margin-bottom: 8px !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #262626 !important;
}

.list-head {
    font-size: 20px;
    color: #262626 !important;
    font-weight: 600;
        margin-left: 15px;
        margin-bottom: 20px !important;
}
.list-head span{
    color: #3d3d3d;
    font-size: 16px;
    font-weight: normal;
}
.sub-head {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 8px !important;
}
.btn-m{
    width: 170px;
}
.btn-outline-success {
    color: #240147;
    border-color: #240147;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #240147;
    border-color: #240147;
}
.register-card{
        background: rgba(228, 228, 228, 0.5);
    padding: 30px;
    /* max-height: 360px;
    min-height: 360px; */
    border: 1px solid #ddd;
        min-height: 400px;
}
.register-card .sub-head1{
    color: #240147;
    font-size: 22px;
}
.border-success{
        border: 1px solid #240147;
}
.text-success{
    color: #240147;
}
.register-card .form-control{
    background: transparent;
}
.register-card .form-control::placeholder{
    color: #240147;
}
.inner-ol li{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.inner-ol1 li{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.sub-head3 {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #262626 !important;
}
.code-con .btn-link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.code-con .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(3 131 75);
    border-bottom: 1px solid rgb(3 131 75);
}
.code-con ul{
    margin-bottom: 10px;
    position: relative;

}
.code-con ul li{
    padding-left: 15px;
}
.code-con ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-top: 10px;
}
.news-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #240147;
}
.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    max-height: 200px;
}
.news-block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.news-block .lower-content {
    position: relative;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.news-block h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}
.news-block h4 a {
    color: #222;
    transition: 0.5s;
}
.news-block .inner-box:hover .lower-content {
    background: transparent linear-gradient(293deg, #240147 0%, #ff802e00 100%) 0% 0% no-repeat padding-box;
}
.video-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 1px solid #240147;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
}
.sub-head-bg {
    background: #240147;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px !important;
    position: relative;
}
