.cleara:after {
  content: " ";
  display: block;
  clear: both;
}

nav.n1 .menus {
  margin-top: 50px;
  text-align: center;
}

nav.n1 .menus ul {
  list-style-type: none;
  display: inline-block;
}

nav.n1 .menus ul li.l1 {
  float: left;
  width: 110px;
  height: 130px;
  border-left: 3px solid;
  border-right: 3px solid;
  border-color: #e3e3e3;
  background-color: #fff;
  -moz-transition: background 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -ms-transition: background 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -o-transition: background 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -webkit-transition: background 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: background 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  border-radius: 50px;
  margin: 1px;
}



nav.n1 .menus ul li.l1  a.a1{
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

nav.n1 .menus a.a1 i {
  display: table-cell;
  vertical-align: middle;
  color: #a3a7ad;
  font-size: 23px;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

nav.n1 .menus a.a1 i:before {
  border: 2px solid;
  border-color: #a3a7ad;
  border-radius: 500px;
  width: 41px;
  display: inline-block;
  height: 41px;
  line-height: 37px;
  -moz-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0.2s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
}

nav.n1 .menus a.a1 .link-text {
  position: absolute;
  bottom: 13px;
  right: 25px;
  color: #565a60;
  font-size: 13px;
  text-transform: uppercase;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.link-text1 {
    position: absolute;
    bottom: 13px;
    right: 35px;
    color: #565a60;
    font-size: 13px;
    text-transform: uppercase;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}


span.link-text2 {
    position: absolute;
    bottom: 13px;
    right: 18px;
    color: #565a60;
    font-size: 13px;
    text-transform: uppercase;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

nav.n1 .menus ul li.l1:hover {
  background-color: #e8e8e6;
  border-right-color: #ffea00;
  border-left-color: #14b6ea;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

nav.n1 .menus ul li.l1:active {
    background: #dddfe2;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

/*nav.n1 .menus ul li.l1:hover + li {
  border-color: #ffea00;
}

nav.n1 .menus ul li.l1:hover + li:last-child {
  border-right-color: #e3e3e3;
} */

nav.n1 .menus ul li.l1:hover .link-text {
  opacity: 0;
}

/*nav.n1 .menus ul li.l1:hover i {
   color: #565a60;
   font-size: 43px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 1);
} */


nav.n1 .menus ul li.l1:hover i:before {
  border-color: transparent;
  border-radius: 500px;
  width: 66px;
  height: 66px;
  line-height: 60px;
  -moz-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0s linear 0.2s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
  transition: color 0.2s linear 0s, font-size 0.2s linear 0s, border-color 0.2s linear 0s, height 0.2s linear 0s, width 0.2s linear 0s, line-height 0.2s linear 0s;
}