  *{
        /*font-family:'Bionic Regular !important';*/
    }
body {

    background-color: #fbf7f4;
     font-family:'Bionic Regular !important';
}

/*--------------search-------------------------*/
h1.h1 {
    font-family: 'Bionic Regular !important';
    color: #a43a92 !important;
}

h2.h2 {
    margin: 0px 0px 20px 0px;
    font-family: 'Bionic Regular !important';
    font-size: 50px;
    font-weight: 600;
}
h3.h3-programme{
    font-family: 'Bionic Regular !important';
    font-size: 30px;
    font-weight: 600;
    padding-top: 2.7rem;
    text-transform: uppercase;
    margin-bottom: -5px;
}
h3.h3-workshop{
  font-family: 'Bionic Regular !important';
    font-size: 30px;
    font-weight: 600;
    padding-top: 2.4rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
h3.h3 {
     font-family: 'Bionic Regular !important';
    font-size: 30px;
    font-weight: 600;
    padding-top: 2.7rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

h4.h4 {
      font-family: 'Bionic Regular !important';
    font-size: 25px;
    font-weight: 600;
    color: black !important;

}
img {
    display: block;
    height: auto;
}
.monk {
    width: 380px;
    margin-left: 28%;
}
p {
      font-family: 'Bionic Regular !important';

}

p.subheading {
    margin: 0px;
      font-family: 'Bionic Regular !important';
    text-transform: uppercase;
    font-size: 18px
}

span {
      font-family: 'Bionic Regular !important';
    font-size: 20px;
    font-weight: 600;
    color: black !important;
}

/*--------------search-------------------------*/
a.navbar-brand {

    color: #3f484f !important;
}

nav.navbar.navbar-expand-lg {
    background-color: white;
}

li.nav-item,
a.login {
      font-family: 'Bionic Regular !important';
    font-size: 16px;
    font-weight: 600;

    color: black;
    margin: auto 10px;
}

/*--------------search-------------------------*/
button.button.button-outline.me-2 {
      font-family: 'Bionic Regular !important';
    font-size: 16px;
    font-weight: 600;
    color: #3f484f !important;
    padding: 7px 20px;
    background-color: white;
    border: 1px solid #a43a92;
    border-radius: 3px;
}

button.button {
      font-family: 'Bionic Regular !important';
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 7px 20px;
    background-color: #3f484f;
    border: 1px solid #3f484f;
    border-radius: 3px;

}

button.button.enroll {
      font-family: 'Bionic Regular !important';
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 10px 30px;
    margin-top: 10px;
    background-color: #d9b61e;
    border: 1px solid #d9b61e;
    border-radius: 3px;
    margin-top: 20px;
}

.content {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
}
.span1 {
    width: 18%;
    height: 27%;
    display: inline;
    font-size: 35px;
    border-radius: 50%;
    background-color: #d9b61e;
    padding-right: 4%;
    padding-left: 2%;
    padding-bottom: 1%;
    /* margin-right: 22%; */
    margin-left: 2%;
}
.card.test {
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
p.test-text {
    margin: 10px auto;
    font-size: 15px;
    font-weight: 500;
}
/*------------------------footer --------------------------------*/
.footer-section {
    background-color: #3f484f;
    color: white !important;
}
.footer-section ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

.footer-section li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}
@media (min-width: 992px) {
    .span2 {
        padding-top: 89px;
    }
    .insight .card.test {
        padding-left: 7rem;
    }
    .h5.h5 {
        font-size: 110%;
        margin-top: -9%;
        margin-left: 16%;
        margin-right: -8%;
    }
}

@media (max-width: 768px) {
    .span1 {
        width: 18%;
        height: 27%;
        display: inline;
        font-size: 35px;
        border-radius: 50%;
        background-color: #d9b61e;
        padding-right: 13%;
        padding-left: 9%;
        padding-bottom: 3%;
        margin-left: 30%;
    }
    .h5 {
        text-align: center;
        width: 135%;
        margin-left: -15%;
        margin-top: 5%;
    }
  
}