@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(../css/fonts.css);
@import url(../css/menu.css);
/* =============================================================================
   BROWSER RESET STYLES
   ============================================================================= */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #5b5a5a;
	font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong{
	font-weight:bold;
}
.text-white{
	color:#fff;
}
* {
	margin: 0;
	padding: 0;
}
label {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
}
.clear, .clearfix {
	clear: both;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
input::-moz-focus-inner {
 border: 0;
}
input, select, textarea, button {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #FFF;
}
::-webkit-input-placeholder {
 color:#717171;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
/* =============================================================================
   TYPOGRAPHY STYLES
   ============================================================================= */
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 25px;
	color: #0267b1;
	font-weight: 700;
	margin-bottom: 20px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
p, li {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #5b5a5a;
	padding-bottom: 4px;
	font-family: 'Roboto', sans-serif;
}
li {
	padding: 0;
}
a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.wrapper {
	width: 100%;
}
/* =============================================================================
   HEADER STYLES
   ============================================================================= */   
.pageWidth {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
header {
	width: 100%;
	background:#35406d;
}
header .innerPage{
	width: 100%;
	height:80px;
	background:#35406d;
}
header .homeSlider{
	width:100%;
	margin:15px 0;
	position:absolute;
}
header .headLeft{
	padding:10px 0;
} 
.headLeft {
	float: left;
	z-index:9999;
}
.headLeft-1 {
	float: left;
	position:absolute;
	z-index:9999;
}
.headRight {
	float: right;
}

/* =============================================================================
   CONTAINER STYLES
   ============================================================================= */
section {
	width: 100%;
}
.slider {
	width: 100%;
	position:relative;
}
.mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}
.main_content {
	width: 100%;
	padding: 25px 0;
}
.services_col {
	width: 100%;
}
article {
	float: left;
	width: 33.33%;
	position: relative;
	margin-bottom: 30px;
}
article.about_spurti {
	background: #f58220;
}
article.our_products {
	background: #0072bc;
}
article.FAQ {
	background: #53c5cf;
}
article.why_crest {
	background: #ab1c21;
	margin-left: 35px;
}
.left_article {
	width: 32%;
	float: left;
}
.left_article img {
	display: block;
	margin:50px auto;
}
.right_article {
	width: 68%;
	float: left;
	min-height: 203px;
}
.right_article div {
	padding: 30px 0;
	margin-right:10px;
}
.right_article h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
}
.right_article p {
	color: #fff;
}
.right_article a {
	float: right;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background: rgba(0,0,0,0.1);
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all linear 0.3s;
}
.right_article a i {
	color: #dfdfdf;
	margin-right:0;
}
article.about_crest a:hover {
	background: #be6112;
}
article.our_products .right_article a:hover {
	background: #00436e;
}
article.FAQ .right_article a:hover {
	background: #0095a2;
}
article.why_crest .right_article a:hover {
	background: #840005;
}
.right_article a:hover i {
	color: #fff;
}

.homeAbout{
	width:58%;
	margin:0 2% 0 0;
	float:left;
}
.homeAbout p{
	padding-bottom:25px;
	line-height:22px;
}
.homeAbout a{
	background:#ea4a34;
	color:#fff;
	border:1px solid #da412c;
}
.homeAbout a:hover{
	background:#da412c;
	color:#fff;
	border:1px solid #da412c;
}
.homeAboutImg{
	width:40%;
	margin:0;
	padding:3px;
	border:1px solid #dcdcdc;
	float:left;
}
.btn, .homeAbout a{
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn .btn-red{
	background:#ea4a34;
	border:1px solid #da412c;
}

.careersHome{
	background:#08C url(../images/careers.jpg) no-repeat center;
	width:100%;
	background-size:cover;
	height:auro;
	margin:0;
	padding:40px 0;
}
.careers h3{
	color:#fff;
	font-size:18px;
	padding-bottom:15px;
	font-weight:600;
}
.careers small{
	color:#f5f5f5;
	line-height:30px;
	font-size:13px;
}
.careers p{
	color:#fff;
	line-height:22px;
}
/* =============================================================================
   FOOTER STYLES
   ============================================================================= */
footer {
	width: 100%;
}
.footer_top {
	width: 100%;
	background: #081116;
	padding: 15px 0;
	overflow:hidden;
}
.footer_logo {
	float: left;
	padding: 0;
	width: 25%;
}
.footer_logo img{
	opacity:0.5;
}
.footerMenu{
	width:auto;
	margin:10px 0;
	float:right;
}
.footerMenu ul li{
	list-style:none;
	margin:0 10px;
	float:left;
}
.footerMenu ul li a{
	color:#777;
	line-height:20px;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}
.footerMenu ul li a:hover{
	color:#fff;
}
.footer_bottom {
	padding: 13px 0;
	background: #081116;
	border-top: 1px solid #141d22;
}
.footer_bottom p {
	color: #a8a8a8;
	text-align: left;
	font-size: 13px;
	float:left;
}
.sirilogo{
	float:right;
	text-align:right;
	font-size:12px;
	text-transform:none;
	color:#FFF;
	font-weight:500;
}
.sirilogo img{
	margin:0 0 0 5px;
	float:right;
}
/* =============================================================================
   INNER PAGE DESIGNS
   ============================================================================= */   
.pageHeader{
	width:100%;
	margin:0;
	padding:0px 0 20px 0;
	float:left;
	background:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
}
.pageHeader h3{
	text-align:center;
	padding:20px 0 10px 0;
	font-weight:500;
	color:#333;
}
.pageHeader small{
	color:#888;
	font-size:14px;
	text-align:center;
}
.pageHeader small a{
	color:#000;
}
.pageContent{
	min-height:650px;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.pageContent h4{
	text-align:left;
	font-size:16px;
	padding:0 0 10px 0;
	color:#333;
	line-height:25px;
	font-weight:600;
}
.pageContent p{
	margin-right:30px;
	line-height:22px;
	padding-bottom:20px;
}
.aboutImg{
	float:right;
	margin-left:30px;
}
.aboutImg2{
	float:right;
	width:25%;
	margin-left:30px;
}
.aboutImg3{
	float:left;
	width:25%;
	margin-right:30px;
}
.padding-bottom{
	padding-bottom:30px;
}
.main-content{
	width:100%;
	margin:0;
	float:left;
	padding:30px 0 0 0;
	background:#fff;
}

.careersinner{
	margin:0 2% 30px 0;
	width:48%;
	border:1px solid #dcdcdc;
	border-radius:4px;
	float:left;
}
.careersinner div{
	padding:10px 15px;
	height: 330px;
	overflow: auto;
}
.careersinner .new{
	padding:10px 15px;
	height: 150px;
	float:left;
	overflow: auto;
}
.careersinner h4{
	color:#000;
	padding:10px 15px;
	background:#f5f5f5;
	border-bottom:1px solid #dcdcdc;
	margin:0 0 10px 0;
}
.careersinner small{
	font-size:13px;
	margin-bottom:15px;
	display:inline-block;
}


/* =============================================================================
   CONTACT STYLES
   ============================================================================= */
input, textarea, select {
	background: #f9f9f9;
	border: 1px solid #dddddd;
	color: #333;
	float: left;
	font-size: 13px;
	height: 40px;
	outline: medium none;
	padding: 6px 2%;
	resize: vertical;
	width: 100%;
}
.contact_col {
	width: 100%;
}
.contactMap {
	width: 48%;
	height:490px;
	float: left;
	padding:3px;
	border:1px solid #dcdcdc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.contactForm {
	width: 100%;
	float: left;
}
.common_form ul li:first-child {
	margin-left: 0;
}
.common_form ul li {
	float: left;
	list-style: outside none none;
	margin-bottom: 18px;
	margin-left: 4%;
	width: 48%;
}
.common_form li label span {
	color: #ff0000;
	font-size: 12px;
	padding-left: 2px;
}
.common_form li label {
	float: left;
	font-weight: 300;
	margin-right: 0;
	padding-bottom: 5px;
	width: 100%;
}
.common_form li.full {
	width: 100%;
	margin-left: 0;
}
.common_form ul li.full input, .common_form ul li.full textarea {
	padding: 6px 1%;
	width: 100%;
}
.common_form textarea {
	min-height: 70px;
}
.submit_btn {
	float: left;
}
.submit {
	float: left;
}
.submit_btn i {
	float: left;
	padding-right: 10px;
	color: #fff;
}
.submit_btn span {
	float: left;
	color: #fff;
	line-height: 18px;
}
.submit_btn {
	background: #e54d3b;
	border: medium none;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	min-width: 100px;
	padding: 11px 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
	cursor: pointer;
	margin-right: 10px;
}
.submit_btn i{
	margin-top:3px;
}
.submit_btn:hover {
	background: #35406d;
}
.contact_address {
	width: 48%;
	margin:0 2% 0 0;
	float: left;
}
.contact_address1{
	float:left;
	width:47%;
}
.contact_address .headingTitle {
}
.contact_address .headingTitle h2 {
	font-size: 20px;
}
.contact_address1 ul {
	float: left;
	margin-bottom: 8px;
	width: 100%;
}
.contact_address1 li:first-child {
	margin-right: 10px;
	width: 25px;
}
.contact_address1 li {
	color: #555;
	float: left;
	font-size: 14px;
	line-height: 25px;
	list-style: outside none none;
	width: 80%;
}
.contact_address1 li i {
	background: #e54d3b;
	border-radius: 100%;
	color: #eee;
	display: block;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}
.contact_map {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.error, label.error{
	color:#F00;
	margin:0;
	font-size:13px;
}