@font-face {
	font-family: RobotoRegular;
	src: url('../font/Roboto-Regular.ttf');
}
@font-face {
	font-family: RobotoBold;
	src: url('../font/Roboto-Bold.ttf');
}
@font-face {
	font-family: RobotoMedium;
	src: url('../font/Roboto-Medium.ttf');
}
@font-face {
	font-family: OswaldRegular;
	src: url('../font/Oswald-Regular.ttf');
}
@font-face {
	font-family: OswaldLight;
	src: url('../font/Oswald-Light.ttf');
}
@font-face {
	font-family: OswaldDemiBold;
	src: url('../font/Oswald-DemiBold.ttf');
}
@font-face {
	font-family: OswaldMedium;
	src: url('../font/Oswald-Medium.ttf');
}
* {
	margin: 0;
	padding: 0;
}
.uppercase {
	text-transform: uppercase;
}
#content {
	min-width: 1300px;
	width: 100%;
}

/* Home page | Start here */

#home-page {
	font-family: RobotoRegular;
	font-size: 14px;
	width: 100%;
	min-height: 100vh;
	background-color: #1166dd;
	height: 100%;
	display: table;
	color: white;
	cursor: pointer;
}
#home-page #home-page-container {
	width: 1366px;
	margin: 0 auto;
}
#home-page .title {
	font-family: OswaldRegular;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 37px;
	color: #F7CC5A;
}

#home-page .section-1, #home-page .section-2 {
	float: left;
}
#home-page .section-1 {
	margin-left: 86px;
	width: 513px;
}
#home-page .section-1-1 {
	margin-top: 209px;
	margin-left: 24px;
}
#home-page .section-1-1:hover {
	opacity: 0.5;
}
#home-page .section-1-2 {
	margin: 74px 0 0 115px;
}
#home-page .section-1-3 {
	list-style-position: inside;
	margin: 10px 0 0 56px;
	line-height: 34px;
}
#home-page .section-2 {
	width: 682px;
}
#home-page .section-2-1 {
	margin: 157px 0 0 62px;
}
#home-page .section-2-1 .title {
	line-height: 57px;
}
#home-page .section-2-2 {
	margin-top: 0px;
	text-align: justify;
	line-height: 30px;
} 
#home-page .section-3 {
	margin-top: 75px;
	float: right;
	min-width: 422px;
} 
#home-page .section-3-1 {
	font-family: OswaldLight;
	font-size: 12px;
	color: #739de4;
	letter-spacing: 1px;
	margin-left: 42px;
	padding-left: 90px;
	border-bottom: 1px solid white;
}
#home-page .section-3-2-1 {
	background-image: url('../img/minus.png');
	width: 84px;
	height: 78px;
} 
#home-page .section-3-2-1 img {
	margin: 41px 0 0 18px;
}
#home-page .section-3-2-2 {
	overflow: hidden;
	margin: 24px 0 0 -16px;
}
#home-page .section-3-2-2 {
	letter-spacing: 1.2px;
}
#home-page .section-3-2-2 a {
	font-family: OswaldRegular;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
#home-page .section-3-2-1, #home-page .section-3-2-2 {
	float: left;
}
#home-page .section-3-2-2-1, #home-page .section-3-2-1 img {
	transition: all 1.5s ease;
}
#home-page .section-3-2-2-1 a {
	margin-left: 30px;
}
#home-page .tooltip span {
    display:none;
}
#home-page .tooltip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
}
/* Home page | End here */

/* Header | Start here */

#header {
	height: 162px;
	width: 100%;
	background-color: #1166dd;
	color: white;
	letter-spacing: 0.5px;
}
#header .header-container {
	width: 1349px;
	margin: 0 auto;
	position: relative;
}
#header #section-1 {
	margin: 126px 0 0 116px;
	float: left;
	overflow: hidden;
	width: 900px;
	letter-spacing: 1.2px;
}
#header #section-1-1 {
	width: 100%;
}
#header #section-1-1 .link {
	float: left;
	line-height: 40px;
	margin-top: -9px;
	padding-top: 13px;
}
#header #section-1-1 .link {
	transition: all 0.1s ease 0s;
}
#header #section-1-1 .link:hover,
#header #section-1-1 .link.active {
	margin-top: -13px;
	color: #ffe400;
}
#header #section-1-1 .link a:hover, #header #section-1-1 .link a:active,
#header #section-1-1 .link.active a {
	color: #ffe400;
}

#header #section-1-1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-family: OswaldRegular;
	margin-left: 29px;
	color: white;
	display: inline-block;
}
#header #section-2 {
	float: left;
	margin-left: -97px;
}
#header #section-2-1 {
	position: absolute;
	top: 56px;
	right: 52px;
}
#header #section-2-2 {
	margin-top: 107px;
}
#header #section-2-2-1 {
	float: left;
	margin-top: -28px;
	width: 164px;
	height: 164px;
	background-image: url('../img/minus-2.png');
	cursor: pointer;
}
#header #section-2-2-1 img {
	z-index: 99;
	margin: 80px 0px 0px 18px;
}
#header #section-2-2-2 {
	float: left;	
	margin-left: -14px;
	overflow: hidden;
}
#header #section-2-2-2-1 {
	width: 70px;
	height: 46px;
	border-right: 2px solid #70a3eb;
	margin-top: -8px;
}
#header #section-2-2-2-2 .link:hover {
	padding-top: 4px;
}
#header #section-2-2-2-2 .link {
	transition: all 0.1s ease;
}
#header #section-2-2-2-2 {
	margin: 17px 0px 0px 34px;
}
#header #section-2-2-2-2 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-family: OswaldRegular;
	color: #1166dd;
}
#header #section-2-2-2-2 a:hover {
	color: #242424;
}
#header #section-1-1, #header #section-2-2-1 img, #header #section-2-2-2-2 {
	transition: all 1.5s ease;
}

/* Header | End here */

/* Products page | Start here */

#product {
	margin: 169px auto 0;
	color: #1a1a1a;
	width: 1192px;
	line-height: 33px;
}
#product #section-1 .title {
	/*margin-left: 60px;*/
}
#product .title {
	font-family: OswaldRegular;
	font-size: 32px;
	line-height: 44px;
	text-transform: uppercase;
	color: #cc9a00;
	margin-top: -15px;
	margin-bottom: 15px;
}
#product .body {
	font-family: RobotoRegular;
	font-size: 16px;
	color: #5d5d5d;
	line-height: 37px;
	text-align: justify;
}
#product #section-2 {
	margin-top: 113px;
}
#product #section-2 .nav-tabs {
	display: table;
	margin-bottom: 21px;
}
#product #section-2 .nav-tabs a .tab {
	height: 75px;
	width: 294px;
	background-color: #343434;
	color: white;
	font-family: OswaldRegular;
	font-size: 22px;	
	float: left;
	margin-left: 4px;
	text-align: center;
	padding-top: 15px;
	
} 
#product #section-2 .nav-tabs a .tab.active {
	background-color: #1166dd;
	position: relative;
}
#product #section-2 .nav-tabs a .tab.active:after {
	z-index: -1;
	position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 22px #1166dd;
    border-left: solid 22px transparent;
    border-right: solid 22px transparent;
}
#product #section-2 .nav-content {
	font-family: RobotoRegular;
	font-size: 16px;
	color: #343434;
}
#product #section-2 .nav-content .data-sheet, #product #section-2 .nav-content .specification {
	background-color: #efefef;
	padding-bottom: 16px;
	position: relative;
}
#product #section-2 .structure-img {
	height: 200px;
}
#product #section-2 .structure-img img {
	height: 100%;
	width: auto;
}
#product #section-2 .nav-content .title {
	margin: 19px 0 0 58px;
	font-size: 36px;
	color: #1a1a1a;
	text-transform: none;
}
#product #section-2 .nav-content .row {
	display: table;
	line-height: 34px;
}
#product #section-2 .nav-content .name, #product #section-2 .nav-content .details {
	float: left;
}
#product #section-2 .nav-content .name {
	width: 223px;
}

#product #section-2 .nav-content .details {
	width: 373px;
}
#product #section-2 .nav-content .specification {
	margin-top: 8px;	
}
#product #section-2 .nav-content .specification #spec-table {
	width: 1192px;
	display: table;
	margin-top: 26px;
}
#product #section-2 .nav-content .specification #spec-table .name, #product #section-2 .nav-content .specification #spec-table .details {
	width: 50%;
}
#product #section-2 .nav-content .specification #spec-table .row {
	background-color: #D2D2D2;
	width: 100%;
	line-height: 41px;
}
#product #section-2 .nav-content .specification #spec-table .details {
	border-left: 1px solid white;
	width: 49%;
}
#product #section-2 .nav-content .specification #spec-table .row.header {
	text-transform: uppercase;
	font-family: OswaldDemiBold;
	color: #efefef;
	font-size: 28px;
	background-color: #1166dd;
	line-height: 50px;
}
#product #section-2 .nav-content .specification #spec-table .row.sub-header {
	background-color: #96b1e6;
	font-family: RobotoBold;
	text-transform: uppercase;
}
#product #section-2 .nav-content .specification #spec-table .row.sub-header .name {
	width: 50%;
	border: none;
}
#product #section-2 .nav-content .specification #spec-table p {
	padding-left: 59px;
}
#product #section-2 .nav-content .specification #spec-table .row {
	border-bottom: 6px solid #efefef;
}
#product #section-2 .nav-content .tab {
	display: none;
}
#product #section-2 .nav-content .tab.active {
	display: block;
}
#section-2 .circle {
	width: 15px;
	border-radius: 0px 30px 30px 0px;
	background: none repeat scroll 0% 0% #1166dd;
	position: absolute;
	left: 0px;
	height: 27px;
	top: 29px;
}
#product #section-3 {
	height: 30px;
	width: 220px;
	background-color: #96b1e6;
	border-radius: 30px;
	font-family: RobotoRegular;
	text-align: center;
	padding-top: 10px;
	margin: 18px 0px 30px 58px;
	line-height: 30px;
}
#product #section-3 a {
	text-decoration: none;
	color: #1a1a1a;
	margin-top: -5px;
	display: block;
	font-family: OswaldRegular;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#product #section-2 .content {
	display: table;
}
#product .structure-img {
	margin: 11px 0;
}
/* Products page | End here */

/* Footer page | Start here */

#footer {
	height: 68px;
	width: 100%;
	background-color: #1166dd;
	color: #96b1e6;
}
#footer .footer-container {
	max-width: 1366px;
	margin: 0 auto;
}
#footer #section-1 {
	font-size: 12px;
	font-family: OswaldLight;
	float: left;
	margin: 8px 12px 0 830px;
	letter-spacing: 1px;
}
#footer #section-2 {
	font-size: 18px;
	font-family: OswaldMedium;
	text-transform: uppercase;
	float: left;
	border-left: 1px solid #96b1e6;
	line-height: 46px;
	padding-left: 11px;
	margin-top: 11px;
	letter-spacing: 1.2px;
}
#footer #section-2 a {
	text-decoration: none;
	color: white;
}

/* Footer page | End here */

/* About Us page | Start here */

#about {
	margin: 169px auto 0;
	color: #1a1a1a;
	width: 1192px;
	font-family: RobotoRegular;
	font-size: 14px;
	color: #1a1a1a;
	text-align: justify;
	line-height: 30px;
}
#about #section-1 {
	display: table;
	position: relative;
}
#about #section-1 #section-1-1, #about #section-1 #section-1-2 {
	float: left;
} 
#about #section-1 #section-1-1 {
	width: 743px;
	float: left;
	min-height: 650px;
}

#about #section-1 #section-1-1 p {
	max-width: 683px;
	letter-spacing: 0.04px;
}
#about .title {
	/*margin-left: 59px;*/
	font-family: OswaldRegular;
	font-size: 32px;
	color: #cc9a00;
	text-transform: uppercase;
	line-height: 62px;
	margin-top: -15px;
	margin-bottom: 15px;
}
#about #section-1 #section-1-2 {
	position: absolute; 
	left: 743px;
	top: 75px;
}
#about #section-1 #slider1_container {
	width: 488px;
	height: 654px;
}
#about #section-2 {
	margin: 82px 0 141px 0;
	letter-spacing: 0.04px;
	width: 679px;
}
/* About Us page | End here */

/* Infrastructure page | Start here */

#infrastructure {
	margin: 169px auto 0;
	color: #1a1a1a;
	width: 1192px;
	font-family: RobotoRegular;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	text-align: justify;
}
#infrastructure #section-1 {
	display: table;
}
#infrastructure #section-1 #section-1-1, #infrastructure #section-1 #section-1-2 {
	float: left;
} 
#infrastructure #section-1 #section-1-1 {
	width: 743px;
	float: left;
}
#infrastructure #section-1 #section-1-1 p {
	max-width: 683px;
	letter-spacing: 0.04px;
}
#infrastructure .title {
	/*margin-left: 59px;*/
	font-family: OswaldRegular;
	font-size: 32px;
	color: #cc9a00;
	text-transform: uppercase;
	line-height: 62px;
	margin-top: -15px;
	margin-bottom: 15px;
}
#infrastructure #section-1 #section-1-2 {
	position: relative; 
	width: 448px;
	padding-top: 75px;
}
#infrastructure #section-1 #section-1-2 .image-container {
	float: left;
	width: 191px;
	height: 191px;
	margin-bottom: 8px;
}
#infrastructure #section-1 #section-1-2 .image-container:nth-child(odd) {
	margin-right: 8px;
} 
#infrastructure #section-1 #section-1-2 .image-container img {
	width: 100%;
	height: 100%;
}
#infrastructure #section-1 #section-1-2 #section-1-2-1 {
	width: 100%;
	text-align: right;
	color: #343434;
	float: left;
	padding-top: 15px;
	font-size: 14px;
}
#infrastructure #section-1 #section-1-2 #section-1-2-1 span {
	margin-right: 59px;
}
#infrastructure #section-1-1-1 {
	padding-right: 65px;
}
#infrastructure #section-2 {
	margin: 82px 0 141px 0;
	letter-spacing: 0.04px;
	display: table;
}
#infrastructure #section-2-1 .image-container {
	float: left;
	width: 191px;
	height: 191px;
	margin-right: 8px;
}
#infrastructure #section-2 .content-container {
	padding-bottom: 35px;
}
#infrastructure #section-2-1 .image-container img {
	width: 100%;
	height: 100%;
}
#infrastructure #section-2-1 #section-2-1-1 {
	color: #343434;
	float: left;
	padding-top: 168px;
	font-size: 14px;
	padding-left: 10px;
}

/* Infrastructure page | End here */

/* Quality Policy page | Start here */

#quality {
	margin: 169px auto 141px;
	color: #1a1a1a;
	width: 1192px;
	font-family: RobotoRegular;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	text-align: justify;
}
#quality #section-1 {
	display: table;
}
#quality #section-1 #section-1-1, #quality #section-1 #section-1-2 {
	float: left;
} 
#quality #section-1 #section-1-1 {
	width: 743px;
	float: left;
}
#quality #section-1 #section-1-1 p {
	max-width: 683px;
	letter-spacing: 0.04px;
}
#quality .title {
	/*margin-left: 59px;*/
	font-family: OswaldRegular;
	font-size: 32px;
	color: #cc9a00;
	text-transform: uppercase;
	line-height: 62px;
	margin-top: -15px;
	margin-bottom: 15px;
}

/* Quality Policy page | End here */

/* Certifications page | Start here */

#certifications {
	margin: 169px auto 0;
	color: #1a1a1a;
	width: 1192px;
	font-family: RobotoRegular;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	text-align: justify;
}
#certifications #section-1 {
	margin-top: 82px;
	letter-spacing: 0.04px;
	display: table;
}
#certifications #section-2 {
	margin: 60px 0 138px;	
	letter-spacing: 0.04px;
	display: table;
}
#certifications .title {
	/*margin-left: 59px;*/
	font-family: OswaldRegular;
	font-size: 32px;
	color: #cc9a00;
	text-transform: uppercase;
	line-height: 62px;
	margin-top: -15px;
	margin-bottom: 15px;
}
#certifications #section-1-1, #certifications #section-2-1 {
	margin-top: 10px;
}
#certifications #section-1-1 .image-container, #certifications #section-2-1 .image-container {
	/*float: left;
	width: 191px;
	height: 191px;*/
	margin-right: 8px;
}
#certifications #section-1-1 .image-container a, #certifications #section-2-1 .image-container a {
	text-decoration: none;
	color: rgb(26, 26, 26);
}
#certifications #section-1-1 .image-container a:hover, 
#certifications #section-2-1 .image-container a:hover {
	color: #16D;	
} 
#certifications #section-1-1 .image-container img, #certifications #section-2-1 .image-container img {
	width: 100%;
	height: 100%;
}
#certifications #section-1-1 #section-1-1-1, #certifications #section-2-1 #section-2-1-1 {
	color: #343434;
	float: left;
	padding-top: 168px;
	font-size: 14px;
	padding-left: 10px;
}

/* Certifications page | End here */

/* Contact page | Start here */

#contact {
	margin: 169px auto 141px;
	color: #1a1a1a;
	width: 1192px;
	font-family: RobotoRegular;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	text-align: justify;
}
#contact #section-1 {
	display: table;
	width: 100%;
}
#contact #section-1 #section-1-1, #contact #section-1 #section-1-2,
#contact #section-1 #section-1-1 .label, #contact #section-1 #section-1-1 .details {
	float: left;
} 
#contact #section-1 #section-1-1 {
	width: 50%;
	float: left;
}
#contact #section-1 #section-1-1 .label {
	width: 237px;
	text-align: left;
	font-size: 16px;
	color: #343434;
	font-family: RobotoMedium;
}
#contact #section-1 #section-1-1 .details {
	margin-left: 15px;
	font-size: 16px;
	color: #1166dd;
}
#contact #section-1 #section-1-1 .row {
	display: table;
}
#contact #section-1 #section-1-1 .down.details {
	margin-bottom: 33px;
}
#contact #section-1 #section-1-1 p {
	max-width: 683px;
	letter-spacing: 0.04px;
}
#contact .title {
	font-family: OswaldRegular;
	font-size: 32px;
	color: #cc9a00;
	text-transform: uppercase;
	line-height: 62px;
	display: table;
}
#contact .title.enquiry {
	margin-left: 59px;
}
#contact #section-1-2 {
	width: 50%;
}
#contact .enquiry-form {
	width: 80%;
	padding: 5% 0 0 10%;
}
#map-canvas {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
  }
/* Contact page | End here */

.form-group {
	margin-bottom: 15px;
}

.form-control {
	display: block;
	width: 100%;
	height: 18px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
textarea.form-control {
    height: auto;
    overflow: auto;
}
.form-control:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.btn-primary {
    color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.focus {
    color: #FFF;
    background-color: #286090;
    border-color: #204D74;
}