

/* Hide the sub-sub-menu by default */
.sub-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 4px;
    width: 170px;
}

/* Style the sub-sub-menu links */
.sub-sub-menu li {
    padding: 2px 0;
}

/* Show the sub-sub-menu on mouseover */
.sub-menu-ul li:hover .sub-sub-menu {
    display: block;
}
/* Certificate */
.team-details-section{
    padding-bottom : 50px

}
.events-text-pad-top {
   padding: 20px 70px 20px 70px;
}

.section-title h3 {
    font-size:48px;
    line-height: 1.3;
    margin-top: 8px;
    letter-spacing:-0.7px;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .section-title h3 {
    text-align: left;
}
}

