.style7 {color: #FFFFFF; font-weight: bold; }

        .app-logos {
            display: flex;
            justify-content: center
        }

        @media only screen and (max-width: 992px) {
			#fh5co-hero .fh5co-intro .fh5co-intro-img {
				bottom: 0em !important
			}
			.app-logos {
				display: flex;
				justify-content: center;
				flex-direction: column;
			}

			#fh5co-hero{
				height:inherit
			}
		}

		.content-main {
			height: 200vh;
		}

		.fh5co-bg {
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			position: relative;
		}

		.fh5co-bg {
			background-size: cover;
			background-position: center center;
			position: relative;
			width: 100%;
			float: left;
		}

		.fh5co-bg .overlay {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			/* background: rgba(0, 0, 0, 0.5); */
			background: #fff;
			-webkit-transition: 0.5s;
			-o-transition: 0.5s;
			transition: 0.5s;
		}

		.fh5co-bg-section {
			/* background: rgba(0, 0, 0, 0.05); */
			background: #fff;
		}

		#fh5co-footer {
			padding: 7em 0;
			clear: both;
		}
		@media screen and (max-width: 768px) {
			#fh5co-footer {
				padding: 3em 0;
			}
		}

		#fh5co-footer {
			position: relative;
			color:#000;
		}
		#fh5co-footer .overlay {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			/* background: rgba(0, 0, 0, 0.9); */
			background: #fff;
			-webkit-transition: 0.5s;
			-o-transition: 0.5s;
			transition: 0.5s;
		}
		#fh5co-footer h3 {
			margin-bottom: 15px;
			font-weight: bold;
			font-size: 15px;
			letter-spacing: 2px;
			text-transform: uppercase;
			color: #4fd2c2;
		}
		#fh5co-footer .fh5co-footer-links {
			padding: 0;
			margin: 0;
		}
		#fh5co-footer .fh5co-footer-links li {
			padding: 0px 0px 10px 0px;
			margin: 0;
			list-style: none;
		}
		#fh5co-footer .fh5co-footer-links li a {
			color: #000;
			text-decoration: none;
		}
		#fh5co-footer .fh5co-footer-links li a:hover {
			text-decoration: underline;
		}
		#fh5co-footer .fh5co-widget {
			margin-bottom: 30px;
		}
		#fh5co-footer .fh5co-links div {
			padding-left: 0px;
		}
		@media screen and (max-width: 768px) {
			#fh5co-footer .fh5co-widget {
				text-align: left;
			}
		}
		#fh5co-footer .fh5co-widget h3 {
			margin-bottom: 15px;
			font-weight: bold;
			font-size: 15px;
			letter-spacing: 2px;
			text-transform: uppercase;
		}
		#fh5co-footer .copyright .block {
			display: block;
		}


		.fh5co-figure{
			/* border:1px solid #f1f0f0; */
			box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
		}
		
		
		.contact-popup .form-group{
			margin-bottom:10px;
		}
		
		.contact-popup .form-control{
			padding: 6px 12px;
			height:34px;
		}
		.contact-popup textarea.form-control{
			height:auto;
		}