@charset "utf-8";
/* CSS Document by www.sodtechnologies.com */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
body {
	font: 14px/normal "Open Sans", Arial, Sans-serif;
	color: #515151;
	margin-top:40px;
}
.navbar {
	height: 111px;
	border-bottom: none;
	background: #fff;
}
.navbar-nav > li > a {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	transition: border-color .5s ease-in-out;
	border-bottom: 3px solid transparent;
}
.nav {
	margin-top: 36px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #2b7fb8;
	border-bottom: solid 3px #2b7fb8;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #2b7fb8;
	border-bottom: solid 3px #2b7fb8;
	background: none;
}
.navbar-brand > img {
	max-width: 100%;
	width: 100%;
}
.navbar-brand {
	height: 111px;
	overflow: hidden;
}
.carousel .item {
	width: 100%;
	max-height: 677px;
}
.carousel .item img {
	width: 100%;
}
.carousel .carousel-control {
	background: none;
	border: none;
	top: 50%;
}
.clients {
	padding-top: 24px;
	padding-bottom: 24px;
}
.clients img {
	max-width: 100%;
	height: auto;
}
.home_content {
	/*background: #529aac;*/
	background: #2A408C;
	padding-bottom: 20px;
}
.home_content h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	margin: 24px 0;
}
.home_content p {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.home-bt {
	background-color: #031528;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 20px 0;
}
.home-bt:hover {
	background-color: #031528;
	color: #fff;
}
.home_img {
	height: auto;
	margin: 90px 0 0 0;
	max-width: 100%;
}
footer {
	background-color: #031528;
	padding: 20px 0px;
	color: #0a509b;
}
footer a {
	color: #0a509b;
}
footer p {
	margin-top: 15px;
}
.social li a img, .clients img {
	transition: transform 0.2s linear;
}
.social li:hover a img, .clients a:hover img {
	transform: translateY(-10px);
}
.collapse.in {
	background-color: #fff;
}
.banner_text span {
	font-weight: 700;
}
.banner_text {
	position: relative;
	top: 150px;
	right: 0px;
	width: 950px;
	color: #ffffff;
	font-size: 46px;
	background-color: rgba(33,110,190,0.5);
	padding: 20px;
	font-weight: 300;
	text-align: justify;
}
.inner-banner {
	width: 100%;
	height: 396px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.inner-banner .row {
	position: absolute !important;
	z-index: 9;
}
.inner-banner img {
	position: absolute;
	z-index: 9;
}
.inner-banner .banner_text {
	bottom: 0;
	z-index: 99;
	position: relative;
	font-size: 36px;
	margin-top: 80px;
	top: 20px;
}
.inner-page h1 {
	color: #2b7fb8;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}
.inner-page p {
	color: #333;
	line-height: 24px;
	text-align: justify;
}
.inner-page {
	padding-bottom: 20px;
	padding-top: 10px;
}
.home_content h3 {
	color: #fff;
	font-weight: 700;
	padding-bottom: 30px;
}
.media-margin {
	margin-top: 90px;
}
.our-values {
	padding: 40px 0px;
}
.our-values h2 {
	color: #fff;
}
.contact label, .contact .form-control {
	margin-bottom: 10px;
}
.right_img1 {
	margin-top: 90px;
}
.right_img2 {
	margin-top: 90px;
}
ul li {
	color: #666666;
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 667px;
	background-position: center;
	background-size: cover;
	padding: 0;
	position: relative;
}
.services h3 {
	margin: 15px 0;
	padding-bottom: 0;
}
.services {
	padding-bottom: 40px;
}
.services ul {
	float: left;
	margin: 0;
	padding: 0;
}
.home_content ul li {
	color: #fff;
}
.services ul li:first-child {
	list-style: none;
	margin-left: -15px;
	font-size: 18px;
	padding-bottom: 10px;
	color: #004287;
}
.top-header
{
	background-color:#031528;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
	position:fixed;
	z-index:9999;
	width:100%;
	top:0px;
}
@media (max-width:1200px) {
.banner_text {
	bottom: 0px;
	font-size: 32px;
	width: 900px;
}
.nav {
	margin-top: 0;
}
.navbar-nav 
{
	margin-top:40px;
}
.navbar-nav > li > a
{
	padding:10px 15px;
}
}
@media (max-width:992px) {
.banner_text {
	bottom: 0px;
	font-size: 24px;
	width: 90%;
}
.nav {
	margin-top: 0;
}
.inner-banner {
	background-size: cover;
	height: 305px;
}
.fill {
	width: 100%;
	height: 487px;
}
.banner_text {
	top: 160px;
}
.navbar-nav 
{
	margin-top:40px;
}
.navbar-nav > li > a
{
	padding:10px;
}
.navbar>.container .navbar-brand
{
	width:205px;
	margin-top:30px;
}
.inner-banner .banner_text
{
	font-size:18px;
}
}
 @media (max-width: 767px) {
.block {
	margin-left: -20px;
}
.navbar {
	height: auto;
}
.nav {
	margin-top: 0;
}
.banner_text {
	bottom: 0px;
	font-size: 18px;
	width: 90%;
}
.inner-banner .banner_text {
	bottom: 0;
	z-index: 99;
	position: relative;
	font-size: 16px;
	margin-top: 40px;
}
.inner-banner {
	background-size: cover;
	height: 185px;
}
.fill {
	width: 100%;
	height: 287px;
}
.banner_text {
	top: 80px;
}
.navbar>.container .navbar-brand
{
	width:auto;
}
.top-header
{
	height:auto;
}
}
 @media (max-width: 480px) {
	 .navbar-toggle {
	position:absolute;
	right:0;
}
.navbar-brand {
	padding: 2px 15px;
	margin-top: 20px;
}
body
{
	margin-top:80px;
}
 }
 @media (max-width: 320px) {
.banner_text, .inner-banner .banner_text {
	font-size: 11px;
}
.navbar {
	margin-bottom: 10px;
}
.navbar-brand {
	padding: 2px 15px;
	margin-top: 20px;
}
.inner-banner {
	background-size: cover;
	height: 185px;
}
.banner_text {
	top: 80px;
}
.navbar-toggle {
	position:absolute;
	right:0;
}
}
.boxedcontainer		{	max-width: 1170px; 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;
}

.top-header ,.top-header a
{
	color:#80b3ea;
	font-size:14px;
}
.top-header i
{
	padding:0 10px 0 20px;
}
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
img{
  max-width: 100%;
  height:auto;
}
