/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear{clear:both; font-size:1px;line-height:1px; display:block; height:0;}
.clrflt{clear:both;}
.last	{margin:0 !important;}
.pad_last{padding:0 !important; margin: 0 !important;}
.no_bg {background:none !important;}
input:focus	{outline:none;}
/**************************************************************************************/
a											{color:#000; text-decoration:none; outline:0 none;}
a:hover										{color:#000;  text-decoration:none;}
h1											{font-size:24px;}
h2											{font-size:22px;}
h3											{font-size:18px;}
h4											{font-size:16px;}
h5											{font-size:14px;}
h6											{font-size:12px;}
/*----------------------------------------------------------------------------------*/
html 										{}
body										{color:#b1b1b1; font-family:"Arial", Verdana, Tahoma; font-size:12px;}
.flt_lt										{float:left; display:inline;}
.flt_rt										{float:right; display:inline;}
/*----------------------------------------------------------------------------------*/

body {
	
}

@font-face {
    font-family: 'GenevaRegular';
    src: url('../../../_fonts/geneva/geneva.eot');
    src: url('../../../_fonts/geneva/geneva.eot') format('embedded-opentype'),
         url('../../../_fonts/geneva/geneva.woff') format('woff'),
         url('../../../_fonts/geneva/geneva.ttf') format('truetype'),
         url('../../../_fonts/geneva/geneva.svg#GenevaRegular') format('svg');
}

@font-face {
    font-family: 'GenericaCondensedStdMedium';
    src: url('../../../_fonts/GenericaCondensedStd-Md/genericacondensedstd-md.eot');
    src: url('../../../_fonts/GenericaCondensedStd-Md/genericacondensedstd-md.eot') format('embedded-opentype'),
         url('../../../_fonts/GenericaCondensedStd-Md/genericacondensedstd-md.woff') format('woff'),
         url('../../../_fonts/GenericaCondensedStd-Md/genericacondensedstd-md.ttf') format('truetype'),
         url('../../../_fonts/GenericaCondensedStd-Md/genericacondensedstd-md.svg#GenericaCondensedStdMedium') format('svg');
}

@font-face {
    font-family: 'AlternateGothic2BTRegular';
    src: url('../../../_fonts/ALTGOT2N-1/altgot2n-1.eot');
    src: url('../../../_fonts/ALTGOT2N-1/altgot2n-1.eot') format('embedded-opentype'),
         url('../../../_fonts/ALTGOT2N-1/altgot2n-1.woff') format('woff'),
         url('../../../_fonts/ALTGOT2N-1/altgot2n-1.ttf') format('truetype'),
         url('../../../_fonts/ALTGOT2N-1/altgot2n-1.svg#AlternateGothic2BTRegular') format('svg');
}

.container {
	
}

/* Header and Menu */


.header {
	background: #000;
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  /*min-height: 617px;*/
}

.logo {
	float: left;
	width: 40%;
	margin: 20px;
}
.logo a {
    float: none !important;
    margin: 0 !important;
}
.logo img {
	width: 100%;
	height: auto;
}


.mobile-nav-toggle-on {
	
}
.mobile-nav-toggle-on a {
	color: #fff !important;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 100px;
	float: right;
	margin: 20px;
}



.mobile-nav {
    background: #000 none repeat scroll 0 0;
    display: none;
    width: 100%;
}
.mobile-nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.mobile-nav ul li {
    border-bottom: 1px solid #fff;
    width: 100%;
}
.mobile-nav ul li a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 10px;
    transition: all 0.7s ease 0s;
}
.mobile-nav ul li a:hover {
    /*background: #cd2129 none repeat scroll 0 0;*/
    color: #cd2129;
}
.mobile-nav ul li a.active { 
	color: #cd2129;
}

/* End Header and Menu */


/* Content */

.content {
	font-family: 'GenevaRegular';
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  margin: 40px 20px;
  padding: 0;
}

h1 {
	font-family: 'GenericaCondensedStdMedium';
	font-size: 40px;
	line-height: 40px;
}
h2 {
	font-family: 'GenericaCondensedStdMedium';
	font-size: 34.94px;
	color: #000000;
	line-height: 34.94px;
	border-bottom: 1px solid #e1f1f8;
	display: block;
	margin: 0;
	padding: 21px 0 4px 2px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
h4 {
	  font-family: 'GenericaCondensedStdMedium';
    font-size: 27.11px;
    color: #000000;
    line-height: 27.11px;
    border-bottom: 1px solid #e1f1f8;
    display: block;
    margin: 0 0 12px 0;
    padding: 28px 0 7px 1px;
    font-weight: normal;
    letter-spacing: -0.5px;
    background: url(/_images2/border.png) no-repeat left bottom;
}
.content p {
	margin: 20px 0;
}

.home-img {
	margin: 40px 10px 0 10px;
}
.home-contact {
	background: #e5e5e5;
	padding: 10px;
	margin: 20px 0;
}
.home-contact p {
	margin: 10px 0;
}

.content ul.proud-supoorter {
	margin: 0;
	padding: 25px 0 0 0;
	display: inline-block;
}
.content ul.proud-supoorter li {
	margin: 0 3% 0 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 30%;
}

.content ul.proud-supoorter li img {
	width: 100%;
	height: auto;
}

.services-list li {
	background: url('/_images2/tick.png') no-repeat left top;
  font-family: 'GenevaRegular';
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  margin: 0;
  padding: 0 0 0px 25px;
  display: block;
}

.gallery-frame {
	width: auto;
	margin: 20px 0;
}

.careers {
	margin: 40px 20px;
}
.lft-careers {
	display: block;
	max-width: 100%;
	padding: 20px 0;
}
.lft-careers h3 {
	font-family: 'GenericaCondensedStdMedium';
  font-size: 30px;
  color: #0098d2;
  line-height: 30px;
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
}
.rgt-careers {
	display: block;
	max-width: 100%;
	background: #0098D2;
	color: #fff;
	padding: 20px;
}
.rgt-careers h3 {
  font-family: 'GenericaCondensedStdMedium';
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  display: block;
  font-weight: normal;
	padding: 0 20px;
}
.rgt-careers a {
	color: #fff;
}
.rgt-careers ul li img {
	margin: 0 10px 0 0 ;
}

.contact {
	margin: 40px 0 0 0;
}
.contact h1 {
	margin: 0 20px;
}
.map {
	margin: 20px;	
}
.map-title {
	font-family: 'GenericaCondensedStdMedium';
	font-size: 24px;
	color: #0000;
	line-height: 24px;
	display: block;
	margin: 9px 0 4px -2px;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.map-title, .map-addr {
	margin: 10px 20px !important;
}
.contactForm {background: #000000; padding: 20px; text-align: center;}
.contactForm	ul							{margin:0; padding:0; display:inline-block; }
.contactForm	ul li						{margin:0; padding:0 0 9px 0; display:block; }
.contactForm	ul li label					{font-family: 'GenericaCondensedStdMedium'; font-size:31.45px; color:#ffffff; line-height:31.45px; display:block; margin:8px 0 0 -1px;
											 padding:0; font-weight:normal; letter-spacing: 0px; width:101px;}
.contactForm	ul li .formin1				{width:296px; padding:11px 11px;font-family: 'GenevaRegular';  font-size:16px; color:#000000; line-height:16px; display:block;  margin:0;
											 font-weight:normal; letter-spacing: 0px;  border:0 none;}											 
.contactForm	ul li .formin2				{width:297px; padding:10px 10px;font-family: 'GenevaRegular';  font-size:16px; color:#000000; line-height:16px; display:block;  margin:0;
											 font-weight:normal; letter-spacing: 0px; height:171px; resize:none; border:0 none;}											 
.contactForm	ul li .formin3				{width:141px; padding:11px 0 7px; font-family: 'AlternateGothic2BTRegular';  font-size:29.39px; color:#ffffff; line-height:29.39px; display:block;  margin:3px 0 0 100px;
											 font-weight:normal; letter-spacing: 0px;  resize:none; background:#6eccff; text-align:center; border:0 none; cursor:pointer;}	
.contactForm	ul li .formin3:hover		{background:#ffffff; color:#6eccff; }	


/* End Content */



/* Footer */

.footer {
	background: #2b2929;
	background-image: url(../img/banimg3.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  /*min-height: 617px;*/
	color: #fff;
	font-family: 'GenevaRegular';
  font-size: 14px;
  padding: 20px;
}

.footer h3 {
	font-size: 30px;
}
.footer h3 span {
	color: red;
}
.footer p  {
	margin: 10px 0;
}
.ftitle {
	font-weight: bold;
}

.lft-ftr {
	float:left;
	width: 75%;
}
.rgt-ftr {
	float: right;
	width: 24%;
	position: relative;
	min-height: 70px;
}
.ftr-social {
	position: absolute;
	bottom: 0;
	right: 0;
}
.ftr-social a {
	display: block;
	width: 100%;
}

.lft-ftr span  {
	font-family: 'GenevaRegular';
	font-size: 16px;
	color: inherit; 
	text-decoration: none;
	line-height: 16px;
	display: block;
	margin: 0 0 0 0;
	padding: 11px 0 5px 40px;
	font-weight: normal;
	letter-spacing: 0px;
	background: url(../img/phonesm.png) no-repeat left center;
}

.lft-ftr span a {
	color: inherit;
}

.lft-ftr a.mail {
	font-family: 'GenevaRegular';
	font-size: 16px;
	color: #6eccff;
	line-height: 16px;
	display: block;
	margin: 13px 0 0 3px;
	padding: 4px 0 4px 40px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: underline;
	background: url(../img/mailsm.png) no-repeat left center;
}

/* End Footer */







