.button1 {
	display: inline-block;
	border-radius: 5px;
	background-color: #C21010;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color:#fff;
	transition: 0.4s;
	margin-right: 10px;
}
.button1:hover {
	border-radius: 15px;
	background-color: #555;
	color:#fff;
	
}
.button2 {
	display: inline-block;
	border-radius: 15px;
	background-color: #555;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color:#fff;
	transition: 0.4s;
	margin-right: 10px;
}
.button2:hover {
	border-radius: 5px;
	background-color: #C21010;
	color:#fff;
	
}
.button3 {
	display: inline-block;
	border-radius: 5px;
	background-color: #C21010;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #fff;
	transition: 0.4s;
	margin-right: 10px;
	font-weight: 500;
}
.button3:hover {
background-color: #fff;border-radius: 25px;
	 opacity: 0.5;
color:#555;
}
.button4 {
	display: inline-block;
	border-radius: 5px;
	background-color: #555;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #fff;
	transition: 0.4s;
	margin-right: 10px;
	font-weight: 500;
}
.button4:hover {
background-color: #fff;border-radius: 25px;
	 opacity: 0.5;
color:#c33;
}
.button5 {
	display: inline-block;
	border-radius: 	10px;
	height: 43px;
	width: 229px;
	transition: 0.4s;
	margin-right: 10px;
	font-weight: 500;
	background-image: url(../images/clicklearnmore.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.button5:hover {
border-radius: 10px;
background-image: url(../images/clicklearnmorehover.png);
}


.buttonface {
	display: inline-block;
	border-radius: 50%;
	background-color: #ffffff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/facebook-f-blck.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttonface:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/facebook-f-white.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.buttonlinked {
	display: inline-block;
	border-radius: 50%;
	background-color: #ffffff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/linked-in-in-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttonlinked:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/linked-in-in-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttontwitter {
	display: inline-block;
	border-radius: 50%;
	background-color: #ffffff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/twitter-bird-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttontwitter:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/twitter-bird-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttoninstagram {
	display: inline-block;
	border-radius: 50%;
	background-color: #ffffff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/instagram-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttoninstagram:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/instagram-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttonrightarrow {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/arrow-right-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttonrightarrow:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttonleftarrow {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/arrow-left-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttonleftarrow:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/arrow-left-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttonuparrow {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/arrow-up-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttonuparrow:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/arrow-up-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttondownarrow {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/arrow-down-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttondownarrow:hover {
	border-radius: 50%;
	background-color: #C21010;
	color: #fff;
	background-image: url(../images/arrow-down-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.buttonhouse {
	display: inline-block;
	border-radius: 50%;
	background-color: #1D325E;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/house-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttonhouse:hover {
	border-radius: 50%;
	background-color: #BC602B;
	color: #fff;
	background-image: url(../images/house-black.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttonmanplus {
	display: inline-block;
	border-radius: 50%;
	background-color: #1D325E;
	height: 50px;
	width: 50px;
	color: #000;
	transition: 0.4s;
	background-image: url(../images/man-plus-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.buttonmanplus:hover {
	border-radius: 50%;
	background-color: #BC602B;
	color: #fff;
	background-image: url(../images/man-plus-black.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.borderadiusBL20{
	-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}
.borderadiusBL30{
	-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}
.borderadiusBL40{
	-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-left-radius: 40px;
}
.borderadiusBR20{
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
}
.borderadiusBR30{
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-right-radius: 30px;
}
.borderadiusBR40{
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-bottomright: 40px;
border-bottom-right-radius: 40px;
}
.borderadiusAll40{
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.borderadiusAll30{
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	
}
.borderadiusAll20{
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}