.custom-btn-style-2 {
		padding-left: 25px;
		padding-right: 0;
}

.rcorners2 {
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
	height: 50px;
	width: 50px;
  background: #73AD21;
	text-align: center;
	padding-top: 8px;
  /* padding: 1px; */
}

/* Logo Effect */
.cssload-logo-container {
	/* width: 100%; */
	/* height: 0px; */
	position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%)
  /* text-align: center; */
}

.cssload-logo {
  /* display: flex; */
  /* position: absolute; */
	/* width: 50px; */
	/* height: 50px; */
  /* top: 50%; */
  /* left: 50%; */
	/* -webkit-animation: cssload-spin 690ms infinite linear;
	animation: cssload-spin 690ms infinite linear; */
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.float-button{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.contact-float-button{
	margin-top:12px;
}

.div-center{
    position: fixed;
    top: 50%;
    left: 50%;
		transform: translate(-50%, -50%);
    /* background-color: blue; */
}


/* Custom Container Size */
@media (min-width: 1300px) {
	.container-xl-custom {
		max-width: 1300px;
	}

	.container-xxl-custom {
		max-width: 1630px;
	}
}
