/* Minification failed. Returning unminified contents.
(93,1): run-time error CSS1019: Unexpected token, found '}'
 */
html {
    font-family: "Open Sans", Arial, sans-serif;
}
nav 
{
	background-color: #fff;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0077b3;
    box-shadow: 0 1px 0 0 #0077b3;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #0077b3;
}
 i.left {
    margin-right: 5px;
}
 i.right {
    margin-left: 5px;
}
nav ul a 
{
	color: #0077b3;
}
nav a 
{
	color: #0077b3;
}
nav .brand-logo 
{
	color:#0077b3;
}
img.brand-logo-image {
    max-height: 62px;
    height: 100%;
}

nav a.cart-header {
    padding-left: 35px;
}

nav a.cart-header i 
{
    position: absolute;
    margin: 0 0 0 -25px;
}
nav ul a:hover {
	/*background-color: rgba(0,119,179,0.7);*/
	background-color: rgba(6, 80, 117,0.8);
	color: #fff;
}
.side-nav a:hover {
	background-color: rgba(6, 80, 117,0.8);
}
footer.page-footer 
{
	/*background-color: rgba(6, 80, 117,1);*/
	background-color: rgba(6, 80, 117,0.8);
	color:#fff;
}
img.img-responsive {
    max-width: 100%;
    max-height: 100%;
}

footer.page-footer .footer-copyright 
{
	height: auto;
    line-height: inherit;
}
.no-margin-bottom 
{
	margin-bottom:0px;
}

footer.page-footer .footer-copyright {
	/*background:rgba(51,51,51,0.45);*/
	background: rgba(6, 80, 117,1);
	padding: 15px 0;
}

footer h4 {
	font-size: 1.8em;
    font-weight: 200;
}

footer.page-footer p 
{
	font-size: 0.9em;
    cursor: default;
    display: flex;
}
}

footer h1, footer h2, footer h3, footer h4, footer a {
    color: #fff;
}
footer a {
    color: #fff;
	font-size: 0.9em;
}

footer a:hover, footer a.active {
	text-decoration:underline;
}

footer .footer-copyright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer-copyright ul li {
	border-left: 1px solid #fff;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 2px 8px;
}

footer .footer-copyright ul li:first-child {
	border: medium none;
	padding-left: 0;
}

footer .contact i {
    float: left;
    font-size: 1.2em;
    margin: 2px 6px 0 0;
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}
.social-icons li {
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    line-height: 30px;
    width: 34px;
    text-align: center;
    color: #0077b3;
    text-decoration: none;
    padding: 10px;
}

.social-icons li a:hover, .social-icons li a.active {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(6, 80, 117,1);
    border-radius: 100%;
    display: block;
    line-height: 30px;
    width: 34px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

footer .material-icons {
	cursor:pointer;
}

footer .footer-ribbon {
    background: rgba(6, 80, 117,1);
    position: absolute;
    margin: -35px 0 0 14px;
    padding: 5px 15px 5px 15px;
	cursor: default;
}
footer .footer-ribbon:before {
    border-right-color: #005580;
    border-left-color: #005580;
}
footer .footer-ribbon:before {
    border-right: 10px solid rgba(6, 80, 117,1);
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.3em;
    font-family: "Shadows Into Light", cursive;
}

.form-header {
    margin: 30px 0;
    color: rgba(6, 80, 117,1);
}
.form-box {
    /*margin:10px 0;*/
    color: rgba(6, 80, 117,1);
}

.form-box  h6 {
    font-size: 1.2em;
}

.help-block {
    display: none;
    margin-top: -15px;
	margin-bottom: 20px;
    font-size: 12px;
}
.help-block.active {
	display:block;	
	color: #0077b3;
}

.help-block-static {
	display:block;	
}

.form-box
{
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    border: 1px solid;
    border-color: rgba(0,0,0,.05);
    padding: 24px 20px 10px 20px;
	margin-bottom: 15px;
}


.form-box h5 {
    margin-left: -2px;
	margin-bottom: 20px;
}

.form-box h5 strong {
    font-weight: bold;
}
footer.page-footer {
    background-color: rgba(0, 0, 0,0.8);
}
footer.page-footer .footer-copyright {
    background: rgba(0, 0, 0,1);
}
/* .fixedElement {
    background-color:#fff;
    position:fixed;
    top:0;
    max-width: 1000px;
    left: 210px;
    z-index:100;
} */

.fixedElement-Container {
	z-index:100;
	background:#fff;
}

.fixedElementActive 
{
	position: fixed;
	top:0;
	z-index:100;
	background:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.05);
	    border: 1px solid;
    border-color: rgba(0,0,0,.05);
	    padding: 0px 20px 10px 20px;
}

	.fixedElementActive h6 {
		/* font-size: 0.8em; */
	}

	.fixedElementActive span {
		font-size: 0.8em;
	}

	.fixedElementActive h4 {
		font-size: 1.0em;
		margin: 0 0 8px 0;
	}

.button-header-collapse {
	width: 50px;
    display: inline-block;
    border-radius: 300px;
    background: #f3e7e7;
    /* margin-bottom: 5px; */
    position: absolute;
    /* margin-top: -10px; */
    left: 50%;
    transform: translate3d(-50%,0,0);
    /* top: 0px; */
    z-index: 0;
    cursor: pointer;
}

.container {
	width:100% !important;
	max-width:98%;
}
.slider.fullscreen {
	position: relative;
}

.parallax-container {
	height: 15%;
}

h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1em;
	font-weight: bold;
	border-left: 4px solid currentColor;
	padding-left: 10px;
	margin-left: 10px;
	max-width: 180px;
}

.logo.col.s6.m6.l6 {
	padding: 53px 0px 0px 229px;
}

.carousel.initialized {
	height: 80%;
}

.parallax-container.client {
	height: 67%;
}

row.row2.col.s12.m12.l12 {
	height: 30%;
}

.text-wrap h2 {
	text-align: center;
	line-height: 210%;
	color: white;
}

.icon {
	text-align: center;
	margin-top: 75px;
	color: white;
	height: 0%;
}

.carousel div {
	color: white;
}

.title-text.client h2 {
	color: white;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 42px;
}

.parallax-container.work {
	height: 35%;
}

.parallax-container.ourservices {
	height: 35%;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.card .card-image img {
	height: 35%;
}

.container {
	max-width: 100%;
}

.center.promo .card {
	height: 100%;
	padding: 20px 15px 15px 15px;
	max-height: 300px;
	overflow: hidden;
	border-radius: 10px;
}

p.light.center {
	color: white;
}

.carousel .carousel-item {
	width: 304px;
	height: 371px;
}

	.carousel .carousel-item img {
		width: 42%;
	}

.preloader-wrapper-container {
	position: fixed;
	Z-INDEX: 10000000000000000;
	TOP: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255,0.7);
}

.preloader-wrapper-main {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	height: 100px;
	width: 100px;
}

.preloader-wrapper.loader-big {
	position: absolute;
	height: 100px;
	width: 100px;
}

.preloader-wrapper.loader-medium {
	position: absolute;
	left: 12px;
	top: 12px;
	height: 75px;
	width: 75px;
}

.preloader-wrapper.loader-small {
	position: absolute;
	left: 25PX;
	top: 25PX;
	HEIGHT: 50PX;
	WIDTH: 50PX;
}

.preloader-wrapper-reverse.active {
	animation: container-rotate 1568ms linear infinite reverse;
}

.preloader-wrapper.active.animate-800 {
	animation-duration: 800ms;
}

.preloader-wrapper.active.animate-1100 {
	animation-duration: 1100ms;
}

.preloader-wrapper.active.animate-1400 {
	animation-duration: 1400ms;
}


.preloader-wrapper-reverse.active .spinner-layer {
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both reverse;
}

.custon-blue {
	color: #fff;
	background-color: rgba(6, 80, 117,0.8);
}

.work .parallax img {
	height: 150%;
}

.brand-logo img {
	border: 0;
	max-height: 64px;
	position: absolute;
}

.brand-name {
	margin-left: 64px;
	font-weight: bold;
	color: #bf124b;
	color: #094b85;
}

	.brand-name strong {
		font-weight: bold;
		color: #bf124b;
		color: #094b85;
	}

.card .card-image {
	width: 100%;
}

@media (max-width:620px) {
	.brand-logo img {
		border: 0;
		max-height: 54px;
	}

	.brand-name {
		margin-left: 54px;
	}

		.brand-name span {
			display: none;
		}
}


ul.right.hide-on-med-and-down .dropdown-content {
	margin-top: 64px;
}

nav ul a {
	color: black;
}

	nav ul a:hover {
		background-color: darkslategrey;
		color: #fff;
	}

div span {
	font-size: 17px;
}

.portfolio .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
	color: white;
}

.portfolio .card .card-action {
	padding: 10px;
}

.portfolio .card .card-content {
	padding: 12px;
}
/*.custom-row-skip-first-last-padding .col:first-child {
padding-left:0px;
}
.custom-row-skip-first-last-padding .col:last-child {padding-right:0px;}*/

/*@media (min-device-width : 601px) and (max-device-width : 992px) {

    height: 100%;
    padding: 20px 15px 15px 15px;
    max-height: 280px;
    overflow: hidden;
    border-radius: 10px;
}*/
@media (max-width :920px) {
	.parallax-container.client {
		height: auto;
	}

	.carousel.initialized {
		height: 528px;
	}
}

.text-head {
	height: 75%;
}

.container .about-text {
	position: relative;
	margin-top: 10px;
}

.center-x {
	left: 50% !important;
	transform: translate3d(-50%,0,0);
}

footer.page-footer .copyright p {
	text-align: center !important;
	vertical-align: middle;
	display: block;
}

.section.contact-text {
	text-align: center;
	display: block;
}

.map iframe {
	width: 100%;
	padding-top: 24px;
}

.container .contact-text {
	position: relative;
}

.center-y {
	left: 50% !important;
	transform: translate3d(-50%,0,0);
}

h4.contact-text.h4.section {
	font-size: 30px;
}

h4.light.grey-text.text-lighten-3 {
	color: #e65100 !important;
	margin-top: 222px;
}

.homepage-card-container .card .card-image .card-title {
	left: auto;
	right: 0;
	border-bottom-left-radius: 50px;
	background-color: rgba(255,255,255,0.9);
	border-top-right-radius: 50px;
	color: #000;
	/* background-color: rgba(0,0,0,1); */
	/* color: #fff; */
}

.homepage-card-container .card {
	border-bottom-left-radius: 50px;
}

	.homepage-card-container .card .card-content p {
		margin: 10px;
		background: #000;
		color: #fff;
	}

.homepage-card-container .portfolio .card .card-content {
	background: #000;
	color: #fff;
	border-bottom-left-radius: 50px;
}

@media (max-width:600px) {
	.center.promo .card {
		max-height: 100%;
		height: auto;
	}
}

