/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat',"PT Sans", Calibri, Tahoma, sans-serif;
  background-image: url('../img/carousel/11.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #616971;
}



h1{
  font-family: 'Playfair Display';
  color:#e704e3;
}

/*.table {
  background-color: #fbf8e6;
}

.table tr:hover{
  background-color: #e3e3df;
  color:#3206f9;
}

.table th,td{
  text-align: center;
  font-weight: 600;
}*/



/*============= TOP BAR HEADER =============*/
.top-bar{
  background: #7aaec4;
  height: 2rem;
  padding: .25rem 0;
  font-weight: 500;
}


/*============= NAVIGATION =============*/
.navbar-brand img{
}

.navbar,.dropdown-item{
  font-size: 1rem ;
  font-weight: 600;
  letter-spacing: .1rem;
}

.navbar{
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .2);
  z-index: 1;
  background-color: #fbf8e6;
}

.nav-item{
  padding: .5rem;
}

.nav-link,.dropdown-item{
  color: #4981b3!important;
}

.dropdown-item{
  background-color:#faf9f4;
  font-size: .9rem;
  line-height: 1.5rem;
}

.nav-link.active,.dropdown-item:hover,
.nav-link:hover{
  color: #f2a407!important;
}




/*========= BANNER ================*/
#faculty{
  padding: 0;
  margin: 0;
}

section{
  background-image: url('../img/carousel/11.jpg');
  background-repeat: no-repeat;
     background-size: cover;
}


#cmmessage {
    background-color: rgba(247, 245, 245, 0.8);
    text-decoration: none;

  }

.prin p{
  font-weight: 600!important;
  text-align: justify;
}
/* Create five equal columns that sits next to each other */


.gallery {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  /*grid-template-rows: repeat(10, 5vw);*/
  grid-gap: 1.5rem; 
}

.gallery__img {
  width: 100%;
  height:auto;
  object-fit: cover;
  display: block; 
  clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--4 {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}
.gallery__item--5 {
  grid-column-start: 9;
  grid-column-end: 11;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}
}

.border-primary{
  margin-left: 50px;
}

.row {
  margin: 0;
  padding: 0;
}
div.scroll {
            padding: 0 15px;
            margin: 0 50px;
            background-color: rgb(255 255 255 / .7);
            overflow-x: hidden;
            overflow-y: auto;
            text-align: justify;
            font-weight: 600;
        }


div.scroll1 {
            padding: 0 0 15px 0;
            margin: 0 30px;
            background-image: url(../img/library.png);
            overflow-x: hidden;
            overflow-y: auto;
            text-align: justify;
            background-size: cover;

        }
.border-primary{
  border-top: .2rem solid #4981b3!important;
}

/*=========== Gallery Animated Banner ========*/
/*----------Animated Background -----*/

.objbanner{
  background-color: #FF3CAC;
  background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);  
    height:40vh;
    }
  
    .objbanner1{
  
      background-color: #ffcfdf;
      background-image: linear-gradient(315deg, #ffcfdf 0%, #b0f3f1 74%);
        height:auto;
    }
  
  .context {
      width: 100%;
      position: absolute;
      font-weight: 600px;
      margin-top:15vh;
      margin-left: 0;
      justify-content: center;
      
  }
  
  
  .circles{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }
  
  .circles li{
      position: absolute;
      display: block;
      list-style: none;
      width: 20px;
      height: 20px;
     /* background: rgba(255, 255, 255, 0.2);*/
      animation: animate 25s linear infinite;
      bottom: -150px;
      
  }
  
  .circles li:nth-child(1){
      left: 25%;
      width: 80px;
      height: 80px;
      animation-delay: 0s;
  }
  
  
  .circles li:nth-child(2){
      left: 10%;
      width: 20px;
      height: 20px;
      animation-delay: 2s;
      animation-duration: 12s;
  }
  
  .circles li:nth-child(3){
      left: 70%;
      width: 20px;
      height: 20px;
      animation-delay: 4s;
  }
  
  .circles li:nth-child(4){
      left: 40%;
      width: 60px;
      height: 60px;
      animation-delay: 0s;
      animation-duration: 18s;
  }
  
  .circles li:nth-child(5){
      left: 65%;
      width: 20px;
      height: 20px;
      animation-delay: 0s;
  }
  
  .circles li:nth-child(6){
      left: 75%;
      width: 110px;
      height: 110px;
      animation-delay: 3s;
  }
  
  .circles li:nth-child(7){
      left: 35%;
      width: 150px;
      height: 150px;
      animation-delay: 7s;
  }
  
  .circles li:nth-child(8){
      left: 50%;
      width: 25px;
      height: 25px;
      animation-delay: 15s;
      animation-duration: 45s;
  }
  
  .circles li:nth-child(9){
      left: 20%;
      width: 15px;
      height: 15px;
      animation-delay: 2s;
      animation-duration: 35s;
  }
  
  .circles li:nth-child(10){
      left: 85%;
      width: 150px;
      height: 150px;
      animation-delay: 0s;
      animation-duration: 11s;
  }
  
  
  
  @keyframes animate {
  
      0%{
          transform: translateY(0) rotate(0deg);
          opacity: 1;
          border-radius: 0;
      }
  
      100%{
          transform: translateY(-1000px) rotate(720deg);
          opacity: 0;
          border-radius: 50%;
      }
  
  }
  
  .wraper{
    width: 100%;
    height: 330px;
    background: url(../img/carousel/1.jpg) no-repeat center ;
    display: flex;
    opacity: 0.5;
  }
  
  .div-1{
    width: calc( 50% - 40px) ;
    height: 100%;
    background: rgba(255, 0, 91, 1.0);
  
    
  }
  
  
  .div-2{
    width: calc( 50% + 40px );
    height: 100%;
    background: #17274c transparent;
    border-left: 80px solid rgba(255, 0, 91, 2.0);
    border-bottom: 330px solid transparent;
    box-sizing: border-box;
  }
  
  .content{
    color: white;
    font-size: 16px;
    padding: 15px;
  }
  
  .thumbnail {
    margin-bottom:6px;
    display:flex;
    flex-wrap: wrap;
  }

  .blink {
    animation: blinker 2.5s linear infinite;
    color: red;
    /* Larger, responsive font size */
    margin-bottom: 20px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
  
    /*-----------End Animated background-*/


/*============= FOOTER =============*/
footer {
  background: #7aaec4!important;
  color: #aaa;
  padding-top: 10px;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer h3 {
 font-weight: 600;
  letter-spacing: 1px;
  margin: 30px 0 20px;
}

footer .three-column {
 overflow: hidden;
}

footer .three-column li{
 width: 33.3333%;
  float: left;
  padding: 5px 0;
}

footer .img-thumbnail {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #444;
  margin-bottom: 5px;
}

footer .copyright {
  padding: 15px 0;
  background: #333;
  margin-top: 20px;
  font-size: 15px;
}

footer .copyright span {
  color: #0894d1;
}
ul.social{
    list-style-type: none;
    display: flex;
    max-width: 16rem;
    margin: 0 auto;
    padding: 0;
}

ul.social li{
    margin: 0 auto;
}

footer .svg-inline--fa{
    font-size: 2.3rem;
    color: #fefefd;
}

footer .svg-inline--fa:hover{
    color: #FCF596;
    
}

footer ul.list-unstyled li a{
  text-decoration: none;
}

footer ul.list-unstyled li a:hover{
  color: #FCF596!important;
  font-weight: 600;
}

footer td{
  font-weight: 600;
}




/*============= SOCKET =============*/



/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
  .carousel-caption h1{
    font-size: 2.8rem;
    text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
}
.carousel-caption h3{
  font-size: 1.8rem;
  
}
}

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {

  .carousel-caption h1{
    font-size: 2.5rem;
    text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
  }
  
  .carousel-caption h3{
    font-size: 1.5rem;
  }
  
  .btn-lg{
    font-size: .95rem;
  }
  
  }


/* Devices under 768px (md) */
@media (max-width: 767.98px) {
.carousel-caption h1{
    font-size: 2rem;
    text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
  }
  
  .carousel-caption h3{
    font-size: 1.2rem;
  }
  
  .btn-lg{
    font-size: .75rem;
  }
}

@media screen and (max-width: 320px) {
  .carousel-caption h1{
   font-size: 1rem!important;
   text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
 }
 
 .div-1 h1{
   font-size: 1rem;
   text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
 }

 .carousel{
  position: absolute;
 line-height: 0;
  transform: translateY(-50%);
}

.faculty h6,p {
  font-size: .9rem;
  margin: 0;
  transform: translateY(-70%);
}
 .carousel-caption img{
  width: 20%;
  height: 20%;
 }
 .carousel-caption h3,h4{
   font-size: .6rem;
 }
 
 .btn-lg{
   font-size: .55rem;
 }
 .navbar-brand h2{
   font-size: 1rem;
 }
 .top-bar{
   font-size: .8rem;
 }
 .carousel-caption h1{
  font-size: 1.2rem;

}

.bg-custom a{
  font-size: .8rem;
  padding: 0;
  margin: 0;
}
 
 }


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}



/*============= ATA GLANCE Start Here =============*/

/*============= Banner =============*/


.carousel-caption a{
  text-decoration: none;
  font-weight: 600;
  color: #04d11c!important;
}

/*========= Main Page Heading =======*/
.lead{
  font-size: 1rem;
  text-align: justify;
  line-height: 200%;
  font-weight: 500;
  margin: 0 50px;
}

.ring img{
  border-radius: 50%;
  border:#fcdaf3 10px solid ;
}

.ring img:hover{
  border:#fb8702 10px solid;
  
}

.ring-image1 {
  position: absolute;
  top: 10px;
  left: 50px;
  border: 1px solid #000000;
  border-radius: 60%;
  z-index: 1;
}
.ring-image2 {
  position: absolute;
  top: 10px;
  left: 265px;
  border: 1px solid #000000;
  border-radius: 60%;
  z-index: 2;
}
.ring-image3{
  position: absolute;
  top: 115px;
  left:160px;
  border: 1px solid#000000;
  border-radius: 60%;
  z-index: 3;
}
