/*
new font
*/
@import url('https://fonts.googleapis.com/css?family=Nunito');
body{
    font-family: 'Nunito';
}
/*
apply button
*/

.apply-float{
    text-decoration: none;
    position: fixed;
    height: 80px;
    bottom: 60px;
    right: 20px;
    z-index: 99999999999999;
    padding-top: 7px;
}

.apply-float p{
    background-color: #01377F;
    color: #FFF;
    padding: 5px 3px;
    margin: 0 0 5px;
    font-size: 7pt;
}

.apply-float a{
    background-color: #FFBD07;
    color: #FFF;
    min-width: 130px;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    padding: 7px 3px;
}

/*
Footer custom CSS
*/
.logo-in-footer{
    max-width: 154px !important;
}

/*
Home custom CSS
*/
.homepage-video{
    height: 460px;
}
.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption{
    background-color: transparent;
}

.nopadding {
    padding: 0px !important;
}

.nopadding .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 0px !important;    
}

.nomargin > div {
    margin: 0px !important;
    margin-top: 0px  !important;
}

.flexslider{
    border: none !important;
    box-shadow: none !important;
}

.flexslider .slides img{
    height: auto;
    width: auto;
    max-width: 100%;
}

.wpb_gallery .wpb_flexslider .flex-control-nav{
    margin-top: 0px;
}

@media only screen and (max-width: 768px){
    .flexslider{
        min-height: 544px;
    }
}

/*
Home : Our-Program
*/
.custom_program_separator{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border-left-width: 3px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-left-color: #ffffff;
    border-left-style: solid;
}
.custom_our_program{
    margin-top: 30px ;
    margin-bottom: 30px ;
    border-left-width: 3px ;
    padding-top: 13px ;
}
.custom-button-outprogram{
    padding: 10px 5px !important;
    border-top-right-radius: 3% 15px;
    border-bottom-right-radius: 3% 15px;
    border: 2px solid #fff !important;
    text-transform: none;
}
.custom-button-outprogram:hover{
    border: 0px !important;
}
.vc_section[data-vc-full-width]>.vc_row{
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px){
    .custom_program_separator{
        border-left-style: none !important;
    }
}
@media only screen and (min-width: 992px){
    .vc_section[data-vc-full-width]>.vc_row{
            width: 970px;
    }
}
@media only screen and (min-width: 1200px){
    .vc_section[data-vc-full-width]>.vc_row{
            width: 1170px;
    }
}

/*
ITS international students
*/
.vc_custom_heading{
    padding-top: 15px !important;
    padding-right: 50px !important;
    padding-bottom: 15px !important;
    padding-left: 25px !important;
    background-color: #ffbd07 !important;
}
.vc_custom_subheading{
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-right: 15px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    background-color: #013880 !important;
}
.opacity75{
    opacity: 0.75;
}
.responsive-calendar {
    position: relative;
    padding-bottom: 75%; /* Aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.responsive-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}