/******************
    - General -
******************/
html, body {
	font-family:"Open Sans", sans-serif;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	-webkit-font-smoothing:antialiased;
}

/***********************
    - Back stretch -
***********************/
.backstretch:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-image:url('images/overlay.png');
	background-color:rgba(95,96,96,0.4);
	z-index:1;
}

/*************************
    - Youtube player -
*************************/
.mbYTP_wrapper:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
	background-image:url('images/overlay.png');
	background-color:rgba(95,96,96,0.4);
}
.icons-img img {
	margin: auto;
	width: 157px;
	display: block;
}
.player-controls {
	position:absolute;
	top:190px;
	right:25%;
}

.player-controls a {
	background:none;
	color:#fff !important;
	outline:none;
	width:30px;
	margin:5px;
	border:1px solid #F8F8F8;
	height:30px;
	line-height:28px;
	font-size:12px;
	text-decoration:none !important;
	border-radius:50%;
	-webkit-transition:all 0.3s ease-in-out !important;
	-moz-transition:all 0.3s ease-in-out !important;
	transition:all 0.3s ease-in-out !important;
}

.player-controls a:hover {
	color:#fff;
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease-in-out !important;
	-moz-transition:all 0.3s ease-in-out !important;
	transition:all 0.3s ease-in-out !important;
}
.social-icon {
	margin-left: 11em;
}
/**********************
    - Page loader -
**********************/
.page-loader {
	position:fixed;
	display:block;
	width:100%;
	height:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:40;
	background:#fff;
}

.page-loader .progress {
	margin:-12em 0 0 -12em;
	width:50px;
	height:50px;
	font-size:2px;
	position:absolute;
	text-indent:-9999em;
	top:50vh;
	left:50vw;
	background:#fff;
	border-top:0.8em solid rgba(35, 35, 35, 0.2);
	border-right:0.8em solid rgba(35, 35, 35, 0.2);
	border-bottom:0.8em solid rgba(35, 35, 35, 0.2);
	border-left:0.8em solid #000;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation:preloader 0.7s infinite linear;
	-moz-animation:preloader 0.7s infinite linear;
	animation:preloader 0.7s infinite linear;
}

.page-loader .progress,  .page-loader .progress:after {
	border-radius:50%;
	width:24em;
	height:24em;
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform:rotate(0deg);
	}

	100% {
		-webkit-transform:rotate(360deg);
	}
}

@-moz-keyframes preloader {
	0% {
		-moz-transform:rotate(0deg);
	}

	100% {
		-moz-transform:rotate(360deg);
	}
}

@keyframes preloader {
	0% {
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}

	100% {
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

/*****************
    - Header -
*****************/
header {
	height:100%;
	padding-top:10px;
	text-align:center;
}
header p {
	font-size:60px;
	color:white;
	word-spacing:1px;
	line-height:1.2;
	padding-top:7em;
}
header .mouse {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
	text-align:center;
	-webkit-animation:wobbleArrow 1s ease-in-out 0s infinite alternate;
	-moz-animation:wobbleArrow 1s ease-in-out 0s infinite alternate;
	animation:wobbleArrow 1s ease-in-out 0s infinite alternate;
}

header .mouse a {
	position:relative;
	display:inline-block;
	color:#F9F9F9;
	bottom:20px;
	line-height:45px;
	font-size:9px;
	text-align:center;
	width:22px;
	height:36px;
	border-radius:10px;
	border:2px solid rgba(255, 255, 255, 0.6);
}

@-webkit-keyframes wobbleArrow {
	from {bottom:40px;}
	to {bottom:50px;}
}

/********************
    - Countdown -
********************/
.countdown {
	display:inline-block;
	margin:0 auto;
	font-size:4em;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	line-height:65px;
	color:#fff;
}

.countdown div span {
	display:block;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
	color:rgba(237,237,237,0.8);
}

.countdown div {
	display:inline-block;
	margin:0 34px;
}

/*******************
    - Services -
*******************/
.services {
	padding:150px 0 150px;
	background-color:#fff;
	z-index:10;
}

.services .icon i.fa {
	position:relative;
	display:block;
	width:160px;
	height:160px;
	line-height:160px;
	max-width:100%;
	margin:0 auto 45px auto;
	background:#fff;
	font-size:55px;
	border-radius:50%;
	cursor:default;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.services .icon i.fa:hover {
	color:#fff;
}
.services h2 {
	font-weight:600;
	font-size:21px;
	text-align:center;
	letter-spacing:1px;
	word-wrap:break-word;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	color: #195b06;
	margin-top: 42px;
}
.services p {
	text-align:center;
	font-size:18px;
	word-spacing:1px;
	line-height:25px;
	padding-top:40px;
	color:#8c9398;
	max-width: 350px;
}

/********************
    - Subscribe -
********************/
.subscribe {
	padding:130px 0 110px;
	z-index:10;
	background:url('../images/parallax/subscribe.jpg') no-repeat center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position: relative;
}
.subscribe::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
.subscribe h2 {
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0 0 27px 0;
	font-family:"Open Sans", sans-serif;
}

.subscribe i.fa.fa-paper-plane {
	display:block;
	font-size:29px;
	padding-bottom:15px;
	text-align:center;
}

.subscribe #ajaxChimp {
	text-align:center;
}

.subscribe input[type=text] {
	background-color:rgba(255, 255, 255, 0.1);
	border:solid 1px rgba(255, 255, 255, 0.17);
	border-right:0;
	height:54px;
	width:30%;
	color:#fff;
	word-spacing:1px;
	padding-left:20px;
	padding-top:3px;
	font-size:13px;
	outline:none;
}

.subscribe button {
	border-left:0 !important;
	color:#fff;
	width:9%;
	word-spacing:1px;
	outline:none;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	padding-top:1px;
	height:54px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.subscribe button:hover {
	background:transparent;
	border-color:rgba(255, 255, 255, 0.17);
	color:#fff;
}

.subscribe label {
	display:block !important;
	float:none;
	top:0;
	height:2.5em;
	padding:15px 20px;
	color:#ededed;
	font-size:13px;
	font-weight:100;
}

.subscribe label i.fa.fa-check {
	padding-top:15px;
}

/******************
    - Contact -
******************/
.contact {
	background-color:#f3f5f8;
	padding:60px 0 120px;
	z-index:10;
}
.subscribe label.error i, .contact #ajax-contact-form i, .contact .notification_ok i, .google-map .email > a:hover, footer a {
	color: white !important;
}
.contact h2 {
	font-size: 25px;
	font-weight: 600;
	color: #195b06;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0 0 57px 0;
	font-family:"Open Sans", sans-serif;
}
.contact input[type='text'], .contact input[type='email'] {
	width:44%;
	background:transparent;
	border-bottom:2px solid #ddd;
	border-top:none;
	border-left:none;
	border-right:none;
	height:54px;
	font-size:13px;
	outline:none;
	-webkit-transition:all 0.3s!important;
	-moz-transition:all 0.3s!important;
	transition:all 0.3s!important;
}
.services h2::after, .contact input[type="submit"] {
	border: 2px solid #195b06 !important;
}
.services .icon i.fa:hover, .contact input[type="submit"]:hover, .up-btn:hover {
	background: #195b06 !important;
}
.email-footer {
	width: 95px;
}
.contact input[type='email'] {
	right:15px;
	position:absolute;
	top:0px;
}

.contact input[type='text'], .contact input[type='email']:focus {
	border-bottom:2px solid #bbb;
	border-top:none;
	border-left:none;
	border-right:none;
}

.contact input[type='text'] {
	width:45.1%;
}

.contact textarea {
	width:100%;
	background:transparent;
	padding-top:15px;
	font-size:13px;
	border-bottom:2px solid #ddd;
	border-top:none;
	border-left:none;
	border-right:none;
	outline:none;
	margin:20px 0;
	-webkit-transition:all 0.3s !important;
	-moz-transition:all 0.3s !important;
	transition:all 0.3s !important;
}

.contact textarea:focus {
	border-bottom:2px solid #bbb;
	border-top:none;
	border-left:none;
	border-right:none;
}

.contact input[type='submit'] {
	display:block;
	background:none;
	color:#737373;
	width:12%;
	height:54px;
	margin:20px auto 0;
	word-spacing:1px;
	outline:none;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:700;
	-webkit-transition:all 0.3s ease-in-out !important;
	-moz-transition:all 0.3s ease-in-out !important;
	transition:all 0.3s ease-in-out !important;
}

.contact input[type="submit"]:hover {
	color:#fff;
}

.contact .error .email {
	position:absolute;
	display:inline-block;
	right:19px;
	padding-left:9px;
	text-align:right;
}

.contact .error .name {
	position:absolute;
	display:inline-block;
	left:43.7%;
	padding-left:2px;
}

.contact .error .message {
	position:absolute;
	display:inline-block;
	right:0;
	bottom:115px;
	margin-right:20px;
	padding-left:9px;
	text-align:right;
}

.contact .notification_ok {
	position:absolute;
	top:-36px;
	width:96%;
	text-align:center;
	color:#b3102f;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:500;
	font-size:14px;
}

.contact .notification_ok i {
	padding-right:5px;
}

/**********************
    - Google maps -
**********************/
#google-container {
	position:relative;
	width:100%;
	height:450px;
	background-color:#e7eaf0;
	display: none;
}

.google-map {
	position:relative;
}

#zoom-in, #zoom-out {
	height:32px;
	width:32px;
	cursor:pointer;
	margin-left:40px;
	background-repeat:no-repeat;
	background-size:32px 64px;
	background-image:url("images/map-controller.svg");
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#zoom-in {
	background-position:50% 0;
	margin-top:100px;
	margin-bottom:1px;
}

#zoom-out {
	background-position:50% -32px;
}

.google-map .contact-info {
	width:100%;
	top:0;
	left:0;
	background:rgba(243, 245, 248, 0.85);
	color:#242830;
	margin-bottom:0;
	height:20px;
}

.google-map address .fa-map-marker, .phone i, .email i  {
	padding-right:10px;
}

.google-map address {
	position:relative;
	top:15px;
	margin-bottom:0;
	font-size:13px;
	font-weight:700;
	margin-top:4px;
	padding-left:5px;
}

.google-map .phone {
	position:relative;
	font-size:13px;
	text-align:center;
	top:-3px;
	font-weight:700;
}

.google-map .email {
	position:relative;
	font-size:13px;
	text-align:right;
	top:-22px;
	font-weight:700;
}

.google-map .email > a {
	text-decoration:none;
}

/*****************
    - Footer -
*****************/
footer {
	position:relative;
	z-index:10;
	background-color:#242830;
	padding:40px 0 40px;
	color:rgba(237,237,237,0.4);
	font-weight: 600;
}

/* Copyright */
footer .copyright {
	float:left;
	padding: 0;
	margin-bottom:0 !important;
	line-height:16px;
}
.footer-style {
	display: flex;
	justify-content: space-between;
}
footer .copyright > a {
	font-weight:bold;
}

footer a {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

footer a:hover {
	color:#fff;
	text-decoration:none;
}

/* Social links */
footer .social-icon li {
	float:left;
	margin-right:20px;
	list-style:none;
}

footer .social-icon li i.fa {
	font-size:16px;
	line-height:16px;
	color:rgba(237,237,237,0.4);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

footer .social-icon li:hover i.fa {
	color:rgba(237,237,237,1);
}


.subscribe-content {
	color: white;
	font-size: 24px;
	text-align: center;
}
/* Up button */
.up-btn {
	position:absolute;
	display:block;
	left:0;
	right:0;
	top:-50px;
	width:40px;
	height:40px;
	margin:0 auto;
	border-radius:50%;
	color:#fff;
	font-size:18px;
	line-height:38px;
	text-align:center;
}

.up-btn:hover {
	color:#fff;
}

.up-btn i {
	color:#fff;
}
.header-grid {
	width: auto;
	max-width: 1760px;
	margin: 0 auto;
	padding: 0;
}
.logo {
	text-align: right;
	padding: 50px 0 25px 0;
}
.container-right {
	padding-right: 400px;
}
.about-us {
	margin-bottom: 210px;
}
.about-us-info p {
	font-size: 18px;
	word-spacing: 1px;
	line-height: 25px;
	padding-top: 40px;
	color: #8c9398;
	/*
	max-width: 480px;
	*/
}
.about-us-content-container {
	float: right;
	height: 455px;
	position: relative;
}
.about-btn {
	position: absolute;
	bottom: 0px;
}
.about-us-info {
	margin-top: 145px;
}
.page-heading {
	font-size: 25px;
	font-weight: 600;
	color: #195b06;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}
.about-blair-consulting {
	margin-top: 60px;
}
.about-btn a {
	color: #8c9398;
	font-size: 15px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	border: 2px solid #195b06;
	padding: 13px 17px;
	display: inline-block;
}
.pdf-icon {
	margin-left: 15px;
}
.about-us-sub-header {
	text-align: center;
	margin-top: -280px;
}
.about-btn a:hover {
	background-color: #195b06;
	color: white;
	text-decoration: none;
}
.about-btn a:hover .pdf-icon {
	display: none;
}
@media only screen and (max-width: 1800px) {
	.header-grid {
		margin-right: 35px;
	}
	.about-us-main-header img {
		width: 870px;
	}
	.about-us-content-container {
		height: 428px;
	}
}
@media only screen and (max-width: 1750px) {
	.container-right {
		padding-right: 300px;
	}
}
@media only screen and (max-width: 1650px) {
	.container-right {
		padding-right: 250px;
	}
}
@media only screen and (max-width: 1600px) {
	.container-right {
		padding-right: 230px;
	}
	.about-us-main-header img {
		width: 840px;
	}
	.about-us-content-container {
		height: 412px;
	}
	.about-us-sub-header img {
		width: 220px;
	}
	.about-us {
		margin-bottom: 260px;
	}
}
@media only screen and (max-width: 1550px) {
	.container-right {
		padding-right: 195px;
	}
}
@media only screen and (max-width: 1500px) {
	.container-right {
		padding-right: 185px;
	}
	.about-us-main-header img {
		width: 800px;
	}
	.about-us-content-container {
		height: 392px;
	}
	.about-us-sub-header img {
		width: 200px;
	}
	.about-us {
		margin-bottom: 300px;
	}
	header p {
		font-size: 50px;
		padding-top: 8em;
	}
}
@media only screen and (max-width: 1450px) {
	.container-right {
		padding-right: 150px;
	}
}
@media only screen and (max-width: 1400px) {
	.container-right {
		padding-right: 110px;
	}
}
@media only screen and (max-width: 1350px) {
	.container-right {
		padding-right: 70px;
	}
	.about-us-main-header img {
		width: 770px;
	}
	.about-us-content-container {
		height: 378px;
	}
	.about-us-info {
		margin-top: 115px;
	}
}
@media only screen and (max-width: 1280px) {
	.about-us-main-header img {
		width: 720px;
	}
	.about-us-content-container {
		height: 353px;
	}
	.about-us-info {
		margin-top: 95px;
	}
	.about-us-sub-header {
		margin-top: -200px;
	}
	.about-us {
		margin-bottom: 220px;
	}
	header p {
		font-size: 50px;
		padding-top: 8em;
	}
}
@media only screen and (max-width: 1224px) {
	.about-us-main-header img {
		width: 690px;
	}
	.about-us-content-container {
		height: 339px;
	}
	.about-us-info {
		margin-top: 65px;
	}
}
@media only screen and (max-width: 1115px) {
	.about-us-main-header img {
		width: 650px;
	}
	.about-us-content-container {
		height: 320px;
	}
	.about-us-sub-header {
		margin-top: -180px;
	}
	.pdf-icon {
		margin-left: 10px;
	}
	.about-btn a {
		padding: 13px 12px;
	}
	.about-us {
		margin-bottom: 200px;
	}
}
@media only screen and (max-width: 1080px) {
	.about-us-main-header img {
		width: 600px;
	}
	.about-us-content-container {
		height: 295px;
	}
	.about-us-info {
		margin-top: 25px;
	}
	.pdf-icon {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 1050px) {
	.container-right {
		padding-right: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.container-right {
		padding-right: 30px;
	}
	.about-btn a {
		padding: 13px 10px;
	}
	header p {
		font-size: 35px;
	}
}
@media only screen and (max-width: 991px) {
	.services p {
		max-width: 100%;
	}
	header p {
		padding-top: 9em;
	}
	.container-right {
		padding-right: 135px;
		padding-left: 135px;
	}
	.about-us-main-header {
		margin-right: -135px;
		margin-left: -135px;
	}
	.about-us-main-header img {
		width: 100%;
	}
	.about-blair-consulting {
		margin-top: 50px;
	}
	.about-us-content-container {
		height: auto;
	}
	.about-us-info p {
		padding-top: 0;
	}
	.about-us-info {
		margin-top: 35px;
	}
	.about-btn {
		position: relative;
		bottom: 0;
		margin-top: 45px;
	}
	.about-us-sub-header img {
		width: auto;
	}
	.about-us-sub-header {
		margin-top: -300px;
	}
	.services {
		padding: 150px 0 80px;
	}
	.about-us {
		margin-bottom: 150px;
	}
}
@media only screen and (max-width: 920px) {
	.container-right {
		padding-right: 100px;
		padding-left: 100px;
	}
}
@media only screen and (max-width: 885px) {
	.container-right {
		padding-right: 80px;
		padding-left: 80px;
	}
}
@media only screen and (max-width: 850px) {
	.container-right {
		padding-right: 65px;
		padding-left: 65px;
	}
}
@media only screen and (max-width: 769px) {
	.social-icon {
		margin-left: 0;
	}
	.logo img {
		width: 120px;
	}
	.logo {
		text-align: right;
		padding: 40px 0 15px 0;
	}
	.container-right {
		padding-right: 15px;
		padding-left: 15px;
	}
	.about-us-sub-header img {
		width: 200px;
	}
	.about-us-sub-header {
		margin-top: -230px;
	}
	.about-btn a {
		padding: 13px 18px;
	}
	.pdf-icon {
		margin-left: 10px;
	}
	header {
		height: auto;
	}
	.services {
		margin-top: 195px;
		padding: 150px 0 40px;
	}
	.about-us {
		margin-bottom: 110px;
	}
	header {
		padding-top: 13em;
	}
	header p {
		font-size: 30px;
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	header .mouse {
		display: none !important;
	}
}
@media only screen and (max-width: 683px) {
	.services {
		margin-top: 155px;
	}
}
@media only screen and (max-width: 540px) {
	header {
		padding-top: 15em;
	}
	.services {
		margin-top: 200px;
		padding: 140px 0 40px;
	}
}
@media only screen and (max-width: 550px) {
	.about-us-sub-header {
		margin-top: -200px;
	}
}
@media only screen and (max-width: 500px) {
	.about-us-sub-header img {
		width: 170px;
	}
	.about-us-sub-header {
		margin-top: -170px;
	}
}
@media only screen and (max-width: 414px) {
	.about-us-sub-header {
		margin-top: -140px;
	}
	.services {
		padding: 120px 0 40px;
	}
	header p {
		font-size: 26px;
	}
}
@media only screen and (max-width: 360px) {
	.about-btn a {
		padding: 13px 18px;
	}
	.pdf-icon {
		margin-left: 8px;
	}
	header p {
		font-size: 24px;
	}
}
@media only screen and (max-width: 345px) {
	.about-btn a {
		padding: 12px 10px;
	}
	.pdf-icon {
		margin-left: 6px;
	}
}
@media only screen and (max-width: 335px) {
	.pdf-icon {
		margin-left: 2px;
		width: 20px;
	}
	.about-btn a {
		padding: 12px 8px;
	}
}