/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*Import Global Compulsory CSS Files*/
@import url('app.css');
@import url('blocks.css');
@import url('footers/footer-v1.css');
@import url('headers/header-v6.css');
@import url('../plugins/sky-forms-pro/skyforms/custom/custom-sky-forms.css');

* {
	border-radius: 0;
}

body {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

body.header-fixed-space {
	padding-top: 94px;
}

body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
	color: #555;
	font-size: 15px;
}

a {
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
	cursor: pointer;
}

a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
	background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
	display: none;
}

.full-height {
	height: 100%;
}

.hero-slider-left-wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
}

.hero-slider-text {
	color: white;
	font-family: 'Open Sans', serif;
	font-size: 32px;
	font-weight: 200;
	line-height: 38px;
	margin-bottom: 10px;
}

.hero-slider-sub-heading {
	color: white;
	margin: 5px;
	font-size: 16px;
}

.hero-slider-in-wrapper {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
}

.hero-slide-in-image {
	max-width: 400px;
}

#hero-slider {

}

#hero-slider .slick-prev {
	left: 10px;
	z-index: 100;
	width: 30px;
	height: 52px;
	display: block;
}

#hero-slider .slick-next {
	right: 10px;
	z-index: 100;
	width: 30px;
	height: 52px;
	display: block;
}

#hero-slider .slick-prev:before, #hero-slider .slick-next:before {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 30px;
}

#hero-slider .slick-prev:before {
	content: '\e07a';
}

#hero-slider .slick-next:before {
	content: '\e079';
}

#hero-slider .slick-next {
	right: 10px;
	z-index: 100;
	width: 30px;
	height: 52px;
	display: block;
}

#hero-slider .hero-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 480px;
	position: relative;
}

.center-list {
	display: table;
	margin: 0 auto;
}

.text-white > * {
	color: white !important;
}

.block-full-background-wrapper {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.dark-overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.block-background-content {
	position: relative;
	z-index: 10;
}

.background-cover {
	background-size: cover;
	background-position: center center;
}

.custom-page-style img {
	max-width: 100%;
	height: auto;
}

.custom-page-style img.left {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 992px) {
	.custom-page-style img.left {
		float: none;
		display: block;
		margin: 10px auto;
	}
}

.custom-page-style img.right {
	float: right;
	margin: 0 0 20px 20px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 992px) {
	.custom-page-style img.right {
		float: none;
		display: block;
		margin: 10px auto;
	}
}

.custom-page-style img.center {
	margin: 10px auto;
	display: block;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 992px) {
	.custom-page-style img.center {
		float: none;
		display: block;
		margin: 10px auto;
	}
}

.custom-page-style ul {
	list-style-type: none;
	position: relative;
	margin-top: 20px;
}

@media screen and (max-width: 480px) {
	.custom-page-style iframe {
		width: 100%;
	}
}

.custom-page-style ul li {
	margin-bottom: 10px;
	position: relative;
}

/*We don't want the slick dots to have the bullet icon attached to them so we exlude them here*/
.custom-page-style ul:not(.slick-dots) li:before {
	content: '';
	position: absolute;
	background: black;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: -22px;
	top: 6px;
}

.invalid {
	color: red;
	font-weight: bold;
}

.container .service-inner:nth-child(3n - 1) {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.standard-btn {
	background-color: #72A697;
	border: none;
	padding: 10px 34px;
	box-shadow: 0px 4px 0px #5d9686;
	display: inline-block;

}

@media screen and (max-width: 480px) {
	.standard-btn {
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
}

.standard-btn:hover {
	background: #4c786b;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 5% !important;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.client-logo-wrapper {
	height: 120px;
	position: relative;
}

.client-logo-wrapper img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	height: 85px;
}

.latest-shots-image {
	display: block;
	margin: 0 auto;
}

#hero-slider .slick-dots {
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

@media screen and (max-width: 992px) {
	#hero-slider .slick-dots {
		width: 100%;
		right: 0;
		left: 0;
	}
}

#hero-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

#hero-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

#hero-slider .slick-dots li button:hover,
#hero-slider .slick-dots li button:focus {
	outline: none;
}

#hero-slider .slick-dots li button:hover:before,
#hero-slider .slick-dots li button:focus:before {
	opacity: 1;
}

#hero-slider .slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: .25;
	background: white;
	display: block;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

#hero-slider .slick-prev:before {
	opacity: 1;
	color: white;
}

#hero-slider .slick-next:before {
	opacity: 1;
	color: white;
}

.slick-dotted.slick-slider {
	margin: 0 0 40px 0 !important
}

#hero-slider.slick-dotted.slick-slider {
	margin: 0 !important
}

.gallery-slider-big {
	margin: 5px 0;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.gallery-slider-nav .slick-slide {
	margin: 0 3px;
}

.gallery-slider-nav .slick-list {
	margin: 0 -3px;
}

.slick-slide, .slick-slide * {
	outline: none !important;
}

.gallery-slider-nav .slick-dots {
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

@media screen and (max-width: 992px) {
	.gallery-slider-nav .slick-dots {
		width: 100%;
		right: 0;
		left: 0;
	}
}

.gallery-slider-nav .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.gallery-slider-nav .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.gallery-slider-nav .slick-dots li button:hover,
.gallery-slider-nav .slick-dots li button:focus {
	outline: none;
}

.gallery-slider-nav .slick-dots li button:hover:before,
.gallery-slider-nav .slick-dots li button:focus:before {
	opacity: 1;
}

.gallery-slider-nav .slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: .25;
	background: black;
	display: block;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gallery-slider-nav .slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.gallery-slider-nav .slick-slide:hover {
	cursor: pointer;
}

.not-clickable:hover {
	cursor: default !important;
}

.header-logo {
	width: 240px;
	float: left;
	margin: 25px 0 10px 0;
}

.gallery-block-wrapper .slick-prev:before {
	opacity: 1;
	color: #000;

}

.gallery-block-wrapper .slick-next:before {
	opacity: 1;
	color: #000;

}

.gallery-next-icon {
	background: url("../img/right-chevron.png") !important;
	width: 32px !important;
	height: 32px !important;
	display: block;
	right: -38px !important;
	position: absolute;
	top: 50%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.gallery-prev-icon {
	background: url("../img/left-chevron.png") !important;
	width: 32px !important;
	height: 32px !important;
	display: block;
	left: -35px !important;
	position: absolute;
	top: 50%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.block-spacer {
	display: block;
	height: 30px;
	background: none;
}

.hero-slide-in-image {
	margin: 0 auto;
}

.service-block-text p {
	color: #555555;
}

.calendar-icon {
	padding-right: 5px;
}

@media screen and (max-width: 992px) {
	.blog-holder-image {
		margin: 0 0 20px 0;
	}
}

