﻿body {
}


#topbar .fa
{
    padding-top:3px;
}

#topbar  .nav  a
{
    color:#fff;
    text-decoration:none;
}
.why-us
{
    margin-top:20px;
}
.why-us h1
{
    font-size: 32px;
    font-weight: 500;
   
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #635551;
    text-align:center;
}
.portfolio-item .ins
{
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px #e3caff;
    padding:10px  0;
    width: 100%;
}
.contact h2 , .portfolio h2
{
    color:#313030;
}
.section-title
{
    position:relative;
    display:block;
    clear:both;
    padding-top:30px;
    
}
.section-title > *
{
    z-index:4;
}

.section-title span
{
   position: absolute;
    top: 40px;
    color: #f0f1f3;
    left: 0;
    right: 0;
    z-index: -1;
    font-weight: 700;
    font-size: 40px;
    line-height: 0;
}
.section-title h1,.section-title h2
{
    z-index:4;
}
.newsdiv
{
    position:relative;
    padding-bottom:10px;
}

.newsdiv:after
{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.newssection
{
       border-bottom: dashed 1px #fff;
}
.newssection p 
{
    margin-bottom:0px;
}

.newssection .date
{
    display:block;
}
.yellowbox
{
   
     
      padding:25px 5px;
  background: #fab715;
  border-radius: 0px;
  color: #fff;
  box-shadow:3px 3px 3px #ccc;
  margin-bottom:5px;
}
.navyellow
{
    background:#fab715;
    color:#fff;
}

.navyellow .navbar-nav .nav-link
{
    color:#fff;
    padding:15px 15px;
    font-size: 14px;
   justify-content: space-between;
   font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) 
{
    .navyellow
    {
        padding-top:5px;
        padding-bottom:5px;
    }
    
    .navyellow .navbar-nav .nav-link
{
    color:#000;
    padding:5px 10px;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}
}
.contact-info , .mq
{
    line-height:32px;
}
.navyellow .navbar-nav .nav-link:hover
{
    color:#d82431;
}

.insideContainer
{
    background:url('images/inbg.jpg');
    background-repeat:repeat;
}
.pull-right .nav-item .nav-link
{
    padding:0.5rem;
}
.admission
{
     background-image: linear-gradient(90deg,#D4145A , #FBB03B);
     display:inline-block;
     color:#fff;
     border-bottom:solid 6px #02AABD ;
     min-width:200px;
     padding:20px 0px;
     text-align:center;
      animation: mymove 3s infinite;
      
}
a.admission:hover
{
    color:#fff;
}
@media (max-width: 991px) 
{
    
 #header .logo img
    {
        max-width:100%;
    }
}

@keyframes mymove {
  from {background-image: linear-gradient(90deg,#D4145A , #FBB03B);}
  to {background-image: linear-gradient(90deg,#764BA2  , #667EEA);}
}