﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

body {

}
.mobile-nav{
    display:none !important;
}
img{
	width: 100%;
	height: auto;
}
header {
    box-shadow: 0px 0px 1px 1px #efefef;
    padding-bottom: 5px;
}
.top-head {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0px;
    color: #878787;
    margin-bottom:5px;
}

    .top-head span {
        padding: 0px 8px 1px;
        border-left: 1px solid #bababa;
    }

    .top-head span:first-child {
        border-left: unset;
        padding-left:unset;
    }

        .top-head span i {
            color: #990001;
        }

.social {
    text-align: right;
}

    .social b {
        font-weight:normal;
    }

.social a {
    border: 1px solid #990001;
    width:30px;
    float:right;
    text-align:center;
    margin-left:8px;
    color:#990001;
}

    .social a:hover, .social a:focus {
        background-color: #990001;
        color: #ffffff;
    }

.nav-item {
    border-right: 1px solid #f3f3f3;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -2px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 1px 0px #dcdcdc;
}

    .sidenav h2 {
        font-size: 16px;
        padding: 0px 15px 13px;
        border-bottom: 1px solid #eae8e8;
        margin: -32px 0px 0px;
        position: absolute;
        width: 100%;
    }

    .sidenav h3 {
        font-size: 15px;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        padding: 10px 0px 10px 20px;
        margin-top: 25px;
    }

        .sidenav h3:first-child {
            margin-top: 0px;
        }

    .sidenav a {
        padding: 1px 8px 5px 20px;
        text-decoration: none;
        font-size: 15px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a i {
            margin-right: 7px;
            color: #990001;
        }

        .sidenav a:hover, .sidenav a:focus {
            color: #990001;
            padding-left: 40px;
        }

    .sidenav .closebtn {
        position: absolute;
        top: -15px;
        right: 3px;
        font-size: 36px;
        padding-left: 10px;
        border-left: 1px solid #ececec;
        height: 65px;
        padding-top: 6px;
        z-index: 999;
    }

        .sidenav .closebtn:hover {
            padding-left: 10px;
        }

.scroll {
    float: left;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 100px;
}

#scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #dcdcdc;
}

#scrollbar::-webkit-scrollbar-thumb {
    background-color: #2f0e89;
}

.heading {
    font-size: 18px;
    color: #990001;
    border-left: 3px solid #990001;
    padding-left: 8px;
    margin: 20px 0px;
}
.heading2 {
    font-size: 18px;
    color: #990001;
    padding-left: 8px;
    margin: 20px 0px;
}
.heading3 {
    font-size: 18px;
    color: #990001;
    border-left: 3px solid #990001;
    padding-left: 8px;
    margin: 20px 0px;
}

    .heading small {
	font-weight: bold;
	color: #272727;
	font-size: 100%;
    }

.heading1 {
    font-size: 24px;
    color: #c1c1c1;
    border-left: 3px solid #c1c1c1;
    padding-left: 8px;
    margin: 20px 0px 50px;
}

    .heading1 small {
        font-weight: bold;
        color: #fff;
    }

.imar {
    margin-top: 124px;
}
.mar {
    margin-top: 150px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}

    .header .top-head {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header.shrink .top-head {
        display: none;
    }

    .header h1 {
        font-size: 30px;
        font-weight: normal;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header.shrink h1 {
        font-size: 24px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.news-bg {
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 0px 0px 0px 1px rgba(153, 0, 1, 0.9490196078431372);
    height: 60px;
}
    .news-bg marquee {
        padding:17px;
        color:#990001;
    }
    .news-bg:before {
        position: absolute;
        content: "News Update";
        height: 60px;
        width: 20%;
        background-color: #990001;
        margin: 0px 0px 0px 0px;
        text-align: right;
        color: #fff;
        font-size: 15px;
        padding-top: 18px;
        padding-right: 15px;
        z-index: 999;
    }

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #990001;
    position: absolute;
    margin-left: 20%;
    z-index: 999;
    margin-top: 15px;
}



.best{
    margin-bottom:20px;
}

    .best a {
        position: absolute;
        background-color: rgba(153, 0, 1, 0.8392156862745098);
        margin-top: -50px;
        margin-left: -8px;
        padding: 5px 15px;
        color: #fff;
        font-size: 16px;
    }

        .best a i {
            float: right;
            background-color: #fff;
            color: #990001;
            padding: 10px;
            margin: -5px -15px -5px 10px;
        }

        .best a:hover, .best a:focus {
            text-decoration: none;
            background-color: #990001;
        }

.course-bg {
    margin: 50px 0px 50px;
    min-height: 300px;
    background-color: #f1f2f8;
    padding-bottom: 20px;
}

    .course-bg:before {
        position: absolute;
        content: "";
        background-color: #f1f2f8;
        min-height: 300px;
        width: 64%;
        left: 0;
    }

    .course-bg:after {
        position: absolute;
        content: "";
        background-size: auto 100%;
        min-height: 350px;

        right: 0;
        margin-top: -330px;
    }
    .course-bg .heading {
        margin-top: 30px;
    }

.course {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 10px 10px 10px 55px;
    font-size: 17px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 1px 0px #ccc9c9;
    color: #383838;
    font-family: Roboto;
}

    .course i {
        color: #fff;
        background-color: #990001;
        position: absolute;
        top: 0;
        left: 15px;
        padding: 14px 10px;
    }

    .course:hover, .course:focus {
        color: #990001;
        text-decoration:none;
    }

.about {
	font-family: Roboto;
	margin-bottom: 30px;
	color: #3a3a3a;
	font-size: 16px;
}

.about ul{
    padding:0px 15px;
    list-style:square;
    font-size:17px;
}

    .about a {
        border: 1px solid #990001;
        color: #990001;
        padding: 8px 20px;
        font-family: Open Sans;
    }
        .about a:hover, .about a:focus {
            color: #ffffff;
            background-color:#990001;
            text-decoration:none;
        }

.make-bg {
    background: url(img/special.jpg) #efefef 100%;
    margin: 50px 0px 0px;
    padding: 50px 0px 50px;
}

    .make-bg .head {
        font-size: 26px;
        color: #ffffff;
        border-left: 3px solid #ffffff;
        padding-left: 8px;
        margin: 20px 0px;
    }

        .make-bg .head b {
            color: #FFEB3B;
        }

    .make-bg .make {
        text-align: center;
        background-color: rgba(153, 0, 1, 0.9490196078431372);
        color: #ffffff;
        font-size: 20px;
        padding: 20px 0px;
        line-height: 25px;
        margin-bottom: 5px;
    }

        .make-bg .make b {
            font-size: 42px;
        }

.testimonial-bg {
    background-color: #f1f2f8;
    padding: 80px 0px 70px;
}

    .testimonial-bg .testimonial-head {
        background-color: #2b2c33;
        padding: 65px 55px;
        color: #fff;
        margin-bottom: 20px;
    }
.testi-con {
    background-color: #ffffff;
    padding: 20px 25px 10px;
    color: #727272;
}

    .testi-con i {
        color: #920103;
    }

.triangle-down {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 18px solid #ffffff;
    border-bottom: 35px solid transparent;
    margin: -9px 0px 0px 75px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.testi-con-name {
    background-color: #ffffff;
    padding: 8px 10px 0px 50px;
    font-size: 18px;
    margin: 27px 0px 20px 35px;
    line-height: 19px;
}

    .testi-con-name img {
        float: left;
        margin: -31px 0px 0px -80px;
        width: auto !important;
        min-height: unset !important;
    }

    .testi-con-name p {
        padding-bottom: 5px;
        font-size: 12px;
        color: #920103;
    }

.testimonial-bg .carousel-indicators .active {
    background-color: #990001 !important;
}

.testimonial-bg .carousel-indicators li {
    background-color: #878787 !important;
    cursor:pointer;
}

.testimonial-bg .carousel-indicators {
    bottom: -25px;
}

.quote {
    background-color: #990001;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom:50px;
}
    .quote p {
       margin-bottom:30px;
    }
    .quote b {
        color: #FFC107;
    }

    .quote button {
        background-color: #f1f2f8;
        color: #990001;
        font-size: 18px;
        padding: 8px 20px;
        border-radius: 4px;
        font-weight: bold;
        cursor:pointer;
        border:none;
        float:right;
    }

        .quote button:hover, .quote button:focus {
            color: #272727;
        }

.box {
    background-color: #f1f2f8;
    padding: 25px 15px;
    text-align: center;
    min-height: 225px;
    margin-bottom: 15px;
}

    .box h2 {
        font-size: 18px;
        margin-bottom: 10px;
        border: 1px solid #e8e8e8;
        background: #fff;
        padding: 5px;
    }

    .box h3 {
        font-size: 16px;
        margin: 10px 0px 0px;
        line-height: 14px;
    }

        .box h3 small {
            font-size: 12px;
        }

    .box img {
        border-radius: 50%;
        width: 90px;
        box-shadow: 0px 0px 1px 1px #cecece;
        padding: 5px;
        background: #fff;
    }

.inst-cont {
    box-shadow: 0px 0px 1px 0px #dcdcdc;
    padding: 20px;
}

    .inst-cont ul {
        padding: 0px 20px;
        list-style: square;
    }

.gallery {
    background-color: #990001;
    padding: 50px 20px;
    color: #fff;
    font-size: 24px;
    margin: 50px 0px 30px;
}
    .gallery p {
        margin-bottom: 30px;
        text-align: center;
    }

    .gallery b {
        color: #FFC107;
    }

    .gallery img {
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 3px 1px #750606;
        margin-bottom:20px;
    }
    .gallery a {
			border:1px solid #fff;
            color: #fff;
    }

        .gallery a:hover, .gallery a:focus {
            text-decoration:none;
        color: #FFC107;
        }

footer {
    background-color: #fff;
    padding: 50px 0px 0px;
}
    footer .box2 {
        background-color: #f1f2f8;
        padding: 25px 15px;
        min-height: 225px;
        margin-bottom: 15px;
    }

        footer .box2 h2 {
            font-size: 18px;
            margin-bottom: 10px;
            border: 1px solid #e8e8e8;
            background: #fff;
            padding: 5px 5px 5px 15px;
        }

        footer .box2 ul {
            list-style: none;
            padding: 0px 10px;
            margin: 0px;
        }

            footer .box2 ul li a {
                color: #272727;
                font-size: 14px;
            }
                footer .box2 ul li a:hover, footer .box2 ul li a:focus {
                    text-decoration:none;
                    color: #990001;
                }

            footer .box2 ul li a i{
                color: #990001;
            }

    footer .box3 {
        background-color: #f1f2f8;
        padding: 45px 15px 25px;
        min-height: 225px;
        margin-bottom:15px;
    }

        footer .box3 h2 {
            font-size: 18px;
            margin-bottom: 10px;
            border: 1px solid #e8e8e8;
            background: #fff;
            padding: 5px 5px 5px 15px;
        }

        footer .box3 ul {
            list-style: none;
            padding: 0px 10px;
            margin: 0px;
        }

            footer .box3 ul li a {
                color: #272727;
                font-size: 14px;
            }

                footer .box3 ul li a:hover, footer .box3 ul li a:focus {
                    text-decoration: none;
                    color: #990001;
                }

                footer .box3 ul li a i {
                    color: #990001;
                }

    footer iframe {
        width: 100%;
        min-height: 225px;
    }

.copy {
    background-color: #f1f2f8;
    font-size: 12px;
    padding: 15px 10px;
    margin-top: 10px;
    text-align: center;
}
.foot {
    padding: 0px 0px 0px;
}

.submit {
    background-color: #990001;
    color: #ffffff;
    padding: 8px 30px;
    border: none;
    cursor:pointer;
}

    .submit:hover, .submit:focus {
        background-color: #b90001;
    }

.body{
    background:url(img/virtual.jpg) #878787;
    background-size:100% 100%;
}

.bod {
	padding: 3px 20px;
	font-family: roboto;
	font-size: 18px;
	margin-bottom: 30px;
	background-color: #fff;
}

.start {
    background-color: #b9010b;
    width: 65%;
    font-size: 24px;
    text-align: left;
    padding: 7px 5px 12px;
    border-radius: 6px;
    color: #fff;
    margin: ;
	padding-left:22px;
}

.timeline {
	position: relative;
	max-width: 100%;
	margin: 5px auto 20px;
	font-family: Open Sans;
}

    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #707070;
        top: -60px;
        bottom: -20px;
        left: 0;
        margin-left: -3px;
    }

.cont {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

    .cont::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -13px;
        background-color: #990001;
        border: 4px solid #c1c1c1;
        top: 15px;
        border-radius: 100%;
        z-index: 1;
    }

.left {
    left: 0;
    padding-left:0px;
}

.right {
    left: 0;
    padding-right:0px;
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #565857;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #565857;
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #565857;
    border-width: 10px 10px 10px 0;
    border-color: transparent #565857 transparent transparent;
}

.right::after {
    left: -12px;
}

.content {
	padding: 0px 30px 20px;
	position: relative;
	border-radius: 6px;
	color: #FFFFFF;
}
    .content h2 {
        font-size: 18px;
        background-color: #565857;
        padding: 10px 30px 10px 20px;
        margin: 0px -30px 15px;
        border-radius: 5px;
    }
    .content ul {
        list-style: none;
        padding-left: 0px;
        float: left;
        width: 100%;
        margin-left: -5px;
    }
        .content ul li {
            float:left;
            width:100%;
        }
        .content ul span {
            position: absolute;
            right: 25px;
        }

        .content ul i {
            font-size: 18px;
            margin-right: 10px;
            line-height: 30px;
        }
        .content ul a {
            color: #fff;
            float: left;
            width: 75%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height:30px;
        }
            .content ul a:hover, .content ul a:focus {
                color: #FFC107;
                text-decoration:none;
            }

        .content ul li iframe {
            width: 100% !important;
            min-height: 300px !important;
        }
    .content h5 {
        color: #920103;
    }
    .content p {
        text-align: right;
    }

.end {
    border: 2px solid #b9010b;
    width: 230px;
    font-size: 24px;
    text-align: center;
    padding: 7px 5px 12px;
    border-radius: 5px;
    color: #fff;
    margin: -60px 0 85px;
}

@keyframes ncp {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -30px
    }

    50% {
        margin-top: -60px
    }

    75% {
        margin-top: -90px
    }

    100% {
        margin-top: 0
    }
}

.news {
    width: auto;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    padding: 3px;
    -webkit-user-select: none;
    position: absolute;
    left: 24%;
    margin-top: 10px;
}

    .news span {
        float: left;
        color: #fff;
        padding: 6px;
        position: relative;
        top: 1%;
        border-radius: 4px;
        box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
        font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-user-select: none;
        cursor: pointer
    }

    .news ul {
        float: left;
        padding-left: 20px;
        animation: ncp 10s cubic-bezier(1, 0, .5, 0) infinite;
        -webkit-user-select: none
    }

        .news ul li {
            line-height: 30px;
            list-style: none
        }

            .news ul li a {
                color: #990001;
                text-decoration: none;
                font: 18px Helvetica, Arial, sans-serif;
                -webkit-font-smoothing: antialiased;
                -webkit-user-select: none;
            }

        .news ul:hover {
            animation-play-state: paused
        }

    .news span:hover + ul {
        animation-play-state: paused
    }
	
.new{
	margin-left:20%;
}
/*ccna syllabus start*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.syllaus, .accordion:hover {
    background-color:#dcdcdc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.syllaus:after {
    content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/*ccna syllabus end*/















/*SM*/

    @media  (min-width:576px) and (max-width:767px){

        .social b {
            display:none;
        }

        .top-head span {
            font-size: 12px;
        }





    }

/*End SM*/



/*XS*/

@media (max-width:575px) {

    .top-head {
        display: none;
    }
    .top-head span {
        float: left;
        width: 100%;
        border: none;
        padding: 0px;
        text-align: center;
    }
    .social {
        text-align: center;
        margin-top:10px;
    }
        .social a {
            float: none;
            text-align: center;
            padding:3px 0px;
        }
        .social a i{
            width:30px;
        }

    .mobile-nav {
        display: block !important;
        background-color: #990001;
        position: fixed;
        width: 100%;
        z-index: 999;
        bottom: 0;
        border-top: 1px solid #ffffff;
        line-height: 17px;
    }
        .mobile-nav .co {
            width: 25%;
            text-align: center;
            font-size: 12px;
            border-left: 1px solid #880001;
        }
            .mobile-nav .co a {
                color: #fff;
                float: left;
                width: 100%;
                padding: 10px 0px 8px;
            }
                .mobile-nav .co a i {
                    font-size: 16px;
                }
                .mobile-nav .co a:hover, .mobile-nav .co a:focus {
                    text-decoration: none;
                    box-shadow: none;
                    background-color: #b20001;
                }
    .imar {
        margin-top: 72px;
    }
    .mar {
        margin-top: 90px;
    }

    .news-bg:before {
        width: 30%;
    }
    .arrow-right {
        margin-left: 30%;
    }
    .dis{
        display:none;
    }
    .news {
        left: 35%;
    }

}

/*End XS*/

@media (max-width:991px) {

    .course-bg{
        min-height:unset;
    }
    .course-bg:before {
        display:none;
    }

    .course-bg:after {
        display: none;
    }
}

@media (max-width:767px) {

    .course-bg {
        margin: 20px 0px 20px;
    }

    .make-bg {
        padding: 0px 0px 10px;
    }
    .start {
        width: 100%;
        margin:unset;
    }
    .timeline::after {
        left: 0px;
        top: -60px;
        bottom: -79px;
    }

    .cont {
        width: 100%;
        padding-left: 25px;
        padding-right: 0px;
    }

        .cont::before {
            left: 17px;
            border: medium #565857 white;
            border-width: 10px 10px 10px 0;
            border-color: transparent #565857 transparent transparent;
        }

    .left::after, .right::after {
        left: -12px;
    }

    .right {
        left: 0%;
    }
    .content ul span, .content ul i {
        float: left;
    }
    .end {
        width: 100%;
        margin: 0 auto 85px;
    }




}
