@charset "utf-8";
/* CSS Document */

body {
	font-family: Raleway;
}
@font-face {
	font-family: Raleway;
	src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
	font-family: Raleway-Light;
	src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
	font-family: Raleway-Bold;
	src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
	font-family: 'Oswald-Stencil';
	src: url('../fonts/Oswald-Stencil.ttf');
	src: url('../fonts/Oswald-Stencil.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/Oswald-Light.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url('../fonts/OpenSans-Light.otf');
	font-weight: normal;
	font-style: normal;
}
ul, ol, li {
	list-style: none;
	padding: 0;
}
.header {
	position: fixed;
	z-index: 22;
	background: rgba(252,252,252,0.51);
	background: -moz-linear-gradient(left, rgba(252,252,252,0.51) 0%, rgba(246,246,246,0.33) 43%, rgba(237,237,237,0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,0.51)), color-stop(43%, rgba(246,246,246,0.33)), color-stop(100%, rgba(237,237,237,0.5)));
	background: -webkit-linear-gradient(left, rgba(252,252,252,0.51) 0%, rgba(246,246,246,0.33) 43%, rgba(237,237,237,0.5) 100%);
	background: -o-linear-gradient(left, rgba(252,252,252,0.51) 0%, rgba(246,246,246,0.33) 43%, rgba(237,237,237,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(252,252,252,0.51) 0%, rgba(246,246,246,0.33) 43%, rgba(237,237,237,0.5) 100%);
	background: linear-gradient(to right, rgba(252,252,252,0.51) 0%, rgba(246,246,246,0.33) 43%, rgba(237,237,237,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed', GradientType=1 );
	width: 100%;
}
.colorF {
	color: #000;
	font-family: Raleway;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
.colorF:hover {
	text-decoration: none;
	color: #dbdbdb;
}
.colorX {
	color: #dbdbdb;
}
.header .navbar-default {
	background: none;
}
.menu .bgNone {
	background: none;
}
.menu ul.navbar-nav {
	padding-top: 20px;
}
ul.navbar-nav > li > a {
	font-family: 'Oswald';
	font-size: 18px;
	text-transform: uppercase;
}
.menu .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:focus {
	color: #42088a;
	position: relative;
	transition: all ease-in-out 0.4s;
}
.menu .navbar-nav > .active > a, .menu .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:focus {
	background-image: none;
	background-color: transparent;
	color: #0e1a31;
}
.menu .dropdown-menu {
	background-color: rgba(121,167,208, 0.7);
}
.menu .dropdown-menu > li > a {
	color: #fff;
	font-weight: bold;
}
.menu .dropdown-menu > li > a:hover {
	color: #000;
}
.menu .navbar-nav > .open > a, .menu .navbar-nav > .open > a:hover, .menu .navbar-nav > .open > a:focus {
	background: none;
	color: #000;
}
.menu .navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
.menu .navbar-nav > li > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid #ec2e0f;
	width: 0;
	left: 25%;
	transition: all ease-in-out 0.4s;
}
.menu .navbar-nav > .active > a:after {
	width: 50%;
}
.menu .navbar-nav > li > a:hover:after {
	width: 50%;
}
.navbar-shrink {
	background-color: rgba(238,238,238, 0.99);
	color: #000 !important;
}
.navbar-shrink .menu ul.navbar-nav {
	padding-top: 0;
	/*transition: padding 1s ease-in-out;*/
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-shrink .navbar-brand > img {
	max-width: 120px;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-shrink .menu .navbar-nav > li > a {
	color: #0d1c3d;
}
.navbar-shrink .menu .navbar-nav > .active > a, .menu .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:focus {
	background-image: none;
	background-color: transparent;
	color: #42088a;
}
.navbar-shrink .colorF {
	color: #0c0f1f;
}
.colorF:hover {
	color: #828181;
}
.colorX {
	color: #f2821e;
}
.overlay {
	background-color: rgba(0,0,0, 0.01);
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
}
.banner {
	float: left;
	background-size: cover;
	width: 100%;
	position: relative;
	overflow: hidden
}
.banner img {
	min-width: 100%;
}
.banner-wrapper {
	position: absolute;
	width: 100%;
	top: 28%;
	left: 0
}
.banner-wrapper-in {
	position: absolute;
	width: 100%;
	top: 55%;
	left: 0
}
/*new banner*/
.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: 100;
}
.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;
}
html, body, .carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.item:nth-child(1) {
	background: url(../images/banner-img1.jpg) no-repeat;
	background-size: cover;
}
.item:nth-child(2) {
	background: url(../images/banner-img-2.jpg) no-repeat;
	background-size: cover;
}
.item:nth-child(3) {
	background: url(../images/banner-img-3.jpg) no-repeat;
	background-size: cover;
}
/*new banner*/
.menu .navbar-nav > li > a {
	border-radius: 0;
	color: #000;
	font-weight: 400;
}
.navbar-default {
	background-color: none;
	background-image: none;
	box-shadow: none;
	border: 0;
}
.banner-text {
	text-align: left;
}
.banner-text h1 {
	color: #fff;
	font-family: 'Oswald-Light';
	text-transform: uppercase;
}
.banner-text h1.innerHD {
	color: #13181f;
	font-family: 'Oswald-Light';
	text-align: center;
	font-size: 60px;
}
.banner-text h1 span {
	font-family: Raleway-Bold;
	position: relative;
}
.banner-text h1 span:before {
	border-bottom: 4px solid #ed2b16;
	width: 50%;
	left: 25%;
	content: '';
	position: absolute;
	bottom: 0;
}
.banner-text h2 {
	/*font:80px #FFF raleway;*/
	font-size: 50px;
	color: #000;
}
.banner-text h2 span {
	/*font:80px #FFF raleway;*/
	color: #000;
	font-family: Raleway-Bold;
}
.our-services {
	padding: 57px 0;
}
.gear {
	background-color: #66befc;
	border: 4px solid #e1e0e0;
	border-radius: 50%;
	height: 80px;
	margin: 0 auto;
	padding: 14px 0;
	text-align: center;
	width: 80px;
	position: relative;
}
.gear:before {
	content: '';
	height: 60px;
	left: 36px;
	position: absolute;
	top: -63px;
	width: 60px;
	border-left: 2px dotted #cbcbcb;
}
.our-services h2 {
	font-size: 40px;
}
.our-services h2 span {
	color: #0c131f;
	font-family: Raleway-Bold;
}
.our-services p {
	color: #a6a6a6;
	font-size: 24px;
	margin-bottom: 35px !important;
}
.service {
	padding: 35px 20px;
	float: left;
	margin-bottom: 35px;
	width: 100%;/*border-bottom:1px solid #e2e2e2;*/
	border: 1px solid #e4e3e2;
	transition: background-color 0.5s ease;
}
.service:hover {
	background: #efefef;
	cursor: pointer;
}
.btm-line {
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	top: 210px;
}
.service-list .media {
	float: left;
}
.service-list > .container > .row > .col-sm-4:nth-child(3) > .media {
	border-right: none;
}
.service-list > .container > .row > .col-sm-4:nth-child(6) > .media {
	border-right: none;
}
.media .border-no {
	border-right: none;
}
.service-list .media h3 {
	color: #a6a6a6;
}
.service-list .media-body {
	vertical-align: middle;
	padding-left: 38px;
}
.service-list .icon {
	background: #0c131f;
	display: block;
	padding: 20px;
	border-radius: 50%;
	border: 3px solid #e1e0e0;
	transition: background-color 0.5s ease;
}
.service-list .icon:hover {
	background: #777d8a;
	display: block;
	border-radius: 50%;
}
.row > .col-sm-4 > .media:nth-child(odd) {
	border-right: none;
}
.img-wrapper {
	background-color: rgba(16, 54, 102, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.who-we-are {
	padding: 20px 0;
	background-image: url(../images/who_we_are.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
	float: left;
	min-height: 250px;
	background-position: left bottom;
}
.who-we-are h2 {
	padding: 58px 31px;
	border: 3px solid #ec7015;
	font-size: 50px;
	text-decoration: none;
}
.who-we-are h2 a {
	text-decoration: none;
	color: #FFF;
	transition: color 0.5s ease;
}
.who-we-are h2 a:hover, a:focus {
	color: #ec7015;
}
.who-we-are p {
	color: #e3f8ff;
	font-size: 18px;
	font-family: Raleway;
	text-align: right;
	padding-top: 30px;
}
.read-more {
	text-align: right;
}
.read-more a {
	font-size: 18px;
	color: #FFF;
}
.read-more a {
	text-decoration: none;
	padding: 12px 20px;
	border: 3px solid #f35d28;
	border-radius: 50px;
}
.our-goal .blueBG {
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
}
.our-goal .orangeBG {
	background-color: rgba(0, 0, 0, 0.6);
	right: 0;
}
.col-50 {
	float: left;
	height: 100%;
	top: 0;
	position: absolute;
	padding: 0 20px;
}
.our-goal {
	background: url(../images/goal-bg.jpg) no-repeat fixed;
	background-size: cover;
	min-height: 100px;
	padding: 58px 0;
	overflow: hidden;
	position: relative;
}
.our-goal img {
	display: block;
	margin: 0 auto;
}
.our-goal h2 {
	color: #f35d28;
	font-size: 40px;
}
.our-goal media {
}
.our-goal .media-body {
	vertical-align: middle;
}
.our-goal span {
	color: #FFF;
	text-decoration: none;
	font-family: Raleway-Bold;
}
.our-goal h2 a, span a {
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
	transition: color 0.5s ease 0s;
}
.our-goal h2 a:hover, span a:hover {
	color: #ec7015;
	text-decoration: none;
	line-height: 24px;
}
.our-goal h4 {
	color: #eee;
	text-decoration: none;
	line-height: 150%;
	font-family: Raleway;
}
.our-client {
	padding: 57px 0 0px;
}
.our-client h2 {
	font-size: 40px;
}
.our-client span {
	color: #0c131f;
	font-family: Raleway-Bold;
}
.our-client p {
	font-size: 24px;
}
.our-client .gear {
	padding: 22px 0;
}
.inner-content {
	padding: 4% 0 0;
	color: #666;
}
.innerheader {
	text-transform: uppercase;
}
.innerheader span {
	font-weight: bold;
	color: #807e7e;
	font-family: Raleway-Bold;
}
.innerheader span.emp-hd {
	font-weight: bold;
	color: #f5a025;
	font-family: Raleway-Bold;
}
.emp-JobID-4 {
	padding: 3% 0;
	border-top: 1px solid #aeb8c0;
	border-bottom: 1px solid #aeb8c0;
	background: url(../images/job-4.jpg) top fixed;
}
.inner-content .lead-p {
	color: #666;
	font-size: 16px;
}
.inner-content .mid-p {
	padding: 10% 0 0;
	color: #666;
	font-size: 16px;
}
.emp-top {
	background: url(../images/emp-bg.jpg) top fixed;
	margin-top: -4%;
	padding: 5% 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #ccc;
}
.emp-top-img {
	padding: 2%;
	border: 1px solid #d7dadc;
}
.home-partner {
	color: #13181f;
	font-family: 'Oswald-Light';
	font-size: 20px;
	padding: 20px 0 0 20px;
	margin-bottom: -20px;
	text-transform: uppercase;
}
.inner-content p {
	line-height: 180%;
}
ul.app {
	margin: 0px;
}
ul.app li {
	font-family: Raleway-Bold;
	color: #3e415d;
	position: relative;
	width: auto;
	list-style: circle;
	margin-bottom: 20px;
	margin-left: 2%;
}
ul.app li.emp-li {
	font-family: oswald;
	color: #3e415d;
	font-size: 150%;
	position: relative;
	width: auto;
	list-style: circle;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-left: 2%;
}
.map {
	min-width: 300px;
	min-height: 300px;
	width: 100%;
	height: 100%;
}
#contact-forms {
	min-height: 100px;
}
#contact-forms .form-control {
	height: 40px;
	padding: 6px 12px;
}
#contact-forms textarea.form-control {
	height: 140px;
	padding: 6px 12px;
}
/*footer*/
footer {
	background: url(../images/emp-bg.jpg) fixed;
	min-height: 150px;
	border-top: 1px solid #b6c1ca;
	padding: 20px 0;
}
footer .logo-sm {
	border-right: 3px solid #ec7015;
	padding: 22px 0;
	max-width: 215px;
}
footer nav ul {
}
footer nav ul li {
	display: inline-block;
	padding: 0 10px;
	margin: 10px 0;
	line-height: 14px;
}
footer nav ul li+li {
	border-left: 1px solid #ec7015;
}
footer nav ul li a {
	text-decoration: none;
	color: #294463;
	transition: all ease-in-out 0.3s;
}
footer nav ul li a:hover {
	text-decoration: none;
	color: #0c131f;
}
footer nav ul li a:focus {
	color: #f0b19a;
}
footer nav ul li .active {
	color: #f0b19a;
	text-decoration: none;
}
.copyright {
	background-color: #e7e7e7;
	padding: 10px 0;
	border-top: 1px solid #cccccb;
}
.copyright h6 {
	color: #000;
}
@charset "utf-8";
/* CSS Document */


@media (min-width: 992px) {
.banner-text h1 {
	font-size: 80px;
}
.our-goal .col-sm-6 {
	padding: 0 44px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.banner-text h1 {
	font-size: 60px;
}
}
@media (min-width: 768px) {
footer nav {
	margin-top: 45px;
}
.col-50 {
	width: 50%;
}
}
 @media (max-width: 767px) {
footer nav {
	margin-top: 15px;
}
.col-50 {
	width: 100%;
}
.banner-text h2 {
	/*font:80px #FFF raleway;*/
	font-size: 200%;
	color: #FFF;
}
.service-list .media {
	float: left;
	border-right: 0px solid #e2e2e2;
}
.who-we-are h2 {
	padding: 28px 31px;
	font-size: 200%;
}
.who-we-are p {
	font-size: 100%;
	text-align: center;
	padding-top: 10%;
}
.our-services {
	padding: 57px 0 0px;
}
.our-client {
	padding: 57px 0 0px;
}
.our-client p {
	font-size: 100%;
}
footer .logo-sm {
	border-right: 0px;
	padding: 22px 0;
	max-width: 100%;
	text-align: center;
}
.navbar-shrink .menu .navbar-nav > li > a {
	text-align: center;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	background-color: #5570b6;
	text-align: center;
}
.banner img {
	min-width: 100%;
	min-height: 200px;
}
.navbar-toggle {
	background-color: #a0b0da;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #1d2e5a;
}
.inner-content .mid-p {
	line-height: 180% !important;
}
.banner-text h1 {
	font-size: 200%;
}
.banner-wrapper-in {
	top: 50%;
}
}
@media (min-width: 481px) and (max-width: 767px) {
}
 @media (max-width: 480px) {
.inner-content .lead-p {
	font-size: 100%;
	;
}
.inner-content .mid-p {
	font-size: 100%;
	;
}
.service-list .media-body {
	padding-left: 10px;
}
.service-list .media-body h3 {
	font-size: 150%;
}
.our-goal h3, h4 {
	color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000;
}
.map {
	width: 100%;
	height: 100%;
	float: left;
}
}
