@import url('https://fonts.googleapis.com/css?family=Raleway:300,400|Roboto:300,400');
body{
    font-family: 'Roboto', sans-serif;
	color:#272727;
	font-size:14px;
}
a{text-decoration:none !important;}
h1{
	font-weight:300;
	font-size:48px;
    font-family: 'Raleway', sans-serif;
}
/*------------------------------------------------------------------
[Preloader]
*/
#scroll{
	position:fixed;
	bottom:15px;
	right:25px;
}
.page-loader {
	background: #252839;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {	
	position: absolute;
	left: 40%;
	top: 38%;
}
/*------------------------------------------------------------------
Top Bar 
*/
.topbar{
	background-color:#FFF;
	color:#222;
	padding:20px 0px;
	text-align:right;
}
.navbar-custom .top_line a{
	color:#FFF !important;
	font-size:12px !important;
}
.top_line{
	background-color:#677077;
	color:#bebebe;
	padding:4px 0;
}
.top_line h1{
	font-size:24px;
	text-align:right;
	margin:0;
	text-transform:uppercase;
}
/*------------------------------------------------------------------
[Navbar]
*/
.navbar{
	margin-top:10px;
	border-radius:0px;
}
.navbar-default .navbar-nav > li > a{
	color:#111;
	text-transform:uppercase;
}

.navbar-custom.navbar-fixed-top{
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
}

.navbar-custom.navbar-fixed-top .logo{
	padding:11px 0;
}
.navbar-custom.navbar-fixed-top .navbar-brand{
	height:0;
}
.navbar-custom.navbar-fixed-top .navbar-brand img{
	height:50px;
}
.navbar-custom {
	background: #FFF;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: padding 0.25s, background 0.25s;
	   -moz-transition: padding 0.25s, background 0.25s;
	    -ms-transition: padding 0.25s, background 0.25s;
	     -o-transition: padding 0.25s, background 0.25s;
	        transition: padding 0.25s, background 0.25s;
}

.navbar-custom .navbar-brand {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 70px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
	color: #111;
}

.navbar-custom,
.navbar-custom a {
	font-size: 14px;
	color: #555;
}

.navbar-custom .nav > li > a:focus {
	background: none;
	color: #555;
}

.navbar-custom .nav > li.active > a {
	color: #222;
	background-color:#262626;
}

.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background-image:linear-gradient(to bottom,#f7f7f7 0,#e5e5e5 100%);
	color: #222;
}

.navbar-custom .nav li a > .fa,
.navbar-custom .nav li a > .icon {
	margin-right: 6px;
	font-size: 13px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -5px;
	margin-left: 2px;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

.navbar-custom .dropdown-menu.left-side {
	margin-right: 2px;
	right: 100%;
	left: auto;
}

.navbar-custom .dropdown-menu {
	background: #E5E5E5;
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-custom .dropdown-menu li {
	padding: 0 15px;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #C9C9C9;
	padding: 10px 5px;
	font-size: 14px;
	color: #444;
}

.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:hover,
.navbar-custom .nav .open > a:focus {
	border-color: #181840;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu .open > a,
.navbar-custom .dropdown-menu .open > a:hover {
	background: none;
	color: #000;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
	float: right;
	padding: 9px 10px;
	padding: 0;
	margin: 26px 15px 0 0;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

@media (min-width: 992px) {

	.navbar-transparent {
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}

	.navbar-custom .navbar-brand {
		padding-left: 0;
	}

	.navbar-custom .navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

}

@media (max-width: 991px) {

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 30px;
	}

}
.navbar-brand{
	padding:0;
}
.logo img{
	height:60px;
}
.logo{
	position:absolute;
}
.homeBar{
	padding:18px 0;
	background-color:#6a8799;
	color:#FFF;
}
.homeBar h3{
	margin:0;
}
.inner-businesses{
	background-color:#E5E5E5;
	padding:40px 0;
}
.aboutBlock{
	padding:20px 0 60px 0;
	background-color:#E5E5E5;
}
.left-icon-style {
    margin-top: 30px;
}

.left-icon-style i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    color: #FF0000;
    border-right: 3px double #eee;
    box-sizing: content-box;
    text-align: center;
}

.left-icon-style .media-left {
    padding-right: 30px;
}

.left-icon-style .media-heading {
    font-size: 18px;
    font-weight: 900;
}
.left-icon-style p {
    margin: 0;
}
.servicesBlock{
	padding:50px 0;
	background-color:#f9f9f9;
}
.pBlock{
	background-image:url(../images/img-statistics-bg.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-position:center;
	padding:80px 0;
	position:relative;
}
.pBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
.s-well{
    min-height: 150px;
    padding: 20px;
    background-color: rgba(106,135,153,0.4);
    border: 0px solid #e3e3e3;
    border-radius: 4px;
}
.s-well h4{
    color:#FFF;
    font-size:22px;
}
#owl-demo .item{
	color:#FFF;
}
.p-count{
	font-size:28px;
	color:#FFF;
	text-transform:uppercase;
}
.p-details{
	text-align:center;
	color:#FFF;
}
.servicesBlock .thumbnail{
	border-radius:0;
	border:0;
}

.servicesBlock .thumbnail {
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
    border-width: 6px 0 0 0;
    transition: all .2s linear;
}

.servicesBlock .thumbnail .caption {
    padding: 30px 30px 20px;
}

.servicesBlock .thumbnail .caption h3 {
    text-transform: capitalize;
    margin: 0 0 15px;
}
.btn-link {
    padding: 0;
    border: 0;
    font-size: 12px;
    color: #FF0000;
}

.btn-link i {
    font-size: 11px;
    margin-left: 5px;
    color: #888888;
}

.btn-link.active,
.btn-link.focus,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    color: #888888;
    text-decoration: none;
}
.red{
	border-top:5px solid #080401  !important;
}
.red:hover {
    box-shadow: rgba(8,4,1, .1) 0 2px 2px, rgba(8,4,1, .1) 0 4px 4px, rgba(8,4,1, .1) 0 8px 8px, rgba(8,4,1, .1) 0 16px 16px, rgba(8,4,1, .1) 0 32px 32px, rgba(8,4,1, .1) 0 64px 64px;
}
.green{
	border-top:5px solid #8c6d73  !important;
}
.green:hover {
    box-shadow: rgba(140,109,115, .4) 0 2px 2px, rgba(140,109,115, .2) 0 4px 4px, rgba(140,109,115, .2) 0 8px 8px, rgba(140,109,115, .2) 0 16px 16px, rgba(140,109,115, .2) 0 32px 32px, rgba(140,109,115, .2) 0 64px 64px;
}
.blue{
	border-top:5px solid #6a8799  !important;
}
.blue:hover {
    box-shadow: rgba(106,135,153, .2) 0 2px 2px, rgba(106,135,153, .2) 0 4px 4px, rgba(106,135,153, .2) 0 8px 8px, rgba(106,135,153, .2) 0 16px 16px, rgba(106,135,153, .2) 0 32px 32px, rgba(106,135,153, .2) 0 64px 64px;
}

.main-footer .title-head{
	color:#FFF;
	text-transform:uppercase;
	font-weight: 100;
}
.main-footer{
  padding-top: 60px;
  position:relative;
  background-color: #212121;
  color:#FFF;
  padding-bottom: 54px;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
/*
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
*/
.footer-top {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color:#F5F5F5;
}
.footer-top .item{
	padding-bottom: 10px;
}
.footer-top .item .icon-holder {
  color: #FF0000;
  position: absolute;
  left: 0;
  font-size: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.36);
  padding: 23px 0;
  padding-right: 14px;
}

.footer-top .item {
  position: relative;
  padding-left: 60px;
}

.footer-top .item h4 {
  color: #444;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-top .item p {
  color: #444;
}
.col-soc a{
	color:#FFF;
	margin:0 8px;
	font-size:18px;
}
.title-head {
    border-bottom: 0px solid transparent;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    color:#222;
}
.title-head:before {
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 45px;
}
.title-head:after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.title-head.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    color:#222;
}
.title-head.center:before {
    left: 50%;
    margin-left: -17.5px;
}
.title-head.center:after {
    left: 50%;
    margin-left: -40px;
}
.title-head:before, .title-head:after{
    background-color: #555;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section.group{  
	padding: 150px 0;
	position: relative;
	background-size:100% auto;
	background-position:center center;
	text-align:center;
	margin-top:98px;
}
.page-banner-section.group:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
.page-banner-section {  
	padding: 150px 0 50px 0;
	position: relative;
	background-image:url(../images/inner-header.jpg);
	background-size:100% auto;
	background-position:center center;
	text-align:center;
}
.page-banner-section .container {
	position: relative;
	z-index: 2;
}
.page-banner-section h1 {
	color: #FFF;
	font-size: 42px;
	font-weight: 100;
	margin: 0 0 15px;
	margin: 10px 0 0;
	letter-spacing:1px;
	margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding:0;
  text-align: center;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;  
  color: #FFF;
}
.page-banner-section ul.page-depth li a:hover {
  color: #FFF;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;  
  color: #FFF;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.inner-section{
	padding:40px 0;
}
.last-footer a{
	color:#FFF;
}
.gallery-img, .abox.thumbnail{
    margin: 0px 0px 30px 0px;
    position: relative;
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-img .gallery-open{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(181,26,86,0.80);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.gallery-img:hover .gallery-open{
    visibility: visible;
    opacity: 1;
}

.gallery-img .gallery-open i{
    color: #fff;
    position: absolute;
    font-size: 20px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-gallery{
	background-color:#FFF;
	border:2px solid #CCC;
	color:#222;
	border-radius:0;
}
.btn-net{
	background-color:#FF0000;
	border:2px solid #FF0000;
	color:#FFF !important;
	border-radius:0;
	transition: all 0.2s linear;
}
.btn-net:hover{
	background-color:#FFF;
	border:2px solid #FF0000;
	color:#222 !important;
	border-radius:0;
	transition: all 0.2s linear;
}

.award .thumbnail{
	border-radius:0;
	padding:5px;
	border-width:3px;
	border-color:#555;
}

.award-box{
	background-color:#F5F5F5;
	padding:10px 15px;
	border-left:3px solid #CCC;
}
.side-box{
	background-color:#F5F5F5;
	padding:15px;
	border-bottom:3px solid #FF0000;
}
.side-box h2{
	margin-top:0;
}

.form-control {
	border:0px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.director .thumbnail .caption{
	background-color:#f5f5f5;
	text-align:center;
	font-size:15px;
	color:#FF0000;
}
.director .thumbnail .caption .desi{
	font-size:13px;	
	color:#222;
}
.director .thumbnail .caption .since{
	font-size:13px;	
	color:#222;
}
.director .thumbnail{
	padding:0;
	border-radius:0;
	border:0;
}
.director .thumbnail img{
	width:160px;
	height:160px;
	border-radius:50%;
	background-color:#CDCDCD;
}
.card{
    display: block;
    width: 100%;
    min-height: 330px;
    text-decoration: none;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #aaa;
}
.card-box h2{
    font-family: 'Raleway', sans-serif;
    color:#000000;
}
.card-box{
	padding:0px 20px 20px 20px;
	line-height:1.6;
	font-size:16px;
	color:#666;
}
.csr.card{
    display: block;
    width: 100%;
    min-height: 330px;
    text-decoration: none;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #aaa;
}
.csr .card-box h4{
    color:#000;
}
.csr .card-box{
	padding:0px 20px 20px 20px;
	line-height:1.4;
	font-size:14px;
	color:#666;
	min-height: 150px;
}
.b-card{
    display: block;
    width: 100%;
    min-height: 330px;
    text-decoration: none;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #aaa;
    overflow:hidden;
    margin-bottom:50px;
}
.b-card-box h2{
    font-family: 'Raleway', sans-serif;
    color:#000000;
}
.b-card-box{
	line-height:1.6;	
	color:#666;
}
.b-card-user{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #fff;
    box-shadow: 2px 2px 5px 0 #aaa;
    overflow:hidden;
    margin-bottom:30px;
}
.btn-color{
	background-color:#FFF;
	border-color:red;
	color:#000;
	border-top:1px solid;
	border-left:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	border-radius:0
}
.btn-color:hover{
	background-color:#252839;
	border-color:#252839;
	color:#FFF;
}


.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.mar-tab.grid figure figcaption {
	padding: 1em 2em;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 68.5%;
}


/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
	background: linear-gradient(-45deg, #000 0%,#000 100%);
}

figure.effect-jazz img {
	opacity: 0.8;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}



/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
	background: #000000;
}
figure.effect-sarah h2{
	font-size:20px;
	margin-bottom:10px;
}
figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 1em;
	background-color:rgba(0,0,0,0.5);
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah .wel span{
	font-size:16px;	
	color:#A3E8FF;
}
figure.effect-sarah .wel{
	background-color:rgba(103,112,119,0.4);
	padding:10px;
	margin-bottom:5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover .wel {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	text-transform:none !important;
	opacity: 0;
	margin-bottom:0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.footer{
	background-color:#252839;
	padding:30px 0 50px 0;
	color:#666;
	font-size:14px;	
	position:relative;
}
.fot-bottom{
	position:absolute;
	bottom:50px;
	right:110px;
}
.fot-soc a{
	margin:auto 12px;
}
.fot-soc i{
	font-size:22px;
}
.footer address{
	font-size:16px;
	color:#FFF;
}
.footer address h3{
	margin-bottom:5px;
	color:#FFF;
}
.f-box{
	position:relative;
	float:none;
	clear:both;
}
.f-box .icon{
	height:80px;
	width:80px;
	text-align:center;
	float:left;
	background-color:#353849;
	border-radius:50%;
	line-height:90px;
	margin-right:20px;
	position:relative;
	top:15px;
}
.f-box .icon i{
	position:relative;
	font-size:32px;
}
.f-box .text{
	float:left;
	color:#666666;
}

.nav-tabs {
	border-bottom:1px solid transparent
}
.nav-tabs li a {
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;	
}
.nav-tabs li a:hover {
	border-color:transparent;
	color:#2b2b2b;
	background-color:transparent
}
.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	border-color:#f2f2f2;
	color:#2b2b2b;
	background-color:#f2f2f2
}
.nav-tabs.nav-justified li a {
	border-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.nav-tabs.nav-justified li a:hover {
	color:#222;
	background-color:#efefef;
}
.nav-tabs.nav-justified li a {
	color:#222;
	background-color:#efefef;
	padding:20px;
	font-size:18px;
}
.nav-tabs.nav-justified .active a,.nav-tabs.nav-justified .active a:focus,.nav-tabs.nav-justified .active a:hover {
	border-color:#677077;
	color:#FFF;
	background-color:#677077;
}
.mar-tab .tab-content{
	margin-top:2px;
	background-color:#FFF;
	padding:15px 0px;
	border:2px solid #f2f2f2;
	overflow:hidden;
}

.mata-tab .nav-tabs.nav-justified > li{
	width:0%;
}
.mata-tab .nav-tabs.nav-justified li a {
	color:#222;
	background-color:#efefef;
	padding:10px 15px;
	font-size:14px;
}
.mata-tab .tab-content{
	margin-top:2px;
	background-color:#FFF;
	padding:0px 15px 15px 15px;
	border:2px solid #f2f2f2;
	overflow:hidden;
}
.project{
	position:relative;
}
h2.project-title{
	position:absolute;
	top:20px;
	left:0;
	font-size:18px;
	padding:10px;
	background-color:rgba(255,255,255,0.5);
}
h2.project-title-1{
	position:absolute;
	top:30px;
	left:0;
	font-size:18px;
	padding:10px;
	background-color:rgba(255,255,255,0.5);
}
.project{
	margin-bottom:30px;
}
.project-box{
	text-align:center;
	padding:15px 0;	
	background-color:#F1f1f1;
	border-bottom:2px solid #B0B0B0;
}
.project-box span{
	font-size:14px;
	line-height:2.2;
	padding:4px 15px;
	color:#505050;	
}
.sec-1{
	background-image:url(../images/front-parallax.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	padding:80px 0 70px 0;
	position:relative;
	color:#FFF;
}


.counter-section{
	position:relative;
	padding-top:170px;
}

.counter-section.style-two{
	padding-top:0px;
}

.counter-section .fact-section{
	position:relative;
	padding:100px 0px 70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom;
}

.counter-section .fact-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.90);
}

.fact-section .title-column{
	position:relative;
	margin-bottom:30px;
}

.fact-section .title-column .title-inner{
	position:relative;
	min-height:180px;
}

.fact-section .title-column .title-inner .number{
	position:absolute;
	color:#A3E8FF;
	font-size:100px;
	font-weight:700;
	line-height:1.7em;
	width:240px;
	height:180px;
	text-align:center;
	display:inline-block;
	border:8px solid #ffffff;
	border-right:0px;
}

.fact-section .title-column .title-inner .number:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:8px;
	height:35px;
	background-color:#ffffff;
}

.fact-section .title-column .title-inner .number:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:8px;
	height:35px;
	background-color:#ffffff;
}

.fact-section .title-column .title-inner .text{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:300;
	line-height:1.4em;
	padding-left:210px;
	padding-top:55px;
	display:inline-block;
}

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:40px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	line-height:1em;
	font-weight:500;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text span{
	font-size:20px;
}
.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:600;
	color:#A3E8FF;
	font-size:40px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:24px;
	color:#FFF;
	margin-top:8px;
}
.sec-2{
	padding:50px 0;
}
.pd-l{padding-left:0;}
@media (max-width:360px){
	
}
@media (max-width:640px){
	.navbar-custom.navbar-fixed-top .logo{
		padding:3px;
	}
	.navbar-custom.navbar-fixed-top .navbar-brand img{
		height:50px;
	}
	.navbar-toggle{
		margin:20px;
		border:0px;
	}
	.page-banner-section.group{margin-top:80px;
		padding:50px 0;}
	.page-banner-section{
		margin-top:80px;
		padding:30px 0;
		background-size:110%;
	}
	.page-banner-section h1{
		font-size:22px;
	}
	.hero-text{top:50px !important;}
	.aboutBlock h1{font-size:18px;}
	.loader {	
		position: absolute;
		left: 14%;
		top: 30%;
	}
	.sec-1 h2{font-size:18px;}
	.sec-1{
		background-size:auto;
	}
	.fact-section .title-column .title-inner .number {
		position: absolute;
		color: #A3E8FF;
		font-size: 50px;
		font-weight: 700;
		line-height: 1.7em;
		width: 80px;
		height: 80px;
		text-align: center;
		display: inline-block;
		border: 2px solid #ffffff;
			border-right-width: 2px;
			border-right-style: solid;
			border-right-color: rgb(255, 255, 255);
		border-right: 0px;
	}
	.fact-section .title-column .title-inner .number::before{width:2px;height:18px;}
	.fact-section .title-column .title-inner .number::after{width:2px;height:18px;}
	.fact-section .title-column .title-inner .text {
		position: relative;
		color: #ffffff;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.4em;
		padding-left: 94px;
		padding-top: 16px;
		display: inline-block;
	}
	.fact-section .title-column .title-inner{
		min-height:90px;
	}
	.f-box {
		position: relative;
		float: none;
		clear: both;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.f-box .icon {
		height: 80px;
		width: 80px;
		text-align: center;
		float: none !important;
		background-color: #353849;
		border-radius: 50%;
		line-height: 90px;
		margin-right: 20px;
		position: relative;
		top: 15px;
		margin: 0 auto;
	}
	.f-box .text{float: none !important;}
	.foot-logo img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.mar-tab.grid figure figcaption {
		padding: 0.5em;
	}
	figure.effect-sarah h2{
		padding:0.5em;
		font-size:14px;
	}
	figure.effect-sarah .wel span{font-size:14px;}
	figure.effect-sarah .wel{padding:0.2em;line-height:1.2;}
	.inner-businesses .row-fluid.mob{padding:0;}
	.inner-businesses .row-fluid.mob .pd-l{padding:0;}
	.inner-businesses .mob-se .pd-l{padding:0;}
	.inner-businesses .mob-se .b-card-box{padding:15px;}
	.inner-businesses .mob-s .pd-l{padding:0;}
	.inner-businesses .mob-s .s.pd-l{ padding:15px !important;}
	.l .pd-l{ padding:0px !important;}
	.row-mob .row{padding:15px;}
	.b-card-box {padding-bottom:15px;}
	.b-card-box h2{font-size:16px;}
	figure.effect-jazz h2{padding-top:16%;}
	.mob-s img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		border-radius:50%;
		padding-top:15px;
	}
	.mob-s .b-card-box{text-align:center;}
	.title-head.mob-c {
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;    
	}
	.title-head.mob-c:before {
		left: 50%;
		margin-left: -17.5px;
	}
	.title-head.mob-c:after {
		left: 50%;
		margin-left: -40px;
	}
}
@media (width:768px){

}
@media (max-width:991px){

}
