/*
 * 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);

* {
	border-radius: 0;
}

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

body.header-fixed-space {
	padding-top: 155px;
}
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: #72A697;
 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: #72A697;
 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: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
	.hero-slider-text {
		font-size: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width: 768px) {
	.hero-slider-text {
		font-size: 30px;
		line-height: 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: 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 .slick-dots {
	bottom: 0;
}
#hero-slider .hero-slide {
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 480px;
	position: relative;
}


#hero-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

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

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


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

.custom-page-style ul li {
	    margin-bottom: 10px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
}

.custom-page-style ul li:before {
	content: '';
    position: absolute;
    background: url(../img/bullet-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    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: #cfe6cf;
    border-radius: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    border: none;
    padding: 14px 40px 18px 40px;
    box-shadow: 0px 4px 0px #859083;
    color: #72a1a6;
	display: inline-block;
	margin: 10px 0;
}

.standard-btn:hover {
	background: #b4cab4;
    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;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	display: block;
}

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

.navbar-nav {
	margin-top: 25px;
}

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