body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #469488;
	border: 0;
	margin-bottom: 30px;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
.navbar-brand{
   padding-right: 0;
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;	
   color: #3d3d3d;	
	font-weight: 700;
	letter-spacing: 1px;
}
.highlight{
   color: #ffffff !important;
}
.center{
	text-align: center;
}
#menu a.navbar-brand i.fa {
   color: #34b3a0;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f3ca27;
}
.on {
	background-color: #34b3a0 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f3ca27 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	margin-right: 20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f3ca27;
	border-color: #f3ca27;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.logofont{
   font-family: 'Calligraffitti', cursive;
   color: #34b3a0;
   font-size: 36px;
   text-transform: lowercase;
   display: inline-block;
}
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
   color: #3d3d3d;
	position: relative;
	height: 100%;
}
header p {	
   color: #3d3d3d;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 120px;
	text-align: left;
}
.intro-text h1 {
   font-size: 60px;
	text-transform: uppercase;
   color: #3d3d3d;
}
.color {
   color: #34b3a0;
}
.btn-default {
   color: #ffffff;	
	font-family: 'Open Sans', sans-serif;
	background-color: #34b3a0;
	border: 0;
	margin: 0;	
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #ffffff;
	background-color: #469488;
}
.btn-lg{
   border-radius: 0;
}
#services-section {
	padding: 80px 0 100px 0;
	background-color: #34b3a0;
	color: #ffffff;
}
#services-section h4 {
   color: #ffffff;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
   background: #469488;	
	margin-bottom: 6px;
	border-radius: 10%;
   color: #ffffff;
	transition: all 0.5s;
}
#services-section h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;  
   margin-bottom: 40px;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;	
	text-align: justify;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;	
	background: #ffffff;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
   font-size: 28px;
   text-align: left;	
}
.portfolio-modal .modal-content p {
	margin-bottom: 15px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #ffffff;
	background-color: #34b3a0;
	border-color: #34b3a0;	
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #ffffff;
	background-color: #469488;
	border-color: #469488;
}
#team-section {
	padding: 80px 0;
	background-color: #34b3a0;
	color: #ffffff;
}
#team-section hr {	
	background: #469488;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {	
	width: 160px;
	height: 160px;	
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #ffffff;
}
#team-section i.fa {
	font-size: 20px;
	color: #ffffff;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;	
	background: #ffffff;
}
.owl-theme .owl-controls .owl-page.active span {	
	background: #ffffff;
}
#testimonials-section {
	background-color: #34b3a0;
	color: #ffffff;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
#contact-section {
	padding: 80px 0 20px 0;
	background: #ffffff;
	color: #3d3d3d;
}
#contact-section a{
   color: #3d3d3d;
}
#contact-section a:hover{
   color: #34b3a0;
}
#contact-section hr {	
	background: #469488;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {	
	color:#469488;
	margin-bottom: 10px;
}
#contact-section .social ul {
	padding: 0;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;	
	color:#469488;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#footer {	
	background:#469488;
	padding: 15px 0 10px 0;
   color: #e0e0e0;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}
#footer a {
	color: #e0e0e0;
}
#footer a:hover {
	color: #ffffff;
}
@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}
@media (max-width: 603px) {
#menu.navbar-default {	
	background-color: #34b3a0;
}
#menu a.navbar-brand {
   color: #fff;
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}
@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}
@media (max-width: 2048px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    #bs-example-navbar-collapse-1 {
  		overflow-x: hidden;
	}
}
@media (max-width: 460px) {
.intro-text h1 {
	font-size: 48px;
}
}
@media (max-width: 460px) {
header {
	background: url(../img/header-bg-xs.jpg) no-repeat bottom center;
}
}
.logoturn {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 603px) {
.logofont {
	color: #ffffff;
}
}
#process-section {
	background: #ffffff;
	color: #3d3d3d;
	padding: 100px 0;
}
#process-section h2{
   text-align: center;
}
#process-section blockquote {
	background: #f6f6f6;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 15px;
	position: relative;
	border: 0;
	text-align: justify;
}
#process-section .process-info img {
	border: 1px solid #fff;
	border-radius: 150px !important;
	height: 75px;
	padding: 3px;
	width: 75px;
}
#process-section .process-info {
	overflow: hidden;
	padding-left: 6px;
}
#process-section .process-info img {
	margin-right: 15px;
}
#process-section .process-info span {
	display: block;
}
#process-section span.process-step {
	color: #62646f;
	font-weight: 600;
	margin: 16px 0 5px;
}
#process-section span.process-tag {
	font-size: 12px;
}
@media (max-width: 781px) {
#process-section #p-step-01 blockquote::after, #process-section #p-step-02 blockquote::after {
	content: '';
	position: absolute;
	bottom: -14px;
	margin-left: 10px;
	border-top: 14px solid #f6f6f6;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
}
#team-section h3{
   font-size: 20px;
}
.section-text{
   text-align: justify;
}
.larger{
   font-size: 16px;
   margin-bottom: 15px;
}
.right{
   float: right;
}
.service p{
   text-align: justify;
   font-size: 14px;
}
@media (max-width: 540px) {
.service p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: justify;
}
}
.portfolio-modal .modal-content ul{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
   list-style-type: circle;
}
.portfolio-modal .modal-content ol{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
#sit{
   padding-bottom: 0;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.blobrow{
 height: 50px;
 text-align: center;
}
.blob {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);  
  height: 40px;
  width: 40px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}
.blob.ae {
  background: rgba(52, 179, 160, 1);
  box-shadow: 0 0 0 0 rgba(52, 179, 160, 1);
  animation: pulse-ae 2s infinite;
}
@keyframes pulse-ae {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 179, 160, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 179, 160, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 179, 160, 0);
  }
}
.blob i.fa{
  font-size: 26px;
  color: #ffffff;
  padding-top: 8px;
}
.service{
  margin-bottom: 10px;
}