/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #616971;
}

/*============= 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;
}
/*============= CAROUSEL =============*/
#carousel{
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .2);
}
.carousel-inner{
  max-height: 38rem!important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active{
  transition:transform 1.2s ease-in-out;
}

.fas fa-caret-square-right fa-4x:hover{
  color:#7aaec4;
}

/*---Change Carousel Transition Speed --*/


/*-- Carousel Content --*/
.carousel-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bg-custom{
  background-color: rgba(0, 0, 0, .4);
  color: white;
  border-radius: 1rem;
}

.carousel-caption h1{
  font-size: 3.8rem;
  text-shadow: .1rem .1rem .3rem rgba(0, 0, 0, 1);
}

.border-primary{
  border-top: .2rem solid #4981b3!important;
}

.carousel-caption h3{
  font-size: 2.2rem;
  text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, 1);
}

.carousel-caption img{
  height:80px; 
  width:90px;
}
/*===== FIXED BACKGROUND IMG =====*/
.body-background{
  background-image: url('../img/carousel/4.jpg');
  position: relative;
 
  height: 100rem;
}

.fixed{
  background: linear-gradient(rgba(9,32,50,0.4),rgba(9,32,50,0.4)), url('../img/scls.jpg');
  position: fixed;
}

.fixed-background {
  padding: 10rem 0;
}

.fixed-background {
  overflow: hidden; /*-- Correction for iOS --*/
}
/*======== END FIXEX BACKGROUND IMG ======*/



/* ========= GLIMPSE ==========*/
.owl-prev,
.owl-next{
  position: absolute;
  top: 40%;
  width: 40px!important;
  height: 40px !important;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.2) !important;
  margin-top: -20px!important;
  color: orange; !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  border-radius: 100px !important;

}

.owl-prev{
  left: 0;
}

.owl-next{
  right: 0;
}

.owl-next:hover,
.owl-prev:hover{
  background-color:#7aaec4 !important ;
}


/*-- Emoji Navbar --*/
.emoji {
  background: #7aaec4;
  background: linear-gradient(159deg, #7aaec4 0%, #154b62 100%);
  /*background-image: linear-gradient(to right, #4981b3, #ac2615);*/
  min-height: 0!important;
  padding: .4rem 0!important;
}

.emoji .svg-inline--fa{
  margin: 0 auto;
  color: white;
  font-size: 2rem;
}

.emoji .card, .card-img-top,
.card-text,.card-body {
  width: auto;
}
/*========= 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; */
}
}




/*============= 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;
}
