@import 'bootstrap.min.css';
@import 'animate.css';
@import 'font-awesome.min.css';
@import 'owl.carousel.min.css';
@import 'jquery.fancybox.css';
@import 'margin-padding.css';

/*  BASE - base, mixin, normalize, variable */
/* background color */
/* mixin */
body {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px; }
.left-form {
    
    display: none !important;
}
.title h2 {
  color: #000;
  font-size: 25px; }

.paddingright {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0px; }

.paddingleft {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0; }

.padding0 {
  padding: 0px; }

.btn, #about .bluepadding .btn {
  background-color: #26538d;
  color: #fff;
  font-size: 17px;
  border: none;
  border-radius: 0px;
  padding: 1% 12%; }

/* mixin */
/* background color */
/* mixin */
/*   layout  */
/* background color */
/* mixin */
/* mixin */
* {
  letter-spacing: 1px; }

.footer {
  background-color: #25548a;
  padding: 3%; }
  @media screen and (min-width: 991px) {
    .footer .col-md-15 {
      width: 20%;
      float: left; } }
  .footer .footer-title h5 {
    color: #fff;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 7%;
    padding-right: 0; }
  .footer .list li {
    color: rgba(255, 255, 255, 0.51);
    margin-bottom: 5%; }
    .footer .list li a {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-weight: 500;
      text-decoration: none; }

.copyright {
  background-color: #25548a;
  box-shadow: -1px 1px 1px #a19292 inset;
  padding-top: 2%; }
  .copyright p {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500; }
    .copyright p a {
      color: #ccc;
      text-decoration: none; }

/* background color */
/* mixin */
/* mixin */
@media screen and (max-width: 767px) {
  .navbar-header {
    padding: 0px 24px; } }
.navbar-header .navbar-brand {
  height: auto;
  padding: 15px 0px; }
  @media screen and (max-width: 991px) {
    .navbar-header .navbar-brand img {
      width: 180px; } }

header .topheader {
  margin-top: 1%; }
  @media screen and (max-width: 767px) {
    header .topheader {
      border-top: 1px solid #000;
      padding-top: 10px; } }
  header .topheader li {
    margin-left: 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      header .topheader li {
        width: 100%;
        margin-bottom: 14px;
        margin-left: 0px;
        padding-left: 15px; } }
    header .topheader li::before {
      content: '';
      position: absolute;
      right: -9px;
      height: 75%;
      width: 1px;
      top: 2px;
      background: #26538d; }
    header .topheader li:last-of-type::before {
      display: none; }
    header .topheader li a {
      color: #000;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        header .topheader li a {
          color: #fff; } }
header .menuheader {
  background-color: #26538d;
  border: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px; }
header .navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0px; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 14px; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #0462bf; }

@media (min-width: 768px) {
  .navbar-right {
    margin-top: 12px; }
    .navbar-right .dropdown-menu {
      width: 240px;
      margin-top: 5px;
      padding: 0;
      border-radius: 0;
      border-top: 3px solid #26538d; }
      .navbar-right .dropdown-menu a {
        white-space: normal;
        padding: 12px;
        border-bottom: 1px solid #177de3; }
      .navbar-right .dropdown-menu > li > a:focus, .navbar-right .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #26538d; } }
.left-form {
  position: fixed;
  bottom: 0%;
  left: 0%;
  background: #26538d;
  z-index: 1111; }

.close-button {
  position: absolute;
    top: 0px;
    text-align: center;
    line-height: 2;
    z-index: 9999999;
    border-radius: 0px 20px 20px 0px;
    right: -40px;
    background: #26538d;
    height: 40px;
    width: 40px;
    color: #fff !important;
    padding-top:6px;  }
  .close-button:hover {
    cursor: pointer; }

.text-white {
  color: #fff !important; }

.font-weight-bold {
  font-weight: 700; }

.banner_link {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9999;
  background-color: #26538d;
  width: 100px; }

.banner_link .handle {
  position: absolute;
  left: -40px;
  background: #26538d;
  height: 40px;
  width: 40px;
  border-radius: 26px 0px 0px 26px;
  top: 35%; }

.banner_link a {
  border-bottom: 1px solid #fff;
  color: #fff; }

.banner_link ul {
  margin-bottom: 0px; }

.banner_link li {
  font-size: 12px;
  background: #26538d; }

.banner_link li i {
  margin-bottom: 3px; }

.banner_link a:last-of-type {
  border-bottom: 0px; }

.d-block {
  display: block; }

.p-3 {
  padding: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

#sideboard_link i {
  margin-top: 4px; }

/*  module  */
/* background color */
/* mixin */
/* mixin */
/* background color */
/* mixin */
body {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px; }

.title h2 {
  color: #000;
  font-size: 25px; }

.paddingright {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0px; }

.paddingleft {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0; }

.padding0 {
  padding: 0px; }

.btn, #about .bluepadding .btn {
  background-color: #26538d;
  color: #fff;
  font-size: 17px;
  border: none;
  border-radius: 0px;
  padding: 1% 12%; }

.jk-slider {
  width: 100%;
  position: relative; }
  .jk-slider img {
    width: 100%; }
    @media screen and (max-width: 500px) {
      .jk-slider img {
        height: 250px !important;
        text-align: center; } }
  .jk-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58); }
  .jk-slider .carousel-control {
    top: 50%; }
  .jk-slider .carousel-control.left, .jk-slider .carousel-control.right {
    width: 50px;
    height: 50px;
    background-color: #ccc;
    opacity: 1;
    background-image: none; }
    .jk-slider .carousel-control.left span, .jk-slider .carousel-control.right span {
      line-height: 2.5; }

.hero {
  position: absolute;
  top: 45%;
  left: 29%;
  z-index: 16;
  color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }
  @media screen and (max-width: 500px) {
    .hero {
      left: 0;
      width: 100%;
      right: 0;
      text-align: center; } }
  .hero .sliderbtn1 {
    background-color: transparent;
    color: #fff;
    border: 2px #fff solid;
    padding: 2.4% 9%;
    font-size: 19px;
    border-radius: 0px;
    margin-top: 4%; }
    .hero .sliderbtn1hover {
      color: #fff; }
  .hero h2 {
    color: #ff8c00;
    font-size: 42px;
    font-weight: 300; }
  .hero p {
    font-size: 17px; }

#response {
  padding: 2%; }
  #response #form {
    margin-top: 5%; }
    #response #form .form-control {
      height: 39px;
      border-radius: 0px;
      box-shadow: 0px;
      transition: none; }

#about {
  padding-top: 1%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1%;
  padding-left: 0;
  padding-right: 0; }
  #about.blue {
    background-color: #26538d;
    color: #fff;
    box-shadow: -1px -2px 12px 0px #0f327a inset; }
  #about .bluepadding {
    /*padding: 8.45% 9.9% 0px; */
      
  }
    #about .bluepadding .title h2 {
      color: #fff; }
    #about .bluepadding .btn {
      background-color: #fff;
      color: #26538d;
      font-size: 15px;
      padding: 1.3% 14%;
      margin-top: 2%; }

#about1 {
  padding-top: 1%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1%;
  padding-left: 0;
  padding-right: 0; }
  #about1 .grey {
    background-color: #ebebeb;
    padding: 1.15% 6%; }
    #about1 .grey .download {
      margin-top: 7%; }
      #about1 .grey .download .list-group-item {
        background-color: transparent;
        border: none;
        border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
        border-radius: 0px;
        padding: 3.5%; }
        #about1 .grey .download .list-group-item a {
          color: #000; }
  #about1.gray1 {
    background-color: #ebebeb; }
  #about1 .greypadding {
    padding: 7.8% 6%; }
  #about1 .placement {
    background: linear-gradient(rgba(38, 83, 141, 0.8), rgba(38, 83, 141, 0.8)), url(../img/placement.jpg);
    padding: 4% 3%; }
    #about1 .placement img {
      width: 73%;
      padding: 5%; }

#happening {
  padding: 3%; }
  #happening .date1 .number {
    color: #000;
    font-size: 49px;
    font-weight: 600; }
  #happening .date1 span {
    color: rgba(0, 0, 0, 0.5); }
  #happening .media-body {
    padding-top: 5%;
    border-bottom: 1px #ccc solid;
    padding-bottom: 4%; }
    #happening .media-body p {
      color: #000;
      font-size: 15px -1;
      font-weight: 500; }
    #happening .media-body a {
      color: #26538d; }
  #happening .card {
    box-shadow: 0px 2px 7px 0px #ccc; }
    #happening .card .date p {
      color: rgba(0, 0, 0, 0.5);
      padding-top: 3%;
      margin-bottom: 0; }
    #happening .card p {
      padding: 3%; }

/* mixin */
/* background color */
/* mixin */
.padding {
  padding: 5%; }

.internalpage {
  position: relative;
  background-image: url("../img/p.png");
  padding: 3%;
  box-shadow: 1px 2px 3px rgba(29, 55, 88, 0.24); }
  .internalpage .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent; }
    .internalpage .breadcrumb li a {
      color: #000; }
  .internalpage h1 {
    color: #142d4f;
    display: inline;
    font-size: 32px; }

.sidebar {
  padding: 8% 5%;
  border: 1px rgba(37, 84, 138, 0.17) solid;
  background-image: url("../img/pattern.png");
  background-color: #002148; }
  .sidebar h3 {
    color: #fff;
    margin-top: 0px;
    font-size: 26px;
    position: relative; }
    .sidebar h3:after {
      position: absolute;
      content: "";
      width: 50px;
      height: 3px;
      background-color: #0c4486;
      bottom: -14px;
      left: 0; }
  .sidebar #menunav {
    margin-top: 11%; }
    .sidebar #menunav li {
      border-bottom: 1px rgba(37, 84, 138, 0.35) dashed; }
      .sidebar #menunav li:last-child {
        border-bottom: none; }
      .sidebar #menunav li a {
        color: #fff; }
        .sidebar #menunav li a:before {
          content: '\f0da';
          font-family: "FontAwesome";
          margin-right: 12px; }
        .sidebar #menunav li a:hover {
          color: rgba(255, 255, 255, 0.59);
          background-color: transparent;
          font-weight: 500; }
        .sidebar #menunav li a:visited {
          color: rgba(255, 255, 255, 0.59);
          background-color: transparent;
          font-weight: 500; }
    .sidebar #menunav li.active a {
      color: rgba(255, 255, 255, 0.59);
      /*background-color: #eee;*/
      font-weight: 500; }
    .sidebar #menunav i {
      font-weight: 600; }
    .sidebar #menunav .collapse {
      list-style: none; }

.subtitle h2 {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 2%;
  font-size: 26px; }

.sub-subtitle h2 {
  font-size: 20px;
  color: #26538d;
  margin-bottom: 20px; }

p {
  font-size: 14px; }

.blueheader {
  height: 50px;
  background-color: #3da02c;
  color: #fff;
  font-size: 18px;
  padding-top: 10px; }

.redheader {
  padding-top: 12px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  background-color: #e2e2e2; }

.arrow2:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 25%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-left: 26px solid #3da02c;
  z-index: 99; }

.announcement a {
  color: #041a48;
  font-size: 15px;
  font-weight: 600; }

.announcement li i {
  color: #041a48; }

#event .card {
  min-height: 180px;
  /*background-color: #ebebeb;*/ }

#event .card .link {
  position: absolute;
  bottom: 30px;
  left: 35%; }

.event .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

#about1 .placement img {
  width: 200px;
  padding: 5%;
  height: 100px; }

.nav-justified > li > a, .nav-justified > li > a:hover {
  background: #25548a;
  color: #fff; }

.tab-1 {
  background: #25548a;
  color: #fff; }
  .tab-1 li.active a {
    background: #26538d;
    color: #fff;
    border-radius: 0;
    border: 0; }
    .tab-1 li.active a:hover, .tab-1 li.active a:focus {
      background: #26538d;
      color: #fff;
      border: 0; }
  .tab-1 li a {
    border-radius: 0;
    border: 0;
    color: #fff; }
    .tab-1 li a:hover, .tab-1 li a:focus {
      background: #26538d;
      color: #fff; }

.contactarea {
  box-shadow: 0px 0px 10px #888888;
  min-height: 430px; }

@media screen and (max-width: 991px) {
  .jk-slider .carousel-control.left, .jk-slider .carousel-control.right, .jk-slider .carousel-control.right {
    display: none; }

  .hero h2 {
    font-size: 16px;
    margin-bottom: 30px; }

  .hero {
    left: 53%;
    width: 100%; }

  .hero .sliderbtn1 {
    padding: 0.4% 9%;
    font-size: 13px;
    margin-top: 0%; }

  #about .bluepadding {
    padding: 20px 6px; }

  .card ul li {
    font-size: 14px; }

  .card ul {
    padding-left: 16px; }

  .card hr.mt-5 {
    margin: 14px !important; }

  #event .item > .col-md-12 {
    padding: 0px; }

  .internalpage h1 {
    font-size: 24px; }

  body {
    font-size: 14px; }

  .sidebar {
    margin-bottom: 20px; }

  .subtitle h2 {
    font-size: 18px;
    text-align: left; }

  .contactarea {
    margin-bottom: 20px; }

  .navbar-nav {
    margin: 0; } }
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  text-align: center;
  margin-top: 20px; }

.owl-carousel .owl-dot.active {
  background: #26538d; }

.owl-carousel .owl-dot {
  border: 2px solid #26548a;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0px 5px; }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  display: none; }

@media screen and (max-width: 767px) {
  .menuheader .container {
    padding: 0px 15px !important; } }

/* background color */
/* mixin */

/*# sourceMappingURL=main.css.map */
footer a {
    color: #cccccc;
    font-size: 14px;
}
footer a:hover, footer a:focus{
    color: white;
    text-decoration: none;
}
.vticker{margin-top:30px;}
.vticker .media-heading{margin-top:20px;}
.vticker li{padding-bottom:10px;}
.vticker .media-heading a{color:#fff;}
.updateDetail img{width:100%;margin:10px 0px 20px;}
.internaltitle h2
{
  margin: 0px 0px 14px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1170px){
.navbar-header{
  width: 100%;
  text-align: center;
}
.navbar-header .navbar-brand {
    height: auto;
    padding: 15px 0px 0px;
    float: none;
    display: inline-block;
}
.navbar-inverse .navbar-nav > li > a {    
    font-size: 10px;
}
header .topheader li a {   
    font-size: 10px;
}
.navbar-right .dropdown-menu {
    width: 170px;    
}
}
@media screen and (min-width: 991px) and (max-width: 1170px){

.navbar-inverse .navbar-nav > li > a {    
    font-size: 12px;
}
header .topheader li a {   
    font-size: 12px;
}
.navbar-right .dropdown-menu {
    width: 170px;    
}
}
@media screen and (min-width: 500px) and (max-width: 767px){

.footer .col-xs-12{
  width: 50%;
}

#foodcourt .col-xs-12 {
    width: 50%;
}
#gym .col-xs-12 {
    width: 50%;
}
#sports .col-xs-12 {
    width: 50%;
}
#laboratories .col-xs-12 {
    width: 50%;
}
}

@media screen and (max-width: 991px){
.footer li a {
    color: #cccccc;
    font-size: 10px !important;
}
.copyright{
  text-align: center;
}
.copyright .pull-right{
  float: none !important;
  text-align: center !important;
}

}

@media screen and (min-width: 320px) and (max-width: 375px){

.nav-pills > li {
  text-align: center;
  margin: 5px;
  width: 100%;
    float: left;
    background: #26538d;
}
.nav-pills > li>a{
color: #fff;
}
.nav-pills > li>a:hover, .nav-pills > li>a:focus{
  background: #337ab7;
}

}




/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
    background:#ebebeb;
    margin:5px 0 0;
    padding:7px 20px;
    cursor:pointer;
    color:#fff;
    font-weight:400;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px
}
.unselect_img{
    width:18px;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none; 
}
.active-header {
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    background:#F53B27;
}
.active-header:after {
    content:"\f068";
    font-family:'FontAwesome';
    float:right;
    margin:5px;
    font-weight:400
}
.inactive-header {
    background:#333;
}
.inactive-header:after {
    content:"\f067";
    font-family:'FontAwesome';
    float:right;
    margin:4px 5px;
    font-weight:400
}
.accordion-content {
    display:none;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    border-top:0;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px
}
.accordion-content a{
    text-decoration:none;
    color:#333;
}
.accordion-content td{
    border-bottom:1px solid #dcdcdc;
}



@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    line-height: 50px;
}


    .wizard .nav-tabs > li a {
       width: 30px;
    height: 30px;
    line-height: 50px;
        font-size: 12px;        
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 20%;
    }

.parma-d-pb  .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80% !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 1;
}
    .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 1;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
}
}
@media( max-width : 768px ) {
.tab-content h3{
  letter-spacing: 0px;
  text-align: left;
  font-size: 18px;
}
.tab-content .h2, h2 {
    font-size: 18px;
    text-align: left;
}


}

.btn{
  word-wrap: normal;
white-space: normal;
}

.student-testimonials {
    background-color: #ccc;
    padding: 0px 90px 0px 90px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    min-height: 270px;
}
.testimonial .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .media-body h1{
 word-wrap: normal;
white-space: normal;
}
@media screen and (max-width: 767px){

.contact-page .alert h4 {
    margin-top: 0;
    color: inherit;
    font-size: 13px;
}
.student-testimonials {
    background-color: #ccc;
    padding: 0px 10px;
}
.testimonial .testimonial-content{
  min-height: auto;
}
.contact-address{
  box-shadow: 2px 2px 5px #888888; min-height: auto !important;
  padding: 20px;
}
.contact-page .col-md-4:nth-of-type(3) .contact-address{
  min-height: auto !important;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.testimonial .testimonial-content{
  min-height: 210px;
}
}
.contact-address{
  box-shadow: 2px 2px 5px #888888; min-height: 380px;
  padding: 20px;
}
.contact-address a {
    word-wrap: break-word;
}
.pb
{
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px;
}


@media screen and (min-width: 320px) and (max-width: 325px){
.left-form {
    width: 85% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}
}

@media screen and (min-width: 326px) and (max-width: 374px){
.left-form {
    width: 75% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}

}

@media screen and (min-width: 375px) and (max-width: 420px){
.left-form {
    width: 72% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}

}
@media screen and (min-width: 421px) and (max-width: 480px){
.left-form {
    width: 60% !important;
}
.left-form .left-form-sub iframe{
    width:100% !important;
} 
.left-form-sub{
width:100% !important;
}
}

@media screen and (max-width:660px){
    p,ul,ol, h1, h2,h3,.panel-title,h4,.blockquote{text-align:left !important;}
    .sidebar{display:none;}
    .copyright p{text-align:center !important;}
   
}
@media screen and (max-width:1024px) and (min-width:760px){
      .contact-address h2{font-size:18px;}
      .contact-address{padding:5px;min-height:510px;}
}
.w-100{width:100%;}
#upload{border:none;box-shadow:none;padding:0px;}