

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}
.event-function-section {
    padding: 80px 0;
}

.event-function-section label span {
    color: red;
}

.event-function-section .form-control {
    border-radius: 0;
    box-shadow: none;
}

.event-form-area .form-group {
    margin-bottom: 20px;
}

.event-form-area .form-group p {
    font-size: 14px;
}

.event-form-area label {
    color: #212121;
}

.event-form-area button {
    color: #212121;
    font-weight: 600;
}

.event-form-title {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.event-form-content {
    text-align: center;
    margin-bottom: 40px;
}

.event-form-content p {
    font-size: 1.5rem;
    color: #000000;
}
.inner-banner-area-trainers-list{
    background-size: cover;
    background-position: center;
}

/********************************/
/********************************/
/*****MEDIA QUERY SYTLE**********/
/********************************/
/********************************/

@media (max-width: 767px) {
    .event-form-title {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .event-form-content p {
        font-size: 1rem;
        line-height: 1.3;
    }
}