@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400&family=Satisfy&display=swap");



body{
    background-color: #f9f9f9;
	font-size: 15px;
	overflow-x: hidden;
	color: #494848;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0;
    padding: 0;
    /* font-family: 'Montserrat', sans-serif; */
}

.font-Philosopher{
    font-family: 'Philosopher', sans-serif;
}

.menubar{
background-image: url("../images/menu-repiter.png");
width: 100%;
height: 52px;
background-repeat: repeat;
padding-top: 0;
z-index: 9;
}

.menubar .navbar-nav .nav-link{
    color: #1f1336;
    font-size: 14px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;}

    .menubar .navbar-nav .nav-item.active .nav-link {
        color: #e74b3b;
    }

.slider{
    width: 100%;
    position: relative;
}

/* .slider::after{
    height: 151px;
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../images/slider-bg.png);
    background-repeat: no-repeat;
} */

.slider #carouselExampleFade{
    margin-top: -5px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
   }

   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }

   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }

   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   }


.logo-name{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    z-index:1;
}
.name {bottom: 52px;
    position: absolute;}
.admission-fee{
    display: flex;
    align-items: center;
    padding-left: 50%;display: flex;
    align-items: center;
    padding-left: 50%;
    flex-direction: column;
}

.admission {
    width: 177px;
    height: 139px;
    background-color: #ffcb2b;
    box-shadow: 20px 19px 34px -15px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 20px 19px 34px -15px rgb(0 0 0 / 50%)
}

.admission img{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 30px
}

.admissiontext{
    background-color: #3d3f95;
    width: 100%;
    margin-top: 28px;
    padding: 7px 5px;
}

.admissiontext a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.admissiontext a span{
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.onlinefee{
    width: 177px;
    height: 139px;
    background-color: #ffcb2b;
    box-shadow: 20px 19px 34px -15px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 20px 19px 34px -15px rgb(0 0 0 / 50%);
    margin-top: 20px;
}

.onlinefee img{
    display: block;
    margin: 0 auto;
    position: relative;
    top:22px
}


.Feetext{
    background-color: #e74b3b;
    width: 100%;
    margin-top: 20px;
    padding: 7px 5px;
}


.Feetext a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.Feetext a span{
    display: block;
    text-align: center;
    text-transform: uppercase;
}



.infra{
    width: 100%;
    margin-top: 20px;
}

.infra-head{
    color: #3e4095;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.infra-head::before{
    position: absolute;
    left: 0;
    width: 32%;
    content: "";
    background-image: url(../images/border-bg.png);
    background-repeat: repeat;
    height: 3px;
    top: 25px;
}

.infra-head::after{
    position: absolute;
    right:  0;
    width: 32%;
    content: "";
    background-image: url(../images/border-bg.png);
    background-repeat: repeat;
    height: 3px;
    top: 25px;
}

.infraItem{
    width: 100%;
    margin-top: 20px;
}

.infraItem a img {
    margin-bottom: 20px;

}

.infraItem a h2 {
    font-size: 18px;
    color: #3e4095;
    text-transform: uppercase;

}

.infraItem p {
    font-size: 14px;
    color: #494848;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}


.updates{
    width: 100%;
    background-color: #e4e4e4;
    margin-top: 30px;
    min-height: 100px;
    padding: 20px 0;
}

.updatesbox{
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 40px 30px;
}

.update-head{
    font-size: 25px;
    color: #3d4194;
    text-align: center;
    margin-bottom: 0;
}

.allnews{
    color: #e53147;
    font-size: 14px;
    text-align: center;
    display: block;
}

#updates{
    margin-top: 5px;
}

.newsdiv{
    width: 90%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    margin-left: 10%;
}

.newspin{
    width: 25px;
}

.news_date{
    width: calc(100% - 30px);
    margin-left: 5px;
}


.date{
    width: 100%;
    position: relative;
    font-size: 11px;
    color: #000;
}

.date span{
    color: #e53147;
    display: inline-block;
    margin-left: 3px;
    position: relative;
}
.news{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis ;
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

#updates .carousel-control-next, #updates .carousel-control-prev{
    width: 30px;
}


.principam_msg{
    width: 100%;
    padding:  60px 0;
}
.message_pic{
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;

}

.prin-pic{
    width: 190px;
    margin-left: 60px;
}

.prin-pic img{
    display: block;
    margin: auto;
    max-width: 190px;
    height: auto;
    /* border: 2px solid #9d000d;
    border-radius: 5px; */
}

.msg-head{
    color: #3e4095;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.message{
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.readmsg{
    color: #e53147;
    font-size: 14px;
    float: right;
    margin-top: 0;
}

.message:last-child p{
    margin-bottom: 8px;
}

.quote{
    width: 100%;
    background-color: #e4e4e4;
    padding: 40px 0 80px 0;
}

.quote-head{
    color: #f30044;
    font-family: 'Philosopher', sans-serif;
    font-size: 28px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

#quotes li blockquote{
    font-family: 'Satisfy', cursive;
    font-size: 36px;
    color: #5c554d;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.leftQuote{
    position: relative;
    left: -10px;
    top: -20px;
}

.rightQuote{
    position: relative;
    right: -5px;
    bottom: -20px;
}

.gallery-topper{
    width: 100%;
    padding: 50px 0;
}

.gallery-head{
    width: 100%;
    text-align: center;
}

.gallery-head h2{
    color: #3e4096;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.gallery-box{
    width:100%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    min-height: 100px;
    margin-bottom: 20px;
}

.gallery-box a{
    width: 100%;
    display: block;
    text-align:center;
}

.gallery-box a img{
    width:auto;
     max-width:100%;
    height: auto;
    max-height: 150px;
    border-bottom: 1px solid #e1e1e1;
}

.gallery-box a h2{
    color: #484848;
    font-family: 'Philosopher', sans-serif;
    font-size: 17px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0px;
}


.gallery-box a p{
    font-size: 10px;
    color: #e74c3c;
    text-align: center;
    margin-top: 0;
}

.topper_main{
    width: 100%;
    position: relative;
    min-height: 150px;
    margin-top: 17px;
}

.topper_main::before{
    content: "";
    width: 4px;
    height: 82%;
    position: absolute;
    left: 0;
    top:20px;
    background-image: url(../images/topper-line.png);
    background-repeat: repeat-y;
    z-index: 9;
}

.topper_head{
    width: 100%;
    padding: 11px 30px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

.topper_head span{
    font-size: 22px;
    color: #fff;
    display: block;
    text-align: left;
    text-transform: uppercase;
    line-height: 28px;
}

.ten{
    margin-top: 40px;
    background-color: #ffcb2b;
}

.twle{
    margin-top: 40px;
    background-color: #3d3f95;
}

.topper-pic{
    width: 100%;
    text-align: center;
}

.topper-pic img {
    max-width:127px;
    width: 100%;
    display: block;
    margin: auto ;
}


.topper-pic .top-name {
    font-size: 14px;
    color: #191919;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-top: 12px;
}

.topper-pic .top-class {
    font-size: 12px;
    color: #191919;
    display: block;
    text-align: center;
    font-weight: 500;
    margin-top: 0px;
}

#tentopper .carousel-control-next,
#tweltopper .carousel-control-next,
#tentopper .carousel-control-prev,
#tweltopper .carousel-control-prev {
    width: 30px;
}

#tentopper .carousel-control-next,
#tweltopper .carousel-control-next,
 #tentopper .carousel-control-prev,
 #tweltopper .carousel-control-prev{
    top: 60px;
    bottom: auto;
}


.footer{
    width: 100%;
    background-color: #3d3f95;
    padding: 10px 0 18px 0;
}

ul.footer-menu {
    list-style: none;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5em;
    padding: 0;
    width: 100%;
}

ul.footer-menu li {
    text-align: center;
    margin: 0 0px;
    display: inline-block;
    color: #fff;
    padding: 0 8px;
}

ul.footer-menu li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    font-size:12px;
    text-transform: uppercase;
}

ul.footer-menu li a:hover {
    color: #ffc000;
}

.copyright{
    color: #fff0f0;
    font-size: 11px;
    width: 100%;
    text-align: center;
}


.innerslider{
    width: 100%;
    position: relative;
    background-image: url(../images/inner-slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin-top: -8px;
    display: flex;
    align-items: center;
}

.logo_name_inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo2{
    display: flex;
    align-items: center;
}

.page-name{
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: right;

}

.inner-content{
    width: 100%;
    min-height: calc(100vh - 375px);
    margin: 20px 0;
}

.inner-content .card{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 15px;
    height: 100%;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.8rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.dropdown-item:hover{
    color: #e74b3b;
}

.menubar .navbar-nav .nav-link:hover {
    color: #e74b3b;
}

.listArrowCir, .listArrowCir ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listArrowCir li {
    background: url(../images/newarrow.png) left top 5px no-repeat;
    padding: 0 15px 15px 23px;
    text-align: justify;
    background-size: 15px;
}





.contact_info
{
    width: 100%;
    padding-top: 70px;
}
.contact_info_item
{
    width: calc((100% - 60px) / 3);
    height: 100px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    padding-left: 15px;
    padding-right: 15px;
}
.contact_info_image
{
    width: 35px;
    height: 35px;
    text-align: center;
}
.contact_info_image img
{
    max-width: 100%;
}
.contact_info_content
{
    padding-left: 17px;
}
.contact_info_title
{
    font-weight: 600;
}
.contact_info_text
{
    font-size: 13px;
    color: rgba(0,0,0,0.8);
}

/*********************************
4.1 Contact Form
*********************************/

.contact_form
{
    padding-top: 85px;
}
.contact_form_container
{

}
.contact_form_title
{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 37px;
}
.contact_form_inputs
{
    margin-bottom: 30px;
}
.input_field
{
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    outline: none;
    color: #000;
    font-size: 14px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.input_field:focus,
.text_field:focus
{
    border-color: #b2b2b2;
}
.input_field:hover,
.text_field:hover
{
    border-color: #b2b2b2;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}
.text_field
{
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    color: #0e8ce4;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.contact_submit_button
{
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
}
.panel
{
    width: 100%;
    height: 50px;
    background: #fafafa;
    margin-top: 120px;
}


@media only screen and (max-width: 991px)
{
    
    .contact_info_item
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_info_item:last-child
    {
        margin-bottom: 0px;
    }
    
}

@media only screen and (max-width: 767px)
{
    
    .input_field
    {
        margin-bottom: 30px;
        width: 100%;
    }
    .input_field:last-child
    {
        margin-bottom: 0px;
    }
}


@media only screen and (max-width: 575px)
{
    
    .contact_submit_button
    {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
}


.btn-primary {
    color: #fff;
    background-color: #3d3f95;
    border-color: #3d3f95;
}


nav.sitemap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    
  }
  
  .sitemap {
    width: 100%;
    margin: 0px auto;
  }
  .sitemap a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 5px;
    border-radius: 7px;
    text-align: center;
    position: relative;
  }
  
  .first > li > a {
    background: #3e4096;
    width: 150px;
    height: 70px;
    line-height: 70px;
    display: block;
    margin: auto;
  }
  .first > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 10px;
    background: #9e9f9e;
    top: 100%;
  }
  
  .second {
    padding-top: 20px!important;
    display: flex;
    justify-content: center;
  }
  .second > li {
    display: inline-block;
    vertical-align: top;
  }
  .second a {
    background: #01b0f1;
    font-size: 14px;
    width: 125px;
    height: 50px;
    line-height: 50px;
    z-index: 10;
  }
  .second a:before {
    content: "";
    position: absolute;
    border: 1px solid #9e9f9e;
    border-left: none;
    border-bottom: none;
    height: 9px;
    top: -10px;
    left: -76px;
    width: 139px;
  }
  .second li:first-child a:before {
    border-top: none;
  }
  
  .third {
    margin-left: 16px!important;
    padding-top: 20px!important;
  }
  .third a {
    background: #585bdd;
    height: 45px;
    line-height: 17px;
    margin-bottom: 10px;
    z-index: 5;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .third a:before {
    border: 1px solid #9e9f9e;
    border-right: none;
    border-top: none;
    height: 55px;
    top: -35px;
    left: -8px;
    width: 7px;
  }

@media only screen and (max-width: 1200px) {
.onlydesktop{display:none;}
.menubar {  
padding: 0;
}
.navbar-collapse{background:#fff;padding: 0 16px;}
.navbar-toggler{background:#3d3f95 !important;}
.logo-name {
position: relative;
}
.logo-name img{max-width:100%;}
.admission-fee {
padding-left: 0;
display: block;
width: 100%;
}

.admission {
width: 100%;
height: 139px;
}
.onlinefee {
width: 100%;
height: 139px;
}
.name {
bottom: 0;
position: relative;
}
.msg-head, .update-head, .infra-head, .quote-head, .gallery-head h2, .gallery-head h2 {
       
font-size: 22px;
}
.ten {
margin-top: 0;
background-color: #ffcb2b;
}
.topper_head span{font-size:18px;}
.gallery-head {
width: 100%;
text-align: center;
margin-top: 20px;
}
.infra-head::before {
position: absolute;
left: 0;
width: 100%;
   
top: auto;
bottom: 0;
}
.infra-head::after{display:none;}
.updatesbox {
background-color: #f0f0f0;
border-radius: 8px;
padding: 40px 0;
}
.news-main iframe{    overflow: hidden;
width: 100% !important;
height: 95px;
margin-top: 0px;
margin-left: 0!important;
}
.message_pic {
width: 100%;
display: block;
/* align-items: center; */
justify-content: space-between;
text-align: center;
}
.prin-pic {
width: 190px;
margin-left: 60px;
margin: auto;
}
.message {
font-size: 14px;
line-height: 22px;
color: #000;
width: 100%;
float: left;
}
#quotes {
height: 100%;
overflow: visible;
min-height: 50px;
float: left;
margin-left: 0;
padding-left: 0;
}
#quotes li blockquote {
font-family: 'Satisfy', cursive;
font-size: 19px;
line-height: 22px;
}
.infraItem{text-align:center;}
.topper_main::before{display:none;}
.logo2 {
display: block;
width: 100%;
text-align: center;
}
.logo2 img{max-width:100%;}
.innerslider{height: auto;}
.logo_name_inner {
width: 100%;
display: block;
}

.page-name {
  
width: 100%;
float: left;
text-align: center;
}
}