/* 1. Classic Slider and Carousel */

	/* 1. Classic Slider and Carousel */


	.slider.screen-contain {
		width: auto!important;
	}

	.slider.screen-contain .owl-item img {
		display: block;
		width: auto!important;
		max-height: 60vh!important;
		margin: 0 auto;
	}

	.slider .owl-nav, .carousel .owl-nav {
		position:absolute;
		top:0;
		left:0;
		margin:0;
		width:100%;
		height:100%;
		pointer-events: none;
		margin:0!important;

	}

	.slider .owl-prev, .carousel .owl-prev {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		pointer-events: auto;
		opacity: 1;
		left: 0;
		cursor: pointer;
		height: 100%;
		width: 50%;
		margin-top: 0;
	}

	.owl-prev {
		text-decoration:none;
		position:relative;
	}
	.owl-prev span {
		text-indent: 0;
		margin-left:-90px;
		display:none;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color:#000;
	}

	.white-tooltip .owl-prev span {
		color:#fff;
	}

	.owl-prev:hover span {
		display:block;
		position:fixed;
		overflow:hidden;
	}

	.slider .owl-next, .carousel .owl-next {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		pointer-events: auto;
		opacity: 1;
		right: 0;
		cursor: pointer;
		height: 100%;
		width: 50%;
		margin-top: 0;
	}

	.owl-next {
		text-decoration:none;
		position:relative;
	}
	.owl-next span {
		text-indent: 0;
		display:none;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 600;
		color:#000;
	}

	.white-tooltip .owl-next span {
		color:#fff;
	}

	.owl-next:hover span {
		display:block;
		position:fixed;
		overflow:hidden;
	}

	.owl-dots {
		position:relative;
		width:100%;
		text-align: center;
  		-webkit-tap-highlight-color: transparent;
		top:-40px;
	}

	.carousel .owl-dots {
		top:20px;
	}

	.owl-theme .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

	.owl-dots .owl-dot span {
		background: rgba(0,0,0,0.1)!important;
		width:6px;
		height:6px;
		border-radius:6px;
		width: 8px;
		height: 8px;
		margin: 4px 5px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity 200ms ease;
		border-radius: 30px;
	}

	.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
		background: #000!important;
	}

	.text-carousel .owl-nav {
		text-align: center;
		margin: 0 auto;
		width: 160px;
		margin-top:30px;
	}

	.text-carousel .owl-prev, .text-carousel .owl-next {
		display:inline-block;
		width:80px;
		height:80px;
		margin:0;
		display: flex;
		justify-content: center;
		align-items: center;
		float:left;
	}

	.prev-testimonial, .next-testimonial {
		width: 34px;
		height: 34px;
		border-radius: 34px;
		box-sizing: border-box;
		position: absolute;
		cursor: pointer;
	}

	.text-carousel .owl-nav i {
		line-height:34px;
		text-align:center;
		font-size:12px;
		color:#000;
	}

	.light-content .text-carousel .owl-nav i {
		color:#fff;
	}


/* 2. LightBox */

	.image-link {
		display: inline-block;
		width: auto;
	}

	.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
		opacity: 0;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
	}

	.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.93;
	}

	.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	  opacity: 0;
	}

	.mfp-content figcaption, .mfp-bottom-bar {
		display:none;
	}



/* 4. Button */

	.clapat-button {
		color:#fff;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		padding:14px 24px;
		line-height:16px;
		cursor:pointer;
		border:none;
		box-sizing:border-box;
		text-align:center;
		background-color: #5700BC;
		display:inline-block;

		position:relative;
		overflow:hidden;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

	}

	.button-transparent {background: transparent}

	.clapat-button:hover {
		color:#fff;
	}

	.clapat-button::after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #A200FF;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
		-webkit-transition: transform .2s ease-out;
	}

	.light-content .clapat-button::after {
		background-color:rgba(255,255,255,1);
	}

    .clapat-button:hover::after {
		transform: scaleX(1);
		transform-origin: left;
	}

	.clapat-button.outline-button {
		background-color:transparent;
		color:#000;
		overflow:visible;
		border-radius:0px;
		border-bottom:2px solid rgba(0,0,0,0.1);
		padding: 14px 30px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
	}

	.clapat-button.outline-button::after {
		display:none;
	}

	.light-content .clapat-button {
		color:#000;
		background-color:rgba(255,255,255,0.9);
	}

	.clapat-button.outline-button:hover {
		color:#000;
		border-bottom:2px solid rgba(0,0,0,0.1);
	}

	.light-content .clapat-button.outline-button {
		color:#fff;
		background-color:transparent;
	}

	.light-content .clapat-button.outline-button:hover {
		color:#fff;
		border-bottom:2px solid rgba(255,255,255,0.2);
	}

	.clapat-button span {
		z-index:10;
		position:relative;
		display:inline-block;
	}

	.clapat-button.outline-button::before {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(0,0,0,1);
		transform: scaleX(1);
		transform-origin: left;
		transition: transform .2s ease-out;
	}

	.light-content .clapat-button.outline-button::before {
		background:rgba(255,255,255,1);
	}

    .clapat-button.outline-button:hover::before {
		transform: scaleX(0);
		transform-origin: right;
	}



/* 6. Appear Items */

	.has-animation {
		opacity: 0;
		-webkit-transition:  transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
		transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
		-webkit-transition:translateY(80px);
		transform: translateY(80px);
	}

	.has-animation.animate-in {
		opacity: 1;
		-webkit-transition:translateY(0px);
		transform: translateY(0px);
	}


/* 7. Underline Link */

	a.link {
		display:inline-block;
		position:relative;
	}

	.light-content a.link {
		color:#fff;
	}

	a.link::before {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(255,255,255,1);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
	}

	h1 a.link::before {
		bottom: -2px;
		height: 3px;
	}

	.light-content a.link::before {
		background: rgba(255,255,255,1);
	}

    a.link:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}



	.clapat-icon {
		color: #000;
		position: relative;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.text-align-center .clapat-icon i {
		position:relative;
		margin-bottom:20px;
		font-size:24px;
	}

	.light-content .clapat-icon {
		color:#fff;
	}

	.clapat-icon:after {
	  content: "";
	  clear: both;
	  display: table;
	}


/* Clients Table */

	.clients-table {
		margin:0;
		margin-left:2px;
		display:block;
		-webkit-box-shadow: 0px 100px 70px -80px rgba(0,0,0,0.55);
		box-shadow: 0px 100px 70px -80px rgba(0,0,0,0.55);
	}

	.light-content  .clients-table {
		-webkit-box-shadow: 0px 100px 70px -80px rgba(0,0,0,0.85);
		box-shadow: 0px 100px 70px -80px rgba(0,0,0,0.85);
	}

	.clients-table:after {
	  content: "";
	  clear: both;
	  display: table;
	}

	.clients-table li {
		display: block;
		float: left;
		width: 25%;
		min-height: 30px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		text-align: center;
		opacity: 1;
		margin: 0px;
		margin-left: 0px;
		margin-left: -1px;
		margin-bottom:-1px;
		background-color:#eee;
	}

	.light-content .clients-table li {
		border: 1px solid #222;
		background-color:#111;
	}

	.clients-table li img {
		margin:0 auto;
		opacity:0.3;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
	}

	.clients-table li:hover img {
		opacity:1;
	}



/* 7. Collage */

	.collage{
		padding:20px;
	}

	.collage-thumb {
		position:relative;
		overflow:hidden;
		cursor:pointer;
	}

	.collage-thumb:hover .thumb-info {
		opacity:1;
		bottom:-5px;
	}

	.thumb-info {
		position:absolute;
		bottom:-10px;
		left:0;
		width:100%;
		opacity:0;
		color: #fff!important;
		padding: 50px 30px 30px;
		box-sizing:border-box;
		font-size:14px;
		font-weight: 500;
		transition:all 0.2s ease-in-out 0s;
    	-webkit-transition:all 0.2s ease-in-out 0s;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}


/* 8. Contact Formular */


	#contact-formular {
		margin:60px 0 auto;
	}

	#contact-formular::after {
		clear: both;
		content: " ";
		display: table;
	}

	#contactform {
		position:relative;
		display: block
	}

	.left-box, .lname-box, .message-box, .phone-box {
		position:relative;
		display:block ;
	}

	.left-box, .lname-box, .phone-box, .company-box   {
		width: 47%;
		float: left;
		margin-bottom: 20px;
		margin-right: 6%;
		position: relative;
	}

	.left-box::after {
		clear: both;
		content: " ";
		display: table;
	}

	.lname-box, .phone-box, .company-box {
		margin-right:0px;
	}

	.message-box-contact {

		width:100%;
		margin-top:0px;
	}
		.message-box {
		float:left;
		width:80%;
		margin-top:0px;
	}

	input[type="text"], input[type="email"], textarea, select {
		color: rgba(255,255,255,1);
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		height: 50px;
		padding: 12px 20px 12px 2px;
		width: 100%;
		border-radius:0px;
		margin-bottom:0px;
		border:none;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		box-sizing: border-box;
		background-color:transparent;
/* 		    background-image: url('searchicon.png'); */
    background-position: 10px 10px;
    background-repeat: no-repeat;
		outline:none;
		border-bottom:1px solid rgba(255,255,255,1);
	}






	.light-content input[type="text"], .light-content textarea {
		color:rgba(255,255,255,1);
		border-bottom:1px solid rgba(255,255,255,0.3);
	}

	.input_label {
		background-color: #A200FF;
		height: 2px;
		left: 0;
		position: absolute;
		top: 49px;
		width: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.light-content .input_label {
		background-color: #fff;
	}

	.input_label.slow {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	input[type="text"]:focus + .input_label, textarea:focus + .input_label {
		width:100%;
	}

	input[type="text"]:focus, textarea:focus {
		color:#fff;
	}

	.light-content input[type="text"]:focus, .light-content textarea:focus {
		color:#fff;
	}

	textarea {
		resize:none;
		margin-bottom:0;
		height:50px;
		box-sizing: border-box;
		padding: 14px 20px 6px 2px;
		margin-bottom:60px;
	}

	textarea:after {
		background-color: #FF0AAE;
		content: "";
		height: 2px;
		left: 0px;
		position: absolute;
		top: 20px;
		width: 100%;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
		.submit-box-contact {
		color:#000;
		margin-top:10px;
		line-height:16px;
		cursor:pointer;
		border:none;
		box-sizing:border-box;
		transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
		text-align:center;
		background-color:#5700BC;
		display:inline-block;
		border-radius:3px;
		position:relative;
		overflow:hidden;

	}
	.submit-box {
		color:#000;
		margin-top:10px;
		line-height:16px;
		cursor:pointer;
		border:none;
		box-sizing:border-box;
		transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
		text-align:center;
		background-color:#5700BC;
		display:inline-block;
		border-radius:3px;
		position:relative;
		overflow:hidden;
		float: right
	}



	.submit-box::before {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #A200FF;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
		-webkit-transition: transform .2s ease-out;
	}

  	.submit-box-contact::before {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #A200FF;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
		-webkit-transition: transform .2s ease-out;
	}
    .submit-box:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}

	  .submit-box-contact:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}

	.submit-box input[type="submit"] {
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size:13px;
		z-index:10;
		position:relative;
		color:#fff;
		cursor:pointer;
		padding: 14px 36px;
		outline:none;
		transition:all 0.2s ease-in-out 0s;
    	-webkit-transition:all 0.2s ease-in-out 0s;
	}

	.submit-box-contact input[type="submit"] {
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size:13px;
		z-index:10;
		position:relative;
		color:#fff;
		cursor:pointer;
		padding: 14px 36px;
		outline:none;
		transition:all 0.2s ease-in-out 0s;
    	-webkit-transition:all 0.2s ease-in-out 0s;
	}

	.light-content .submit-box input[type="submit"] {
		color:#000;
	}

	input[type="submit"]	{
		margin:0;
		background:transparent;
		border:none;
		color:#fff;
	}

	.error_message {
		text-align:center;
		margin-bottom:30px;
		font-size:13px;
		color:#e93735;
		font-weight:bold;
	}

	#success_page {
		text-align:center;
	}

	#success_page p {
		color:#999999;
		margin-top:20px;
	}

	#message fieldset {
		border:none;
	}


/* 9. Map */

	#map_canvas {
		display: block;
		height:100vh;
		position:relative;
		width: 100%;
	}

	#hero-image.bgrelative #map_canvas {
		position:relative!important;
	}

	.gmnoprint a, .gmnoprint span, .gm-style-cc {
		display:none;
	}

	.gmnoprint div {
		background:none !important;
	}

	.gm-style button {
		display:none!important;
	}


	.services-icon i {
		font-size:24px;

		    float: left;
    margin: 0 20px 40px 20px;
    width:26px;
	}

	.service-info-text {
		margin-bottom:25px;
	}




	/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;


    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
.fp-scroller{
  overflow:hidden;
}
/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}



/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/



@media only screen and (max-width: 1466px) {


}


@media only screen and (max-width: 1024px) {

	.slider .owl-prev, .slider .owl-next {
		display:none!important;
	}

	.text-align-center .clapat-icon {
		padding-left: 0;
	}

	.text-carousel {
		max-width:500px;
		margin: 0 auto;
	}

	#mc_embed_signup .submit-box, #mc_embed_signup .submit-box-contact {
		margin-top: 30px;
	}

	textarea {
		margin-bottom: 30px;
	}

}


@media only screen and (max-width: 767px) {

	.name-box, .email-box {
		width: 100%;
		margin-right: 0;
	}

	.empty-space, .empty-space.tx {
		height:60px;
	}

	.has-animation {
		opacity: 1!important;
		-webkit-transition:translateY(0px);
		transform: translateY(0px);
	}

	input[type="text"], textarea {
    	font-size: 14px;
	}

}


@media only screen and (max-width: 479px) {

		.services-icon i {
		font-size:21px;


    margin: 0 20px 40px 0px;
    width:16px;
	}

	.clapat-button {
    	margin-bottom: 20px;
	}

	.text-carousel {
    	max-width: 280px;
	}

	.text-carousel .owl-prev, .text-carousel .owl-next {
		margin: 0;
	}
	.submit-box {float: none; width: 100%}
	.message-box {width: 100%}

}
