.body-section {
    margin-top: 107px;
}

.connect-about-container div {
    padding-left: 0;
    padding-right: 0;
}

.connect-about-container-left {
    position: relative;
    height: 535px;
    width: 100%;
}

.connect-about-image-upper {
    position: absolute;
    top: 0;
    left: 0;
    /* max-height: 300px;
    max-width: 300px; */
    z-index: 1;
    background-color: #EDEDED;
}

.connect-about-image-upper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.connect-about-image-lower {
    position: absolute;
    bottom: 2%;
    left: 15%;
}

.connect-about-image-lower img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.row {
    margin-left: 0px !important;
    margin-left: 0px !important;
}

.connect-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.connect-full-name {
    font-size: 20px;
    font-weight: 600;
}

.blue-text-color {
    color: #004C8F;
}

.connect-about-info {
    margin-top: 48px;
}

.connect-about-content {
    margin-top: 16px;
    text-align: left;
    opacity: 0.7;
    font-weight: 400;
    font-size: 16px;
    line-height: 143.3%;
}

.read-more-btn {
    margin-top: 24px;
}

.connect-about-container-right {
    padding-left: 32px;
}

.our-services {
    background-color: #F8F8FF;
    min-height: 523px;
    margin-top: 64px;
    padding-bottom: 96px;
}

.service-we-provide-title {
    color: #004C8F;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 32px 0;
    text-align: center;
}

/* .service-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
} */
/* .service-content-img-container{
    min-height: 248px;
    min-width: 366px;
} */
.service-content-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-title-container {
    background-color: #FFFFFF;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    margin-top: -25px;
    position: relative;
    color: #004C8F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.title-icon {
    margin-right: 16px;
}

.service-content:first-child {
    padding-left: 0px !important;
}

.service-content:last-child {
    padding-right: 0px !important;
}


.item-title {
    color: #004C8F;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.short-description {
    width: 75%;
    color: #DC143C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.description {
    opacity: 0.7;
}

.test-preparation-class {
    position: relative;
    height: 560px;
}

.background-blue {
    width: 466px;
    height: 560px;
    float: right;
    position: relative;
    /* top: 0; */
    right: 0;
    background-color: #004C8F;
    /* transform: translate(30%, 0); */
}

/* .test-preparation-image-container {
    height: 100%;
    max-width: 527px;
} */

.test-preparation-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.preparation-content-container {
    height: 560px;
    justify-content: center;
    align-items: center;
}

.test-preparation-content {
    padding-left: 0px !important;
}

.test-preparation-image-container {
    padding-right: 0px !important;
}

.testimonial {
    margin-top: 64px;
}

.testimonial-content {
    /* max-height: 454px; */
    max-width: 330px;
    background-color: #004C8F;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.testinomial-user-name {
    font-size: 18;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
}

.testinomial-user-education {
    font-size: 12;
    text-align: center;
    color: #F4F8F8;
}

.testimonials-info {
    font-size: 12;
    text-align: center;
    color: #F4F8F8;
    margin-top: 16px;
    opacity: 0.7;
    padding: 5px;
}

/* .testimonia-img-container{
    height: 220px;
    width: 330px;
} */
.testimonia-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-event-container {
    /* height: 630px; */
    margin-top: 64px;
    background-color: #F8F8FF;
}

.time-location {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    margin-right: 32px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.new-event-title {
    font-size: 18px;
    font-weight: 600;
    color: #004C8F;
    /* padding-left: 16px; */
}

.news-event-content {
    background-color: #FFFFFF;
}

.news-event-img-container {
    height: 230px;
    max-width: 353px;
}

.news-event-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.quarter-circle-for-date {
    font-size: 18px;
    font-weight: 600;
    background-color: #DC143C;
    color: #FFFFFF;
    height: 72px;
    width: 72px;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 100px;
    text-align: right;
    padding-right: 14px;
}

.time {
    margin-right: 16px;
}

.news-event-single-read-more-container {
    position: absolute;
    bottom: -43px;
    right: 0;
    font-size: 18px;
    font-weight: 600;
}

.news-event-all-read-more-container {
    margin-top: 96px;
    text-align: center;
    padding-bottom: 64px;
}

.contact-us-section {
    height: 750px;
    position: relative;
}

.contact-us-overlay {
    background-color: #004C8F;
    height: 750px;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
}

.contact-us-bg-img-container {
    height: 750px;
    width: 100%;
    position: absolute;
}

.contact-us-bg-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contact-form-container {
    max-width: 601px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
}

.contact-form-title {
    font-size: 35px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.color-white {
    color: #FFFFFF;
}

.custom-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.custom-form-control {
    display: block;
    width: 100%;
    padding: 8px 16px;
}

.form-input-container {
    width: 47%;
}

.contact-form {
    margin-top: 48px;
}

label {
    margin-bottom: 0px !important;
}

.btn-connect-btn {
    border: none !important;
    color: #FFFFFF;
}

.submit-btn {
    margin-top: 48px;
    text-align: center;
}

.margin-16 {
    margin-bottom: 16px;
}

/*  */
.test-preparation-imgs{
    position: absolute;
    top: 9%;
    transform: translate(-35%, 5%);
    width: 527px;
    height: 409px;
}
    /* .connect-about-container-left {
        position: relative;
        height: 607px; 
        width: 427px;
    }
    .connect-about-image-upper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        margin-left: auto;
        background-color: #EDEDED;
        margin-right: auto;
        right: 0;
        width: 350px;
    }
    .connect-about-image-lower {
        position: absolute;
        bottom: 0;
        width: 381px;
    } */
