/*
 * Template Name: Contact 3 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 500px;
	position: relative;
}
section.intro .owl-carousel-section, section.intro .owl-carousel, section.intro .owl-stage-outer, section.intro .owl-stage, section.intro .owl-item, section.intro .item {
	height: 100%;
}
section.intro .owl-carousel .owl-item img {
	width: auto !important;
	margin: 0 auto;
}
section.intro .owl-carousel-section .item .container {
	position: absolute;
	top: 33%;
	right: 0;
	left: 0;
	z-index: 10;
}
section.intro .owl-dots {
	margin-top: -2rem;
	z-index: 1;
	position: relative;
}
section.intro .owl-dots .owl-dot span {
	background-color: #fff;
}
/* -- Google Map -- */
section.googlemap {
	height: 400px;
	margin-top: -7rem;
	z-index: 1;
	position: relative;
}
section.googlemap .mapbox {
	border-top-width: 5px;
	border-top-style: solid;
}
section.googlemap .mapbox iframe {
	border: none;
	width: 100%;
	height: 400px;
	-webkit-filter: hue-rotate(300deg) grayscale(30%);
	filter: hue-rotate(300deg) grayscale(30%);
}
/* -- Contact Section -- */
section.contact {
	padding: 5rem 0;
}
section.contact .contactbox:nth-child(1) {
	background-color: #1d918d;
}
section.contact .contactbox:nth-child(2) {
	background-color: #dea911;
}
section.contact .contactbox:nth-child(3) {
	background-color: #202c59;
}
section.contact .contactbox i {
	font-size: 3rem;
}
section.contact .contactbox p {
	color: #dedede;
	font-size: .9rem;
}
/* -- Contact -- */
section.contactform {
	padding: 7rem 0;
}
section.contactform p {
	color: #555;
	font-size: .9rem;
}
/* -- Client Section -- */
section.client {
	padding: 2rem 0;
}
section.client .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100px !important;
	margin: 0 auto;
	opacity: .5;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section.client .item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
/* -- Owl Carousel Default --  */
.owl-stage-outer {
	direction: ltr !important;
}
.owl-nav, .owl-dots {
	text-align: center;
	margin-top: .5rem;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	outline: none;
	margin: 0 .5rem;
}
.owl-dots .owl-dot {
	outline: none;
}
.owl-nav span {
	font-size: 25px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 50%;
	outline: none;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.owl-nav span:hover, .owl-dots .owl-dot span:hover {
	opacity: .5;
}
/* -- Scroll Top -- */
.scrolltop {
	-webkit-animation: scrolltop 1.5s infinite;
	animation: scrolltop 1.5s infinite;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #cccccc;
}
.scrolltop i {
	top: -5px;
	position: relative;
}
 @-webkit-keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}
@keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}

/*# sourceMappingURL=contact-3.css.map */
