/* Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 16px;
	font-size: 14px;
	color: #5d5d5d;
	background: #ffffff;
	font-family:'Open Sans',sans-serif;
}

ol, ul, li {
	list-style: none;
	margin:0;
}

a {
	text-decoration: none;
}

a:focus, input:focus {
	outline: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

a {
	color: #03507f;
	text-decoration: none;
	transition: color 0.25s ease 0s, color 0.25s ease 0s
}

a:hover, a:focus {
	color: #128bd5;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-family: "Roboto Slab";
	color: #03507f;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
	color: #333;
	margin: 0 0 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

p {
	margin:0 0 7px;
	line-height: 19px;
	font-size: 14px;
}

strong, b {
	font-weight: bold;
}

.hidden {
	display: none;
}

/* header */
header.header {
	background: #fff;
	margin:0;
	min-height: 95px;
	border-top: 5px solid #26b1e6;
	box-shadow: 0 0 2px 2px #999;
}

.page-content {
	margin-top:124px;
}

.logo-container {
	float: left;
	padding: 10px 0;
}

.logo-container a {
	text-decoration: none;
}

.social-nav {
	margin: 10px 0 10px 20px;
	float: left;
}

.contact-top {
	float: left;
	margin:10px 0 0 0;
}

.contact-top p {
	font-size: 13px;
}

#social-navigation {
	float: right;
}

#social-navigation li {
	float: left;
	display: block;
}

#social-navigation li:hover a {
	text-decoration: none;
}

/* icons */

.icon-mail, .icon-phone, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-fb, .icon-tweet, .icon-in, .icon-gplus {
	background: url("../images/icon-sprite.png") no-repeat 0 0;
	display: inline-block;
	text-indent: -9999px;
}

.icon-mail {
	background-position: 0 3px;
	width: 22px;
	height: 19px;
	margin:0 5px 0 0;
}

.icon-phone {
	background-position: -36px -20px;
	width: 18px;
	height: 18px;
	margin:0 5px 0 0;
}

.icon-facebook {
	background-position: 0 -22px;
	width: 10px;
	height: 21px;
}

.icon-twitter {
	background-position: 0 -50px;
	width: 20px;
	height: 19px;
}

.icon-googleplus {
	background-position: 0 -78px;
	width: 21px;
	height: 20px;
}

.icon-fb, .icon-tweet, .icon-in {
	width: 26px;
	height: 32px;
	margin: 0 10px 0 0;
	transition: background-position 0.25s ease 0s, background-position 0.25s ease 0s
}

.icon-fb {
	background-position: 0 -124px;
}

.icon-fb:hover {
	background-position: 0 -160px;
}

.icon-tweet {
	background-position: -31px -124px;
}

.icon-tweet:hover {
	background-position: -31px -160px;
}

.icon-in {
	background-position: -63px -124px;
	margin: 0;
}

.icon-in:hover {
	background-position: -63px -160px;
}

.icon-employment, .icon-idea, .icon-business, .icon-tools, .icon-design, .icon-world, .icon-document {
	background: url("../images/icon-sprite-large.png") no-repeat 0 0;
	display: inline-block;
	text-indent: -9999px;
	width: 70px;
	height: 70px;
}

.icon-idea {
	background-position: 0 -70px;
}

.icon-business {
	background-position: 0 -140px;
}

.icon-tools {
	background-position: 0 -210px;
}

.icon-design {
	background-position: 0 -280px;
}

.icon-world {
	background-position: 0 -350px;
}

.icon-document {
	background-position: 0 -420px;
}

.glyphicon.glyphicon-chevron-right {
	font-size: 10px;
}

.icon-location, .icon-phone-large, .icon-mail-large {
	background: url("../images/icon-sprite-medium.png") no-repeat 0 0;
	display: inline-block;
	text-indent: -9999px;
	width: 52px;
	height: 52px;
}

.icon-phone-large {
	background-position: 0 -52px;
}

.icon-mail-large {
	background-position: 0 -104px;
}

.icon-editor, .icon-group, .icon-discussion, .icon-dies, .icon-clipboard {
	background: url("../images/icon-sprite-xlarge.png") no-repeat 0 0;
	display: inline-block;
	text-indent: -9999px;
	width: 140px;
	height: 140px;
}

.icon-group {
	background-position: 0 -140px;
}

.icon-discussion {
	background-position: 0 -280px;
}

.icon-clipboard {
	background-position: 0 -420px
}

.icon-dies {
	background-position: 0 -560px
}

/* main navigation */

.navigation-container {
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	border-top: 1px solid #d4d4d4 !important;
	border-bottom: 1px solid #d4d4d4 !important;
}

.navigation-container#inner-pages {
	background: #2cabd4;
	background: -moz-linear-gradient(top, #2cabd4 0%, #32beeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cabd4), color-stop(100%,#32beeb));
	background: -webkit-linear-gradient(top, #2cabd4 0%, #32beeb 100%);
	background: -o-linear-gradient(top, #2cabd4 0%,#32beeb 100%);
	background: -ms-linear-gradient(top, #2cabd4 0%,#32beeb 100%);
	background: linear-gradient(to bottom, #2cabd4 0%,#32beeb 100%);
}

#main-navigation li {
	float: left;
	border-left: 1px solid #D4D4D4;
	position: relative;
}

#main-navigation li a {
	color: #03507f;
	padding: 12px 32px;
	font-size: 15px;
	display: block;
	font-family: "Roboto Slab";
	border-bottom: 4px solid transparent;
	-webkit-transition: border-color 0.25s ease,color 0.25s ease;
	transition: border-color 0.25s ease,color 0.25s ease;
}

#inner-pages #main-navigation li a {
	color: #fff;
}

#main-navigation li:hover a, #main-navigation li.active a {
	border-color: #03507f;
}

.sub-menu {
	background: #FAFAFA;
	border: 1px solid #D4D4D4;
	left: -1px;
	position: absolute;
	top: 44px;
	width: 222px;
	z-index: 1000;
	display: none;
}

#inner-pages .sub-menu {
	background: #2CABD4;
}

#main-navigation li.with-sub-menu:hover .sub-menu {
	display: block;
}

#main-navigation li.active.with-sub-menu:hover .sub-menu {
	display: none;
}

#main-navigation li .sub-menu a {
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	padding: 10px 25px;
}

.sub-menu a:hover, #main-navigation li .sub-menu a:hover {
	background: #26B1E6;
	color: #FFFFFF;
}

#main-navigation li .sub-menu a.last {
	border: none
}


/* banner */
.banner-container img {
	width:100%;
}


/* main content */

.main-content {
	padding:40px 0 80px;
}

/* footer */
.footer {
	background: #1a1a1a;
	padding: 25px 0 32px 0;
	font-family: "Roboto Slab";
}

.footer h4 {
	color:#d6d5d5;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 7px 0;
}

.footer-nav {
	max-width: 150px;
}

.footer-nav li {
	display: block;
	margin: 0 0 7px 0;
	border-bottom: 1px dotted #7f7f7f;
}

.footer-nav li:first-child {
	border: none;
	margin: 0;
}

.footer-nav li a {
	font-size: 14px;
	color: #5D5D5D;
	margin:0;
}

.footer address {
	color: #5D5D5D;
}

.contact-number {
	margin: 24px 0 0 0;
}

.map-bg {
	background:url("../images/map-bg.png") no-repeat;
}

.copy-right {
	margin: 50px 0 0 0;
}

.copy-right p {
	font-size: 12px;
}

/* box */
.box {
	margin:0 0 25px;
	background: #fff;
	padding: 12px 10px;
	border: 10px solid #e9e9e9;
}

.job-list li {
	margin: 0 0 14px;
}

.job-list li:last-child {
	margin: 0;
}

.job-list h4 {
	margin: 0 0 7px;
}

.job-list p {
	margin: 0;
	font-size: 13px;
}

.box-info {
	border: 1px solid #ddd;
	border-radius: 7px;
	background: #fff;
	padding: 63px 9px 25px;
	text-align: center;
	position: relative;
	margin: 35px 0 25px;
	min-height: 251px;
}

.box-info h3 {
	margin: 0 0 24px;
}

.more-info {
	border-top: 1px dotted #e1e1e1;
	text-align: right;
	margin: 25px 0 0;
}

.icon-wrap {
	position:absolute;
	top:-35px;
	left:50%;
	text-align:center;
	margin-left: -35px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s ease,background-color 0.25s ease;
	transition: background-color 0.25s ease,background-color 0.25s ease;
	background-color: #32beeb;
}

.icon-bg {
	text-align:center;
	background-color: #32beeb;
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.icon-bg.large {
	width: 140px;
	height: 140px;
}

.icon-bg.yellow {
	background: #f5cf87;
}

.icon-bg.green {
	background: #76c2af;
}

.icon-bg.grey {
	background: #e0e0d1;
}

.icon-bg.red {
	background: #c75b5b;
}

.icon-bg.purple {
	background: #ab73aa;
}

.icon-bg.orange {
	background: #e0995d;
}

.icon-bg.blue {
	background: #6690b1;
}

.icon-wrap:before {
  border-radius: 50%;
  box-shadow: 0 0 0 3px #666666;
  content: "";
  display: block;
  height: 80px;
  left: -5px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  top: -5px;
  transform: scale(0.8);
  transition: all 0.25s ease 0s;
  width: 80px;
}

.box-info:hover .icon-wrap:before {
	transform: scale(1);
	opacity:1;
}

.navbar-inverse {
	border: none;
	border-radius: 0;
}

.navbar-inverse .navbar-toggle {
  border-color: #FFFFFF;
}

.navbar-collapse {
	padding: 0;
}

.recent-works {
	margin: 22px 90px;
}

.recent-works a {
	display: block;
	border: 15px solid #e9e9e9;
	-webkit-transition: border-color 0.25s ease,border-color 0.25s ease;
	transition: border-color 0.25s ease,border-color 0.25s ease;
	margin: 0 0 23px;
}

.recent-works a:hover {
	border-color: #cbcaca;
}

hr {
	margin-bottom: 38px;
	border-color: #ddd;
}

.box-full-width {
	background: #f0f0f0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 38px 0 45px;
	margin: 0 0 40px 0;
}

.our-clients {
	margin: 30px 160px 0;
}

.grey-box {
	background: #f0f0f0;
	padding: 10px;
	min-height: 210px;
}

.service-list {
	padding: 0 0 10px;
}

.service-list li {
	margin:0 0 15px;
}

.service-list h3 {
	margin: 0 0 18px;
}

.service-list p {
	margin: 0 0 11px;
}

.more-desc {
	display: none;
}

.contact-list li {
	margin:0 0 20px;
}

.contact-list address {
	margin: 0;
}

.icon-small-bg {
	background-color: #32BEEB;
	border-radius: 50%;
	height: 52px;
	text-align: center;
	width: 52px;
}

.email-address {
	margin: 20px 0 0 0;
}

.phone-number {
	margin-top: 5px;
}

/* form */
label {
	font-size: 14px;
	font-weight: normal;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	background: #fafafa;
	border-color:#e9e9e9;
}

.form-group {
  margin-bottom: 20px;
}

.require {
	color: #cc1800;
}

.mail-textarea {
	min-height: 370px;
	resize:none;
}

/* button */
.btn {
	color:#fff;
	font-size: 16px;
	background: #32beeb;
	box-shadow: 0 2px 0 #359ebf;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border: medium none;
	min-width: 210px;
}

.btn:hover, .btn:focus {
	background: #2fb0da;
	color: #fff;
}

.btn.small {
	background: #222222;
	border: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	min-width: 0;
	padding: 2px 12px;
	text-transform: inherit;
}

.btn-wrap {
	margin: 40px 0 0 0;
}

.team-member {
	text-align: center;
}

.member-picture {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	overflow:hidden;
	border: 15px solid #e9e9e9;
	transition: border-color 0.25s ease,border-color 0.25s ease;
	position: relative;
	border-radius: 50%;
	cursor:pointer;
}

.member-picture img {
	border-radius: 50%;
	max-width: 100%;
}

.member-picture:hover {
	border-color: #cbcaca;
}

.member-info {
	padding: 0 25%;
}

.member-info h3 {
	margin: 10px 0;
}

.member-hover {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity:0;
	padding: 95px 0;
	transition: opacity 0.25s ease,opacity 0.25s ease;
}

.member-picture:hover .member-hover {
	opacity:1;
}

/* carousel */

.carousel-control {
  background: #5D5D5D;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  bottom: 0;
  color: #FFFFFF;
  font-size: 35px;
  height: 30px;
  top: 50%;
  width: 30px;
  margin: 0 30px;
  display: none;
}

.carousel:hover .carousel-control {
	display: block;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}


.about-content p {
	text-align: justify;
	margin: 0 0 15px;
}

.about-content ul {
	margin: 0 0 10px;
}

.list li {
	font-size: 14px;
	margin:0;
	padding: 0 0 5px 20px;
	background: url("../images/icon-bullet.png") no-repeat 0 2px;
}

.methodology {
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.methodology h3 {
	margin: 20px 0;
}

.methodology .icon-bg {
	margin: 0 auto;
}

.process-wrap {
	margin: 16px 0;
}

/* tab panel */

.nav-tabs {
	margin: 15px 0 0 0;
}

.nav>li {
	border-radius: 5px 5px 0 0;
	margin: 0 10px -1px 0;
}

.nav-tabs>li>a {
	border: 1px solid #ddd;
	border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #26b1e6;
	color: #fff;
}

.tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 5px 0px #ccc;
	padding: 20px;
}

.blue {
	color: #26B1E6;
}

.table {
	margin: 0;
}

.table th {
    background: #828282;
    color: #FFFFFF;
    font-weight: bold;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #26B1E6;
}

.form-fields {
	max-width: 610px;
}

.form-title {
	background: #828282;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans',sans-serif;
	padding: 10px;
}

.add-form select, .add-form input[type="text"] {
	display: block;
	float: left;
	margin: 0 20px 0 0;
    width: 260px;
}

.add-form fieldset {
    margin: 0 0 20px;
}

.add-label label {
	width: 260px;
	float: left;
	margin: 0 20px 15px 0;
}

.glyphicon {
	color: #222;
	font-size: 21px;
    margin: 7px 0 0;
    width: 21px;
    height: 21px;
}

.file-field-wrap {
	position: relative;
	overflow: hidden;
	width: 72px;
}

.file-field {
	position:absolute;
	top:0;
	left:0;
	font-size: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor:pointer;
}

.register {
	margin: 30px 0 0 0;
}

.main-info {
	background: #EFF0F3;
	border: 1px solid #DDDDDD;
	padding: 15px;
	margin: 0 0 15px;
}

/* scroll top */
#pagewrap {
    float: right;
    margin: 0 auto;
    position: relative;
    width: 50px;
}

#back-top {
    bottom: 80px;
    margin-left: -30px;
    position: fixed;
    top: 300px;
}

#back-top a {
    color: #BBBBBB;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 50px;
}

#back-top a:hover {
    color: #000000;
}

#back-top span {
    background: url("../images/top-arrow.png") no-repeat scroll center center #DDDDDD;
    border-radius: 15px;
    display: block;
    height: 50px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 50px;
}

#back-top a:hover span {
    background-color: #777777;
}
