body {
    font-family: 'Poppins', sans-serif;
}

header {
    padding: 10px;
}

header i {
    float: right;
    font-size: 24px !important;
    margin: 30px 0 0;
}

header ul.menu {
    margin: 18px 0 0
}

header ul.menu li {
    list-style: none;
    float: left;
    font-size: 15px;
    margin: 0 13px;
}

.why-uk-inner {
    background-color: #fff;
    padding: 10px;
    padding-left: 0px;
    min-height:257px;
}

ul.menu li.reg-btn a {
    border: 1px #9d0932 solid;
    border-radius: 24px;
    padding: 3px 10px;
    text-decoration: none;
    color: #9d0932 !important;
    margin-top: -2px;
}

ul.menu li.reg-btn a:hover {
    background-color: #9d0932;
    color: #fff !important;
    transition: .2s;
}

header ul.menu li a {
    color: #000;
    font-weight: 700;
}

.box {
    border: 1px #ccc solid;
    padding: 5px;
}

.stuk-slider {
    background-image: url(../img/stuk/uk-banner2.jpg);
    background-attachment: fixed;
    background-size: cover;
    min-height: 650px;
}

.au-slider {
    background-image: url(../img/stuk/au-banner2.jpg);
    background-attachment: fixed;
    background-size: cover;
    min-height: 650px;
}

.slider-caption {
    position: relative;
    top: 30%;
}

.slider-caption h1 {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1;
}

.slider-caption h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 61%;
    color: #9d0932;
}

.stuk-heading {
    width: 70%;
}

.stuk-heading h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #9d0932;
    font-size: 2rem;
}

.stuk-heading h3 {
    color: #000;
}

.btn-cborder {
    border: 2px #000 solid;
    padding: .3em 1.7em;
    color: #fff;
    background-color: #000;
}

.btn-cborder:hover {
    border: 2px #9d0932 solid;
    background-color: #9d0932;
    color: #fff;
}

.stuk-title {
    font-weight: 800;
    letter-spacing: -1px;
    color: #9d0932;
    text-transform: uppercase;
}

ul.no-list li {
    list-style: none;
}

ul.why-stuk-inner li {
    font-size: 16px;
}

ul.uk-list li i {
    color: #000;
}

ul.uk-list li {
    border: 1px #ccc solid;
    border-radius: 8px;
    padding: 4px 17px;
    margin-bottom: 8px;
    background-color: #fff;
}

ul.uk-list li:hover {
    box-shadow: 0 1px 4px 1px rgba(9, 163, 241, 0.2);
    border: 1px #92d8fc solid;
}

.why-stuk-box {
    background-color: #fff;
    box-shadow: 0 0px 11px 1px rgba(51, 51, 51, 0.2);
    padding: 20px 10px;
    min-height: 287px;
    border-radius: 2px;
}

.top-institutions {
    background-color: #9d0932;
    min-height: 400px;
}

.text-white {
    color: #fff !important;
}

.register-form {
    background-color: #9d0932;
    padding: 30px;
    position: relative;
    top: 10%;
}

.btn-custom {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
}

@media screen and (max-width:550px) {
    .slider-caption h1 {
        font-size: 2rem;
    }
    .slider-caption h4 {
        width: 100%;
    }
    .stuk-heading {
        width: 100%;
    }
    .stuk-heading h1 {
        font-size: 1.5em;
    }
    .slider-caption {
        position: relative;
        top: 20%;
    }
    .register-form {
        margin-bottom: 22%;
    }
}