/*fonts*/


/*

.alkatra {
  font-family: "Alkatra", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.boogaloo-regular {
  font-family: "Boogaloo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
*/


/*  TOPBAR  */

.navbar-dark {
    background-color: #e1bd00!important;
    background-color: #800000!important;
}

.topbar{
    background: #dc0;
    
}
.topbar ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.topbar ul li{
    list-style-type: none;
    padding: 5px;
}

.topbar ul li a{
    color: #221170;
    font-weight: 600;
}
.timings p{
    background: #cc2a00;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


/*  NAVBAR  */


.navbar_main{
    position: relative;
    background: #00e4ff;
    border-top: 2px solid #ff00f6;
    border-bottom: 2px solid #88ff00;
}
.navbar{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
/*
.navbar .active, .menu-bar ul li:hover{
    background: #016696;
    border-radius: 3px;
}
*/

.navbar li{
    list-style-type: none;
    padding: 5px 10px;
}
.navbar li a{
    text-decoration: none;
    color: #fff;
/*
    font-family: "Boogaloo", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
*/
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.sub-menu-1{
    display: none;
    z-index: 9;
    
}
.menu-bar ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: #221170;
}
.menu-bar ul li:hover .sub-menu-1 ul{
    display: block;
    margin: 10px;
    padding-left: 0;
}
.menu-bar ul li:hover .sub-menu-1 ul li{
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.menu-bar ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-1 ul li a{
    transition: all ease-in-out .3s;
}
.menu-bar ul li:hover .sub-menu-1 ul li a:hover{
    color: #b2ff00;
    padding-left: 10px;
    transition: all ease-in-out .3s;
}
.sub-menu-2{
    display: none;
}
.hover-me:hover .sub-menu-2{
    position: absolute;
    display: block;
    margin-top: -40px;
    margin-left: 140px;
    background: #016696;
}
.drop{
    display: flex;
    align-items: center;
}


/*  CAROUSEL  */

.owl-carousel{
    position: relative;
}
.owl-nav{
    padding: 10px;
}
.owl-nav button.owl-prev{
    font-size: 60px !important;
    background: #fff !important;
    color: #000;
    position: absolute;
    top: 50%;
    left: 5%;
}

.owl-nav button.owl-next{
    font-size: 60px !important;
    background: #fff !important;
    color: #000;
    position: absolute;
    top: 50%;
    right: 5%;
}
.owl-dots{
    text-align: center;
    height: 10px;
    width: 10px;
    border-radius: 25px;
}
.owl-carousel .owl-dot{
    color: #000;
    height: 10px;
    width: 10px;
    border-radius: 25px;
}
.owl-dot.active{
    background: #000 !important;
}
.owl-dot{
    background: #999 !important;
    margin: -15px 5px 0 0;
}
.owl-dots{
    border-radius: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.tp-caption{
    text-shadow: 1px 1px 2px #000;
}

/*  ABOUT US    */

.about-section{
    margin-top: 50px;
}
.about{
    padding: 15px 0;
}

.a_heading{
    font-family: "Boogaloo", sans-serif;
    font-size: 48px;
    letter-spacing: 1px;
}
.a_heading span{
    color: #cc2a00;
}
.about-section .para{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.btn{
    background: #221170;
    color: #fff;
    padding: 6px 24px;
}
.btn:hover{
    color: #ddcc00;
}



/*  COUNTER */

.counter_section{
    margin-top: 50px;
}
.counter_section{
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)),url('../images/3.png') no-repeat;
}

.counter_section .container{
    padding: 80px 0;
}
.counter_section .col-md-3{
    border-right: 1px solid #cc2a00;
}
.counter{
    color: #fff;
}

.counter_span{
    text-align: center;
}

.counter_span .fa{
    font-size: 30px;
    color: #fff;
}
.c-content{
    color: #fff;
    font-weight: 500;
}



/*  ACADEMICS   */

.academic_section{
    margin: 50px 0;
}
.academic_section .heading{
    font-family: "Boogaloo", sans-serif;
    font-size: 48px;
    letter-spacing: 1px;
}
.academic_section .heading span{
    color: #cc2a00;
}
.academic_section .para{
    color: #555;
}

/*
.holiday_details{
    background: #fff;
    padding: 15px;
    box-shadow: 0 16px 30px rgba(0,0,0,.175)!important;
}
*/
.holiday_details h2{
    color: #cc2a00;
    font-family: "Boogaloo", sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
}
.academic_ul li{
    list-style-type: none;
}
.h_list{
    max-width: 650px !important;
}





.transition, .m_v_ul li i:before, .m_v_ul li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, .m_v_ul li, h1 {
  animation: flipdown 0.5s ease both;
}


.m_v {
    margin-top: 15px;
    position: relative;
  font-family: "Titillium Web", sans-serif;

  
}

@media (max-width: 550px) {
  .m_v {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}

.m_v_h2 {
  font-size: 18px;
  line-height: 10px;
  font-weight: 400;
  display: block;
    background: #ddcc00;
    color: #fff;
    padding: 15px 10px;
  margin: 0;
  cursor: pointer;
}

.m_v p {
    color: #000;
    background: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-bottom: 0;
    padding: 10px;
    z-index: 2;
    box-shadow: 0px 3px 15px #d0bfb6;
}

.m_v_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m_v_ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.m_v_ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.m_v_ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.m_v_ul li:nth-of-type(3) {
  animation-delay: 1s;
}

.m_v_ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 15px;
  right: 15px;
}
.m_v_ul li i:before, .m_v_ul li i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 9px;
}
.m_v_ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.m_v_ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.m_v_ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.m_v_ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.m_v_ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.m_v_ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}







/*  GALLERY   */

/*  filter isotope    */

.portfolio-menu{
    text-align: center
}
.portfolio-menu ul li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid tomato;
    transition: all .5s time;
}
.portfolio-menu ul li:hover{
    background: tomato;
    color: #fff;
}
.portfolio-item{
    width: 100%;
}
.portfolio-item .item{
    width: 303px;
    float: left;
    margin-bottom: 10px;
}
li.active{
    background: tomato;
}



/*  CONTACT   */


.contact_section{
    margin-top: 50px;
/*    background: #8d1e01;*/
    background: #00439F;
    padding: 20px 5px;
}
.contact_section h3{
    color: #fff;
}
.contact_section p{
    color: #fff;
}

.contact_section ul{
    padding-left: 0;
}
.contact_section ul li{
    padding: 5px 0;
    list-style-type: none;
    border-bottom: 1px dotted #fff;
}
.contact_section ul li:last-child{
    border: 0;
}
.contact_section ul li a{
    font-weight: 600;
    color: #fff;
    transition: all .3s ease-in-out;
}
.contact_section ul li a:hover{
    text-decoration: none;
    color: #dc0;
    transition: all .3s ease-in-out;
}
.contact_section .col2{
    margin-top: 40px;
}










/*  GALLERY PAGE    */

.g_heading{
    font-family: "Boogaloo", sans-serif;
    font-size: 48px;
    letter-spacing: 1px;
}











/*  CONTACT PAGE    */


.contact_content h1{
    position: relative;
    margin-bottom: 30px;
}
.contact_content h1::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40%;
    background: #cc2a00;
}





.committee_ol{
    list-style-type: upper-roman;
}
.committee_ol li{
    font-size: 24px;
    line-height: 48px;
}
.committee_ol .b{
    font-weight: 600;
}



.contract{
    margin-top: 50px;
}











.cal_rom{
    list-style-type: upper-roman;
}


.mandate_div{
  position: relative;
}
.mandate_btn{
  position: fixed;
  top: 25%;
  background: #00ffff;
  color: black;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}
.mandate_btn:hover{
  background: #cc2a00;
  transition: 0.3s all ease-in-out;
  color: #fff;
}