.modal-header {
    padding: 0;
    border-bottom: 0;
}
.modal-content {
    padding: 30px 30px 30px 30px;
}
button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.footer-navigation {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
}
.footer-row, .footer-row a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #0f152f;
}
.dropdown-menu {padding: 0px;}
.footer-navigation > li {
    display: inline-block;
}
.footer-navigation a {
    text-transform: uppercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.nav-item.dropup a {
    text-decoration: none;
}
.btn.btn-outline-primary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #0f152f;
    text-transform: uppercase;
    border: 2px solid #0f152f;
    border-radius: 2px;
    padding: 8px 20px;
}
.btn-outline-primary:hover {
    background-color: #fc7e00;
    border-color: #b30b11!important;
    color: #ffffff!important;
}    
.btn-danger {
    font-family: arial;
    font-weight: bold;
    font-size: 43px;
    text-transform: uppercase;
    border: 2px solid #d07010;
    border-radius: 0;
    padding: 2px 28px;
    background-color: #fc7e00;
}
.poweredby img {
    width: 25px;
    margin-left: 3px;
}
.ftnav {
    justify-content: flex-end;
}
.btn-danger:hover {
    background-color: #ffffff;
    border-color: #fc7e00!important;
    color: #fc7e00!important;
}
.nav-item.dropup > a {
    padding: .5rem 1rem;
}
.dropup {
    border-left: 2px solid #0f152f;
}
.ftbottom {
    min-height: 70px;
}
footer.mt-auto {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    background-color: #ffffff;
}
.bg-revucation {
    /*background-image: url(images/bg-i2mg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400vh;*/
}
.img-fluid1 {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.start-btn-area1 {
    /*margin-top: -155px;
    margin-bottom: 96px;*/
}
.start-btn-area1 {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: -270px;
}
.nav-item.dropup > a:hover, .nav-link:hover {
    color: #0d9bea!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff!important;
    background-color: #fc7e00!important;
}
.dropdown-divider {
    margin: 0!important;
}
.container.top-img-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}
.align-middle {
    display: flex;
    align-items: center;
}
h1.main-title {
    color: #040a24;
    font-family: arial;
    font-weight: bold;
    font-size: 53px;
    text-align: center;
    margin-top: 24px;
}
.start-btn-box {
    /* text-align: right!important; */
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 325px) {
    body {
        overflow: hidden!important;
    }
    .dropup {
        border: 0px!important;
    }
    .logo-box {
        text-align: center;
    }
    .logo {
        margin-top: 14px;
        display: block!important;
    }
    .start-btn-box a {
        margin-top: -15px;
        margin-right: 5px;
    }
    .ftbottom {
        min-height: 35vh!important;
    }
    .img-fluid1 {
        display: none;
    }
    .top-img-area {
        min-height: 65vh!important;
        position: unset!important;
        background-image: url(http://redreefpixel.co.uk/revucation/images/bg-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -33px;
    }
   .main-title {
        font-size: 14px!important;
        margin-top: 2px!important;
        margin-left: -16px!important;
    }
    .btn-danger {
        font-size: 12px!important;
        padding: 4px 10px!important;
    }
    .start-btn-area1 {
        margin-top: -44vh;
    }
    .ftnav {
        flex-direction: column;
    }
    .copyright {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 14px;
        justify-content: center;
    }
    .copyright {
        text-align: center;
        /* margin-top: 17px; */
        margin-bottom: 15px;
        line-height: 25px;
    }
    .poweredby {
        padding-bottom: 15px;
        justify-content: center;
    }
    .footer-navigation {
        display: block;
        margin-right: 0px;
        margin-bottom: 15px;
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
    .nav-item a {
        padding: 0px;
    }
}
@media (min-width: 326px) and (max-width: 767px) {
    .dropup {
        border: 0px!important;
    }
    .logo-box {
        padding: 0 40px;
    }
    .logo-box {
        text-align: center;
    }
    .logo {
        margin-top: 20px;
        display: block!important;
    }
    .start-btn-box a {
        /*margin-top: -15px;
        margin-right: 5px;*/
    }
    .top-img-area {
        min-height: 68vh!important;
        position: unset!important;
        background-image: url(http://redreefpixel.co.uk/revucation/images/bg-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -40px;
    }
    .ftbottom {
        min-height: 32vh!important;
    }
    .img-fluid1 {
        display: none;
    }
   .main-title {
        font-size: 14px!important;
        margin-top: 8px!important;
        margin-left: -11px!important;
    }
    .btn-danger {
        font-size: 18px!important;
        padding: 6px 10px!important;
    }
    .ftnav {
        flex-direction: column;
    }
    .start-btn-area1 {
        margin-top: -43vh;
    }
    .copyright {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 14px;
        font-size: 14px;
        justify-content: center;
    }
    .poweredby {
        padding-bottom: 15px;
        padding-top: 5px;
        font-size: 15px;
        justify-content: center;
    }
    .footer-navigation {
        margin-bottom: 15px;
    }
    .ftnav .btn-outline-primary {
        font-size: 12px!important;
        padding: 9px 18px!important;
    }
    .text-right {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .logo-box {
        padding: 0 72px!important;
    }
    h1.main-title {
        font-size: 24px!important;
        margin-top: 5px!important;
        margin-left: -40px!important;
    }
    footer.mt-auto, footer.mt-auto a {
        font-size: 16px!important;
    }
    .text-center {
        text-align: left!important;
    }
    .copyright {
        padding-top: 8px!important;
        padding-left: 45px!important;
    }
    .text-right {
        text-align: center!important;
        padding-top: 32px!important;
    }
    footer.mt-auto {
        padding-top: 37px!important;
    }
}
@media (min-width: 1025px) {
    h1.main-title {
        font-size: 57px;
        margin-top: 12px;
        margin-left: -49px;
    }
    .logo-box {
        padding: 0 2px;
    }
}