#menu {
    margin-bottom: 0%;
    border-radius: 0px;
    background-color: #31427A;
}

a {
    text-decoration: none!important;
}

ul li {
    list-style: none;
}

#myNavbar ul li a {
    /* color: #2098D1;*/
    color: white;
}

.glyphicon.glyphicon-log-in {
    color: #fff;
    margin-right: 23px;
    font-size: 22px;
    margin-top: 14px;
}

.main-text {
    position: absolute;
    top: 20%;
    width: 97%;
    color: #000;
    margin-top: 50px;
    transform: translateY(-50%);
}

#slider_btn a:link,
a:visited {
    background-color: #31427A;
    opacity: .8;
    color: #fff;
    display: inline-block;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s linear 0s;
    margin-top: 36px;
}

#slider_btn a:hover {
    background-color: #31427A;
    opacity: 1;
}

.carousel-inner {
    width: 100%;
    max-height: 520px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

#clip {
    max-width: 100%;
    height: auto;
}

#gallery_1 {
    margin-bottom: 1%;
}

#gallery_2 {
    margin-top: 1%;
    margin-bottom: 5%;
}

.parallax_2 {
    background-color: #664200;
}

.img-circle {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.parallax_3 {
    background-image: url("images/math-1547018_1920.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand.button.hvr-underline-from-center>p {
    color: white;
}

.slider-content h1 {
    margin-top: 200px;
    color: #fff;
    font-size: 28px;
    text-shadow: 2px 2px gray;
}

span {
    color: #3498DB;
}

.about-text>h3 {
    color: #1EBBA2;
    position: relative;
    display: inline-block;
}

.about-text>h3::after {
    background-color: green;
    border: 1px solid green;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    top: 100%;
    width: 50%;
}

.about-text>p {
    margin-top: 20px;
}

video {
    margin-top: 52px;
}

.team-heading h3 {
    color: red;
    position: relative;
}

.team-heading h3::after {
    background-color: green;
    border: 1px solid #ddd;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -9%;
    position: absolute;
    top: 117%;
    width: 18%;
}

.gallery-heading h3 {
    color: red;
    position: relative;
}

.gallery-heading h3::after {
    background-color: green;
    border: 1px solid #ddd;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -4%;
    position: absolute;
    top: 100%;
    width: 9%;
}

.routine-heading h3 {
    color: red;
    position: relative;
}

.routine-heading h3::after {
    background-color: green;
    border: 1px solid #ddd;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -8%;
    position: absolute;
    top: 100%;
    width: 16%;
}

.course-heading h3 {
    color: #fff;
    position: relative;
    font-size: 40px;
    font-weight: bold;
}

.course-heading h3::after {
    background-color: #fff;
    border: 1px solid #fff;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -4%;
    position: absolute;
    top: 110%;
    width: 9%;
}

.single-portfolio {
    position: relative;
}

#gallery{
    margin-bottom: 80px;
}

.gallery-hover {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
}


/*start commitment area*/

.commitment-area {
    padding: 50px 0px;
    background: #222;
    color: wheat;
}

.amader-protisruti h2 {
    position: relative;
    display: inline-block;
    color: #1EBBA2;
    margin-top: 80px;
    text-shadow: 2px 2px 2px;
}

.amader-protisruti h2:after {
    background-color: green;
    border: 1px solid green;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    top: 105%;
    width: 50%;
}

.knowlwdg {
    margin-top: 50px;
}

.knowlwdg h2 {
    color: powderblue;
}

.margin-top {
    margin-top: 50px;
}

element {}

.fa.fa-check-circle-o {
    display: inline-block;
    float: left;
    margin-top: 4px;
    padding-right: 7px;
    font-size: 19px;
    color: orange;
}


/*end of commitment area*/


/*start team area*/

.team-area {
    background-color: #001a33;
    padding: 60px 0;
}

.member-list {
    margin-top: 50px;
}

.teacher-heading h2 {
    color: orange;
    padding-top: 35px;
}

.member-contact>h2 {
    font-size: 18px;
    margin-top: 10px;
    color: #ddd;
}

.member-contact>h2 span {
    font-size: 14px;
    margin-left: 3px;
}

.socail-member-link a {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    color: #000;
}

.socail-member-link {
    margin-top: 25px;
    margin-bottom: 25px;
}

.socail-member-link i {
    color: #fff;
    font-size: 13px;
}

.socail-member-link a:hover {
    background: red;
}

.owl-nav div {
    position: absolute;
    left: -40px;
    top: 50%;
    font-size: 60px;
    margin-top: -50px;
}

.owl-nav div.owl-next {
    left: auto;
    right: -40px;
}

.heading h2 {
    color: #028FCC;
}

.heading h2::before {
    background-color: red;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100px;
}


/*end team area*/


/*course ara*/

.coursees-heading {
    margin-top: 70px;
}

.coursees-heading {
    background-color: #1EBBA2;
    margin-bottom: 33px;
    box-sizing: border-box;
    height: 380px;
    padding: 42px;
}

.coursees-heading h2 {
    color: #222222;
    font-weight: bold;
    font-size: 34px;
    border-bottom: 1px dashed;
}

.coursees-heading h5 {
    font-size: 20px;
    color: #ddd;
    font-weight: bold;
}

.parallax_2.routine {
    background-color: #31427A;
    padding-bottom: 60px;
}

.coursees-heading.notice {
    background-color: #FFA500;
}


/*end course area*/


/*academic area*/

.course-heading-content {
    color: white;
    font-size: 17px;
}

ul.class-routine li {
    margin-bottom: 10px;
}

ul.class-routine li a {
    background-color: #1ebba2;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
    transition: all 0.5s linear 0s;
    width: 201px;
}

ul.class-routine li a:hover {
    background-color: #E67425;
    transform: scale(1.1);
}


/*start student-area*/

.student-area {
    background-color: #000;
    padding: 50px 0;
}

.student-title h3 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: white;
}

.student-title h3:after {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    border: 1px solid red;
    background-color: red;
    height: 1px;
    width: 50%;
    margin-left: -25%;
}


/* end-student-area*/


/*start resut area*/

.result h3 {
    display: inline-block;
    position: relative;
    font-size: 30px;
}

.result h3:after {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    border: 1px solid red;
    background-color: red;
    height: 1px;
    width: 50%;
    margin-left: -25%;
}

.col-md-12.col-sm-12.col-xs-12.top-padding {
    padding: 20px 0px;
}


/*end result area*/

.course-heading-title h5 {
    color: black;
    transition: all 0.3s linear 0s;
}

.course-heading-title h5:hover {
    transform: scale(1.1);
}

.academic-area {
    padding: 50px 0px;
}

ul.class-routine {
    padding: 42px 0px;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

th,
td {
    padding: 10px;
    text-align: center;
}

.col-md-8.col-md-offset-2.text-right {
    margin-left: 25%;
}

.coursees-heading-element {
    background-color: #1EBBA2;
    margin-bottom: 33px;
    box-sizing: border-box;
    height: 100%;
    padding: 42px;
}

.dream-academy {
    margin-top: 90px;
}

.dream-academy h2 {
    margin-bottom: 30px;
}

.main-text h3 {
    font-size: 40px;
    color: white;
    text-shadow: 2px 2px #FF0000;
}

.teacher-heading h3 {
    font-size: 41px;
    color: white;
    text-shadow: 2px 2px 2px #FF0000;
}

.notice-and-important-link-area {
    background-color: orange;
    padding: 50px 0px;
}

.important-link.course-heading h3::after {
    background-color: #fff;
    border: 1px solid #fff;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -12%;
    position: absolute;
    top: 118%;
    width: 28%;
}

.class-routine.important-link.text-center a {
    background-color: blue;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.5s linear 0s;
    width: 235px;
}
.notice-link.course-heading h3::after{
    background-color: #fff;
    border: 1px solid #fff;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -12%;
    position: absolute;
    top: 118%;
    width: 28%;
}

/*result add css*/
#myNavbar ul li a{
    background-color: #31427A;
}

#myNavbar ul li a:focus{
   background-color: #31427A;
}

#myNavbar .nav.navbar-nav.navbar-right li .dropdown-menu{
    background-color: #31427A;
}

#myNavbar .nav.navbar-nav.navbar-right li .dropdown-menu li a:hover{
    background-color: #31427A;
    color: white;
}

.footer-distributed{
    margin-top: 0px !important;
}
/*result add css end*/