@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900);
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #555;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 15px
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
.navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
.top-nav-collapse {
    padding: 0;
}
}

.navbar-default{
    background-color: #ed2640
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-brand{
    padding:0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
    background-color: #000;
    color:#fff;
}

.page-header {
    border-bottom: 0px solid #eee;
    margin: 40px 0;
    padding-bottom: 9px;
}

.intro-section {
    padding: 50px 0px;
    background: #fff;
}

.about-section {
    padding-top: 100px;
    text-align: center;
}
.exams-section {
    padding: 60px 0px;
}

.contact-section {
    padding: 60px 0px;
    text-align: center;
    background: #fff;
}

.exam-container{
    border:1px solid #eee;
}

.exam-container img{
    margin-top:76px;
}
.exam{
    background-color: #fff;
    padding:10px;
    height: 335px
}

.course-fee{
    font-size: 20px;
    font-weight: bold;
    color: #000
}

.welcome{
    padding:0px 0px 40px 0px;
}

.welcome h1{
    margin: 40px 0px;
}

.whoweare {
   border-color: #eee #eee #eee #ed2640;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    padding: 0px 20px;
}

.whoweare h2{
    padding-top: 20px;
}

.whoweare .panel-icon {
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    height: 60px;
    left: 45%;
    line-height: 60px;
    margin-bottom: 20px;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 60px;
    font-size: 26px
}


p.sub-text {
    color: #555;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
}

.top-contact{
    margin-top: 90px;
}

.top-contact .callus{
    padding:15px 0px;
}

.top-contact .callus a{
    color:#000;
}

.top-contact .social{
    padding:15px 0px;
    }

.top-contact .social a{
    color:#000;
    padding:0px 10px;
    border-right: 1px solid #ddd
}

.slider-caption {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    padding: 1em;
    position: absolute;
    top: 29%;
    width: 43%;
    z-index: 999;
    -webkit-box-shadow: 5px 2px 5px -1px rgba(0,0,0,0.41);
    -moz-box-shadow: 5px 2px 5px -1px rgba(0,0,0,0.41);
    box-shadow: 5px 2px 5px -1px rgba(0,0,0,0.41);
}
.carousel-control.left, .carousel-control.right{
    background-image: none
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
}

.btn-white {
    background: #ed2640 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 15px 0;
    padding: 11px 20px 13px;
    text-shadow: none;
    text-transform: uppercase;
}


.btn-red {
    background: #ed2640 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 15px 0;
    padding: 11px 20px 13px;
    text-shadow: none;
    text-transform: uppercase;
}

.form-control::-moz-placeholder {
    color: #555;
}

.fa-facebook {
    color:#3c5899;
}

.fa-twitter{
    color:#2caae1;
}

.fa-google-plus{
    color:#dc493c;
}

2caae1
footer {
    color: #fff;
}

footer a {
  color: #ed2640!important;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #000;
}

select.input-lg{
    font-size:14px;
    color:#777
}