/**{ margin: 0;padding: 0;box-sizing: border-box; }*/
body{
margin: 0;
/*font-family: "Book Antiqua";*/
font-family: "Times New Roman", Times, serif;
/*background-image: linear-gradient(to right,white,white,#e6e6ff,white,white);*/
/*background-image: url('./img/background.jpg');*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.container-fluid{
   width: 100%; 
   height: auto;
}

.carousel-img{
  width: 100%; 
  height: 500px;
}
.card img{
   transition:all 1s linear;
   animation: all; 3s infinite alternate;
   opacity: 0.9;
}
.card img:hover{
  transform: scale(1.2);
  opacity: 1;
} 
.textHover:hover{
  transition:all 1s linear;
  transform: scale(1.2);
  opacity: 1;
} 
.card{
  margin-top: 50px;
  margin-bottom: 10px;
}
.card-body{
  padding: 1px;
  text-align: center;
} 
.card-title{
  color: #204773;
  font-size: 22px;
}
.card-text{
  padding-top: 0px;
  color: #EA8914;
  font-size: 18px;
} 
.cont{
  text-align: center;
  position: absolute;
  top:40%;
  left:0%;
  transition: translate(-50%,-50%);
  width: 100%;
}
.cont span{
  text-transform: uppercase;
  width: 20%;
}
.text1{
  font-size: 30px;
  font-weight:400;
  width:100%;
  color: #0080ff;
  letter-spacing: 4px;
  margin-top: 130px;
  position: relative;
  animation: text 3s infinite alternate;
}
@keyframes text{
  0%{
    color: red;
    margin-bottom: -40px;
  }
  30%{
     color: green;
    letter-spacing: 4px;
    margin-bottom: -40px;
  }
  85%{
    color: gray;
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
}

#non-printable { display: block;}
@media print
{
  #non-printable { display: none; }
  #printable { 
          /*display: block; 
          margin-left: 2%;*/
          background-color: white;
          height: 100%;
          width: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index:1500;
          visibility: visible;
        }
        p.bodyTet{
          font-family:georgia,Times,serif;

        }
  }


.single-footer-widget h5 {
  font-size: 18px;
  line-height: 42px;
  color: #D2B92C;
}

.single-footer-widget .widget-text {
  position: relative;
}

.single-footer-widget .widget-text i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  color: #ae9548;
}

.single-footer-widget .widget-text p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-left: 0px;
}
/* Button Animation Start*/
 
  .buttonanim {
    position: relative;
    display: inline-block;
    padding:  12px 36px;
    margin:  10px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 40px;
    overflow: hidden;
    background:linear-gradient(90deg,#2485BD,#D2E927);
  }
  .buttonanim:nth-child(2){
    background:linear-gradient(90deg,#755bea,#ff72c0);
  }
  .buttonanim:nth-child(3){
    background:linear-gradient(90deg,#E7602A,#4586C0);
  }
  .buttonanim:nth-child(4){
    background:linear-gradient(90deg,#755bea,#E99419);
  }
   span{
    position: absolute;
    background:#fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate 1s linear infinite;
   }
   @keyframes animate{
    0%{
      width: 0px;
      height: 0px;
      opacity: 0.5;
    }
    100%{
      width: 500px;
      height: 500px;
      opacity: 0;
    }
   }
/* Button Animation Start*/


.glow {
  font-size: 16px;
  color: #0D0801;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #164390;
    color: #0E303D;
  }
  
  to {
    text-shadow: 0 0 10px #938627; 
    color: #C17412;
  }

/*@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 60px #fff, 0 0 70px #fff;
    color: blue;
  }
  
  to {
    text-shadow: 0 0 10px #fff, 0 0 20px #1F6FAB, 0 0 30px #1F6FAB, 0 0 40px #1F6FAB, 0 0 60px #1F6FAB, 0 0 70px #1F6FAB, 0 0 80px #1F6FAB;
    color: #fff;
  }*/





