@font-face {
	font-family: 'antoniobold';
	src: url('../fonts/antonio-bold-webfont.eot');
	src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/antonio-bold-webfont.woff2') format('woff2'),  url('../fonts/antonio-bold-webfont.woff') format('woff'),  url('../fonts/antonio-bold-webfont.svg#antoniobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'antoniolight';
	src: url('../fonts/antonio-light-webfont.eot');
	src: url('../fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/antonio-light-webfont.woff2') format('woff2'),  url('../fonts/antonio-light-webfont.woff') format('woff'),  url('../fonts/antonio-light-webfont.svg#antoniolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'antonioregular';
	src: url('../fonts/antonio-regular-webfont.eot');
	src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/antonio-regular-webfont.woff2') format('woff2'),  url('../fonts/antonio-regular-webfont.woff') format('woff'),  url('../fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*======================================================================================================*/
/***********MAIN CSS***********/
/*======================================================================================================*/


/* custom additions */

.attach-bottom{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.banner-header{
	font-size: 2em;
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-info{
	font-size: 1.5em;
	text-align: center;
	color: #777;
}

/* custom additions */

html, body {
	height: 100%;
}
body {
	background: #eff0f2;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #464646;
	font-weight: 400;
	overflow-x: hidden
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:active, a:hover {
	outline: none;
	color: #F36523;
	text-decoration: none;
}
input {
	outline: none;
	border: none;
	color: #717e97;
}
select {
	outline: none;
}
 select::-ms-expand {
display: none;
}
::-webkit-input-placeholder {
color:#717e97;
opacity:1
}
:-moz-placeholder {
color:#717e97;
opacity:1
}
::-moz-placeholder {
color:#363636;
opacity:1
}
:-ms-input-placeholder {
color:#717e97;
opacity:1
}
p {
	padding: 0 0 16px 0;
	margin: 0;
}
p:last-child {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	padding: 0 0 25px 0;
	margin: 0;
	color: #464f5f;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 38px;
}
h5 {
	font-size: 30px;
}
h6 {
	font-size: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1a1b1d;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #e6290c;
}
section {
	padding: 50px 0;
	width: 100%;
	float: left;
}
img.alignright {
	float: right;
	margin: 0 0 20px 40px;
	width: 40%;
}
img.alignleft {
	float: left;
	margin: 0 50px 20px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a.small-btn {
	background: #00A1E2;
	padding: 0 25px;
	height: 50px;
	line-height: 56px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	font-family: 'antoniobold', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.small-btn:hover {
	background: #00A1E2;
	text-decoration: none;
	color: #000;
}
a.btns {
	background: #00A1E2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 25px;
	line-height: 55px;
	font-size: 30px;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	display: inline-block;
}
a.btns:hover {
	background: #676767;
	text-decoration: none;
}
a.btns i {
	margin-left: 10px;
}
a.request-quote-big-btn {
	width: 100%;
	display: block;
	text-align: center;
	background: #00A1E2;
	padding: 0px 10px;
	text-align: center;
	font-size: 64px;
	height: 90px;
	line-height: 104px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.50);
	font-family: 'antoniobold', sans-serif;
	letter-spacing: 2px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	position: relative;
	border: 1px solid #00A1E2;
	-webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 1);
}
a.request-quote-big-btn:hover {
	background: #333;
	text-decoration: none;
	border: 1px solid #000;
}
a.request-quote-big-btn img {
	display: inline-block;
	position: absolute;
	top: 17px;
}
a.request-quote-big-btn .arrow-left {
	left: 42px;
}
a.request-quote-big-btn .arrow-right {
	right: 42px;
}
/*Hover Effect*/
.img-hover {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.img-hover * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.img-hover:hover img, .img-hover.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.buthover01 {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.buthover01:after {
	content: "";
	position: absolute;
	height: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: inherit;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.buthover01:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	background-color: inherit;
	z-index: -1;
}
.buthover01:hover:after, .buthover01.hover:after {
	height: 100%;
}
/*END Hover Effect*/

.padding-0 {
	padding: 0px;
}
.margin-0 {
	margin: 0px;
}
.ani-1, .ani-1 span, .ani-1 ul li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ani-1 a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ani-1 a:hover, .ani-1 a:hover span, .ani-1 a:hover ul li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*======================================================================================================*/
/***********HEADER***********/
/*======================================================================================================*/
.headerpart {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
.top-logo {
	padding: 0px 0;
}
.phone-number {
	color: #000000;
	font-size: 30px;
	padding: 50px 0 !important;
	text-align: right;
	font-family: 'antoniobold', sans-serif;
}

.main-site {
	color: #000000;
	font-size: 30px;
	padding: 50px 0 !important;
	text-align: center;
	font-family: 'antoniobold', sans-serif;
	transition: all 0.3s ease-in-out;
}

.main-site:hover {
	transform: scale(1.1);
}


.phone-number a {
	color: #000;
}
.banner-part {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.banner-text {
	float: left;
	margin: 0px;
	padding: 14% 0 0 0;
	width: 60%;
}

.banner-text-again {
	margin: 0px;
	font-family: 'antoniobold', sans-serif;

}

.banner-text2 h1 {
	margin: 10% 0 5% 0;
	width: 60%;
	font-size: 60px;
	line-height: 70px;
	text-shadow: -5px 5px 20px #333;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.banner-text h1 {
	font-size: 60px;
	line-height: 70px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.20);
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'antoniobold', sans-serif;
	letter-spacing: 1px;
}
.banner-text > p {
	color: #ffffff;
	font-size: 46px;
	line-height: 50px;
	margin-top: 10px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.20);
	font-family: 'antoniolight', sans-serif;
}
header .container {
	z-index: 1;
	position: relative;
}
.hoverlap {
	background: rgba(0,0,0,0.25);
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
}
.form-sec {
	width: 100%;
	max-width: 390px;
	float: right;
	margin: 45px 0 80px 0;
	padding: 20px 30px;
	background: #727376;
	position: relative;
}
.form-sec h2 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'antoniobold', sans-serif;
	margin: 0 0 10px 0;
	padding: 0px;
	text-shadow: 0px 2px 2px rgba(1, 1, 1, 0.30);
	letter-spacing: 1px;
}
.form-sec p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 20px;
	font-family: 'antonioregular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 2px 2px rgba(1, 1, 1, 0.30);
}
.form-sec ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 10px 0px 0 0px;
}
.form-sec ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 0 0 15px 0;
	float: left;
}
.form-sec ul li .input-box {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 52px;
	text-indent: 15px;
	font-size: 14px;
	color: #003e87;
	background: #fff !important;
	border: 1px solid #fff;
}
.form-sec ul li input:focus {
	box-shadow: none;
}
.form-sec ul li .textarea-box {
	width: 100%;
	height: 80px;
	background-color: #fff;
	color: #003e87;
	font-size: 15px;
	padding: 8px 4px 8px 4px;
	margin: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border: 0px;
	text-indent: 15px;
}
.form-sec ul li textarea:focus {
	background: #fff;
	box-shadow: 0 0 5px rgba(107, 107, 107, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px rgba(107, 107, 107, 0.5);
	color: #505050
}
.fontred {
	color: #ff0000;
}
.submit-btn {
	width: 100%;
	height: 60px;
	display: block;
	background: #00A1E2;
	line-height: 52px;
	color: #000;
	text-align: center;
	border-radius: 0px;
	padding: 0px 18px !important;
	float: right;
	border: solid 0px;
	margin: 10px 0 0 0;
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'antoniobold', sans-serif;
	margin: 0px;
	position: relative;
	font-family: 'antoniobold', sans-serif;
}
.submit-btn:hover {
	background-color: #0B89C0;
}
.arrow {
	width: 100%;
	float: left;
	position: relative;
}
/*======================================================================================================*/
/***********SECTION***********/
/*======================================================================================================*/
.services-sec h2 {
	font-size: 46px;
	color: #16181e;
	text-transform: uppercase;
	text-align: center;
	font-family: 'antoniobold', sans-serif;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.services-sec p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #464646;
	padding-bottom: 50px;
}
.service-box {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
.service-box i {
	text-align: center;
	display: inline-block;
	background: #00A1E2;
	color: #fff;
	font-size: 90px;
	width: 146px;
	height: 146px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 25px 0;
}
.service-box i:hover {
	background: #fff;
	color: #727376;
}
.service-box h2 {
	text-transform: none;
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 10px;
	font-family: 'antoniobold', sans-serif;
	letter-spacing: 0px;
	color: #16242f;
	text-transform: uppercase;
	margin-top: 20px;
}
.service-box p {
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 26px;
	color: #464646;
}
.call-us-today-sec {
	background: #00A1E2;
	padding: 40px 10px 30px 10px;
	text-align: center;
	font-size: 66px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'antoniobold', sans-serif;
	letter-spacing: 2px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.50);
}
.call-us-today-sec a {
	color: #fff;
}
.welcome-sec h2 {
	font-size: 46px;
	color: #16181e;
	line-height: 50px;
	font-family: 'antoniobold', sans-serif;
	text-transform: uppercase;
}
.welcome-sec p {
	font-size: 16px;
	line-height: 28px;
	color: #464646;
	font-weight: 400;
	text-align: justify;
}
.testimonial-section {
	width: 100%;
	float: left;
	margin: 0px 0 0 0;
	background: #00A1E2;
	position: relative;
	text-align: center;
}
.test-col {
	width: 100%;
	background: #fff;
	padding: 25px;
}
.testimonial-section h2 {
	color: #fff;
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'antoniobold', sans-serif;
	letter-spacing: 1px;
}
.test-text-div {
	width: 100%;
	float: right;
	margin: 0px;
	padding: 0px 0 0 0;
}
.test-text-div p {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0 0 15px 0;
	color: #464646;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}
.test-text-div strong {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #16181e;
	font-size: 20px;
	font-family: 'antonioregular', sans-serif;
	text-transform: uppercase;
	position: relative;
}
.test-text-div small {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #16181e;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.test-text-div small a {
	color: #464646;
	text-decoration: underline;
}
.line {
	width: 110px;
	height: 1px;
	background: #727376;
	margin: 10px auto 10px auto;
	display: inline-block;
}
.request-quote {
	padding: 75px 0 0 0;
}
/*======================================================================================================*/
/***********FOOTER***********/
/*======================================================================================================*/
.copyright {
	clear: both;
	background: #16242f;
	padding: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.copyright a {
	color: #00A1E2;
}
#totop {
	position: fixed;
	right: -59px;
	width: 49px;
	z-index: 99999;
	display: block;
	top: 90%;
	background-color:#464646;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding: 7px 0 7px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}
#totop:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #00A1E2 transparent;
	border-image: none;
	border-style: solid;
	border-width: 5px;
	content: "";
	left: 50%;
	margin-top: 0;
	position: absolute;
	top: -10px;
	z-index: 1;
	margin-left: -5px;
}
#totop.on {
	right: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#totop.off {
	right: -59px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#totop:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
/*======================================================================================================*/
/***********Form-section***********/
/*======================================================================================================*/
input.error {
	border: 2px solid #f00 !important;
}
label.error {
	display: none!important;
}
.buylp-success-msg {
	border: 1px solid green;
	color: green;
	float: left;
	font-size: 15px;
	padding: 5px 20px;
	width: auto;
}
.buylp-error-msg {
	border: 1px solid !important;
	color: #f00;
	float: left;
	font-size: 15px;
	padding: 5px 20px;
	width: auto;
}
