@charset "utf-8";
/* CSS Document */

body {
	color: #444444;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
	color: #183752;
    font-weight: 300;
    margin: 0 0 25px;  
}

.h1, .h2, .h3 {
	color: #444444;
}
h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 10px;
}
h1 {
	font-size: 2.75em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 2.25em;
}
h4 {
	font-size: 1.75em;
}
h5 {
    font-size: 1.5em;
}
h6 {
    font-size: 1.25em;
}
a {
	color: #fe3d2e;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:hover {	
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: none;;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* ================= Header Styles =================== */
header {
	background: #f0f2f3;
    border-bottom: 2px solid #eceded;
    padding: 15px 0;
}
header ul {
	float: right;
}
header ul li {
	font-size: 1.125em;
    font-weight: 400;
	margin-left: 20px;
    padding-top: 20px;
}
header li a {
	color: #2f2f2f;    
}
header ul li a:hover,
header ul li a:hover i {
	color: #fe3d2e;
}
header i {
	color: #a3a6a7;
    margin-right: 5px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

@media (max-width: 767px) {
    header img {
        display: block;
        margin: 0 auto;
    }
    header ul {
        float: none;
    }
}
@media (max-width: 1199px) {
    .row {
        margin: 0;
    }
	.container {
		width: 100%;
        padding: 0;
	}
}

/* ================= Google Language Widget =================== */
#google_translate_element {
	display: inline-block;
}
.goog-te-gadget-icon {
	display: none;
}
.goog-te-gadget-simple {
	border: 1px solid #ddd !important;
	padding: 5px !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	color: #666;
	font-family: 'Open Sans', sans-serif;
}

/* ================= Navigation Styles =================== */
.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.navbar .navbar-main {
	margin-left: -15px;
}
.navbar .navbar-main > li > a {
	color: #1f2d3a;
	font-weight: 600;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	display: block;
	padding: 18px 15px;
}
@media (max-width: 855px) {
	.navbar .navbar-main > li > a {
		font-size: 1.1em !important;
		padding: 18px 6px !important;
    }
}
@media (max-width: 975px) {
	.navbar .navbar-main > li > a {
		font-size: 1.125em;
		padding: 18px 10px;
    }
}
.navbar .navbar-main > li:focus > a,
.navbar .navbar-main > li:active > a,
.navbar .navbar-main > li:hover > a,
.navbar .navbar-main > li.active > a,
.navbar .navbar-main > li.active:hover > a,
.navbar .navbar-main > li.open > a,
.navbar .navbar-main > li.open:hover > a {
	background-color: #fff;
	color: #ed1c24;
}
.navbar .navbar-main .dropdown-menu {
	background-color: #fff;
	border: 0;
	padding: 0;
	min-width: 220px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.navbar .navbar-main .dropdown-menu > li > a {
	padding: 7px 15px;
	color: #1f2d3a;
	font-size: 1.1em;
	font-weight: 400;
}
.navbar .navbar-main .dropdown-menu > li:hover > a,
.navbar .navbar-main .dropdown-menu > li:focus > a,
.navbar .navbar-main .dropdown-menu > li.active > a { 
	background-color: rgba(0,0,0,0.05);
}
.navbar .navbar-main .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar .navbar-main li.dropdown:hover > ul.dropdown-menu {
	display: block;
	-webkit-animation: fadeInDown 300ms;
	-moz-animation: fadeInDown 300ms;
	-ms-animation: fadeInDown 300ms;
	-o-animation: fadeInDown 300ms;
	animation: fadeInDown 300ms;
}
.navbar .navbar-main .sub-menu .dropdown-menu {
	left: 100%;
	top: 0;
	margin-top: 0;
}
.navbar-form {
    border: none;
	margin: 0;
    padding: 12px 15px;
}
.navbar-form .form-control {
    padding: 5px 10px;
}
/* ================== responsive menu =================== */
#mobile-menu .navbar-collapse {
	max-height: 100%;
}
ul li span.menu-toggler {
	display: inline-block;
	width: 30px;
	cursor: pointer;
	color: #444444;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
ul li span.menu-toggler i {
	display: block;
	line-height: 40px;
	margin-right: 20px;
}
ul li span.menu-toggler .fa-minus,
ul li span.menu-toggler.collapsed .fa-plus {
	display: none;
}
ul li span.menu-toggler .fa-plus,
ul li span.menu-toggler.collapsed .fa-minus {
	display: block;
}
#mobile-menu .navbar-collapse {
	border-top:0;
	box-shadow:none;
}
.navbar-collapse .navbar-nav {
	background: #fff;
}
.navbar-collapse li {
	list-style: none;
}
.navbar-collapse .navbar-nav > li a {
    border-bottom: 1px solid #f2f2f2;
	color: #444444;
	font-size: 1.15em;
	padding: 12px 20px;
	display: block;
}
.navbar-collapse .navbar-nav > li a:hover {
	background: #f6f6f6;
	text-decoration: none;
}
.navbar-toggle {
	margin: 10px 0 8px;
	border: none;
	float: left;
    border-color: #3b3392;
}
.navbar-toggle .icon-bar {
    background-color: #444444;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: transparent;
}
@media (max-width: 767px) {
    .navbar .col-md-12 {
        border-bottom: 2px solid #f2f2f2;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
}

/* ===============	SETTINGS FOR BANNER CONTAINERS ================== */
.boxedcontainer	{max-width: 1160px; margin:auto; padding:0px 30px;}

.tp-banner-container{
	width: 100%;
	position: relative;
	padding: 0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

@media (max-width: 540px) {
	.tp-banner-container,
	.tp-banner {
		display: none;
	}
}

/* ================     BODY    =================== */
.padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding img {
    margin-bottom: 25px;
}
.padding p {
    margin-bottom: 25px;
    line-height: 1.6;
}
.img-shadow {
    border: 5px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 40px;
}
.cond {
    color: #183752;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.alignleft {
    float: left;
    margin: 0 50px 30px 0;
}
.alignright {
    float: right;
    margin: 0 0 30px 50px;
}
@media (max-width: 767px) {
	.alignleft, .alignright {
		float: none;
		margin: 0;
        margin-bottom: 30px;
        width: 100%;
	}
}

/* ----------------   More info button   ------------------- */
.more_inverse, .more_red, .more_darkblue {
    display: inline-block;
	color: #fff;
	padding: 12px 20px;	
    font-weight: 400;    
    text-transform: uppercase;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.more_inverse {
    border: 2px solid #fff;
    padding-right: 15px;
}
.more_inverse:hover {
	background: #fff;
    color: #ed1c24;
}
.more_red {
    background: #ed1c24;
	padding: 13px 20px;
    padding-right: 15px;
}
.more_red:hover {
	background: #fe3d2e;
	color: #fff;
}
.more_darkblue {
    background: #183752;
	padding: 13px 20px;
    padding-right: 15px;
}
.more_darkblue:hover {
	background: #235077;
    color: #fff;
}

/* ----------------   Home Page Intro   ------------------- */
.fa-check-square {
    color: #ed1c24;
    padding-right: 10px;
}
.h2 {
    border-bottom: 1px solid #ebebeb;
    color: #183752;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.75em; 
    font-weight: 700;
    padding-bottom: 20px;
	text-transform: uppercase;
}
.h2::after {
    background: #ed1c24;
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    top: 45px;
    left: 15px;
}
.h3 {
    color: #1f2d3a;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.375em; 
    font-weight: 700;
}

/* ----------------   Products   ------------------- */
.bgProd {
    background: #f4f4f4 url(../images/prod-bg.jpg) no-repeat top center;
    background-size: cover;
    border-bottom: 2px solid #e6e6e6;
    border-top: 2px solid #e6e6e6;
}
.overlay {
    position: relative;
}
.overlay_body {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3.75em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.overlay_body:hover {
    opacity: 1;
    cursor: pointer;
}
.overlay span {
    display: block;    
}
.overlay_body i,
.overlay span { 
    color: #fff;
    font-weight: 400;
    /*margin-top: 5px;*/
 }
.overlay i { 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* ----------------- Services ------------------ */
.services {
    background: #183752 url(../images/services-bg.jpg) no-repeat center center;
    background-size: cover;
}
.services h2 {
    color: #fff;
}
.services p {
    color: #b5b5b5;
}

/* ----------------- Inside Page Styles ------------------ */
.page-title {
    background: #183752 url(../images/services-bg.jpg) no-repeat center center;
    background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-title h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
}
.breadcrumb > li {
	color: #eee;
}
.breadcrumb > li + li:before {
	color: #eee;
}
.breadcrumb > .active,
.breadcrumb > li a {
	color: #9a9a9a;
}
.page .h2 {
	text-transform: none;
}
.page p  {
    line-height: 2;
}
.page li {
    line-height: 1.8;
}
.page ul, .page ol {
    margin-bottom: 30px;
}
.page li {
    margin-bottom: 10px;
	padding-left: 15px;
}
.page .list-unstyled li {
	clear: both;
}

@media (max-width: 767px) {
	.page-title h1 {
        font-size: 3.0em;
    }
}

.our-contact address {
    background: #1a1c27;
    padding: 30px 40px 15px;
}
.our-contact address h3 {
    color: #b4b4b4;
    font-weight: 600;
    text-transform: uppercase;
}
.our-contact address ul {
    list-style: none;
    margin-top: 35px;
    padding-left: 5px;
}
.our-contact address li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 25px;
    color: #b4b4b4;
    line-height: 1.4;
    letter-spacing: 0.75px;
}
.our-contact address li i {
    position: absolute;
    left: 0;
    top: 1px;
    color: #828282;
}
.our-contact address li i.fa-map-marker {
    font-size: 32px;
}
.our-contact address li i.fa-phone {
    font-size: 24px;
}
.our-contact address li i.fa-print {
    font-size: 24px;
}
.our-contact address li i.fa-envelope-o {
    font-size: 20px;
}
.our-contact address li span {
    display: block;
    font-size: 16px;
    padding-bottom: 7px;
}
.our-contact address li span a {
    color: #b4b4b4;
}
.our-contact address li span a:hover,
.our-contact address li i:hover {
    color: #ffac00;
}

@media (max-width: 767px) {
	.our-contact address {
        margin-top: 50px;
    }
}

.table {
    border-bottom: 2px solid #ddd;
    margin: 20px 0;
}
.table th {
    background: #eee;
    text-transform: uppercase;
	font-size: 1.125em;
    font-weight: 600;
}

.form-control {
    height: auto;
    padding: 10px 15px;
    color: #4e4e4e;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn {
    padding: 15px 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    border-radius: 0px;    
}
.btn-success {
    color: #000;
    background-color: #ffac00;
    border-color: #ff9600;
    -webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
    color: #000;
    background-color: #ff7e00;
    border-color: #ff7200;
}

/* ----------------- Timeline ----------------*/
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eceae4;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,  .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,  .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 44%;
	float: left;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #eceae4;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 23px;
	right: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-left: 10px solid #ddd;
	border-right: 0 solid #ddd;
	border-bottom: 10px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 24px;
	right: -9px;
	display: inline-block;
	border-top: 9px solid transparent;
	border-left: 9px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 9px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel p {
	font-size: 1.375em;
	font-weight: 400;
	margin: 0px;
	line-height: 1.2;
}
.timeline > li > .timeline-badge {
	background-color: #3ccae8;
	color: #fff;
	width: 75px;
	height: 75px;
	padding-top: 11px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -37px;	
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li:nth-child(even) > .timeline-panel {
	float: right;
}
.timeline > li:nth-child(even) > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 10px;
	left: -10px;
	right: auto;
}
.timeline > li:nth-child(even) > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 9px;
	left: -9px;
	right: auto;
}
@media (max-width: 767px) {
	.timeline > li > .timeline-panel {
		width: 38% !important;
    }
}
@media (max-width: 991px) {
	.timeline > li > .timeline-panel {
		width: 42%;
    }
}
.application {
	margin-bottom: 0px !important;
}
.application li {
	margin-bottom: 5px;
}
.application a {
	color: #444444;
	font-size: 1em;
}
.application a:hover  {
	color: #fe3d2e;
}
.veh-title {
	background: #444444;
	color: #fff;
	padding: 5px 10px;
	margin-top: 25px;
	margin-bottom: 0px !important;
}
.veh-data {
	margin-top: 0px;
}
.veh-data td {
	padding: 5px !important;
	font-size: 1em;
}
.spl-msg {
	border: 1px solid #ddd;
	font-size: 1.125em;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
	padding: 10px 15px;
	
}

/* ----------------- Footer ------------------ */
footer {
	background: #f2f2f2 url(../images/title-area-pattern.png);
	border-top: 1px solid #e9e9e9;
    padding-top: 40px;
}
footer .h2 {
    border-bottom-color: #d8d8d8;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.625em;
	font-weight: 400;
    padding-bottom: 18px;
}
footer .h2::after {
    top: 41px;
}
footer p, footer li, footer a {
    color: #484848;
}
footer a:hover {
    color: #ed1c24;
    padding-left: 10px;
}
footer .fa-angle-right {
    color: #ed1c24;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer li {
	margin-bottom: 12px;
}
footer li:nth-last-child(1) {
	margin-bottom: 0;
}
footer li span {
	padding-left: 33px;
}
footer i {
	color: #989898;
	font-size: 1.25em !important;
	margin-right: 10px;
	vertical-align: middle;
   	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
footer a:hover i, footer i:hover {
    color: #ed1c24;
}
footer .form-group {
    margin-bottom: 7px;
}
footer .form-control {
    border: 1px solid #e5e5e5;
}
footer .copyright {
	background: #e6e7e8;
	border-top: 2px solid #e0e0e0;
	margin-top: 40px;
    padding: 20px 0;
}
footer .copyright p {
    color: #6a7176;
	margin: 0;
}
footer .copyright a:hover {
    padding-left: 0;
}
footer .copyright i {
    color: #6a7176;
	font-size: 2.125em !important;
    margin-right: 0;
}
footer .copyright .list-inline li {
    padding: 0px;
    margin-bottom: 5px;
}
a.scrollup {
	background: #2f2f2f;
    background: rgba(0,0,0,0.5);
	color: #fff;
	display: none;
    padding: 5px 0;
    position: fixed;
    bottom: 8px;
    right: 10px;
	z-index: 9999;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;    
}
a.scrollup:hover {
	background: #005c91;
    background: rgba(0,0,0,0.75);
	color: #fff;	
	padding-left: 0;
	bottom: 15px;
}
@media (max-width: 767px) {
    footer .mtop-xs {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    footer .mtop-sm {
        margin-top: 40px;
    }
}

/* ----------------- Animate ------------------ */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}