/**
* custom.css 
* @package : MMI Tech
* @author : kunule8@gmail.com
**/

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	/* Prevent font scaling in landscape while allowing user zoom */
	-webkit-text-size-adjust: 100%;
	font-size: 1em;
}
a:focus {
	text-decoration: none;
}
a {
	color: #117DB2;
}
a:hover {
	color: #0D5D84;
}
input[type=text],
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
}
#sp-header {
	background: #117db2
}
.sp-megamenu-parent>li>a {
	display: inline-block;
	padding: 0 15px;
	line-height: 90px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff !important;
}
#sp-top-bar,
#sp-top-bar a {
	background-color: #0D5D84 !Important;
	color: #fff !important;
}
#sp-footer {
	background: #6A6A6A;
	padding: 5px 0;
	border-top: 6px solid #0D5D84
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #0F6D9B !important;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
	;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
	transition: all 0.5s linear;
	color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
	color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
	background: transparent;
	margin-left: 15px;
	color: #CCCCCC
}
.error-page-inner {
	background: #117DB2 !Important
}
#sp-homepage-banner {
	background: #117DB2;
	background: -webkit-radial-gradient(bottom, #159DE0 5%, #117DB2);
	background: radial-gradient(at bottom, #159DE0 12%, #117DB2);
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.itemid-159 #sp-header {
	box-shadow: none;
}
.large-header {
	height: 200px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.hpreadmore,
.hpreadmore2,
.style1 input,
#bfSubmitButton,
.bfNextButton,
.bfPrevButton {
	padding: 5px 25px;
	-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
	background-color: #d0451b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	padding: 6px 24px;
	text-decoration: none;
}
.hpreadmore:hover,
.hpreadmore2:hover,
.style1 input:hover,
#bfSubmitButton:hover,
.bfNextButton:hover,
.bfPrevButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
	background-color: #bc3315;
	color: #fff;
}
.hpreadmore:active,
.hpreadmore2:active {
	position: relative;
	top: 1px;
}
#bfSubmitButton,
.bfNextButton,
.bfPrevButton {
	float: left !important
}
.bfPrevButton {
	margin-right: 15px;
}
.learnmore h2 {
	font-weight: 600;
}
.large-header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 30px;
	text-align: center;
	top: 30%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.large-header h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #FDF0CC;
	font-size: 25px;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	top: 60%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.large-header p {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 85%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.large-header .mybtn1 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	top: 70%;
}
.large-header .mybtn2 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	top: 70%;
}
.particle .main-title {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
}
.main-title .thin {
	font-weight: 200;
}
.mybtns {
	padding-bottom: 15px;
}
#sp-main-body {
	padding: 10px 0;
}
.page-header {
	padding-bottom: 2px;
	margin: 5px 0 5px;
	border-bottom: none;
}
#sp-top-items {
	padding: 45px 0;
	background: #FAFAFA;
	border-bottom: 1px solid #Ebebeb
}
.card {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card {
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
}
.card p.card-title {
	color: #117DB2;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-left: 16px;
}
.card .card-image {
	position: relative;
	overflow: hidden;
}
.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	padding: 15px 0 15px 15px;
	z-index: -1;
}
.card .card-image p.card-title {
	bottom: 0;
	left: 10px !important;
}
.card .card-content {
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
	height: 110px;
}
.card .card-content p {
	margin: 0;
	color: inherit;
}
.card .card-content span.card-title {
	line-height: 48px;
}
.card .card-action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
.card .card-action a {
	color: #fff;
	background: #117DB2;
	border-radius: 20px;
	box-shadow: 1px 1px 5px #0B4D6D;
	padding: 5px 30px;
	margin-right: 16px;
	transition: all 0.9s linear;
	text-transform: uppercase;
}
.card .card-action a:hover {
	background: #0B4D6D;
	color: #fff;
	text-decoration: none;
}
.sp-copyright {
	font-size: 12px;
}
.sp-copyright img {
	margin-left: 30px;
}
.footermenu {
	float: right;
	margin-top: 30px
}
.footermenu a {
	padding: 0 15px;
}
.footermenu a:hover {
	text-decoration: underline
}
.imgborder {
	border: 1px solid #eee;
	padding: 2px
}
input[type="password"] {
	border-radius: 0
}
.itemid-169 .clientlogin,
.itemid-167 .clientlogin,
.form2 {
	background: #F0ECC9;
	padding: 15px;
	border: 1px solid #E4DEA1
}
.entry-header h2,
.page-header h1 {
	margin: 8px 0 0;
	font-size: 25px;
	line-height: 1;
	color: #0D5D84;
	font-weight: 600;
}
span.pdf:before {
	font-family: fontawesome;
	content: '\f1c1';
	padding-right: 5px;
}
#sp-left .sp-module {
	background: #1C85BC;
	padding: 15px;
	color: #fff;
}
.sp-module-title {
	background: #073767;
	margin: -15px -15px 0 -15px !important;
	padding: 25px;
	font-size: 16px !Important;
}
#bfQuickModeSection86118 {
	border-top: 2px solid #E4DEA1;
	padding: 25px 0
}
@media only screen and (max-width: 768px) {
	.footermenu {
		float: none;
		margin-top: 10px
	}
	.large-header,
	#demo-canvas {
		height: 200px !important;
	}
	.large-header h2,
	.large-header h1,
	.large-header p {
		font-size: 95%
	}
}