/*@font-face {
    font-family: 'Jost-normal'; /*You can use whatever name that you want*/
    /*src: url('fonts/jost/Jost-VariableFont_wght.ttf');
}*/
@import url('https://fonts.googleapis.com/css?family=Open Sans Condensed:300');
@import url('https://fonts.cdnfonts.com/css/jost');
.fontBold600 {
    font-weight: 600;
}
.logoText {
    font-size: 40px;
    font-family: "Jost", sans-serif;
}
.image_1 > img {
    max-height: 55vh;
    margin-left: 70px;
}
.about-title {
    font-family: "Jost", sans-serif;
}
.about-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    text-align: justify;
}
.text-white {
    color: #fff!important;
}

/**
Courses Page Start
*/
.header_section_courses {
    width: 100%;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
}
.course-banner {
    background-color: #181818;
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}
.course-banner h1 {
    font-weight: 500;
    color: #fff;
    padding-top: 42px;
    font-size: 1.7em;
}
.course-banner ul {
    padding-top: 15px;
    padding-left: 15px;
}
.course-banner ul li {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    list-style-type: square;
    /*list-style-type: url('/images/svg/img_svg2.svg');*/
}
.course-banner-buttons {
    margin-top: 30px;
}
.course-syllabus-download {
    color: #fff;
    float: left;
    padding-top: 14px;
}
.download-a-button > i{
    color: #fff;
    margin-top: 0.7rem;
    font-size: 30px;
    margin-left: 10px;
}
.enquiry-btn{
    margin-top: 10px;
}
.course-text{
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    text-align: justify;
}
.course-special-text {
    color:  magenta;
}

@media only screen and (max-width: 1008px) {
    .course-banner {
        height: auto;
    }
}
/**
Courses Page End
*/

/**
Course Page Toggle List
*/
.syllabus-toggle {
    margin-top: 60px;
}
.syllabus-title {
    font-family: "Jost", sans-serif;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #170e09;
    text-align: center;
    font-weight: bold;
}
.just-padding {
    padding: 15px;
    width: 100%;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

/** Footer
*/
.logoTextFooter {
    color: #fff;
    font-size: 40px;
    font-family: "Jost", sans-serif;
}

/**
Contact page
*/
.contact-banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.contact-details {
    margin-top: 70px;
    margin-bottom: 50px;
}
.contact-info {
    border-bottom: 1px solid #0000004d;
    padding-top: 25px;
    padding-bottom: 25px;
}
.contact-ul {
    display: inline-flex;
}
.fa-fas {
    padding-right: 20px;
    font-size: 90px;
    color: #000;
    font-variant: normal;
    text-rendering: auto;
    color: orangered;
}
.contact-ul h5{
    font-weight: 700;
    font-size: 24px;
}
.sendMsg {
    font-size: 30px;
    font-weight: 600;
    width: 100%;
}
.mail_section {
    padding: 30px;
}
.textBox:focus {
    box-shadow: 6px 0px 8px 0px;
}