/* CSS Document */
.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  z-index: 2;
  padding: 0;
  min-height: 300px;
}
.home-banner > .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 650px;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banner .text-content {
  position: absolute;
  z-index: 3;
  text-align: right;
  left: 14px;
  right: 14px;
  bottom: -60px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-banner.ready .text-content {
  bottom: -40px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, bottom 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, bottom 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, bottom 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content h1 {
	font-family: 'Aleo', serif;
  position: relative;
  text-align: center;
  display: block;
  margin: 0;
  padding: 20px 10px;
  font-size: 107px;
  line-height: 1em;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.home-banner .text-content h1 > span {
	display: block;
	font-size: 29px;
	line-height: 1.2em;
}
.home-banner .text-content p a {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Aleo', serif;
    color: #0053aa;
    font-size: 30px;
    background-color: #fff;
    padding: 15px 20px 10px;
	opacity: 1;
}
.home-banner .text-content p a:hover {
    opacity: .8;
}

.home-banner .featured-ctas img {
	width: 100%;
	display: block;
	position: relative;
	bottom: -1px;
}
.home-banner .featured-ctas a {
	font-family: 'Aleo', serif;
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	background-color: #0053aa;
	color: #fff;
	padding: 15px 10px;
	margin-bottom: 5px;
	font-size: .94vw;
}
.home-banner .featured-ctas a > span {
	font-family: 'Quicksand', sans-serif;
	display: block;
	text-transform: uppercase;
    font-size: 180%;
}
.home-banner .featured-ctas a:hover {
    background-color: #002F61;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.home-banner .text-content h1 {font-size: 11vw;}
	.home-banner .text-content h1 > span {font-size: 27%;}
	.home-banner .featured-ctas img {bottom: -10px}
	.home-banner .featured-ctas a {font-size: 12px; padding: 8px 10px; margin-bottom: 10px;}
	.home-banner .featured-ctas a > span {font-size: 160%}
	.home-banner .text-content p a {font-size: 5vw}
}
@media screen and (max-width: 520px) {
	
	.home-banner > .slider-wrapper .slick-slide .slick-bnn {min-height: 550px;}
}
/*=========================================== WHITE STRIPE SECTION ==========================================================*/
.about-section {
  padding: 100px 0 60px;
}
.about-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.about-section .about-heading {
	font-family: 'Aleo', serif;
	text-transform: capitalize;
	color: #814e2e;
	font-size: 2.4vw;
    line-height: 1.2em;
    margin: 0 0 24px;
}
.about-section .about-heading > span {
	font-family: 'Quicksand', sans-serif;
	color: #a1a1a1;
    font-size: 44.5%;
    font-weight: 600;
    line-height: 1.2em;
}
.about-section .testimonial-block {margin: 24px 0;}
.about-section .testimonial-block h3 {
	text-transform: capitalize;
	margin: 0 0 15px;
	font-size: 2.2vw;
    line-height: 1.3em;
}
.about-section .testimonial-block p {
	margin: 0;
}
@media screen and (max-width: 991px) {
	.about-section .about-heading {font-size: 4.4vw;}
	.about-section .testimonial-block h3 {font-size: 25px;}
	.home-banner .text-content p a {
        color: #fff;
    	background-color: transparent;
}

}
@media screen and (max-width: 768px) {
	.about-section .about-heading {font-size: 6.5vw;}
	.about-section .testimonial-block h3 {font-size: 22px;}
}

.phone.mail {
    display: inline-block;
    margin-top: 10px;
}