/*
    Template Name: Pegeon - Business & Consulting html landing page
    Author: webthemes
    Author Uri: https://www.templatemonster.com/authors/webthemes/
    Version: 1.0
*/

.mb_10{
	margin-bottom: 10px;
}
.mt_10{
	margin-top: 10px;
}
.mr_10{
	margin-right: 10px;
}
.mr_15{
	margin-right: 15px;
}
.mb_15{
	margin-bottom: 15px;
}
.mt_15{
	margin-top: 15px;
}
.mb_20{
	margin-bottom: 20px;
}
.mt_20{
	margin-top: 20px;
}
.mb_25{
	margin-bottom: 25px;
}
.mt_25{
	margin-top: 25px;
}
.mb_30{
	margin-bottom: 30px;
}
.mt_30{
	margin-top: 30px;
}
.mb_35{
	margin-bottom: 35px;
}
.mt_40{
	margin-top: 40px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_60{
	margin-bottom: 60px;
}

.mt_50{
	margin-top: 50px;
}

.mr_15{
	margin-right: 15px;
}
.ml_15{
	margin-left: 15px;
}

.blue_bg{
	background-color: #E2AD23;
	border-color: transparent !important;
}
.blue_text{
	color: #0c5adb;
}
.button{
	border-radius: 28px;
	text-align: center;
	border: 1px solid #fff;
	line-height: 55px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	transition: 0.3s;
	width: 170px;
	height: 55px;
}

.button:hover{
	background-color: #E2AD23;
	color: #fff;
	border-color: transparent;
}
