@import url("https://fonts.googleapis.com/css?family=Economica");.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

 @media only screen and (max-width: 800px) {
    
    table {
        background: none !important; border: none !important;
    }
    /* Force table to not be like tables anymore */
	.table, table, 
	.table thead, 
	.table tbody, 
	.table th, 
	.table td, 
	.table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.table tr { border: 1px solid #ccc; margin-bottom: 10px; background: #FFF; }
 
	.table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/*padding-left: 0%; */
		white-space: normal;
		text-align:left;
	}
 
 /*
	.table td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
*/

	/*
	Label the data
	*/
	.table td:before { content: attr(data-title); }
}

a.reverse {
	color: #009a50;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	display: block;
}
a.reverse:hover {
	color: #00fc87;
	text-decoration: none;
}

.navbar a:hover {
    color: #fff;
}


.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?lh3c5t") format("truetype"), url("../fonts/icomoon.woff?lh3c5t") format("woff"), url("../fonts/icomoon.svg?lh3c5t#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-linkedin:before {
	content: "\e60f";
}

.icon-twitter:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_0_0.woff") format("woff"), url("../fonts/37D0C5_0_0.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_1_0.woff") format("woff"), url("../fonts/37D0C5_1_0.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_2_0.woff") format("woff"), url("../fonts/37D0C5_2_0.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_3_0.woff") format("woff"), url("../fonts/37D0C5_3_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	-webkit-transition: font-size .3s linear;
	transition: font-size .3s linear;
	min-width: 320px;
	font-size: .8485714286rem;
	letter-spacing: .05rem;
}

a {
	-webkit-transition: color .3s linear, background .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, border-color .3s linear;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	-webkit-transition: font-size .3s linear;
	transition: font-size .3s linear;
}

h1 {
	line-height: 1;
	font-size: 2.5439586207rem;
}

h2 {
	line-height: 1;
	font-size: 2.8374923077rem;
}

h3 {
	line-height: 1;
	font-size: 1.4438769231rem;
}

.h4,
h4 {
	line-height: 1;
	font-size: 1.17315rem;
}

.btn-holder {
	padding: 17px 0 6px;
}

.btns {
	padding: 5px 0 13px;
}

.btns .btn {
	margin: 9px 11px 5px 0;
}

.btn {
	text-transform: uppercase;
	font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: .03125rem;
	padding-bottom: 6px;
	white-space: normal !important;
}

.btn.btn-dark:hover {
	background: #fff;
	color: #000;
}

.btn.btn-light:hover {
	background: #fff;
	border-color: #000;
}

#wrapper {
	overflow: hidden;
}

.container-fluid {
	max-width: 1200px;
}

.socials {
	margin: 0 -5px 0 0;
}

.socials li {
	margin: 0 5px 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.socials li a {
	width: 40px;
	height: 40px;
	border: 2px solid #00fc87;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.0625rem;
}

.socials li a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}

.socials li a.btn-link {
	color: #000;
	background: #00fc87;
	text-transform: uppercase;
	font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 0 9px 2px;
	width: auto;
	font-size: 1.6875rem;
	letter-spacing: .05rem;
	line-height: 1;
}

.socials li a.btn-link:hover {
	background: #fff;
}

.img-holder {
	padding: 20px 0 0;
}

.img-holder img {
	vertical-align: top;
	width: 100%;
}

.box {
	color: #000;
	text-align: center;
	font-size: .625rem;
	line-height: 1.28;
	padding: 10px 4px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box h3 {
	line-height: 1;
	margin: 0 0 3px;
}

.box h3 .percent {
	font-family: "Economica", Arial, Helvetica, sans-serif;
}

.box > span {
	display: block;
	width: 100%;
}

a.link-box {
	color: #000;
	padding: 8px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

a.link-box > * {
	width: 100%;
}

a.link-box .h4 {
	line-height: 1;
	font-weight: bold;
	margin: 0;
}

a.link-box:hover {
	color: #000;
	background: #fff !important;
	border-color: #000;
}

.bg-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed;
	background-position: 50% 0;
}

.bg-holder img {
	display: block;
}

.bg-holder:before {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: rgba(255, 255, 255, .8);
	z-index: 2;
}

#header {
	background: #000;
	padding: 16px 0 11px;
	position: relative;
	z-index: 100;
}

#header .navbar {
	position: static;
	padding: 0;
	background: #000 !important;
}

#header .navbar-brand {
	margin: 0 0 9px;
	vertical-align: top;
}

#header .navbar-brand img {
	width: 291px;
	height: 52px;
}

#header .navbar-toggler {
	position: absolute;
	right: 15px;
	bottom: 16px;
	background: #fff;
	padding: .25rem .5625rem;
}

#header .navbar-toggler:focus {
	outline: none;
}

#header .navbar-toggler-icon {
	width: 24px;
}

#header .navbar-collapse {
	background: #313131;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	text-align: center;
}

.phone {
	color: #fff;
	font: 1.5rem "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	display: block;
}

.phone:hover {
	color: #00fc87;
}

.phone .icon-phone {
	font-size: .9375rem;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 5px 0;
}

.header-bar {
	width: 100%;
}

#nav {
	font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	font-size: 1.125rem;
	padding: 11px 20px;
}

#nav li {
	border-top: 1px solid #6f6f6f;
}

#nav a {
	display: block;
	padding: 3px 0;
}

#nav .dropdown-item {
	white-space: normal;
}

#nav .dropdown-menu {
	border-radius: 0;
	background: none;
	text-transform: none;
	font: .8333333333rem "Zilla Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 0 8px 8px;
	background: none;
	box-shadow: none;
	border: none;
}

#nav .dropdown-menu .active a {
	color: #fff;
	background: #000;
}

#nav .dropdown-menu a {
	text-align: center;
	color: #00fc87;
}

#nav .dropdown-menu a:hover {
	color: #fff;
	background: #000;
}

#nav .phone {
	padding: 0;
	letter-spacing: .0625rem;
	margin: 7px 0 0;
}

.visual {
	-webkit-transition: min-height .3s linear;
	transition: min-height .3s linear;
	padding: 15px 0;
	min-height: 136px;
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
}

.visual .bg-holder:before {
	display: none;
}

.gallery {
	position: relative;
	z-index: 1;
}

.gallery .slideset {
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	position: relative;
	height: 206px;
}

.gallery .slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-weight: 500;
	padding-top: 130px;
	padding-bottom: 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.gallery .slide.active {
	z-index: 5;
}

.gallery .slide:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
	z-index: -1;
}

.content-section {
	padding: 24px 0;
}

.content-section.bg-dark {
	background-position: 50% 13px;
}

.boxes > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.boxes > *:nth-child(even) .box.bg-success {
	background: #02c76b !important;
}

.intfo-section {
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
	padding: 22px 0;
}

.banner {
	text-transform: uppercase;
	position: relative;
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
}

.banner:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #696969;
	z-index: -1;
	opacity: .75;
}

.banner:nth-child(even):before {
	background: #009a50;
}

.banner > * {
	width: 100%;
}

.banner h3 {
	margin: 0;
	font-size: 2.5rem;
}

.banner:hover {
	color: #fff;
}

.banner:hover:before {
	opacity: .5;
}

.footer-bar {
	background: #000 !important;
	padding: 22px 0;
	font-size: .9375rem;
	text-align: center;
}

.footer-bar .title {
	display: block;
	font: 1.5rem "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	color: #00fc87;
	margin: 0 0 4px;
}

.footer-bar .phone {
	font-size: 1.5rem;
	margin: 0 0 4px;
	color: #00fc87;
}

.footer-bar address {
	margin-bottom: 21px;
}

.footer-bar .socials {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-info {
	text-align: center;
}

.links li {
	padding-bottom: 4px;
}

.links a {
	color: #fff;
}

.links a:hover {
	color: #00fc87;
}

.logo {
	display: block;
	vertical-align: top;
	margin: 4px auto 20px;
	max-width: 250px;
}

.logo img {
	width: 100%;
	height: 114px;
}

.copyright-info {
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: .9375rem;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	padding: 16px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.copyright-info span + span:before {
	content: "|";
	margin: 0 10px 0 5px;
}

.table-white {
    background: #FFF;
}
.portal-link {
    color: inherit;
}


.parallax {
    /*background-attachment: fixed; */
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; 
    position: relative;
}
.tall {
    min-height: 600px;
}
.short {
    min-height: 300px;
}


@media (min-width: 768px) {
	body {
		font-size: .99rem;
	}

	h1 {
		font-size: 4.3396941176rem;
	}

	h2 {
		font-size: 4.610925rem;
	}

	h3 {
		font-size: 2.0856rem;
	}

	.btn {
		font-size: 1.8125rem;
	}

	.socials {
		margin: 0 -3px 0 0;
	}

	.socials li {
		margin: 0 3px 3px 0;
	}

	.socials li a {
		width: 26px;
		height: 26px;
		font-size: .625rem;
	}

	.socials li a.btn-link {
		font-size: .9375rem;
		padding: 0 5px 1px;
	}

	.box {
		font-size: .75rem;
		min-width: 102px;
	}

	a.link-box {
		min-height: 81px;
	}

	#header {
		padding: 10px 16px 10px;
	}

	#header .navbar {
		position: relative;
	}

	#header .navbar-brand {
		margin: 0;
	}

	#header .navbar-brand img {
		width: 224px;
		height: 40px;
	}

	#header .navbar-collapse {
		background: none;
		position: static;
	}

	.home-page #header {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: none;
	}

	.home-page #header .navbar {
		background: none !important;
	}

	.phone {
		font-size: 1.125rem;
		margin: 0 .5rem 0 0;
	}

	.phone .icon-phone {
		font-size: .8125rem;
	}

	.header-bar {
		width: auto;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#nav {
		font-size: 1rem;
		padding: 0;
		letter-spacing: .0625rem;
		margin: 26px 0 0;
	}

	#nav li {
		border: none;
		margin-left: 14px;
	}

	#nav li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}

	#nav .dropdown-toggle:after {
		display: none;
	}

	#nav .dropdown-menu {
		padding: 0;
		margin: 0;
		width: 10rem;
	}

	#nav .dropdown-menu .active a {
		color: #fff;
		background: rgba(0, 252, 135, .7);
	}

	#nav .dropdown-menu a {
		text-align: left;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 5px 10px;
	}

	#nav .dropdown-menu a:hover {
		color: #fff;
		background: rgba(0, 252, 135, .7);
	}

	.visual {
		padding: 31px 16px;
		min-height: 251px;
	}

	.visual h1 {
		letter-spacing: 2px;
	}

	.gallery .slideset {
		height: 400px;
	}

	.gallery .slide {
		padding: 130px 16px 30px;
	}

	.gallery .slide:before {
		height: 243px;
	}

	.content-section {
		padding: 33px 16px;
	}

	.intfo-section {
		padding: 25px 16px;
	}

	.banner {
		height: 320px;
	}

	.footer-bar {
		padding: 22px 16px;
		text-align: left;
	}

	.logo {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 1.188rem;
	}

	h1 {
		font-size: 7.37748rem;
	}

	h2 {
		font-size: 7.37748rem;
		margin-bottom: 1.1875rem;
	}

	h3 {
		font-size: 2.50272rem;
	}

	.h4,
	h4 {
		font-size: 1.5642rem;
	}

    .nav-item.dropdown:hover .dropdown-menu {
    	display: block;
    }

	.socials {
		margin: 0 -5px 0 0;
	}

	.socials li {
		margin: 0 5px 5px 0;
	}

	.socials li a {
		width: 42px;
		height: 42px;
		font-size: 1.0625rem;
	}

	.socials li a.btn-link {
		font-size: 1.8125rem;
		padding: 0 8px 1px;
	}

	.img-holder {
		padding: 18px 0 15px;
	}

	.box {
		font-size: .875rem;
	}

	.box > span {
		margin: 0 0 10px;
	}

	.box .value {
		font-size: 5rem;
		margin: -3px 0 -5px;
	}

	.box .value + span {
		margin: 0 0 2px;
	}

	a.link-box {
		min-height: 127px;
		padding: 8px 25px;
	}

	#header {
		padding: 14px 16px 15px;
	}

	.phone {
		font-size: 1.8125rem;
		letter-spacing: 1px;
	}

	.phone .icon-phone {
		font-size: .9375rem;
		position: relative;
		top: 1px;
	}

	.header-bar {
		top: 8px;
	}

	#nav {
		font-size: 1.6125rem;
		/*font-size: 1.8125rem;*/
		margin: 48px 0 0;
		letter-spacing: 0;
	}

	#nav .dropdown-menu {
		font-size: 1.125rem;
		width: 12.75rem;
	}

	#nav .dropdown-menu a {
		padding: 12px 15px;
	}

	.visual {
		min-height: 416px;
		padding: 49px 16px 57px;
	}

	.gallery .slideset {
		min-height: 687px;
		/*height: 100vh;*/
		font-size: 1.625rem;
	}

	.gallery .slide {
		padding-bottom: 57px;
	}

	.gallery .slide h1 {
		font-size: 8.0625rem;
		margin-bottom: 0;
	}

	.content-section {
		padding: 56px 16px 58px;
	}

	.boxes {
		padding: 12px 0 26px;
	}

	.boxes + .btn-holder {
		padding: 0 0 1px;
		margin: -11px 0 0;
	}

	.intfo-section {
		padding: 58px 16px 52px;
	}

	.banner {
		height: 425px;
	}

	.banner h3 {
		font-size: 4.375rem;
	}

	.footer-bar {
		font-size: 1.0625rem;
		letter-spacing: .03125rem;
		padding: 50px 16px 51px;
	}

	.footer-bar .title {
		font-size: 1.875rem;
	}

	.footer-bar .phone {
		font-size: 1.875rem;
	}

	.footer-bar .phone .icon-phone {
		font-size: 1.375rem;
		margin-right: .25rem;
	}

	.footer-bar .socials {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.contact-info {
		text-align: left;
	}

	.copyright-info {
		padding: 32px 0 28px;
	}
}

@media (min-width: 1200px) {
	h3 {
		font-size: 3.75408rem;
	}

	.h4,
	h4 {
		font-size: 1.87704rem;
	}

	.box {
		font-size: 1.125rem;
	}

	#header .navbar-brand img {
		width: 370px;
		height: 67px;
	}

	#nav li {
		margin-left: 33px;
	}

	.footer-bar address span {
		padding-bottom: 4px;
		display: block;
	}

	.logo {
		max-width: 321px;
	}

	.logo img {
		height: 147px;
	}
}

@-webkit-keyframes jump {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes jump {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}




/*  New styles  */

.black-bg-logo {
	background-color: #000;
	border-bottom: 2px dashed white;
}

.text-green {
	color: #49bc8d !important;
}

.bg-green {
	background-color: #49bc8d !important;
}

.text-teal {
	color: #6dcff6;
}

.bg-teal {
	background-color: #6dcff6;
}

.w-99 {
	width: 99%;
}

.w-95 {
	width: 95%;
}

.w-94 {
	width: 94%;
}

.w-90 {
	width: 90%;
}

.w-84 {
	width: 84%;
}

.w-86 {
	width: 86%;
}

.w-90 {
	width: 90%;
}

.w-93{
	width: 93%;
}

.w-94{
	width: 94%;
}

.w-96 {
	width: 96%;
}

.mission_block h4 {
	font-size: 42px;
}

.mission_block span {
	font-size: 18px;
}

h4.left-years {
	font-size: 56px;
}

.left-counties h6 {
	font-size: 92px;
}

.left-counties span {
	max-width: 200px;
}

.left-counters {
	border-left: 3px solid black;
}

.left-counters .counter-progress {
	font-weight: bolder;
	font-size: 24px;
}

.left-counters .counter-item {
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.left-funding-title {
	font-size: 36px;
	text-align: center;
	position: relative;
	padding-bottom: 7px;
}

.left-funding-title:after {
	content: "";
	width: 90%;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.left-funding-title span {
	font-size: 42px;
}

.left-numbers .number-item {
	position: relative;
	width: 33%;
	display: flex;
	flex-direction: column;
}

.left-numbers .number-item:after {
	width: 2px;
	height: 90%;
	content: "";
	background-color: #000;
	right: 0;
	top: 50%;
	transform: translate3d(50%, -50%, 0);
	position: absolute;
}

.left-numbers .number-item:last-of-type:after {
	display: none;
}

.left-numbers .number-item p {
	font-size: 44px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 0;
	margin-top: auto;
}

.left-numbers .number-item h6 {
	font-size: 36px;
	line-height: 100%;
}

.left-numbers .number-item:nth-of-type(1) p {
	font-size: 40px;
}

.left-numbers .number-item:nth-of-type(2) p {
	font-size: 34px;
}

.left-numbers .number-item:nth-of-type(3) p {
	font-size: 38px;
}


.left-numbers .number-item:nth-of-type(1) h6 span {
	font-size: 46px;
}

.left-numbers .number-item:nth-of-type(2) h6 {
	line-height: 120%;
}

.left-numbers .number-item:nth-of-type(2) h6 span {
	font-size: 64px;
}

.left-numbers .number-item:nth-of-type(3) h6 {
	font-size: 74px;
}

.left-numbers>h6 {
	font-size: 32px;
	vertical-align: middle;
}

.left-numbers>h6 span {
	font-size: 42px;
}

.right-title h3 {
	font-size: 90px;
	text-align: center;
}

.comparition-headings h4 {
	text-align: center;
	padding: 12px 0;
	margin-bottom: 0;
}

.comparition-headings h4:first-child {
	background-color: #49bc8d;
}

.comparition-headings h4:last-child {
	background-color: #cdcccb;
}

.comparition-title {
	font-weight: 600;
	text-align: center;
	padding-top: 1rem;
}

.comparition-desc{
    font-size:17px;
}

.comparition-item h6 {
	width: fit-content;
	padding: 10px 15px;
	margin: 0 auto;
	font-size: 24px;
}

.comparition-item>div {
	position: relative;
}

.comparition-item>div::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	width: 2px;
	height: 90%;
	background-color: #fff;
	transform: translate3d(50%, -50%, 0);
}

.comparition-item>div:last-child:after {
	display: none;
}

.comparition-numbers {
	align-items: center;
	justify-content: center;
}

.comparition-numbers .text-teal {
	font-size: 64px;

}

.comparition-numbers .text-white {
	font-size: 36px;
	margin-left: 5px;
}

.bottom-desc {
	font-size: 16px;
	text-align: center;
	margin-bottom: 1rem;
}

.bottom-desc p{
    margin-bottom: 0;
}    

@media(max-width: 500px) {
	h4.left-years {
		font-size: 42px;
	}

	.right-title h3 {
		font-size: 64px;
	}

	.left-numbers .number-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.left-numbers .number-item:after {
		height: 2px;
		width: 90%;
		left: 50%;
		top: 100%;
		transform: translate3d(-50%, 50%, 0);
	}

	.comparition-item h6 {
		font-size: 14px;
	}

	.comparition-numbers .text-teal {
		font-size: 40px;
	}

	.comparition-numbers .text-white {
		font-size: 26px;
	}

	.comparition-numbers {
		margin-top: 10px;
	}
}

@media(max-width: 1200px) and (min-width: 851px) {
    .contact p{
        font-size:80%;
    }   
    
}    


@media(max-width: 850px) and (min-width: 762px) {
    .contact p{
        font-size:60%;
    }   
    
}    

.directors .location{
height:70px;
display:block;
}

@media(max-width: 500px) {

.directors .location{
height:inherit;

}

.comparition-desc .px-3{
    margin: 0 auto;
}

}
