@charset "utf-8";
*, html, body {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
/* Float Elements 
---------------------------------*/
.fl-lt {
	float:left;
}
.fl-rt {
	float:right;
}
/* Clear Floated Elements
---------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
ul {
	list-style:none;
}
.figure {
	margin:0px;
}
images {
	max-width:100%;
}
a, a:hover, a:active {
	outline:0px !important
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
 -webkit-transition: background-color .3s ease;
 -moz-transition: background-color .3s ease;
 -o-transition: background-color .3s ease;
 transition: background-color .3s ease;
}
h6 {
	color:#cc0000;
	font-size:15px;
	margin:0 !important;
	padding:0 !important;
}
 @font-face {
 font-family: 'FontAwesome';
 src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
 src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'LatoRegular';
 src: url('../fonts/lato-regular.eot');
 src: url('../fonts/lato-regular.eot') format('embedded-opentype'), url('../fonts/lato-regular.woff2') format('woff2'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.svg#LatoRegular') format('svg');
}
@font-face {
 font-family: 'LatoBoldBold';
 src: url('../fonts/lato-bold.eot');
 src: url('../fonts/lato-bold.eot') format('embedded-opentype'), url('../fonts/lato-bold.woff2') format('woff2'), url('../fonts/lato-bold.woff') format('woff'), url('../fonts/lato-bold.ttf') format('truetype'), url('../fonts/lato-bold.svg#LatoBoldBold') format('svg');
}
@font-face {
 font-family: 'DosisBold';
 src: url('../fonts/dosis-bold.eot');
 src: url('../fonts/dosis-bold.eot') format('embedded-opentype'), url('../fonts/dosis-bold.woff2') format('woff2'), url('../fonts/dosis-bold.woff') format('woff'), url('../fonts/dosis-bold.ttf') format('truetype'), url('../fonts/dosis-bold.svg#DosisBold') format('svg');
}
/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#444;
	margin:0;
}
h1 {
	font-size:38px;
	color:#222222;
	font-family:'Dosis';
	font-weight:700;
	margin:0;
	text-transform:uppercase;
}
h2 {
	font-size:34px;
	color:#222222;
	font-family:'Dosis';
	margin:0;
	text-transform:uppercase;
}
h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color:#e44f11;
	font-size:18px;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
/*h6 {
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}*/
p {
	line-height:24px;
	margin: 0 0 10px;
}
/* Header Styles
---------------------------------*/
.navbar-toggle .icon-bar {
	background-color:#ccc;
}
#header_outer {
	background:#ffffff;
	padding:0px;
	-webkit-box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.38);
}
.header_section {
	position:relative;
}
.logo {
	float:left;
	padding-top:8px;
}
.res-nav_click {
	display:none;
}
#headerouter {
	background:#ffffff;
	padding:0px;
	-webkit-box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.38);
	padding:6px 0;
}
/* Nav Styles
---------------------------------*/
.navbar-toggle {
	margin-top:-44px;
}
.navbar-collapse {
	padding-left:0;
	padding-right:0;
}
.nav {
	float:right;
	background-color:#fff;
	top:23px !important
}
.nav ul {
	list-style:none;
	padding:0px;
}
.nav ul.toggle {
	display:none;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	margin-bottom: 0;
}
.navbar-nav {
	margin: 7.5px -15px;
}
.nav ul li {
	display:inline-block;
	margin:0;
}
.nav ul li:first-child {
/*margin:0px;*/
	}
.navbar-nav > li > a {
	color:#333;
	font-weight:600;
	font-size:13px;
}
.navbar-nav > li > a:hover {
/*color:#fd5b4e !important;*/
}
.navbar-nav > li.active a {
	color:#cc0000;
}
.nav ul li:last-child {
	margin:0;
}
.nav ul li a {
	font-size:14px;
	color:#222222;
	font-family:'Dosis';
	text-decoration:none;
	font-weight: 600;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.nav ul li a:hover {
	color:#49b5e7;
	display:block;
	display:inline-block
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color:transparent;
	color:#333;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 15px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: rgba(0, 0, 0, 0.9) none repeat scroll !important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 3px 10px #08090e;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #d0d5d9 !important;
	white-space: nowrap
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color:transparent !important
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
/* Top_content
---------------------------------*/

.top_cont_outer {
	background:#f9f9f9;
	position:relative;
}
.top_cont_inner {
	background:url(../images/white_pad.png) no-repeat right bottom;
}
.top_content {
	position:relative;
	padding-top: 50px;
}
.white_pad {
	position:relative;
	right:0px;
	bottom:0px;
}
.white_pad images {
	position: absolute;
	right:0px;
	bottom:0px;
}
.top_left_cont {
	padding:110px 0;
}
.top_left_cont h3 {
	font-size:16px;
	color:#f56eab;
	margin:0 0 20px 0;
	text-align:left;
	font-family:'Lato';
	font-weight: 700;
}
.top_left_cont h2 {
	font-size:40px;
	color:#111111;
	line-height: 52px;
	margin:0 0 26px 0;
	font-family:'Dosis';
	text-align:left;
	font-weight:700;
}
.top_left_cont p {
	font-size:16px;
	color:#888888;
	margin:0 0 30px 0;
	line-height: 26px;
	font-family:'Lato';
}
a.learn_more2 {
	font-family: 'Dosis';
	display:block;
	font-size:16px;
	color:#ffffff;
	background:#49b5e7;
	width:178px;
	height:46px;
	line-height:46px;
	border-radius:3px;
	text-align:center;
	font-family:''Dosis'';
	text-transform:uppercase;
	font-weight: 600;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
a.learn_more2:hover {
	background:#222222;
}
/* Services
---------------------------------*/

#service {
	padding:83px 0px;
}
.service_area {
	padding:40px 0 40px;
}
.service_section {
}
.service_block {
	text-align:center;
	padding-left: 15px;
	padding-right: 15px;
}
.service_icon {
	border:2px solid #f56eab;
	border-radius:50%;
	width:90px;
	height:90px;
	margin:0px auto 25px;
}
.service_icon.icon2 {
	border:2px solid #7cc576;
}
.service_icon.icon3 {
	border:2px solid #49b5e7;
}
.service_icon span {
	background:#f56eab;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 100%;
}
.service_icon.icon2 span {
	background:#7cc576;
}
.service_icon.icon3 span {
	background:#49b5e7;
}
.service_icon i {
	color: #fff;
	font-size: 40px;
	margin-top: 0;
	position: relative;
	top: 14px;
	z-index: 20;
}
.service_block h3 {
	font-family: 'Dosis';
	font-weight: 600;
	font-size:18px;
	color:#111111;
	margin:35px 0 18px;
}
.service_block p {
	font-size:16px;
	color:#888888;
	margin:0px;
}
.service-list {
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1 {
	float:left;
	width:60px;
	text-align:center;
}
.service-list-col1 i {
 display:;
	color:#888;
	font-family: 'linecons';
	font-size: 19px;
	font-style: normal;
	line-height: 20px;
}
.service-list-col2 {
	overflow:hidden;
}
.main-section.alabaster {
	background:#fafafa;
}
.work_bottom {
	padding:20px 0 0 60px;
}
.work_bottom span {
	font-size:18px;
	color:#333333;
	display:block;
	margin:0 0 20px 0;
}
a.contact_btn {
	background:#f56eab;
	text-transform:uppercase;
	display:block;
	width:176px;
	height:49px;
	text-align:center;
	line-height:49px;
	font-size:16px;
	color:#ffffff;
	border-radius:3px;
	font-family:'Dosis';
	font-weight: 600;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
a.contact_btn:hover {
	background:#222222;
}
images {
	max-width:100%;
}
/* no transition on .isotope container */

.isotope .isotope-item {
	/* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	transition-property:         transform, opacity;
}
.main-section.paddind {
	padding-bottom:60px;
}
.quote_section {
	width:648px;
	background:#f9f9f9;
	position:relative;
	padding:40px 30px;
	float:left;
	margin:35px 0 0 30px;
}
.quote_section.flt {
	float:left;
}
.quote_section p {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size:18px;
	font-weight: 300;
	color:#888888;
	text-align:center;
	position:relative;
}
.quote_section p b {
	display: inline-block;
	font-size: 22px;
	left: -9px;
	position: relative;
	top: -8px;
}
.quote_section p small {
	display: inline-block;
	right: -9px;
	position: relative;
	top:4px;
}
.quote_arrow {
	position:absolute;
	background:url(../images/quote_arrow.png) no-repeat left top;
	width:23px;
	height:25px;
	left:-22px;
	top:50%;
	margin-top:-15.5px;
}
.quote_arrow2 {
	background:url(../images/quote_arrow2.png) no-repeat right top;
	position:absolute;
	width:23px;
	height:25px;
	right:-22px;
	top:50%;
	margin-top:-15.5px;
}
.btn-default {
	color: #fff !important;
	background: #0f0e0e !important;
	border-color: transparent !important;
}
.btn-default:hover {
	color: #fff;
	background: #2576b8 !important;
	border-color: transparent !important;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background: #2576b8 !important;
	border-color: transparent;
}
.btn-warning {
	background-color: #cc0000 !important;
	border-color: #cc0000 !important;
	color: #fff;
}
.btn-warning:hover {
	color: #fff;
	background-color: #424144 !important;
	border-color: transparent !important;
}
.btn-warning-lg {
	background: #fd9923; /* Old browsers */
	background: -moz-linear-gradient(top, #fd9923 0%, #fa6a09 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd9923), color-stop(100%, #fa6a09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd9923 0%, #fa6a09 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd9923 0%, #fa6a09 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd9923 0%, #fa6a09 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd9923 0%, #fa6a09 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9923', endColorstr='#fa6a09', GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 24px;
	border-color: transparent;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	padding: 6px 20px;
}
.btn-warning-lg:hover {
	color: #fff;
	background-color: #424144;
	border-color: transparent;
}
/* Contact
---------------------------------*/
.main-section.contact {
	padding:40px 0 0 0;
}
.main-section.contact {
	background:url(../images/bg-map.png) left 190px no-repeat;
}
.contact_section {
	margin:0 0 25px 0;
}
.contact_section h2 {
	font-size:40px;
	color:#ffffff;
	margin:0 0 50px 0;
	text-transform:uppercase;
}
.contact_block {
	text-align:center;
}
.contact_block_icon {
	border-radius: 50%;
	height: 85px;
	width:85px;
	margin:0px auto 20px;
}
.contact_block_icon.icon2 {
	border-color:#7cc576;
}
.contact_block_icon.icon3 {
	border-color:#49b5e7;
}
.contact_block_icon span {
	background: none repeat scroll 0 0 #f56eab;
	border: 5px solid #fff;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 100%;
}
.contact_block_icon.icon2 {
	border-color:#7cc576;
}
.contact_block_icon.icon2 span {
	background:#7cc576;
}
.contact_block_icon.icon3 {
	border-color:#49b5e7;
}
.contact_block_icon.icon3 span {
	background:#49b5e7;
}
.contact_block_icon i {
	color: #fff;
	font-size: 36px;
	margin-top: 0;
	position: relative;
	top: 26px;
	z-index: 20;
}
.contact_block span {
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height:20px;
}
.contact_block span a {
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height:20px;
}
.contact-info-box {
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3 {
	font-size: 24px;
	font-weight:600;
	margin:0 0 40px;
	color:#fff;
}
.contact-info-box p {
	line-height:28px;
	display:block;
	font-size:16px;
	color:#ffffff;
	margin:0 0 40px;
}
.social-link {
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li {
	float:left;
	margin-right:8px;
}
.social-link li a {
	display:block;
	width:55px;
	height:55px;
	border:3px solid #fff;
	border-radius:50%;
	text-align:center;
	line-height:48px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus {
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}
.form {
	margin:0 66px 0 30px;
}
.input-text {
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Lato', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}
.input-text.text-area {
	height:230px;
	resize:none;
	overflow:auto;
	font-family: 'Lato', sans-serif;
}
.input-btn {
	font-family: 'Dosis', sans-serif;
	width:175px;
	height:50px;
	letter-spacing: 0px;
	background:#7cc576;
	border-radius:3px;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-btn:hover {
	background: #fff;
	color: #222;
}
/* Footer
---------------------------------*/

.footer_section {
	background:#000 url(../images/pattern_bg.png) repeat left top;
}
.footer_bottom {
	border-top:1px solid #333333;
	padding:20px 0;
	font-size:12px;
	text-align:center;
}
.footer-cta-wrap {
	background-color: #000;
	background-image:url(../images/support-team.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:30px 0;
}
.callout-heading {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin:7px 0 0;
	font-family: "Dosis";
}
.callout-act {
	text-align: right;
}
.callout-act .cms-button.large {
	font-size:22px;
	line-height: 1;
	font-weight:600;
	font-family: "Dosis";
}
.cms-callout-wrap .cms-button {
	text-transform: uppercase;
}
.cms-button.large {
	background: #51c5eb none repeat scroll 0 0;
	color: #fff;
	padding:14px 36px;
}
/* Services
---------------------------------*/
.intro {
	padding:30px 0 50px 0;
	background-color:#eeeff0;
}
.intro h1 {
	margin-bottom:20px;
}
.print-content {
	float: left;
	margin-top: 60px;
	width: 100%;
}
.w-print-block {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	float: left;
	padding-bottom: 15px;
	text-align: center;
	width: 100%;
}
.print-block-left .print-icon::before {
    /*background: #fd5b4e none repeat scroll 0 0;*/
    border-radius: 17px;
 content: "";
 height: 26px;
 left: 50%;
 margin-left: -3px;
 margin-top: 2px;
 position: absolute;
 top: 50%;
 width: 15px;
 z-index: 2;
}
.print-icon i.fa-hand-o-up {
	font-size: 41px;
}
.print-icon i.fa-hand-o-up {
	left: 50%;
	margin-left: -10px;
	margin-top: 3px;
	top: 50%;
	z-index: 2;
}
.print-icon i {
	color: #fff;
	position: absolute;
}
.print-icon i.fa-newspaper-o {
	margin-left: -30px;
	margin-top: -32px;
}
.print-icon i.fa-newspaper-o, .print-icon i.fa-file-text-o {
	font-size: 53px;
	left: 50%;
	top: 50%;
	z-index: 1;
}
.print-icon i {
	color: #fff;
	position: absolute;
}
.print-title {
	margin-top: 16px;
}
.print-title a {
	color: #666;
	font-size:20px;
	font-weight:700;
}
button, a {
	outline: medium none;
}
.print-number {
	margin-top:5px;
}
.print-block-left .print-number span {
	color: #fd5b4e;
}
.print-number span {
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 34px;
}
.print-txt {
	margin-top: 11px;
	padding: 0 25px;
	margin:0;
}
.print-txt p {
	color: #666;
}
.print-icon i.fa-file-text-o {
	margin-left: -27px;
	margin-top: -34px;
}
.print-icon i.fa-newspaper-o, .print-icon i.fa-file-text-o {
	font-size: 53px;
	left: 50%;
	top: 50%;
	z-index: 1;
}
.print-icon i {
	color: #fff;
	position: absolute;
}
.print-icon i.fa-arrow-circle-o-up {
	font-size: 35px;
	left: 50%;
	top: 50%;
	z-index: 3;
}
.print-icon i {
	color: #fff;
	position: absolute;
}
.print-block-center .print-number span {
	color: #ffa63e;
}
.print-number span {
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 34px;
}
.print-icon {
	background: #25bce9 none repeat scroll 0 0;
	border: 7px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 100px;
	margin-top: -53px;
	position: relative;
	transition: all 0.3s ease-out 0s;
	width: 100px;
}
.print-icon i.fa-shopping-cart {
	left: 50%;
	margin-left: -30px;
	margin-top: -32px;
	top: 50%;
}
.print-icon i.fa-shopping-cart {
	font-size: 63px;
}
.print-icon i {
	color: #fff;
	position: absolute;
}
.print-block-right .print-number span {
	color: #25bce9;
}
.print-number span {
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 34px;
}
.print-block-left .print-icon {
	background: #fd5b4e none repeat scroll 0 0;
}
.print-block-center .print-icon {
	background: #ffa63e none repeat scroll 0 0;
}
.print-icon i.fa-arrow-circle-o-up {
	font-size: 35px;
	left: 50%;
	top: 50%;
	z-index: 3;
}
.print-icon i.fa-file-text-o {
	margin-left: -27px;
	margin-top: -34px;
}
.print-icon i.fa-newspaper-o, .print-icon i.fa-file-text-o {
	font-size: 53px;
	left: 50%;
	top: 50%;
	z-index: 1;
}
.print-icon i {
	color: #fff;
	position: absolute;
}
.print-block-center .print-icon::before {
    /*background: #ffa63e none repeat scroll 0 0;*/
    border-radius: 50%;
 content: "";
 height: 43px;
 left: 50%;
 margin-left: -5px;
 margin-top: -3px;
 position: absolute;
 top: 50%;
 width: 43px;
 z-index: 2;
}
/* Why Choose Us
---------------------------------*/
.whychooseus {
	padding:40px 0 0px 0;
}
.pt-7 {
	padding-top: 70px !important;
}
.whychooseus::after {
 clear: both;
 content: "";
 display: table;
}
.theme-bikang .choose_style1, .theme-cleaning .choose_style1, .theme-construct .choose_style1, .theme-printing .choose_style1 {
	margin-top: 60px;
}
.whychooseus.right .choose-icon {
	float: right;
	margin: 0 0 0 28px;
}
.whychooseus .choose-icon {
	float: left;
	height: 42px;
	margin: 0 28px 0 0;
	width: 42px;
}
.whychooseus.choose_style3:hover .choose-icon .background-line .background-line-bottom {
	display:none;
}
.btn, .btn-group, .btn-group-vertical, img {
	vertical-align: middle;
}
.img-responsive, .img-thumbnail, .wp-caption, .wp-caption img, img, label {
	max-width: 100%;
}
.money-icon, .whychooseus.right .choose-content {
	text-align: right;
}
.whychooseus .choose-content {
	padding-top: 10px;
}
.whychooseus .choose-content h5 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 32px;
	padding: 0;
}
.whychooseus .choose-content p {
	line-height: 24px;
	margin: 0;
}
/* Business
---------------------------------*/
.business {
	padding:40px 0 0px 0;
	background-color:#f6f6f6;
}
.business h2 {
	color: #51c5eb;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.1;
	text-align: left;
	text-transform: inherit;
	padding-bottom:20px;
}
.business h3 {
	text-transform: uppercase;
	color: #0f1923;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	opacity: 1;
	transition: opacity 0.24s ease-in-out 0s;
}
.blue-text {
	color: #2ea4cb;
	font-weight: 400;
}
.list-group {
	list-style:circle;
	padding-left:30px;
}
/*************************
*******Home Page******
**************************/


#main-slider {
	position: relative;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 150px;
}
#main-slider .carousel .slide-margin {
	margin-top: 140px;
}
#main-slider .carousel h2 {
	color: #fff;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 730px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #333;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #c52d2f;
	margin: 0 15px 0 0;
	border: 1px solid #c52d2f;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #c52d2f;
	border: 1px solid #c52d2f;
	left: -3px;
	top: -3px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
	color:#fff !important;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
	font-size:20px;
	font-weight:normal;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
.emerald {
	background-color:#eee;
	padding:30px 0;
	box-shadow: 0 8px 5px -9px rgba(0, 0, 0, 0.38);
}
.emerald h1, .emerald p {
	color:#333;
}
#title h1 {
	margin: 0;
	font-size: 36px;
	font-weight: 300;
}
ul.breadcrumb {
	margin:0px;
	background: transparent;
}
ul.breadcrumb > li {
	text-shadow: none;
}
ul.breadcrumb > li > a, ul.breadcrumb > li .divider {
	color: #333;
}
ul.breadcrumb > li.active {
	color: #0c388f;
}
/* ABOUT US ================================================ */
.about-us, .mission, .joinus {
	padding:30px 0;
}
.why-us, .vision {
	padding:30px 0;
	background-color:#eeeff0;
}
.sp-about-joinus {
	padding:30px 0;
	background-color:#eeeff0;
}
.contact-form {
	padding:30px 0;
	background:#eee;
}
/* Slideshow
================================================ */
.hero .hero-buttons .button {
	padding: 0.375rem 0.75rem;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.button-lg {
	padding: 1rem 1.75rem;
}
.button-md {
	padding: 0.375rem 0.75rem;
}
.button {
	border-radius: 5px;
	border: 2px solid #24272e;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}
.button-ghost {
	color: #fff;
}
.button-ghost:hover {
	color: #fff;
	background-color: #2576b8;
}
.button-secondary {
	border: 1px solid #24272e;
	color: #808080;
	font-weight: 400;
	background: transparent;
}
.button-secondary:hover {
	color: #fff;
	background-color: #2576b8;
	border: 1px solid #24272e;
	font-weight: 700;
}
.button-ghost-inverse {
	color: #ffffff;
	border-color: #ffffff;
	background: transparent;
}
.button-ghost-inverse:hover {
	color: #fff;
	background-color: #1b557a;
	border-color: #164666;
	transition: all 0.3s ease-in;
}
.button-full {
	color: #ffffff;
	background-color: #24272e;
}
.button-full:hover {
	color: #fff;
	background-color: #2576b8;
	transition: all 0.3s ease-in;
	border: 2px solid #2576b8;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 25%;
	top: 50px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
.carousel-caption h2 {
	color: #fff;
	font-size: 50px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	font-style: italic;
	text-transform: lowercase;
	width: 75%;
}
.carousel-caption h2 span {
	color: #f5791f;
}
.carousel-caption h3 {
	color: #fff;
	font-size: 48px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	font-style: italic;
}
.carousel-caption h3.subhead {
	color: #fff;
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	font-style: italic;
}
.carousel-caption h4 {
	color: #fff !important;
	font-size: 20px;
	text-align: left;
	width: 80%;
	padding-bottom: 15px;
}
.hero-buttons {
	float: left;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
}
.carousel-indicators {
	bottom: 5px !important;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
 -webkit-transition: -webkit-transform 0.6s ease-in-out;
 -o-transition: -o-transform 0.6s ease-in-out;
 transition: transform 0.6s ease-in-out;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-perspective: 1000px;
 perspective: 1000px;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 left: 0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 left: 0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 left: 0;
}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
#main-carousel .carousel-caption {
	text-align: left;
	padding-right: 40px;
	left: 6%;
	right: auto;
	bottom:0px;
	top:0;
	background: url(../images/transparent-bg.png) repeat;
	padding:60px 30px 10px !important;
}
#main-carousel .carousel-caption h1 {
	font-size:38px;
	margin-bottom: 6px;
	color:#fff !important;
}
#main-carousel .carousel-caption h1 span {
	display: block
}
#main-carousel .carousel-caption p {
	font-size: 16px;
	margin-bottom: 36px;
	color: #fff;
}
#main-carousel .carousel-caption .btn {
 -webkit-animation-delay: .19s;
 animation-delay: .19s
}
#main-carousel .carousel-image {
	position: absolute;
	right: 6%;
	left: auto;
	bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	z-index: 10;
}
#main-carousel .carousel-image img {
	position: absolute
}
#main-carousel .carousel-image .img-1 {
	right: 80px;
	bottom: 0px;
	z-index: 11;
	width: 76% !important;
 -webkit-animation-delay: .5s;
 animation-delay: .5s
}
#main-carousel .carousel-image .img-2 {
	right: 40px;
	bottom: 0;
	z-index: 12;
	width: 25%;
 -webkit-animation-delay: .7s;
 animation-delay: .7s
}
#main-carousel .carousel-image .img-3 {
	right: 100px;
	bottom: 65px;
	z-index: 11;
	width: 70%;
 -webkit-animation-delay: .5s;
 animation-delay: .5s
}
#main-carousel .carousel-image .img-4 {
	right: 0;
	bottom: 40px;
	z-index: 12;
	width: 50%;
 -webkit-animation-delay: .7s;
 animation-delay: .7s
}
#main-carousel .carousel-image .responsive-video {
 -webkit-animation-delay: .7s;
 animation-delay: .7s
}
#main-carousel .carousel-image .responsive-video iframe {
	top: -40px;
	right: 0;
	left: auto;
	width: 90%
}
#main-carousel .item {
	height: 400px;
	background-color: #FFFFFF;
}
#main-carousel .carousel-inner>.item>img {
	border-radius: 0;
	min-width: 100%;
	height: 400px
}
/* ===================================
 call action
==================================== */
#consult {
	background:#1da1f2;
	color:#fff !important;
	padding:15px 0 10px 0;
}
.callaction {
	padding:30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
}
.cta-text {
	margin-top:10px;
	text-align: left;
}
.cta-text h3 {
	font-weight:900;
	line-height:1.1em;
	margin-bottom:0px;
	color:#fff !important;
	font-size:24px;
}
.cta-btn {
	float:right;
	padding:10px 10px 20px 20px;
	margin-top:10px;
}
.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
footer {
	background-color: #f2f2f2;
	padding:30px 0 10px 0;
	font-size:13px;
}
footer .widget {
	margin-bottom:15px;
}
footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sub-footer {
	margin-top:10px;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	padding:15px 0 0px;
	background:#fff;
}
.sub-footer a {
	color: #444;
}
footer .sub-footer p {
	font-size: 13px;
}
.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social {
	text-align: left;
	list-style: none;
}
.company-social li {
	margin:0;
	padding:0;
	display: inline-block;
}
.company-social a {
	margin:0 2px 0 0;
}
.company-social a:hover {
	color: #fff;
}
.company-social a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
 -webkit-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
}
.company-social .social-facebook a i {
	background: #3873ae;
}
.company-social .social-twitter a i {
	background: #62c6f8;
}
.company-social .social-dribble a i {
	background: #d74980;
}
.company-social .social-deviantart a i {
	background: #8da356;
}
.company-social .social-google a i {
	background: #000;
}
.company-social .social-vimeo a i {
	background: #51a6d3;
}
.company-social .social-facebook a:hover i {
	background: #4893ce;
}
.company-social .social-twitter a:hover i {
	background: #82e6ff;
}
.company-social .social-dribble a:hover i {
	background: #f769a0;
}
.company-social .social-deviantart a:hover i {
	background: #adc376;
}
.company-social .social-google a:hover i {
	background: #333;
}
.company-social .social-vimeo a:hover i {
	background: #71c6f3;
}
.btn-skin {
	color: #fff;
}
.btn-skin:hover {
 -webkit-transition: background .3s ease-in-out;
 -moz-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin {
	color: #fff;
}
.btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin {
	background-image: none;
}
.btn-skin .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.5em;
	border-radius: 6px;
}
/*.fa.fa-phone, .fa.fa-fax {
	background-color: #1da1f2;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	height: 25px;
	padding-left:7px;
	padding-top:6px;
	width: 25px;
	margin-bottom:4px;
}
.fa.fa-envelope-o {
	background-color: #1da1f2;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	width: 25px;
}
*/
/* scroll to top */
.scrollup {
	position:fixed;
	width:32px;
	height:32px;
	bottom:0px;
	right:20px;
	background: #222;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius:  2px 2px 0 0;
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}
#testimonials {
	background: url(../images/bg4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
	color:#fff;
}
#testimonials h3 {
	color:#fff;
}
#testimonials .overlay {
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 5% 0;
	color: #ffffff;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #C59A6D;
}
.charity-list {
	margin:0;
	padding:0;
}
.charity-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.charity-list ul li {
	margin:0;
	padding:0 20px 0 0;
	display:inline-block;
}
/*-----Client List------*/
.client-list {
	padding: 35px 0;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e6e6), color-stop(15%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to right, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 ); /* IE6-9 */
}
.client-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.client-list ul li {
	float: left;
	padding: 0 14px;
}
.client-list {
	text-align: center;
}
.client-list img {
	transition: all 200ms ease-out;
	opacity: 0.6;
	max-width: 100%;
	height: auto
}
.client-list img:hover {
	opacity: 1;
}
