@media screen and (min-width: 1441px) {
    .header_section .container.reduced {
        width: 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 1440px) {
    .header_section .container.reduced {
        width: 100%;
        max-width: 900px;
    }

    .newsltr_wrp,
    .findout_wrp {
        min-height: 300px;
    }
}

@media screen and (max-width: 1250px) {
    .footer_wrp p {
        min-height: 100px;
    }
}

@media screen and (max-width: 992px) {
    #header .container.reduced {
        width: 100%;
        max-width: 900px;
    }
}

@media screen and (max-width: 900px) {
    .banner_middle h1 {
        font-size: 34px;
    }

    .banner_middle {
        padding: 0 10px;
    }

    .banner_bottom {
        padding: 10px;
    }

    .header_section .menu_wrp ul li {
        padding: 0 8px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial_wrp .logos ul li img {
        max-width: 80px;
    }

    .training_wrp .row {
        padding: 0;
    }

    #staff_training {
        padding: 50px 0;
    }

    .menu_icn {
        display: block;
        width: 35px;
        height: 30px;
        border-radius: 3px;
        position: relative;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 99;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .menu_icn>span {
        display: block;
        height: 3px;
        width: 100%;
        max-width: 25px;
        margin-bottom: 5px;
        border-radius: 5px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        position: absolute;
    }

    .menu_icn>span:first-child {
        top: 5px;
    }

    .menu_icn>span:nth-child(2) {
        top: 50%;
        position: absolute;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu_icn>span:last-child {
        bottom: 0px;
    }

    .header_section .menu_wrp ul {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -99;
        visibility: hidden;
        background-color: #000;
        padding: 50px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .header_section .menu_wrp ul li {
        display: block;
        float: none;
        padding-bottom: 15px;
    }

    .header_section .menu_wrp ul li a {
        font-size: 16px;
    }

    .logo_wrp {
        max-width: 165px;
        padding-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .banner_middle h1 {
        font-size: 28px;
    }

    .course_wrp {
        padding: 50px 0;
    }

    .testimonial_wrp {
        padding: 50px 0;
    }

    .testimonial_wrp .logos ul li img {
        max-width: 60px;
    }

    .foooter_botm span {
        display: block;
        padding: 10px;
    }

    .banner_middle p {
        font-size: 12px;
    }
}

@media screen and (max-width: 580px) {
    .course_wrp ul li {
        display: block;
        padding: 0;
        padding-left: 15px !important;
    }

    .course_wrp ul li:after {
        display: none;
    }

    .course_wrp ul li:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        left: 0px;
        top: 40%;
    }
}

@media screen and (max-width: 480px) {
    p {
        font-size: 12px;
    }

    .banner_middle h1 span {
        display: block !important;
        margin: 0 auto;
    }

    .banner_middle h1 {
        font-size: 26px;
    }

    .banner_bottom p {
        font-size: 10px;
    }

    .banner_middle p {
        padding: 10px 0;
    }

    .training_content h2 {
        font-size: 16px;
    }

    .course_wrp h2 {
        font-size: 20px;
    }

    .testimonial_wrp .logos ul li img {
        width: 100%;
        max-width: 100%;
    }

    .testimonial_wrp .logos ul li {
        width: 32%;
        padding: 5px;
    }

    .newsltr_wrp,
    .findout_wrp {
        padding: 30px;
    }

    .footer_wrp h2 {
        font-size: 20px;
    }
}


@media screen and (min-width: 1441px) {
    .header_section .container.reduced {
        width: 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 1440px) {
    .header_section .container.reduced {
        width: 100%;
        max-width: 900px;
    }

    .newsltr_wrp,
    .findout_wrp {
        min-height: 300px;
    }
}

@media screen and (max-width: 1250px) {
    .footer_wrp p {
        min-height: 100px;
    }
}

@media screen and (max-width: 992px) {
    #header .container.reduced {
        width: 100%;
        max-width: 900px;
    }
}

@media screen and (max-width: 900px) {
    .header_section .menu_wrp ul li {
        padding: 0 8px;
    }
}

@media screen and (max-width: 767px) {
    .menu_icn {
        display: block;
        width: 35px;
        height: 30px;
        border-radius: 3px;
        position: relative;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 99;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .menu_icn>span {
        display: block;
        height: 3px;
        width: 100%;
        max-width: 25px;
        margin-bottom: 5px;
        border-radius: 5px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        position: absolute;
    }

    .menu_icn>span:first-child {
        top: 5px;
    }

    .menu_icn>span:nth-child(2) {
        top: 50%;
        position: absolute;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu_icn>span:last-child {
        bottom: 0px;
    }

    .header_section .menu_wrp ul {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -99;
        visibility: hidden;
        background-color: #000;
        padding: 50px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .header_section .menu_wrp ul li {
        display: block;
        float: none;
        padding-bottom: 15px;
    }

    .header_section .menu_wrp ul li a {
        font-size: 16px;
    }

    .contact_form {
        float: none;
        max-width: 500px;
        padding: 50px 15px;
        margin: 0 auto;
    }

    .contact_dtls {
        margin: 0 auto;
        max-width: 500px;
        padding: 50px 15px;
    }

    .logo_wrp {
        max-width: 165px;
        padding-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .foooter_botm span {
        display: block;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    p {
        font-size: 12px;
    }

    .newsltr_wrp,
    .findout_wrp {
        padding: 30px;
    }

    .footer_wrp h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    .banner_middle h1 {
        font-size: 34px;
    }

    .banner_middle {
        padding: 0 10px;
    }
}

@media screen and (max-width: 640px) {
    .banner_middle h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .banner_middle h1 {
        font-size: 26px;
    }
}

@media screen and (min-width: 1441px) {
    .header_section .container.reduced {
        width: 90%;
        max-width: 90%;
    }
}

@media screen and (max-width: 1440px) {
    .header_section .container.reduced {
        width: 100%;
        max-width: 900px;
    }

    .newsltr_wrp,
    .findout_wrp {
        min-height: 300px;
    }
}

@media screen and (max-width: 1250px) {
    .footer_wrp p {
        min-height: 100px;
    }
}

@media screen and (max-width: 992px) {
    #header .container.reduced {
        width: 100%;
        max-width: 900px;
    }
}

@media screen and (max-width: 900px) {
    .header_section .menu_wrp ul li {
        padding: 0 8px;
    }

    .sign_form_wrp form {
        max-width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .menu_icn {
        display: block;
        width: 35px;
        height: 30px;
        border-radius: 3px;
        position: relative;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 99;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .menu_icn>span {
        display: block;
        height: 3px;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .header_section .menu_wrp ul {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -99;
        visibility: hidden;
        background-color: #000;
        padding: 50px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .header_section .menu_wrp ul li {
        display: block;
        float: none;
        padding-bottom: 15px;
    }

    .header_section .menu_wrp ul li a {
        font-size: 16px;
    }

    .sign_form_wrp form {
        padding: 0 15px;
        max-width: 500px;
        margin: 0 auto;
        top: auto;
        right: auto;
        left: auto;
        position: relative;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    .sign_form_wrp.right form {
        left: auto;
    }

    .sign_form_wrp {
        height: auto;
        min-height: auto;
        padding: 50px 0;
    }

    .sign_form_wrp.left form {
        right: auto;
    }

    .logo_wrp {
        max-width: 165px;
        padding-top: 0;
    }

    .logo_wrp {
        max-width: 165px;
        padding-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .foooter_botm span {
        display: block;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    p {
        font-size: 12px;
    }

    .newsltr_wrp,
    .findout_wrp {
        padding: 30px;
    }

    .footer_wrp h2 {
        font-size: 20px;
    }
}