
html{
	font-size: 100%;
}

/*=== Heading style====*/


 h1, h2, h3, h4, h5, h6 {
    font-family: 'Aileron';
}
 h1{
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #222;
}


 h2 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

h3 {
	font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222;
}



 h4 {
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #222;
}

 h5 {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #222;
}

 h6 {
	font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #222;
}





/*=== Heading style====*/


/*=== General Paragraph style====*/


p{
	font-family: 'Aileron';
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
	color: #595959;
}


/*=== General Paragraph style ====*/


/*=== General ancor tag style====*/


 a:hover{
	text-decoration: none;
}

/*=== General ancor tag style ====*/


/*-- ======= Top Bar css ======= */

.mobile-menu{
    display: none;
}
.fixed {
    position: fixed !important;
    background-color: #fff !important;
}


.top-num-social-bar{
    position: relative;
    top: -14px;
}

.mobile-social {
    position: absolute;
    left: 43%;
    top: 18px;
}

.mobile-social a{
    font-size: 20px;
    color: #75757d !important;
}

.mobile-social a:hover{
    color: #000;
}

.tp-social a:hover{
    color: #000;
}

.heaer-top-bar{
    background-color: #dfdfdf;
    padding: 4px 0;
}

.topnav-container{
    width: 90vw;
    margin: 0px auto;
}

.topnav-text ul{
    padding-left: 0px;
    margin: 0px;
}

.topnav-text ul li{
    list-style: none;
    display: inline-block;
    padding: 6px 10px;
}

.topnav-text ul li a{
    font-family: 'Aileron';
    color: #6b6f78;
    font-size: 16px;
    font-weight: 300;
}

.top-center-text p{
  margin: 0px;
  text-align: center;
  font-family: 'Aileron';
  color: #6b6f78;
  font-size: 16px;
  padding: 6px 0px;
  font-weight: 300;
}

.right-top-nav{
    text-align: right;
}

/* #Navigation
================================================== */

.logo{
    margin-top: 0px;
    padding: 12px 0;
}

.custom-container {
    width: 90vw;
    margin: 0px auto;
}

#header {
    background: transparent;
    width: 100%;
    z-index: 100;
    position: relative;
    /*background: #cbe0e0;*/
}

.tp-nav-row{
    align-items: center;
}

.top-free-estimate{
    padding-top: 20px;
}

.get-rank-btn {
    background-color: #5313e5;
    color: #fff !important;
    border-radius: 38px;
    padding: 16px 15px !important;
}

.get-rank-btn:hover{
	background-color: #000;
}


/*.fixed-header {
   
    position: fixed !important;
}*/

#navbarSupportedContent .navbar-nav{
    margin-top: 0px;
}

#header .start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 0px 0;
    /*box-shadow: 0 10px 30px 0 rgb(106 115 120 / 15%);*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on {
	/*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    
}
#header .navbar{
	padding: 0;
    margin-bottom: 0px;
	padding-right: 60px;
}
#header .navbar-brand img{
	width: 500px;
	display: block;
  
}
#header .navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
#header  .navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
#header  .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: absolute;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
    top: -50px;
    right: 0px;
}
#header  .navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
#header .navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

/*#header .nav-item:hover .nav-link{
	color: #ffffff !important;
    border-bottom: 2px solid  #68076f;
    border-width: 100%;
    
}*/
#header .nav-item.active .nav-link{
    color: #00b7ff;
}
#header .nav-link {
    color: #000;
    font-family: "Roboto", sans-serif;
    transition: all 200ms linear;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    padding: 8px 5px;
    display: inline-block;
    border-bottom: 2px solid  transparent;
   
}

#header .nav-link .ti-angle-down{
	position: relative;
	font-size: 1rem;
}

/*
#header #navbarSupportedContent .nav-item.add_current .nav-link {
	color: #12b65c;
}*/

/*
#header #navbarSupportedContent .nav-item.add_current .nav-link:after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #12b65c;
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    margin: 0px auto;
}*/

/*
#header .nav-link::before {
    position: absolute;
    left: 0%;
    content: '';
    height: 4px;
    background: #68076f;
    transition: all 0.2s linear;
    width: 0;
    bottom: 0;
}

#header .nav-link:hover::before {
    width: 100%;
}*/

#header .nav-link i{
    font-size: 20px;
}



#header .nav-item{
	position: relative;
    transition: all 200ms linear;
}

#header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
    width: auto;
    left: 0px;
}
#header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
#header .dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    color: #fff;
    background-color: #f8e4f8;
    border: none;
    border-radius: 0px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    min-width: 250px;
    left: -60px !important;
	padding: 0px !important;
	
}
#header .dropdown-toggle::after {
	display: none;
}

#header .dropdown-item {
	padding: 5px 15px;
	color: #000000;
	border-radius: 2px;
    transition: all 200ms linear;
	border-bottom: 1px solid #fff;
	font-weight: 300;
}

#header .dropdown-item:last-child{
	border-bottom:0px;
}

#header .dropdown-item:focus {
	color: #000000;
	background-color: transparent;
}

#header .dropdown-item:hover{
	color: #000000;
	background-color: #e5c7e5;
}

.nav-contact-btn {
    background-color: #fff;
    color: #2d61fe !important;
    margin-left: 22px;
    border-radius: 6px;
}

.nav-contact-btn:hover {
    background-color: #151515;
    color: #fff !important;
}


/* mobile menu css */
   .mobile-menu.mobile-menu-desk {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 10000;
}

   .mobile-menu.mobile-menu-desk  .hamburger {
    position: relative;
    right: 82px;
    top: 50px;
    display: flex;
    height: 18px;
    width: 24px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    float: right;
    margin-bottom: 0px;
}
    .mobile-menu.mobile-menu-desk .hamburger__icon {
        display: inline-block;
        height: 2px;
        width: 24px;
        background: rgb(52 51 51);
        border-radius: 2px;
      }

      #header .mobile-menu.mobile-menu-desk .hamburger__icon {
        background: #000;
      }
      
     .mobile-menu.mobile-menu-desk .sidebar {
  
    height: 100%;
    width: 320px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    padding: 18px 0px;
    display: flex;
    flex-direction: column;
    transform: translatex(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 100;
    max-width: 452px;
   }
   .mobile-menu.mobile-menu-desk .sidebar__close {
    position: absolute;
    top: 0.5%;
    right: 7px;
    background: #fff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
      .mobile-menu.mobile-menu-desk .sidebar__close::before, .sidebar__close::after {
        content: "";
        height: 2px;
        background: #898989;
        width: 24px;
        display: block;
        position: absolute;
      }
      .mobile-menu.mobile-menu-desk .sidebar__close::after {
        transform: rotate(90deg);
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: space-around;
        font-size: 36px;
        margin-top: 80px;
        margin-bottom: 80px;
        color: #898989;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a {
        color: currentcolor;
        text-decoration: none;
        transform: translatex(-80%);
        transition: transform 0.4s ease-in-out;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a::before {
        content: "";
        height: 2px;
        background: #898989;
        width: 120px;
        position: absolute;
        bottom: -2px;
        left: 0;
        transform: translatex(-50%);
        opacity: 0;
        transition: transform 0.4s ease-in-out, opacity 0.4s linear;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a:hover::before {
        transform: translatex(0);
        opacity: 1;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a:nth-child(1) {
        transition-delay: 0.05s;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a:nth-child(2) {
        transition-delay: 0.1s;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a:nth-child(3) {
        transition-delay: 0.15s;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a:nth-child(4) {
        transition-delay: 0.2s;
      }
      .mobile-menu.mobile-menu-desk .sidebar__menu a:nth-child(5) {
        transition-delay: 0.25s;
      }
      
     
      
      .mobile-menu.mobile-menu-desk .menu-control {
        display: none;
      }
      .mobile-menu.mobile-menu-desk .menu-control:checked + .sidebar {
        transform: translatex(0);
      }
      .mobile-menu.mobile-menu-desk .menu-control:checked + .sidebar .sidebar__close {
        transform: translatex(0) rotate(45deg);
      }
      .mobile-menu.mobile-menu-desk .menu-control:checked + .sidebar .sidebar__menu a {
        transform: translatex(0);
      }

      .mobile-menu.mobile-menu-desk .sidebar-navigation {
        width: auto;
        height: auto;
        background-color: #fff;
        margin: 24px 0px auto;
        
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation .title {
        display: block;
        font-size: 1.2em;
        background-color: #1e1e1e;
        padding: 20px 25px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
      }
      
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul {
        margin: 0;
        padding: 0;
		
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li {
        display: block;
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li a {
			position: relative;
			display: block;
			font-size: 1rem;
			font-family: "Roboto", sans-serif;
			font-weight: normal;
			padding: 10px 25px;
			text-decoration: none;
			color: #000000;
			letter-spacing: 0.02em;
			border-bottom: 0px solid #eee;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li a em {
        font-size: 24px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        padding: 5px;
        border-radius: 50%;
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
        background-color: #ecf0f1;
        color: #6b6f78;
        border-color: rgba(255, 255, 255, 0.1);
      }
      .sidebar-navigation ul li ul {
        display: none;
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li ul.open {
        display: block;
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li ul li a {
		color: #39479a;
		border-color: rgba(255, 255, 255, 0.1);
		font-size: 1rem;
		padding: 5px 25px;
	}
      
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
        background-color: #e6ebed;
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
        margin-right: 10px;
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li ul li.selected.selected--last > a {
        background-color: #94aab0;
        color: #fff;
      }
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li ul li.selected.selected--last > a:before {
        background-color: #fff;
      }
      
      .mobile-menu.mobile-menu-desk .sidebar-navigation ul li a em {
			font-size: 24px;
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			padding: 5px;
			border-radius: 50%;
		}

      /* end mobile menu */

      /* end mobile menu */


/*=== side cart css===*/


 
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 30;;
 
}


/*-- ======= Nav bar css ======= */

/*-- ======= home banner css======= */

.home-banner {
    background-color: #fff;
   position: relative;
}

.home-desktop-banner{
    display: block;
}

.home-mobile-banner {
    display: none !important;
}

.home-banner .owl-dots {
    margin-top: -27px !important;
    position: relative;
}

.home-banner img{
	width: 100%;
}

.main-banner {
    background-size: cover;
    background-position: top center;
    padding-top: 212px;
    padding-bottom: 370px;
}

.home-banner-inner {
    width: 100%;
    padding-left: 0px;
    background-color: #fff7f4;
}

.banner-heading {
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size: 6rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

.banner-heading span{
	color: #12b65c;
}

.banner-text {
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size: 1.3rem;
    text-align: center;
	line-height: 1.3;
}

.banner-btn{
	text-align: center;
}

.banner-btn a {
    background-color: #fff;
    display: inline-block;
    padding: 10px 24px;
    font-family: 'Archivo', sans-serif;
    font-size: 1.4rem;
    color: #000;
    border-radius: 30px;
}

.banner-btn a:hover {
    background-color: #fff4cb;
}


.banner-left-img {
    width: 200px;
    position: absolute;
    bottom: 42px;
    left: 6%;
}

.banner-left-img img{
    width: 100%;
}

.banner-right-img {
    width: 200px;
    position: absolute;
    bottom: 42px;
    right: 6%;
}

.banner-right-img img{
    width: 100%;
}


/* numbers section css */

.number-section{
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    background-color: #f8e4f8;
    margin-top: 70px;
    margin-bottom: 70px;
}

.numers-section-inner {
    display: flex;
    flex-wrap: wrap;
}

.number-item {
    width: 33.33%;
    position: relative;
    padding: 40px 10px;
}

.num-item-pink{
    background-color: #f8e4f8;
}

.num-item-green{
    background-color: #cbe0e0;
}


.item-top {
    margin-top: -20px;
}

.item-bottom {
    margin-top: 10px;
    margin-bottom: -20px;
}


/*
.number-item:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}*/

.number-item:last-child:after{
    display: none;
}

.number-section .num-heading {
    font-family: 'Roboto', sans-serif;
    color: #0a0909;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
}

.number-section .num-subheading {
   font-family: 'Roboto', sans-serif;
    color: #0a0909;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}


/* end numbers section css */


/* home why section css */

.home-why-section{
    padding-top: 55px;
    padding-bottom: 60px;
    position: relative;
}

.why-slider-block{
    margin-top: 30px;
}

.why-thumb-item{
    position: relative;
}

.why-thumb-item img{
    border-radius: 16px;
}

.why-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.why-overlay .why-content-wrap {
    position: relative;
    left: 50%;
    top: 88%;
    transform: translate(-50%, -50%);
    padding: 20px 0px;
    transition: .3s ease-in;
}

.why-overlay:hover .why-content-wrap {
    top: 85%;
    transition: .3s ease-in;
}

.why-ch-icon{
    height: 50px;
    width: 50px;
    background: #f8e4f8;
    border-radius: 50%;
    margin: 0px auto;
    padding: 4px;
}

.why-ch-icon img{
    width: 40px !important;
}

.wh-content{
    color: #fff;
    padding-top: 10px;
}

.wh-content h4 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
}

.why-overlay:hover .why-content-wrap .wh-content h4 {
    margin-top: 15px;
   
    border-radius: 0px 0px 15px 15px;
    background: #f8e4f8;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
   
}


/* end home why section css */

/*-- ======= end of home banner css ======= */

.welcome-section{
    padding-top: 2px;
    padding-bottom: 30px;
        margin-top: -30px;
}

.page-heading {
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 500;
}

.info-text {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.3;
}

.info-color-grey{
	color: #494949;
}

.welcome-info-section{
	width: 70%;
    margin: 0px auto;
	margin-top: 15px;
}

.welcome-read-more-btn{
	text-align: center;
}

.welcome-read-more-btn a {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    background-color: #f8e4f8;
    color: #000;
    padding: 9px 32px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px;
}

.welcome-read-more-btn a:hover{
	background-color: #000;
	color: #fff;
	
}

.principal-info p {
    color: #000;
}


/* services  section css */


/* infastructure  section css */

.infastructure-section{
    padding-left: 46px;
    padding-right: 46px;
}

.infra-block {
    background-image: url(../images/know_us11%401X.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 44px 40px;
    min-height: 360px;
    transition: all .3s ;
}

.infra-block:hover {
    transform: translate3d(-7px, -7px, 7px);
    box-shadow: 0px 3px 20px 2px #929396;
}

.infra-heading{
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.infra-info{
     color: #fff;
    font-family: "Roboto", sans-serif;
}


.infra-sec-read-more-btn a{
   color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    padding: 8px 20px;
    border: 2px solid #fff;
    display: inline-block;
    
}

.infra-sec-read-more-btn a:hover {
    color: #3f0e0e;
    border-color: #3f0e0e;
}

.infra-sec-read-more-btn{
    margin-top: 26px;
}

.p-arts{
    background-image: url(../images/Mayoor-Grid-Box-Arts.png);
}

.sports-block {
    background-image: url(../images/Mayoor-Grid-Box-Sports.png);
}

.b-acadmice {
    background-image: url(../images/know_us41%401X.png);
}

.award-alcholades{
    background-image: url(../images/know_us51%401X.png);
}

.info-str{
    padding: 0px;
}

/* end infastructure section css */

/* our school section css */

.our-school-section{
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
}

.our-school-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

.school-box{
  margin: 8px;
}

.flip-box {
    width: 300px;
    height: 470px;
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box p{
    color: #000;
}

.f-ornage{
    background-color: #f8e4f8;
}

.f-green{
    background-color: #cbe0e0;
}

.f-blue{
    background-color: #f8e4f8;
}

.f-red{
    background-color: #cbe0e0;
}

.our-school-sub-h {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    
    margin: 16px 0px;
    font-weight: 500;
}

.our-sch-read-btn{
    text-align: center;
    padding-top: 10px;
}

.f-ornage .our-sch-read-btn a{
    background-color: #cbe0e0;
}

.f-green .our-sch-read-btn a{
    background-color: #f8e4f8;
}

.f-blue .our-sch-read-btn a{
    background-color: #cbe0e0;
}

.f-red .our-sch-read-btn a{
    background-color: #f8e4f8;
}

.f-ornage .our-school-sub-h{
   color: #000;
}

.f-green .our-school-sub-h{
   color: #000;
}

.f-blue .our-school-sub-h{
    color: #000;
}

.f-red .our-school-sub-h{
     color: #000;
}

.our-sch-read-btn a{
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    padding: 8px 20px;
    color: #000;
    border-radius: 30px;
}

.our-sch-read-btn a:hover{
     background-color: #fff;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box:hover .flip-box-front{
    visibility: hidden;
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
   -moz-backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  padding: 10px;
  color: black;
  border-radius: 10px;
}

.flip-box-front img {
    width: 100%;
   max-width: 260px;
}

.flip-box-back {
  
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}

.flip-box-back img{
     width: 100%;
    max-width: 260px;
}

.flip-box-back p{
    margin-top: 10px;
    margin-bottom: 10px;
}


/* end our school section css */

.moyo-callege-ajmer{
    padding-top: 40px;
    padding-bottom: 40px;
}

.moyo-callege-ajmer img {
    width: 100%;
    margin-top: 20px;
}



/* alimni section css */

.alumani-section{
    padding-top: 40px;
    padding-bottom: 70px;
}

.alumni-content p{
    color: #000;
    font-size: 1.2rem;
}

.alumni-content h2{
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
}

.alumni-item {
    background-color:  #cbe0e0;
    padding: 18px 30px;
    position: relative;
    margin-top: 42px;
    border-radius: 20px;
}

.alumni-item-inner{
    display: flex;
}

.alumni-content{
    width: 50%;
}

.alumni-img-block {
    width: 50%;
    min-height: 720px;
    background-size: cover;
    margin-bottom: -25px;
    position: relative;
    right: -30px;
}

.alumni-img-block img{
    width: 100%;
}

/* End alimni section css */

/* get in toch section css */

.admission-section {
    background-color: #cbe0e0;
    padding-top: 75px;
    padding-bottom: 75px;
}

.admission-cta-heading{
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 1.8rem;
}

.admission-btn {
    text-align: right;
}

.admission-btn a{
    background-color: #f8e4f8;
    color: #000;
     font-family: "Roboto", sans-serif;
    padding: 16px 20px;
    font-size: 1.3rem;
    display: inline-block;
    border-radius: 12px;
}

.admission-btn a i{
        margin-left: 18px;
}

.admission-btn a:hover{
    background-color: #fff;
    color: #000;
}

.admission-sec-inner {
    width: 60%;
    margin: 0px auto;
}

.admission-sec-inner .row{
        align-items: center;
}

/* end get in toch section css */


/*upcomming events */

.upcoming-events-section {
    padding-top: 56px;
    padding-bottom: 70px;
    position: relative;
}

.upcoming-events-block {
     background-color: #F5F5F5;
     padding: 10px 20px 30px;
          min-height: 876px;
}

.date-calender{
    width: 100%;
      margin-top: 10px;
}

.date-calender input {
    width: 80%;
    border: 0px;
    font-family: "Roboto", sans-serif;
    -webkit-appearance: none;
    font-size: 1.2rem;
    padding: 4px 10px;
    background-color: #f5f5f5;
}

.date-calender input:focus{
    outline: none;
}

.upcoming-event-slider {
    width: 100%;
    margin-top: 20px;
}

.event-post-date{
    color: #000;
}

.event-d-block{
    display: flex;
    justify-content: space-between;
}

.featured-icon svg {
    width: 14px;
    margin-right: 10px;
}

.event-desc-block{
    position: relative;
    margin-top: 10px;
}

.event-mo{
    font-size: 16px;
}

.event-sub-heading {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    color: #000;
}

.upcomnig-event-item {
    position: relative;
    margin-top: 28px;
    margin-bottom: 18px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 24px;
}

#upcoming-event-slider .owl-nav{
    display: block;
}

#upcoming-event-slider .owl-nav .owl-prev:focus{
    outline: none;
}

#upcoming-event-slider .owl-nav .owl-prev span{
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    display: inline-block;
     background-color: #cbcbcb;

}

#upcoming-event-slider .owl-nav .owl-next:focus{
     outline: none;
}

#upcoming-event-slider .owl-nav .owl-next span{
     font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    display: inline-block;
    background-color: #cbcbcb;
}

#upcoming-event-slider .owl-nav .owl-next span:hover{
    background-color: #39479a;
}

#upcoming-event-slider .owl-nav .owl-prev span:hover{
    background-color: #39479a;
}

.up-coming-title{
    font-family: "Roboto", sans-serif;
    font-size: 1.7rem;
    color: #000;
}

.latest-news-block{
    background-color: #f5f5f5;
    padding: 14px 15px;
        min-height: 876px;
}

.circular-block{
     background-color: #f5f5f5;
    padding: 14px 15px;
        min-height: 876px;
}

.news-list{
    padding-left: 0px;
}

.news-list li {
    display: flex;
    margin-top: 30px;
    background-color: #ffffff;
   
}

.latest-news-text-block{
    padding: 20px;
}
.latest-news-text-block:hover{
    background-color: #f8e4f8;
}

.latest-news-thumb {
    width: 30%;
    padding-right: 22px;
}

.latest-news-thumb img{
    width: 100%;
}

.latest-news-text-block {
    width: 70%;
}

.latest-news-subh {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #75757d;
    margin-bottom: 10px;
}

.latest-news-subh a{
        color: #060606;
}

.news-sm-text {
    font-size: 1.2rem;
}

.circular-block-item{
    padding: 26px 20px;
    width: 100%;
}

.circular-block-item:hover{
   background-color: #f8e4f8;
}

.view-all-btn{
    padding-top: 20px;
}

.view-all-btn a{
     background-color: #f8e4f8;
     font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    padding: 8px 20px;
    color: #000;
    border-radius: 8px;
}

.view-all-btn a:hover{
    background-color: #000;
    color: #fff;
}

.social-media-section {
    background-color: #20bdb4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.social-media-list{
    text-align: center;
}
.social-media-list a {
    font-size: 1.4rem;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-color: #39479a;
    line-height: 40px;
    margin: 0 4px;
    color: #fff;
}

.social-media-list a:hover{
    background-color: #000;
}

/* end of upcomming events */

.fsatage-acc-imges-block{
        margin-top: 30px;
    }
    
    .f-satge-img-item img{
        width: 100%;
    }
    
    .fstage-accordian-inner{
            padding-top: 18px;
         padding-bottom: 18px;
    }
    
.explore-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f4f4;
    background-image: url(../images/bg-pattern.jpg);
    background-repeat: repeat;
}

.explore-section .alumini-item-con{
	display: none;
}

.explore-section .alumini-item-con.active{
	display: block;
}

.circular-tab-sec {
    position: relative;
    min-height: 632px;
}

.explore-inner-section{
	margin-top: 50px;
}

.alumni-tab-row{
	align-items: center;
}

.circle-tab {
    width: 110px;
    height: 110px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid #ffffff9c;
}

.circle-tab.active{
	border: 5px solid #1fbcbc80;
}

.circle-tab.active .circle-tab-inner{
	border: 5px solid #1fbcbc;
}

.circle-tab-inner{
	 width: 100px;
     height: 100px;
	 background-color: #39479a;
    border-radius: 50%;
    border: 5px solid #fff;
}

.circle-tab-inner p {
    color: #fff;
    text-align: center;
    margin: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: normal;
    padding-top: 32px;
}

.circle-tab.tab-item-1 {
    top: 9%;
    left: 58%;
}

.circle-tab.tab-item-2 {
    top: 25%;
    left: 33%;
}

.circle-tab.tab-item-3 {
    top: 44%;
    left: 24%;
}

.circle-tab.tab-item-4 {
    top: 64%;
    left: 29%;
}

.circle-tab.tab-item-5 {
    top: 81%;
    left: 45%;
}

.circle-tab.tab-item-6 {
    top: 92%;
    left: 74%;
}


.alumni-content-block {
    position: relative;
    margin-left: -134px;
    padding-right: 82px;
}

.alumni-content-block .alumni-title{
	font-family: "Roboto", sans-serif;
	text-align: center;
	color: #28292e;
	margin-bottom:10px;
	font-size: 1.8rem;
}

.alumni-slide-item img {
    width: 100%;
    border-radius: 14px;
}

.alumni-slider .alumni-slider-1{
	overflow: hidden;
}

.alumni-slider {
    position: relative;
    box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 44%);
    border-radius: 14px;
}

.alumni-slider .swiper-button-next{
	top: 84%;
	width: 50px;
    height: 50px;
    background-color: #39479a;
    border-radius: 50%;
    right: -18px;
}

.alumni-slider .swiper-button-next img{
	width: 28px;
}

.alumni-slider .swiper-button-prev img{
	width: 28px;
}

.alumni-slider .swiper-button-prev{
	top: 84%;
	width: 50px;
    height: 50px;
    background-color: #39479a;
    border-radius: 50%;
    left: -18px;
}

.alumni-slider .swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}


.information-center-section{
	position: relative;
	padding-top: 60px;
	padding-bottom: 18px;
}

.information-center-content-sec {
    padding-top: 50px;
    overflow: hidden;
}

.information-thumb-1{
	border-radius: 10px;
	margin-left: 10px;
}

#sync1 .owl-stage{
	    padding: 20px 0px;
}

#sync1 .owl-item.active .information-thumb-1{
	box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 44%);
}

.information-thumb-1 img{
	width: 100%;
	border-radius: 10px;
}

.information-cen-subheading {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    color: #39479a;
    font-weight: 500;
    margin-bottom: 20px;
}

.info-center-thumb-slider .owl-item .item-slide{
	border: 2px solid transparent;
	border-radius: 10px;
}

.info-center-thumb-slider .owl-item.active.current .item-slide{
	border: 2px solid #2bf3f3;
}

.info-center-thumb-slider {
        margin-top: -238px;
}

.info-center-thumb-slider .item-slide img{
	border-radius: 10px;
}

.info-center-thumb-slider .item-slide h3 {
    background-color: #39479a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 6px 0;
    margin-top: -8px;
    position: relative;
    font-weight: 300;
}

.info-center-thumb-slider .owl-nav img {
    width: 20px;
    position: relative;
    top: -2px;
}

.info-center-thumb-slider .owl-prev:focus{
	outline: none;
}

.info-center-thumb-slider .owl-next:focus{
	outline: none;
}

.info-center-thumb-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #39479a !important;
    opacity: 1 !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}

.info-center-thumb-slider .owl-next{
	 position: absolute;
    top: 50%;
    right: 0;
    background-color: #39479a !important;
    opacity: 1 !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}


.tooper-section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.tooper-section:after {
    content: "";
    width: 100%;
    height: 30%;
    background-color: #39479a;
    position: absolute;
    bottom: 0;
    z-index: -1;
}


.topper-tabs-section{
	text-align: center;
}

.topper-tabs-section .nav-tabs {
    justify-content: center;
    border-bottom: 0px;
    margin-top: 40px;
    display: inline-flex;
    background-color: #ececec;
    border-radius: 10px;
	overflow: hidden;
}

.topper-tabs-section .nav-tabs .nav-item.show .nav-link:hover{
	color: #39479a;
	background-color: #ececec;
}

.topper-tabs-section .nav-tabs .nav-item.show .nav-link.active:{
	background-color: #ececec;
}

.topper-tabs-section .nav-tabs .nav-item.show .nav-link.active:hover {
    color: #fff;
    background-color: #39479a;
}

.topper-tabs-section .nav-tabs .nav-link {
    border: 0px;
    font-size: 1.5rem;
    color: #39479a;
	font-family: "Roboto", sans-serif;
}

.topper-tabs-section .nav-tabs .nav-link.active{
	background-color: #39479a;
	color: #fff;
}

.students-thumb img {
    width: 100%;
    border-radius: 10px;
}

.student-tabs-inner{
	padding-top: 50px;
}

.student-info-block {
    background-color: #20bdb4;
    padding: 26px 60px;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
	box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 41%);
}

.student-info-block h2{
	color: #fff;
	font-family: "Roboto", sans-serif;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}

.student-info-block h3{
	color: #fff;
	font-family: "Roboto", sans-serif;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 10px;
}

.student-info-block p{
	color: #fff;
	font-family: "Roboto", sans-serif;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 0px;
	margin-top: 10px;
}


.testimonail-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.persion-pic{
	width: 68px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}

.person-name {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    margin-left: 15px;
}

.child-name {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: #494949;
    font-weight: 400;
    text-align : center;
}

.testimonial-content {
    padding: 40px;
    background-color: #fff;
    box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 12%);
    border-radius: 14px;
	position: relative;
}

.testimonial-content:before {
    content: "";
    width: 64px;
    height: 53px;
    background-image: url(../images/quote-icon-top.png);
    position: absolute;
    top: -26px;
	background-size: cover;
}

.testimonial-content:after {
    content: "";
    width: 64px;
    height: 53px;
    background-image: url(../images/quote-icon-bottom.png);
    position: absolute;
    bottom: -26px;
	background-size: cover;
	right: 40px;
}

#testimonial-slider .owl-stage-outer{
	padding-top: 66px;
    padding-bottom: 66px;
}
#testimonial-slider .owl-item {
    transform: scale(0.9);
}

#testimonial-slider .owl-item.active.center{
	 transform: scale(1.08);
	  transition: transform .3s; /* Animation */
}

.footer-floting-btns {
    position: fixed;
    right: 5px;
    bottom: 40px;
    z-index: 100;
}

.contact-eq-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.form-icon {
    width: 48px;
    height: 48px;
    line-height: 44px;
    background-color: #f8e4f8;
    border-radius: 50%;
    text-align: center;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

.admission-eq-btn{
    margin-top: 10px;
     position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.admin-text {
    position: relative;
    background-color: #f8e4f8;
    margin-right: 10px;
    padding: 4px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    border-radius: 6px;
    color: #000;
     box-shadow: -1px 3px 10px 1px rgba(32, 33, 36, 12%);
}

.admin-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #f8e4f8;
    position: absolute;
    top: 7px;
    right: -6px;
}

.sq-text {
    position: relative;
    background-color: #f8e4f8;
    margin-right: 10px;
    padding: 4px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    border-radius: 6px;
    color: #000;
    box-shadow: -1px 3px 10px 1px rgba(32, 33, 36, 12%);
}

.sq-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #f8e4f8;
    position: absolute;
    top: 7px;
    right: -6px;
}

.form-icon img{
    width: 18px;
}

.addmin-icon{
    width: 48px;
    height: 48px;
    line-height: 44px;
    background-color: #f8e4f8;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
     -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    position: relative;
}

.addmin-icon img{
    width: 18px;
}


.footer-adress-section{
	display: flex;
	flex-wrap: wrap;
}

.footer-address-block {
    background-color: #cbe0e0;
    padding-left: 70px;
    padding-top: 50px;
    width: 50%;
    padding-right: 70px;
    padding-bottom: 50px;
}

.footer-form-block {
    background-color: #ffffff;
    padding-left: 80px;
    padding-top: 50px;
    width: 50%;
    padding-right: 80px;
    padding-bottom: 50px;
}


.footer-address-block .page-heading{
	color: #000;
}

.footer-address-block .info-text{
	    margin-top: 12px;
}

.footer-address-list {
    padding-left: 50px;
    margin-top: 45px;
}

.footer-address-list li {
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #000;
    font-weight: 300;
    margin-top: 22px;
}

.footer-address-list li span {
    width: 32px;
    display: inline-block;
}

.footer-form-block  .contact-form-field {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 1.1rem;
    font-family: "Roboto", sans-serif;
    margin-top: 22px;
    border: 1px solid #e1e1e1;
    font-weight: 300;
    color: #454545;
}

.sel-f select {
    color: #747474 !important;
}

.footer-form-block  .contact-form-field:focus{
	outline: none;
}

.foot-submit-btn {
    text-align: center;
    margin-top: 36px;
}

.foot-submit-btn .contact-sumit-btn {
    background-color: #cbe0e0;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    border: 0px;
    padding: 10px 42px;
    border-radius: 10px;
}

.foot-submit-btn .contact-sumit-btn:hover{
	background-color: #000;
	color: #fff;
}

.footer-section {
    background-color: #f8e4f8;
    padding-top: 13px;
    padding-bottom: 42px;
}

.footer-social {
    text-align: center;
    position: relative;
}

.footer-social:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 50%;
}

.footer-social span {
    position: relative;
    background-color: #C1E1C1;
    z-index: 1;
    padding: 0 8px;
    display: inline-block;
}

.footer-social a {
    color: #fff;
    width: 38px;
    height: 38px;
    display: inline-block;
    background-color: #000000;
    line-height: 38px;
    margin: 0 5px;
    border-radius: 50%;
	font-size: 1.1rem;
}

.footer-social a:hover{
	background-color: #000;
}

.footer-links ul {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 0px;
}
.footer-links ul li{
	display: inline-block;
	position: relative;
	margin: 0 25px;
}

.footer-links ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -28px;
}

.footer-links ul li:last-child:after {
	display: none;
}

.footer-links ul li a{
	color: #000;
	font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
}

.footer-links ul li a:hover{
	color: #39479a;
}

.footer-copyright {
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}

.copyright-line {
    text-align: center;
    line-height: normal;
    margin-bottom: 0px;
	color: #242424;
	font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
}

/*end  service   section css */

/*about page  css */

.inner-page-banner img{
	width: 100%;
}

.about-mayoor-content-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}


.about-mayoor-content-section .page-heading{
	margin-bottom: 20px;
}

.about-mayoor-content-section .info-text{
	margin-top: 20px;
}

.about-blue-text {
    color: #39479a;
    font-weight: 500;
    margin-top: 30px !important;
}

.why-choose-mayoor{
	padding-top: 10px;
	padding-bottom: 60px;
}

.why-choose-icon {
    text-align: center;
    margin-top: 50px;
}

.wh-icon-heading{
	font-size: 2rem;
	color: #525252;
	margin-top: 10px;
    font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.principal-message-section{
	background-color: #f8e4f8;
    padding-top: 40px;
    padding-bottom: 46px;
	position: relative;
}

.pr-read-btn {
    display: inline-block;
    margin-top: 90px;
    background-color: #cbe0e0;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000 ;
}

.pr-read-btn:hover{
    background-color: #000;
    color: #fff;
}


.principal-message-section:before {
    content: "";
    width: 100%;
    height: 25%;
    background-color: #fff;
    position: absolute;
    top: 0;
    display: none !important;
}

.pirncipal-pic-section{
	text-align: center;
}

.pirncipal-pic-section img {
    border-radius: 10px;
    width: 94%;
}

.principal-name-block{
	background-color: #cbe0e0;
    padding: 26px 60px;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
    box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 41%);
}

.pr-name {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 2.4rem;
}

.pr-desi{
	color: #000;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
	margin-top: 10px;
}

.principal-message-block {
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

.pr-message-read-more{
	text-align: center;
}

.pr-message-read-more a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
}

.msg-prip-heading{
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 2rem;
    font-weight: 400;
}

.princple-msg-subheading {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #525252;
    margin-top: 20px;
    margin-bottom: 18px;
}

.rb-name {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    color: #525252;
    line-height: normal;
    margin-top: 14px;
}

.principal-info {
    margin-top: 30px;
}

.edu-partner-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../images/edu-partner-bg.jpg);
}

.edu-partner-mian{
    margin-top: 20px;
}

.edu-partner-mian .owl-nav{
    display: block !important;
}

.edu-partner-mian .owl-nav img{
    width: 22px;
    position: relative;
    margin-top: -4px;
}

#edu-partener-slider .owl-prev{
    top: 40%;
    width: 36px;
    height: 36px;
    left: 0;
    position: absolute;
    background-color: #f8e4f8;
    border-radius: 50%;
}

#edu-partener-slider .owl-prev:focus{
    outline: none;
}

#edu-partener-slider .owl-next:focus{
     outline: none;
}

#edu-partener-slider .owl-next{
     top: 40%;
    width: 36px;
    right:0;
    height: 36px;
    position: absolute;
    background-color: #f8e4f8;
    border-radius: 50%;
}

/*end  About page css */

/* management page css */

.management-tabs-section{
	position: relative;
	padding-bottom:80px;
}

.management-tabs{
	text-align: center;
}

.management-tabs .nav-tabs {
    justify-content: center;
    border-bottom: 0px;
    margin-top: 40px;
    display: inline-flex;
    background-color: #ececec;
    border-radius: 10px;
	overflow: hidden;
}

.management-tabs .nav-tabs .nav-item.show .nav-link:hover{
	color: #cbe0e0;;
	background-color: #ececec;
}

.management-tabs .nav-tabs .nav-item.show .nav-link.active:{
	background-color: #ececec;
}

.management-tabs .nav-tabs .nav-item.show .nav-link.active:hover {
    color: #000;
    background-color: #cbe0e0;;
}

.management-tabs .nav-tabs .nav-link {
    border: 0px;
    font-size: 1.5rem;
    /*color: #cbe0e0;;*/
	font-family: "Roboto", sans-serif;
}

.management-tabs .nav-tabs .nav-link.active {
    background-color: #cbe0e0;;
    color: #000;
}

.management-tabs-inner{
	padding-top: 30px;
}

.board-team-item {
    padding: 36px;
    border: 2px solid #cbe0e0;;
    border-radius: 8px;
	margin-top: 46px;
	box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 25%);
	min-height: 567px;
}

.board-item-thumb {
    text-align: center;
}

.board-item-thumb img{
	width: 100%;
	border-radius: 10px;
}

.board-item-content {
    text-align: center;
    margin-top: 30px;
}

.board-member-name{
	font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
	color: #cbe0e0;;
	font-weight: 400;
}

.board-member-desi {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    color: #222222;
    font-weight: 300;
}

.linked-in-link {
    margin-top: 16px;
    margin-bottom: 0px;
}

.linked-in-link a {
    font-size: 34px;
    color: #cbe0e0;;
}

.board-team-item:hover .linked-in-link a{
	color: #C1E1C1;
}

.board-member-thumb img {
    width: 94%;
}

.board-member-content{
	position: relative;
}

.board-mem-name{
	font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
	color: #000;
	font-weight: 500;
}

.board-mem-desi {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    color: #353535;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 14px;
}

.bm-item {
    margin-top: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 20px;
}

.bm-row-rev {
    flex-direction: row-reverse;
}

.bm-row-rev .board-member-thumb {
	text-align: right;
}

/* end management page css*/

/*Gallery page css*/

.gallery-tabs-section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.gallery-tab-inner{
    padding-top: 50px;
}

.gallery-tabs-items{
    text-align: center;
}

.gallery-tabs-items .nav-tabs .nav-link {
    border: 0px;
    font-size: 1.5rem;
    /*color: #cbe0e0;;*/
    font-family: "Roboto", sans-serif;
    padding: 10px 26px;
}

.gallery-tabs-items .nav-tabs {
    justify-content: center;
    border-bottom: 0px;
    margin-top: 20px;
    display: inline-flex;
    background-color: #ececec;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-tabs-items .nav-tabs .nav-link.active {
    background-color: #cbe0e0;;
    color: #000;
}

.gallery-tabs-items .nav-tabs .nav-item.show .nav-link{
    background-color: #ececec;
    color: #cbe0e0;;
}

.gallery-tabs-items .nav-tabs .nav-item.show .nav-link.active{
    background-color: #cbe0e0;;
    color: #fff;
}

.gallery-tabs-section .accordionTitle {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*color: #cbe0e0;;*/
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    padding: 18px 20px;
    position: relative;
    border-bottom: 1px solid #c1c1c1;
    font-size: 2rem;
}

.gallery-tabs-section .accordionTitle::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid  #cbe0e0;;
    border-left: 2px solid  #cbe0e0;;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(135deg);
    right: 10px;
   top: 28px;
}

.gallery-tabs-section .accordionTitle.is-open::after {
    transform: rotate(223deg);
    top: 22px;
}



.gallery-tabs-section .accordionTitle + .accordionContent {
	display: none;
}

.gallery-tabs-section .accordionTitle.is-open + .accordionContent {
	display: block;
}

.picture-gallery{
    padding-top: 55px;
    padding-bottom: 55px;
}

.picutre-gallery-item img{
    width: 100%;
}

.gallery-title {
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 100px;
}

.pic-gallery-title {
    color: #000;;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.load-more-btn{
    text-align: center;
}

.load-more-btn a {
    background-color: #cbe0e0;;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    padding: 10px 24px;
    border-radius: 10px;
}

.load-more-btn a:hover{
    background-color: #000;
    color:#fff;
}

/* End Gallery page css*/

/* transpoart page css */

.transport-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.transport-content-inner{
    padding-top: 30px;
}

.bus-route-btns {
    text-align: center;
    margin-top: 32px;
}

.root-info-section{
    padding-top: 15px;
}

.bus-route-btns a {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0 16px;
    display: inline-block;
    padding: 10px 22px;
    
    border-radius: 10px;
}

.junior-bus{
    background-color: #cbe0e0;
    color: #000;
}

.junior-bus:hover{
    background-color: #000;
     color: #fff;
}

.senior-bus{
    background-color: #cbe0e0;;
   
}

.senior-bus:hover{
     background-color: #000;
}

/* End transpoart  page css*/

/* transfer certificate  page css*/
  
.transfer-certificate-content-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.transfer-certificate-form {
    margin-top: 40px;
    background-color: #f0f0f0;
    padding: 30px 52px;
    border: 1px solid #d9d9d9;
    box-shadow: -1px 3px 10px 1px rgba(32,33,36,12%);
}

.cr-form-field {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding-left: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #272727;
    margin-top: 24px;
}

.tr-heading{
    margin-bottom: 15px;
}

.cr-form-field:focus{
    outline: none;
}
.cr-form-field.sel{
   color: #6f6f6f;
}

.cr-form-field.sel option{
    color: #6f6f6f;
}

.get-transfer-cer {
    text-align: center;
    margin-top: 42px;
}

.tr-certificate {
    background-color: #38479a;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    border: 0px;
    padding: 12px 28px;
    border-radius: 10px;
}

.tr-certificate:hover{
    background-color: #000;
}

.tr-certificate:focus{
    outline: none;
}

.tr-certificate span img{
    width: 26px;
    margin-right: 4px;
}

/* End transfer certificate css*/


/* career page  css*/

.career-content-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.career-content-row{
    align-items: center;
}

.career-job-listing {
    background-image: url(../images/job-list-bg.jpg);
    padding: 32px 0;
    margin-top: 46px;
}

.job-list-item{
    display: flex;
    flex-wrap: wrap;
}

.job-list-left {
    /*width: 50%;*/
    padding: 20px 22px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}

.job-list-right{
    /*width: 50%;*/
    padding: 20px 14px;
    border-bottom: 1px solid #c1c1c1;
}

.joblist-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.job-title-heading {
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    color: #494949;
    font-weight: 400;
}

.apply-btn {
    background-color: #cbe0e0;;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    border: 0px;
    padding: 6px 25px;
    border-radius: 10px;
    display: inline-block;
}

.apply-btn:hover{
    background-color: #000;
    color: #fff;
}

.job-list-bottom ul{
        padding-left: 20px;
}

.job-list-bottom li {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.3;
    color: #494949;
    margin-top: 18px;
    list-style: none;
}

.job-list-bottom li  a{
    color: #39479a;
}


.upload-cv-section {
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: #fff;
}

.cv-form-field {
    width: 100%;
    background-color: #f6f6f6;
    height: 60px;
    padding-left: 10px;
    border: 1px solid #d9d9d9;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #141414;
    margin-top: 30px;
}

.cv-form-field:focus{
    outline: none;
}

.cv-file-inner {
    display: flex;
    align-items: center;
}

.upload-cv-file{
    width: 50%;
}

.upload-cv-file-info-text{
    width: 50%;
}

.upload-cv-file-info-text p {
    font-size: 1.1rem;
    margin-bottom: 0px;
    padding-left: 18px;
    font-weight: 300;
}

.upload-resume {
    width: 0 !important;
    height: 0 !important;
    padding: 0px !important;
}

.cv-upload {
    background-color: #757575;
    width: 100%;
    height: 60px;
    padding: 16px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 29px;
    text-align: center;
}

.upload-cv-inner{
    width: 68%;
    margin: 0px auto;
    margin-top: 14px;
}

.sub-btn-c{
    text-align: center;
    margin-top: 10px;
}

.cv-submit{
    background-color: #cbe0e0;;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    border: 0px;
    padding: 10px 42px;
    border-radius: 10px;
}

.cv-submit:hover{
    background-color: #000;
}



/* End career page  css*/


/* alumni page css */

.alumni-block {
    background-color: #cbe0e0;
    position: relative;
    padding: 25px  60px;
    width: 100%;
    margin-top: 34px;
}

.top-alumni{
    padding-bottom: 60px;
    border-bottom: 1px solid #c1c1c1;
}

.alumni-thumb img{
    width: 100%;
    border-radius: 30px;
}

.alumni-name {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    text-align: center;
    margin: 16px 0;
    font-weight: 400;
}

.alumni-edu-info{
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 300;
}

.alumni-item-main {
    padding-top: 10px;
    padding-bottom: 55px;
}

.alumni-load-more-btn {
    text-align: center;
    margin-top: 38px;
}

.alumni-load-more-btn a {
    background-color: #cbe0e0;;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    padding: 10px 24px;
    border-radius: 10px;
    display: inline-block;
}

.alumni-load-more-btn a:hover{
    background-color: #000;
        color: #fff;
}

/* end alumni page css */

/* session page css */

.session-info-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.timing-session {
    position: relative;
    width: 74%;
    margin: 0px auto;
    margin-top: 28px;
}

.timing-session table {
   font-family: 'Roboto', sans-serif;
   border-collapse: collapse;
   width: 100%;
   background-color: #f1f1f1;
}

.timing-session th {
    border: 1px solid #cbe0e0;
    text-align: center;
    padding: 8px;
    background-color: #cbe0e0;
    color: #000;
    font-size: 2.2rem;
    font-weight: 300;
}


.timing-session td {
    border: 1px solid #bbbbbb;
    text-align: center;
    padding: 12px;
    font-size: 1.4rem;
    color: #000000;
}

.month-wise-holidays table {
   font-family: 'Roboto', sans-serif;
   border-collapse: collapse;
   width: 100%;
   background-color: #f1f1f1;
}

.month-wise-holidays th {
    border: 1px solid #cbe0e0;
    text-align: center;
    padding: 8px;
    background-color: #c9dddd;
    color: #000;
    font-size: 1.8rem;
    font-weight: 300;
}


.month-wise-holidays td {
    border: 1px solid #bbbbbb;
    text-align: center;
    padding: 12px;
    font-size: 1.2rem;
    color: #000000;
}

.list-of-holidays{
   margin-top: 52px;
}

.holiday-heading{
    margin-bottom: 30px;
}

.mh-f-col {
    text-align: left !important;
    max-width: 340px;
    width: 40%;
}

.mh-f-col-2 {
    max-width: 240px;
    width: 25%;
}

.holidays-main {
    width: 96%;
    margin: 0px auto;
}

.fstage-accordian-inner .custom-ol {
        font-size: 1.6rem !important;
        font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    margin-top: 20px;
    color: #595959;
}



/* end session page css */
