html {
	scrollbar-width: thin;
}
body{
	font-family: 'SourceSerifPro-Regular', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}
a {text-decoration: none !important;}
a:hover {color: #e10600}
p{margin-bottom: 0}
b, strong {
  	font-weight: bold;
}
h3 {
  	font-weight: 700;
  	font-family: 'JosefinSans-Regular', sans-serif;
  	color: #1a428a;
}
.fullwidth {
	width: 100%;
}
.fullheight {
	height: 100%;
}
.fp-overflow {
	height: 100%;
	width: 100%;
}
.container-fluid, .row {
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.no-padding {
	padding: 0;
}
.center {
	text-align: center;
}
.show767 {
	display: none;
}
.show480 {
	display: none;
}
.clear10{clear: both;height: 10px;}
.clear20{clear: both;height: 20px;}
.clear40{clear: both;height: 40px;}
.editor {
	max-width: 100%;
}
.editor img, .editor table, .editor iframe {
	max-width: 100%;
}
header {
	position: absolute;
	width: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	padding-left: calc(5% + 15px);
	padding-right: calc(5% + 15px);
}
.header-top {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.header-right {
	display: flex;
	justify-content: space-between;
}
.lang-top {
	display: flex;
	margin: auto 0;
}
.lang-top a {
	margin-right: 6px;
}
.lang-top a:last-child {
	margin-right: 0;
}
.lang-top a img {
	width: 25px;
}
.menu-top {
	cursor: pointer;
	margin: auto 0;
	margin-left: 20px;
}
.hamburger-link {
	color: #000 !important;
	font-size: 8pt;
	letter-spacing: .1em;
	font-weight: 800;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.hamburger-link img {
/*	filter: invert(100%);*/
	margin-left: 10px;
	width: 18px;
}
.header-bottom {
	display: flex;
	justify-content: center;
}
.logo {
	width: 160px;
}
.title-main-page {
	margin: 20px 0;
	font-size: 52px;
	line-height: 68px;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 800;
}
.des-main-page {
	font-size: 15px;
	line-height: 22px;
}
.buttonlink {
	font-size: 12px;
	letter-spacing: .1em;
	background-color: #fff;
	color: #1a428a;
	padding: 20px 40px;
	border-radius: 10px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.btn-main-page .buttonlink {
	margin-top: 25px;
	display: table;
}
.buttonlink:hover {
	background-color: #1a428a;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
.header-open {
	opacity: 0;
	pointer-events: none;
	padding-top: 25px;
	padding-left: calc(5% + 15px);
	padding-right: calc(5% + 15px);
	background-color: #1a428a;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
}
.header-open .header-open-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-open .header-open-top .logo-image img {
  	width: 240px;
}
.header-open .header-open-top .close-link {
	color: #fff !important;
	font-size: 8pt;
	letter-spacing: .1em;
	font-weight: 800;
	cursor: pointer;
}
.header-open .header-open-top .close-link img {
	filter: invert(100%);
	margin-left: 10px;
	width: 25px;
}
.header-open .header-open-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 50px;
}
.header-open .header-open-main .header-links {
	padding: 0;
	margin: 0;
}
.header-open .header-open-main .header-links li {
	text-align: center;
	font-size: 2.5rem;
	list-style: none;
}
.header-open .header-open-main .header-links li a {
	color: #fff;
	position: relative;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 600;
}
.phelp {
	position: absolute;
	top: 0;
	right: -25px;
	font-size: 25px;
	font-weight: 800;
	margin: 0;
}
.phelp i {
	line-height: 40px;
}
.header-links.sub-menu {
	margin: 0;
	padding: 0;
	display: none;
}
.header-links.sub-menu li {
	font-size: 24px !important;
	margin-bottom: 15px;
}
.header-links.sub-menu li:last-child {
	margin-bottom: 0;
}
.header-links.sub-menu li a {
	color: #1a428a !important;
	background: #fff;
	padding: 4px;
}
.section-main-baner {
    width: 100%;
    height: 100vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #fff;
    position: relative;
}
.section-main-baner section {
	padding: 0 5%;
	display: flex;
	align-items: center;
	height: 100%;
}
.scroll-to-continue {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-weight: 600;
	color: #fff;
	letter-spacing: .1em;
}
.scroll-to-continue img {
	margin-right: 10px;
	filter: invert(100%);
	width: 10px;
}
.slide img {
	object-fit: cover;
}
.vision-img {
	object-fit: cover;
}
.vision-right {
	padding: 5%;
	position: relative;
}
.col-red-heading {
	color: #000;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 25px;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.dotdashlink {
	font-size: 8pt;
	letter-spacing: .1em;
	color: #1a428a;
	margin-top: 25px;
	text-transform: uppercase;
/*	font-weight: 700;*/
	display: inline-block;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.dotdashlink::before {
	content: "●";
	margin-right: 5px;
	-webkit-transform: scale(3);
	transform: scale(3);
}
.dotdashlink::after {
	margin-left: 35px;
	content: "—";
	-webkit-transform: scale(4.5,.5);
	transform: scale(4.5,.5);
	display: inline-block;
}
.team-img {
	object-fit: cover;
}
.team-right {
	padding: 5%;
	position: relative;
}
.title-img-team {
	position: absolute;
	top: 40%;
	text-align: center;
	color: #fff;
	padding: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.section-banner-kindness {
	padding: 5%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
}
.content-img-banner {
	font-size: 28px;
	color: #fff;
    font-family: 'JosefinSans-Regular', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.social-left {
	position: relative;
}
.social-name {
	color: #000;
	text-align: center;
	padding: 0 5px;
	margin-top: 15px;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-size: 14px;
}
.social-name:hover {
	color: #1a428a;
}
.desc-social {
	padding: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	-webkit-line-clamp: 3;
	height: 76px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
.item-social {
	border: 1px solid #ececec;
}
.section-banner-bottom {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 5%;
}
.content-banner-bottom {
	font-size: 32px;
	text-align: center;
	color: #ffff;
    font-family: 'JosefinSans-Regular', sans-serif;
    padding: 0 40px;
}
footer {
	text-align: center;
	background: #1a428a;
	color: #fff;
	padding: 40px 0;
}
.block-main-footer {
	text-align: center;
}
.logo-footer {
	width: 100%;
	margin-bottom: 20px;
}
.logo-footer img {
	width: 220px;
}
.block-quick-links, .block-social-ft {
	margin-bottom: 20px;
	display: inline-block;
	padding: 0 15%;
}
ul.quick-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.quick-links li {
	padding: 0 40px;
	display: inline;
}
ul.quick-links li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'JosefinSans-SemiBold', sans-serif;
}
ul.quick-links li a:hover {
	color: #000;
}
ul.social-ft {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.social-ft li {
	padding: 0 10px;
	display: inline;
}
.social-ft img {
	filter: invert(100%);
}
.copyright p {
	font-size: 10px;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.section-footer.fp-section {
	height: auto !important;
}
.block-main-who, .block-main-team {
	padding: 8% 0;
}
.block-content-vision {
	display: flex;
	align-items: center;
	padding: 5%;
}
.content-vision {
	color: #fff;
}
.white-cl {
	color: #fff;
}
.tit-content-vision {
	font-size: 48px;
	font-family: 'JosefinSans-Regular', sans-serif;
	font-weight: 600;
}
.desc-content-vision {
  	font-size: 28px;
  	font-family: 'JosefinSans-Regular', sans-serif;
  	width: 50%;
}
.items-center {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.no-padding-top {
	padding-top: 0;
}
.dotdashlink.white-cl:hover {
	color: #1a428a;
}
.content-img-banner .block-details {
	border: 1px solid #fff;
	padding: 10px 20px;
}
.table-block-3 tr {
	border: 1px solid #1a428a;
	color: #1a428a;
}
.table-block-3 tr td {
  	padding: 15px 10px;
  	font-size: 18px;
}
/*.table-block-3 tr:hover {
	background: #1a428a;
	color: #fff !important;
}*/
.col-red-heading-bl3 {
	color: #1a428a;
	font-weight: 600;
	font-size: 24px;
	font-family: 'JosefinSans-Regular', sans-serif;
}
.list-ft {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.block-list-ft {
  	margin-bottom: 20px;
}
.list-ft li {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'JosefinSans-Regular', sans-serif;
	padding: 0 25px;
	display: inline;
	position: relative;
}
.list-ft li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 10px;
	display: inline-block;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}








@media (max-width: 767px){
	.show767 {
		display: block;
	}
	.hide767 {
		display: none;
	}
	header {
		padding: 5%;
	}
	.header-top {
		padding: 0;
	}
	.header-open {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5%;
	}
	.section-main-baner {
		width: 100%;
		height: 100vh;
		background-position: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		color: #fff;
		padding: 5%;
		position: relative;
	}
	.logo {
	  	width: 134px;
	}
	.title-main-page {
	  	margin: 0;
	  	font-size: 38px;
	  	line-height: 45px;
	}
	.btn-main-page {
		display: flex;
		justify-content: center;
	}
	.header-open .header-open-main .header-links li {
		font-size: 32px;
	}
	.block-banner-kindness {
		text-align: center;
		align-items: center;
		position: relative;
	}
	.section-banner-kindness {
		min-height: 300px;
		background-position: 50% !important;
	}
	.content-img-banner {
		font-size: 32px;
		width: 100%;
		padding: 0 5%;
	}
	.social-left, .social-right {
		height: 50%;
	}
	.block-main-vision {
		background-position: 50% !important;
	}
	.content-banner-bottom {
		font-size: 32px;
	}
	ul.quick-links li {
		width: 100%;
		margin-bottom: 10px;
		display: inline-block;
	}
	ul.quick-links li:last-child {
		margin-bottom: 0;
	}
	.block-main-vision, .block-main-team {
	  	padding: 0;
	}
	.block-main-who {
		padding: 0;
	}
	.block-img-who {
		padding: 5%;
		padding-top: 0;
	}
	.team-img {
		padding: 5%;
		padding-bottom: 0;
	}
	.block-main-who .show767 .dotdashlink {
		margin: 0;
		margin-bottom: 20px;
	}
	ul.quick-links {
		display: unset;
		line-height: 12px;
	}
}

@media(max-width: 480px){
	.hide480 {
		display: none !important;
	}
	.show480 {
		display: block;
	}
	.content-banner-bottom {
		font-size: 24px;
	}
	.block-slide-social {
		width: calc(100% - 6%);
	}
	.tit-content-vision {
		font-size: 32px;
	}
	.desc-content-vision {
	  	font-size: 24px;
	}
}