/******************************************
    File Name: custom.css
    Template Name: EduPress
    Created By: PSD Convert HTML Team
    Envato Profile: http://themeforest.net/user/psdconverthtml
    Website: https://psdconverthtml.com
    Version: 1.0
    Support: support@psdconverthtml.com
/******************************************/

/******************************************
    ADD YOUR AWESOME CUSTOM STYLES HERE...
******************************************/

@media only screen and (max-width: 768px) {
    .student-new-application-form .form-group {
        height: auto !important;
        margin-bottom: 0px;
    }
}


.student-new-application-form .form-group label {
    padding-left: 0px!important;
}

@media only screen and (max-width: 768px) {
    .clgender {
        margin-top: auto;
    }
}

.widget-title hr {
     width: 100%; 
}

.widget-title {
    margin-top: 10px;
}

.info-form-content{
    display:none;
}

.btn.link-blue {
    color: #FFF;
    background-color: #3598dc;
    border-color: #3598dc;
}

    .btn.link-blue:not(.btn-outline).active,
    .btn.link-blue:not(.btn-outline):active,
    .btn.link-blue:not(.btn-outline):hover {
        color: #FFF!important;
        background-color: #217ebd;
        border-color: #1f78b5;
    }

.user-info-form .form-control:focus {
    border-color: #3593D2!important;
}

.alert-msg {
    color: #e12330;
}

.application-cv .file-preview {
    display: none;
}

.application-cv .fileinput-remove {
    margin-top: 0px;
}

.application-cv .file-caption-main .btn-primary.btn-file {
    background-color: #286090 !important;
    border-color: #286090 !important;
    color: #ffffff !important;
}

.application-cv .file-caption-main .btn-primary {
    text-transform: none;
}

span.app-fail,
span.app-success {
    text-shadow: none !important;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 6px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}

.app-fail {
    background-color: #ed6b75;
}

.app-success {
    background-color: #1BBC9B;
}

.image-mobile {
    display: none;
}

@media(min-width:481px) {
    .image-mobile {
        display: none;
    }

    .image-desktop {
        display: block;
    }
}

@media(max-width:480px){
    .image-mobile{
        display:block;
    }

    .image-desktop {
        display: none;
    }
}

.app-info-container {
    width: 100%;
}

.app-info-header {
    color: red;
    font-size: 35px;
    word-break: break-word;
}

.app-info {
    font-size: 18px;
    word-break: break-word;
}

.mtb-30 {
    margin: 30px 0;
}

.mt-20 {
    margin-top: 10px;
}

@media(max-width:768px) {
    .app-info-container {
        padding-left: 33%;
    }

    .app-info-header {
        font-size: 23px;
    }

    .app-info {
        font-size: 16px;
    }
}

.main-carousel.owl-carousel .owl-item .owl-lazy {
    opacity: 1!important;
    transition: opacity .4s ease;
}

.main-carousel.owl-theme .owl-nav {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 20px;
    border-radius:0;
}

.padding-0{
    padding:0px;
}

.carousel-container {
    display:none;
}

@media(max-width:768px){
    .carousel-container {
        padding-top: 90px;
        display: block;
    }

    .slider-section {
        display: none;
    }

    .onecourse {
        padding: 50px 0 !important;
    }
}