@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

/*
 * Common
 */
body {
	font-family: 'Ubuntu', sans-serif;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.content {
	padding: 30px 0;
	overflow: hidden;
}
.content p {
	font-size: 1.3em;
}
.color-1 {
	color: #00B7F1;
}
.pt40 {
	padding-top: 40px;
}
.pt80 {
	padding-top: 80px;
}
.img-responsive {
	display: inline-block;
}
.mb40{
	margin-bottom: 40px;
}
/*
 * Header
 */
.header > div {
	display: inline-block;
	float: left;
}
@media (max-width: 768px) {
	.header > div {
		width: 50%;
	}
}
.grey-patch {
	background-color: #F8F8F8;
	width: 30%;
	padding: 60px;
}
@media (max-width: 380px) {
	.grey-patch {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.grey-patch .mute-text {
		font-size: 25px !important;
	}
	.grey-patch {
		padding: 30px;
	}
}
.grey-patch .main-title:after {
	top: 55%;
}
.grey-patch .main-title .mute-text {
	font-size: 41px;
	top: 0px;
	left: -73px;
}
@media (max-width: 480px) {
	.grey-patch h1 {
		font-size: 30px;
	}
}
.grey-patch .main-title h1 span.breadcrumbs {
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
}
.grey-patch .main-title h1 span.breadcrumbs a {
	color: #000000;
}
.background-img {
	background: url(../img/slider-1.jpg);
	width: 70%;
	color: #FFFFFF;
	padding: 70px;
	text-align: center;
	background-size: cover;
	font-size: 20px;
}
@media (max-width: 768px) {
	.background-img {
		padding: 20px;
	}
}
@media (max-width: 380px) {
	.background-img {
		display: none !important;
	}
}
/*
 * Title
 */
.main-title {
	margin: 20px 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.main-title:after {
	position: absolute;
	border: 1px solid #000;
	content: "";
	left: -90px;
	top: 60%;
	width: 90px;
}
@media (max-width: 360px) {
	.main-title:after {
		top: 55%;
	}
}
.main-title.text-right:after {
	left: auto;
	right: -90px;
}
.main-title.light:after {
	border-color: #bdbdbd;
}
.main-title h1 {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	font-size: 1.7em;
}
.main-title.light h1 {
	color: #FFFFFF;
}
.main-title.text-right h1 {
	padding-right: 20px;
}
.main-title .diamond {
	position: absolute;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background-color: #00B7F1;
	left: 0;
	top: 50%;
}
.main-title.text-right .diamond {
	right: 0;
	left: auto;
}
.main-title .mute-text {
	color: #d7d8da;
	font-size: 60px;
	font-weight: 700;
	opacity: 0.5;
	text-transform: uppercase;
	transform: rotate(-270deg);
	margin: 0;
	text-align: left;
	top: 35px;
	left: -173px;
	position: absolute;
}
.main-title.text-right .mute-text {
	right: -173px;
	left: auto;
	font-size: 45px;
}
.sub-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	position: relative;
	margin: 20px 0;
}
.sub-title:after {
	position: absolute;
	border-bottom: 1px solid #000000;
	content: "";
	top: 50%;
	width: 100%;
	left: 0;
	z-index: 8;
}
.sub-title span {
	background-color: #FFFFFF;
	z-index: 9;
	position: relative;
	padding: 0 10px;
}
.section-title {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 20px;
}
/*
 * Button
 */
.btn-1 {
	background-color: #00B7F1;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 0;
}
/*
 * Navigation
 */
.navbar-default {
	border-top: 3px solid #00B7F1 !important;
	border: none;
	border-radius: 0;
	background-color: #0A0A0A;
	margin: 0;
}
.top-bar {
	background-color: #00B7F1;
	padding: 7px 20px;
	color: #fff;
	position: relative;
}
.top-bar:before {
	position: absolute;
	content: url(../img/shape-1.jpg);
	left: -20px;
	top: 0;
}
.top-bar:after {
	position: absolute;
	content: url(../img/shape-1.jpg);
	right: -20px;
	top: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
@media (max-width: 767px) {
	.top-bar {
		display: none;
	}
}
.navbar-brand {
	height: auto;
}
.navbar-default .navbar-nav > li {
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	color: #FFFFFF;
	padding-top: 25px;
	display: inline-block;
	font-weight: bold;
	position: relative;
	transition: all 0.5s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.navbar-nav > li > a {
		padding: 10px 7px;
	}
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus:after {
	color: #00B7F1;
}
.navbar-default .navbar-nav > li > a.active:after, .navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus:after {
	position: absolute;
	content: "";
	border-bottom: 4px double #00B7F1;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.navbar-default.affix {
	width: 100%;
	z-index: 99;
}
.affix .top-bar {
	display: none;
}

.navbar-toggle {
	border-radius: 0;
}
div.social {
	margin-top: 25px;
}
div.social a {
	padding: 10px;
}
/*
 * Slider
 */
.carousel-caption {
	bottom: auto;
	top: 25%;
}
.carousel-caption .border, .carousel-caption .two-borders {
	position: relative;
}
.carousel-caption .two-borders {
	padding: 10px;
}
.carousel-caption .border:before, .carousel-caption .border:after, .carousel-caption .two-borders:before, .carousel-caption .two-borders:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
}
.carousel-caption .border:before {
	top: -10px;
	left: 0;
	border-top: 2px solid #00B7F1;
	border-left: 2px solid #00B7F1;
}
.carousel-caption .two-borders:before {
	border-left: 2px solid #00B7F1;
	left: 0;
	border-bottom: 2px solid #00B7F1;
	bottom: -10px;
}
.carousel-caption .border:after {
	border-right: 2px solid #00B7F1;
	right: 0;
	border-bottom: 2px solid #00B7F1;
	bottom: -10px;
}
.carousel-caption .two-borders:after {
	border-right: 2px solid #00B7F1;
	right: 0;
	border-top: 2px solid #00B7F1;
	top: -10px;
}
.carousel-caption h1 {
	text-transform: uppercase;
	font-size: 1.8em;
}
@media screen and (max-width:1080px){
	.carousel-caption{
		margin:5px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.carousel-caption p{
		display:none;
	}
	.carousel-caption h1{
		margin:0px;
	}
}
@media screen and (max-width:620px){
	.carousel-caption h1{
		font-size:1em;
	}
	.carousel-caption .border:before, .carousel-caption .border:after, .carousel-caption .two-borders:before, .carousel-caption .two-borders:after {
		position: absolute;
		content: "";
		height: 25px;
		width: 25px;
	}
}
.carousel-caption .btn-1 {
	margin-top: 10px;
}
.carousel-control i {
	position: absolute;
	top: 50%;
	font-size: 30px;
}
.carousel-control {
	opacity: 1;
}
.carousel-control.right, .carousel-control.left {
	background: none;
}
.carousel-fade .carousel-inner {
	background: #000;
}
.carousel-fade .carousel-control {
	z-index: 999;
}
.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .next.left, .carousel-fade .prev.right, .carousel-fade .item.active {
	opacity: 1;
}
.carousel-fade .active.left, .carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
/*
 * Index
 */
.abt blockquote {
	border-color: #00B7F1;
	font-size: 16.5px;
	margin-top: 20px;
}
.points {
	margin-top: 20px;
}
.points li {
	width: 25%;
	float: left;
}
@media (max-width: 620px) {
	.points li {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.points li {
		width: 20%;
	}
}
.points li span {
	font-size: 25px;
	padding-left: 5px;
}
.points li i {
	font-size: 17px;
}
.points li p {
	border-left: 2px solid #00B7F1;
	padding-left: 10px;
	color: #acacac;
	text-transform: capitalize;
}
/*Services*/
.first-string {
	font-size: .7em;
}
.second-string {
	font-size: .6em;
}
#services>div{
	width:25%;
	float:left;
}
@media screen and (max-width:767px) and (min-width:580px){
	#services>div{
		width:33.33%;
	}
}
.services {
	background-color: #fcfbfb;
	color: #000;
	padding-bottom: 75px;
}
@media screen and (max-width: 579px) {
	#services > div {
		width: 50%;
	}
}
.service-circle {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	background-color: #00B7F1;
	line-height: 150px;
	margin-top: 50px;
	display: inline-block;
}
.service-icon {
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	background-color: #00B7F1;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #ffffff;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
	transition: all 0.4s linear;
}
.service-circle:hover .service-icon {
	top: -90px;
	border-color: #00B7F1;
}
.service-info {
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	color: #fff;
}
.service-info a {
	color: #FFFFFF;
}
.consultation {
	background: url(../img/consultation-bg.jpg);
	color: #FFFFFF;
	background-size: cover;
	font-size: .9em;
}
.consultation h2 {
	text-transform: uppercase;
	font-size: 1.8em;
}
.consultation .btn-1 {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.consultation .con-btn {
		text-align: center;
	}
}
.testimonial .text {
	border: 1px solid #ededed;
	padding: 10px;
	border-radius: 4px;
	position: relative;
}
.testimonial .text:after {
	position: absolute;
	left: 50px;
	top: 100%;
	content: url(../img/triangle.png);
}
.testimonial .author {
	margin-top: 30px;
}
.testimonial .author li {
	display: inline-block;
	float: left;
	padding-right: 20px;
	color: #00B7F1;
}
.testimonial .author li h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
}
/*
 * Clients
 */
#clients.owl-carousel .owl-item {
	text-align: center;
}
#clients.owl-carousel .owl-item img {
	display: inline-block;
}
/*
 * footer
 */
.footer {
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.footer .blue-patch {
	background-color: #00B7F1;
	color: #fff;
	padding: 10px 25px;
	position: absolute;
	top: -33px;
	margin: 0 auto;
	z-index: 999;
	width: 75%;
	left: 12.5%;
	-webkit-box-shadow: inset -1px -4px 13px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -1px -4px 13px -7px rgba(0,0,0,0.75);
	box-shadow: inset -1px -4px 13px -7px rgba(0,0,0,0.75);
}
@media (max-width: 767px) {
	.footer .blue-patch {
		display: none;
	}
}
@media (min-width: 767px) and (max-width: 1200px) {
	.footer .blue-patch {
		width: 100%;
		left: 0;
	}
}
.blue-patch li {
	display: inline-block;
	position: relative;
	float: left;
	padding-right: 10px;
}
.blue-patch .icon-text {
	position: relative;
	padding-left: 25px;
	display: inline-block;
}
.blue-patch  i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 40px;
}
.blue-patch  i.fa-envelope {
	font-size: 1.5em;
}
.blue-patch h2 {
	font-size: 1em;
	margin: 0;
	text-transform: capitalize;
}
.blue-patch .bold-text {
	font-size: 18px;
	margin-top: 15px;
	display: inline-block;
}
.blue-patch .or {
	background-color: #035471;
	text-transform: uppercase;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 3px;
	display: inline-block;
	position: relative;
}
.blue-patch .or:after {
	position: absolute;
	content: "";
	border: 1px solid #035471;
	height: 100%;
	left: 50%;
	top: 0;
}
.footer .social {
	padding-top: 5px;
}
.footer .social i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 19px;
	background-color: #33363D;
	border-radius: 50%;
	text-align: center;
	transition: all 0.5s linear;
	margin-right: 5px;
}
.footer .social i:hover {
	background-color: #00B7F1;
}
*/
/*
 * About
 */
.abt-content {
	padding-top: 20px;
}
.img-container {
	position: relative;
	padding: 10px;
	display: inline-block;
	box-shadow: 5px 5px 5px #f8f8f8
}
.img-container:after {
	position: absolute;
	content: "";
	border-top: 2px solid #00B7F1;
	border-right: 2px solid #00B7F1;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
}
/*
 * Services Page
 */
.main-services .nav-tabs {
	border: 1px solid #ededed;
	padding: 5px;
}
.main-services .nav-tabs > li {
	margin-bottom: 5px;
}
.main-services .nav-tabs > li:last-child {
	margin-bottom: 0px;
}
.main-services .nav-tabs > li > a {
	background-color: #FAFAFA;
	color: #BBB6BA;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding-left: 20px;
	margin-right: 0px;
}
.main-services .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .main-services .nav-tabs > li > a:hover {
	border: none;
	color: #000000;
	border-left: 4px solid #00B7F1;
}
.main-services .nav-tabs > li.active > a {
	background-color: #000;
	padding-left: 20px;
	color: #fff !important;
}
.main-services .tab-content {
	padding-top: 20px;
}
#tab-content h1{
	font-size:2.7em;
}
.main-services .tab-content p {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.9em;
}
.main-services .tab-content .img-container {
	float: left;
}
.main-services .tab-content #employement .img-container{
	width:60%;
	margin-right: 30px;
}
.main-services .tab-content p:nth-of-type(1) {
	padding-top: 150px;
	text-align: justify;
}
.main-services .contact-details {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.main-services .contact-details {
		display: none;
	}
}
.main-services .contact-details h3 {
	font-size: 17px;
	font-weight: bold;
}
.main-services .contact-details p {
	font-size: 20px;
	margin-top: 10px;
}
.main-services .contact-details a {
	color: #FFFFFF;
}
.main-services .img-container {
	margin: 30px;
}
@media screen and (max-width: 620px) {
	.main-services .img-container {
		margin: 0px;
		width: 100%;
		display: block;
	}
}
/*
 * Contact
 */
.contact-details {
	background-color: #00B7F1;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	line-height: 30px;
}
.contact-details h3 {
	text-transform: uppercase;
}
.contact-details .border {
	border: 1px solid #fff;
	padding: 20px;
}
.contact .icon-container {
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #00B7F1;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	transform: rotate(45deg);
	display: inline-block;
	margin-top: -25px;
}
.contact .icon-container i {
	transform: rotate(-45deg);
}
.map-form {
	padding: 50px 15px;
}
.map-form > div {
	width: 50%;
	float: left;
}
@media (max-width: 768px) {
	.map-form > div {
		width: 100%;
		height: auto !important;
	}
}
.contact-form {
	background-color: #FCFCFC;
	padding-right: 20px;
}
.contact-form .main-title .mute-text {
	font-size: 56px;
	top: 66px;
}
.contact-form li {
	padding-right: 10px;
	float: left;
	width: 80%;
	padding-bottom: 25px;
}
.contact-form li:nth-of-type(odd) {
	width: 20%;
}
.input-group {
	width: 100%;
}
.contact-form label {
	color: #ACACAC;
}
.contact-form .form-control {
	border: none;
	box-shadow: 0px 0px 0px transparent;
	background: none;
	border-bottom: 1px solid #ACACAC;
	height: 18px;
}
.contact-form textarea.form-control {
	height: auto !important;
}
footer {
	background-color: #33363D;
	padding: 10px;
	padding-top:50px;
}
footer p {
	color: #fff;
	margin-bottom: 0px;
}
/*
 Clients
 * */
.clients li {
	float: left;
	width: 50%;
	font-size: 1.25em;
	position: relative;
	padding-left: 25px;
}
@media screen and (max-width: 580px) {
	.clients li {
		width: 100%;
	}
}
.clients li:before {
	position: absolute;
	content: "\f0da";
	font-family: "fontawesome";
	left: 0px;
	font-size: 20px;
	color: #00B7F1;
}