<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GRT Custom Style */

@font-face {
	font-family: 'latoblack';
	src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
		 url('../fonts/lato-black-webfont.woff') format('woff'),
		 url('../fonts/lato-black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
		 url('../fonts/lato-bold-webfont.woff') format('woff'),
		 url('../fonts/lato-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold_italic';
	src: url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'),
		 url('../fonts/lato-bolditalic-webfont.woff') format('woff'),
		 url('../fonts/lato-bolditalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latohairline';
	src: url('../fonts/lato-hairline-webfont.woff2') format('woff2'),
		 url('../fonts/lato-hairline-webfont.woff') format('woff'),
		 url('../fonts/lato-hairline-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'latoitalic';
	src: url('../fonts/lato-italic-webfont.woff2') format('woff2'),
		 url('../fonts/lato-italic-webfont.woff') format('woff'),
		 url('../fonts/lato-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
		 url('../fonts/lato-light-webfont.woff') format('woff'),
		 url('../fonts/lato-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latolight_italic';
	src: url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'),
		 url('../fonts/lato-lightitalic-webfont.woff') format('woff'),
		 url('../fonts/lato-lightitalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
		 url('../fonts/lato-regular-webfont.woff') format('woff'),
		 url('../fonts/lato-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'latoregular', serif, Arial;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
	font-style: normal;
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	font-weight:normal;
	color: #FF0000;
}
* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
*:focus {
	outline: none;
}
*::-moz-focus-inner {
	border: 0;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus {
	color: #eb3812;
}
.no-margin {
	margin: 0px;
}
.no-padding {
	padding: 0px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
@media (min-width: 768px) {
	.no-padding-right-desktop {
		padding-right: 0;
	}
	.no-padding-left-desktop {
		padding-left: 0;
	}
}
.no-radius {
	border-radius: 0;
}
::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}
::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}
/* HTML5 support for old browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/*Remove HTML5 Spinners*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input::-moz-focus-inner {
	border: 0;
}
img::selection {
	color: #fff;
	background: 0 0;
}
img::-moz-selection {
	color: #fff;
	background: 0 0;
}
/* Embed iframes fix*/
embed,
iframe,
object {
	max-width: 100%;
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*Social Icons Styling*/
.twitter,
.facebook,
.googleplus,
.linkedin,
.flickr,
.pinterest,
.tumblr,
.vimeo,
.youtube,
.instagram {
	color: #fff
}
.twitter {
	background-color: #00aced;
	border-color: #00aced;
}
.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}
.googleplus {
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.linkedin {
	background-color: #007fb1;
	border-color: #007fb1;
}
.flickr {
	background-color: #0063db;
	border-color: #0063db;
}
.pinterest {
	background-color: #cb2128;
	border-color: #cb2128;
}
.tumblr {
	background-color: #2c4762;
	border-color: #2c4762;
}
.vimeo {
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}
.youtube {
	background-color: #ff3333;
	border-color: #ff3333;
}
.instagram {
	background-color: #517fa4;
	border-color: #517fa4;
}
.center-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.center-block {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.flex-item {
	padding: 5px 0;
	text-align: center;
}
.cover-image {
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/* Bootstrap menu on hover */

@media (min-width: 768px) {
	ul.nav li.dropdown:hover &gt; ul.dropdown-menu {
		display: block;
	}
}

/* Scroll to top */
#toTop {
	position:fixed;
	z-index:999;
	bottom:20px;
	right:20px;
	display:none;
}

#toTop .fa {
	font-size:44px;
	color:#c5202d;
	cursor:pointer;
	padding:5px;
}


.my-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	clear: both;
}

.my-container-15px {
	padding-left:15px;
	padding-right:15px;
	max-width:1330px;
}


/* Main Slider */

.main-slider {
	width:100%;
	height: 729px;
	margin: 0;
	padding:0;
}

.main-slider:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.70);
	z-index: 0;
}

.main-slider .slider-item {
	width: 100%;
	height:729px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	position:relative;
}

.main-slider .slick-next:before, .slick-next:after, .slick-prev:before, .slick-prev:after {
	display:none;
}

.main-slider .slick-prev {
	left: 15px;
	z-index: 900;
	width:29px;
	height:50px;
	background: url('../img/arrow-left.png') no-repeat;
	display:block;
	z-index: 900;
}

.main-slider .slick-next {
	right: 15px;
	z-index: 900;
	width:29px;
	height:50px;
	background: url('../img/arrow-right.png') no-repeat;
	display:block;
	z-index: 900;
}

.main-slider .slider-item .slider-content {
	position:absolute;
	top: calc(50% - 40px);
	left: 0;
	right: 0;
}

.main-slider .slider-item .slider-content p {
	color:#000;
	text-transform:uppercase;
	margin:0;
	font-size:18px;
	line-height:69px;
	text-align:center;
}

.header-section {
	position:relative;
}

.header-content-inside {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}

.header-element-container {
	position:relative;
}

.header-element-left {
	position:absolute;
	bottom:160px;
	max-width:860px;
}

.header-element-right {
	position:absolute;
	right:0;
	bottom:0;
}


.myform-right {
	padding:45px 25px 35px;
	width:100%;
	background-color:rgba(255,255,255, 1);
	font-size:13px;
	color:#000;
}

.myform-right label {
	font-weight:normal;
	color:#000;
	display:block;
}

.myform-right input[type="text"], .myform-right input[type="email"], .myform-right input[type="tel"]  {
	width: calc(100% - 5px);
	display:block;
	margin-bottom:30px;
	line-height: 40px;
	height:40px;
	border-radius: 5px;
	outline-offset: 0;
	box-shadow: none;
	border: 1px solid #eee;
	padding: 0px 10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ca2f35;
	color:#FFF;
}


.myform-right input[type="text"]::-webkit-input-placeholder,.myform-right input[type="email"]::-webkit-input-placeholder,.myform-right input[type="tel"]::-webkit-input-placeholder {
color:#FFF
}

.myform-right input[type="text"]:-moz-placeholder,.myform-right input[type="email"]:-moz-placeholder,.myform-right input[type="tel"]:-moz-placeholder {
color:#FFF
}

.myform-right input[type="text"]::-moz-placeholder,.myform-right input[type="email"]::-moz-placeholder,.myform-right input[type="tel"]::-moz-placeholder {
color:#FFF
}

.myform-right input[type="text"]:-ms-input-placeholder,.myform-right input[type="email"]:-ms-input-placeholder,.myform-right input[type="tel"]:-ms-input-placeholder {
color:#FFF
}

.myform-right p {
	color:#000;
}

.myform-right input[type="checkbox"] {
  float: left;
  width: 20px;
}
.myform-right input[type="checkbox"] + label {
  display: block;
  margin-left:25px;
}

.myform-right .submit-input input[type="submit"]{
	font-family: "latoregular", Arial, sans-serif;
	background-color: #ca2f35;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 10px 30px;
	text-transform:uppercase;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	margin-top: 15px;
	border:1px solid #eee;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.myform-right .submit-input input[type="submit"]:hover {
	background-color: #FFF;
	color: #ca2f35;
	border:1px solid #ca2f35;
}

.myform-right a {
	color:#ca2f35;
	font-family:'latoregular', Arial, sans-serif;
	text-decoration: underline;
}


.mydropdown {
	width: 100%;
	overflow: hidden;
	background: url('../img/icon-select-black-landing.png') no-repeat right #f3f3f3;
	border: 1px solid #ca2f35;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
	font-family: "latoregular",Arial,sans-serif;
	line-height:40px;
}

.mydropdown select {
	background: transparent;
	width: 100%;
	font-family: "latoregular",Arial,sans-serif;
	font-size:13px;
	color:#000;
	border: 0;
	border-radius: 0;
	appearance:none;
	-webkit-appearance: none;
	-moz-appearance:none;
	-o-appearance: none; /* Opera */
	overflow: hidden;
	line-height:40px;
	padding: 0px 10px;

}

.mydropdown select::-ms-expand { /* for IE 11 */
	display: none;
}

.mydropdown select:focus {
	outline: none;
}

.mydropdown select option {
	background: #FFF;
	color:#666;
	height:50px;
	padding:5px 0;
}

.mydropdown option:checked {
	background: #FFF;
	color:#666;
}

.mydropdown select:active, .mydropdown select:hover {
	color:#666;
}

p.time-to-call {
	font-family:"latoregular",Arial,sans-serif;
}

.left-content-box {
	color:#FFF;
	border-radius: 7px;
	text-align:center;
	padding:25px 12px 45px;

}

.left-content-box h2 {
	font-size: 52px;
	font-family:'latobold', Arial, sans-serif;
	margin-top:0;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#FFF;
}

.left-content-box p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.2em;
    color: #d6d6d6;
    text-transform: none;
}

@media (min-width: 768px){
	.myform-right {
		max-width: 400px;
	}
}


/* About section */

.about-section {
	padding:60px 0;
}

.about-section h3 {
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom:20px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'latoblack', Arial, sans-serif;
	color: #ca2f35;
	position:relative;
}

.about-section h3:after {
	content:"";
	position:absolute;
	bottom:4px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	background: url('../img/title-gray-black.png') no-repeat center;
	height:6px;
	width:47px;
}

.about-section span {
	color:#333333;
}

.about-section p {
	font-size:17px;
	text-align:center;
	color:#999999;
	margin-bottom:50px;
}

.about-columns p {
	text-align:left;
	font-size:16px;
	margin-bottom:15px;
}

.about-columns h4 {
	color:#ca2f35;
	font-size:24px;
	font-family:'latobold';
}

.about-columns h5 {
	color:#333333;
	font-size:20px;
	font-family:'latobold';
	position:relative;
	margin-bottom:10px;
	padding-bottom:20px;
	text-transform:uppercase;
}


.about-section h5:after {
	content:"";
	position:absolute;
	bottom:4px;
	left:0;
	background: url('../img/title-gray-black.png') no-repeat center;
	height:6px;
	width:47px;
}


/* Number section */

.numbers-section {
	background:#1c1c1c;
}

.numbers-columns {
	text-align:center;
	padding:120px 0;
}

.numbers-section h5 {
	color:#ff2d2d;
	font-size:48px;
	margin-bottom:0;
	margin-top:0;
}

.numbers-section p {
	color:#7d7d7d;
	text-transform:uppercase;
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
}

#particles {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position:relative;
}

#intro-particles {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* Services section */
.services-section {
	padding:100px 0;
}

.services-box {
	background: #232323;
	overflow:hidden;
	position:relative;
	padding:25px;
	height:280px;
	text-align:center;
}

.services-box img {
	margin-left:auto;
	margin-right:auto;
	display:block;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 1;
}

.services-box p {
	color:#999999;
	font-size:15px;
	opacity: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	padding-left:15px;
	padding-right:15px;
}

.services-box h5 {
	color:#ca2f35;
	text-transform:uppercase;
	margin-bottom:6px;
	padding-bottom:20px;
	font-size:20px;
	font-family:'latobold';
	position:relative;
}

.services-box h5:after {
	content: "";
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/title-gray-black.png) no-repeat center;
	height: 6px;
	width: 47px;
}

.over-effect {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateY(-32%);
	-ms-transform: translateY(-32%);
	transform: translateY(-32%);
}

.services-box:hover .over-effect {
	-webkit-transform: translateY(-67%);
	-ms-transform: translateY(-67%);
	transform: translateY(-67%);
}

.services-box:hover.services-box p {
	opacity: 1;
}

.services-box:hover.services-box img {
	opacity: 0;
}

.services-box-background1 {
	background: url('../img/services-back1.png') center center no-repeat;
	background-size:cover;
}

.services-box-background1:before, .services-box-background2:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0,0,0, 0.8);
}

.services-box-background2 {
	background: url('../img/services-back2.png') center center no-repeat;
	background-size:cover;
}

.services-content h3 {
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom:20px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'latoblack', Arial, sans-serif;
	color: #ca2f35;
	position:relative;
}

.services-content h3:after {
	content:"";
	position:absolute;
	bottom:4px;
	left:0;
	background: url('../img/title-gray-black.png') no-repeat center;
	height:6px;
	width:47px;
}

.services-content span {
	color:#333333;
}

.services-content p {
	font-size: 17px;
	color: #999999;
	margin-top:25px;
	margin-bottom: 25px;
}

.services-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

.services-content ul li {
	display:block;
	color:#777777;
	font-family:'latobold';
	position:relative;
	padding-left:15px;
	margin-bottom:7px;
	font-size:15px;
}

.services-content ul li:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	position:absolute;
	left:0;
	top: 0;
	color: red;
}


@media (min-width:1300px) {
	.services-box-content {
		padding-right:50px;
	}
}


.testimonials-section {
	padding:60px 0;
	background-color: #1c1c1c;
	color:#f3f3f3;
	background: url('../img/testimonials-slider-black-footer-2.jpg') bottom center no-repeat;
	background-size:cover;
	position:relative;
}

.testimonials-section:before {
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	content: "";
	background: rgba(0,0,0, 0.8);
}

.testimonials-section h2 {
	margin-top:0;
	font-size:30px;
	color:#ca2f35;
	text-transform:uppercase;
	text-align:center;
	font-family:'latobold';
	position:relative;
	padding-bottom:20px;
	margin-bottom:15px;
}

.testimonials-section h2:after {
	content: "";
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/title-gray-black.png) no-repeat center;
	height: 6px;
	width: 47px;
}

.testimonials-section p {
	font-size:17px;
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

.testimonials-slider .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #ca2f35;
}

.testimonials-slider .slick-dots li button:before {
	font-size: 12px;
	color:#fff;
}

.testimonials-slider .slick-dots li {
	width: 12px;
}



/*+++++++++++++++ Footer Section +++++++++++++*/

.footer-section {
	background-color:#1c1c1c;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-section p {
	color:#d0d0d0;
	margin-bottom:10px;
}

.footer-section p:last-child {
	margin-bottom:0;
}

.header-google {
	display:none;
}

.footer-section a {
	color:#f3f3f3;
}

.footer-section a:hover {
	color: #888;
}

@media (max-width:1350px) {
	.my-container {
		padding-left:15px;
		padding-right:15px;
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	.left-content-box h2 {
		font-size:38px;
	}
	.left-content-box p {
		font-size:24px;
	}
}


@media (min-width:768px) and (max-width:1199px) {
	.left-content-box h2 {
		font-size:30px;
	}
	.left-content-box p {
		font-size:20px;
	}
}

@media (max-width:767px) {
	.main-slider {
		display:none;
	}
	.header-content-inside {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.header-element-left, .header-element-right {
		position: static;
		max-width: none;
	}

	.header-element-left {
		background-color:#f3f3f3;
	}

	.left-content-box {
		padding-bottom:25px;

	}

	.left-content-box h2 {
		color:#666;
		font-size:24px;
		margin-bottom:15px;
	}

	.left-content-box p {
		font-size:18px;
		color:#666;
	}

	.mydropdown {
		border:1px solid #FFF;
	}

	.myform-right {
		border-radius:0;
		padding-left: 15px;
		padding-right: 15px;
		background-color:#ca2f35;
	}

	.myform-right input[type="text"], .myform-right input[type="email"], .myform-right input[type="tel"] {
		width: calc(100% - 10px);
		display: block;
		margin-bottom: 30px;
		line-height: 40px;
		border-radius: 5px;
		outline-offset: 0;
		box-shadow: none;
		border: none;
		padding: 0px 10px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
		color: #333;
	}

	.myform-right input[type="text"]::-webkit-input-placeholder,.myform-right input[type="email"]::-webkit-input-placeholder,.myform-right input[type="tel"]::-webkit-input-placeholder {
		color:#666;
	}

	.myform-right input[type="text"]:-moz-placeholder,.myform-right input[type="email"]:-moz-placeholder,.myform-right input[type="tel"]:-moz-placeholder {
	color:#666;
	}

	.myform-right input[type="text"]::-moz-placeholder,.myform-right input[type="email"]::-moz-placeholder,.myform-right input[type="tel"]::-moz-placeholder {
	color:#666;
	}

	.myform-right input[type="text"]:-ms-input-placeholder,.myform-right input[type="email"]:-ms-input-placeholder,.myform-right input[type="tel"]:-ms-input-placeholder {
	color:#666;
	}

	.myform-right label {
		color:#FFF;
	}

	.myform-right .submit-input input[type="submit"] {
		background-color: #FFF;
		color: #ca2f35;
		border: 2px solid #ca2f35;
	}

	.myform-right .submit-input input[type="submit"]:hover {
		background-color: #ca2f35;
		color: #FFF;
		border: 2px solid #FFF;
	}

	.myform-right a {
		color:#FFF;
	}

	.myform-right p {
		color:#FFF;
	}

	.services-content h3 {
		margin-top:30px;
	}

	.header-content-inside {
		background-color:#f3f3f3;
	}

	.footer-section {
		padding-top:20px;
		padding-bottom:20px;
	}

	#particles {
    	height: 500px;
	}

	.numbers-columns {
	    padding: 70px 0;
	}
}

.scroll-to-top {
	position:fixed;
	display:none;
	bottom:30px;
	right:30px;
	height:60px;
	width:60px;
	background: url('../img/scroll-to-top-bonus.png') no-repeat center center;
	cursor:pointer;
	z-index:999;
}

/*Contact form*/
span.wpcf7-list-item {
	margin:0
}

span.wpcf7-not-valid-tip {
	margin-top: -20px;
    margin-bottom: 6px;
}

.my-custom-error .wpcf7-not-valid-tip {
	position: absolute!important;
	left: -75px!important;
	top: -10px!important;portant;!important;
	width: 50px!important;
	height: 44px!important;
	padding: 0!important;
	background: url(../img/contact_form_error.png)!important;
	overflow: hidden;
	text-indent: -9999px!important;
	padding: 0;
	border: none!important;
	margin-top: 0;
    margin-bottom: 0;
}


.wpcf7-validation-errors {
	display:none !important;
}


.about-columns img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.about-columns h5 {
	text-align:center;
}

.about-section h5:after {
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

@media (max-width:767px) {
	.numbers-section h5 {
		font-size: 36px;
	}
}


/* Cookies */
.cookie-alert {
	padding: 15px 0;
	position: fixed;
	right: 0;
	left:0;
	bottom: 0;
	background: rgba(0,0,0, 0.85);
	color: #FFF;
	font-size: 12px;
	z-index: 9999;

}
.cookie-alert .cookie-alert-close, .cookie-alert .cookie-alert-more {
	text-align: left;
	font-size:16px;
	line-height:30px;
	cursor: pointer;
	font-weight:normal;
}
.cookie-alert .cookie-alert-close:hover, .cookie-alert .cookie-alert-more:hover {
	// color: #f87a54
}
.cookie-alert .cookie-alert-close img, .cookie-alert .cookie-alert-more img {
	margin-left:0px;
}
.cookie-alert a {
	color:#FFF;
	text-decoration: underline;
}
span.cookie-align {
	display: inline-block;
	padding:0px 15px;
	background:#FFF;
	font-size:16px;
	border:1px solid #eee;
	color:#333;
	transition: all 0.3s ease-in-out;
}
span.cookie-align:hover {
	background:#333;
	color:#FFF;
}
.cookie-alert .cookie-alert-txt p {
	text-align: left;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

@media (max-width:767px) {
	.cookie-alert .cookie-alert-txt p {
		font-size: 15px;
	}

	.cookie-alert .cookie-alert-close, .cookie-alert .cookie-alert-more {
		font-size:14px;
	}
	.cookie-alert {
		padding: 10px 0;
	}
	span.cookie-align {
		display: inline-block;
		padding:0px 12px;
		font-size:14px;
		margin-top: 10px;
		margin-left:auto;
		margin-right:auto;
	}
}</pre></body></html>