/*
 * 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(custom-fonts.css);
@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 16px;
 line-height: 1.6;
}

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;
}

a {
 color: #eb9355;
 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 {
 color: #39527e;
 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: 'Hole', sans-serif;
    font-size: 35px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
	.hero-slider-text {
		font-size: 24px;
		font-weight: 200;
		line-height: 30px;
		margin-bottom: 30px;
	}
}


.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: 650px;
}

#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 bottom;
	background-repeat: no-repeat;
	height: 480px;
	position: relative;
}


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

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

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

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

.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;
}

.custom-page-style ul li {
	margin-bottom: 10px;
	position: relative;
    font-size: 16px;
}
/*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: #e9823b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
	top: 5px;
	left: -30px;
}

.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: #8bbe54;
    border-radius: 25px;
    padding: 14px 45px;
    box-shadow: 0px 3px 0px #6a9e41;
    color: #ffffff;
    font-size: 15px;
	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: #99d45b;
	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: 70px;
}
.client-logo-wrapper img {
	position: relative;
	margin: 0 auto;
	display: block;
}

.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;
}
.slick-dotted.slick-slider {
	margin: 0 !important;
}

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

.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;
}

.three-column-border:nth-child(2) {
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.three-column-block-item-wrapper {
	padding: 20px 0;
}

@media screen and (max-width: 992px) {
	.three-column-block-item-wrapper {

		border-top: 1px solid #c2c2c2;
	}

	.three-column-border:nth-child(2) {
		border-left: none;
		border-right: none;
	}

}

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

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