.navbar-brand {
    float: left;
    height: auto;
    padding: 5px 15px;
}

header .header-body .edu-navbar .navbar-header a img {
    float: left;
    max-width: 350px;
    width: 100%;
}

footer img {
    width: 200px;
}

.navbar-nav {
    margin: 0;
    padding-top: 5px;
}

header .header-body .edu-navbar .edu-nav .nav li a {
    padding: 23px 0 15px;
}

header .header-body .is-sticky .edu-navbar .edu-nav .nav li a:before {
    margin: 0 0;
}

.become_teachers .become-teachers-01 .tab-wapper ul.tab_inner_nav li {
    width: 100%;
    color: #727272;
}

.become_teachers .become-teachers-01 .tab-wapper ul.tab_inner_nav {
    padding-bottom: 10px;
    padding-top: 10px;
}

.t-profile-left.about_profile .teacher-contact ul li {
    display: inline-flex;
    margin: 0px 2px;
}

.t-profile-left.about_profile .teacher-contact ul {
    margin: 25px auto;
}

.t-profile-left.about_profile .teacher-contact ul li a {
    background: #f9f9f9;
    border-radius: 100%;
    color: #a7a7a7;
    display: block;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 35px;
}

.curculam_section.row {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}

.curiculum_image {
    padding-bottom: 25px;
}

.curculam_section img {
    transition: all 0.3s ease-in-out;
}

.curculam_section img:hover {
    transform: scale(1.1);
}

.event-01 .events-grid-2 .event-info a.morelink:after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 15px;
}

.event-01 .events-grid-2 .event-info a.morelink {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.event-01 .events-grid-2 .event-info a.morelink.less:after {
    content: "\f177";
}

a.morelink {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.contact .contact-area-02 .contact-info .contact-box .single-address-box .single-address i {
    height: 50px;
}