@font-face{
	font-family: AbhayaLibre-Regular;
	src: url(../fonts/AbhayaLibre-Regular.ttf);
}
@font-face{
  font-family: Alice-Regular;
  src: url(../fonts/Alice-Regular.ttf);
}
@font-face{
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.otf);
}
body{
		font-family: Poppins-Regular !important;
}
h1{    color: #132f57;
    text-transform: uppercase;
    margin-bottom: 25px !important;
}
.top h2{
    font-size: 43px;
    line-height: 45px;
    /* text-align: center; */
    color: #132f57;
    padding-top: 56px;
}
.nav-link {
    display: block;
    background: #132f57;
    color: #dfdfdf !important;
    background: #132f57;
       font-size: 13px;
    padding: 5px 12px !important;
}
.nav-link:hover{
        color: #ffb516 !important;
}
.bootom-nav{    background: #132f57;}

.bootom-nav .nav-link{    padding: 5px 15px !important;
    font-size: 16px;
text-transform: uppercase;}
p{        font-size: 13px;
    color: #000;
      text-align: justify;
}    
.about a{color: #132f57;
    padding: 10px 20px;
    font-size: 20px;
    border FONT-WEIGHT: 200;
    border: 2px solid #e5a744;
    border-radius: 35px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}
.admission{         background: #e31e24 url(../img/pattern1.png);}
.admission a{    font-family: 'Poppins-Regular', sans-serif;    font-size: 18px;
}
.news{    background: #132f57;}
.news .panel{    background: #fff;
        padding: 6px;
}
.news .panel-heading{    background: #132f57;
    color: #fff;
    padding: 10px;
     font-size: 22px;
}
.panel ul{     padding: 7px !important;}
.panel td,.news-item{font-size: 17px;}
.panel .clearfix{background: #ececec;
    padding: 0;}
.phone-top{    padding-top: 48px;
    color: #000;}   
.phone-top a{
        color: #132f57;
        font-size: 19px;
    font-family: cursive;
} 
.inner-page{
  padding: 30px;
}
.faculty h2{
    font-size: 32px;
}
@media screen and (max-width: 767px) {
  .team-admin{    padding: 15px !important;}
  .testimonial{    padding: 0.5rem !important;}
  .testimonial4_slide{
    width: 100% !important;
  }
  .divback {
    background-color: #cbcbcb;
    padding: 34px!important;
    margin-bottom: 6px;
}
  .link1 {
    float: right;
    font-size: 12px!important;
    color: black;
    margin-right: 0px!important
}
.tableset{
    margin-left: -16px;
}
.tableset li{
    font-size:12px!important;
}
  .carousel-control-next, .carousel-control-prev{
        width: 4% !important;
  }
  .important-information a{
      line-height: 59px;
}
  .dropdown-menu{
        background-color: #e5a744 !important;

  }
  .chairpersons img{
    margin-top: 0 !important;
  }
  .inner-page {
    padding: 20px;
}
  .page-1{
    left: 0% !important;
  }
  .page-2{
     right: 0% !important;
  }
  .page-1 img{
        width: 30% !important;
    left: 7% !important;
  }
  .page-2 img{
    width: 30% !important;
    right: 7% !important;
        top: -7% !important;
  }
  .page-repect{
        width: 80% !important;
    margin: 33px auto !important;
  }
  .page-1 span, .page-2 span{
        left: 7% !important;
  }
    .knowledge h4{    font-size: 20px !important;}
    .caption h4,.caption-right h4{display: none;}
 .top img{
    width: 100%;
 }
 .admission h2{    font-size: 27px !important;}
  .admission h3{    font-size: 19px;}
 .top h2{padding-top: 28px;
    font-size: 27px;}
.bootom-nav .nav-link{border-left: none;    padding: 5px 10px !important;border-bottom: 1px solid #4a4a4a;}
}
.navbar-light .navbar-toggler{ background: #efc88a;}
.student_life-details p.student-tag {
    background: #0f3661;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    color: #fff;
    display: inline-block;
    /* font-weight: 500; */
    left: -1%;
    padding: 11px 25px;
    text-align: center;
    top: -1px;
    width: 70%;
    position: relative;
    font-size: 16px;
}

.student_life-details p.student-tag:before {
    border-bottom: 22px solid transparent;
    border-right: 20px solid #0f3661;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0%;
    width: 0;
    color: #fff;
}
.student_life-details p.student-tag:after {
    border-bottom: 22px solid transparent;
    border-left: 20px solid #0f3661;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    right: -20px;
    position: absolute;
    top: 4%;
    width: 0;
}
.online-course-single {
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s ease;
}
.student_life{
        background: #f9f9f9;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
      border-top: 7px solid #132f57;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
    background-color: rgb(75 75 75 / 14%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
      width: 100%;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
    background: #ffb516a6;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    /* border: 1px solid #fff; */
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 35px 0 0 0;
    padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
footer{background: #132f57;
    color: #fff;
        padding: 24px;
}
.contact-detail .fa{
position: absolute;
    color: #ffb516;
    left: -8px;
    margin-top: 4px;
}
footer a,footer span{
font-size: 16px;
    color: #fff;
}
.bottomurl li a:before {
    content: "\f101";
    font-size: 14px;
    color: #b5b7d2;
    padding-right: 5px;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
}
.bottomurl{
        list-style: none;
    padding-left: 0;
}
.social-links li {
    position: relative;
    display: inline-block;
}
.social-links li i {
   color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: left;
    line-height: 40px;
    margin-right: 8px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50%;
    background: #ffb516;
    padding: 0px 13px;
}
.footer-bottom{
    background: #000000;
}
.bottomurl li a
{
        -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bottomurl li a:hover {
    color: #f2c21a;
    font-weight: 400;
    padding-left: 10px;
    text-decoration: none;
}
.about{
    background: #132f57;

}
.about p{
       color: #fff;
    font-size: 14px;
    line-height: 30px;
}
h1{
        font-size: 1.7rem !important;
}
.about a:hover{
background-color: #132f57;
    color: #fff;
    text-decoration: none;}
.visit-campus{
    position: relative;
        background: url(../img/bg_6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 248px; */
    padding: 7em 0;
}
.visit-campus .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #fd5f01;
    background: -moz-linear-gradient(45deg, #fd5f01 0%, #0d1128 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #fd5f01), color-stop(100%, #0d1128));
    background: -webkit-linear-gradient(45deg, #fd5f01 0%, #0d1128 100%);
    background: -o-linear-gradient(45deg, #fd5f01 0%, #0d1128 100%);
    background: -ms-linear-gradient(45deg, #fd5f01 0%, #0d1128 100%);
    background: linear-gradient(45deg, #fd5f01 0%, #0d1128 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5f01', endColorstr='#0d1128', GradientType=1 );
}
.btn.btn-primary {
 background: #fd5f01;
    border: 1px solid #fd5f01;
    color: #ffffff;
    border-radius: 44px;
    font-size: 22px;
    text-transform: uppercase;
}
.visit-campus p{
    font-size: 23px;
}
@media screen and (max-width: 767px) {
    .contact-detail ul li{border-right: none !important;}
.visit-campus{
        padding: 1em 0;
}
.inner{
      padding: 38px !important;
}
.inner h2 {
      font-size: 36px !important;
}
}
@media screen and (min-width: 767px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.dropdown-submenu:hover>.dropdown-menu{
    display: block;
}
}
/*
@media screen and (min-width: 767px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover .dropdown-item {
    display: block;
}
}
*/
.dropdown-item {
    display: block;
    width: 100%;
    /* padding: 0.25rem 1.5rem; */
    clear: both;
    font-weight: 400;
    color: #dfdfdf !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 8px !important;
    border-bottom: 1px solid #514f52 !important;
    font-size: 15px;
}
.dropdown-menu{
        background-color: #132f57 !important;
       padding: 0;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #ffb516!important;
}
.admission h2{
       font-size: 28px;
    letter-spacing: 1px;
    color: #132f57;
}
.caption {
    position: absolute;
    left: 10%;
    top: 28%;
    color: white;
}
.caption h4,.caption-right h4{
     font-size: 30px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}
.caption p,.caption-right p{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
.visit-campus h1{
        color: #fd5f01;
}
.inner{
        background: url(../img/banner1.jpg);
  background-position: top;
    background-size: cover;
    height: 67vh;
}
.caption h4 {
    color: #fff;
    top: 53%;
    color: #ffffff;
    padding-top: 162px;
    display:none;
    left: 6%;
}
.inner h2{
        font-weight: 600;
    font-size: 50px;
}
.inner-page ul li{
    font-size: 17px;
    list-style: none;
        line-height: 33px;

}
.inner-page h4{
    color: #132f57;
    font-weight: 600;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.carousel-inner .carousel-item > img {
 /* -webkit-animation: zoom 15s;
  animation: zoom 15s;*/
      
}
.carousel-inner .carousel-item .caption {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important; 
    transition: opacity .6s ease;
    border-radius: 50%;
}
.carousel-indicators .active {
     background-color: #ffb516;
    opacity: 1;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #fd5f01));
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);
    background: linear-gradient(45deg, #0d1128 0%, #fd5f01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1128', endColorstr='#fd5f01', GradientType=1 );
    opacity: .5;
}
.gallery img{
    opacity: 1 !important;
}
.knowledge{
        background: #f0f0f0 url(../img/sanskaar-pattern.png);
}
.knowledge h4{
    font-size: 17px;
    color: #132f57;
    /* font-style: italic; */
    text-align: center;
    padding-top: 9px;
    text-transform: uppercase;
        font-weight: 600;
}
footer h4{
    font-size: 22px;
    /* margin-bottom: 12px; */
    color: #ffb516;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    width: 50px;
    height: 45px;
        z-index: +111;
}
.btn-light {
    color: #ffffff !important;
    background-color: #ffb516 !important;
    border-color: #ffb516 !important;
} 
.fa-angle-up{
        font-size: 27px;
}
.knowledge p i{
        font-size: 23px;
    color: #132f57;
    /* margin-left: -1px; */
    position: absolute;
    right: 13%;
}
.caption-right{
    position: absolute;
        right: 10% !important;
    top: 28%;
    color: white;
}
.admission-time h2{
     animation-duration: 3s !important;
       font-family: Alice-Regular;
}
.dropdown-menu{
    padding: 0 !important;
}
   .blink {
        animation: blinker 3s linear infinite;
      }
      @keyframes blinker {
        50% {
          opacity: 0;
        }
      }
      .blink-one {
        animation: blinker-one 3s linear infinite;
      }
      @keyframes blinker-one {
        0% {
          opacity: 0;
        }
      }
      .blink-two {
        animation: blinker-two 1.4s linear infinite;
      }
      @keyframes blinker-two {
        100% {
          opacity: 0;
        }
      }
.pera-knowledge{
        font-size: 22px;
    color: #132f57;
}
.breadcrumb {
  margin-bottom: 0 !important;
    padding: 15px 10px;
    list-style: none;
    background-color: #132f57 !important;
    margin: 0px;
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.breadcrumb ul li {
      letter-spacing: 0px;
    list-style: none;
    float: left;
    line-height: 18px;
    color: #ffb516;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
}
.breadcrumb a {
        color: #e9ecef;
    text-decoration: none;
    font-size: 17px
}
.breadcrumb li a:after {
       padding: 0 5px;
    color: #e9ecef;
    content: "/\00a0";
}
.quate{
        background: #132f57;
    color: #fff;
    padding: 17px;
    box-shadow: 5px 4px #ffb516;
}
.quate p{
        font-size: 24px;
}
.who-bottom{
      background: #ffff;
    padding: 29px;
    border: 5px solid #e8e8e8;
}
.inner-page{
  background: #e9ecef;
}
.inner-page h5{
      font-size: 1.35rem;
    color: #132f57;
    font-weight: 600;
    text-transform: capitalize;
}
.inner-page ul li .fa-dot-circle-o{
      color: #132f57;
}
.page-values{
  position: relative;
}
.page-1 img{
position: absolute;
    width: 13%;
    left: 7%;
    top: -6%;
}
.page-repect{
       padding: 20px;
    background: #e4d5b5;
    width: 62%;
    margin: 25px auto;
}
.page-1 span,.page-2 span{
    position: absolute;
    top: 36%;
    font-size: 47px;
    left: 18%;
    /* background: #bdb5c5; */
    opacity: 0.5;
}
.page-2 img{
position: absolute;
    width: 13%;
    right: 7%;
    top: -13%;
}
.page-repect strong{
    font-size: 23px;
}
.page-1{
      position: relative;
    left: -12%;
}
.page-2{
      position: relative;
    right: -9%;
}
.team-1{
    border: 4px solid #dadada;
    padding: 21px;}
.team-1 .row{
      border-bottom: 1px solid #d8d4dc;
 padding: 20px;
}
.team-1 b{
    color: #132f57;
    font-size: 19px;
}
.team-1 p,.team-1 a{
    color: #000;
    font-size: 20px;
}
.team-1 img{
      border: 1px solid #dad5e0;
}
.team-1 h4{
      color: #132f57;
    text-transform: uppercase;
    font-weight: 300;
        margin-bottom: 20px;
}
.table th{
    color: #fff;
    background-color: #132f57 !important;
    border-color: #132f57 !important;
    text-transform: uppercase;
    font-weight: 200;
}
.thead-dark{
   background-color: #132f57 !important;
    border-color: #132f57 !important;
    color: #fff;
}
.table img{
      width: 100px;
}
.table td{
      font-size: 15px;
}
.teacher-parent h3{
      font-size: 34px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #a9a9a9 !important;
}
.nav-top .nav-link{
      font-family: 'Open Sans',sans-serif;
}
.chairpersons img{
padding: 15px;
    margin-top: 146px;
}
.course h2{
        background: #132f57;
    font-size: 1.5rem;
    color: #fff;
    padding: 10px;
}
.homework{
  text-align: center;
        background: #132f57;
    color: #fff;
    padding: 20px;
    border: 3px solid #ffb516;
}
.homework p{
  margin-top: 10px;
  color: #fff;
}
.curricular-inner{
  border: 1px solid #e0dfe0;
    text-align: center;
        margin-top: 20px;
}
.curricular-inner h3{
          padding: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background: #132f57;}
 .academic-opportunities .curricular-inner h3{
         padding: 10px 0;
    font-size: 17px;
    color: #ffffff;
    /* font-weight: 600; */
    margin-bottom: 0;
    background: #132f57}
  .campus h3{
padding: 8px 0;
    font-size: 16px;
    padding-bottom: 0;  }
.houses ul li{
  font-size: 19px;
}
.important-information a {
    background: #ffb516;
    padding: 15px 30px;
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 32px;
    margin-left: 10px;
}
.important-information a:hover{
      background: #132f57;
    color: #fff;
    text-decoration: none;
}
.rules ul li{
      text-align: justify;
      font-size: 19px;
}
.field-1 i {
    position: absolute;
    padding: 14px 10px;
    color: rgba(251,186,0,.4);
    font-size: 15px;
}
.field-1 input {
    padding: 6px 12px 6px 36px;
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: none;
    height: 50px;
    line-height: 30px;
    outline: 0;
    margin-bottom: 20px;
}
.recruitment label{
    font-size: 18px;
}
.career{
      background: url(../img/career.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.border-contact{
      border: 1px solid #e0dbe4;
    padding: 10px;
}
.border-contact strong{
     color: #132f57;
    font-size: 21px;
}
.border-contact a{
      color: #132f57;
    text-decoration: none;
    background-color: transparent;
    font-size: 20px;
}
@media screen and (min-width: 767px) {

  .border-contact{
height: 230px;
    background: #132f57;
    padding: 23px;
    color: #fff;
    border: 5px solid #ffb516;
    border-radius: 20px;  }
}
#map {
  height: 100%;
}
.form-control{
      height: 41px !important
}
.contact-form textarea{
  height: 150px !important;
}
.who-bottom h2{
      background: #132f57;
    color: #fff;
    padding: 9px;
}
.whopage-3,.whopage-2,.whopage-1{
      width: 74%;

}
.whopage-3 p,.whopage-1 p{
color: #fff;
}
.whopage-2{
  background: #ffe09e;
    box-shadow: 5px 4px #132f57;
}
.whopage-1,.whopage-3{
        box-shadow: 5px 4px #ffb516;
    background: #132f57;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  /*margin-left: .1rem;*/
  margin-right: .1rem;
}
.opportunities ul li{
  font-size: 18px;
      line-height: 27px;

}
.opportunities p{
    font-size: 18px;
    color: #fff;
    padding: 0 6px;
}
.important-information{
      background: #132f57;
}
.faq h4{
      font-size: 20px;
}
.faq h3{
          color: #000000;
    padding: 10px;
    font-size: 28px;
    text-align: center;
    background: #ffb516;
    font-weight: 600;
}
.faq ul li{
  padding-left: 0;
    list-style: circle;
    font-size: 19px;
}
.list-faq li{
      text-transform: capitalize;
    color: #fff;
    line-height: 12px !important;
    list-style: circle !important;
    padding-left: 0 !important;
}
.contact{
  background: url(../img/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.faq-top{
  background: url(../img/faq.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.blink-bg{
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 3s infinite;
  }
  @keyframes blinkingBackground{
    0%    { background-color: #132f57;}
    100%   { background-color: #ef0a1a;}
  
  }
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
      color: #000;
    margin-bottom: 10px;
    border-radius: 10px;
}
.faq .faq-list a {
         padding: 10px;
    display: block;
    position: relative;
    font-size: 21px;
    background: #132f57;
    color: #ffb516;
    text-decoration: none;
    border-radius: 14px;
    border: 1;
    box-shadow: 3px 3px #ffb516;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
    right: 4px;
    top: 16px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
padding-top: 20px;
    /* margin-bottom: 20px; */
    font-size: 19px;
    color: #000;
    line-height: 22px;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fa.fa-arrow-up {
    transform: rotate(180deg);
}
.faq ul li{
  list-style: none;
}
.close {
      color: #fff !important;
    float: right;
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 1;
    color: #217bdc;
    text-shadow: 0 1px 0 #fff;
  opacity: 1 !important;
    margin-top: -15px;
}
.modal-header .close{
      padding: 1rem 1rem !important;
}
.modal p,.modal ul{
      color: #fff;
}
.modal p:hover,.modal ul:hover{
      box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.modal h3{
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 20px;
}
.admission-page img{
      border: 3px solid #ffb516;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/



#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
     color: #000000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
    color: #132f57;
    font-size: 24px
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.testimonial .fa{
        color: #132f57;
    font-size: 16px;
}
.testimonial{
      background: url(../img/testemonial-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* ------testimonial  close-------*/
.faq-list p,.faq-list ul{
      margin-bottom: 0;
    background: #cecece;
    padding: 20px;
}
.house{    border-bottom: 1px solid #cfc8d6;}
.house h3{
  color: #fff !important;
    font-size: 20px !important;
    text-transform: uppercase;
      font-weight: 300 !important;
}
.council h3{font-size: 15px !important;}
.house p{
  color: #fff;
  margin: 0;
}
.house .curricular-inner{
      border-radius: 12px;
    padding: 15px;
    background: #132f57;
    color: #fff;
        border: 2px solid #ffb516;
}

.card-0 {
    color: #fff;
    background-color: #536DFE;
    position: relative;
    margin-left: 70px;
    border-radius: 10px;
    min-height: 312px
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 10px;
    height: 10px
}

.profile1 {
       color: #000;
    background-color: #FFD54F !important;
    position: absolute !important;
    left: -70px;
}

.profile-pic {
    width: 210px;
    height: 120px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}

.open-quotes {
    margin-left: 130px;
    margin-top: 100px
}

.content {
      margin-right: 0;

}
.content-testimonial{
    background: #ffffff;
    box-shadow: 0px 4px 8px 0px #cfd0d8;
    border-radius: 9px;
    text-align: center;
    padding: 20px;
}
.close-quotes {
    margin-bottom: 100px;
    margin-right: 60px
}
.p-5 {
    padding: 3rem;
}
@media screen and (max-width: 600px) {
    .apply img{    width: 126px !important;    margin-left: -18px;
}
    .contact-detail ul{
        display: initial !important;
    }
    .testimonial .carousel-inner{
            width: 100% !important;

    }
    .bootom-nav nav:nth-child(1){    float: none !important;
}
    .apply,.top{padding: 0 !important;}
    .apply .phone-top {
            padding: 6px 13px !important;display: none;}
.bootom-nav nav:nth-child(2){    padding-left: 15px !important;
}
.slider-news{height: auto !important;}
  p{
        word-spacing: normal;
  }
  .p-5 {
    padding: 1rem !important;
}
  .logo-caption{
        font-size: 17px;
  }
  .faq .faq-list a{    font-size: 16px !important;     padding: 10px 2px !important;}
  .faq .faq-list i{    right: 0px !important;}
    .card-main {
        padding: 50px 10px
    }

    .card-0 {
        padding: 0;
    margin: 0;
    height: auto;
    }

    .profile {
        top: 24%
    }

    .profile-pic {
        width: 90px;
        height: 90px
    }

    .open-quotes {
        margin-left: 100px
    }

    .content {
     margin-left: 2px;
    margin-right: 0px;
    }

    .close-quotes {
        margin-right: 30px
    }
}
.testimonial .carousel-indicators li{
    background-color: #281b22;

}
.testimonial h6{
  color: #132f57;
    font-weight: 600;
        font-size: 20px;
    padding-top: 24px;
}
.testimonial small{    font-size: 20px;}
.team-admin{
    background: #132f57;
    padding: 39px;
    color: #fff;
    margin-bottom: 27px;
    border-radius: 23px;
    border: 5px solid #ffb516;
}
.team-admin h4,.team-admin p{color: #fff;    font-weight: 200;text-align: justify;}
.pera-admin,.team-admin a{    color: #ffb516 !important;
}
.team-admin img,.admin-inner img{    border: 5px solid #ffb516;
}
.admin-2{
      border-radius: 20px;
    padding: 15px;
    background: #132f57;
    color: #fff;
    border: 5px solid #ffb516;
}
.admin-inner h3{    font-size: 22px;}
.form-inner-page{
      background: #132f57;
    padding: 23px;
    color: #fff;
    border: 5px solid #ffb516;
    border-radius: 20px
}
.modal-content{
        background: #132f57 !important;
    color: #fff !important;
    border: 5px solid #ffb516 !important;
    border-radius: 20px !important;
}
.logo-caption{
      text-shadow: 2px 2px 5px #c7c7c7;
}
.testimonial .fa-angle-left{
 left: -30%;
    /* background: #fff; */
    padding: 17px;
    position: relative;
}
.testimonial .fa-angle-right{
    right: -67%;    /* background: #fff; */
    padding: 17px;
    position: relative;
}
.testimonial .carousel-control-prev,.testimonial .carousel-control-next{
    opacity: 1;
}
.page-1 img{
  border: 4px solid #afd0f3;
}
.bootom-nav nav:nth-child(1) {
/*float: left;*/
z-index: +11111;
}
.bootom-nav nav:nth-child(2) {
    z-index: +11111;
    padding-left: 164px;
}
.slider-news{
    position: absolute;
    top: 25%;
    left: 2px;
        background: rgba(0,0,0,0.5);
    height: 580px;
    width: 25%;

    z-index: +111;
    padding: 20px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
        color: #fff;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.card{background-color: transparent !important;}
.card-title{
        font-size: 14px;

}
.side-bar{
        position: fixed;
    right: 0px;
    top: 30%;
    z-index: +111;
    font-size: 30px;
    text-align: center;
    width: 88px;
    padding: 0px;
}
.side-bar img{width: 70px;}
.side-bar div{
    margin-bottom: 10px;
}
.contact-detail ul li{
        text-align: center;
    border-right: 1px #6b818b solid;
    /* width: 19%; */
    padding: 0 14px;
}
.depart a{
        font-size: 13px;

}
.depart li{
        padding: 0 10px !important;

}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
      margin-bottom: 24px;
}

.hovereffect .overlay {
      width: 100%;
    height: 88%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
      height: 227px;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
    margin: -32px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.sideinfo{
    background-color: #132f57;
    color: white;
    padding: 10px;
}

.offered{
    background-color: #132f57;
    text-align: center;
    color: white;
    padding: 4px 0 4px 0;
    font-size: 18px;
}
.link1 {
    float: right;
    font-size: 15px;
    color: black;
}

.ulset{
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.markstable{
    width: 122px!important;
}
.myaccount{
    color: black!important;
    text-decoration: none!important;
}
.loginbutton{
    background-color: #132f57!important;
    border-color: #B9B9B1!important;
    padding: 6px 23px!important;
    border: 2px solid #b9b9b9!important;
    border-radius: 22px!important;
}
.divback{
    background-color: #cbcbcb;
    padding: 59px;
    margin-bottom: 6px;
}


/* add by developer */

img.admisss {
    width: 125px !important;
}

.acadmin-table table{
    width: 100%;
}
.acadmin-table table tr td p{
    padding-left: 20px;
}




