body {
	font-family: 'Open Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size:12px;
}

.bg-gray {
	background: #f8f8f8;
}

.rainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f7604b), color-stop(0.33, #f7b24b), color-stop(0.66, #89aa55));
  background-image: gradient( linear, left top, right top, color-stop(0, #f7604b), color-stop(0.33, #f7b24b), color-stop(0.66, #89aa55) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 36px;
}

.no-transition {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
}

.fnt-13 {
	font-size: 13px;
}
.fnt-14 {
	font-size: 14px;
}
.fnt-15 {
	font-size: 15px;
}
.fnt-16 {
	font-size: 16px;
}
.fnt-18 {
	font-size: 18px;
}
.fnt-28 {
	font-size: 28px;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.mar-t-10 {
	margin-top: 10px;
}
.mar-t-15 {
	margin-top: 15px;
}
.mar-t-20 {
	margin-top: 20px;
}
.mar-b-20 {
	margin-bottom: 20px;
}
.mar-t-40 {
	margin-top: 40px;
}
.mar-b-40 {
	margin-bottom: 40px;
}

.mar-t-60 {
	margin-top: 60px;
}
.mar-b-60 {
	margin-bottom: 60px;
}
.cl-black1 {
	color: #1f1f1f;
}
.cl-gray {
	color: #1f1f1f;
}
.cl-white {
	color: #fff;
}
.btn-link {
	color: #fff;
}

.navbar-toggle.collapsed .glyphicon-remove {
	display: none;
}

.navbar-toggle .glyphicon-remove {
	display: block;
	font-size: 18px;
	color: #fff;
}

.navbar-toggle.collapsed .icon-bar {
	display: block;
}

.navbar-toggle .icon-bar {
	display: none;
}

.navbar {
	position:relative;
	height:100vh;
	margin:0;
	background: url('../img/office_1.jpg') center no-repeat;
	background-size: cover;
	border: 0px;
	/*background: #4fc3f7;*/
}

.navbar-nav li a {
	overflow: hidden;
	padding: 0 15px;
	height: 1em;
	margin-top: 15px;
}

.navbar-nav a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.navbar-nav a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
	background: transparent;
}

.navbar-nav a:hover span,
.navbar-nav a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.badge-right {
	position: absolute;
	right: 0;
	top:0;
	background:url('../img/bg-right.png') top right no-repeat;
	width: 224px;
	height: 209px;
}
.navbar-header {
	float:none;
	text-align:center;
}
.navbar-brand {
	float:none;
	display:block;
	text-align:center;
	height:auto;
	margin-top:25px;
}
.navbar-brand>img {
    display: block;
    margin: 0 auto;
}

.navbar-collapse.collapse {
	text-align:center;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.navbar-nav>li>a {
	color: #fff;
    font-size: 20px;
}
/*.navbar-nav>li>a:hover,.navbar-nav>li>a:focus {
	background: #fff;
	color: #4fc3f7;
}*/
.home {
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-70px;
}
.home h2, .home h1 {
	color:#fff;
	font-size:40px;
	font-weight:400;
	margin-bottom:20px;
	min-height:66px;
	line-height: 60px;
}
.home p, .home h2{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	min-height: auto;
}

.team-list li {
	padding: 0 .9375rem 1.875rem;
	width: 16.40%;
	vertical-align: top;
}

.logo {
	background: url('../img/client.png') no-repeat;
	background-position: -2px -137px;
	height: 40px;
}

.map {
	height: 210px;
	max-width: 340px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    background: url('../img/achieveeemap.png') center no-repeat;
    background-size: cover;
}

.map1 {
	background: url('../img/bse_map.jpg') center no-repeat;
}

.map_content {
	width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(39,62,84,.8);
    position: relative;
}
.map_content h4 {
	color: #f0f2f5;
	font-size: 1.3125rem;
	font-weight: bold;
	font-size: 18px;
}

.map_content p{
	color: #f0f2f5;
	font-size: 1.3125rem;
	font-weight: bold;
	font-size: 18px;
}
.map_content a {
	white-space: nowrap;
    color: #4fc3f7;
    position: absolute;
    bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.cd-top {
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #4fc3f7 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rel {
	position: relative;
}

#work {
	background: #337ab7;
}

.proj p {
	color: #fff;
	font-size: 14px;
}

.proj_img a:hover {
	display: block;
    opacity: 0.7;
}
.proj_img a.link-exp {
	cursor: default;
}
.proj_img a.link-exp:hover {
	opacity: 1;
}
#contact .btn-link {
	color: #000;
	text-decoration: underline;
	font-weight: 700;
}

.contact:hover,.contact:focus{
	color: #000;
}

.dashed {
	border-top: 1px dashed #eee;
}

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-src] {
	opacity: 0;
}

@media screen and (max-width:1024px) {
	.team-list li {
		width: 20%;
		float: left;
	}
}

@media screen and (max-width:768px) {
	.team-list li {
		width: 25%;
		float: left;
	}
}

@media screen and (max-width:767px) {
	
	.badge-right {
		display: none;
	}
	.typed-cursor {
		display: none;
	}

	.navbar-nav li a {
		height: 2em;
		line-height: 2em;
	}
	
	.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	    background: #fff;
	    color: #4fc3f7 !important;
	}
	.navbar-collapse.in {
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 10;
	    width: 104%;
	    height: 100%;
	    padding: 10rem 0 0;
	    background: #4fc3f7;
	    text-align: center;
	    z-index: 9;
	    visibility: hidden;
    	opacity: 0;
	}

	.navbar-collapse.in {
		visibility: visible;
    	opacity: 1;
	}
	.navbar-collapse.in ul li a {
		color: #fff;
	}

	.navbar-toggle {
		z-index: 9999;
	}
	.navbar-toggle.collapsed .icon-bar {
		background:#fff;
		height: 3px;
	}
	.navbar-toggle .icon-bar {
		background:#fff;
	}
	.navbar-brand {
	    float: left;
	    display: inline-block;
	    text-align: center;
	    height: auto;
	    margin-top: 0;
	    width: 100%;
	}
	.navbar-brand>img {
		width:auto;
	}
	.navbar-nav>li {
	    float: none;
	    display: block;
	}
	.navbar-toggle {
		margin-top:14px;
		position: absolute;
		right: 0;
	}
	.home h2 {
		font-size: 25px;
    	line-height: 40px;
	}
	.cd-top {
		width: 25px;
		height: 25px;
	}
	#client .row {
		margin-top:0;
		margin-bottom: 0;
	}
	#client img {
		margin:10px auto;
	}
	.proj_img img {
		margin: 0 auto;
	}
	.proj_img p {
		text-align: center;
	}

	#contact .col-md-4 .bold,#contact .col-md-4 p.cl-black1 {
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	.team-list li {
		width: 50%;
		float: left;
	}

	.team-list li img {
		margin: 0 auto;
	}

	.navbar-brand img {
	    width: 55%;
    	margin-right: 22px;

	}
}