
.btn:focus,.btn:hover,.btn.active {
	box-shadow: none;
	outline: medium none;
}
button:focus {
	outline:none;
}
.btn {
	border-width: 2px;
	cursor: pointer;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out;
}
.btn.active:focus, .btn:active:focus {
	box-shadow: none !important;
}
.btn-default {
	background-color: #0e93d8;
	border: 2px solid #0e93d8;
	color: #ffffff !important;
	padding: 10px 30px;
}
.btn-default:hover {
	background-color: #1083c8;
	border-color: #1083c8;
	color: #fff;
}
.btn-black {
	border: 2px solid #333;
	background-color: #333;
	color: #ffffff;
	padding: 10px 30px;
}
.btn-black:hover {
	background-color: #ffffff;
	color: #333;
}
.btn-white {
	border: 2px solid #fff;
	background-color: #fff;
	color: #333 !important;
	padding: 10px 30px;
}
.btn-white:hover {
	background-color: transparent;
	color: #fff !important;
}
.btn-outline-white {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 30px;
}
.btn-outline-white:hover {
	background-color: #fff;
	color: #1083c8;
}
.btn-outline-black {
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
	padding: 10px 30px;
}
.btn-outline-black:hover {
	background-color: #333;
	color: #fff;
}
.btn-outline-default {
	background-color: transparent;
	border: 2px solid #0e93d8;
	color: #0e93d8;
	padding: 10px 30px;
}
.btn-outline-default:hover {
	background-color: #0e93d8;
	color: #fff;
}
.btn-radius,
.pr-radius {
	border-radius: 40px;
}
.btn + .btn {
	margin-left: 10px;
}
.btn i {
	margin-left: 5px;
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}
.btn span {
    font-size: 14px;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 7px 15px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 14px 35px;
}
.btn-xs {
    padding: 4px 15px;
    font-size: 12px;
}
.btn-md {
    padding: 10px 30px;
    font-size: 16px;
}
.btn.btn-xs i {
    font-size: 12px;
}
.btn.btn-sm i {
    font-size: 16px;
}
.btn.btn-lg i {
    font-size: 28px;
}
.btn-aylen,
.btn-aylen2 {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.btn-aylen::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
.btn-aylen:hover:before {
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: -1;
}
.btn-default.btn-aylen:hover {
	color: #0e93d8 !important;
	z-index: 0;
}
.btn-aylen2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.btn-aylen2:hover:before {
    -moz-transform: scale(0);
	-webkit-transform: scale(10);
	transform: scale(0);
}
.btn-horiz,.btn-horiz2 {
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.btn-horiz::before {
	border-radius: 4px;
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    bottom: -2px;
    background-color: rgba(0,0,0,0.1);
    right: 50%;
	visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-horiz:hover::before {
    left: -2px;
    right: -2px;
	visibility: visible;
}
.btn-horiz2::before {
	border-radius: 3px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
    right: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-horiz2:hover::before {
    left: 50%;
    right: 50%;
}
.btn-radius.btn-horiz::before, .btn-radius.btn-horiz2::before {
    border-radius: 40px;
}
.btn-3d {
    position: relative;
	border: 0;
}
.btn-3d::before {
    border-bottom: 3px solid rgba(0,0,0,0.2);
    content: "";
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0;
    position: absolute;
    border-radius: 5px;
}
.btn-3d.rounded-0::before {
    border-radius: 0;
}



.container .btn-adhi {
  position: relative;
  width: 155px;
  height: 50px;
  margin: 5px;
}
.container .btn-adhi a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}
.container .btn-adhi a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(45deg) translateX(0);
  transition: 0.5s;
}
.container .btn-adhi:hover a {
  letter-spacing: 3px;
  transition: 0.5s;
}
.container .btn-adhi:hover a:before {
  transform: skewX(45deg) translateX(200%);
}
.container .btn-adhi:hover:before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}
.container .btn-adhi:hover:after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}
.container .btn-adhi:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 30px;
  height: 10px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
}
.container .btn-adhi:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  width: 30px;
  height: 10px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
}
.container .btn-adhi:nth-child(1):before, .container .btn-adhi:nth-child(1):after {
  background: #ff1f71;
  box-shadow: 0 0 5px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71, 0 0 60px #ff1f71;
}
.container .btn-adhi:nth-child(2):before, .container .btn-adhi:nth-child(2):after {
  background: #2bd2ff;
  box-shadow: 0 0 5px #2bd2ff, 0 0 15px #2bd2ff, 0 0 30px #2bd2ff, 0 0 60px #2bd2ff;
}
.container .btn-adhi:nth-child(3):before, .container .btn-adhi:nth-child(3):after {
  background: #1eff45;
  box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45, 0 0 60px #1eff45;
}
