@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Montserrat:400,700);
.m0 {
	margin: 0
}

.p0 {
	padding: 0
}

body {
	font: 400 14px/25px Lato, sans-serif;
	color: #424242
}

.btn,
a,
button {
	text-decoration: none;
	outline: 0;
	transition: all .3s linear 0s
}

.btn:focus,
.btn:hover,
a:focus,
a:hover,
button:focus,
button:hover {
	text-decoration: none;
	outline: 0
}

h2,
h3,
h4,
h5,
h6,
ul {
	margin: 0;
	list-style: none;
	padding: 0
}

footer.row,
header.row,
section.row {
	margin: 0
}

p {
	margin-bottom: 0
}

.img-gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.sect-pad {
	padding: 100px 0
}

.section-title {
	display: block;
	text-align: center;
	padding-bottom: 93px
}

.section-title h2 {
	font: 700 24px/30px Montserrat, sans-serif;
	color: #000;
	border: 3px solid #000;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 30px;
	letter-spacing: 3px
}

.section-title h2 i {
	padding: 15px 28px;
	border-left: 3px solid #000;
	margin-left: 22px
}

.section-title h2 img {
	padding: 15px 28px;
	border-left: 3px solid #000;
	margin-left: 22px;
	heigth: 30px;
	width: 25px;
}

.button a {
	font: 400 10px Montserrat, sans-serif;
	border: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
	padding: 19px 38px;
	letter-spacing: 3px;
	display: inline-block;
	transition: all .5s linear
}

.button a:hover {
	background: #000;
	border-color: transparent
}

.service-btn {
	font: 400 14px Montserrat, sans-serif;
	letter-spacing: 3px;
	color: #000;
	border: 1px solid #000;
	text-transform: uppercase;
	padding: 10px 27px 10px 30px;
	background: #fff;
	min-width: 200px;
	text-align: center
}

.sampleContainer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 99999999
}

.loading {
	position: relative;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	text-align: center
}

.loading h2 {
	color: #fff;
	margin: 0;
	font: .8em Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em
}

.loading span {
	display: inline-block;
	vertical-align: middle;
	width: .6em;
	height: .6em;
	margin: .19em;
	background: #007db6;
	border-radius: .6em;
	-webkit-animation: loading 1s infinite alternate;
	animation: loading 1s infinite alternate
}

.loading span:nth-of-type(2) {
	background: #008fb2;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.loading span:nth-of-type(3) {
	background: #009b9e;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.loading span:nth-of-type(4) {
	background: #00a77d;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.loading span:nth-of-type(5) {
	background: #00b247;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.loading span:nth-of-type(6) {
	background: #5ab027;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.loading span:nth-of-type(7) {
	background: #a0b61e;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

@-webkit-keyframes loading {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes loading {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.header .header-navigation {
	padding: 0 100px;
	display: flex;
	background: #000;
	transition: all 5s ease-in-out
}

.header .header-navigation .left-side {
	padding: 17px 0
}

.header .header-navigation .menu {
	flex: 1;
	padding-top: 21px
}

.header .header-navigation .menu .navbar-nav {
	width: 100%;
	text-align: center
}

.header .header-navigation .menu .navbar-nav li {
	float: none;
	display: inline-block
}

.header .header-navigation .menu .navbar-nav li a {
	font: 400 10px/30px Montserrat, sans-serif;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
	transition: all .5s ease-in-out;
	position: relative
}

.header .header-navigation .menu .navbar-nav li a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s linear 0s
}

.header .header-navigation .menu .navbar-nav li a:focus {
	background: 0 0
}

.header .header-navigation .menu .navbar-nav li a:hover {
	background: 0 0
}

.header .header-navigation .menu .navbar-nav li a:hover:after {
	content: '';
	width: 90%
}

.header .header-navigation .menu .navbar-nav li+li {
	margin-left: 24px
}

.header .header-navigation .menu .navbar-nav li.current a:after {
	content: '';
	width: 90%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s linear 0s
}

.space{
 margin-right: 30px;
}


@media (min-width:768px) {
	.header .header-navigation .menu .mobile-social {
		display: none
	}


}

.header .header-navigation .right-side .social li {
	display: inline-block
}

.header .header-navigation .right-side .social li a {
	font-size: 13px;
	color: #fff;
	padding: 0;
	line-height: 70px;
	transition: all .5s ease-in-out
}

.header .header-navigation .right-side .social li a:focus,
.header .header-navigation .right-side .social li a:hover {
	background: 0 0;
	color: #999
}

.header .header-navigation .right-side .social li+li a {
	padding-left: 15px
}

.header.scrolled .header-navigation {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 999;
	border-radius: 0
}

.main_slider_area .camera_overlayer {
	background: rgba(0, 0, 0, .55)
}

.main_slider_area .img-overlay {
	position: relative;
	z-index: 1
}

.main_slider_area .img-overlay .slider_text {
	text-align: center;
	padding-top: 100px;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.main_slider_area .img-overlay .slider_text ul {
	padding-top: 230px
}

.main_slider_area .img-overlay .slider_text ul li {
	display: inline-block;
	font: 400 60px Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 13px
}

.main_slider_area .img-overlay .slider_text p {
	font: 400 18px Montserrat, sans-serif;
	letter-spacing: 3px;
	padding-top: 12px;
	padding-bottom: 45px
}

.main_slider_area .img-overlay .slider_text .button {
	padding-bottom: 310px
}

.main_slider_area .img-overlay .slider_text .button a+a {
	margin-left: 29px
}

.main_slider_area .img-overlay .slider_text .mouse-button {
	-webkit-animation: mouseUpDown 2s ease-in-out;
	animation: mouseUpDown 2s ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: relative;
	padding-bottom: 90px
}

.main_slider_area .img-overlay .slider_text .mouse-button a {
	font: 400 10px Montserrat, sans-serif;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 17px 0 8px;
	letter-spacing: 2px
}

.main_slider_area .img-overlay .slider_text .mouse-button a:before {
	content: "\f103";
	font: normal normal normal 14px/1 FontAwesome;
	
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%)
}

.main_slider_area .img-overlay .slider_text .mouse-button a:after {
	content: '';
	background: #fff;
	width: 2px;
	height: 70px;
	display: inline-block;
	position: absolute;
	top: -71px;
	left: 50%;
	transform: translateX(-50%)
}

.main_slider_area .img-overlay .slider_text.slider-text2 h2 {
	font: 400 36px/64px Montserrat, sans-serif;
	letter-spacing: 3px;
	padding-top: 270px
}

.main_slider_area .img-overlay .slider_text.slider-text2 h3 {
	font: 700 60px/65px Montserrat, sans-serif;
	letter-spacing: 4px;
	padding-bottom: 346px
}

.main_slider_area .camera_next,
.main_slider_area .camera_prev {
	width: 30px;
	height: 70px;
	text-align: center;
	background: rgba(0, 0, 0, .5)
}

.main_slider_area .camera_next:before,
.main_slider_area .camera_prev:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	position: relative
}

.main_slider_area .camera_next span,
.main_slider_area .camera_prev span {
	display: none
}

.main_slider_area .camera_prev:before {
	content: "\f104"
}

@-webkit-keyframes mouseUpDown {
	0% {
		bottom: 10px
	}
	25% {
		bottom: 20px
	}
	50% {
		bottom: 10px
	}
	75% {
		bottom: 30px
	}
	100% {
		bottom: 10px
	}
}

@keyframes mouseUpDown {
	0% {
		bottom: 10px
	}
	25% {
		bottom: 20px
	}
	50% {
		bottom: 10px
	}
	75% {
		bottom: 30px
	}
	100% {
		bottom: 10px
	}
}

.parallax-img {
	background: url(../images/slider1.jpeg) no-repeat;
	background-attachment: fixed;
	overflow: hidden
}

.parallax-img:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: #000;
	position: absolute;
	opacity: 0.50;
	z-index: -1;
}

.about-us-area h4 {
	font: 400 14px/24px Montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px
}

.about-us-area .about-texts h4 {
	padding-bottom: 17px
}

.about-us-area .about-texts p {
	font: 400 14px/24px Lato, sans-serif;
	color: #424242
}

.about-us-area .about-texts .progress-element p {
	font: 400 10px/36px Montserrat, sans-serif;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-top: 16px
}

.about-us-area .about-texts .progress-element+p {
	padding-top: 5px
}

.about-us-area .about-texts .progress-element .progress {
	height: 10px;
	background: #ddd;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0
}

.about-us-area .about-texts .progress-element .progress .progress-bar {
	background: #000
}

.about-us-area .about-right {
	padding-left: 75px
}

.about-us-area .about-right h4 {
	padding-left: 10px;
	padding-bottom: 23px
}

.about-us-area .about-right .clients-logos .clients-logo {
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	margin: 0 auto;
	text-align: center;
	line-height: 144px
}

.about-us-area .about-right .clients-logos .clients-logo img {
	max-width: 100%;
	width: auto;
	display: inline-block
}

.about-us-area .about-right .clients-logos .clients-logo+.clients-logo {
	margin-top: 25px
}

.services-area {
	padding: 100px 0 33px
}

.services-area .section-title {
	padding-bottom: 115px
}

.services-area .services .services-items {
	padding-top: 55px;
	padding-bottom: 57px
}

.services-area .services .icon {
	bottom: -25px;
	top: auto
}

.services-area .services .service-btn {
	top: -20px;
	bottom: auto
}

.services-items {
	border: 1px solid #000;
	position: relative;
	padding: 69px 28px 43px 30px;
	transition: all .5s ease-in-out;
	cursor: nesw-resize;
	margin-bottom: 103px
}

.services-items .icon {
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #000;
	position: absolute;
	transform: rotate(45deg);
	top: -26px;
	left: 43%;
	background: #fff
}

.services-items .icon i {
	transform: rotate(-45deg)
}

.services-items p {
	font: 400 14px/24px Lato, sans-serif;
	color: #424242;
	transition: all .5s ease-in-out
}

.services-items .service-btn {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease-in-out
}

.services-items .service-btn:hover {
	color: #999
}

.services-items:hover {
	background: #000
}

.services-items:hover p {
	color: #fff
}

.team-area {
	padding-bottom: 99px
}

.team-area .team {
	padding-top: 8px;
	display: flex;
	justify-content: center;
	gap: 1rem;
        padding: 10px
}

.team-area .team .team-item {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	align-self: center;
	
}

.modalWidth{
	width: 1200px;	
}

@media (max-width:800px) {
	.team-area .team {
		flex-direction: column
	}
	.team-area .team .team-item {
		margin-left: 0
	}
.space{
 margin-right: 10px;
}


.modalWidth{
	width: 95%;
}

}

.team-area .team .team-item .img {
	overflow: hidden
}

.team-area .team .team-item .img img {
	transition: all .6s ease-in-out
}

.team-area .team .team-item h4 {
	font: 400 10px/24px Montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	padding-top: 22px;
	padding-bottom: 6px;
	display: inline-block;
	letter-spacing: 3px
}

.team-area .team .team-item h4:hover {
	color: #999
}

.team-area .team .team-item p {
	font: 400 14px/14px Lato, sans-serif;
	color: #999;
	text-transform: capitalize
}

.team-area .team .team-item .social-icon {
	border: 1px solid #000;
	max-width: 162px;
	margin: 0 auto;
	top: 30px;
	position: relative;
	background: #fff
}

.team-area .team .team-item .social-icon ul li {
	display: inline-block
}

.team-area .team .team-item .social-icon ul li a {
	font-size: 14px;
	color: #000;
	transition: all .4s ease-in-out;
	line-height: 39px
}

.team-area .team .team-item .social-icon ul li a:hover {
	color: #999
}

.team-area .team .team-item .social-icon ul li+li a {
	padding-left: 15px
}

.team-area .team .team-item:hover img {
	transform: scale(1.1) rotate(5deg)
}

.fanfact-area {
	background: url(../images/bg.jpg) no-repeat scroll center 0;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding: 138px 0 123px
}

.fanfact-area:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.fanfact-area .fan-item {
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase
}

.fanfact-area .fan-item .icon {
	width: 50px;
	height: 50px;
	color: #fff;
	border: 1px solid #fff;
	transform: rotate(45deg);
	margin: 0 auto 36px
}

.fanfact-area .fan-item .icon i {
	font-size: 24px;
	transform: rotate(-45deg);
	line-height: 47px;
	transition: all .5s ease
}

.fanfact-area .fan-item span {
	font: 700 30px/41px Montserrat, sans-serif
}

.fanfact-area .fan-item h5 {
	font: 400 14px/24px Montserrat, sans-serif
}

.fanfact-area .fan-item:hover .icon i {
	transform: scale(1.2) rotate(-45deg);
	padding-left: 2px
}

.blog-area .blog {
	padding-top: 7px
}

.blog-area .blog .blog-item {
	position: relative;
	transform: translateZ(0);
	overflow: hidden;
	backface-visibility: hidden;
	cursor: pointer
}

.blog-area .blog .blog-item:after,
.blog-area .blog .blog-item:before {
	content: '';
	background: #000;
	opacity: .5;
	position: absolute;
	width: 250%;
	height: 250%
}

.blog-area .blog .blog-item:before {
	right: 0;
	bottom: 0;
	transform: skew(-45deg) translateX(168%);
	transition: all .6s ease
}

.blog-area .blog .blog-item:after {
	top: 0;
	left: 0;
	transform: skew(-45deg) translateX(-168%);
	transition: all .6s ease;
	z-index: 1
}

.blog-area .blog .blog-item .content {
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 0 30px 20px 30px;
	transition: all 1.6s ease;
	opacity: 0
}

.blog-area .blog .blog-item .content p {
	font: 400 14px/24px Montserrat, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 15px
}

.blog-area .blog .blog-item .content ul:before {
	content: '';
	width: 30px;
	height: 1px;
	vertical-align: middle;
	background: #fff;
	display: inline-block;
	margin-right: 15px
}

.blog-area .blog .blog-item .content ul li {
	display: inline-block
}

.blog-area .blog .blog-item .content ul li a {
	font: 400 14px Lato, sans-serif;
	color: #fff;
	text-transform: capitalize
}

.blog-area .blog .blog-item:hover:before {
	transform: skew(-45deg) translateX(68%)
}

.blog-area .blog .blog-item:hover:after {
	transform: skew(-45deg) translateX(-68%);
	visibility: hidden;
	opacity: 0
}

.blog-area .blog .blog-item:hover .content {
	opacity: 1
}

.work-area {
	padding: 100px 100px;
	background: #f5f5f5
	

}

.work-area .filter_row .work_filter {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 7px
}

.work-area .filter_row .work_filter li {
	font: 400 10px/30px Montserrat, sans-serif;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	border: 1px solid #000;
	padding: 9px 30px;
	transition: all .5s ease-in-out;
	cursor: pointer;
	letter-spacing: 3px
}

.work-area .filter_row .work_filter li:hover {
	background: #000;
	color: #fff
}

.work-area .filter_row .work_filter li+li {
	margin-left: 27px
}

.work-area .filter_row .work_filter li.active {
	background: #000;
	color: #fff
}

.work-area .work-gallery {
	margin: 0 0 0 -15px;
}

.work-area .work-gallery .work-item {

	margin-bottom: 48px;
	cursor: nesw-resize;
	overflow: hidden
}

.work-area .work-gallery .work-item .img {
	position: relative
}

.work-area .work-gallery .work-item .img img {
	max-width: 100%
}

.work-area .work-gallery .work-item h2 {
	font: 400 14px Montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 17px 0 8px;
	transition: all .2s ease-in-out;
	letter-spacing: 3px
}

.work-area .work-gallery .work-item p {
	font: 400 14px Lato, sans-serif;
	color: #999
}

.work-area .work-gallery .work-item p:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #999;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle
}

.work-area .work-gallery .work-item:hover h2 {
	color: #999
}

.work-area .work-gallery .work-item:hover .img:before {
	opacity: .5;
	transform: translateY(0)
}

.work-area .button {
	text-align: center
}

.work-area .button a {
	background: #000;
	color: #fff;
	padding: 18px 45px;
	border-color: transparent
}

.priceing-area .section-title {
	padding-bottom: 119px
}

.priceing-area .price-item {
	color: #000;
	text-align: center
}

.priceing-area .price-item .icon {
	width: 64px;
	height: 64px;
	background: #000;
	top: -33px;
	left: 42%;
	transition: all .5s ease-in-out
}

.priceing-area .price-item .icon p {
	font: 700 30px Montserrat, sans-serif;
	color: #fff;
	transform: rotate(-45deg);
	left: 20%;
	position: absolute;
	top: 20%;
	text-align: center;
	transition: all .5s ease-in-out
}

.priceing-area .price-item .table-header h3 {
	font: 700 36px Montserrat, sans-serif;
	letter-spacing: 3px;
	padding-bottom: 12px;
	border-bottom: 2px solid #000;
	padding-top: 7px
}

.priceing-area .price-item .table-middle {
	padding-top: 9px
}

.priceing-area .price-item .table-middle h3 {
	font: 700 72px Montserrat, sans-serif
}

.priceing-area .price-item .table-middle h3 span {
	font-size: 24px;
	vertical-align: top;
	line-height: 58px;
	padding-right: 8px
}

.priceing-area .price-item .table-middle h3 .time {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: bottom;
	margin-left: -11px;
	padding-right: 0
}

.priceing-area .price-item .table_data {
	padding-top: 18px;
	padding-bottom: 11px
}

.priceing-area .price-item .table_data li {
	font: 400 14px/42px Lato, sans-serif;
	color: #242424;
	transition: all .5s ease-in-out
}

.priceing-area .price-item .service-btn {
	width: 200px;
	background: #000;
	color: #fff;
	font-size: 10px;
	line-height: 28px;
	bottom: -23px
}

.priceing-area .price-item:hover {
	color: #fff
}

.priceing-area .price-item:hover .icon {
	background: #fff
}

.priceing-area .price-item:hover .icon p {
	color: #000
}

.priceing-area .price-item:hover .table-header h3 {
	border-color: #fff
}

.priceing-area .price-item:hover .table_data li {
	color: #fff
}

.priceing-area .price-item:hover .service-btn {
	background: #fff;
	color: #000
}

.testimonial-area {
	background: url(../images/testimonial-bg.jpg) no-repeat scroll center 0;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	z-index: 1
}

.testimonial-area:before {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: -1
}

.testimonial-area .section-title h2 {
	border-color: #fff;
	color: #fff
}

.testimonial-area .section-title h2 i {
	border-color: #fff
}

.testimonial-area .testimonial-slider {
	text-align: center;
	color: #fff
}

.testimonial-area .testimonial-slider .testimonial-text p {
	font: 400 18px/24px Lato, sans-serif;
	color: #fff;
	padding-bottom: 37px
}

.testimonial-area .testimonial-slider .testimonial-text a {
	font: 400 14px/24px Montserrat, sans-serif;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase
}

.testimonial-area .testimonial-slider .owl-dots {
	padding-top: 45px
}

.testimonial-area .testimonial-slider .owl-dots .owl-dot {
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	transition: all .6s ease-in-out
}

.testimonial-area .testimonial-slider .owl-dots .owl-dot.active {
	background: #fff
}

.testimonial-area .testimonial-slider .owl-dots .owl-dot+.owl-dot {
	margin-left: 20px
}

.contact-area {
	padding: 45px 0 115px
}

.contact-area h4 {
	font: 400 14px/24px Montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 24px
}

.contact-area .input_form form .form-control {
	font: 400 14px/24px Lato, sans-serif;
	color: #000;
	box-shadow: none;
	border: 1px solid #000;
	border-radius: 0;
	padding-left: 20px;
	text-transform: capitalize;
	min-height: 44px;
	margin-bottom: 30px
}

.contact-area .input_form form .form-control.placeholder {
	color: #000
}

.contact-area .input_form form .form-control:-moz-placeholder {
	color: #000
}

.contact-area .input_form form .form-control::-moz-placeholder {
	color: #000
}

.contact-area .input_form form .form-control::-webkit-input-placeholder {
	color: #000
}

.contact-area .input_form form .form-control.error {
	margin-bottom: 0
}

.contact-area .input_form form .form-control.error+.error {
	font: 400 10px/30px Montserrat, sans-serif;
	color: #000;
	background: 0 0;
	border: 0;
	margin-bottom: 0;
	display: block
}

.contact-area .input_form form textarea.form-control {
	resize: none;
	height: 142px;
	padding-top: 12px
}

.contact-area .input_form form .service-btn {
	font-size: 10px;
	background: #000;
	border-radius: 0;
	color: #fff;
	padding: 19px 38px 16px 42px
}

.contact-area .input_form form .service-btn:hover {
	background: #fff;
	border-color: #000;
	color: #000
}

.contact-area .input_form #error,
.contact-area .input_form #success {
	position: absolute;
	top: -15px;
	display: block;
	right: 0;
	left: 0;
	bottom: -15px;
	background: rgba(0, 0, 0, .5);
	display: none
}

.contact-area .input_form #error p,
.contact-area .input_form #success p {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	margin: 0
}

.contact-area .input_form #success {
	color: #7cfc00
}

.contact-area .input_form #error {
	color: #ff4500
}

.contact-area .contact_info ul .item {
	cursor: pointer
}

.contact-area .contact_info ul .item .media .media-icon {
	padding: 10px;
	display: flex;
	justify-content: center
}

.contact-area .contact_info ul .item .media .media-icon a {
	width: 50px;
	height: 50px;
	transform: rotate(45deg);
	display: block;
	position: relative;
	transition: all .9s ease-in-out;
	margin-bottom: 15px
}

.contact-area .contact_info ul .item .media .media-icon a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	transition: transform .6s ease 0s, opacity .5s ease 0s
}

.contact-area .contact_info ul .item .media .media-icon i {
	color: #fff;
	line-height: 50px;
	text-align: center;
	transform: rotate(-45deg);
	font-size: 30px;
	position: absolute;
	left: 31%
}

.contact-area .contact_info ul .item .media .media-body h5 {
	padding: 10px 10px 10px 0px;
	text-align: center;
	font: 400 14px/24px Montserrat, sans-serif;
	font-weight: 700
}

.contact-area .contact_info ul .item .media .media-body a {
	color: #000
}

.contact-area .contact_info ul .item:hover .media .media-icon a {
	border: 1px solid #000
}

.contact-area .contact_info ul .item:hover .media .media-icon a:before {
	transform: scale(.5);
	opacity: 0
}

.contact-area .contact_info ul .item:hover .media .media-icon a i {
	color: #000
}

.contact-area .contact_info ul .item:hover .media .media-body {
	color: #999
}

.contact-area .contact_info ul .item+.item {
	padding-top: 12px
}

.contact_map {
	position: relative
}

.contact_map #googleMap {
	height: 500px;
	margin-top: 100px
}

.contact_map .location {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
	border: 1px solid #000;
	padding: 20px 30px 16px;
	height: 200px;
}

.contact_map .location h6 {
	font: 400 14px Montserrat, sans-serif;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 10px
}

.contact_map .location ul li {
	padding-bottom: 5px
}

.contact_map .location ul li a {
	font: 14px/24px Lato, sans-serif;
	color: #242424
}

.contact_map .location ul li a i {
	padding-right: 20px
}

.footer-area {
	background: #000;
	position: relative
}

.footer-area .footer-content {
	text-align: center
}

.footer-area .footer-content .scroll-t {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #000;
	transform: rotate(45deg);
	top: -25px;
	left: 49%;
	color: #fff;
	cursor: pointer
}

.footer-area .footer-content .scroll-t i {
	transform: rotate(-45deg);
	font-size: 18px;
	line-height: 50px
}

.footer-area .footer-content .logo img {
	max-width: 100%
}

.footer-area .footer-content h6 {
	font: 400 14px/24px Lato, sans-serif;
	color: #999;
	padding-top: 92px;
	padding-bottom: 16px
}

.footer-area .footer-content h6 a {
	color: #fff
}

.footer-area .footer-content p {
	font: 400 10px/22px Montserrat, sans-serif;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase
}

.d-none {
	display: none
}

.cc-allow{
   background-color: white !important;
}

.fa-angle-double-down:before{content:"\f103"}

.img-black {
	opacity: .8;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .8s ease-in-out
}

.img-black:hover {
	filter: none;
	opacity: 1;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01)
}


.maps-black {
	opacity: .8;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .8s ease-in-out
}

.maps-black:hover {
	filter: none;
	opacity: 1;
	-webkit-filter: grayscale(0);
}