.top {
  margin-top: 10px;
}

.p-message {
  padding: 20px;
  /* border:2px solid yellow; */
  margin-top: 0px;
  background-color: lightcyan;
  /* background-image: url("../images/college3.jpg"); */
}

.heading .row span {
  color: #008080;
  font-size: 30px;
  text-decoration: underline;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.p-message .row .p-img {
  height: 300px !important;
  width: 100% !important;
  object-fit: cover;
}

.p-message .row p {
  font-weight: bold;
}

.notice-container {
  background-color: #a8ccd7;
  /* padding:30px; */
  margin-top: 20px;
  box-shadow: 2px 2px 10px rgb(209, 177, 177);
  padding-bottom: 20px;
  transition: all 0.5s;

  opacity: 100;
}
.notice-container-updated #listrows {
  background-color: #ffffff;
  /* padding:30px; */
  margin-top: 20px;
  box-shadow: 2px 2px 10px rgba(209, 177, 177, 0.411);
  padding-bottom: 20px;
  border-radius: 6px;
  transition: all 0.5s;
  opacity: 100;
}
.notice-container-updated #listrows #noticeItem {
  display: flex !important;
  flex-direction: column !important;
}
.notice-container-updated #listrows #noticeItem .ntc #noticetitle {
  font-size: 18px;
  font-weight: 300;
  color: #444;
  text-transform: capitalize;
}

.notice-container-updated #listrows #noticeItem .ntc #noticetitle:hover {
  font-size: 18px;
  font-weight: 300;
  color: #008080;
}
#noticeHeading, #eventHeading {
  font-size: 30px;
  color: #008080;
}
.event-container-updated #listrows {
  background-color: #ffffff;
  /* padding:30px; */
  margin-top: 20px;
  box-shadow: 2px 2px 10px rgba(209, 177, 177, 0.411);
  padding-bottom: 20px;
  border-radius: 6px;
  transition: all 0.5s;
  opacity: 100;
}
.event-container-updated #listrows #eventItem {
  display: flex !important;
  flex-direction: row !important;
}
.event-container-updated #listrows #eventItem .ntc #eventtitle {
  font-size: 18px;
  font-weight: 300;
  color: #444;
  text-transform: capitalize;
}

.event-container-updated #listrows #eventItem .ntc #eventtitle:hover {
  font-size: 18px;
  font-weight: 300;
  color: #008080;
}
.notice-container #all-notices {
  color: white;
  background-color: teal;
}
.notice-container .back-box {
  height: 200px;
  width: 200px;
  position: absolute;
  background-color: blue;
  box-shadow: 4px 4px 10px gray;
  z-index: -1;
}
.notice-container .box1 {
  margin-left: -35px;
  margin-top: -20px;
}
.notice-container .box2 {
  margin-top: -100px;
  margin-left: 90px;
  float: right;
  position: absolute;
}

.notice-container .col {
  margin-top: 20px;
}
.notice-container .news {
  padding-bottom: 50px;
}
.notice-container .row .col img {
  height: 40px !important;
  width: 40px !important;
  margin-right: 20px;
  position: absolute;
  margin-top: 5px;
}
/* #img{
    height: 50px;
    width: 50px;
} */
.notice-container .col .ntc {
  padding-left: 50px;
  display: block;
}
.notice-container .col a {
  text-decoration: none;
  color: teal;
  font-size: 18px;
}
.notice-container .col a:hover {
  color: orangered;
}

.notice-container .line {
  border-left: 2px solid orangered;
}
.admission-images {
  height: 300px;
  width: 100% !important;
}

.courses {
  padding: 0px !important;
  margin-top: 10px;
  background-color: #d3d3d340;
  /* padding-bottom: 20px; */
}
.courses .admission .admission-info-box {
  padding: 20px;
}
.courses h4 {
  color: teal;
}
.courses .admission .admission-info-box .more {
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  color: white;
}
.courses .admission .admission-images {
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 300px;
}
.courses .admission .admission-info-box button {
  color: white !important;
  width: 100%;
  background-color: teal !important;
}
.courses .row .col-xs-12 {
  margin-top: 10px;
  display: block;
  width: 100%;
  background-color: white !important;
  box-shadow: 2px 2px 5px #00000020, -2px -2px 5px #00000020;
}
.courses .row .col-xs-12:hover {
  cursor: pointer;
  box-shadow: 3px 3px 7px #00000060;
}
.courses .row .course-boxes {
  margin-left: 30px !important;
  padding: 0px !important;
  border-radius: 10px !important;
}
.courses .admission .line {
  color: orangered;
}
.admission {
  padding-top: 20px;
  padding-bottom: 50px;
}

.courses .admission .apply {
  margin-top: 0px;
}
.courses .row {
  margin-top: 20px;
}
.courses .admission .apply span:nth-child(1) {
  font-size: 18px;
}
.courses .admission .apply span:nth-child(2) {
  font-size: 16px;
  display: block;
}
.courses .admission .apply-button {
  /* margin-top: 10px; */
  position: relative;
}

/* .courses .admission .notice-box{
    border-left: 3px solid orangered;
    position: relative;
    padding-left: 40px;
    position: absolute;
} */

.moments {
  padding-top: 20px;
  background-image: url("./images/strip.jpg");
  overflow: hidden;
}
.moments .view-more {
  background-color: teal;
}
.moments .img-thumbnail {
  text-align: center;
}
.moments .row .col-md-3 {
  overflow: hidden;
}

.moments .row {
  margin-bottom: 20px;
}
.moments .row .view-more {
  color: white !important;
  width: 100%;
}

.moments .layout {
  width: 92%;
  margin-left: 0px !important;
  margin-top: 0px;
  height: 0px;
  transition: all 1s;
  background-color: #0000ff80;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.height {
  height: 150px;
}
.moments .layout .layout-info {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  padding-top: 10px;
}
.moments .line {
  color: orangered;
}
/* .moments .row .captured-moments{
    height: 50%;
    width: 355px;
    transition: all 0.5s;
    background-color:blue;
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: block;
    opacity: 0.7;
    
 
  
} */

.moments .moments-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.moments .row .col-md-3 {
  text-align: center;
  margin-bottom: 30px;

  width: 100%;
}
.moments .view-gallery {
  margin-left: 20px;
}
.moments .row .captured-moments .moments-info {
  color: white;
  font-size: 1.5rem;
  text-align: center;
}

.affiliation {
  padding-top: 0px !important;
  margin-top: 0px;
  background-color: #008080;
}
.affiliation .aff {
  /* margin-left: 300px; */
}
.affiliation .tu {
  background-color: white;
  object-fit: fill;
}
.affiliation .affiliation-row {
  padding-top: 20px;
  padding-bottom: 20px !important;
}
.affiliation .affiliation-img {
  height: auto;
  width: 100%;
  object-fit: fill;
}

/* 
.testimonials {
    padding-top: 20px;
    margin-top: 40px;
    padding-bottom: 30px;
    background-color: #1F2937;
    padding-left: 35px !important;
    }
    .testimonials .row{
        margin-top: 20px;
    }
    .testimonials h3{
        color: white;
    }
    .testimonials h3 .line{
        color: orangered;
    }
    .testimonials .tes-box{
        height: 300px;
        width: 48%;
        float: left;
        background-color: white;
        padding-right:10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .testimonials .tes-box1{
        margin-right: 30px;
        
    }
    .testimonials .tes-box .t-img{
        height: 100%;
        width: 200px;
        float: left;
        padding-right: 20px;
        
    }
    .testimonials .tes-box1 .girl{
        height: 100%;
        width: 200px;
    } */
/* .testimonials .tes-box .t-info{
        justify-content: left;
       padding-top: 5vh;
      
       font-weight: bold;
    } */
/* 

.testimonials .t-box{
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonials .t-box1{
    width:45%;
    float: left;
    background-color:white;
    height: 300px;
    padding-right: 20px;
    margin-right: 30px ;

}

.testimonials .t-box2{
    width:45%;
    float: left;
    background-color:white;
    height: 300px;
    margin-right: 80px !important;
    clear: both;
    

}

.testimonials .t-box  .t-img{
    height: 100%;
    width: 200px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
}
.testimonials .t-box1 .t-info-box{
    margin-left: 20px;
    float: left;
    background-color: yellow;
    width: 450px;
}
.testimonials .t-box .t-info{
    justify-content: left;
   padding-top: 5vh;
   font-weight: bold;
}
.testimonials .line{
    color: orangered;
}
.testimonials h3{
    color: white;
} */

@media only screen and (max-width: 1000px) {
  .moments .layout {
    margin-left: 0px !important;
    width: 90%;
    transition: all 0.2s;
    position: absolute;
    opacity: 0.8;
    bottom: 0;
    z-index: 1;
    display: block;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 800px) {
  /* .moments .captured-moments{
        position: absolute !important;
        height: 50% !important;
        width: 96% !important;     
        margin-bottom: 10px !important;
    } */
  .moments .moments-image {
    height: 150px;
    width: 100% !important;
    object-fit: cover;
  }
  .moments .row .col-md-3 {
    width: 100% !important;
  }
  .notice-container .box2 {
    margin-top: -160px;
    margin-right: 5px;
    right: 0;
  }
  .testimonials .tes-box {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    height: 100%;
    margin-right: 0px !important;
    margin-top: 20px;
  }
  .courses .row .course-boxes {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 770px) {
  .courses .admission .col-md-3 {
    width: 100% !important;
    /* display: none; */
  }
  .courses .admission .col-md-1 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .notice-container {
    text-align: center;
  }
  .notice-container .row h3 {
    text-align: center;
  }
  .notice-container .row .btn {
    text-align: center !important;
    align-content: center !important;
    align-self: center !important;
    position: relative !important;
  }
  .notice-container .row .col img {
    position: relative;
    border-radius: 100% !;
  }
  .notice-container .back-box {
    display: none !important;
  }
  .notice-container .col .ntc {
    padding-left: 0px;
    display: block;
  }
  .courses .row .col-md-3 {
    width: 100% !important;
  }
  .courses .row .col-md-3 > h4 {
    padding: 30px;
  }
  .courses .admission-images {
    width: 100%;
  }
  .moments .moments-image {
    height: 200px !important;
    width: 100%;

    object-fit: cover;
  }
  .moments .row .col-md-3 {
    width: 100%;
  }
  /* .moments .captured-moments{
        position: absolute !important;
        height: 50% !important;
        width: 93% !important;     
        margin-bottom: 0px !important;
    } */
  .testimonials .tes-box {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    height: 100%;
    margin-right: 0px !important;
    border-radius: 0px;
    padding-top: 20px;
  }
  .testimonials {
    position: relative;
    padding-left: 0px !important;
    text-align: center !important;
  }
  .testimonials .tes-box .t-info {
    width: 100%;
    padding-left: 20px;
  }
  .testimonials .tes-box .t-img {
    float: none;
    width: 250px;
    height: 250px;
    object-fit: fill;
    margin-right: 0px;
    border-radius: 100%;
    margin-left: 15px;
    align-self: center;
  }
  .testimonials .tes-box1 {
    margin-top: 30px;
    margin-left: 0px;
  }
  .testimonials .tes-box2 {
    margin-top: 30px;
    margin-left: 0px;
  }
}

.m {
  top: 0;
  position: fixed;
  z-index: 2000;
  margin-top: -130vh;
  background-color: #00000090;
  height: 100vh;
  transition: all 0.3s;
}
.m .m-box {
  margin-top: 60px;
}
.m .m-box .fa-close {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  font-size: 20px;
  color: red;
}
.m .m-box button {
  color: white;
  background-color: teal;
}
.testimonial-section {
  padding-left: 20px;
  padding-top: 30px;
  margin-top: 20px;
  color: white;
  margin-bottom: 30px;
  background-color: #d3d3d350;
  padding-bottom: 30px;
}
.testimonial-section .tes-box {
  margin-left: 30px;
}
.testimonial-section .tes {
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  color: black;
  text-align: center;
  padding: 20px;
  width: 100%;
  background-color: white;
  /* box-shadow: 3px 3px 10px #00000015 , -3px -3px 10px #00000015 ; */
  /* height: 300px; */
  border: 4px solid white;
}
.testimonial-section .tes:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 10px #00000015, -3px -3px 10px #00000015;
}
.testimonial-section .col-md-3 P {
  padding-left: 20px !important;
}

.testimonial-section .testimonial-img {
  height: 200px !important;
  width: 200px !important;
  object-fit: cover;
  border-radius: 100%;
  border: 3px solid teal;
}
.facilities .row .fac p {
  color: teal;
}
.facilities .facilities-box {
  align-self: center;
  border: 2px solid teal;
  text-align: center;

  position: relative;
  cursor: pointer;
}
.facilities .facilities-box:hover .fa {
  cursor: pointer;
}
.facilities .facilities-box .fa {
  font-size: 50px;
  margin-top: 10px;
  color: #e1ad21;
  transition: all 0.1s;
}
.facilities p {
  color: black;
}

@media only screen and (max-width: 500px) {
  .facilities .row .facilities-box {
    width: 100% !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .testimonials .t-box {
    width: 100% !important;
    float: none;
    padding-bottom: 20px;
    height: 100%;
    margin-right: 0px !important;
    border-radius: 0px;
    padding-top: 20px;
  }
  .testimonials {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .notice-container .back-box {
    display: none;
  }
}
@media only screen and (max-width: 1450px) {
  .testimonials .t-box {
    width: 45%;
    float: none;
    padding-bottom: 20px;
    height: 100%;
    border-radius: 20px;
    padding-top: 20px;
  }
  .testimonials {
    padding-left: 20px !important;
  }
  .notice-container .box2 {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .moments .layout {
    height: 150px;
    margin-left: 0px !important;
    width: 93%;
    transition: all 0.2s;
    position: absolute;
    opacity: 0.8;
    bottom: 0;
    z-index: 1;
    display: block;
    margin-bottom: 5px;
  }
  /* .facilities {
        margin-left: 15% !important;
    } */
}
@media only screen and (max-width: 320px) {
  .moments .layout {
    width: 90.5% !important;
  }
}
@media only screen and (max-width: 380px) {
  .moments .layout {
    width: 92%;
  }
  .heading span {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 800px) {
  .moments .layout {
    width: 83%;
    height: 100px;
  }
  .moments .layout .layout-info {
    font-size: 12px;
  }
  .testimonial-section .tes-box {
    margin-left: 0px !important;
  }
  .testimonial-section {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
  .admission {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .affiliation .aff {
    margin-left: 0px !important;
  }
  .affiliation .col-md-4 {
    margin-top: 20px;
  }
}
/* @media only screen and (max-width: 2500px) {
    .moments .layout{

        width:0% ;
        height: 100px;

    }
    .moments .layout .layout-info{
        font-size: 12px;
    }
  } */
