       .marq{
      font-size: 18px;
      font-weight: 500;
      color: black;
      cursor: pointer;
      background-color: #e6f9ef;
      }
       .notification-msg{
         width: 200px;
         height: 40px;
         position: relative;
         background: #014421;
         color: #ffffff;
         padding: 13px;
        }

.notification-msg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  
}
.notification-msg:before {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #014421;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.seprator{
         color: black;
         margin-left: 2%;
}
        .abt-text{
         font-weight: bold;
         font-size: 16px;
         color: #ffffff;
         text-align: justify;
}

.ml-100 {
    margin-top: 3%;
}
.text-bold{
	font-weight: bold;
}
.item-border{
	border: 5px solid gray;
	padding: 5px;
}
.btn-md{
	transition: border-top-left-radius 0.15s 0.15s ease-out,
                border-top-right-radius 0.15s 0.30s ease-out,
                border-bottom-right-radius 0.15s 0.45s ease-out,
                border-bottom-left-radius 0.15s 0.60s ease-out,
                box-shadow 0.60s ease-out,
                transform 0.60s ease-out;

                padding: 8px 15px;
    border-radius: 0;
    border: 2px solid #014421;
    border-radius: 25px;
}
.btn-md:hover{
    color: #fff; 
    background: #394cac;
    border-radius: 20px 30px 10px 20px;
    box-shadow: 0 4px 8px hsla(190deg, 15%, 5%, .2);
}

p{
	text-align: justify;
}

.gallery{
  position:relative;
  height:100%;
  width:100%;
}

.gallery:after{
  content:'';
}

.shadow{
  position: absolute;
  top: 500px;
  left: 100px;
  width: 500px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(#805d78,rgba(0,0,0,0) 70%);
}

img{
  width:var(--width);
  height:var(--height);
}

.clipped-border{
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
   clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
   padding:5px;
   background:linear-gradient(grey,lightgrey);
   width:var(--border-width);
   height:var(--border-height);
   max-height:250px;
   max-width:250px;
   height: var(--height);
   width:var(--width);
   transition:transform 0.2s;
   position:absolute;
   cursor:pointer;
}



.clipped-border:before{
  content:'';
  position:absolute;
  opacity:0.5;
  width:350px;
  height:70px;
  background:white;
  top:0;
  left:0;
  z-index:1;
  transform:rotate(45deg);
  transition:transform 0.5s;
}

.clipped-border:hover:before{
  transform: translate(-100px,400%) rotate(45deg);
  transition:transform 0.5s;
}

.clipped-border:nth-child(2){
  top:196px;
  left:118px;
}

.clipped-border:nth-child(3){
  top:0;
  left:235px;
}

.clipped-border:nth-child(4){
  top:196px;
  left:353px;
}

.clipped-border:nth-child(5){
  top:0;
  left:470px;
}

#clipped {
-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);

}

.clipped-border:hover{
  transform:scale(1.2);
  transition:transform 0.2s;
  z-index:10;
}


@media screen and (max-width:500px){
  .clipped-border{
    width:100px;
    height:100px;
  }
  
  .clipped-border:nth-child(2){
    top:0;
    left:100px;
  }
  
  .clipped-border:nth-child(3){
    left:200px;
  }
  
  .clipped-border:nth-child(4){
    top:82px;
    left:50px;
  }
  
  .clipped-border:nth-child(5){
    top:82px;
    left:150px;
  }
}

.widget .panel, .widget.panel {
  overflow: hidden;
}

.widget {
  margin-bottom: 20px;
  border: 0;
}

.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

.row-flush>[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-table>[class*=col-] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}

.widget .lateral-picture {
  position: relative;
  display: block;
  height: 240px;
  width: auto;
  overflow: hidden;
}

.widget .lateral-picture>img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  width: auto;
}

.align-middle {
  vertical-align: middle;
}

.p-lg {
  padding: 15px!important;
}
.footer-logo{
	height: 90px;
	width: 70px;
	border-radius: 8px;
}
.name-university{
  color: #014421;
  font-weight: bold;
  margin-left: -76%;
  margin-top: 31px;
}

@media only screen and (max-width: 600px) {
  .name-university {
    margin-left: -35%;
    margin-top: 0;
  }

  .numbers{
    margin-left: -5%;
  }
  
    .peragraph{
    margin-top: -4%;
  }
  
}

.text-blue{
  color: blue;
}
.mr{
  margin-left: 3%;
}

/*image design*/

    .image-container {
      position: relative;
      overflow: hidden;
      width: 300px;
      height: 300px;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .image-container:hover img {
      transform: scale(1.2);
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.5s ease;
      border-radius: 15px;
    }

    .image-container:hover .overlay {
      opacity: 1;
    }

    .overlay h2 {
      color: #fff;
      font-size: 1.5rem;
      margin: 0;
    }

/*end image design*/

h3, h4{
  text-align: justify;
}

@media only screen and (max-width: 600px) {
  .abt-text{
    margin-left: -40%;
  }
  .text-bold{
    /*margin-left: -5%;*/
    margin-left: -40%;
  }
  .img-square{
    margin-right: 10%;
  }
  
}

@media only screen and (max-width: 1400px) {

  .name-university{
    font-size: 23px;
  }
  
    .peragraph{
    margin-top: -10%;
    margin-left: 28%;
  }

}

@media only screen and (max-width: 400px) {

.name-university{
    font-size: 15px;
    margin-left: 3%;
}
  .numbers{
    margin: 0px 70px 0px 0px;
  }
}