body {
    font-family: 'Raleway', sans-serif;
    font-size: 23px
}

.header-wp {
    top: 15px !important;
    margin-bottom: 15px !important
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar .navbar-brand {
    position: relative !important
}

.container-fluid {
    width: 100%;
    padding-right: 130px;
    padding-left: 130px;
    margin-right: auto;
    margin-left: auto
}

.navbar .nav-link {
    padding: 46px 10px;
    font-size: 18px;
    color: #412450;
    font-family: 'Taviraj', serif;
    font-weight: 600;
    text-align: center
}

.mizzouk12 {
    font-size: 18px;
    color: #412450;
    font-family: 'Taviraj', serif;
    font-weight: 600;
    text-align: center
}

@media(max-width:1199px) {
    .container-fluid {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }
    .header {
        background: none !important;
        padding: 60px 0 0 0
    }
    .mizzou-logo img {
        width: 227px
    }
    .navbar .navbar-brand {
        width: 133px;
        background-size: contain
    }
}

@media(max-width:991px) {
    .mizzouk12 {
        position: absolute;
        top: -63px;
        font-size: 15px
    }
}

@media(max-width:767px) {
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
    .navbar .navbar-brand {
        width: 96px
    }
    .mizzou-logo img {
        width: 171px
    }
}

@media(max-width:576px) {
    .navbar .nav-link {
        position: absolute;
        top: -47px;
        right: 0;
        padding: 0;
        font-size: 15px
    }
    .navbar .nav-link img {
        width: 25px
    }
}

#slider-m {
    overflow: hidden
}

#slider-m .item {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    max-height: 626px;
    width: 100%
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto
}

.about-us .about-us-header {
    color: #412450;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px
}

.about-us .about-us-header strong {
    color: #e6007e;
    font-weight: 900
}

.about-us p {
    text-align: center;
    font-weight: 300;
    color: #272727;
    font-size: 20px
}

.about-us p span {
    color: #e6007e
}

.parallax-wrapper {
    background: url("../images/parallax.jpg") no-repeat top center;
    background-position-x: center;
    background-position-y: top;
    width: 100%;
    background-size: cover;
    padding: 142px 0;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center
}

.parallax-wrapper .parallax-box {
    overflow: hidden;
    padding: 35px 15px;
    border: 4px solid #fff;
    text-align: center
}

.parallax-wrapper .parallax-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 58px
}

@media(max-width:576px) {
    .parallax-wrapper .parallax-box h2 {
        font-size: 33px
    }
}

.missouri-tigers {
    font-size: 22px
}

.missouri-tigers-header {
    display: flex;
    align-items: center
}

.missouri-tigers-header h2 {
    font-weight: 900;
    color: #e6007e;
    font-size: 59px;
    line-height: 59px;
    padding-left: 69px
}

.missouri-tigers-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
    font-style: italic
}

.missouri-tigers-box span {
    color: #412450;
    font-weight: 600
}

.missouri-tigers-right {
    padding-top: 35px
}

@media(max-width:1199px) {
    .missouri-tigers-header h2 {
        font-size: 45px;
        line-height: 48px
    }
}

@media(max-width:991px) {
    .missouri-tigers-header img {
        width: 219px
    }
    .missouri-tigers-header h2 {
        font-size: 37px;
        line-height: 38px
    }
}

@media(max-width:767px) {
    .missouri-tigers-header {
        display: block;
        text-align: center
    }
    .missouri-tigers-header h2 {
        padding-left: 0;
        font-size: 25px;
        line-height: 27px
    }
    .missouri-tigers-header img {
        width: auto;
        margin-bottom: 15px
    }
    .missouri-tigers-box {
        text-align: center !important
    }
}

.gallery-wrapper {
    color: #fff;
    background-color: transparent;
    padding-top: 48px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px
}

.gallery-wrapper .gallery-box-list .gallery-item>div a span {
    display: block;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    position: relative
}

.gallery-wrapper .gallery-box-list .gallery-item>div>a {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.gallery-wrapper .gallery-box-list .gallery-item>div>a {
    width: 20%
}

.gallery-wrapper .gallery-box-list .gallery-item>div a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gallery-wrapper .gallery-box-list .gallery-item>div a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.1, 1.1)
}

@media(max-width:767px) {
    .gallery-wrapper .gallery-box-list .gallery-item>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .gallery-wrapper .gallery-box-list .gallery-item>div>a {
        width: 25%;
        text-align: center
    }
}

@media(max-width:576px) {
    .gallery-wrapper .gallery-box-list .gallery-item>div>a {
        width: 50%
    }
}

.yedi-24-online {
    background-color: #e6007e;
    min-height: 580px
}

.leaf {
    position: absolute;
    bottom: 0;
    left: 0
}

.yedi-24-online-desc {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #fff
}

.yedi-24-online-desc h3 {
    font-size: 47px;
    font-weight: 900
}

@media(max-width:1199px) {
    .yedi-24-online {
        min-height: 366px
    }
    .yedi-24-online-desc {
        font-size: 18px
    }
    .yedi-24-online-desc h3 {
        font-size: 29px
    }
    .leaf {
        width: 114px
    }
}

@media(max-width:992px) {
    .yedi-24-online-desc {
        font-size: 16px
    }
    .yedi-24-online-desc h3 {
        font-size: 23px
    }
    .yedi-24-online {
        min-height: 295px
    }
}

@media(max-width:767px) {
    .yedi-24-online-right {
        position: absolute;
        top: 0;
        width: 171px;
        right: 0
    }
    .yedi-24-online-desc {
        font-size: 16px;
        text-align: center !important
    }
    .yedi-24-online-desc {
        min-height: 401px
    }
}

@media(max-width:576px) {
    .yedi-24-online-desc h3 {
        font-size: 18px
    }
}

.yurtdisi {
    font-size: 23px
}

.yurtdisi h3 {
    font-size: 36px;
    color: #412450;
    font-weight: 900;
    text-align: center
}

.yurtdisi span {
    color: #412450;
    font-weight: 600;
    font-style: italic
}

@media(max-width:767px) {
    .yurtdisi p {
        text-align: center !important
    }
}

@media(max-width:576px) {
    .yurtdisi {
        font-size: 18px
    }
    .yurtdisi h3 {
        font-size: 23px
    }
}

.parallax-wrapper-2 {
    background: url("../images/parallax-1.jpg") no-repeat top center;
    background-position-x: center;
    background-position-y: top;
    width: 100%;
    background-size: cover;
    padding: 142px 0;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
    font-size: 35px
}

.parallax-wrapper-2 .parallax-box {
    overflow: hidden;
    text-align: center
}

.parallax-wrapper-2 .parallax-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 60px
}

@media(max-width:1199px) {
    .parallax-wrapper-2 {
        font-size: 29px
    }
    .parallax-wrapper-2 .parallax-box h3 {
        font-size: 54px
    }
}

@media(max-width:992px) {
    .parallax-wrapper-2 {
        font-size: 18px
    }
    .parallax-wrapper-2 .parallax-box h3 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .parallax-wrapper-2 {
        font-size: 16px
    }
    .parallax-wrapper-2 .parallax-box h3 {
        font-size: 24px
    }
}

.cift-diploma h3 {
    font-size: 34px;
    color: #e6007e;
    font-weight: 900
}ŒŒŒŒŒ

.cift-diploma .table {
    border: 2px solid #e6007e;
    border-radius: 7px;
    border-collapse: inherit;
    text-align: center
}

.cift-diploma .table thead td {
    color: #412450;
    font-weight: 600
}

.cift-diploma .table td {
    vertical-align: middle;
    border-top: 0;
    color: #412450
}

.cift-diploma p {
    font-size: 22px
}

.note-avg {
    background-color: #412450;
    padding: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 9px
}

.note-avg strong {
    color: #fff;
    font-weight: 600
}

.note-avg-wrap-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.note-avg-box {
    color: #fff;
    width: 88px;
    border-left: 2px solid #fff
}

.note-avg-box:last-child {
    border-right: 2px solid #fff
}

.note-avg-box span {
    display: block;
    color: #fff;
    font-weight: 900
}

@media(max-width:991px) {
    .note-avg strong {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .note-avg {
        display: block;
        text-align: center
    }
    .note-avg strong {
        margin-bottom: 15px;
        display: block
    }
    .note-avg-wrap {
        padding-left: 0 !important
    }
    .cift-diploma [class*="col-"] {
        margin-bottom: 15px
    }
    .cift-diploma h3 {
        text-align: center
    }
    .cift-diploma p {
        font-size: 22px;
        text-align: center !important
    }
}

@media(max-width:576px) {
    .cift-diploma .table {
        font-size: 16px
    }
}

.abd-diploma h4 {
    display: block;
    font-size: 64px;
    color: #e6007e;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px
}

.abd-diploma .kredi {
    color: #412450;
    font-style: italic;
    margin: 30px 0
}

.abd-diploma .kredi span {
    font-style: normal;
    font-weight: 600
}

.abd-footer {
    color: #412450
}

@media(max-width:991px) {
    .abd-diploma h4 {
        font-size: 34px;
        padding: 0 15px
    }
    .abd-diploma [class*="col-"] {
        margin-bottom: 15px
    }
    .abd-diploma-desc,
    .abd-footer {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    .abd-diploma-desc {
        text-align: center
    }
}

.sss h4 {
    display: block;
    font-size: 64px;
    color: #e6007e;
    font-weight: 900;
    margin-bottom: 30px
}

.accordion .accordion-item .accordion-header a {
    font-weight: 900;
    color: #412450 !important
}

.accordion .accordion-item {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 50px
}

.accordion .accordion-item.active {
    border-bottom: 1px solid transparent !important
}

.accordion-border .accordion-item:first-child {
    border-top: 0
}

.accordion .accordion-item .accordion-content {
    background-color: transparent;
    font-size: 21px
}

.accordion .accordion-item .accordion-header i {
    border: 4px solid #e6007e;
    padding: 11px 15px 15px 14px;
    border-radius: 100%;
    width: 48px;
    height: 48px
}

@media(max-width:991px) {
    .sss h4 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .sss h4 {
        font-size: 25px;
        text-align: center
    }
    .accordion .accordion-item .accordion-header {
        font-size: 16px
    }
    .accordion .accordion-item .accordion-header i {
        border: 2px solid #e6007e;
        padding: 2px 0 0 5px;
        border-radius: 100%;
        width: 25px;
        height: 25px
    }
}

.footer-m {
    background-color: #412450;
    padding: 154px 0;
    margin-top: 100px;
}

.mizzou-ed {
    position: absolute;
    bottom: -19px;
    right: 36px
}

.social-footer a {
    color: #fff !important;
    border-left: 1px solid #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 !important
}

.social-footer a:last-child {
    border-right: 1px solid #fff
}

.social-footer a:hover {
    color: #e6007e !important
}

@media(max-width:1600px) {
    .footer-wrap .logo-footer {
        width: 115px
    }
    .footer-wrap .mizzou-logo-footer {
        width: 300px
    }
}

@media(max-width:1199px) {
    .mizzou-ed {
        position: absolute;
        bottom: 0;
        right: 44px;
        width: 32%
    }
    .footer-m {
        background-color: #050708;
        padding: 154px 0;
        margin-top: 0
    }
}

@media(max-width:767px) {
    .footer-m {
        padding: 30px 0 0 0
    }
    .mizzou-ed {
        width: 50%;
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 30px
    }
    .footer-wrap {
        text-align: center
    }
}

@media(max-width:576px) {
    .mizzou-ed {
        width: 100%
    }
    .footer-wrap .logo-footer {
        width: auto;
        margin: 30px 0
    }
    .footer-wrap .mizzou-logo-footer {
        width: auto;
        padding-left: 0 !important
    }
}

@media(max-width:440px) {
    .social-footer a {
        padding-left: 15px;
        padding-right: 15px
    }
}