.circle a{ text-decoration:none;}
.circle { margin: 36px 0; display: inline-block; padding: 16px; text-align: center; width: 164px; height: 164px; border-radius: 50%;
 border: 4px solid #afafaf;}
 .border { border: 5px solid rgb(190, 184, 184); border-radius: 15px; padding: 1px; margin-bottom: 15px;}
 .border:hover{ -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000;}
.grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.font-alco {
	font-family: 'Aclonica';
}

.font-Aldrich {
	font-family: 'Aldrich';
}

.font-Algerian{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.opacity{
  opacity:0.60;
  
}

.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.link a{ font-size:16px; color:#fff; text-decoration:none;}
.link a:hover{ color:#5bc0de;}
 
.for{ font-size:16px; color:#fff; text-decoration:none;}
.bor
	 {
    border-width:1px;  
		border-right-style:dotted;
		border-left-style: dotted;
}

/* .glass{
   background-image:url(../img/elerning1.jpg) ;
  background-attachment:fixed; 
  height:300px;
   background-size:cover;
   border-top: 5px solid#4B0082;
   border-bottom: 5px solid#4B0082
   } */

   .glass{
    background-color:#FFFF99;
    /* background-image:url(../img/Jaguar.jpg) ; */
	   background-attachment:fixed; 
   height:200px;
   /* width:1500px; */
    background-size:cover;
    
    }

    .glasss{
      background-image:url(../imgs/bg2.jpg) ;
     background-attachment:fixed; 
     height:800px;
     /* width:1500px; */
      background-size:cover;
      
      }

    video {
      width: 100%;
      height: auto;
    }

    
.glas{
  /* background-image:url(../imgs/bg5.jpg) ; */
  background-color: #FFFF99;
 background-attachment:fixed; 
 height:auto;
 /* width:1500px; */
  background-size:cover;
  
  }

/* .wall{ background-image:url(../img/wall1.jpg) ;background-attachment:fixed; height:100px; background-size:cover;} */



.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

#card-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.vl {
  border-left: 3px solid rgb(170, 110, 238);
  height: 200px;
}


.modal-dialog.modal-1600 {
	width: 1600px;
	margin: 30px auto;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: maroon;
  color: white;
  text-align: center;
}


#grad1 {
  height: 150px;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0.116), rgb(239, 241, 94));
}