* {
    box-sizing: border-box;
}


.search-overlay {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-image: linear-gradient(99deg,#3b3bc0,#5ab5e1);
}

.search-overlay-content {
    position: relative;
    top: 17px;
    width: 91%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.search-overlay .closebtn {
    position: absolute;
    top: 25px;
    right: 45px;
    font-size: 46px;
    cursor: pointer;
    color: white;
}

.search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 100%;
    background: white;
}

    .search-overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.search-overlay button {
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .search-overlay button:hover {
        background: #bbb;
    }

@media (max-width:700px) {
    .leftarrow {
        left: -3rem !important;
    }

    .search-overlay-content {
        position: relative;
        top: 20px;
        width: 86%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }

    .search-course {
        font-size: 16px;
    }

    .search-overlay .closebtn {
        top: 22px;
        right: 3px;
    }
}
/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.breadcrumb {
    padding-top: 0px;
    margin-top: 0px;
    background: transparent;
    padding: 5px;
    margin-bottom: 20px;
    list-style: none;
}

    .breadcrumb li a {
        color: #4488ee;
    }

        .breadcrumb li a:hover {
            color: #838181;
        }

    .breadcrumb li.active {
        color: #838181;
    }

.breadcrumb-dark > li + li:before {
    padding: 0 5px;
    color: #ee9f3d;
    content: "/\00a0";
}

.breadcrumb-dark {
    padding-top: 0px;
    margin-top: 0px;
    background: transparent;
    padding: 5px;
    margin-bottom: 20px;
    list-style: none;
}

    .breadcrumb-dark > li {
        display: inline-block;
    }

    .breadcrumb-dark li a {
        color: #ee9f3d;
    }

        .breadcrumb-dark li a:hover {
            color: #dddddd;
        }

    .breadcrumb-dark li.active {
        color: #dddddd;
    }

.form-group-search {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
}

#txtMenuSearch {
    height: 90% !important;
}

.MenuSearchfix {
    width: 100% !important;
    height: 90% !important;
}

.input-group-menu-search {
    position: absolute;
    right: 0;
    background-color: #f5f5f5;
}

#btnMenuSearch {
    background-color: #f5f5f5;
    padding: 12px 18px;
    border: 0;
}

#btnMenuSearchFix {
    background-color: #f5f5f5;
    padding: 6px 15px;
    border: 0;
}

#fsr:hover {
    color: orange !important;
    font-size: 16px !important;
}

.navbar-nav > li > a:hover {
    background: none;
}

nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.dropdown-menu > li > a {
    padding: 5px 15px;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 6px 12px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f6f6f6 !important;
            border-radius: 0px !important;
            text-decoration: none;
        }

/*.show {
    display: block;
    margin-top: 11px;
    width: 190px;
}*/

.course-tagline {
    white-space: normal;
    width: 350px;
}

.course-selling-points ul {
    padding-left: 10px;
    white-space: normal;
    width: 350px;
}

    .course-selling-points ul li {
        list-style: disc;
        white-space: normal;
        width: 350px;
    }

.course-more > a {
    background-color: #FF8C00 !important;
}

.noti_Container {
    position: relative;
}
/* THE POPULAR RED NOTIFICATIONS COUNTER. */
.cart_Counter {
    background-color: #ec5252;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.43;
    margin: -12px 0 0 5px;
    padding: 0px 7px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
.notifications {
    display: none;
    width: 300px;
    position: absolute;
    top: 40px;
    right: 0px;
    background: #FFF;
    z-index: 999;
    box-shadow: 0px 3px 6px 0px #e5e3e3;
}
    /* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
    .notifications:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid #CCC;
        border-color: transparent #FFF;
        margin-top: -20px;
        margin-right: 10px;
        float: right;
    }

.getintouch_btn {
    color: #36ad5a;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #36ad5a;
    border-radius: 3px;
    padding: 3px 7px !important;
    position: relative;
    display: inline-block !important;
    top: 11px;
    margin-top: -6px
}


element.style {
    position: fixed;
    top: 0px;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 990px) and (min-width: 300px) {
    .bottomads {
        position: relative !important;
    }

    .wsmenucontainer {
        min-height: 0px !important;
        padding-top: 0px !important;
    }
}

.badge {
    border-radius: 2px;
    font-weight: normal;
    font-size: 11px;
    padding: 4px;
}

.badge-lessons {
    background-color: #f5d0d0;
    color: #0c0b0b;
    padding: 5px 4px !important;
}

.badge-level {
    margin-left: 8px;
    background-color: #e7dbdb;
    color: #0d203c;
}

.badge-new {
    background-color: #018275;
    color: #f3ecf1;
    margin-left: 8px;
}

.badge-free {
    background-color: #FF9800;
    color: #f3ecf1;
}

.subcategory-course:hover {
    color: #00baf2;
}

ul.menulist {
    margin-left: 12px;
}

    ul.menulist li {
        list-style-type: disc;
        background: none;
    }

        ul.menulist li:hover {
            background: none;
        }

.bg-video {
    width: 44px;
    height: 44px;
    background: url('https://dotnettrickscloud.blob.core.windows.net/images/lms_sprites.png') -5px -5px;
}

.bg-live_training {
    width: 44px;
    height: 44px;
    background: url('https://dotnettrickscloud.blob.core.windows.net/images/lms_sprites.png') -59px -5px;
}

.header-icon {
    display: inline-block;
    transform: scale(.8);
}

/*------------------------------------ Desktop CSS ---------------------------------------------*/

.wsmenubaricon {
    margin: 0px 6px 4px;
    font-size: 22px;
    color: #0d6efd;
    display: inline-block;
    padding: 6px 8px;
    font-size: 28px;
}

.wsmobileheader {
    display: none;
    background: #fff;
}

.wsmenucontainer {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 2px 4px 0px;
}

.overlapblackbg {
    display: none;
}

.wsmenu {
    color: #fff;
    position: relative;
    font-size: 14px;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1300px;
    background-color: #ffffff;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

    .wsmenu-list > li {
        text-align: center;
        display: table-cell;
        white-space: nowrap;
    }

    .wsmenu-list li:first-child a {
        -webkit-border-radius: 4px 0px 0px 0px;
        -moz-border-radius: 4px 0px 0px 0px;
        border-radius: 4px 0px 0px 0px;
    }

    /*.wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
        border-radius: 0px 4px 0px 0px;
        border-right: 0px solid;
    }*/

    /*.wsmenu-list > li > a .fa {
        display: inline-block;
        font-size: 14px;
        line-height: inherit;
        margin-right: 0px;
    }*/

    .wsmenu-list li ul li a .fa.fa-angle-double-right {
        font-size: 12px;
        margin: 0 3px 0 -4px;
    }

    .wsmenu-list li a .arrow:after {
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        /*border-top: 4px solid #b3b3b3;*/
        /*border-top: 4px solid #F5811D;*/
        content: "";
        float: right;
        height: 0;
        margin: 0 0 0 9px;
        position: absolute;
        text-align: right;
        top: 22px;
        width: 0;
    }

    .wsmenu-list > li > a {
        display: block;
        background-color: #fff;
        color: #424242;
        padding: 0 10px;
        font-size: 1rem;
        line-height: 48px;
        text-decoration: none;
        position: relative;
        border-bottom: 2px solid transparent;
    }

    .wsmenu-list li a:hover .arrow:after {
        background-color: #fff;
        border-bottom-color: #ff8c00;
    }

    .wsmenu-list li a.active .arrow:after {
        background-color: #fff;
        border-bottom-color: #ff8c00;
    }

/*.wsmenu-list li:hover > a .arrow:after {
        background-color: #fff;
        border-bottom-color: #ff8c00;
    }*/

.megamenu iframe {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}

.megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}

/*For megamenu desktop */
.wsmenu-list li:hover .megamenu {
    opacity: 1;
}

.megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    /*top: 51px;*/
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    /*border: solid 1px #f6f6f6;*/
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .megamenu .title {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        padding: 9px 5px 9px 0px;
        font-size: 17px;
        color: #424242;
        margin: 0px 0px 7px 0px;
        text-align: left;
        height: 39px;
    }

.link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

    .link-list li a {
        line-height: 18px;
        border-right: none;
        text-align: left;
        padding: 6px 0;
        background: #fff;
        background-image: none !important;
        display: block;
        color: #424242;
    }

.link-list .fa {
    font-size: 11px;
}

.megacollink {
    width: 23%;
    float: left;
    margin: 0% 1%;
}

    .megacollink li {
        display: block;
        text-align: center;
        white-space: nowrap;
        text-align: left;
    }

        .megacollink li a {
            line-height: 18px;
            border-right: none;
            text-align: left;
            padding: 8px 0px;
            background: #fff !important;
            background-image: none !important;
            color: #666666 !important;
            border-right: 0 none !important;
            display: block;
            border-right: 1px solid #e7e7e7;
            background-color: #fff;
            color: #424242;
        }

    .megacollink .fa {
        font-size: 11px;
    }

.megacolimage {
    width: 31.33%;
    float: left;
    margin: 0% 1%;
}

.typographydiv {
    width: 100%;
    margin: 0% 0%;
}

.typographylinks {
    width: 25%;
    float: left;
    margin: 0% 0%;
}

.mainmapdiv {
    width: 100%;
    display: block;
    margin: 0% 0%;
}

.wsmenu-list .ad-style {
    width: 28%;
    float: right;
}

    .wsmenu-list .ad-style a {
        border: none !important;
        padding: 0px !important;
        margin: 0px !important;
        line-height: normal !important;
        background-image: none !important;
    }

.mobile-sub .megamenu .ad-style a:hover {
    background-color: white !important;
}

.wsmenu-list .megamenu li:hover > a {
    background-color: blue !important;
}

.wsmenu-list .megamenu li a:hover {
    background-color: blue !important;
    text-decoration: underline;
}

.wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.mrgtop {
    margin-top: 15px;
}

.show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
}

/*For halfmenu */
.halfmenu {
    width: 40%;
    right: auto !important;
    left: auto !important;
}

    .halfmenu .megacollink {
        width: 48%;
        float: left;
        margin: 0% 1%;
    }
/*For halfmenu */


/*Form for desktop */
.halfdiv {
    width: 35%;
    right: 0px !important;
    left: auto;
}

.menu_form {
    width: 100%;
    display: block;
}

    .menu_form input[type="text"] {
        width: 100%;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000;
        font-size: 13px;
        padding: 8px 5px;
        margin-bottom: 8px;
    }

    .menu_form textarea {
        width: 100%;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        color: #000;
        font-size: 13px;
        padding: 8px 5px;
        margin-bottom: 8px;
        min-height: 122px;
    }

    .menu_form input[type="submit"] {
        width: 25%;
        display: block;
        height: 28px;
        float: right;
        border: solid 1px #ccc;
        margin-right: 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .menu_form input[type="button"] {
        width: 25%;
        display: block;
        height: 28px;
        float: right;
        border: solid 1px #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.megamenu .left.carousel-control {
    padding-top: 20%;
}

.megamenu .right.carousel-control {
    padding-top: 20%;
}

.carousel-inner .item img {
    width: 100%;
}

.megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}

/*Animation*/
.wsmenu-list li > .wsmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .wsmenu-submenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu li > .wsmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}


.wsmenu-list li > .megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}


/* Submenu CSS */
.wsmenu-submenu {
    position: absolute;
    /*top: 51px;*/
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    /*border: solid 1px #f6f6f6;*/
    background-color: rgba(232, 231, 231, 0.78);
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .wsmenu-submenu li a {
        background: #fff;
        color: #666666;
        border-right: 0 none !important;
        text-align: left;
        display: block;
        font-size: 1rem;
        padding: 8px 12px;
        text-transform: none;
        letter-spacing: normal;
        border-right: 0px solid;
        border-bottom: 1px solid #e2dfdf !important;
    }

    .wsmenu-submenu li {
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .wsmenu-submenu li:hover, .wsmenu-submenu li a:hover {
            background: #f6f6f6;
        }

.wsmenuexpandermain {
    display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 0px;
    border: 0px;
    background-color: #f6f6f6;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    /*padding: 2px;*/
    border: solid 1px #f6f6f6;
    background-color: #fff;
}

.wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}


.wsmenu-click {
    display: none;
}

.wsmenu-click02 {
    display: none;
}

/* Default Theme */
ul.wsmenu-list > li:hover > a {
    background-color: none !important;
    text-decoration: none;
    color: #0b0b0b;
    border-bottom: 2px solid #00baf2;
}

/*ul.wsmenu-list > li > a:hover {
    text-decoration: none;
    color: #0b0b0b;
}

.wsmenu-list > li > a.active {
    color: #0b0b0b;
    background-color: #f6f6f6 !important;
    text-decoration: none;
}*/

.top-logo {
    background-color: white !important;
}

    .top-logo:hover {
        background-color: white !important;
    }

.wsmenu-list li:nth-child(n) a :not(:last-child):hover {
    background-color: #f6f6f6 !important;
    border-radius: 0px !important;
    color: #0b0b0b;
    text-decoration: none;
}

.typography-text {
    padding: 0px 0px;
    font-size: 14px;
}

    .typography-text p {
        text-align: justify;
        line-height: 24px;
        color: #656565;
    }

    .typography-text ul li {
        display: block;
        padding: 2px 0px;
        line-height: 22px;
    }

        .typography-text ul li a {
            color: #656565;
        }

.hometext {
    display: none;
}

.wsmenu-submenu .fa {
    margin-right: 7px;
}
/*For desktop*/
#logo-link {
    background: none !important;
    border: none;
    padding-left: 0;
}

.logo {
    height: 38px;
    display: inline-block;
    margin-top: -8px;
}

.bydnt {
    font-size: 11px;
    padding-left: 96px;
    margin-top: -14px;
    font-weight: 500;
    font-family: arial;
    letter-spacing: 0.19em;
    color: black;
}

@media only screen and (min-width:780px) and (max-width:1023px) {
    .wsmenu-list > li > a > .fa {
        display: none !important;
    }

    .hometext {
        display: block !important;
    }

    .wsmenu {
        font-size: 13px !important;
    }

    .wsmenu-list li a {
        white-space: nowrap !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .megacollink {
        width: 48%;
        margin: 1% 1%;
    }

    .typographylinks {
        width: 48%;
        margin: 1% 1%;
    }
}


@media only screen and (min-width: 781px) and (max-width:1200px) {
    .wsmenu-list li a .arrow:after {
        display: none !important;
    }
}

@media only screen and (min-width: 781px) {

    .wsmenu-list li:hover > .wsmenu-submenu {
        display: block !important;
    }

    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        display: block !important;
    }

    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        display: block !important;
    }

    .wsmenu-list li:hover > .megamenu {
        display: block !important;
    }
}


/*------------------------------------ Mobile CSS ---------------------------------------------*/
@media only screen and (max-width: 780px) {
    span.fa-angle-down {
        display: none !important;
    }

    .wsmenu-btn {
        margin-top: 10px;
    }

    .wsoffcanvasopener .wsmenu {
        left: 0px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .wsmenucontainer {
        position: inherit;
    }

        .wsmenucontainer.wsoffcanvasopener {
            display: block;
            margin-left: 240px;
        }

    .wsmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


    .wsmenu-list > li:hover > a {
        background-color: rgba(0,0,0,0.08) !important;
        text-decoration: none;
        border-bottom: 1px solid #e1e1e1 !important;
    }

    .hometext {
        display: inline-block !important;
    }

    .megacollink {
        width: 96% !important;
        margin: 0% 2% !important;
    }

    .megacolimage {
        width: 90% !important;
        margin: 0% 5% !important;
    }

    .typographylinks {
        width: 98% !important;
        margin: 0% 1% !important;
    }

    .typographydiv {
        width: 86% !important;
        margin: 0% 7% !important;
    }

    .mainmapdiv {
        width: 90% !important;
        margin: 0% 5% !important;
    }

    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }

    .wsoffcanvasopener .overlapblackbg {
        display: block !important;
    }

    /* Default Theme */
    .wsmenu-submenu > li:hover > a {
        /* background-color: #7b7b7b;*/
        color: #666666;
    }

    .wsmenu > .wsmenu-list > li > a.active {
        color: #666666;
        background-color: rgba(0,0,0,0.08);
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        color: #666666;
        background-color: rgba(0,0,0,0.08);
    }

    .wsmenu-list li:hover .wsmenu-submenu {
        display: none;
    }

        .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
            display: none;
        }

    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        /*padding: 2px;*/
        border: solid 1px #f6f6f6;
        background-color: #fff;
    }

    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-right: 0px solid;
    }

    .innerpnd {
        padding: 0px !important;
    }

    .typography-text {
        padding: 10px 0px;
    }

    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        min-height: 50px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }



    /* Mobile click to drop arrow */
    .wsmenu-click {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

        .wsmenu-click i {
            display: block;
            width: 25px;
            /* margin-top: 11px;*/
            margin-right: 8px;
            background-size: 25px;
            font-size: 16px;
            color: #404346 !important;
            float: right;
        }

    .wsmenu-click02 {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

        .wsmenu-click02 i {
            display: block;
            width: 25px;
            margin-top: -5px;
            margin-right: 8px;
            background-size: 25px;
            font-size: 16px;
            color: #404346 !important;
            float: right;
        }

    .ws-activearrow > i {
        transform: rotate(180deg);
    }

    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*2nd UL Style*/
    .wsmenu-submenu-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .wsmenu-submenu-sub li {
            margin: 0px 0px 0px 0px !important;
            padding: 0px;
            position: relative;
        }

        .wsmenu-submenu-sub a {
            display: block;
            padding: 10px 25px 10px 25px;
            border-bottom: solid 1px #ccc;
            font-weight: normal;
        }

        .wsmenu-submenu-sub li a.active {
            color: #000 !important;
        }

        .wsmenu-submenu-sub li:hover > a {
            background-color: #333333 !important;
            color: #fff;
        }

    .wsmenu-list > li > a .fa {
        margin-right: 6px;
    }

    .wsmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .wsmenu-submenu-sub-sub li {
            margin: 0px 0px 0px 0px !important;
        }

        .wsmenu-submenu-sub-sub a {
            display: block;
            color: #000;
            padding: 10px 25px;
            background: #000 !important;
            border-bottom: solid 1px #ccc;
            font-weight: normal;
        }

        .wsmenu-submenu-sub-sub li a.active {
            color: #000 !important;
        }

        .wsmenu-submenu-sub-sub li:hover > a {
            background-color: #606060 !important;
            color: #fff;
        }

    .wsmenu {
        width: 280px;
        left: -280px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }

        .wsmenu .wsmenu-list {
            height: 100%;
            overflow-y: auto;
            display: block !important;
            padding-top: 10px;
        }

            .wsmenu .wsmenu-list > li {
                width: 100%;
                display: block;
                float: none;
                border-right: none;
                background-color: transparent;
                position: relative;
                white-space: inherit;
            }

        .wsmenu > .wsmenu-list > li > a {
            padding: 9px 32px 9px 17px;
            font-size: 14px;
            text-align: left;
            border-right: solid 0px;
            background-color: transparent;
            color: #666666;
            line-height: 25px;
            border-bottom: 1px solid;
            border-bottom-color: rgba(0,0,0,0.13);
            position: static;
        }

            .wsmenu > .wsmenu-list > li > a > .fa {
                font-size: 16px;
                color: #bfbfbf;
            }

        .wsmenu .wsmenu-list li a .arrow:after {
            display: none !important;
        }

        .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
            font-size: 12px !important;
            color: #8E8E8E;
        }

    .mobile-sub .wsmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0px;
        background-color: #fff;
        border: none;
        border-bottom: solid 1px #ccc;
        padding: 0px;
        visibility: visible !important;
    }

        .mobile-sub .wsmenu-submenu li a {
            line-height: 20px;
            font-size: 1rem;
            padding: 8px 0px 8px 18px;
            color: #8E8E8E;
        }

        .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
            line-height: 20px;
            border-bottom: none;
            padding-left: 28px;
        }

        .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
            line-height: 20px;
            height: 36px;
            /*background-color: #e7e7e7 !important;*/
            border-bottom: none !important;
            padding-left: 38px;
            color: #8e8e8e;
        }



    .wsmenu-list .megamenu {
        color: #666666;
        display: none;
        position: relative !important;
        top: 0;
        padding: 0;
        border: solid 0;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        border-bottom: 1px solid #DEDEDE;
    }

    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0px;
    }

    .megamenu .title {
        color: #666666;
        font-size: 15px !important;
        padding: 10px 8px 10px 0px;
    }

    .halfdiv .title {
        padding-left: 15px;
    }

    .megamenu > ul {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        font-size: 13px !important;
    }

        .megamenu > ul > li > a {
            padding: 9px 14px !important;
            line-height: normal !important;
            font-size: 13px !important;
            /*background-color: #e7e7e7 !important;*/
            color: #666666;
        }

            .megamenu > ul > li > a:hover {
                background-color: #000000 !important;
            }

    .ad-style {
        width: 100% !important;
    }

    .megamenu ul li.title {
        line-height: 26px;
        color: #666666;
        margin: 0px;
        font-size: 15px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #ccc;
        background-color: transparent !important;
    }

    .halfdiv {
        width: 100%;
        display: block;
    }

    .halfmenu {
        width: 100%;
        display: block;
    }

    .menu_form {
        padding: 10px 10px 63px 10px;
        background-color: #e7e7e7;
    }

        .menu_form input[type="button"] {
            width: 46%;
        }

        .menu_form input[type="submit"] {
            width: 46%;
        }

        .menu_form textarea {
            min-height: 100px;
        }



    /*.wsoffcanvasopener .wsmenu {
    width:240px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
 
.wsmenu.menuclose{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }*/



    /* Navigation arrow Animation */
    .animated-arrow {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .callusicon {
        color: #000;
        font-size: 25px;
        height: 25px;
        position: fixed;
        right: 15px;
        top: 13px;
        transition: all 0.4s ease-in-out 0s;
        width: 25px;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .callusicon:focus, callusicon:hover {
            color: #fff !important;
        }

    .wsoffcanvasopener .callusicon {
        display: none !important;
    }

    .wsoffcanvasopener .cartdiv {
        display: none !important;
    }

    #logo-link {
        padding-left: 16px;
    }

    .bydnt-mobile {
        font-size: 11px;
        color: black;
        padding-left: 155px;
        margin-top: -14px;
        font-weight: 500;
        font-family: arial;
        letter-spacing: 0.19em;
        width: 270px;
    }

    .bydnt {
        color: black;
        font-size: 11px;
        padding-left: 115px;
        margin-top: -16px;
        font-weight: 500;
        font-family: arial;
        letter-spacing: 0.19em;
        width: 270px;
    }

    .smallogo {
        width: 100%;
        display: block;
        position: fixed;
        z-index: 101;
        width: 100%;
        /* height: 52px;
        background: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);*/
        box-shadow: 0 1px 4px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    }

    .wsoffcanvasopener .animated-arrow {
        left: 280px;
    }


    .animated-arrow {
        cursor: pointer;
        padding: 13px 35px 16px 0px;
        margin: 10px 0 0 15px;
    }

        .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
            cursor: pointer;
            height: 3px;
            width: 23px;
            background: #F78E31;
            position: absolute;
            display: block;
            content: '';
        }

            .animated-arrow span:before {
                top: -7px;
            }

            .animated-arrow span:after {
                bottom: -7px;
            }

            .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
                transition: all 500ms ease-in-out;
            }

    .wsoffcanvasopener .animated-arrow span {
        background-color: transparent;
    }

        .wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
            top: 7px;
        }

        .wsoffcanvasopener .animated-arrow span:before {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            bottom: 0px;
        }

        .wsoffcanvasopener .animated-arrow span:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }


    /*Animation None */
    .wsmenu-list li > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .wsmenu-list li:hover > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .wsmenu-submenu li > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }


    .wsmenu-list li > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-list li:hover > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    
    .sm-simple a.has-submenu {
        font-size: 14px;
    }

    .sm-simple > li > a {
        padding: 24px 8px;
    }

    .navbar-nav > li > a {
        padding: 6px 10px;
    }

    #main-slider1 .home-caption h2 {
        font-size: 25px;
    }

        #main-slider1 .home-caption h2 .orange {
            font-size: 35px;
        }

    .search-panel {
        width: 85%;
    }

    .sticky-footer .or-txt, .sticky-footer .foot-txt {
        font-size: 20px;
    }

    .call-back-bt .btn-black, .foot-mid h3 {
        font-size: 17px;
    }

    .subscribe .btn {
        font-size: 14px;
    }

    .foot-mid ul li {
        display: inline-block;
        margin-right: 2%;
    }

    .foot-mid .f-tel-no span, .foot-mid .f-email span {
        height: 43px;
        width: 43px;
        font-size: 20px;
        padding: 6px;
    }

    ul.social-share li a {
        font-size: 22px;
        width: 29px;
        height: 29px;
        line-height: 30px;
    }

    .banner-txt-rotate {
        font-size: 25px;
    }

    .support24 {
        font-size: 16px;
        margin-right: 10px;
    }

        .support24 a {
            padding: 5px 8px;
        }

    .fix-call {
        font-size: 16px;
    }

    .support24 i {
        margin-right: 6px;
    }

    .widget-heading h3 {
        font-size: 14px;
    }

    .inds-trainig-btn .btn {
        font-size: 20px;
    }

    .black-banner-box {
        top: 1%;
    }

        .black-banner-box .txt-bx ul li {
            font-size: 14px;
            padding: 1px;
        }

    .course-item .course-label {
        font-weight: 500;
        font-size: 17px;
    }

    #populer-course .item {
        width: 33.33%;
    }

        #populer-course .item .last {
            display: none;
        }

    #populer-coursef .item {
        width: 33.33%;
    }

        #populer-coursef .item .last {
            display: none;
        }

    #main-slider1 .carousel-inner img {
        width: auto;
    }

    .smaller #header .sm-simple a, .inner-header #header .sm-simple a {
        padding: 18px 7px;
    }
}

/******** top course large navbar *****************/
.menu-container {
    width: 860px;
    padding: 0 !important;
    /*left: -450px !important;*/
    height: 400px;
    background: none;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.category-container {
    color: #000;
    background: #fff;
    height: 400px;
    padding: 0;
}

    .category-container > ul {
        list-style: none;
        padding-left: 0;
    }

.category-list {
    cursor: pointer;
    padding: 8px 8px;
    border-bottom: 1px solid #dedede;
    text-align: left;
}

.active-category-list:hover {
    background: #f6f6f6;
    border-bottom: 1px solid rgba(232, 231, 231, 0.78);
}

.active-category-list {
    background: #f6f6f6;
}

.menu-view-all-course-btn {
    background: #F25A29;
    color: #fff;
    font-family: radikal;
}

.category-course-container {
    color: #000;
    height: 400px;
    background: #f6f6f6;
    float: left;
}

.category-course-anchor {
    text-decoration: none !important;
    color: #000;
}

    .category-course-anchor:hover {
        text-decoration: none !important;
        color: #4588ED;
    }

.category-course-container > ul {
    list-style: none;
    padding-left: 0;
}

.category-course {
    cursor: pointer;
    padding: 4px 0px;
    text-align: left;
}

.active-category-course {
    color: #16a6e8;
}

    .active-category-course > .category-course-caret {
        display: inline !important;
    }

.active-category-list > .category-list-caret {
    display: inline !important;
}

.category-list-caret {
    position: absolute;
    right: -1px;
    margin-top: 0px;
    z-index: 10;
    font-size: 24px !important;
    color: #f6f6f6;
    display: none;
}

.category-course-caret {
    position: absolute;
    right: -1px;
    margin-top: 0px;
    z-index: 10;
    font-size: 24px !important;
    color: rgba(255, 255, 255, 1);
    display: none;
}

.category-course-info-container {
    color: #000;
    height: 400px;
    background: rgba(255, 255, 255, 1);
}

.category-course-info-name {
    font-size: 18px;
}

.course-info-anchor {
    color: #000 !important;
    text-decoration: none !important;
}

    .course-info-anchor:hover {
        color: #4588ED !important;
    }

#menu-option-mobile {
    display: none;
}

.course-rating-star {
    color: #F05A2A;
}

@media ( max-width : 768px) {
    .tag-line {
        padding-top: 0px;
    }

    .get-syllabus-btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    #chat-framework, #chatMainContainer, .ag-slide-out-div-home {
        display: none;
    }

    #menu-option-web {
        display: none;
    }

    #menu-option-mobile {
        display: block;
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    #menu-option-web {
        display: inline-block !important;
    }

    #menu-option-mobile {
        display: none !important;
    }

    .menu-container {
        left: -180% !important;
    }
}

.modal-open .modal, .modal {
    z-index: 9999999999;
}

.category-course-info-image {
    height: 100px;
}

.course-selling-points {
    max-width: 200px;
}

#course-tagline {
    white-space: normal;
    font-weight: 600;
}

#course-selling-points {
    padding-top: 10px;
}

    #course-selling-points > ul li {
        white-space: normal;
        list-style-type: disc !important;
        margin-left: 10px !important;
    }


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.h2event {
    margin-top: 20px !important;
    font-size: 24px !important;
}

.p-t60 {
    padding-top: 60px;
}

.p-t15 {
    padding-top: 15px;
}

.h2eventTitle {
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
}

.fsize20 {
    font-size: 20px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-t5 {
    padding-top: 5px;
}
