/*Custom CSS goes here*/

/*Global*/
body, h1, h2, h3, h4, h5, p, ul, li {
	margin: 0;
	padding: 0;
	font-family: Montserrat, sans-serif;
}
img {
	width: 100%;
}
.container {
	max-width: 1185px;
	margin: 0 auto;
}
section {
	clear: both;
}
h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	text-transform: uppercase;
}
h2 {
	color: #303A3B;
	font-size: 30px;
	font-weight: bold;
	line-height: 37px;
	text-transform: uppercase;
}
a {
	text-decoration: none;
}
p {
	font-size: 18px;
	line-height: 26px;
	color: #303A3B;
}
.clearfix {
	clear: both;
}
.fw-600 {
	font-weight: 600;
}
.fw-900 {
	font-weight: 900;
}
.cta {
	width: 100%;
    padding: 36px 0;
    background: #5BC8AF;
    text-align: center;
    border: none;
}

/*Header*/
header {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 0;
	background: transparent;
	z-index: 1000;
}
.logo a {
	width: 30%;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}
.menu {
	width: 70%;
	float: left;
	text-align: right;
}
.menu ul {
	display: inline-block;
	position: relative;
	margin: 0;
	margin-right: 20px;
	/*border-right: 1px solid #fff;*/
}
.menu ul:after {
	content: "|";
	position: absolute;
	right: 0;
	top: 3px;
	color: #fff;
}
.menu ul li {
	display: inline-block;
}
.menu ul li a {
	margin: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.menu ul li.active a {
	font-weight: 700;
	text-decoration: underline;
}
.menu ul li a:hover,
.call-consultant:hover {
	text-decoration: underline;
}
.call-consultant {
	color: #5BC8AF;
	font-weight: 700;
	text-transform: uppercase;
}
.mobile-menu-icon {
	display: none;
	cursor: pointer;
}
.mobile-menu-icon img {
	width: 30px;
}

/*Hero section*/
.hero {
	position: relative;
	background: url('../images/hero-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-title {
	padding-top: 210px;
}
.hero-text {
	padding-bottom: 220px;
}
.hero-text p {
	max-width: 55%;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}
.hero-cta {
	position: absolute;
    bottom: -20px;
    max-width: 1185px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    border-radius: 0 0 2px 2px;
}
.hero-cta a {
	color: #F2F2F2;
	font-size: 24px;
	line-height: 29px;
	text-decoration: underline;
}
.tel-number{
	position: relative;
	padding-left: 10px;
}
.tel-number:before {
	content: "|";
	position: absolute;
	left: 0;
	top: 2px;
	color: #fff;
	font-size: 20px;
}

/*Understand*/
.understand {
	margin-top: 95px;
	padding-bottom: 175px;
	background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
}
.understand-images div {
	float: left;
}
.understand-images .first-single-image {
	width: 30%;
}
.understand-images .second-single-image {
	width: 43%;
	margin: 0 1%;
}
.understand-images .third-single-image {
	width: 25%;
}
.understand-images div img {
	height: 200px;
	object-fit: cover;
}
.understand-title {
    padding-top: 75px;
    padding-bottom: 13px;
}
.half-text {
	width: 50%;
	float: left;
}
.half-text p {
	padding-right: 12.5px;
	text-align: justify;
}
.half-text.second-half p {
	padding-left: 12.5px;
	text-align: justify;
}
.understand .cta {
	margin-top: 10px;
	padding: 18px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
	border-radius: 2px;
}

/*Testimonials*/
.testimonials-wrap {
	max-width: 80%;
	margin: -100px auto 0 auto;
}
.single-testimonial {
	display: flex;
}
.single-testimonial .image-wrapper {
	display: flex;
	width: 30%;
	float: left;
}
.single-testimonial .image-wrapper img {
	object-fit: cover;
	border-radius: 2px 0 0 2px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}
.single-testimonial .testimonial-content {
	display: flex;
	width: 68%;
	float: left;
	margin-left: 2%;
	border-radius: 0 2px 2px 0;
	background-color: #303A3B;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}
.testimonial-text {
	padding: 75px 45px;
}
.testimonial-text h5 {
	margin-bottom: 15px;
	color: #5BC8AF;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.testimonial-text p {
	position: relative;
	color: #fff;
	text-align: justify;
}
.testimonial-text p:before {
	content: "";
    position: absolute;
    left: -20px;
    top: -15px;
    width: 50px;
    height: 38px;
    background: url(../images/opening-quote.png);
    background-size: 50px 38px;
}
.testimonial-text p:after {
	content: "";
    position: absolute;
    right: 50px;
    bottom: 10px;
    width: 50px;
    height: 38px;
    background: url(../images/closing-quote.png);
    background-size: 50px 38px;
}

.bx-wrapper {
	position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper .bx-pager {
	text-align: center;
    font-weight: bold;
    color: rgba(48,58,59,0.4);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
    bottom: -40px;
    width: 100%;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
    vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
    line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(48,58,59,0.4);
    text-indent: -9999px;
    display: block;
    width: 35px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #303A3B;
}
.bx-controls-direction {
	display: none;
}

/*Organize*/
.organize {
	margin: 110px 0 100px 0;
}
.organize-title {
	margin-bottom: 15px;
}
.organize-blocks {
	margin-top: 10px;
}
.organize-blocks .single-block-wrap {
	width: calc(32.5% - 6px);
	float: left;
	display: table;
	height: 120px;
	margin: 15px 0 0 0;
	border: 3px solid #5BC8AF;
	border-radius: 2px;
	color: #303A3B;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}
.organize-blocks .single-block-wrap:nth-child(3n-1) {
	margin-left: 1%;
	margin-right: 1%;
}
.organize-blocks .single-block {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
.organize-blocks .single-block-wrap:hover {
	background: #303A3B;
	color: #5BC8AF;
	border-color: #303A3B;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}
.organize-blocks .single-block .block-text {
	display: none;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: 400;
}
.organize-blocks .single-block-wrap.active {
	background: #303A3B;
	color: #5BC8AF;
	border-color: #303A3B;
}
.organize-blocks .single-block-wrap.active .block-title {
	font-size: 14px;
	line-height: 18px;
	color: #5BC8AF;
}
.organize-blocks .single-block-wrap.active .block-text {
	display: block;
}

/*Footer*/
footer {
	padding: 50px 0;
	color: #fff;
	background: #303A3B;
}
.copyright {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
.footer-menu {
	width: 50%;
	float: left;
	text-align: right;
}
.footer-menu ul li {
	display: inline-block;
	list-style: none;
}
.footer-menu ul li a {
	position: relative;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.footer-menu ul li a:after {
	content: "|";
	position: absolute;
	right: 0;
	top: 2px;
	color: #fff;
}
.footer-menu ul li:last-child a:after {
	display: none;
}

/*Responsivenes*/
@media (max-width: 1199px) {
	.container,
	.hero-cta {
		max-width: 90%;
	}
}
@media (max-width: 991px) {
	h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.logo a {
		width: 50%;
	}
	.mobile-menu-icon {
		display: block;
	    position: absolute;
	    right: 5%;
	    z-index: 100;
	}
	.menu {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 50px 0;
		background: #303A3B;
		text-align: center;
		z-index: 1;
	}
	.menu ul li {
		display: block;
	}
	.menu ul:after {
		display: none;
	}
	.call-consultant {
		display: none;
	}
	.hero {
		padding-bottom: 50px;
	}
	.hero-title {
		max-width: 55%;
		margin-bottom: 15px;
		padding-top: 130px;
	}
	.hero-title h1 {
	    font-size: 36px;
	    line-height: 44px;
	}
	.hero-text {
		padding-bottom: 50px;
	}
	.hero-text p {
		max-width: 100%;
		font-size: 14px;
		line-height: 18px;
	}
	.hero-cta {
		position: static;
	    max-width: 100%;
	    padding: 20px 0;
	}
	.hero-cta a {
		padding: 0 10px;
		font-size: 24px;
		line-height: 29px;
	}
	.understand {
		margin-top: 50px;
		padding-bottom: 150px;
	}
	.understand-title {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.understand .cta {
		font-size: 18px;
		line-height: 22px;
	}
	.testimonials-wrap {
		max-width: 100%;
	}
	.testimonial-text h5 {
		font-size: 14px;
		line-height: 18px;
	}
	.testimonial-text p {
		font-size: 14px;
		line-height: 17px;
	}
	.testimonial-text {
		padding: 35px 40px 50px 30px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -30px;
	}
	.organize {
		margin-top: 80px;
	}
	.half-text p {
		font-size: 14px;
		line-height: 18px;
	}
	.organize-blocks {
		margin-top: 10px;
	}
	.organize-blocks .single-block-wrap {
		width: calc(49% - 6px);
		height: 80px;
	}
	.organize-blocks .single-block-wrap:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}
	.organize-blocks .single-block-wrap:nth-child(odd) {
		margin-right: 2%;
	}
	.copyright,
	.footer-menu {
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
}
@media (max-width: 767px) {
	
}
@media (max-width: 575px) {
	p {
		font-size: 14px;
		line-height: 18px;
	}
	.logo a {
		width: 30%;
		font-size: 14px;
		line-height: 15px;
	}
	.hero-cta {
		padding: 20px 0;
	}
	.hero-cta a {
		font-size: 18px;
		line-height: 22px;
	}
	.tel-number {
		display: block;
		margin-top: 30px;
	    margin-bottom: -20px;
	}
	.tel-number:before {
		display: none;
	}
	.understand-images {
		display: none;
	}
	.understand-title {
		padding-top: 0;
	}
	.understand .cta {
		margin-top: 15px;
	}
	.half-text {
		width: 100%;
		float: none;
	}
	.half-text.second-half p {
		padding: 10px 0 0 0;
	}
	.single-testimonial {
		display: block;
	}
	.single-testimonial .image-wrapper {
		width: 100%;
		display: block;
		float: none;
		margin-bottom: -5px;
	}
	.testimonial-text {
		padding: 25px 25px 50px 25px;
	}
	.testimonial-text h5 {
		text-align: center;
	}
	.single-testimonial .testimonial-content {
		width: 100%;
		display: block;
		margin-left: 0;
		float: none;
	}
	.single-testimonial .image-wrapper img {
		height: 300px;
	}
	.organize {
		margin-bottom: 50px;
	}
	.organize-blocks .single-block-wrap {
		width: calc(100% - 6px);
		height: 80px;
		margin-top: 10px;
		font-size: 18px;
		line-height: 22px;
	}
	.organize-blocks .single-block-wrap:nth-child(odd) {
		margin-right: 0;
	}
}