@font-face {
    font-family: myFirstFont;
    src: url(/assets/LibreBaskerville-Bold.ttf);
}

.heading{
    font-family: myFirstFont !important; font-size: 25px; color: purple !important;
}
.courseEnq{
    border: 2px solid rgb(248, 171, 11); padding: 5px 20px 5px 20px; font-family: Cambria; color: yellow;  font-weight: bold;
    font-size: 18px; background-color: rgba(0, 0, 0, 0.7) !important;
}
.courseEnq:hover{
    border: 2px solid red; padding: 5px 20px 5px 20px; font-family: Cambria; color: red;  font-weight: bold;
    font-size: 18px; background-color: yellow !important; transition: 1s;
}
.franchiseeEnq{
    border: 2px solid white; padding: 5px 20px 5px 20px; font-family: Cambria; color: white;  font-weight: bold;
    font-size: 18px; background-color: rgba(0, 0, 0, 0.7) !important;
}
.franchiseeEnq:hover{
    border: 2px solid yellow; padding: 5px 20px 5px 20px; font-family: Cambria; color: yellow;  font-weight: bold;
    font-size: 18px; background-color: red !important; transition: 1s;
}
hr{
    border: 2px solid red !important; background-color: red !important;
}
footer{
    background-color: #0A3940; color: white; padding: 2px; text-align: center; border-top: 2px solid white; font-size: 18px;
}
.sliderbutton{
    width: 100% !important; position: absolute !important; left: 0 !important; bottom: 40px !important; float: left; !important; text-align: center !important;
}
section{
    padding-top: 40px !important; padding-bottom: 45px; !important;
}
.center_name{
    color: red !important; font-family: Cambria !important; font-weight: bold !important;
}
.ftco-animate{
    color: black;
}
.my_th{
    color: red; font-weight: normal; !important; font-family: Cambria; padding-right: 15px; font-size: 18px !important;
}
.my_td{
    color: navy !important; font-family: Cambria !important; font-weight: normal !important; font-size: 18px !important;
}
.final_input{
    width: 95% !important; font-family: Cambria !important; padding-left: 8px !important; letter-spacing: 1px !important; margin-bottom: 8px !important;
}
.required{
    color: red; font-family: Cambria; font-weight: bolder;
}
.my_button{
    border: 1px solid white !important; font-family: Cambria !important; color: white !important;
    font-weight: bold; !important; padding: 3px !important; width: 47%; !important; background-color: transparent;

}

.my_button:hover{
    border: 1px solid white !important; font-family: Cambria !important; color: white !important;
    font-weight: bold; !important; padding: 3px !important; width: 47%; !important; background-color: orangered;
    transition: 1s; box-shadow: 2px 3px 4px #050005;
}

.form_button{
    border: 2px solid orangered; color: orangered;
    width: fit-content !important; padding-left: 30px !important; padding-right: 30px !important;
}

.form_button:hover{
    border: 2px solid orangered; color: white; background-color: orangered; transition: 1s;
}
.form_button:focus{
    border: 2px solid orangered; color: white; background-color: orangered; transition: 1s;
    outline: none;
}

.my_input{
    background-color: transparent;
    outline: 0 !important; border: none ; border-bottom: 2px solid yellow; color: white;
    margin-bottom: 10px;
    width: 100%;
}


















.staff{
    height: 100% !important;

}
.ftco-animate{
    margin-bottom: 10px !important;
}
.imgContainer {
    width: 100%;
    height: 100%;
    display: inline-block;

}

.image {
    display: block;
    width: 100%;
    height: auto;
}


.course_heading {
    color: yellow;
    font-family: myFirstFont;
    font-size: 13px;
    border-bottom: 1px solid yellow !important;
    margin-top: 0 !important;
}

.courseinfo{
    font-size: 14px !important;
    text-align: left !important;
    overflow: hidden;
    line-height: normal;
    margin-top: 2px;

}
.courseinfo .mainul{
    color: deepskyblue;
    margin-bottom: 5px !important;
    margin-left: 15px;
}
.courseinfo .childul{
    color: darkorange;
    margin-bottom: 5px;
    margin-left: 30px;

}

.mainul .fa-circle{
    font-size: 10px; margin-right: 8px;
}
.childul .fa-check{
    margin-right: 2px;
}

.course_duration{
    color: yellow;
    position: absolute;
    bottom: 5px;
    border-top: 1px solid yellow;
    text-align: center;
    width: 100%;
}


.overlayFade{
    height: 100%;
    width:100%;
    top:0;
    left:0;
    background-color: #ff946bbd;
}
.overlay {
    position: absolute;
    top: 0;
    opacity: 0;
    transition:all .3s ease;
}
.imgContainer:hover .overlay,.imgContainer:hover .overlayFade {
    opacity: 1;
}

.overlayLeft{
    height: 100%;
    width:0;
    top:0;
    left:0;
    background-color: #00b1ba;
}
.overlayRight{
    height: 100%;
    width: 0;
    top:0;
    right:0;
    background-color: #12888e;
}
.imgContainer:hover .overlayLeft ,.imgContainer:hover .overlayRight {
    width: 100%;
}
.overlayTop{
    width: 100%;
    height: 0;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlayBottom{
    width: 100%;
    height: 0;
    bottom:0;
    left:0;
    background-color: #941e33;
}
.imgContainer:hover .overlayTop ,.imgContainer:hover .overlayBottom {
    height: 100%;
}
.overlayCross{
    width: 0%;
    height: 0;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.8);
}
.imgContainer:hover .overlayCross {
    height: auto;
    width: 100%;
    overflow: hidden !important;
}



.GradientBorder {
    position: relative;
    font-size: 5em;
    color: #fff;
    text-align: center;
    background-color: white;
}
.GradientBorder::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 2px !important;
    background: linear-gradient(20deg, red, rgba(255, 85, 32, 1), rgba(117, 12, 242, 1), #ffc300);
    z-index: -1;
}
.GradientBorder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(20deg, red, rgba(255, 85, 32, 1), rgba(117, 12, 242, 1), #ffc300);
    z-index: -2;
    filter: blur(10px);
}


.course_name {
    font-family: myFirstFont;
    font-size: 60%;
    text-align: center;
    color: purple;
    position: relative;
    text-align: center; top: 25%;
    text-shadow:  0 1px 6px black;

}






/*Enquiry fab */
.fab-container {
    position: fixed;
    bottom: 0;
    left: 30px !important;
    z-index: 999;
    cursor: pointer;
}


.fab-icon-holder {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    background: purple;

    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.fab-containerhome {
    position: fixed;
    bottom: 0;
    left: 10px !important;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder:hover{
    opacity: 0.8;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    font-size: 18px !important;
    color: #ffffff;
}

.fab {
    width: 20px !important;
    height: 20px !important;
    background-color: transparent;
    box-shadow: none !important;
}


.fab-options {
    list-style-type: none;
    margin: 0;

    position: absolute;
    bottom: 50px;
    left: -45px;
    opacity: 0;

    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

.fab:hover + .fab-options, .fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.fab-options li {
    display: flex;
    justify-content: flex-start !important;
    padding: 5px;
}

.fab-label {
    padding: 1px 8px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 13px;
    background: purple;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    margin-left: 10px;
}


/* Login Menu*/
.loginfab-container {
    position: fixed;
    bottom: 0 !important;
    right: 25px;
    z-index: 999;
    cursor: pointer;
}

.loginfab-icon-holder {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: deepskyblue;

    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.loginfab-icon-holder:hover{
    opacity: 0.8;
}

.loginfab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    font-size: 18px;
    color: black;
}

.loginfab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 55px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

.fab:hover + .loginfab-options, .loginfab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.loginfab-options li {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.loginfab-label {
    padding: 2px 12px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 13px;
    background: deepskyblue;
    color: black !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    margin-right: 10px;
}
.loginfab-label a{
    color: black !important;
}



.desktopfab-container {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}

.desktopfab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #016fb9;

    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.desktopfab-icon-holder:hover{
    opacity: 0.8;
}

.desktopfab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.desktopfab {
    width: 60px;
    height: 60px;
    background: #d23f31;
}

.desktopfab-options {
    list-style-type: none;
    margin: 0;

    position: absolute;
    bottom: 70px;
    right: 0;

    opacity: 0;

    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

.desktopfab:hover + .desktopfab-options, .desktopfab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.desktopfab-options li {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.desktopfab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    margin-right: 10px;
}

.mainNav{
    color: #d707d7 !important;
}
.icon_menu{
    font-family: Cambria; font-weight: normal !important; color: purple;
}

.fixed-top{
    background-color: white !important;
}

#logo {
    transition: 3s;
}

.see_more{
    width: 100%;
    text-align: right;
    color: navy !important;
    text-decoration: underline !important;
}

.see_more i{
    color: yellow; background-color: rgba(0, 0, 0, .4); padding: 5px;
    height: 30px; width: 30px; text-align: center; font-size: 20px;
    border-radius: 100%;
}