.body{
    font-family: 'Roboto Slab', serif;
    /* font-family: 'Signika Negative', sans-serif; */
}

:root{
    --skyblue:#1cb3c8;
    --darkblue:#5d0059;
    --darkpink:#e4125d;
    --lightpink:#f5d7e1;
    --white:#fff;
    margin: 0px auto;
    padding: 0px 0px;
    font-family: 'Roboto Slab', serif;

}
.para{
    text-align: justify;
    padding: 0px 10px;
    font-family: 'Roboto Slab', serif;
}
.title-section{
    margin: 30px 10px;
    border-left: 3px solid black;
}
.title-section h2{
    color: var(--darkpink);
    font-family: 'Roboto Slab', serif,sans-serif;
    margin-left: 10px;
}
.topbar{
    min-height: 40px;
    background-color: var(--darkpink);
    color: var(--white) !important; 
    font-family: 'Roboto Slab', serif;
}
.topbar a{
    color: var(--white);
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
}


.nav-row{
	background:var(--lightpink);
}
.top_links a{
  margin-left: 20px;
  margin-right: 20px;
}
.top_links i{
    margin-left: 40px;
    line-height: 30px;
}
.top_icon{
    display: flex;
    justify-content: center;
    min-height: 40px;
    -webkit-clip-path: polygon(21% 0, 100% 0%, 100% 99%, 0% 100%);
clip-path: polygon(21% 0, 100% 0%, 100% 99%, 0% 100%);
background-color: #5d0059;
}
.top_icon a:hover{
color: var(--darkpink);
}
.top_icon2{
  background-color: #5d0059;
}
.top_icon i{
    margin-left: 20px;
    line-height: 30px;
}
/*------middle header-------*/
.middleheader{
    min-height: 100px;
    font-family: 'Roboto Slab', serif;
    line-height: 10px;
    /* font-family: 'Signika Negative', sans-serif; */
}
.middleheader .logo{
    height: 150px;
    width: 150px;
    margin-left: 10%;
}
.middleheader .college_name{
    color: #0000;
}
.admin{
  margin-top: 0.8rem;
  font-size: 15px;
    background-color: var(--darkblue);
  color: var(--white);
  border: none;
  padding:10px;
  
  height:40px !important;
}
.admin:hover{
  background-color: var(--darkpink);
  margin-top: 0.8rem;
  font-size: 15px;
}
@media screen and (max-width:778){
	.admin{
  margin-top: 0.8rem;
  text-align:center;
  font-size: 15px;
}
.admin:hover{
  background-color: var(--darkpink);
  margin-top: 0.8rem;
  font-size: 15px;
  text-align:hover;
}
}
/*------------navbar-----------*/
.navbar{
    background-color: var(--lightpink);
    border: 1px solid --darkblue;
    margin: 0px 0px !important;
    justify-content: center;
    font-family: 'Roboto Slab', serif;
	
    
}
.dropdown-menu{
  background: linear-gradient(rgba(225,225,225,0.6),rgba(225,255,255,0.5)),url('../images/bg3.jpg');
  background-size: cover;
}
nav ul li{
    margin-inline-end: 15px;
    font-weight: bold;
    color: var(--darkblue);
}
nav ul li a:hover{
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  
}
.dropdown-menu .dropdown-item:hover{
  background-color: rgba(93, 0, 89,0.2);
  font-family: 'Roboto Slab', serif;
}
.sliderbg{
  -webkit-clip-path: polygon(66% 0, 100% 0%, 100% 100%, 38% 99%);
  clip-path: polygon(66% 0, 100% 0%, 100% 100%, 38% 99%);
  background: rgba(0,0,0,0.5);
  min-height: 400px;
}
.sliderImg{
  height: 400px;
}

@media (max-width:460px) {
  .sliderImg{
    height: 150px;
  }
  .sliderbg{
    height: 150px;
  }
}

.slidertext h5{
  text-align: right;
  font-size: 20px !important;
  margin-left: 50% !important;
  margin-top: -30%;
  background-color: rgba(80, 0, 72, 0.8);
  font-family: 'Roboto Slab', serif;
}
.slidertext p{
  font-size: 15px !important;
  font-family: 'Roboto Slab', serif;
}
@media only screen and (max-width: 767px) {
	.slidertext h5{
display:none;
}

}
/*-------about college-------*/
.btn{
    background-color: var(--darkpink) ;
    color: var(--white);
    margin: 10px 0px;
    padding: 10px  20px ;
}

.about img{
  min-height: 250px;
}
.card-body h5{
  font-size: 20px;
  font-weight: bold;
}
/*------------mentors-------*/
.service{
    margin: 10px 0px;
    padding: 20px;
}
.mentors{
    margin: 20px;
}
.bg-section{
  background-color: var(--lightpink);
}



.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -60px;
      color: var(--darkblue) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 0; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: var(--darkblue); }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.work {
  width: 100%; 
  border: 2px solid var(--darkblue);
  padding: 20px 20px;
  min-height:360px;
}

  .work .img {
    width: 100%;
    height: 200px;
    position: relative;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26); }
    .work2 .img{
        width: 100%;
        height: 150px;
    }
    
    .work .img .icon {
      width: 100%;
      height:200px;
      background: rgba(0, 0, 0, 0.26);
      display: block;
      opacity: 0;
      text-align: center;
      color: var(--white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (prefers-reduced-motion: reduce) {
        .work .img .icon {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
  .work .text h3 {
    font-size: 18px;
    font-weight: 500; }
    .work .text h3 a {
      color: #000; }
  .work .text span {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--darkblue);
    text-transform: uppercase;
    font-weight: 500; }
  .work:hover .img .icon {
    opacity: 1; }
    .work .img .icon:hover img{
      border: 1px solid var(--darkblue);
    }

/*-------facilities-----*/
.facility{
  margin-bottom: 50px;
}
.facility .facality_box{
  color: var(--darkpink);
}
.facility .facality_box :hover{
  background-color: var(--darkpink);
  color: var(--white);
  transition-duration: 1s;
}
/**----GALLERY---**/
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}


/*---------testimonials------*/
.testimonial {
  border-right: 4px solid #5d0059;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid var(--darkpink);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid var(--darkpink);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:var(--darkpink);
  font-family: 'Roboto Slab', serif;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: var(--darkpink);
  font-family: 'Roboto Slab', serif;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #5d0059;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: var(--darkpink) !important;
  border-color: var(--darkpink);
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}


/*-------footer-------*/
.footer{
    min-height: 300px;
    padding: 10px 30px;
    margin-top: 30px;
    font-family: 'Roboto Slab', serif;
    background-image: linear-gradient(rgba(228,215,225,0.5),rgba(245,215,225,0.5)),url('../images/footer_bg.jpg');
}
.footer h4{
  font-weight: bold;
  font-size: 25px;
  font-family: 'Roboto Slab', serif;
  margin-top: 50px;
  /* color: var(--darkpink); */
  margin-bottom: 30px;
}
.footer p{
  line-height: 30px;
  color: var(--darkpink);
}
.footer p :hover a{
  line-height: 30px;
  color: var(--darkblue) !important;
  text-decoration: none;
}
.footer .map{
  border: 1px dotted var(--darkpink) !important;
}
.l_footer{
  background-color: var(--darkpink);
  color: var(--white);
  min-height: 50px;
}
.l_footer a{
  color: var(--white);
  padding: 10px 0px;
  font-weight: bold;
  text-decoration: none;
}
.l_footer a :hover{
  color: var(--darkpink);
  text-decoration: none;
}
.breadbg{
  background: linear-gradient(45deg,rgba(0,0,0,.3),rgba(0,0,0,0.5)),url('../images/bg9.jpeg');
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:100% 100%;
  min-height: 250px;
  color: var(--white);
  text-align: center;
  padding-top: 60px;
  font-family: 'Roboto Slab', serif;
}
.breadbg h2{
  font-size: 3rem;
  font-weight:700;
  text-align: left;
  color:#000;
  text-shadow:0px 0px 1px #fff;
}
.breadbg p{
  margin-top: -3rem;
  font-size: 1.7rem;
  text-align: right;
}
.breadbg a{
  margin-top: -3rem;
  color: #000;
  font-size: 1.7rem;
  text-align: right;
}
@media screen and (max-width:998px){
  .breadbg h2{
    text-align: center;
  }
  .breadbg p{
    text-align: center;
    margin-top: 10px;

  }
  .breadbg a{
    text-align: center;
  }
  .middleheader .logo_outer{
    text-align: center;
  }
    .middleheader h3{
    text-align: center;
    //background:red;
  }
   .middleheader h4{
    text-align: center;
    //background:red;
  }
   .middleheader p{
    text-align: center;
	font-size:14px;
  line-height: 1em;
  }
  .logo_outer2
  {
	 display:none;
  }
  
}

table{
  font-family: 'Roboto Slab', serif;

}
table thead th{
  background:linear-gradient(rgba(93,0,83,0.3),rgba(80, 0, 72, 0.8)) !important;
  color: var(--white) !important;
  text-align: center;
  padding: 10px;
  font-weight: 200;
}
table tbody td{
  text-align: center;
}
table tbody th{
  text-align: center;
}
.table_border{
  border: 1px solid var(--darkblue);
}
.table_border .teahcer_td{
  line-height: 90px;
}
.admission h4{
  
  color: var(--darkpink);
  font-family: 'Roboto Slab', serif;
}
.admission p{
  font-family: 'Roboto Slab', serif;
}
.admission ol li{
  line-height: 20px;
  font-family: 'Roboto Slab', serif;
}
.formbg {
  box-shadow: 2px 2px 8px lightslategrey; 
   border-bottom:3px solid #5d0059;
   border-radius:5px;
   background: rgba(93,0,83,0.1);
  min-height: 300px;
}

::placeholder{
  color: var(--darkblue);
}
.swal-title {
  color: var(--darkblue);
  text-align: left;
}
.swal-text {
  font-size: 15px;
  text-align: left;
  color: #000;
}
.swal-button{
  background-color: var(--darkblue);
  
}
.swal-button :hover{
  background-color: var(--darkpink);
  
}
.notice{
    background-color: var(--darkblue) !important;
    color: var(--white);
    min-height: 40px;
    
}
.notice1{
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-color: #000;
    color: var(--white);
}
@media(max-width:998px){
    .notice1{
        width: 40% !important;
        height: 30px;
    }
    .notice1 p{
        line-height: 10px !important;
    }
	.formbg
	{
		padding:10px !important;
	}
}
.notice1 p{
    padding-top: 10px;
    
}

