.header-two .navbar-area .navbar .navbar-nav .nav-item a {
    color:#000000;
    text-transform: none;
    opacity: 1;
    font-weight: 500;
    border: none;
}

.header-two .navbar-area .navbar .navbar-nav .nav-item a.main-btn.rounded-one {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 46px;
    color: #0067f4;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 50px;
    border-color: #0067f4;
}

.header-two .navbar-area .navbar .navbar-nav .nav-item a.main-btn.rounded-two {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 46px;
    color: #0067f4;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 50px;
    color: #fff;
    background-color: #0067f4;
    border-color: #0067f4;
}

#header-logo {
    max-width: 180px;
    padding-bottom: 0.5rem;
}

.footer-four .footer-widget {
    padding-top: 0;
    padding-bottom: 10px;
}

.header-two .navbar-area .navbar .navbar-nav .nav-item a.active::after {
    position: absolute;
    content: '';
    width: 32px;
    height: 4px;
    background: #0067f4;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    left: 50%;
    margin: 0 2px;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    -o-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(1);
}

.header-two .navbar-area .navbar .navbar-nav .nav-item a::before {
    content: none;
}



.header-two .navbar-area .navbar .navbar-nav .nav-item a.main-btn.rounded-one::after {
    content: none;
}
.header-two .navbar-area .navbar .navbar-nav .nav-item a.main-btn.rounded-two::after {
    content: none;
}

.about-four{
    background-color: #ffffff;
}

.about-two{
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 0px;
}

.features-saven {
    padding-top: 60px;
}

.header-two .header-content-area .header-image .image {
    padding-top: 0px;
    margin-top: -150px;
    width: 95%;
}

#header-text{
    margin-top: -150px;

}

.feature-icon{
    height: 7rem;
    width: 7rem;

}

@media (max-width: 767px) {
    .about-feature-items-four .feature-items-icon img {
        height: 7rem;
        width: 7rem;
        }
}

.single-about-items .items-icon img.choose-us {
    width: 20rem;
    height: 13.5rem;
}

@media (max-width: 767px) {
    .single-about-items .items-icon img.choose-us {
        width: 20rem;
        height: 13.5rem;
    }
}

#become-teacher-header {
    background-color: #ffffff;
}

.feature-image-four .image img#become-teacher-header-image {
    padding-top: 10rem;
    padding-right: 3rem;
}