@charset "UTF-8";
@font-face {
	font-family: "header font";
	src: url("../fonts/Poppins-Medium.ttf");
	unicode-range: 0000— 001f;
}
@font-face {
	font-family: "header font popins";
	src: url("../fonts/FiraGO-Medium.ttf");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "header font";
	src: url("../fonts/BPG 2017 DejaVuSans.ttf") format("truetype");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Gotham Pro";
	src: url("../fonts/GothamPro.eot") format("eot"),
		url("../fonts/GothamPro.otf") format("opentype"),
		url("../fonts/GothamPro.woff") format("woff"),
		url("../fonts/GothamPro.ttf") format("truetype"),
		url("../fonts/GothamPro.svg#GothamPro") format("svg");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "Gotham Pro";
	src: url("../fonts/BPG_Arial.ttf") format("truetype");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Dejavu Sans";
	src: url("../fonts/BPG\ 2017\ DejaVuSans.ttf") format("truetype");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Dejavu Sans Bold";
	src: url("../fonts/BPG\ 2017\ DejaVuSans-Bold.ttf") format("truetype");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Gotham Pro Italic";
	src: url("../fonts/GothamPro-Italic.eot?") format("eot"),
		url("../fonts/GothamPro-Italic.otf") format("opentype"),
		url("../fonts/GothamPro-Italic.woff") format("woff"),
		url("../fonts/GothamPro-Italic.ttf") format("truetype"),
		url("../fonts/GothamPro-Italic.svg#GothamPro-Italic") format("svg");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "Gotham Pro Italic";
	src: url("../fonts/BPG_Arial.ttf") format("truetype");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Gotham Pro Medium";
	src: url("../fonts/GothamPro-Medium.eot?") format("eot"),
		url("../fonts/GothamPro-Medium.otf") format("opentype"),
		url("../fonts/GothamPro-Medium.woff") format("woff"),
		url("../fonts/GothamPro-Medium.ttf") format("truetype"),
		url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "Gotham Pro Medium";
	src: url("../fonts/BPG_Arial.ttf") format("truetype");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Gotham Pro Bold";
	src: url("../fonts/GothamPro-Bold.eot?") format("eot"),
		url("../fonts/GothamPro-Bold.otf") format("opentype"),
		url("../fonts/GothamPro-Bold.woff") format("woff"),
		url("../fonts/GothamPro-Bold.ttf") format("truetype"),
		url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "Gotham Pro Bold";
	src: url("../fonts/BPG_Arial.ttf") format("truetype");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Poppins Bold";
	src: url("../fonts/Poppins-Bold.ttf");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "Poppins Bold";
	src: url("../fonts/FiraGO-Bold.ttf");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.ttf");
	unicode-range: 0000— 001f;
}
@font-face {
	font-family: "Poppins reg";
	src: url("../fonts/FiraGO-Regular.ttf");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.ttf");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "Poppins Medium";
	src: url("../fonts/Poppins-Medium.ttf");
	unicode-range: 0000— 001f;
}

@font-face {
	font-family: "Poppins Medium";
	src: url("../fonts/Poppins-Bold.ttf");
	unicode-range: 10a0— 10ff;
}

@font-face {
	font-family: "pantonmtav";
	src: url("../fonts/pantonmtav.ttf") format("truetype");
}

@font-face {
	font-family: "robotogeo";
	src: url("../fonts/roboto-geo.ttf") format("truetype");
}

@font-face {
	font-family: dejavu;
	src: url(../fonts/dejavu-sans-webfont.ttf);
}

html,
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
}

body.hidden {
	overflow: hidden;
}

body header {
	height: 98px;
	position: fixed;
	top: 0;
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-repeat: no-repeat;
	z-index: 10;
}
body header::after {
	content: "";
	width: 100%;
	height: 9px;
	position: absolute;
	bottom: -9px;
	left: 0;
	background-color: rgba(255, 255, 255, 0.65);
	z-index: -1;
}
body header.main-header {
	background: #00544f;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
/* body header.othr-header {
	background-size: cover;
	background-position: center;
	background-image: url("../images/john-gibbons-287919-unsplash.png");
	background-position-y: 25%;
} */
body header.othr-header .header-wrapper {
	z-index: 1;
}
/* body header.othr-header:before {
	content: " ";
	width: 100%;
	background: black;
	opacity: 0.7;
	position: fixed;
	top: 0;
	height: 98px;
} */
body header.othr-header .header-wrapper nav > ul > li .dropdown {
	background: rgba(0, 0, 0, 1);
}
body header .header-wrapper {
	width: 1082px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
body header .header-wrapper .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-right: 41px; */
	margin-right: 0;
	height: 100%;
	width: 20%;
}
body header .header-wrapper .logo a {
	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;
	height: 100%;
	width: 100%;
}
body header .header-wrapper .logo a img {
	/* width: 100%; */
	height: 100%;
	/* object-fit: contain; */
}
body header .header-wrapper .lang-bar {
	margin-right: 30px;
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
}
body header .header-wrapper .lang-bar .social-facebook {
	margin-left: 20px;
	color: #fff;
	font-size: 16px;
}
body header .header-wrapper .lang-bar .social-facebook:hover {
	color: #fff !important;
}
body header .header-wrapper .lang-bar .social-facebook i {
	background-color: #3b5998;
	padding: 2px 6px;
	border-radius: 1px;
}
body header .header-wrapper .lang-bar a {
	font-family: "Poppins Medium";
	font-size: 15px;
	color: #707070;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body header .header-wrapper .lang-bar a:first-of-type {
	margin-right: 18px;
	position: relative;
}
body header .header-wrapper .lang-bar a:first-of-type:after {
	content: " ";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #ffeded;
	right: -10px;
}
body header .header-wrapper .lang-bar a.active {
	color: white;
}
body header .header-wrapper .lang-bar a:hover {
	color: white;
}
body header .header-wrapper .lang-bar span {
	margin-left: 10px;
	margin-right: 10px;
	height: 21.15px;
}
body header .header-wrapper nav {
	position: relative;
	padding-bottom: 20px;
	/* top: -5px;  */
	margin-left: auto;
}
body header .header-wrapper nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 727px;
	min-width: 600px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body header .header-wrapper nav > ul > li {
	position: relative;
	margin-right: 20px;
}
body header .header-wrapper nav > ul > li:last-child {
	/* margin-right: 0px;  */
}
body header .header-wrapper nav > ul > li.active a {
	color: #ffffff;
}
body header .header-wrapper nav > ul > li > a {
	font-size: 13px;
	font-family: "header font popins";
	color: white;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body header .header-wrapper nav > ul > li > a:hover,
body header .header-wrapper nav > ul > li > a:active {
	color: #ffffff;
}
body header .header-wrapper nav > ul > li > a svg {
	width: 5.65px;
	margin-left: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body header .header-wrapper nav > ul > li > a svg path {
	fill: none;
	stroke: #fff;
}
body header .header-wrapper nav > ul > li.textHover:hover .dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 3px;
}
body header .header-wrapper nav > ul > li.textHover:hover a svg {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
body header .header-wrapper nav > ul > li .dropdown {
	background-color: #000;
	min-width: 320px;
	display: none;
	position: absolute;
	left: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	top: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

/*body header .header-wrapper nav > ul li.subList:hover > ul{
display: block;
}*/
body header .header-wrapper nav > ul li.subList.active > ul {
	display: block;
	max-width: fit-content;
}
body header .header-wrapper nav > ul > li .subDropdown {
	margin: 15px 0 15px 30px !important;
	width: 100%;
	display: none;
	max-width: fit-content;
}
body header .header-wrapper nav > ul > li .subDropdown a {
	display: block;
	padding: 0 !important;
	margin-top: 15px !important;
	line-height: 18px;
}
body header .header-wrapper nav > ul > li .dropdown.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body header .header-wrapper nav > ul > li .dropdown li {
	margin-bottom: 7px;
}
body header .header-wrapper nav > ul > li .dropdown li a {
	font-size: 12px;
	font-family: "header font popins";
	color: white;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding: 0 15px;
}
body header .header-wrapper nav > ul > li .dropdown li a:hover,
body header .header-wrapper nav > ul > li .dropdown li a:active {
	color: #00544f;
}
body header .header-wrapper .burger-menu {
	cursor: pointer;
	background: transparent;
	outline: none;
	display: none;
	padding-bottom: 20px;
}
body header .header-wrapper .burger-menu.active {
	display: block;
}
body header .header-wrapper .burger-menu.closed {
	display: none;
}
body header .header-wrapper .burger-menu span {
	display: block;
	width: 30px;
	height: 4px;
	background: white;
}
body header .header-wrapper .burger-menu span:nth-child(2) {
	margin-top: 4.1px;
	margin-bottom: 4.1px;
}
body header .header-wrapper .close-button {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 25px;
	width: 25px;
	outline: none;
}
body header .header-wrapper .close-button.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
}
body header .header-wrapper .close-button span {
	width: 20px;
	height: 2px;
	background: red;
	display: block;
}
body header .header-wrapper .close-button span:first-of-type {
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
body header .header-wrapper .close-button span:last-of-type {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

body main {
	min-height: calc(100%);
	height: auto !important;
	margin-bottom: -238px;
	margin-top: 98px;
}
body main.main {
	margin-top: 0;
}
/* body main:after {
    content: "";
    display: block;
    height: 238px; } */
body main .mainSlider {
	position: relative;
	height: 652px;
	overflow: hidden;
	margin-bottom: 50px;
}
body main .mainSlider .swiper-container.main-slider {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
body main .mainSlider .swiper-container.main-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.layer-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: calc(100% - (100% - 1082px) / 2);
	height: 642.54px;
	display: none;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.layer-container
	> img {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
body main .mainSlider .swiper-container.main-slider .swiper-slide > img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper {
	z-index: 11;
	color: white;
	width: 1082px;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.text-container {
	margin-bottom: 53px;
	max-width: 540px;
}
.text-container img {
	width: 100%;
	object-fit: contain;
	margin-top: 20px;
	margin-bottom: 20px;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.text-container
	h1 {
	margin-bottom: 26px;
	font-size: 35px;
	font-family: "Poppins Bold";
	line-height: 50px;
	color: #ffffff;
	max-width: 90%;
	text-align: left;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.text-container
	p {
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #ffffff;
	max-width: 100%;
	text-align: left;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.seeMore {
	width: 73px;
	height: 73px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	background: white;
	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;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.seeMore
	svg {
	width: 7.31px;
	height: 14.62px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.seeMore
	svg
	path {
	fill: none;
	stroke: #000000;
	stroke-width: 2px;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.seeMore:hover {
	background: #00544f;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.swiper-slide
	.item-wrapper
	.seeMore:hover
	svg
	path {
	stroke: white;
}
body main .mainSlider .swiper-container.main-slider .slider-controller-wrapper {
	width: 1082px;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	#mainNumberPagination {
	display: none;
	font-size: 100px;
	font-family: "Gotham Pro Bold";
	color: #ffffff;
	margin-right: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container {
	width: 100%;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.swiper-pagination.main-slider-pagination {
	top: unset;
	left: unset;
	bottom: 25px;
	background: #ffffff;
	height: 1px;
	position: unset;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.swiper-pagination.main-slider-pagination
	.swiper-pagination-progressbar-fill {
	background: #ffffff;
	height: 3px;
	top: -1px;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.main-slider-navigation {
	position: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16.6px;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.main-slider-navigation
	button {
	width: 9px;
	height: 16.55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.main-slider-navigation
	button
	svg {
	width: 8.28px;
	height: 16.55px;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.main-slider-navigation
	button
	svg
	path {
	fill: none;
	stroke: #fff;
	stroke-width: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.main-slider-navigation
	button.nextBtn {
	margin-left: 41.7px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
body
	main
	.mainSlider
	.swiper-container.main-slider
	.slider-controller-wrapper
	.slider-navigation-container
	.main-slider-navigation
	button:hover
	svg
	path {
	stroke: #00544f;
}
body main section .pag {
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
body main section .pag ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section .pag ul li {
	width: 34px;
	height: 34px;
	border: 1px solid #efefef;
	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;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section .pag ul li a {
	width: 100%;
	height: 100%;
	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;
	font-size: 12px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section .pag ul li.dblprevP a svg {
	width: 10px;
	height: 8px;
}
body main section .pag ul li.dblprevP a svg path {
	fill: none;
	stroke: #171717;
	stroke-width: 1.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section .pag ul li.dblprevP:hover {
	border-color: #f02d3a;
}
body main section .pag ul li.dblprevP:hover a {
	background: #f02d3a;
}
body main section .pag ul li.dblprevP:hover a svg path {
	stroke: #fff;
}
body main section .pag ul li.prevP a svg {
	width: 4px;
	height: 8px;
}
body main section .pag ul li.prevP a svg path {
	fill: none;
	stroke: #171717;
	stroke-width: 1.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section .pag ul li.prevP:hover {
	border-color: #f02d3a;
}
body main section .pag ul li.prevP:hover a {
	background: #f02d3a;
}
body main section .pag ul li.prevP:hover a svg path {
	stroke: #fff;
}
body main section .pag ul li.dblnextP a svg {
	width: 10px;
	height: 8px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
body main section .pag ul li.dblnextP a svg path {
	fill: none;
	stroke: #171717;
	stroke-width: 1.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section .pag ul li.dblnextP:hover {
	border-color: #f02d3a;
}
body main section .pag ul li.dblnextP:hover a {
	background: #f02d3a;
}
body main section .pag ul li.dblnextP:hover a svg path {
	stroke: #fff;
}
body main section .pag ul li.nextP a svg {
	width: 4px;
	height: 8px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
body main section .pag ul li.nextP a svg path {
	fill: none;
	stroke: #171717;
	stroke-width: 1.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section .pag ul li.nextP:hover {
	border-color: #f02d3a;
}
body main section .pag ul li.nextP:hover a {
	background: #f02d3a;
}
body main section .pag ul li.nextP:hover a svg path {
	stroke: #fff;
}
body main section .pag ul li:hover {
	border-color: #f02d3a;
}
body main section .pag ul li:hover a {
	color: white;
	background: #f02d3a;
}
body main section .pag ul li.active {
	border-color: #f02d3a;
}
body main section .pag ul li.active a {
	color: white;
	background: #f02d3a;
}
body main section.main-News {
	width: 1082px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
body main section.main-News h1 {
	margin-bottom: 17px;
	font-size: 30px;
	font-family: "Gotham Pro Bold";
	color: #171717;
}
body main section.main-News > a {
	margin-bottom: 17px;
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	color: #171717;
	text-decoration: underline;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding-right: 25px;
}
body main section.main-News > a:hover {
	color: #f02d3a;
}
body main section.main-News .swiper-container.main-news-slider {
	width: 100%;
	height: 307px;
	margin: auto;
}
body main section.main-News .swiper-container.main-news-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.swiper-slide.swiper-slide-active {
	opacity: 1;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.swiper-slide
	> img {
	width: 562px;
	height: 307px;
	margin-right: 25px;
	-o-object-fit: cover;
	object-fit: cover;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.swiper-slide
	.text-container {
	max-width: 430px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.swiper-slide
	.text-container
	h2 {
	max-width: 270px;
	font-size: 20px;
	font-family: "Gotham Pro Medium";
	line-height: 35px;
	margin-bottom: 23px;
	text-align: left;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.swiper-slide
	.text-container
	p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	height: 123px;
	overflow: hidden;
	text-align: left;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.swiper-slide
	.text-container
	.read-more {
	width: 199px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #f02d3a;
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	color: #ffffff;
	text-align: left;
	border: 1px solid #f02d3a;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.swiper-slide
	.text-container
	.read-more:hover {
	background: white;
	color: #f02d3a;
	border-color: #f02d3a;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.main-news-slider-navigation {
	position: absolute;
	right: 0px;
	height: 135.27px;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.main-news-slider-navigation
	button {
	width: 15px;
	height: 17px;
	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;
	background: transparent;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.main-news-slider-navigation
	button
	svg {
	width: 14.5px;
	height: 16.55px;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.main-news-slider-navigation
	button
	svg
	path {
	fill: none;
	stroke: #171717;
	stroke-width: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.main-news-slider-navigation
	button:hover
	svg
	path {
	stroke: #f02d3a;
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.main-news-slider-navigation
	button.mNnextBtn {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
body
	main
	section.main-News
	.swiper-container.main-news-slider
	.main-news-slider-navigation
	span {
	font-size: 20px;
	font-family: "Gotham Pro Medium";
	color: #171717;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body main section.main-projects {
	width: 1082px;
	height: 395px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
body main section.main-projects h1 {
	margin-bottom: 17px;
	font-size: 30px;
	font-family: "Poppins Bold";
	color: #171717;
}
body main section.main-projects > a {
	margin-bottom: 17px;
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	color: #171717;
	text-decoration: underline;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding-right: 25px;
}
body main section.main-projects > a:hover {
	color: #f02d3a;
}
body main section.main-projects .projects-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
body main section.main-projects .projects-wrapper > p {
	width: 219px;
	margin-right: 34px;
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
	max-height: 250px;
	overflow: hidden;
}
body main section.main-projects .projects-wrapper > a {
	width: 199px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #f02d3a;
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	color: #ffffff;
	text-align: left;
	border: 1px solid #f02d3a;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	position: absolute;
	bottom: 0;
}
body main section.main-projects .projects-wrapper > a:hover {
	background: white;
	color: #f02d3a;
	border-color: #f02d3a;
}
body main section.main-projects .projects-wrapper .article-wrapper {
	/* width: 828px; */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
body main section.main-projects .projects-wrapper .article-wrapper figure {
	width: 254px;
	height: 353px;
	/* overflow: hidden; */
	position: relative;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 37px;
}
body
	main
	section.main-projects
	.projects-wrapper
	.article-wrapper
	figure:last-of-type {
	margin-right: 0;
}
body main section.main-projects .projects-wrapper .article-wrapper figure img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px;
}
body
	main
	section.main-projects
	.projects-wrapper
	.article-wrapper
	figure
	figcaption {
	font-family: "Poppins reg";
	font-size: 15px;
	line-height: 20px;
	color: #171717;
	text-align: left;
	/* max-width: 60%;  */
}
body main section.main-projects .projects-wrapper .article-wrapper figure a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	background: white;
	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;
	position: absolute;
	top: 225px;
	right: 10px;
	-webkit-box-shadow: 0 0 20px #00000020;
	box-shadow: 0 0 20px #00000020;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	section.main-projects
	.projects-wrapper
	.article-wrapper
	figure
	a
	svg {
	width: 8px;
	height: 12px;
}
body
	main
	section.main-projects
	.projects-wrapper
	.article-wrapper
	figure
	a
	svg
	path {
	fill: none;
	stroke: #00544f;
	stroke-width: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	section.main-projects
	.projects-wrapper
	.article-wrapper
	figure
	a:hover {
	background: #00544f;
}
body
	main
	section.main-projects
	.projects-wrapper
	.article-wrapper
	figure
	a:hover
	svg
	path {
	stroke: white;
}
body main section.main-partners {
	width: 1082px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
body main section.main-partners .main-partners-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
body main section.main-partners .main-partners-title a {
	font-family: "Gotham Pro Bold";
	color: #171717;
	font-size: 15px;
	text-decoration: underline;
}
body main section.main-partners h1 {
	margin-bottom: 17px;
	font-size: 30px;
	font-family: "Poppins Bold";
	color: #171717;
}
body main section.main-partners > a {
	margin-bottom: 17px;
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	color: #171717;
	text-decoration: underline;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding-right: 25px;
}
body main section.main-partners > a:hover {
	color: #f02d3a;
}
body main section.main-partners .slider-container {
	margin-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1070px;
	position: relative;
	/* height: 154px;  */
}
body
	main
	section.main-partners
	.slider-container
	.main-partners-slider-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
}
body main section.main-partners .slider-container button {
	background: transparent;
	position: absolute;
	top: 20%;
	width: 13px;
	height: 20px;
}
body main section.main-partners .slider-container button svg {
	width: 12px;
	height: 20px;
}
body main section.main-partners .slider-container button svg path {
	fill: none;
	stroke: #bababa;
	stroke-width: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.main-partners .slider-container button.PrtnextBtn {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	right: 0;
}
body main section.main-partners .slider-container button.PrtprevBtn {
	left: 0;
}
body main section.main-partners .slider-container button:hover svg path {
	stroke: #f02d3a;
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider {
	height: 100%;
	width: 90%;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 280px;
	position: relative;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* opacity: 0; */
	padding: 10px 0;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide.swiper-slide-active,
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide.swiper-slide-next {
	opacity: 1;
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide
	.image-container {
	/* width: 199px; */
	/* 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;
            margin-right: 31px;  */
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide
	img {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 85%;
	max-height: 95%;
	height: 100px;
	margin-bottom: 20px;
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide
	.about-partner {
	/* display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            position: relative;
            width: 219px;  */
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide
	p {
	font-size: 15px;
	padding-top: 13px;
	font-family: "Poppins reg";
	line-height: 20px;
	color: #171717;
	text-align: left !important;
	border-top: 2px #bababa solid;
	height: auto;
	width: 100%;
	/* overflow: hidden;  */
}
body
	main
	section.main-partners
	.slider-container
	.swiper-container.main-partners-slider
	.swiper-wrapper
	.swiper-slide
	a {
	font-size: 15px;
	font-family: "Poppins reg";
	line-height: 20px;
	color: #f02d3a;
	text-decoration: underline;
	position: absolute;
	left: 0;
	bottom: 0;
}
body main section.freqRate {
	width: 1082px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 88px;
}
body main section.freqRate h1 {
	width: 100%;
	margin-bottom: 15px;
	font-size: 30px;
	font-family: "Gotham Pro Bold";
	color: #171717;
}
body main section.freqRate .rate {
	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;
	position: relative;
}
body main section.freqRate .rate > span {
	position: absolute;
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	color: #171717;
}
body main section.freqRate .rate > span#min {
	left: 53px;
	bottom: -4px;
}
body main section.freqRate .rate > span#max {
	bottom: -4px;
	right: 45px;
}
body main section.freqRate .rate > span#average {
	bottom: 130px;
}
body main section.freqRate .rate > span.currentContainer {
	color: #f02d3a;
	bottom: -22px;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.freqRate .rate > span.currentContainer span {
	color: #f02d3a;
	font-size: 12px;
	position: unset;
	margin-right: 5px;
}
body main section.freqRate .rate #canvasRate {
	width: 395px;
	height: 180px;
}
body main section.freqRate > img {
	width: 637px;
	height: 224px;
}
body main section.news {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.news h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	width: 100%;
	color: #171717;
	text-align: left;
	margin-bottom: 25px;
}
body main section.news article {
	width: 336.39px;
	/* height: 398.07px; */
	height: 480px;
	overflow: hidden;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 36px;
	margin-bottom: 50.1px;
	position: relative;
}
body main section.news article:nth-of-type(3n) {
	margin-right: 0;
}
body main section.news article figure {
	width: 100%;
	margin-bottom: 20px;
}
body main section.news article figure img {
	width: 100%;
	height: 200.94px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 18px;
}
body main section.news article figure figcaption {
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
	min-height: 60px;
	/* max-height: 20px;
          overflow: hidden;  */
}
body main section.news article .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-family: "Poppins Medium";
	line-height: 20px;
	color: #bababa;
	margin-bottom: 14px;
}
body main section.news article .date svg {
	margin-right: 7.6px;
	width: 14.83px;
	height: 14.83px;
}
body main section.news article .date svg path {
	fill: #bababa;
	stroke: white;
}
body main section.news article p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
	margin-bottom: 70px;
	/* max-height: 40px; */
	overflow: hidden;
	padding-bottom: 120px;
}
body main section.news article a {
	position: absolute;
	bottom: 0;
	width: 158.6px;
	height: 35.07px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	font-size: 9px;
	font-family: "Gotham Pro Medium";
	line-height: 14px;
	background: #f02d3a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	border: 1px solid #f02d3a;
}
body main section.news article a:hover {
	background: white;
	color: #f02d3a;
	border-color: #f02d3a;
}
body main section.blog {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.blog h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	width: 100%;
	color: #171717;
	text-align: left;
	margin-bottom: 25px;
}
body main section.blog article {
	width: 336.39px;
	height: 351.55px;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 36px;
	margin-bottom: 54px;
	position: relative;
}
body main section.blog article:nth-of-type(3n) {
	margin-right: 0;
}
body main section.blog article figure {
	width: 100%;
	margin-bottom: 18px;
}
body main section.blog article figure img {
	width: 100%;
	height: 200.94px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 18px;
}
body main section.blog article figure figcaption {
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
}
body main section.blog article p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
	max-height: 40px;
	overflow: hidden;
}
body main section.blog article a {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #f02d3a;
	font-size: 14px;
	font-family: "Gotham Pro Medium";
	line-height: 14px;
	border-radius: 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	text-decoration: underline;
}
body main section.blog article a svg {
	width: 12px;
	height: 15px;
	margin-right: 9.5px;
}
body main section.blog article a svg path {
	fill: #f02d3a;
	stroke: white;
	stroke-width: 0.4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.foto-gallery {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.foto-gallery h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	width: 100%;
	color: #171717;
	text-align: left;
	margin-bottom: 25px;
}
body main section.foto-gallery article {
	width: 336px;
	height: 398px;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 36px;
	margin-bottom: 60px;
	position: relative;
}
body main section.foto-gallery article:nth-of-type(3n) {
	margin-right: 0;
}
body main section.foto-gallery article figure {
	width: 100%;
	margin-bottom: 17px;
}
body main section.foto-gallery article figure img {
	width: 100%;
	height: 238px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 17px;
}
body main section.foto-gallery article figure figcaption {
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
}
body main section.foto-gallery article p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
	max-height: 60px;
	overflow: hidden;
}
body main section.foto-gallery article a {
	position: absolute;
	bottom: 0;
	width: 158.6px;
	height: 35.07px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	font-size: 9px;
	font-family: "Gotham Pro Medium";
	line-height: 14px;
	background: #f02d3a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	border: 1px solid #f02d3a;
}
body main section.foto-gallery article a:hover {
	background: white;
	color: #f02d3a;
	border-color: #f02d3a;
}
body main section.projects {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.projects h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	width: 100%;
	color: #171717;
	text-align: left;
	margin-bottom: 25px;
}
body main section.projects article {
	width: 336px;
	height: 411px;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 36px;
	margin-bottom: 50px;
	position: relative;
}
body main section.projects article:nth-of-type(3n) {
	margin-right: 0;
}
body main section.projects article.ongoing figure span.ongoing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.projects article.completed figure span.completed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.projects article.tender figure span.tender {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.projects article.ecology figure span.ecology {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.projects article figure {
	width: 100%;
	margin-bottom: 10px;
}
body main section.projects article figure img {
	width: 100%;
	height: 200.94px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 11px;
}
body main section.projects article figure span {
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	display: none;
}
body main section.projects article figure span svg {
	margin-right: 6px;
}
body main section.projects article figure span.ongoing {
	color: #ffa700;
}
body main section.projects article figure span.ongoing svg {
	width: 21.61px;
	height: 16.21px;
}
body main section.projects article figure span.ongoing svg path {
	fill: #ffa700;
	stroke: #ffa700;
	stroke-width: 0px;
}
body main section.projects article figure span.completed {
	color: #fe4a49;
}
body main section.projects article figure span.completed svg {
	width: 16px;
	height: 16px;
}
body main section.projects article figure span.completed svg path {
	fill: #fe4a49;
	stroke: #fe4a49;
	stroke-width: 0px;
}
body main section.projects article figure span.tender {
	color: #0082e2;
}
body main section.projects article figure span.tender svg {
	width: 16px;
	height: 16px;
}
body main section.projects article figure span.tender svg path {
	fill: #0082e2;
	stroke: #0082e2;
}
body main section.projects article figure span.ecology {
	color: #65c900;
}
body main section.projects article figure span.ecology svg {
	width: 15.33px;
	height: 15.12px;
}
body main section.projects article figure span.ecology svg path {
	fill: #65c900;
	stroke: #65c900;
	stroke-width: 0px;
}
body main section.projects article figure figcaption {
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
	max-height: 20px;
	overflow: hidden;
}
body main section.projects article p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
	max-height: 80px;
	overflow: hidden;
}
body main section.projects article a {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #171717;
	font-size: 14px;
	font-family: "Gotham Pro Medium";
	line-height: 14px;
	background: #efefef;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.projects article a:hover {
	background: #171717;
	color: #efefef;
}
body main section.projects article a:hover svg path {
	stroke: white;
}
body main section.projects article a svg {
	width: 5px;
	height: 10px;
	margin-left: 10px;
}
body main section.projects article a svg path {
	fill: none;
	stroke: #000;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.organization {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.organization h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	width: 100%;
	color: #171717;
	text-align: left;
	margin-bottom: 39px;
}
body main section.organization a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 99.57px;
	min-width: 142px;
}
body main section.organization a:first-of-type {
	margin-right: 182px;
}
body main section.organization a:nth-of-type(2) {
	margin-right: 200px;
}
body main section.organization a > svg {
	height: 100%;
	width: 81.5px;
	margin-right: 18.5px;
}
body main section.organization a > svg path {
	fill: #efefef;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.organization a .heading {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
body main section.organization a .heading h2 {
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	font-family: "Gotham Pro Medium";
	margin-bottom: 18.2px;
}
body main section.organization a .heading svg {
	width: 16px;
	height: 8px;
}
body main section.organization a .heading svg path {
	fill: none;
	stroke: #f02d3a;
	stroke-width: 1.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.organization a:hover > svg path {
	fill: #f02d3a;
}
body main section.video-gallery {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.video-gallery h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	width: 100%;
	color: #171717;
	text-align: left;
	margin-bottom: 29px;
}
body main section.video-gallery article {
	width: 509.24px;
	height: 419px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-bottom: 40px;
	position: relative;
}
body main section.video-gallery article a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
body main section.video-gallery article a:hover figure path {
	fill: #f02d3a;
}
body main section.video-gallery article a figure {
	width: 100%;
	margin-bottom: 29px;
	height: 286px;
	position: relative;
	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;
}
body main section.video-gallery article a figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
body main section.video-gallery article a figure svg {
	position: absolute;
	width: 55px;
	height: 55px;
}
body main section.video-gallery article a figure svg path {
	fill: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.video-gallery article a figure:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
}
body main section.video-gallery article a h2 {
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
	margin-bottom: 9px;
}
body main section.video-gallery article a p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
}
body main section.foto-gallery-inner {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
body main section.foto-gallery-inner h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	width: 100%;
	color: #171717;
	text-align: left;
	margin-bottom: 28px;
}
body main section.foto-gallery-inner .wrapper {
	width: 100%;
	height: 470px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body main section.foto-gallery-inner .wrapper .gallery-left {
	width: 874px;
	height: 100%;
	margin: 0;
	margin-left: 15px;
}
body main section.foto-gallery-inner .wrapper .gallery-left .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}
body
	main
	section.foto-gallery-inner
	.wrapper
	.gallery-left
	.swiper-slide.swiper-slide-active {
	opacity: 1;
}
body main section.foto-gallery-inner .wrapper .gallery-left .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
body main section.foto-gallery-inner .wrapper .gallery-left .swiper-button-prev,
body
	main
	section.foto-gallery-inner
	.wrapper
	.gallery-left
	.swiper-button-next {
	display: none;
}
body main section.foto-gallery-inner .wrapper .gallery-thumbs {
	height: 100%;
	width: 164px;
	margin: 0;
}
body main section.foto-gallery-inner .wrapper .gallery-thumbs .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0.5;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body
	main
	section.foto-gallery-inner
	.wrapper
	.gallery-thumbs
	.swiper-slide.swiper-slide-active {
	opacity: 1;
}
body
	main
	section.foto-gallery-inner
	.wrapper
	.gallery-thumbs
	.swiper-slide
	img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
body main section.foto-gallery-inner .wrapper .pag-container {
	width: 905px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;
	left: -4px;
}
body main section.foto-gallery-inner .wrapper .pag-container > div {
	width: 32px;
	height: 32px;
	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;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	background: #fe4a49;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #fe4a49;
	outline: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.foto-gallery-inner .wrapper .pag-container > div svg {
	width: 6px;
	height: 12px;
}
body main section.foto-gallery-inner .wrapper .pag-container > div svg path {
	fill: none;
	stroke: #ffffff;
	stroke-width: 2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.foto-gallery-inner .wrapper .pag-container > div:hover {
	background: white;
}
body
	main
	section.foto-gallery-inner
	.wrapper
	.pag-container
	> div:hover
	svg
	path {
	stroke: #fe4a49;
}
body
	main
	section.foto-gallery-inner
	.wrapper
	.pag-container
	> div.main-next
	svg {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
body main section.foto-gallery-inner p {
	font-size: 13px;
	line-height: 16px;
	font-family: "Gotham Pro Medium";
	color: #171717;
}
body main section.blog-inner {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body main section.blog-inner h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 45px;
}
body main section.blog-inner .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-family: "Poppins Medium";
	line-height: 20px;
	color: #bababa;
	margin-bottom: 45px;
}
body main section.blog-inner .date svg {
	margin-right: 7.6px;
	width: 14.83px;
	height: 14.83px;
}
body main section.blog-inner .date svg path {
	fill: #bababa;
	stroke: white;
}
body main section.blog-inner > p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
	padding-left: 21px;
	width: 100%;
	border-left: 1px solid #efefef;
	margin-bottom: 38px;
}
body main section.blog-inner strong {
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
}
body main section.blog-inner > img {
	width: 100%;
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 30px;
}
body main section.blog-inner a {
	color: #0082e2;
	font-family: "Gotham Pro Medium";
	font-size: 13px;
	line-height: 20px;
}
body main section.blog-inner .text-container {
	width: 100%;
	-webkit-column-gap: 70px;
	column-gap: 70px;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-rule: 1px solid #efefef;
	column-rule: 1px solid #efefef;
}
body main section.blog-inner .text-container p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
	margin-bottom: 30px;
}
body main section.blog-inner .text-container strong {
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
}
body main section.offers {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body main section.offers h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 25px;
}
body main section.offers > img {
	width: 100%;
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 10px;
	margin-bottom: 26px;
}
body main section.offers a {
	color: #f02d3a;
	font-family: "Gotham Pro Medium";
	font-size: 13px;
	line-height: 20px;
}
body main section.offers .text-container {
	width: 100%;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 81px;
	column-gap: 81px;
	-webkit-column-rule: 1px solid #efefef;
	column-rule: 1px solid #efefef;
}
body main section.offers p {
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
}
body main section.news-inner {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body main section.news-inner h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 28px;
	width: 100%;
}
body main section.news-inner .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-family: "Poppins Medium";
	line-height: 20px;
	color: #bababa;
	margin-bottom: 28px;
}
body main section.news-inner .date svg {
	margin-right: 7.6px;
	width: 14.83px;
	height: 14.83px;
}
body main section.news-inner .date svg path {
	fill: #bababa;
	stroke: white;
}
body main section.news-inner .text-container {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 81px;
	column-gap: 81px;
	-webkit-column-rule: 1px solid #efefef;
	column-rule: 1px solid #efefef;
}
body main section.news-inner .text-container > img {
	width: 100%;
	max-height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 30px;
	margin-bottom: 38px;
}
body main section.news-inner .text-container a,
body main section.news-inner > div:not(div.text-container) a {
	color: #0082e2;
	font-family: "Gotham Pro Medium";
	font-size: 13px;
	line-height: 20px;
}
body main section.news-inner .text-container p,
body main section.news-inner > div:not(div.text-container) p {
	font-size: 15px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
	width: 100%;
}
body main section.news-inner .text-container p img {
	width: 100%;
	max-height: 500px;
	margin-bottom: 30px;
	margin-top: 25px;
}
body main section.news-inner .text-container strong,
body main section.news-inner > div:not(div.text-container) strong {
	font-size: 15px;
	font-weight: bold !important;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #171717;
}
body main section.news-inner .text-container em,
body main section.news-inner > div:not(div.text-container) em {
	font-style: italic !important;
	font-size: 15px;
	font-family: "Gotham Pro";
}
body main section.news-inner .text-container ul,
body main section.news-inner > div:not(div.text-container) ul {
	list-style-type: disc !important;
	margin: 1em 0 !important;
	padding-left: 2.5em !important;
}
body main section.project-inner {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.project-inner.ongoing .ongoing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.project-inner.completed .completed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.project-inner.tender .tender {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.project-inner.ecology .ecology {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body main section.project-inner > span {
	font-size: 13px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 45px;
	display: none;
	margin-right: 13px;
	padding-right: 15px;
	border-right: 1px solid #efefef;
}
body main section.project-inner > span svg {
	margin-right: 6px;
}
body main section.project-inner > span.ongoing {
	color: #ffa700;
}
body main section.project-inner > span.ongoing svg {
	width: 21.61px;
	height: 16.21px;
}
body main section.project-inner > span.ongoing svg path {
	fill: #ffa700;
	stroke: #ffa700;
	stroke-width: 0px;
}
body main section.project-inner > span.completed {
	color: #fe4a49;
}
body main section.project-inner > span.completed svg {
	width: 16px;
	height: 16px;
}
body main section.project-inner > span.completed svg path {
	fill: #fe4a49;
	stroke: #fe4a49;
	stroke-width: 0px;
}
body main section.project-inner > span.tender {
	color: #0082e2;
}
body main section.project-inner > span.tender svg {
	width: 16px;
	height: 16px;
}
body main section.project-inner > span.tender svg path {
	fill: #0082e2;
	stroke: #0082e2;
}
body main section.project-inner > span.ecology {
	color: #65c900;
}
body main section.project-inner > span.ecology svg {
	width: 15.33px;
	height: 15.12px;
}
body main section.project-inner > span.ecology svg path {
	fill: #65c900;
	stroke: #65c900;
	stroke-width: 0px;
}
body main section.project-inner h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 45px;
}
body main section.project-inner .text-container {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	column-gap: 70px;
	-webkit-column-rule: 1px solid #efefef;
	column-rule: 1px solid #efefef;
}
body main section.project-inner p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 16px;
	color: #171717;
}
body main section.project-inner strong {
	font-family: "Gotham Pro Bold";
}
body main section.project-inner a {
	color: #0082e2;
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 16px;
	margin-right: 2px;
	margin-left: 2px;
}
body main section.auctions {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body main section.auctions h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 26px;
	width: 100%;
}
body main section.auctions article {
	width: 480px;
	height: 140px;
	position: relative;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #efefef;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 40px;
}
body main section.auctions article h2 {
	margin-bottom: 18px;
	margin-left: 23px;
	margin-right: 23px;
	max-height: 22px;
	overflow: hidden;
}
body main section.auctions article h2:hover a {
	color: #f02d3a;
}
body main section.auctions article h2 a {
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	font-size: 15px;
	color: #171717;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.auctions article p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 20px;
	color: #6e6e6e;
	max-height: 60px;
	margin-left: 23px;
	margin-right: 23px;
	overflow: hidden;
}
body main section.auctions article > a {
	position: absolute;
	right: -19.5px;
	width: 37px;
	height: 37px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	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;
	background: #f02d3a;
	border: 1px solid #f02d3a;
}
body main section.auctions article > a:hover {
	background: white;
}
body main section.auctions article > a:hover svg path {
	stroke: #f02d3a;
}
body main section.auctions article > a svg {
	width: 7px;
	height: 13px;
}
body main section.auctions article > a svg path {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.auction-inner {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body main section.auction-inner strong {
	font-family: "Gotham Pro Bold";
}
body main section.auction-inner h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 36px;
}
body main section.auction-inner .text-container {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 72px;
	column-gap: 72px;
	-webkit-column-rule: 1px solid #efefef;
	column-rule: 1px solid #efefef;
}
body main section.auction-inner .text-container p {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 16px;
	color: #171717;
	width: 100%;
}
body main section.auction-inner .text-container p a {
	font-size: 13px;
	font-family: "Gotham Pro";
	line-height: 16px;
	color: #0082e2;
}
body main section.auction-inner .text-container > a {
	margin-top: 20px;
	width: 170px;
	height: 45px;
	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;
	background: #fe4a49;
	color: white;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	font-size: 13px;
	border: 1px solid #fe4a49;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.auction-inner .text-container > a:hover {
	background: white;
	color: #fe4a49;
}
body main section.contact {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
	position: relative;
}
body main section.contact h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 15px;
}
body main section.contact #map {
	width: 100%;
	height: 379px;
	margin-bottom: 39px;
}
body main section.contact address ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 560px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body main section.contact address ul li {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 46px;
}
body main section.contact address ul li:first-of-type {
	margin-bottom: 10px;
}
body main section.contact address ul li .icon {
	width: 39px;
	height: 39px;
	border: 1px solid #868585;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 11.6px;
}
body main section.contact address ul li .icon svg {
	width: 12px;
	height: 16px;
}
body main section.contact address ul li .icon svg path {
	fill: #2f2f2f;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
body main section.contact address ul li:nth-child(2) .icon svg {
	width: 14.5px;
	height: 14.5px;
}
body main section.contact address ul li:nth-child(3) .icon svg {
	width: 16.5px;
	height: 11px;
}
body main section.contact address ul li .info-cont {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
	font-family: "Poppins";
	line-height: 17px;
	color: #2f2f2f;
}
body main section.contact address ul li .info-cont span {
	font-size: 11px;
	font-family: "Poppins";
	line-height: 17px;
	color: #2f2f2f;
}
body main section.contact address ul li .info-cont a {
	font-size: 11px;
	font-family: "Poppins";
	line-height: 17px;
	color: #2f2f2f;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.contact address ul li .info-cont a:hover {
	color: #f02d3a;
}
body main section.contact form {
	position: absolute;
	width: 460px;
	height: 551px;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 10px;
	right: 54px;
	-webkit-box-shadow: 0px 0px 30px #00000005;
	box-shadow: 0px 0px 30px #00000005;
}
body main section.contact form h2 {
	font-size: 15px;
	line-height: 14px;
	font-family: "Poppins";
	color: #171717;
	margin-bottom: 19px;
	margin-top: 25px;
	width: 380px;
}
body main section.contact form input {
	width: 353px;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	padding-left: 25px;
	font-family: "Poppins";
	font-size: 12px;
	line-height: 14px;
	color: #535252;
	outline: none;
}
body main section.contact form input::-webkit-inner-spin-button,
body main section.contact form input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
body main section.contact form input::-webkit-input-placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form input:-ms-input-placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form input::-ms-input-placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form input::placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form textarea {
	width: 353px;
	height: 140px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	padding-left: 25px;
	resize: none;
	font-family: "Poppins";
	font-size: 12px;
	line-height: 14px;
	color: #535252;
	padding-top: 16px;
	outline: none;
}
body main section.contact form textarea::-webkit-input-placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form textarea:-ms-input-placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form textarea::-ms-input-placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form textarea::placeholder {
	font-family: "Poppins";
	font-size: 11px;
	line-height: 14px;
	color: #6e6e6e;
}
body main section.contact form input[type="submit"] {
	width: 380px;
	height: 44px;
	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;
	color: #f02d3a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 14px;
	font-family: "Poppins Medium";
	color: #ffffff;
	border: 1px solid #f02d3a;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	background: #f02d3a;
	cursor: pointer;
	outline: none;
	padding: 0;
}
body main section.contact form input[type="submit"]:hover {
	background: white;
	color: #f02d3a;
}
body main section.map {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
body main section.map h1 {
	font-family: "Gotham Pro Bold";
	line-height: 28px;
	font-size: 25px;
	color: #171717;
	text-align: left;
	margin-bottom: 15px;
	width: 100%;
}
body main section.map ul li {
	padding-left: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
body main section.map ul li:before {
	content: url("../images/mapArrow.png");
	position: absolute;
	left: 0px;
	top: 2px;
}
body main section.map ul li a {
	font-size: 15px;
	font-family: "Gotham Pro Medium";
	line-height: 20px;
	color: #171717;
	margin-bottom: 11px;
}
body main section.map .dropdown {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main section.map .dropdown.active {
	max-height: unset;
}
body main .breadcrumb {
	width: 1082px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
	padding-top: 40px;
}
body main .breadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body main .breadcrumb ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px;
}
body main .breadcrumb ul li:last-child {
	margin-right: 0;
}
body main .breadcrumb ul li:last-child a {
	color: #000000;
}
body main .breadcrumb ul li:last-child svg path {
	stroke: #000000;
}
body main .breadcrumb ul li a {
	font-family: "Gotham Pro Medium";
	font-size: 13px;
	line-height: 20px;
	color: #bababa;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main .breadcrumb ul li svg {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main .breadcrumb ul li svg path {
	fill: none;
	stroke: #bababa;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body main .breadcrumb ul li:hover a {
	color: #f02d3a;
}
body main .breadcrumb ul li:hover svg path {
	stroke: #f02d3a;
}

body footer .footer-wrapper {
	width: 1082px;
	height: 132.5px;
	margin: auto;
	padding-bottom: 69px;
	padding-top: 35px;
	border-top: 2px solid #bababa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
body footer .footer-wrapper h3 {
	font-family: "header font popins";
	font-size: 14px;
	color: #171717;
	margin-bottom: 12px;
}
body footer .footer-wrapper nav {
	margin-right: 144px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin-left: 58px;
}
body footer .footer-wrapper nav ul {
	height: 104px;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	column-gap: 70px;
}
body footer .footer-wrapper nav ul li {
	margin-bottom: 12px;
}
body footer .footer-wrapper nav ul li a {
	font-size: 13px;
	font-family: "header font popins";
	color: #202020;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body footer .footer-wrapper nav ul li a:hover {
	color: #00544f;
}
body footer .footer-wrapper address {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
body footer .footer-wrapper address ul li {
	font-size: 13px;
	font-family: "header font popins";
	color: #202020;
	margin-bottom: 12px;
}
body footer .footer-wrapper address ul li:last-of-type {
	margin-bottom: 0;
}
body footer .footer-wrapper address ul li a {
	font-size: 13px;
	font-family: "header font popins";
	color: #202020;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body footer .footer-wrapper address ul li a:hover {
	color: #00544f;
}
body footer .footer-wrapper > a {
	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;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	position: absolute;
	right: 50px;
}

body .video-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	z-index: 12;
	display: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
body .video-modal .bkground {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: black;
	opacity: 0.9;
}
body .video-modal iframe {
	z-index: 2;
	width: 952px;
	height: 529px;
}
body .video-modal.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.graph {
	padding: 0 0 70px 0;
}

.graph__cont {
	max-width: 1082px;
	margin: 0 auto;
	padding: 0 10px;
}

.graph__cols {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
	grid-gap: 21px;
}

.graph__col {
	overflow: hidden;
}

.graph__col-cont {
	position: relative;
	padding: 0 20px 0 0;
	z-index: 1;
}

.graph__toptitle {
	color: #171717;
	font-family: "Poppins reg";
	font-size: 11px;
	padding: 10px 0 10px 32px;
	min-height: 33px;
}

.graph__toptitle span {
	color: rgba(23, 23, 23, 0.5);
	font-family: "Poppins reg";
	margin: 0 0 0 5px;
}

.graph__righttitle {
	color: #171717;
	font-family: "Poppins reg";
	font-size: 11px;
	padding: 0 0 26px 0;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.graph__righttitle span {
	color: red;
}

.graph__lnk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mchart__container {
	position: relative;
	z-index: 1;
	max-width: 1082px;
	margin: 0 auto 50px auto;
	padding: 0 10px;
}

.mchart__contwr {
	position: relative;
	z-index: 1;
}

.mchart__mwrapper {
	/*overflow: hidden;*/
	/*overflow: auto;*/
	margin: 0 0 50px 0;
	padding: 0 0 20px 0;
}

.mchart__wrapper {
	position: relative;
	padding: 0 20px 0 0;
	min-width: 800px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mchart__canvaswr {
	padding: 0 0 0 12px;
}

.mchart__toptitle {
	display: block;
	color: #171717;
	font-family: "pantonmtav";
	font-size: 14px;
	padding: 10px 0 0 0;
	margin: 0 0 35px 0;
}

.mchart__righttitle {
	position: absolute;
	right: 1px;
	bottom: 30px;
	color: #171717;
	font-family: "pantonmtav";
	font-size: 14px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.mchart__tbwr {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	overflow: auto;
}

.mchart__tb {
	width: 720px;
	margin: 0 auto;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}

.mchart__tbhead {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 1px;
	border-bottom: 1px solid #efefef;
}

.mchart__tbhead::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 100%;
	width: 1px;
	background: #efefef;
}

.mchart__tbhead_lt {
	font-family: "pantonmtav";
	font-size: 13px;
	color: #171717;
	text-align: center;
	padding: 20px 5px;
	background: #fff;
}

.mchart__tbhead_rt {
	font-family: "pantonmtav";
	font-size: 13px;
	color: #171717;
	text-align: center;
	padding: 20px 5px;
	background: #fff;
}

.mchart__tbhead_lt span,
.mchart__tbhead_rt span {
	display: block;
	font-family: "robotogeo";
	font-size: 13px;
	margin: 5px 0 0 0;
}

.mchart__row {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 1px;
	border-bottom: 1px solid #efefef;
}

.mchart__row:last-child {
	border-bottom: none;
}

.mchart__row::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 100%;
	width: 1px;
	background: #efefef;
}

.mchart__row_col {
	text-align: center;
	padding: 20px 10px;
	font-family: "Gotham Pro Medium";
	font-size: 18px;
	font-weight: 700;
}

.mchart__filt {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	z-index: 2;
	margin: 0 0 25px 0;
}

.mchart__title {
	color: #171717;
	font-family: "Gotham Pro Medium";
	font-weight: 700;
	text-transform: capitalize;
	font-size: 25px;
	margin: 0 0 20px 0;
}

.mchart__filtoptions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mchart__filt-year {
	position: relative;
	margin: 0 16px 0 0;
}

.mchart__selectedyear {
	display: block;
	border-radius: 5px;
	background: rgba(23, 23, 23, 0.06);
	padding: 15px 18px 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: #171717;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mchart__selectedyear i {
	pointer-events: none;
}

.mchart__selectedyear.open {
	border-radius: 5px 5px 0 0;
}

.mchart__selectedyear.open + .mchart__yearls {
	display: block;
}

.mchart__selectedyear i {
	margin: 0 0 0 5px;
	color: #f02d3a;
}

.mchart__yearls {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	border-radius: 0 0 5px 5px;
}

.mchart__year {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(23, 23, 23, 0.5);
	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.mchart__year:hover {
	color: #171717;
}

.mchart__year.active {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #171717;
}

.mchart__filt-month {
	position: relative;
	width: 140px;
}

.mchart__filt-month i {
	margin: 0 0 0 5px;
	color: #f02d3a;
}

.mchart__selectedmonth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
	background: rgba(23, 23, 23, 0.06);
	padding: 15px 18px 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: #171717;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mchart__selectedmonth.open {
	border-radius: 5px 5px 0 0;
}

.mchart__selectedmonth.open + .mchart__monthls {
	display: block;
}

.mchart__monthls {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	border-radius: 0 0 5px 5px;
}

.mchart__month {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: rgba(23, 23, 23, 0.5);
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.mchart__month:hover {
	color: #171717;
}

.mchart__month.active {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: #171717;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 520px) {
	.mchart__filt {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.mchart__title {
		margin: 0;
	}
}

/* start Graps Page  */
.graphsBox {
	max-width: 1082px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
	font-family: dejavu;
	padding: 5px;
}
.gridBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.gridBox div {
	display: flex;
	height: 71px;
	margin-top: 11px;
}
.gridBox div div {
	width: 246px;
	background: #eff3f8;
	box-shadow: 3px 3px 0px 0px #95b3d7;
	margin-right: 11px;
	margin-top: 11px;
	border-radius: 3px;
	text-align: center;
}
.graphsBox .gridBox div.box3 {
	margin-top: 50px !important;
}
.gridBox div div:nth-child(2) {
	margin-top: -20px;
}
.gridBox div div a {
	color: #171717;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
.gridBox div div a:hover {
	color: #fff;
}
.gridBox div div:hover {
	background: #0082e2;
	box-shadow: 0px 3px 0px 0px #366092;
}
.box1 {
	width: 502px;
	background: #eff3f8;
	margin-left: 131px;
	box-shadow: 3px 3px 0px 0px #95b3d7;
	border-radius: 3px;
	text-align: center;
	font-size: 13px;
}
.box1:hover {
	background: #0082e2;
	box-shadow: 0px 3px 0px 0px #366092;
}
.box1:hover a {
	color: #fff;
}
.box1 a {
	color: #171717;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box2 {
	width: 760px;
	background: #eff3f8;
	box-shadow: 3px 3px 0px 0px #95b3d7;
	border-radius: 3px;
	text-align: center;
	font-size: 13px;
}
.box2:hover {
	background: #0082e2;
	box-shadow: 0px 3px 0px 0px #366092;
}
.box2:hover a {
	color: #fff;
}
.box2 a {
	color: #171717;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box3 {
	margin-top: 0 !important;
}
.box4Small {
	border: none !important;
	width: 20% !important;
	margin: 0 !important;
	align-items: baseline !important;
	background: none !important;
	box-shadow: none !important;
}
.box4Small:hover {
	color: #171717 !important;
}
.hide {
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	visibility: hidden;
}
.arrow {
	border-top: 3px solid #95b3d7;
	border-right: 3px solid #95b3d7;
	position: relative;
	/* height: 130px; */
	height: 200px;
	width: 20%;
	/* bottom: 35px; */
	top: -85px;
	right: 10px;
	z-index: -1;
	pointer-events: none;
}
.arrow::before {
	content: "";
	width: 200%;
	left: -200%;
	top: -3px;
	height: 3px;
	position: absolute;
	background-color: #95b3d7;
}

/* start responsive of graphs page  */
@media only screen and (min-width: 0px) {
	.gridBox div div a {
		font-size: 6px;
	}
	.box1 {
		width: 142px;
		margin-left: 80px;
		font-size: 10px;
	}
	.box2 {
		width: 315px;
		font-size: 10px;
	}
	.gridBox div {
		margin-top: 8px;
	}
	.gridBox div div {
		width: 75px;
		margin-right: 5px;
	}
	.box4Small {
		width: 80px !important;
	}
	.arrow {
		width: 20%;
	}
}

@media only screen and (min-width: 360px) {
	.gridBox div div a {
		font-size: 7px;
	}
	.box1 {
		width: 185px;
		margin-left: 90px;
		font-size: 10px;
	}
	.box2 {
		width: 350px;
		font-size: 10px;
	}
	.gridBox div div {
		width: 84px;
		margin-right: 5px;
	}
	.box4Small {
		width: 89px !important;
	}
	.arrow {
		width: 45px;
	}
}

@media only screen and (min-width: 450px) {
	.gridBox div div a {
		font-size: 8px;
	}
	.box1 {
		width: 192px;
		margin-left: 108px;
		font-size: 10px;
	}
	.box2 {
		width: 420px;
		font-size: 10px;
	}
	.gridBox div div {
		width: 97px;
		margin-right: 11px;
	}
	.box4Small {
		width: 107px !important;
	}
	.arrow {
		width: 58px;
	}
}
@media only screen and (min-width: 590px) {
	.gridBox div div a {
		color: #171717;
		font-size: 10px;
	}
	.box1 {
		width: 252px;
		margin-left: 137px;
		font-size: 10px;
	}
	.box2 {
		width: 537px;
		font-size: 10px;
	}
	.gridBox div div {
		width: 126px;
	}
	.box4Small {
		width: 137px !important;
	}
	.arrow {
		width: 70px;
	}
}
@media only screen and (min-width: 700px) {
	.gridBox div div a {
		color: #171717;
		font-size: 12px;
	}
	.box1 {
		width: 352px;
		margin-left: 170px;
		font-size: 12px;
	}
	.box2 {
		width: 666px;
		font-size: 12px;
	}
	.gridBox div div {
		width: 159px;
	}
	.box4Small {
		width: 170px !important;
	}
	.arrow {
		width: 90px;
	}
}
@media only screen and (min-width: 890px) {
	.gridBox div div a {
		color: #171717;
		font-size: 13px;
	}
	.box1 {
		width: 392px;
		margin-left: 217px;
		font-size: 13px;
	}
	.box2 {
		width: 855px;
		font-size: 13px;
	}
	.gridBox div div {
		width: 206px;
	}
	.box4Small {
		width: 217px !important;
	}
	.arrow {
		width: 110px;
	}
}
@media only screen and (min-width: 1050px) {
	.gridBox div div a {
		color: #171717;
		font-size: 13px;
	}
	.box1 {
		width: 502px;
		margin-left: 257px;
		font-size: 13px;
	}
	.box2 {
		width: 1015px;
		font-size: 13px;
	}
	.gridBox div div {
		width: 246px;
	}
	.box4Small {
		width: 257px !important;
	}
	.arrow {
		width: 130px;
	}
}
/* end responsive of graphs page  */
.mchart__container {
	position: relative;
	z-index: 1;
	max-width: 1082px;
	margin: 150px auto 50px auto;
	padding: 0 10px;
}

.mchart__contwr {
	position: relative;
	z-index: 1;
}

.mchart__mwrapper {
	/*overflow: hidden;*/
	overflow: auto;
	margin: 0 0 50px 0;
	padding: 0 0 20px 0;
}

.mchart__wrapper {
	position: relative;
	padding: 0 20px 0 0;
	min-width: 800px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mchart__canvaswr {
	padding: 0 0 0 12px;
}

.mchart__toptitle {
	display: block;
	color: #171717;
	font-family: "pantonmtav";
	font-size: 14px;
	padding: 10px 0 0 0;
	margin: 0 0 35px 0;
}

.mchart__righttitle {
	position: absolute;
	right: 2px;
	bottom: 30px;
	color: #171717;
	font-family: "pantonmtav";
	font-size: 14px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.mchart__tbwr {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	overflow: auto;
}

.mchart__tb {
	width: 720px;
	margin: 0 auto;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}

.mchart__tbhead {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 1px;
	border-bottom: 1px solid #efefef;
}

.mchart__tbhead::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 100%;
	width: 1px;
	background: #efefef;
}

.mchart__tbhead_lt {
	font-family: "pantonmtav";
	font-size: 13px;
	color: #171717;
	text-align: center;
	padding: 20px 5px;
	background: #fff;
}

.mchart__tbhead_rt {
	font-family: "pantonmtav";
	font-size: 13px;
	color: #171717;
	text-align: center;
	padding: 20px 5px;
	background: #fff;
}

.mchart__tbhead_lt span,
.mchart__tbhead_rt span {
	display: block;
	font-family: "robotogeo";
	font-size: 13px;
	margin: 5px 0 0 0;
}

.mchart__row {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 1px;
	border-bottom: 1px solid #efefef;
}

.mchart__row:last-child {
	border-bottom: none;
}

.mchart__row::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 100%;
	width: 1px;
	background: #efefef;
}

.mchart__row_col {
	text-align: center;
	padding: 20px 10px;
	font-family: "Gotham Pro Medium";
	font-size: 18px;
	font-weight: 700;
}

.mchart__filt {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	z-index: 2;
	margin: 0 0 25px 0;
}

.mchart__title {
	color: #171717;
	font-family: "Gotham Pro Medium";
	font-weight: 700;
	text-transform: capitalize;
	font-size: 25px;
	margin: 0 0 20px 0;
}

.mchart__filtoptions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mchart__filt-year {
	position: relative;
	margin: 0 16px 0 0;
}

.mchart__selectedyear {
	display: block;
	border-radius: 5px;
	background: rgba(23, 23, 23, 0.06);
	padding: 15px 18px 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: #171717;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mchart__selectedyear i {
	pointer-events: none;
}

.mchart__selectedyear.open {
	border-radius: 5px 5px 0 0;
}

.mchart__selectedyear.open + .mchart__yearls {
	display: block;
}

.mchart__selectedyear i {
	margin: 0 0 0 5px;
	color: #f02d3a;
}

.mchart__yearls {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	border-radius: 0 0 5px 5px;
}

.mchart__year {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(23, 23, 23, 0.5);
	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.mchart__year:hover {
	color: #171717;
}

.mchart__year.active {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #171717;
}

.mchart__filt-month {
	position: relative;
	width: 140px;
}

.mchart__filt-month i {
	margin: 0 0 0 5px;
	color: #f02d3a;
}

.mchart__selectedmonth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
	background: rgba(23, 23, 23, 0.06);
	padding: 15px 18px 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: #171717;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mchart__selectedmonth.open {
	border-radius: 5px 5px 0 0;
}

.mchart__selectedmonth.open + .mchart__monthls {
	display: block;
}

.mchart__monthls {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	border-radius: 0 0 5px 5px;
}

.mchart__month {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: rgba(23, 23, 23, 0.5);
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

.mchart__month:hover {
	color: #171717;
}

.mchart__month.active {
	display: block;
	padding: 15px 18px;
	font-family: "robotogeo";
	font-size: 13px;
	color: #171717;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 520px) {
	.mchart__filt {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.mchart__title {
		margin: 0;
	}
}

/* EDITED */
/* .dropdown li a{
    color: #fff !important;
  } */

.sub-svg {
	width: 5.65px;
	margin-left: 13.9px;
	transition: 0.3s;
}

.sub-svg path {
	fill: none;
	stroke: #fff;
}

/* NEW SITEMAP */
.news > ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100% !important;
	flex-wrap: wrap;
}
.sitemap_new li {
	margin: 0.3em 0 !important;
	width: 100%;
}
.sitemap_new a {
	color: #909090;
	font-size: 13px;
	font-family: "Gotham Pro";
}
/* @media (min-width: 768px){ */
.sitemap_new li {
	/* width: 20%; */
	list-style-type: disc;
}
/* } */
.download_links {
	/* margin-top: 20px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;  */
}
.download_links p {
	margin-top: 20px;
}
.download_links p:first-of-type {
	margin-top: 0;
}
.download_links p i {
	margin-right: 10px;
	font-size: 30px;
}
.download_links p a {
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-family: "Gotham Pro";
	font-size: 12px;
	line-height: 15px;
}
.download_links p a:hover {
	color: #de2226;
}

.employees,
.employee-information {
	display: block !important;
	margin-top: 140px !important;
}
.employees h1 {
	font-family: "Dejavu Sans" !important;
	margin-bottom: 0 !important;
}
.employees .employees-list {
	margin-top: 61px;
}
.employees .employee-block {
	margin-bottom: 36px;
	height: 120px;
}
.employees .employee-block img.employee-img {
	width: 113px;
	height: 115px;
	float: left;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 16px;
	margin-bottom: 16px;
}
.employees .employee-block a {
	color: black;
}
.employees .employee-block h3.employee-name {
	font-size: clamp(16px, 1.6vw, 20px);
	position: relative;
	width: 100%;
	color: #f30809;
	text-shadow: 0px 0px 1px #f30809;
	/* padding-bottom: 16px; */
	font-family: "Dejavu Sans";
}
/* .employees .employee-block h3.employee-name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(113px + 16px);
	width: 68px;
	height: 0.5px;
	background-color: rgba(250, 16, 17, 0.2);
} */
.employees .employee-block h6.employee-position {
	font-size: clamp(13px, 1.6vw, 16px);
	color: #8f8f8f;
	text-shadow: 0px 0px 1px #8f8f8f;
	margin: 22px 0;
	font-family: "Dejavu Sans";
}
.employees .employee-block p {
	font-size: 13px;
	margin-bottom: 10px;
	font-family: "Dejavu Sans";
}
.employees .employee-info {
	display: none;
}
@media screen and (min-width: 700px) {
	.employees {
		margin-top: 180px !important;
	}
	.employee-information {
		margin-top: 160px !important;
	}
	.employees .employee-block {
		margin-bottom: 24px;
		height: 252px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.employees .employee-block img.employee-img {
		margin: 0;
		width: 252px;
		height: 252px;
		margin-right: 24px;
	}
	.employees .employee-block h6.employee-position {
		margin: 30px 0;
	}
	/* .employees .employee-block h3.employee-name::after {
		left: calc(252px + 24px);
	} */
}

.employee-information .employee-block {
	min-height: 252px;
}
.employee-information img.employee-img {
	width: 100%;
}
.employee-information h3.employee-name {
	font-size: 24px;
	position: relative;
	font-family: "Dejavu Sans";
	width: 100%;
	padding-bottom: 16px;
	margin-top: 31px;
}
.employee-information h3.employee-name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 68px;
	height: 1.5px;
	background-color: #fa1011;
}
.employee-information h6.employee-position {
	font-size: 16px;
	color: #bdbdbd;
	font-family: "Dejavu Sans";
	margin: 14px 0 25px;
}
.employee-information .employee-block p {
	font-size: 14px;
	margin-bottom: 30px;
	font-family: "Dejavu Sans";
}
@media screen and (min-width: 700px) {
	.employee-information img.employee-img {
		width: 252px;
		height: 252px;
		-o-object-fit: cover;
		object-fit: cover;
		margin-right: 24px;
		margin-bottom: 24px;
		float: left;
	}
	.employee-information h3.employee-name {
		font-size: 28px;
		margin-top: 0;
	}
	.employee-information h3.employee-name::after {
		left: calc(252px + 24px);
	}
	.employee-information .employee-block h6.employee-position {
		margin: 10px 0 46px;
	}
	.employee-information .employee-block p {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
