/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 22/10/2019
* Template URI: 
* Author Name: Shelley C Antony
* Author URI: http://www.fshdesign.org/
* Description: Roofing
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/
/******SCPL****/


.padding {
	padding: 15px;
}
.padding-left {
	padding-left: 10px;
}
.padding-right {
	padding-right: 10px;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.margin-top {
	margin-top: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.padding-bottom {
	padding-bottom: 15px;
}
.padding-bottom2 {
	padding-bottom: 30px;
}
.padding-bottom3 {
	padding-bottom: 60px;
}
.shadow {
	-webkit-box-shadow: 1px 1px 1px 1px #D6D6D6;
	box-shadow: 1px 1px 1px 1px #D6D6D6;
}
:focus {
	outline: none;
}
.padding-top {
	padding-top: 15px;
}
.padding-top2 {
	padding-top: 30px;
}
.padding-top3 {
	padding-top: 60px;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}
.margin-centre {
	margin-right: auto;
	margin-left: auto;
}
.alignment {
	text-align: center;
	color: #FFF;
}
.alignment p {
	line-height: 25px;
	font-size: 15px;
}
.alignment h1 {
	/*margin-bottom: 47px;*/
	font-size: 43px;
}
.border {
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.no-border {
	border: none;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.col-center-block {
	float: none;
	display: block;
	margin: 0 auto;/* margin-left: auto; margin-right: auto; */
}
.color-text-white {
	color: #FFF;
}
.color-white {
	background-color: #FFF;
}
.color-text-black {
	color: #000;
}
.color-black {
	background-color: #000;
}
.color-blue {
	background-color: #0092dc;
}
.color-text-blue {
	color: #0092dc;
}
/******SCPL****/
table {
	width: 100%;
}
.theme_color_navy blockquote {
	border-left: 4px solid #2d5c88;
}
blockquote.full {
	margin-bottom: 15px;
}
.theme_color_navy blockquote {
	border-left: 4px solid #2d5c88;
}
blockquote.full {
	margin-bottom: 15px;
}
blockquote {
	padding: 10px 5px 11px 16px;
	display: block;
	background-color: #fafafa;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 17px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0092dc;
}
blockquote {
	quotes: none;
}
/*footer-button animated*/
.outer {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.outer .button {
	border: 1px solid #2e2e2e;
	border-radius: 3px;
	width: auto;
	/*height: 60px;*/
	display: block;
	background: linear-gradient(to right, #0092dc 50%, #2e2e2e 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	text-align: center
}
.outer .button a:hover {
	text-decoration: none;
}
.button:hover {
	background-position: left bottom;
}
.text {
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	transition: all .6s ease-out;
	display: block;
}
.text:hover {
	color: white;
}
/*footer-button animated*/
