@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,300italic,400italic);

/* Global CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, body {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline:none;
	-webkit-font-smoothing: antialiased;	
}
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
body, button, input, textarea, select{
	color: #000;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	-webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button{
	cursor:pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-image-size-adjust: none;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
	vertical-align: baseline;
	line-height: 1
}
html,body{
	width:100%;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
}
.clear_after:after {
	clear:both;
	display: block;
	content: "";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* End Global CSS */




/* ! share css */
body {
	background-color: #fff;
	position: relative;
	min-width: 1200px;
}
.content{
	width:960px;
	position: relative;
	margin: 0 auto;
}
img{
	max-width: 100%;
	max-height: 100%;
}
.show_more_button{
	border: 1px solid #c3c3c3;
	background-color: #010101;
	display: block;
	width: 106px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	margin: 0 auto;
}
.submit_button{
	background-color: #dc1921;
	display: block;
	width: 162px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	margin: 0;
	border: none;
}
.input{
	-webkit-box-shadow: inset 0 1px 2px rgba(55,56,51,.5);
	-moz-box-shadow: inset 0 1px 2px rgba(55,56,51,.5);
	box-shadow: inset 0 1px 2px rgba(55,56,51,.5);
	width: 100%;
	display: block;
	height:27px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 auto 22px;
	padding: 0 10px;
	font-size: 13px;
	color: #868686;
	font-weight: 300;
}
.textarea{
	resize: none;
	height: auto;
	padding: 8px 10px;
}



/* ! header */
.header{
	border-bottom: 6px solid #dc1921;
	background: url(../images/header_bg.png) no-repeat left top #ffffff;
}
.header #logo{
	margin: 26px 0 16px 44px;
	float: left;
}
.header .container{
	float: right;
	padding: 45px 33px 0 0;
	text-align: right;
}
.header .container h6{
	font-size: 12px;
	font-weight: 300;
	color: #231f20;
	text-transform: uppercase;
}
.header .container h6 .text_red{
	color: #ed1c24;
}
.header .container h5{
	font-weight: 700;
	font-size: 25px;
	color: #231f20;
	text-align: right;
	line-height: normal;
	padding-left: 25px;
	background: url(../images/phone_icon.png) no-repeat left center;
	display: inline-block;
}
.header .container .menu{
	margin-top: 15px;
}
.header .container .menu li{
	float: left;
	text-align: center;
}
.header .container .menu li a{
	padding: 0 15px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	display: block;
}
.header .container .menu li:hover a,
.header .container .menu li.selected a{
	color: #fff;
	background-color: #dc1921;
}




/* ! footer */
.footer{
	width: 100%;
	background-color: #1f1f1f;
	background-image: -webkit-linear-gradient(top, #a00b10, #dd1a22);
	background-image: -moz-linear-gradient(top, #a00b10, #dd1a22);
	background-image: -o-linear-gradient(top, #a00b10, #dd1a22);
	background-image: -ms-linear-gradient(top, #a00b10, #dd1a22);
	background-image: linear-gradient(to bottom, #a00b10, #dd1a22);
}
.footer .content{
	padding: 22px 0;
}
.footer span{
	font-weight: 300;
	color: #fff;
	font-size: 14px;
}
.footer a{
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.footer strong{
	font-weight: 700;
}
.footer .copyright{
	float: left;
}
.footer .contact_info{
	float: right;
}
.footer .contact_info span{
	margin-left: 15px;
}




/* ! Home */
#home .section.one{
	width: 100%;
	overflow: hidden;
}
#home .section.one .content{
	padding: 0 42px;
	background: url(../images/home_phtoto1.png) no-repeat center top;
}
#home .section.one .content:before{
	content: "";
	display: block;
	width:100%;
	height: 100%; 
	background: url(../images/home_phtoto3.png) no-repeat right top;
	position: absolute;
	right: 918px;
	top: 0;
	z-index: -1;
}
#home .section.one .content:after{
	content: "";
	display: block;
	width:100%;
	height: 100%; 
	background: url(../images/home_phtoto2.png) no-repeat left top;
	position: absolute;
	left: 918px;
	top: 0;
	z-index: -1;
}
#home .section.one .box{
	width: 315px;
	background-color: rgba(0, 0, 0, 0.45);
}
#home .section.one .box .tc{
	display: table-cell;
	vertical-align: middle;
}
#home .section.one .box .black_box{
	padding: 0px 28px;
	display: table;
	height: 290px;
	width: 100%;
}
#home .section.one .box .black_box h2{
	font-size: 22.5px;
	color: #fff;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
#home .section.one .box .black_box p{
	font-weight: 300;
	font-size: 15px;
	color:#fff;
	line-height: normal;
	margin-top: 32px;
}
#home .section.one .box .red_box{
	position: relative;
	display: table;
	height: 129px;
	width: 100%;
	padding: 0px 41px;
	text-align: center;
}
#home .section.one .box .red_box:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-linear-gradient(bottom, #850203, #d01820);
	background-image: -moz-linear-gradient(bottom, #850203, #d01820);
	background-image: -o-linear-gradient(bottom, #850203, #d01820);
	background-image: -ms-linear-gradient(bottom, #850203, #d01820);
	background-image: linear-gradient(to top, #850203, #d01820);
	opacity: 0.65;
	width: 100%;
	height: 100%;
}
#home .section.one .box .red_box *{
	position: relative;
	z-index: 2;
}
#home .section.one .box .red_box h4{
	font-weight: 500;
	font-size: 13px;
	color:#fff;
	margin-bottom: 12px;
}
#home .section.one .box .red_box .contact_now_button{
	font-weight: 500;
	font-size: 13px;
	color:#fff;
	display: block;
	text-decoration: none;
	line-height: 40px;
	border: 2px ridge #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
}
#home .section.two{
	width: 100%;
	background: url(../images/hand_bg.png) no-repeat left bottom 40px, url(../images/home_shadow.png) no-repeat center top;
	background-color: #fff;
	background-size: auto, 100%;
}
#home .section.two .title{
	margin-bottom: 40px;
}
#home .section.two .title h1{
	font-weight: 300;
	font-size: 23px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 44px 0 20px;
	background: url(../images/title_shadow.png) no-repeat center bottom;
}
#home .section.two .title p{
	width: 660px;
	margin: 12px auto 0;
	line-height: 22px;
	font-weight: 100;
	font-size: 15px;
	color: #000;
	text-align: center;
}
#home .section.two .dig_box .white_box{
	width: 303px;
	height: 220px;
	background-color: #fff;
	border: solid 1px #efefef;
	float: left;
	display: table;
	margin: 35px 24px 0 0;
	padding: 50px 20px 20px;
	position: relative;
}
#home .section.two .dig_box .white_box:nth-child(3n+3){
	margin-right: 0;
}
#home .section.two .dig_box .white_box .position_top{
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
}
#home .section.two .dig_box .white_box .icon_box{
	width: 68px;
	height: 68px;
	border: 1px solid #fff;
	background-color: #ed1c24;
	margin: 0 auto;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-align: center;
	display: table;
}
#home .section.two .dig_box .white_box .icon_box span{
	display: table-cell;
	vertical-align: middle;
}
#home .section.two .dig_box .white_box h3{
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #ed1c24;
	text-transform: uppercase;
}
#home .section.two .dig_box .white_box p{
	font-size: 13px;
	font-weight: 300;
	color: #231f20;
	line-height: 17px;
	margin-top: 15px;
}
#home .section.two .dig_box .white_box .position_bottom{
	position: absolute;
	width: 100%;
	bottom: -17px;
	left: 0;
}
#home .section.two .testimonials{
	width: 745px;
	float: right;
	margin-top: 5px;
	padding: 60px 0 40px;
	border-top: 1px solid #d4d3d3;
}
#home .section.two .testimonials h4{
	font-weight: 500;
	font-size: 20px;
	color: #000;
	line-height: normal;
	padding-left: 15px;
	border-left: 4px solid #000;
	margin-bottom: 10px;
}
#home .section.two .testimonials #slide{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#home .section.two .testimonials #slide .slide_box{
	position: relative;
}
#home .section.two .testimonials #slide .slide_box .coment_box{
	float: left;
	width: 100%;
}
#home .section.two .testimonials #slide .slide_box .coment_box .coment{
	padding: 10px 20px;
	background-color: #f6f6f6;
	position: relative;
}
#home .section.two .testimonials #slide .slide_box .coment_box .coment:before{
	content: "";
	width: 25px;
	height: 31px;
	background: url(../images/coment_box.png) no-repeat center;
	position: absolute;
	bottom: -31px;
	left: 42px;
}
#home .section.two .testimonials #slide .slide_box .coment_box .coment p{
	font-size: 14px;
	color: #777777;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 10px;
}
#home .section.two .testimonials #slide .slide_box .coment_box h6{
	font-size: 14px;
	color: #777777;
	font-weight: 300;
	margin: 15px 80px 0;
	padding-left: 30px;
	line-height: normal;
	background: url(../images/coment_icon.png) no-repeat center left;
}
#home .section.two .testimonials #slide #dot_box {
	position: absolute;
	right: 29px;
	bottom: 8px;
}
#home .section.two .testimonials #slide #dot_box .dot {
	cursor: pointer;
	position: relative;
	background: #b5b5b5;
	width: 8px;
	height: 8px;
	float: left;
	margin: 0 10px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#home .section.two .testimonials #slide #dot_box .dot:last-child {
	margin: 0;
}
#home .section.two .testimonials #slide #dot_box .dot.selected,
#home .section.two .testimonials #slide #dot_box .dot:hover {
	background-color: #000;
}




/* ! Inner Page */
.inner .section_header{
	background: url(../images/header_title.jpg) no-repeat center;
	background-size: 100%;
}
.inner .section_header h1{
	padding: 0 54px;
	line-height: 99px;
	font-weight: 700;
	font-size: 31px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.23);
}




/* ! Contact Us Page */
#contact_us.body{
	background-color: #f0f0f0;
}
#contact_us .section_content{
	padding: 65px 0;
}
#contact_us .float_left{
	float: left;
	margin-left: 7px;
	width: 580px;
}
#contact_us .float_left h2{
	font-weight: 700;
	font-size: 23px;
	color: #000;
	margin-bottom: 25px;
}
#contact_us .float_left p{
	font-weight: 300;
	font-size: 15px;
	color: #373833;
	margin-bottom: 45px;
	line-height: 22px;
}
#contact_us .float_left .half{
	width: 48.3%;
}
#contact_us .float_left .left{
	float: left;
}
#contact_us .float_left .right{
	float: right;
}
#contact_us .float_right{
	float: right;
	width: 336px;
}
#contact_us .float_right h3{
	font-weight: 700;
	font-size: 20px;
	color: #000;
	padding: 0 5px;
	margin-bottom: 18px;
}
#contact_us .float_right .map{
	width: 100%;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.35);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.35);
	box-shadow: 0 2px 2px rgba(0,0,0,.35);
	border: solid 6px #fff;
	background-color: #fff;
	height: 190px;
	margin-bottom: 32px;
}
#contact_us .float_right .map iframe{
	width:100%; 
	height:100%;
}
#contact_us .float_right p{
	padding: 0 5px;
	margin-bottom: 18px;
	font-weight: 300;
	color: #616161;
	font-size: 15px;
	line-height: normal;
}
#contact_us .float_right a{
	color: #616161;
	text-decoration: none;
}
#contact_us .float_right p span{
	display: block;
	color: #dc1921;
}




/* ! Employment Opportunities Page */
#employment_opportunities.body{
	background-color: #fff;
}
#employment_opportunities .section_content{
	padding: 40px 0 55px;
}
#employment_opportunities .float_left{
	float: left;
	width: 600px;
	margin-right: 9px;
}
#employment_opportunities .float_left h3{
	font-weight: 700;
	font-size: 20px;
	color: #000;
	margin-bottom: 28px;
}
#employment_opportunities .float_left p{
	font-weight: 300;
	font-size: 15px;
	color: #000;
	line-height: 22px;
	margin-bottom: 20px;
}
#employment_opportunities .float_left a{
	text-decoration: none;
	color: #1a57e0;
}
#employment_opportunities .float_left h6{
	font-weight: 700;
	font-size: 15px;
	color: #000;
}
#employment_opportunities .float_left ul{
	margin-bottom: 30px;
}
#employment_opportunities .float_left ul li{
	font-weight: 300;
	font-size: 15px;
	color: #000;
	line-height: 22px;
	padding: 0 48px 0 28px;
	background: url(../images/love_ul_icon.png) no-repeat left 6px;
}
#employment_opportunities .float_right{
	float: right;
	width: 303px;
	margin-right: 7px;
}




/* ! About Us Page */
#about_us.body{
	background-color: #fff;
}
#about_us .section_content{
	padding: 40px 0;
}
#about_us .float_left{
	float: left;
	width: 692px;
}
#about_us .float_left h3{
	margin-top: 35px;
	font-weight: 700;
	font-size: 20px;
	color: #000;
}
#about_us .float_left h3.text_red{
	color: #ed1c24;
}
#about_us .float_left p{
	margin-top: 15px;
	font-weight: 300;
	font-size: 15px;
	color: #000;
	padding-right: 35px;
	line-height: 22px;
}
#about_us .float_left ul{
	margin-bottom: 15px;
}
#about_us .float_left ul li{
	margin-top: 30px;
	font-weight: 300;
	font-size: 15px;
	color: #616161;
	line-height: 22px;
	padding: 0 35px 0 30px;
	background: url(../images/love_ul_icon.png) no-repeat left 6px;
}
#about_us .float_right{
	float: right;
	width: 268px;
	padding-top: 123px;
}
#about_us .float_right h6{
	font-weight: 700;
	font-size: 17px;
	color: #616161;
	line-height: normal;
	padding: 45px 0 0;
	margin: 0 12px 25px 12px;
	position: relative;
	background: url(../images/end_talk_icon.png) no-repeat left top;
}
#about_us .float_right ul{
	border-left: 1px solid #e0e2df;
	padding: 42px 0 140px 24px;
}
#about_us .float_right ul li{
	font-weight: 300;
	color: #616161;
	font-size: 14px;
	margin-bottom: 18px;
}
#about_us .float_right ul li a{
	color: #616161;
	text-decoration: none;
}
#about_us .float_right ul li strong{
	display: block;
	font-weight: 700;
	line-height: 22px;
}




/* ! Services Page */
#services.body{
	background-color: #fff;
}
#services .section_one{
	padding: 23px 0 0;
}
#services .section_one .float_left{
	float: left;
	width: 274px;
	margin-left: 3px;
}
#services .section_one .float_right{
	float: right;
	width: 640px;
}
#services .section_one .float_right h3{
	font-weight: 700;
	font-size: 20px;
	color: #000;
	margin: 40px 0 18px;
}
#services .section_one .float_right h3.text_red{
	color: #ed1c24;
}
#services .section_one .float_right p{
	font-weight: 300;
	font-size: 15px;
	color: #231f20;
	line-height: 22px;
}
#services .section_one .float_right ul{
	margin-bottom: 40px;
}
#services .section_one .float_right ul li{
	font-weight: 300;
	font-size: 15px;
	color: #58595b;
	line-height: 22px;
	padding: 0 0 0 26px;
	background: url(../images/love_ul_icon.png) no-repeat left 6px;
	margin-bottom: 2px;
}
#services .section_two{
	padding: 23px 0 35px;
	border-top: 1px solid #d1d1d1;
}
#services .section_two .box{
	display: table-cell;
	width: 33.333%;
	padding: 17px 30px 2px 18px;
	border-right: 1px solid #d1d1d1;
}
#services .section_two .box:last-child{
	border-right: none;
}
#services .section_two .box h4{
	font-weight: 700;
	font-size: 18px;
	color: #ed1c24;
	padding-left: 18px;
	position: relative;
	line-height: normal;
	margin-bottom: 25px;
}
#services .section_two .box h4:before{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ed1c24;
	content: "";
	height: 21px;
	width: 6px;
}
#services .section_two .box p{
	font-weight: 300;
	font-size: 13px;
	color: #231f20;
	line-height: 22px;
}
#services .section_two .box ul{
	margin-top: 15px;
}
#services .section_two .box ul li{
	font-weight: 300;
	font-size: 13px;
	color: #58595b;
	line-height: 22px;
	padding: 0 0 0 25px;
	background: url(../images/love_ul_icon.png) no-repeat left 6px;
}
#services .section_three{
	padding: 45px 0 1px;
	border-top: 1px solid #d1d1d1;
}
#services .section_three .float_left{
	float: left;
	width: 639px;
	padding-left: 18px;
	background: url(../images/services_photo2.png) no-repeat right bottom;
}
#services .section_three .float_left h3{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#services .section_three .float_left p{
	color: #231f20;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	padding-right: 35px;
	margin-bottom: 30px;
}
#services .section_three .float_left span{
	font-size: 15px;
	color: #231f20;
	font-weight: 300;
}
#services .section_three .float_left ul{
	margin: 18px 0 50px;
}
#services .section_three .float_left ul li{
	font-weight: 300;
	font-size: 15px;
	color: #58595b;
	line-height: 22px;
	padding: 0 0 0 30px;
	background: url(../images/love_ul_icon.png) no-repeat left 6px;
	margin-bottom: 3px;
}
#services .section_three .float_right{
	float: right;
	width: 321px;
	border-left: 1px solid #d1d1d1;
	margin-top: 21px;
	padding: 5px 15px 5px 42px;
}
#services .section_three .float_right p{
	font-size: 15px;
	font-weight: 300;
	color: #231f20;
	line-height: 22px;
	margin-bottom: 30px;
}