@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500);

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
}

.zoom {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	cursor: pointer;
}

.zoom:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	position: relative;
	z-index: 100;
}

.zoom1 {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	cursor: pointer;
}

.zoom1:hover {
	cursor: pointer;
	background-color: #aecdfe;
	opacity: 0.7 !important;
	border: 4px solid #000;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.full-width {
	width: 100%;
}

.maxima {
	box-shadow: 2px -2px 5px #ccc;
}

.box-bg {
	box-shadow: 2px 2px 5px #ccc;
	margin-top: -10px;
}

.margin0 {
	margin: 0 !important;
}

.padding0 {
	padding: 0;
}

.padding3 {
	padding: 3px 0;
}

.padding2 {
	padding: 2px 0;
}

.padding1 {
	padding: 1px 0;
}

.padding4 {
	padding: 4px 0;
}

.padding5 {
	padding: 5px 0;
}

.padding8 {
	padding: 8px 0;
}

.padding10 {
	padding: 10px 0;
}

.padding20 {
	padding: 20px 0;
}

.padding25 {
	padding: 25px 0;
}

.padding50 {
	padding: 50px 0;
}

.border-radius-5px {
	border-radius: 5px;
}

.border {
	border: 1px solid #ddd;
}

.display-inline {
	display: inline;
}

.no-border {
	border: none;
}

.border-left-right {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.border-right {
	border-right: 1px solid #ddd;
}

.border-left {
	border-left: 1px solid #ddd;
}

.border-left-right-2x {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}

.border-right-2x {
	border-right: 2px solid #ddd;
}

.border-left-2x {
	border-left: 2px solid #ddd;
}

.shadow-either-sides {
	box-shadow: 6px 0px 5px -5px #999, -6px 0px 5px -5px #999;
	background: #fff;
	padding: 10px 40px;
}

hr.divider {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 7px 0;
	padding: 0;
}

hr.dotted {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #797b7a;
	margin: 10px 0;
	padding: 0;
}

hr.dark {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #aaa;
	margin: 7px 0;
	padding: 0;
}

hr.main-heading {
	display: block;
	height: 0.6px;
	border: 0;
	border-top: 0.5px solid #0A4E9E;
	margin: 7px 0;
	padding: 0;
}

hr.footer-div {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #fff;
	margin: 7px 0;
	padding: 0;
}

@media (max-width: 768px) {

	.container {
		width: 100%;
	}
}

p {
	font-size: 13px;
	margin: 0 0 10px;
}

span {
	font-size: 13px;
	font-weight: 400;
	color: #444;
}

li {
	font-size: 13px;
	font-weight: 400;
	color: #444;
}

.list-item li {
	list-style: square;
	list-style-position: inside;
}

ol, ul {
	padding: 0;
}

h1 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
	font-weight: 600;
}

h3 {
	font-size: 17px;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	color: #0A4E9E;
	font-weight: 400;
}

.red-heading-color {
	color: #ED1B24;
}

a {
	color: #444;
}

a:hover, a:focus {
	color: #0A4E9E;
}

.main-heading {
	background: #0A4E9E none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px;
	display: inline-block;
	margin-bottom: 2px;
}

.no-bold {
	font-weight: normal !important;
}

.read-more {
	color: #444;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	font-size: 11px;
}

.read-more:hover {
	color: #0276BF;
	text-decoration: none;
}

.readmore-text {
	font-size: 12px;
}



/* ==========================================================================



                        *******2. HEADER********



   ========================================================================== */



nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}

header {
	position: relative;
	z-index: 9999;
	background: -webkit-linear-gradient(#fff, #fff, ##EEEEEE);
 /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #fff, ##EEEEEE);
 /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #fff, ##EEEEEE);
 /* For Firefox 3.6 to 15 */
	background: #fff;
 /* Standard syntax (must be last) */;
}

.quick-links > li {
	background: #ED1B24 none repeat scroll 0 0;
	border: 1px solid #aaa;
	display: inline;
	padding: 6px 10px;
}

.quick-links > li a {
	font-size: 15px;
	color: #777;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.quick-links > li a:hover {
	color: #111;
	text-decoration: none;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar {
	border-radius: 0px;
}

.navbar {
	border: none;
	margin-bottom: 0px;
	min-height: auto;
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

.navbar-default {
	padding-left: 0;
	padding-right: 0;
}

.navbar-collapse {
	padding-left: 0px !important;
}

.navbar {
	border-radius: 0px !important;
	min-height: auto !important;
}

.navbar {
	float: left;
	margin-bottom: 0 !important;
}

nav.navbar-default {
	background: #010E8A none repeat scroll 0 0;
}

.logo {
	z-index: 9999;
}

.navbar-brand {
	margin-left: 130px !important;
	margin-top: 10px;
}

.navbar-brand {
	position: relative;
	z-index: 92019202;
}

.center {
	margin: 0 auto;
}

.content {
	margin: 0 auto;
	width: 960px;
}

.clear {
	clear: both;
}

.main-nav {
	float: none;
	margin-left: 565px;
}

.main-nav li {
	margin-right: 2px;
	position: relative;
}

.middle-bg {
	background-image: url("../images/home/bg.jpg");
}

.nav.navbar-nav a {
	padding: 8px 18px;
	color: #FFF !important;
	margin: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent none repeat scroll 0 0 !important;
	font-weight: 600px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	padding: 5px 0;
}

.main-nav a:hover, .main-nav li.active a, .main-nav a:focus {
	background: #4F5ACA !important;
	color: #fff !important;
}

.main-nav-links {
	padding-left: 20px;
}

.main-nav-links li:first-child a:hover {
	color: #0FA14E !important;
	text-decoration: underline;
}

.main-nav-links li:last-child a:hover {
	color: #0FA14E !important;
	text-decoration: none;
}











/* ==========================================================================



                        *******A. HOME PAGE ********



   ========================================================================== */







/* ============================================================



  2. Responsive Fade Slideshow



============================================================ */



.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,



.carousel-fade .carousel-inner .active.left,



.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,



.carousel-fade .carousel-inner .next.left,



.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,



.carousel-fade .carousel-inner .prev,



.carousel-fade .carousel-inner .active.left,



.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel,



.carousel-inner,



.carousel-inner .item {
	height: 100%;
}









/* ============================================================



  Footer



============================================================ */



.footer-contact-info {
	background: #eee none repeat scroll 0 0;
	padding: 0;
}

.footer-contact-info p {
	color: #9DA9B5;
}

.footer-links a {
	color: #fff;
	font-size: 10px;
}

.footer-links li {
	padding-bottom: 4px;
}

.footer-links a:hover {
	color: #0092C7;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.footer-links {
	background-image: url("../images/home/footer bg.jpg");
}

.footer-links h4 {
	color: #eee;
}

.footer-links p {
	color: #eee;
	font-size: 11px;
}

.top-float {
	background: #ec0108 none repeat scroll 0 0;
	padding: 10px;
	position: relative;
	top: -8px;
	z-index: 9000;
}

.footer-nav1 {
	display: inline-flex !important;
	float: none !important;
}

.footer-nav {
	padding: 0;
}

.footer-nav a {
	padding: 5px 8px !important;
	color: #444 !important;
}

.footer-nav a {
	font-size: 13px !important;
}

.footer-nav li:last-child a {
	background: none;
}

.footer-nav a:hover {
	color: #0A4E9E !important;
	background: transparent !important;
	font-size: 13px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.footer-nav1 a:hover {
	color: #0A4E9E !important;
	background: transparent !important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.footer-links h5 {
	font-size: 14px;
	font-weight: 400;
}

.copyright {
	background: #fff;
}

.copyright p {
	font-size: 11px;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	color: #585858;
}

.copyright p a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.copyright p a:hover {
	color: #ED1B24;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}



/* ============================================================



  Basic Page



============================================================ */



.basic-node {
	position: relative;
	background: -webkit-linear-gradient(#E2E1E9, #FFFFFF);
 /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#E2E1E9, #FFFFFF);
 /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#E2E1E9, #FFFFFF);
 /* For Firefox 3.6 to 15 */
	background: linear-gradient(#E2E1E9, #FFFFFF);
 /* Standard syntax (must be last) */;
}

.why-us-home {
	background: url('../images/bg 1.jpg');
	max-height: 339px;
	min-height: 339px;
}

@media (max-width: 768px) {



	.why-us-home {
		background: transparent;
	}
}

.why-us-home h4, .why-us-home p {
	color: #fff;
}

.why-us-home-item {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 35px 25px;
}

.why-us-home-item i {
	color: #fff;
}



/* ============================================================



  Tabs



============================================================ */



.sidebar {
	background: #4c4845 none repeat scroll 0 0;
}

.sidebar-bg {
	background: #4c4845 none repeat scroll 0 0;
	min-height: 700px;
	padding: 1px 20px;
	position: relative;
}

.sidebar h4 {
	color: #fff;
}

.sidebar em {
	font-size: 12px;
	color: #fff;
	text-align: justify;
}

.quick-links-sidebar-tab {
	padding: 0;
	margin: 0;
}

.quick-links-sidebar-tab li {
	list-style-type: disc;
	width: 100% !important;
	list-style-position: inside;
	border-bottom: 1px solid #eee;
	margin: 4px 0;
	padding-bottom: 4px;
	display: list-item;
	color: #86C33A;
	font-size: 17px;
}

.quick-links-sidebar-tab > li > a {
	background: none !important;
	color: #fff !important;
	font-size: 13px !important;
	padding: 0px !important;
	border: none !important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	margin: 0;
	display: inline-block;
}

.quick-links-sidebar-tab > li > a span {
	color: #fff !important;
	margin-top: 3px;
	position: relative;
}

.quick-links-sidebar-tab > li:last-child a {
	background: none no-repeat scroll right center rgba(0, 0, 0, 0);
	border: none;
}

.quick-links-sidebar-tab > li > a:hover {
	background: transparent !important;
	color: #86C33A !important;
}

.call-us {
	background: #0A4E9E none repeat scroll 0 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	margin-left: -20px;
	padding: 20px 0 10px 60px;
}

.call-us p, .call-us span {
	color: white;
}

.background-heading {
	background: #010e8a none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 10px 16px;
}

.background-heading::after {
	border-color: #0276bf transparent transparent;
	border-width: 8px;
	content: "";
	display: block;
	height: 0;
	margin-top: -10px;
	position: absolute;
	right: 50%;
	top: 52px;
	width: 0;
	z-index: 90;
}

.home-tabs {
	clear: both;
	display: inline-block;
	float: right;
	margin-top: -32px;
	position: relative;
	right: 0;
	z-index: 20000;
}

.home-tabs > li > a {
	border: medium none !important;
	border-radius: 0 !important;
	display: block;
	padding: 0 15px;
	position: relative;
	background: #fff !important;
	color: #666 !important;
}

.home-tabs > li > a:hover {
	background: #fff !important;
	color: #ED1B24 !important;
}

.gallery-tabs li a {
	background: #E69C47 !important;
	color: #fff !important;
	border: medium none !important;
	border-radius: 0 !important;
	display: block;
	padding: 0 15px;
	position: relative;
}

.gallery-tabs li.active a, .gallery-tabs li a:hover {
	background: #ED1B24 !important;
	color: #fff !important;
}

.nav > li > a > img {
	max-width: 100%;
}

.nav-tabs.nav-links a {
	background: transparent none repeat scroll 0 0 !important;
	display: block;
	padding: 0 !important;
	line-height: 1.5 !important;
	border: none !important;
}

.nav-tabs.nav-links a:hover, .nav-tabs.nav-links li.active a {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1.5 !important;
}

.nav-tabs.nav-links li {
	float: none;
}

.benefits-tab {
	margin: 0 !important;
	border-bottom: 1px solid #111;
}

.gallery-images, .gallery-videos {
	width: 25%;
	display: inline-block;
	float: left;
	padding-right: 1%;
}

.gallery-images:last-child, .gallery-videos:last-child {
	padding-right: 0;
}

.gallery-images-page, .gallery-videos-page {
	width: 33%;
	display: inline-block;
	float: left;
	padding-right: 1%;
	padding-bottom: 1%;
}

.benefits-tab li:first-child {
	border-top: none;
}

.benefits-tab li {
	list-style-type: square;
	width: 100% !important;
	border-top: 2px solid #fff;
	list-style-position: inside;
	background: -webkit-linear-gradient(#fff, #E7E3E4,#fff);
 /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #E7E3E4,#fff);
 /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #E7E3E4,#fff);
 /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #E7E3E4,#fff);
 /* Standard syntax (must be last) */;
}

.benefits-tab > li > a {
	background: #4f5aca none repeat scroll 0 0;
	border: medium none !important;
	border-radius: 0;
	color: #fff !important;
	font-size: 14px !important;
	margin: 0;
	padding: 5px 20px !important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.benefits-tab > li > a i {
	color: #003871 !important;
}

.benefits-tab > li:last-child a {
	background: #4f5aca none repeat scroll 0 0;
	border: none;
}

.benefits-tab > li > a:hover, .benefits-tab > li.active > a {
	background: none !important;
	color: #003871 !important;
}

.services-title {
	font-size: 17px;
	letter-spacing: 1px;
	margin: 10px 0 5px;
}

.tab-content h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.nav-tabs {
	border-bottom: 0px !important;
}

.single-jq .jcarousel-control-prev, .single-jq .jcarousel-control-next {
	margin-top: -4px;
}

.single-jq {
	margin: 0px auto !important;
}

.single-jq h1 {
	margin-top: 0;
}

.sponsor-list li {
	list-style-image: url(../images/sponsor/bulet.png);
	border-bottom: 2px solid #777;
	list-style-position: inside;
}



/* ============================================================



  Lists



============================================================ */



.list-typography li {
	color: #aaa;
	font-size: 12px;
	list-style-type: square;
	line-height: 1.5;
}

.list-typography span {
	font-size: 14px;
}

footer .list-typography span {
	color: #fff;
}



/* ============================================================



  Contact Form



============================================================ */



.map iframe {
	width: 100%;
	height: 300px;
}

#map-canvas {
	height: 300px;
	margin: 0;
	padding: 0;
}

#locationField, #controls {
	position: relative;
}

#autocomplete {
	position: absolute;
	top: 0px;
	left: 0px;
}

.label {
	text-align: right;
	font-weight: bold;
	width: 100px;
	color: #303030;
}

#address {
}

#address td {
	font-size: 10pt;
}

.field {
	width: 99%;
}

.slimField {
	width: 80px;
}

.wideField {
	width: 200px;
}

#locationField {
	height: 20px;
	margin-bottom: 2px;
}

.form-control {
	font-size: 12px;
}

.search-button {
	background: #222222 none repeat scroll 0 0;
	border: medium none transparent;
	color: #fff !important;
	font-size: 12px;
	padding: 5px 10px;
}

.search-button:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #222 !important;
	color: #0A4E9E !important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.contact-page-form input, .contact-page-form textarea {
	border-radius: 0;
	background: #F4F2EE;
	color: #555;
	font-size: 12px;
}

.contact-page-form .form-group {
	margin-bottom: 2px;
}

.contact-page-form input:focus, .contact-page-form textarea:focus {
	background: #fff;
	border-color: #F4A01B;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(244, 160, 27, 0.6);
}

.submit-contact-page {
	background: #0276BF;
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	border-radius: 0;
	font-weight: 600;
	padding: 2px 10px;
	font-size: 12px;
}

.submit-contact-page:hover, .submit-contact-page:focus {
	background: #009AE4;
	color: #fff;
}

input.form-control {
	height: 30px;
}

textarea.form-control {
}

.submit-contact {
	background: #0276BF;
	color: white;
	height: 40px;
	width: 100%;
	font-weight: 600;
}

.fileinput, .form-control {
	background: #f4f2ee none repeat scroll 0 0;
	height: 30px;
}

.submit-contact:hover {
	background: #fff;
	border: 1px solid #0276BF;
	color: #0276BF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.quick-enquiry {
	background: #6a0d17 none repeat scroll 0 0;
	height: 100%;
	margin-top: -25px;
	max-height: 100%;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
}

.quick-enquiry h3 {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-top: 6px;
}

.quick-enquiry .submit-contact-page {
	background: #0A4E9E none repeat scroll 0 0;
}

.quick-enquiry .submit-contact-page:hover {
	background: #fff none repeat scroll 0 0;
	color: #0A4E9E;
}



/* ============================================================



  Products



============================================================ */



.product-title {
	background: #E4C449;
	width: auto;
	color: #555;
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 0;
	margin-top: 0;
}

.product-line {
	border-color: #E4C449;
	border-width: 2px 0 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

@media (min-width:300px) and (max-width: 640px) {
	.mar-lft {
		padding-left: 29px !important;
	}

	.header-logo {
		width: 100% !important;
	}

	.div1 {
		width: 79px !important;
	}

	.div2 {
		width: 183px !important;
	}

	.main-nav {
		margin-left: 0 !important;
	}

	.div4 {
		width: 77px !important;
	}

	.heading1 {
		padding-left: 45px !important;
	}

	.paddingg {
		padding-bottom: 30px;
	}

	.container {
		width: inherit !important;
	}

	.imgg {
		width: 100% !important;
	}

	.paddingg3 {
		padding-bottom: 15px !important;
	}

	.paddingg4 {
		padding-bottom: 15px !important;
	}

	.padd-bottom {
		padding-bottom: 20px !important;
	}

	.padd-left {
		padding-left: 65px !important;
		padding-right: 65px !important;
	}

	.padd-lft1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.owl-item {
		margin-left: 0px !important;
		width: 195px !important;
	}

	.pad-lft {
		padding-left: 15px !important;
	}

	.pad-btm {
		padding-bottom: 10px;
	}

	.marr-lft {
		margin-left: 0 !important;
	}

	.form {
		left: 0 !important;
	}
}

@media screen and (max-width: 768px) {



	.h-add {
		text-align: center;
	}

	.h-add img {
		display: inline-block;
	}

	.m-menu {
		float: none !important;
	}
}

.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	padding: 20px 15px 15px;
	text-align: center;
	border: 1px solid transparent;
}



/**************** packages ****************/



.hcolor {
	color: gray;
}

.line {
	border-bottom: 1px solid #cbcbcb;
}

.book-now {
	background: #b80106 none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #8e8e8e;
	color: white;
	display: inline-block;
	margin: 15px 0;
	padding: 4px 13px;
}

.book-now:hover {
	color: #C9B597;
	text-decoration: none;
}







/************* services ************/



.list-menu {
	margin: 13px 0;
}

.list-menu li {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px 0;
}

.list-menu span {
	color: #0A4E9E;
}



/************* contact ************/



.enquiry input, .enquiry textarea {
	margin-bottom: 10px;
}

.featured-block {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.featured-block1 {
	background: rgba(0, 0, 0, 0) url("../images/company overview.jpg") repeat scroll 0 0 / cover;
	min-height: 200px;
}

.featured-block3 {
	background: rgba(0, 0, 0, 0) url("../images/home/Safety Policy.jpg") repeat scroll 0 0 / cover;
	height: 122px;
}

.featured-block2 {
	background: rgba(0, 0, 0, 0) url("../images/home/vission.jpg") repeat scroll 0 0 / cover;
	height: 122px;
}

.featured-block4 {
	background: rgba(0, 0, 0, 0) url("../images/home/Quality Assurance.jpg") repeat scroll 0 0 / cover;
	height: 122px;
}

.featured-block > a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}

.fblock-icon {
	font-size: 53px;
	color: #fff;
	line-height: 150px;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: -20px;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	padding-right: 0;
	display: block;
}

.fblock-content {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0%;
}

.fblock-main {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.fblock-sub {
	text-align: center;
	font-size: 16px;
	background: #fff;
	color: #747474;
	border-color: -moz-use-text-color #e8e8e8 #e8e8e8;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 0 1px;
	line-height: 42px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	margin: 0;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}

.featured-block:hover .fblock-icon {
	font-size: 70px;
	color: #0276BF;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}

.featured-block:hover .fblock-main {
	color: #0276BF;
	-webkit-animation: moveFromRight 300ms ease;
	-moz-animation: moveFromRight 300ms ease;
	-ms-animation: moveFromRight 300ms ease;
}

.featured-block:hover .fblock-sub {
	border-color: #0276BF;
	background: #0276BF;
	color: #fff;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes moveFromLeft {
	from {
		-moz-transform: translateX(-100%);
	}

	to {
		-moz-transform: translateX(0%);
	}
}

@-ms-keyframes moveFromLeft {
	from {
		-ms-transform: translateX(-100%);
	}

	to {
		-ms-transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes moveFromRight {
	from {
		-moz-transform: translateX(100%);
	}

	to {
		-moz-transform: translateX(0%);
	}
}

@-ms-keyframes moveFromRight {
	from {
		-ms-transform: translateX(100%);
	}

	to {
		-ms-transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes moveFromBottom {
	from {
		-moz-transform: translateY(100%);
	}

	to {
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes moveFromBottom {
	from {
		-ms-transform: translateY(100%);
	}

	to {
		-ms-transform: translateY(0%);
	}
}

.title-block {
	background: #666666;
	margin: 0 0 40px;
}

.title-block .icon-container {
	float: left;
	background: #0A4E9E;
	width: 63px;
	height: 40px;
	text-align: center;
	padding-right: 0px !important;
}

.title-block .icon {
	font-size: 25px;
	color: #fff;
	line-height: 40px;
	display: block;
	padding-right: 0px !important;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #0A4E9E;
	float: left;
	margin: 11px 0 0 -4px;
}

.title-block h3 {
	color: #fff;
	float: left;
	margin: 0px 0 0 10px !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0;
}

/*IMAGE CAROUSEL*/

.work_slide {
	position: relative;
}

#work_slide {
	list-style: none;
	max-width: 100% !Important;
}

.caroufredsel_wrapper {
	max-width: 100% !Important;
}

#work_slide li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#work_slide.related-projects li {
	margin-left: 10px;
	margin-right: 10px;
}

#work_slide.related-projects li:first-child {
	margin-left: 0px;
}

#work_slide li img {
	display: block;
	float: left;
	height: 180px;
	width: 262px;
}

a.prev, a.next {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -75px;
	color: rgb(184,184,184);
	background: rgb(118,118,118);
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 25px;
	line-height: 18px;
}

a.prev {
	right: 44px;
	background-position: 0 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

a.next {
	right: 10px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}

.clearfix {
	float: none;
	clear: both;
}

.module_content .row {
	margin-bottom: 20px;
}

.mod_con_text h5 {
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}

.mod_con_text a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: rgb(144,144,144);
	text-decoration: underline;
	font-style: italic;
}

.module_content .row.collapse {
	margin-bottom: 1px;
	margin-left: 1px;
}

.popular-posts article {
	margin-bottom: 20px !important;
}

.header-logo {
	width: 100%;
	max-width: 400px;
}

.service-page .carousel {
	margin: 20px 0px;
}