h1, h2, h3, h4, h5, h6, figure{
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: bold;
}
.fh5co-heading h2, .feature-center h3,
.feature-center .icon i{
    color: #5d5d5d;
}
#fh5co-project a {
    text-decoration: underline;
}
.feature-center h3 {
    padding-left: 60px;
}
.feature-center .icon {
    top: -10px;
}

#fh5co-about div p:first-child{
	text-align: center;
}
#fh5co-about div p+p{
	font-size: 16px;
}
#fh5co-contact form+p{
	font-size: 14px;
}

#fh5co-about {
    background: #0da9ec;
}
#fh5co-about .fh5co-heading h2,
#fh5co-about div p{
	color: rgba(255, 255, 255, 1.0);
}

.btn-primary{
	background: #09C6AB;
	border: 2px solid #09C6AB;
    width: 200px;
}

#fh5co-footer {
    padding: 2em 0 1em;
    background: #06445e;
    color: #FFF;
}

.contact h1{
	color: #FFF;
	padding: 2em 0;
    margin-top: 50px;
}
.clearover p.text-center {
    margin-top: 50px;
}
.clearover{
	display: inline-block;
    width: 100%;
}
.clearover > div {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 7em 0;
}
.clearover.block {
	display:block;
}
#fh5co-contact{
	background-size: cover;
}
.fh5co-nav #fh5co-logo {
    margin: -5px 0 0 0;
}
.fh5co-nav #fh5co-logo img{
    width: 120px;
}

#fh5co-project .fh5co-project > div {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-project .fh5co-project > div img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#fh5co-project .fh5co-project > div h3, #fh5co-project .fh5co-project > div span {
    z-index: 12;
    width: 100%;
    text-align: center;
    color: #5d5d5d;
    opacity: 1;
    visibility: visible;
    background: #FFF;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
}
#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn,
.btn-primary {
    background: orange;
    border: 2px solid orange;
    font-weight: bold;
}


#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2 {
	text-shadow: 1px 1px 3px #333;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #7FC0D4 !important;
    border-color: #7FC0D4 !important;
}

.btn-warning {
    background: #09C6AB;
    color: #fff;
    border: 2px solid #09C6AB;
}
.privacy h2 {
    background: #f0f8ff;
    padding: 5px 15px;
    font-size: 22px;
}
.privacy p {
	margin-bottom: 60px;
}

.feature-center{
    min-height: 280px;
    padding-left: 0; 
}
.g-recaptcha {
    display: block;
    margin: 30px auto;
    width: 290px;
}
input.btn.btn-primary.submitBtn:disabled{
    background-color: #aaa;
    cursor:not-allowed;
    border: 1px solid #aaa;
}
input.btn.btn-primary.submitBtn:disabled:hover {
    background: #aaa!important;
    border: 1px solid #aaa!important;
}

@media screen and (max-width: 1000px){


.feature-center{
    min-height: 350px;
}


}@media screen and (max-width: 768px){

#fh5co-about div p:first-child{
	text-align: left;
	margin: 0;
}

.logo img {
    margin: -20px 0 0 15px;
    width: 100px;
}

.fh5co-nav #fh5co-logo {
    margin: 0;
}

.fh5co-nav-toggle {
    display: none;
}
.mrgn-b-sp {
    margin-bottom: 15px;
}
#map {
    height: 450px;
}


}@media screen and (max-width: 760px){

.feature-center{
    min-height: auto;
}






















/*media 760px*/
}