@import url(https://fonts.googleapis.com/css?family=Poppins:300);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.site-link {
  font-family: 'Poppins', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  font-weight: 300;
}

.site-link *,
.site-link *:before,
.site-link *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.site-link:after {
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
  position: absolute;
  height: 0px;
  width: 0px;
  top: -478px;
  left: -478px;
  border-radius: 50%;
  border: 500px solid transparent;
  border-top-color: #000000;
  border-left-color: #000000;
  content: '';
  opacity: 0.8;
}

.site-link img {
  max-width: 100%;
  vertical-align: top;
}

.site-link i {
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  color: #000000;
  display: block;
  z-index: 10;
}

.site-link i:before,
.site-link i:after {
  border-radius: 50%;
}

.site-link i:before {
  color: #ddd;
  background-color: #fff;
  font-size: 37.64705882px;
  line-height: 64px;
  text-align: center;
  width: 64px;
}

.site-link i:after {
  position: absolute;
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  border: 15px solid #ddd;
  border-top-color: #2980b9;
  border-left-color: #2980b9;
  content: '';
  z-index: -2;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.site-link i:hover {
  background-color: #D2B17F;
  cursor: pointer;
}

.site-link h3 {
  bottom: 0;
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  z-index: 3;
}

.site-link a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.site-link:hover:after,
.site-link.hover:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.site-link:hover img,
.site-link.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.site-link:hover i:before,
.site-link.hover i:before {
  color: #2980b9;
}

.site-link:hover i:after,
.site-link.hover i:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.site-link:hover h3,
.site-link.hover h3 {
  opacity: 1;
}

/*Other Style*/
body {
  /*background-color: #212121;*/
  background-color: #4b6aab;
  text-align: center;
}

/*footer styles*/
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*background-color: #f5f5f5;*/
}
/*header-style*/
.header-style {
  padding-left:0;
  padding-right:0;
  margin-top:10px;
}
/*img-logo*/
.img-logo {
  padding-bottom:10px;
}
/*clock*/
.clock {
  padding-left:7px;
}

/*title header*/
.title {
  color:white;
}
/*footer*/
.footer-style {
  color:white;
  font-size:1.1em;
  padding:10px 0;
}

