@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
body {
	font-family: "Archivo Narrow", sans-serif;
	padding-top: 150px;
}
.top-fixed-block {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}
.banner-outer {
	background: #323232 none repeat scroll 0 0;
}
.welcome-block {
	border-bottom: 1px solid #c4c4c4;
	display: block;
	padding-bottom: 35px;
	text-align: center;
}
.welcome-block h1 {
	color: #323232;
	font-size: 36px;
	font-weight: lighter;
}
.font-bold {
	font-weight:bold;
}
.blue-color {
	color:#028e93;
}
.welcome-block p, .latest-projects p {
	color: #323232;
	font-size: 16px;
	line-height: 24px;
}
.welcome-block .col-lg-12 > a {
	background: #cfb72c none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 52px;
	margin-top: 15px;
	padding: 0 52px;
}
.latest-projects {
	display: block;
	text-align: center;
	padding-bottom:35px;
}
.latest-projects .col-lg-12 {
	display: block;
	padding-bottom: 25px;
}
.latest-projects .col-lg-12 h2 {
	font-size: 36px;
}
.latest-projects .container a.view-more, .query-block .container a.view-more, .career-outer > a {
	background: #028e93 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 52px;
	margin-top: 15px;
	padding: 0 52px;
}
.query-block {
	display: block;
	padding: 35px 0px;
	text-align: center;
	background:url(../images/contact-bg.jpg) no-repeat top center;
	background-attachment:fixed;
	background-position:cover;
}
.query-block .row > h2 {
	color: #fff;
	font-size: 36px;
}
.query-block .row > p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.footer-block {
	display: block;
	padding: 35px 0;
	text-align: center;
	border-bottom:#aeaeae solid 1px;
}
.footer-block .row > h3 {
	color: #5d5d5d;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-block .row > p {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 24px;
}
.cont-links {
	color: #0380c3;
	text-decoration: underline;
}
.footer-block .row > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer-block .row > ul li {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	list-style: outside none none;
	margin: 0 3px;
	text-align: center;
	vertical-align: top;
	width: 46px;
}
.footer-block .row > ul li a {
	background: #037fc3 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 46px;
 transition: .2s ease-in-out;
}
.footer-block .row > ul li a:hover {
	background: #81ccb4 none repeat scroll 0 0;
}
.footer-paragraphs {
	display: block;
}
.footer-paragraphs .row .col-lg-6 > p {
	font-size: 16px;
	line-height: 24px;
	margin: 18px 0;
}
.underline-block {
	background: #989898 none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin: 15px auto;
	width: 40%;
}
.company-wrap, .our-services-block, .group-of-companies, .contact-block, .our-projects {
	display:block;
	padding:0px 0px 35px 0;
}
.company-wrap .col-lg-4 > img, .our-services-block .col-lg-4 > img {
	width: 100%;
}
.company-wrap .col-lg-8 > p, .company-wrap .col-lg-8 li, .our-services-block .col-lg-8 > p, .group-of-companies .col-lg-4 li, .contact-block .col-lg-6 > p, .our-projects .col-lg-12 > p, .company-wrap .col-lg-6 > p {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 24px;
}
.company-wrap .col-lg-3 .col-lg-12 > img {
	width: 100%;
}
.company-wrap .col-lg-3 .col-lg-12 > h3 {
	font-size: 18px;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.company-wrap .col-lg-3 .col-lg-12 > span {
	color: #5bccf5;
	font-size: 14px;
	margin-left: 8px;
}
.group-of-companies .col-lg-4 > img {
	margin-bottom: 15px;
	width: 100%;
}
.contact-block .col-lg-6 input[type="text"] {
	border: 1px solid #ccc;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 8px;
	width: 100%;
}
.contact-block .col-lg-12 textarea {
	border: 1px solid #ccc;
	height: 150px;
	margin-bottom: 10px;
	padding-left: 8px;
	width: 100%;
}
.sbt-btn {
	background: #0380c3 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-right: 5px;
	padding: 0 15px;
}
.cncl-btn {
	background: #81ccb4 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-right: 5px;
	padding: 0 15px;
}
.our-projects .col-lg-3 img {
	width: 100%;
}
.our-projects .col-lg-3 > h3 {
	color: #007ec2;
	font-size: 16px;
}
.our-projects .col-lg-3 h4 {
	font-size: 14px;
}
.banner-outer img {
	width: 100%;
}
.top-header {
	background: #333 none repeat scroll 0 0;
	padding: 8px 0;
	position: relative;
	z-index: 9;
}
.img-blocks {
	display: block;
	overflow: hidden;
}
.img-blocks img {
	margin-bottom: 15px;
	width: 100%;
}
.top-header .col-lg-4 #clock small font {
	font-size:12px;
	display:block;
	color:#fff;
}
.top-header .col-lg-4 #clock small font b {
	font-weight:normal;
	/*font-family: 'Orbitron', sans-serif;*/
	font-family: "Archivo Narrow", sans-serif;
	line-height:30px;
	font-size:14px;
}
.our-projects .col-lg-4 .outer-shadow-block > img {
	width:100%;
}
.full-width {
	margin-top: 10px;
	width: 100%;
}
.outer-shadow-block {
	box-shadow: 0 2px 5px #ccc;
	display: block;
	padding: 15px;
}
.latest-projects .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 15px !important;
	position: absolute !important;
	top: 40% !important;
}
.latest-projects .bx-wrapper .bx-controls-direction a.bx-next {
	right: 15px !important;
	position: absolute !important;
	top: 40% !important;
	left: inherit !important;
}
#pop-form {
	width:640px;
}
#pop-form .register-block-input {
	border: 1px solid #ccc;
	height: 28px;
	margin-bottom: 8px;
	padding-left: 8px;
	width: 100%;
}
#pop-form textarea {
	border: 1px solid #ccc;
	height: 100px;
	margin-bottom: 8px;
	padding-left: 8px;
	width: 100%;
}
.padding-top-space {
	padding-top:8px;
}
/* Created by Majeesh*/
.terms-blocks .row > p {
	margin-bottom: 30px;
}
.terms-blocks {
	display: block;
	padding-bottom: 50px;
}
.gallery-blocks {
	display: block;
	padding-bottom: 50px;
}
.example-image-link {
	display: inline-block;
	margin-bottom: 40px;
	margin-right: 30px;
}
.career-outer > h3 {
	font-size:22px;
	font-weight:normal;
}
.career-outer h4 {
	font-size:16px;
	font-style:italic;
	font-weight:normal;
}
.career-outer {
	padding-bottom:30px;
	display:block;
}
.our-services-block .col-lg-4.col-md-4.col-sm-4 {
	padding-top:25px;
}
.career-input {
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.career-text {
    border: 1px solid #ccc;
    height: 100px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
	padding-top:8px;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.career-input:focus, .career-text:focus
{
	border: 1px solid #81ccb5;
}
.careers-block {
    display: block;
    padding-bottom: 40px;
}
.pagination .disabled {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    cursor: no-drop;
    display: block;
    float: left;
    padding: 8px;
}
.pagination a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-left: -1px;
    padding: 8px 15px;
}
.example-image-link img {
    width: 260px;
}
.twitter-spacer {
    margin-top: 50px;
}
@media screen and (max-width: 360px) {
{
	.navbar-brand {
    display: block;
    width: 80%;
}
.navbar-brand > img {
    display: block;
    width: 100%;
}
}
