
 #main
	{
	padding: 0;
	background-color: #092044;
	}

 #main h2
	{
	color: #fff;
	}

 #main h2:before,
 #main h2:after
	{
	background-color: #6AA6E1;
	}

 html[dir=rtl] *:after
	{
	left: auto;
	right: 0;
	}


/*-------- TOP TEXT --------*/

 #top-text
	{
	background: url('images/building.png') right bottom no-repeat;
	background-size: auto 100%;
	*background-color: #092044;
	}

 #top-text .wrapper
	{
	padding: 100px 0;
	color: #fff;
	}

 #top-text h1
	{
	position: relative;
	font-size: 40px;
	text-align: start;
	color: #fff;
	}
 #top-text h1:after
	{
	content: '';
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 100px;
	border-top: 1px solid #6Ab6ff;
	}

 #top-text b
	{
	font-weight: 400;
	*color: #6AA6E1;
	color: #6Ab6ff;
	}

 #top-text .text
	{
	max-width: 760px;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	gap: 40px;
	-webkit-gap: 40px;
	-moz-gap: 40px;
	}

 #top-text .text p
	{
	margin: 8px 0;
	max-width: 600px;
	font-size: 14px;
	line-height: 1.8;
	}


/*-------- QUOTE --------*/

 #quote .wrapper
	{
	display: flex;
	padding: 100px 0;
	color: #fff;
	align-items: center;
	}

 #quote .photo
	{
	flex: 0 0 440px;
	max-width: 45%;
	}

 #quote .photo img
	{
	display: block;
	width: 100%;
	}

 #quote .quote
	{
	margin-inline-start: 140px;
	max-width: 500px;
	}

 #quote .text
	{
	position: relative;
	font-family: Unbounded;
	font-size: 18px;
	line-height: 1.7;
	}
 #quote .text:before
	{
	content: '';
	position: absolute;
	top: -16px;
	left: -65px;
	width: 46px;
	height: 46px;
	background: url('images/quote.svg') 0 0 no-repeat;
	background-size: 100% auto;
	}

 #quote .author
	{
	margin-top: 80px;
	}

 #quote .author h3
	{
	position: relative;
	margin: 10px 0;
	font-family: Unbounded;
	font-size: 20px;
	font-weight: 400;
	}
 #quote h3:after
	{
	content: '';
	position: absolute;
	left: 0;
	top: -24px;
	width: 100px;
	border-top: 1px solid #6AA6E1;
	}

 #quote .author div
	{
	font-size: 13px;
	text-transform: uppercase;
	color: RGB(140,153,161);
	}


/*-------- STAT --------*/

 #stat
	{
	position: relative;
	*background: #081D3D;
	background: RGBA(0,0,20, 0.2);
	}

 #stat .wrapper
	{
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
	}

 #stat .label
	{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	}

 #stat .main-title
	{
	position: relative;
	display: block;
	font-size: 30px;
	font-family: Unbounded;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	}
 #stat .main-title:after
	{
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	border-top: 1px solid #6AA6E1;
	}

 #stat .main-subtitle
	{
	display: block;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.8;
	color: RGBA(255,255,255, 0.75);
	}

 #stat .data
	{
	flex: 0 0 24%;
	text-align: center;
	}

 #stat .qnt
	{
	display: block;
	margin: 20px 0 10px 0;
	font-family: Unbounded;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fff;
	}

 #stat .title
	{
	display: block;
	margin: 0 auto;
	max-width: 150px;
	font-size: 16px;
	color: RGBA(255,255,255, 0.75);
	line-height: 1.4;
	}

 #stat .icon
	{
	position: relative;
	display: inline-flex;
	width: 90px;
	height: 90px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	*border: 1px dashed RGBA(0,100,255, 0.3);
	border-radius: 50%;
	}

 #stat svg
	{
	width: 36px;
	*color: #092058;
	color: #fff;
	}

 #stat .icon:before
	{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px dashed #6Ab6ff;
	border-radius: 50%;
	}

 #stat .data-1 .icon:before
	{
	clip-path: polygon(0% 15%, 0% 100%, 100% 100%, 85% 15%);
	}
 #stat .data-2 .icon:before
	{
	clip-path: polygon(0% 0%, 85% 0%, 85% 85%, 0% 85%);
	}
 #stat .data-3 .icon:before
	{
	clip-path: polygon(15% 50%, 0% 100%, 100% 100%, 100% 15%);
	}


/*-------- MAP --------*/

 #map
	{
	margin: 100px 0;
	}

 #map .map
	{
	display: flex;
	justify-content: center;
	overflow: hidden;
	}

 #map img
	{
	width: 100%;
	min-width: 1000px;
	flex-shrink: 0;
	}

 #map .text
	{
	position: absolute;
	left: 0;
	bottom: 60px;
	max-width: 200px;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	}


/*-------- HALLMARKS --------*/

 #hallmarks
	{
	background-color: RGBA(255,255,255, 0.2);
	}

 #hallmarks .wrapper
	{
	padding: 80px 0;
	}

 #hallmarks h3
	{
	margin: 0 0 60px 0;
	font-family: Unbounded;
	font-size: 40px;
	font-weight: 400;
	color: #EEEFEA;
	}

 #hallmarks .cols
	{
	display: flex;
	justify-content: space-between;
	}

 #hallmarks .col
	{
	flex: 0 0 30%;
	}

 #hallmarks .title
	{
	position: relative;
	margin: 0 0 44px 0;
	font-family: Unbounded;
	font-size: 18px;
	color: #fff;
	}
 #hallmarks .title:after
	{
	content: '';
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 50px;
	border-top: 1px solid #6AA6E1;
	}

 #hallmarks .text
	{
	font-size: 14px;
	line-height: 1.8;
	color: RGBA(255,250,235, 0.8);
	}


/*-------- PARTNERS --------*/

 #partners
	{
	background: #fff;
	}

 #partners .wrapper
	{
	padding: 80px 0;
	}

 #partners .cols
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

 #partners .col
	{
	flex: 0 0 40%;
	}

 #partners h3
	{
	margin: 0;
	font-family: Unbounded;
	font-size: 44px;
	font-weight: 400;
	color: #081C2A;
	line-height: 1.2;
	}
 #partners h3 b
	{
	font-weight: 400;
	*color: #4A86C1;
	color: #2A90F0;
	}

 #partners .text
	{
	max-width: 400px;
	font-family: Unbounded;
	font-size: 18px;
	font-weight: 400;
	color: #8c99a1;
	line-height: 2;
	}

 #partners .partners
	{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 0;
	}

 #partners .logo
	{
	display: inline-block;
	text-align: center;
	flex: 0 0 20%;
	padding: 0 10px;
	}

 #partners .logo img
	{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 160px;
	transition: transform 0.3s ease;
	}
 #partners .logo:hover img
	{
	transform: scale(1.1);
	}



/*-------- BOTTOM TEXT --------*/

 #bottom-text
	{
	min-height: 500px;
	background-color: #092044;
	border-bottom: 1px solid RGBA(255,255,255, 0.3);
	}

 #bottom-text .wrapper
	{
	padding: 70px 0;
	}

 #bottom-text .content
	{
	position: relative;
	}

 #bottom-text h3
	{
	margin: 0;
	padding-top: 30px;
	max-width: 600px;
	font-family: Unbounded;
	font-size: 36px;
	font-weight: 400;
	text-align: start;
	color: #fff;
	}

 #bottom-text h3 b
	{
	display: block;
	font-weight: 400;
	*color: #E59767;
	color: #6Ab6ff;
	}

 #bottom-text .text
	{
	margin-top: 20px;
	max-width: 400px;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	}

 #bottom-text .buttons
	{
	margin-top: 40px;
	}

 #bottom-text .btn
	{
	font-size: 13px;
	}

 #bottom-text .btn.secondary
	{
	background-color: #5B6A82;
	border: 1px solid #5B6A82;
	color: #fff;
	}
 #bottom-text .btn.secondary:hover
	{
	background-color: #fff;
	border-color: #fff;
	color: #092044;
	}

 #bottom-text .btn.outline
	{
	margin-left: 10px;
	background: none;
	border-color: #5B6A82;
	color: #fff;
	}
 #bottom-text .btn.outline:hover
	{
	background-color: #fff;
	color: #092044;
	}

 #bottom-text .photo
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 520px;
	max-width: 45%;
	}
 #bottom-text.rtl .photo
	{
	left: 0;
	right: auto;
	}

 #bottom-text .photo img
	{
	display: block;
	width: 100%;
	}


/*------ TOP TEXT MOBILE ------*/

@media (max-width: 1500px) 
 {
 #top-text .wrapper
	{
	padding: 50px 0;
	}

 #top-text h1
	{
	font-size: 32px;
	}
 }

@media (max-width: 980px) 
 {
 #top-text
	{
	background-image: none;
	}

 #top-text .wrapper
	{
	padding: 30px 0 50px 0;
	max-width: 600px;
	}
 }

@media (max-width: 768px) 
 {
 #top-text h1
	{
	max-width: 500px;
	font-size: 28px;
	}

 #top-text .text
	{
	gap: 20px;
	-webkit-gap: 20px;
	-moz-gap: 20px;
	}
 }

@media (max-width: 480px) 
 {
 #top-text .wrapper
	{
	padding: 30px 0;
	}

 #top-text h1
	{
	margin-bottom: 20px;
	font-size: 24px;
	}
 #top-text h1:after
	{
	bottom: -15px;
	}

 #top-text .text
	{
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	}

 #top-text .text p
	{
	line-height: 1.6;
	}
 }


/*-------- QUOTE MOBILE --------*/

@media (max-width: 980px) 
 {
 #quote .wrapper
	{
	padding: 20px 0;
	}

 #quote .quote
	{
	margin-inline-start: 60px;
	}

 #quote .text
	{
	font-size: 16px;
	}
 #quote .text:before
	{
	top: -10px;
	left: -38px;
	width: 30px;
	height: 30px;
	}

 #quote .author
	{
	margin-top: 50px;
	}
 }


@media (max-width: 768px) 
 {
 #quote .wrapper
	{
	display: block;
	padding: 0 0 40px 0;
	}

 #quote .photo
	{
	margin: 0 auto;
	max-width: 400px;
	}

 #quote .quote
	{
	margin-top: 40px;
	}

 #quote .text
	{
	font-size: 14px;
	}

 #quote .author h3
	{
	font-size: 16px;
	}
 }

@media (max-width: 480px) 
 {
 #quote .quote
	{
	margin-inline-start: 0;
	}

 #quote .text
	{
	font-size: 13px;
	}
 #quote .text:before
	{
	top: -30px;
	left: -0px;
	}
 }


/*-------- STAT MOBILE --------*/

@media (max-width: 980px) 
 {
 #stat .wrapper
	{
	flex-wrap: wrap;
	padding: 70px 0;
	align-items: flex-start;
	}

 #stat .label
	{
	flex: 0 0 100%;
	margin-bottom: 40px;
	justify-content: center;
	text-align: center;
	}

 #stat .data
	{
	flex: 0 0 33.33%;
	}

 #stat .main-title:after
	{
	margin: 0 auto;
	right: 0;
	}

 #stat .main-subtitle
	{
	max-width: 400px;
	line-height: 1.4;
	}

 #stat .qnt
	{
	font-size: 32px;
	}
 }

@media (max-width: 768px) 
 {
 #stat .qnt
	{
	font-size: 26px;
	}
 }

@media (max-width: 600px) 
 {
 #stat .wrapper
	{
	display: block;
	padding: 36px 0 10px 0;
	}

 #stat .data
	{
	display: flex;
	margin: 36px auto;
	max-width: 240px;
	align-items: center;
	text-align: left;
	}

 #stat .main-title
	{
	font-size: 26px;
	}
 #stat .main-title:after
	{
	bottom: -8px;
	}

 #stat .main-subtitle
	{
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.6;
	}

 #stat .qnt
	{
	margin-top: 0;
	}

 #stat .title
	{
	font-size: 15px;
	}

 #stat .icon
	{
	margin-right: 25px;
	width: 70px;
	height: 70px;
	}

 #stat svg
	{
	width: 30px;
	}
 }


/*-------- MAP MOBILE --------*/

@media (max-width: 980px) 
 {
 #map
	{
	margin: 70px 0;
	}

 #map .map
	{
	margin: 0 -20px;
	}

 #map img
	{
	max-height: 556px; /* Safari fix */
	}

 #map .text
	{
	font-size: 13px;
	}
 }

@media (max-width: 768px) 
 {
 #map
	{
	margin: 50px 0;
	}

 #map .text
	{
	position: static;
	margin: -50px auto 0 auto;
	max-width: 400px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	}
 }

@media (max-width: 480px) 
 {
 #map
	{
	margin: 30px 0;
	}

 #map .map
	{
	margin: 0 -15px;
	}

 #map img
	{
	margin-left: -100px;
	}
 }


/*-------- HALLMARKS MOBILE --------*/

@media (max-width: 980px) 
 {
 #hallmarks .wrapper
	{
	padding: 50px 0;
	max-width: 500px;
	}

 #hallmarks h3
	{
	margin-bottom: 40px;
	}

 #hallmarks .cols
	{
	display: block;
	}

 #hallmarks .col
	{
	margin-top: 30px;
	}
 }

@media (max-width: 480px) 
 {
 #hallmarks .wrapper
	{
	padding: 30px 0;
	}

 #hallmarks h3
	{
	margin-bottom: 20px;
	font-size: 28px;
	}

 #hallmarks .title
	{
	margin-bottom: 30px;
	font-size: 16px;
	}
 #hallmarks .title:after
	{
	bottom: -18px;
	}

 #hallmarks .text
	{
	line-height: 1.6;
	}
 }

@media (max-width: 360px) 
 {
 #hallmarks h3
	{
	font-size: 24px;
	}
 }


/*-------- PARTNERS MOBILE --------*/

@media (max-width: 1200px) 
 {
 #partners .wrapper
	{
	padding: 40px 0;
	max-width: 800px;
	}

 #partners .cols
	{
	display: block;
	}

 #partners h3
	{
	margin-bottom: 20px;
	max-width: 600px;
	font-size: 28px;
	line-height: 1.4;
	}

 #partners .text
	{
	max-width: 500px;
	font-size: 16px;
	line-height: 1.7;
	}

 #partners .partners
	{
	margin-top: 30px;
	*margin-left: -25px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 0 30px;
	}

 #partners .logo
	{
	padding: 0;
	}
 }

@media (max-width: 768px) 
 {
 #partners h3
	{
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.3;
	}

 #partners .text
	{
	font-size: 14px;
	line-height: 1.6;
	}

 #partners .partners
	{
	margin-top: 10px;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 20px;
	}
 }

@media (max-width: 480px) 
 {
 #partners .wrapper
	{
	padding: 30px 0;
	}

 #partners h3
	{
	font-size: 20px;
	}

 #partners .text
	{
	font-size: 13px;
	}

 #partners .partners
	{
	grid-template-columns: repeat(3, 1fr);
	*grid-gap: 10px 20px;
	}
 }


/*-------- BOTTOM TEXT MOBILE --------*/

@media (max-width: 1200px) 
 {
 #bottom-text h3
	{
	padding-top: 0;
	font-size: 30px;
	}
 }

@media (max-width: 980px) 
 {
 #bottom-text .wrapper
	{
	padding: 50px 0;
	max-width: 500px;
	}

 #bottom-text h3
	{
	font-size: 24px;
	}

 #bottom-text .photo
	{
	position: static;
	margin: 20px 0;
	width: 100%;
	max-width: 100%;
	}

 #bottom-text .buttons
	{
	margin-top: 20px;
	}
 }

@media (max-width: 480px) 
 {
 #bottom-text
	{
	border: none;
	}

 #bottom-text .wrapper
	{
	padding: 30px 0;
	max-width: 400px;
	}

 #bottom-text h3
	{
	font-size: 20px;
	}

 #bottom-text .btn
	{
	margin: 5px 0 !important;
	width: 100%;
	font-size: 12px;
	}
 }
