﻿.parag
{
 text-align:center;
}

.headerModal
{
  color: #0A70A6;
  font-size: 22px;
}

/*.btnClose
{
    color : #fff !important;
    line-height: 20px;
    margin-bottom: 30px;
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #0A70A6 100%)!important;
	background-image: -o-linear-gradient(top, #5bc0de 0%, #0A70A6 100%)!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#0A70A6))!important;
	background-image: linear-gradient(to bottom, #5bc0de 0%, #0A70A6 100%) !important;
}
.btnClose:hover, .btnClose:focus
{
    background-color: #0A70A6 !important;
	color: #fff !important;
}*/

.title-site
{
    font-size: 22px;
	font-family: open_sansregular;
	font-weight: normal;
	text-align: center;
	color: #0A70A6;
	text-transform: none;
	padding: 10px 0px;
}
.text-site
{
	text-align: justify;
	font-family: open_sansregular;
	font-size: 15px;
}


.contact-header
{
	background-image: url('../Images/headers/sec-page-header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	width: 100%;
	margin-top: 92px;
	overflow: hidden;
}
#contact-modal
{
	min-height: 200px;
	padding: 20px;
	max-width: 600px;
}

#contact-modal.sixteen.columns.container
	{
		width: 90%;
	}
	
/*Contact Tabs*/
.contact
{
	border-color: #e6e6e6;
	margin-left: 15px;
}
.sectionHeader
{
	/*color:#03A1E8;*/
	font-size: 22px;
	padding: 10px 0px 3px 0px;
	margin: 0px;
}
.sectionHeader.active
{
	padding-bottom: 0px;
	border-bottom: 5px solid #0A70A6;
}
.sectionHeader a
{
	text-decoration: none;
}
.sectionHeader.active a
{
	margin-right:0px;
	color:#0A70A6!important;
	background-color: transparent !important;
	border: none !important;
}
.sectionHeader:hover
{
	/*background-color: #0F90CA;*/
	background-color:#0A70A6;	
}
.sectionHeader:hover a
{
	color: #fff ;
}
.sectionHeader a:hover, 
.sectionHeader a:focus
{
	background-color: transparent!important;
	border:solid 1px transparent !important;
}
.sectionHeader a:focus {outline:none;} 
.sectionHeader a::-moz-focus-inner {border:0;}

.sectionHeader.active:hover, 
.sectionHeader.active:focus
{
	background-color: transparent;
}
.sectionHeader.active a:hover, 
.sectionHeader.active a:focus
{
	border:none !important;
}
#contactus, #request-quote, #careers
{
	display:none;
}
#contactus.active, #request-quote.active, #careers.active
{
	display: block;
}

/*Forms*/
#messagesContact, #messagesRequestQuote, #messagesCareers
{
font-family: open_sansregular;
text-align: center;
font-size: 16px;
margin-top: 20px;
margin-bottom: 20px;
color: #ff4b64;
}
.form-group {
	margin-bottom: 30px;

}
label 
{
	display: inline-block;
	margin-bottom: 5px;
	color: #2f2f2f;
	font-weight: normal;
	line-height: 20px;
	}
.required {
	color: #ff4b64;
}
.form-control{
	background-color: #fff;
	border: 1px solid #dcdcdc !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	padding-left: 18px;
	padding-right: 18px;
	height: 46px;
}
select.form-control
{
	height: 40px !important;
	border-radius: 0;	
}
textarea:disabled.form-control
{
	background-color: #eee !important;	
}
.form-control:hover, .form-control:focus {
	  border-color: #cacaca !important;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(202, 202, 202, 0.6) !important;
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(202, 202, 202, 0.6) !important;
}
.form-control.error
{
	outline: none !important;
	/*border-color:#0fa1d5 !important;
	box-shadow: 0 0 5px rgb(163,221,246)!important;*/
	border-color: #ff4b64 !important;
	box-shadow: 0 0 5px rgb(253,149,149)!important;
	
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
	background-color: #fff;	
}
.buttons
{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.button
 {
 	font-size: 15px !important;
    text-transform: uppercase;
	line-height: 20px;
	width: 150px;
	margin-bottom: 30px;
	
	/*background-image: -webkit-linear-gradient(top, #5bc0de 0%, #0A70A6 100%)!important;
	background-image: -o-linear-gradient(top, #5bc0de 0%, #0A70A6 100%)!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#0A70A6))!important;
	background-image: linear-gradient(to bottom, #5bc0de 0%, #0A70A6 100%) !important;*/
	border-radius: 4px !important;
}


/*removing unwanted outline for buttons*/
.button:focus {outline:none;} 
.button::-moz-focus-inner {border:0;}

/* Google map
=============== */
#map
{
	width: 100%;
	height: 400px;
	
}

.over-map
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	opacity:0.2;
		width: 100%;
	height: 400px;
}

.map-wrapper
{
	position:relative;
}

/*Careers*/
.careers-text
{
	border-radius: 6px;
	padding: 20px 10px 30px; 
	font-size: 16px;
    line-height: 24px; 
    color: #244792;
    text-align: center;
    /*background-color: #F7F7F7;
    border: 1px solid  #dcdcdc;
    margin: 30px 0px;*/
}
.resume-section
{
	border-bottom: 2px solid #0A70A6;
	color: #0A70A6;
    font-size: 20px; 
    padding-left: 0px; 
    padding-bottom: 10px;	
}
.close
{
	margin-top: -17px;
}
input[type="checkbox"]
{
	width: 20px;
	float: left;
	margin-right: 10px;
}
input[type="checkbox"]:focus {outline:none;} 
input[type="checkbox"]::-moz-focus-inner {border:0;}

.resume-options
{
	/*margin-top:12px;*/
	color: #0A70A6; 
	font-size: 17px;
}
.resume-options.active a
{
	background-color: transparent !important;
}
.resume-options.active a
{
	background-color: #0A70A6 !important;
	color: #fff !important;
	border: none !important;
	padding-bottom: 12px;
}
.resume-options a:focus {outline:none;} 
.resume-options a::-moz-focus-inner {border:0;}
.options
{
	color: #244792;
	text-align: center;
	padding: 20px 10px;
	font-size: 15px;
}
.content
{
	display: none;
}
.content.active
{
	display: block !important;
}
.fileinput-button
{
	padding: 10px;
	margin-left: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	float:left;
	z-index: 100;
	/*background-image: -webkit-linear-gradient(top, #5bc0de 0%, #0A70A6 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #0A70A6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#0A70A6));
	background-image: linear-gradient(to bottom, #5bc0de 0%, #0A70A6 100%);*/
}

.fileinput-button:hover,
.fileinput-button:focus {
  background-color: #0A70A6;
  
}
#filepath
{
	width: 82%;	
	height: 42px !important;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.files
{
	width: 100%;
	height: 42px;
	text-align: right;
	padding-right: 5px;
	float: right;
	margin-top: -42px;
	position:relative;
}
.files .text-danger
{
	padding-right: 0px;
}
.text-danger
{
	font-size: 16px;
	color: #ff4b64;
	text-align:right;
	padding-right: 5px;
}
#deleteFile
{
	display:none;
	right:6px;
	cursor:pointer;
	width:18px;
	height:18px;
	position:absolute;
	background-color: #ff4b64;
}
#deleteFile a
{
	font-size: 20px;
	color: #fff;
	margin-top: -1px;
	margin-right: 3px;
	opacity: .8;
}
#deleteFile:hover a
{
	opacity: 1;	
}
/*Contacts Info */
.contacts-widget .contacts-info-list {
  padding-left: 30px;
  list-style: none;
  margin-top: 30px;
}
.contacts-widget .contacts-info-list > li {
  position: relative;
  padding-left: 50px;
  min-height: 32px;
  display: table;
}
.contacts-widget .contacts-info-list > li + li {
  margin-top: 22px;
}
.contacts-widget .contacts-info-list > li .info-item {
  display: block;
  vertical-align: middle;
}
.contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /*background: #2f2f2f;*/
  background: #0A70A6;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.section.dark .contacts-widget .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.1);
}
.contacts-widget .contacts-info-list > li a {
  -webkit-transition: none;
  transition: none;
}
.contacts-widget .contacts-info-list > li a:hover {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.contacts-widget.widget__footer .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.contacts-widget.widget__footer .contacts-info-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contacts-widget.widget__footer .contacts-info-list > li a:hover {
  text-decoration: none;
  color: #dc2a0b;
}

.btn-primary, .btnClose {
    background-image: none;
    background-repeat: no-repeat;
    border:none;
    background-color:#0A70A6;
}

.btn-primary:hover, .btnClose:hover
{
	background-color:#EEEEEE;
	color:#0A70A6;
}

 /* media queries */
 @media only screen and (min-width: 992px) and (max-width: 1199px)
 {
 	.forms-area
 	{
 		padding-right: 0px;
 		margin-left: -15px;
 	}
 	.fileinput-button
 	{
 		font-size: 13px;
 		padding: 11px;
 	}
	.contacts-widget .contacts-info-list
	{
		padding-left: 0px;
	}
	.info-item
	{
		font-size: 12px;	
	}
 }
 
 @media only screen and (min-width: 768px) and (max-width: 991px)
 {
 	.form-group {
		margin-bottom: 20px;
	}
	.button
	{
		margin-bottom: 0px;
	}
	.careers-text 
	{
		padding-bottom: 15px;
	}
	.options
	{
		padding: 20px 0px;
	}
	.fileinput-button
	{
		margin-left: 0px;
	}
	#filepath {
		width: 81%;
	}
    	.contacts-widget .contacts-info-list
	{
		margin-top: -15px;	
	}
 }
 @media only screen and (min-width: 480px) and (max-width: 767px)
 {
 	.sectionHeader {
		font-size: 16px;
	}
	.contact {
		 margin-left: 0px;
	}
	.resumeUpload
	{
		margin-top: 15px;	
	}
	.form-group {
		margin-bottom: 20px;
	}
	.button
	{
		margin-bottom: 10px;
		margin-top: 10px;	
	}
	.careers-text 
	{
		font-size: 15px;
		padding-bottom: 10px;
	}
	.options
	{
		padding: 10px 0px;
		font-size: 14px;	
	}
	.fileinput-button
	{
		margin-left: 0px;
	}
	#filepath {
		width: 67%;
	}
	.contacts-widget .contacts-info-list
	{
		margin-top: -10px;	
	}
 }
 @media only screen and (max-width: 479px)
 {
 	.sectionHeader {
		font-size: 16px;
		float: none !important;
		padding: 0px;
	} 	
	.contact {
		 margin-left: 0px;
	}
	.form-group {
		margin-bottom: 10px;
	}
	.button
	{
		margin-bottom: 0px;
		margin-top: 10px;	
	}
	.careers-text 
	{
		font-size: 13px;
		padding-bottom: 0px;
	}
	.resume-options
	{
		font-size: 16px;
	}
	.options
	{
		font-size: 13px;
		padding: 10px 0px;	
	}
	.fileinput-button
	{
		margin-left: 0px;
		padding: 5px;
	}
	#filepath {
		width: 250px;
		height: 32px !important;
	}
 	.contacts-widget .contacts-info-list
	{
		margin-top: -20px;	
		padding-left: 5px;
	}	
 }
 







