﻿
/* css start here */
* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    display: inline-block;
    outline: medium none !important;
    text-decoration: none !important;
    transition: ease-in-out 0.3s !important;
}

.gt_courses_bg > .container {
    width: 100%;
    max-width: 100%;
}

    .gt_courses_bg > .container > .row {
        margin-left: 300px;
    }

.darkHeader {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}

.sidenavOld {
    height: 90%;
    width: 300px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 92px;
    padding-bottom: 24px;
    transition: ease-in-out 0.3s;
    background: #fff;
    overflow-y: auto;
}
.sidenav {
    height: 90%;
    width: 300px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 72px;
    padding-bottom: 24px;
    transition: ease-in-out 0.3s;
    background: #fff;
    overflow-y: auto;
}

    .sidenav .side_menu a {
        padding: 16px 20px;
        font-size: 15px;
        color: #000;
        display: block;
        border-bottom: 1px solid #ccc;
    }

        .sidenav .side_menu a.active, .sidenav .side_menu a:hover {
            color: #fff;
            background: #175497;
        }

        .sidenav .side_menu a .fa {
            margin-right: 8px;
            font-size: 18px;
            vertical-align: middle;
        }

        .sidenav .side_menu a .fa-angle-right {
            float: right;
            margin: 2px 0 0;
            font-size: 20px;
        }

    .sidenav .closebtn {
        position: absolute;
        top: -13px;
        right: 0;
        font-size: 36px;
        padding: 0;
        line-height: normal;
        display: none;
        color: #fff;
    }

@media screen and (min-width: 768px) {
    span.open_menu {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sidenav {
        width: 0px;
        top: 0;
        height: 100%;
        z-index: 9999 !important;
        padding-bottom: 65px;
    }

    .open_nav {
        width: 270px;
    }

    .gt_courses_bg > .container > .row {
        margin-left: -15px;
    }

    .sidenav .side_menu a {
        padding: 12px 10px;
        font-size: 14px;
    }

  /*  span.open_menu {
        font-size: 30px;
        cursor: pointer;
        position: fixed;
        right: 10px;
        z-index: 99999;
        color: #000;
        top: 0;
    }*/
    span.open_menu {
     
        cursor: pointer;
       
        right: 10px;
        z-index: 99999;
        color: #000;
 
    }
    section.gt_courses_bg {
        padding-top: 110px !important;
    }
}

.sidenav_top {
    top: 0 !important;
    height: 95% !important;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 15px;
    }
}


.imageOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.overlyText {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
