@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800&display=swap");

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
}
html {
	height: 100%;
}

[style="font-weight: bold;"],
[style="font-weight:bold;"] {
    font-weight: 600 !important;
    color: #222 !important;
}

* {
	text-decoration: none !important;
	outline: none !important;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.container,
.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

.live-result {
	position: absolute;
	min-width: 400px;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	border: solid 1px #ddd;
	max-height: 300px;
	z-index: 99;
	overflow-y: scroll;
	overflow-x: hidden;
}

.live-result .title {
	width: 100%;
	background: #28A0D8;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
}

.live-result .item {
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #444;
	border-bottom: solid 1px #eee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.live-result .item i {
	color: #bbb;
}

.live-result .item:hover {
	background: #f5f5f5;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
	width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
	height: unset;
	border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
	line-height: unset;
	padding: 0;
	height: unset;
	color: unset;
	text-overflow: unset;
	overflow: unset;
	white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 20px;
	text-align: center;
	height: unset;
}

.select2-dropdown {
	border-radius: 0;
	z-index: 3000;
	border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	border-bottom: solid 1px #eee;
}

.select2-results__group {
	background: #eee;
}

.select2-results__option:last-child {
	border-bottom: none;
}

.select2-search__field {
	border: solid 1px #ddd !important;
	padding: 5px 10px !important;
	font-size: 14px;
	line-height: 20px;
}

/* SELECT2 RESET * END */

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group {
	position: relative;
}

.Zebra_DatePicker {
	box-shadow: none;
	border-radius: 0;
	border: solid 1px #ddd;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
	border-radius: 0;
	/*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
	border: none;
	border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
	background: #28A0D8 !important;
	color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

.panel-text {
	font-size: 16px;
	line-height: 22px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 400;
    text-align: justify;
}

.panel-text img {
	max-width: 100%;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 600;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

.nav-logo img {
	width: 200px;
}

.main-nav {
	padding: 0;
	background: #1e255e;
	height: 100px;
}

.main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	animation-name: navfixed;
	animation-duration: 0.4s;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

@keyframes navfixed {
	0% {
		/* margin-top: -100%; */
		margin-top: 0;
	}
	100% {
		margin-top: 0;
	}
}

.main-nav > .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
}

.main-nav > .container > .left,
.main-nav > .container > .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.nav-links > a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	margin-right: 30px;
	font-weight: 600;
	text-transform: uppercase;
	height: 100%;
	color: #fff !important;
	position: relative;
	transition: 0.2s ease 0s;
}

.nav-links > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #F36F21;
	opacity: 0;
	transition: 0.2s ease 0s;
}

.nav-links > a:hover:after,
.nav-links > a.active:after {
	opacity: 1;
}

.nav-links > a:hover,
.nav-links > a.active {
	color: #F36F21 !important;
}

.nav-links > a:last-child {
	margin-right: 0;
}

.main-btn,
.nav-links .main-btn {
	border: solid 1px #F36F21;
	padding: 10px 20px;
	border-radius: 0;
	color: #F36F21 !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	transition: 0.2s ease 0s;
	background: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
}

.main-btn:hover,
.nav-links .main-btn:hover {
	background: #F36F21;
	color: #fff !important;
}

.main-btn.white {
	border-color: #fff;
	color: #fff !important;
}

.main-btn.white:hover {
	background: #fff;
	color: #222 !important;
}

.main-btn.big {
	padding: 15px 25px;
	font-size: 16px;
	line-height: 22px;
}

.main-btn.full {
	display: flex;
	width: 100%;
}

.main-btn.second {
	background: #D98929;
	color: #fff !important;
	border-color: #D98929;
}

.main-btn.second:hover {
	background: #8C4C00;
	border-color: #8C4C00;
}

.main-banner {
	display: block;
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
	overflow: hidden;
}

.main-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 4;
	opacity: 0.0;
}

.main-slider-container {
	display: block;
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
	overflow: hidden;
}

.main-slider-container > #main_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.main-slider-container > .tns-outer > button {
	display: none;
}

.main-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	z-index: 10;
	pointer-events: none;
}

.main-slider-container > .tns-outer > .tns-controls > button {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	font-size: 20px;
	line-height: 26px;
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0.5);
	color: #fff !important;
	border: none;
	border-radius: 0;
}

.smt {
	margin-top: 50px;
}

.smb {
	margin-bottom: 50px;
}

.contact-nav {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px -4px 8px rgba(0,0,0,0.1);
}

.contact-nav a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-right: solid 1px #ddd;
}

.contact-nav a:last-child {
	border: none;
}

.contact-nav a i {
	font-size: 20px;
	line-height: 26px;
	display: block;
	color: #252E76 !important;
}

.contact-nav a span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444 !important;
}

.pagination {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	margin: 4px;
	display: block;
}

.pagination ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 0;
	color: #222 !important;
	background: #f0f0f0;
	transition: 0.2s ease 0s;
}

.pagination ul li a:hover,
.pagination ul li.active a {
	background: #F36F21;
	color: #fff !important;
}

.main-dropdown {
	display: block;
	position: relative;
}

.main-dropdown > .dropdown-toggle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
	white-space: nowrap;
}

.main-dropdown > .dropdown-menu {
	position: absolute !important;
	top: 100% !important;
	left: 50% !important;
	transform: translate(-50%, 0) !important;
	margin: 0;
	background: #fff;
	border: none;
	padding: 5px 0;
	min-width: unset;
	width: auto;
	border: solid 1px #ddd;
	border-radius: 0;
}

.main-dropdown > .dropdown-menu > a {
	display: block;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
	color: #222 !important;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

.main-dropdown > .dropdown-menu > a:hover {
	background: #eee;
}

.fup-box {
	margin-bottom: 20px;
}

.fup-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin: 0;
}

.fup-group > input {
	width: 100%;
	height: 75px;
	opacity: 0;
	cursor: pointer;
}

.fup-group > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: dashed 2px #ddd;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fup-group > div span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.fup-group > div span small {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.fup-group > div span i {
	font-size: 20px;
	line-height: 26px;
	color: #444;
}

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group .select2-container .select2-selection--single {
	display: block;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 0;
	padding: 15px;
	resize: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	opacity: 0.4;
	color: #222;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #F36F21;
}

.form-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #222;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.form-group input.error-label,
.form-group textarea.error-label {
	border-color: #b22222;
}

.form-group span.error-label,
.form-group textarea.error-label{
	font-size: 12px;
	line-height: 18px;
	color: #b22222;
	margin-top: 2px;
}

.ctxt {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #888;
}

.modal-share {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.modal-share a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}

.modal-share a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
	right: 10px;
}

.modal-share a i {
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 16px;
}

#copy_box {
	background: #fbfbfb;
	border: solid 1px #eee;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
}

#copy_box:hover {
	background: #f7f7f7;
}

#copy_box small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
	pointer-events: none;
}

#copy_box input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

#copy_box span {
	font-size: 14px;
	line-height: 20px;
	color: #222;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal {
	z-index: 99999 !important;
}

.modal-content {
	padding: 0;
	border-radius: 0;
	background: #fff;
	border: none;
	z-index: 99999;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
}

.modal-top h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

.modal-top a {
	font-size: 16px;
	line-height: 22px;
	color: #666 !important;
}

.modal-top a:hover {
	color: #222 !important;
}

.modal-bottom {
	padding: 15px;
}

.msg-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 5px;
}

.msg-box i {
	min-width: 30px;
	height: 30px;
	color: #6495ed;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #6495ed;
	border-radius: 50%;
}

.msg-box span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.msg-box.success i {
	color: #32cd32;
	border-color: #32cd32;
}

.msg-box.danger i {
	color: #b22222;
	border-color: #b22222;
}

.cbox-group {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.cbox-group input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cbox-group label {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin: 0;
	user-select: none;
}

.cbox-group label > span:first-child {
	min-width: 24px;
	height: 24px;
	border: solid 1px #ccc;
	background: #fff;
	margin-right: 10px;
	position: relative;
}

.cbox-group label:hover span:first-child {
	border-color: #aaa;
}

.cbox-group label > span:first-child:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #EB8B1C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
}

.cbox-group input:checked ~ label > span:first-child:after {
	opacity: 1;
}

.cbox-group input:checked ~ label > span:first-child {
	border-color: #EB8B1C;
}

.slide-desc {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	z-index: 10;
}

.slide-desc > .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.slide-desc-in {
	display: block;
	padding: 40px;
	background: rgba(0,0,0,0.5);
	position: relative;
}

.slide-desc-in:before {
	content: "";
	position: absolute;
	top: -25px;
	left: -25px;
	width: calc(100% + 50px);
	height: calc(100% + 50px);
	border: solid 20px rgba(0,0,0,0.5);
	pointer-events: none;
}

.slide-desc-in > h2 {
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}

.slide-desc-in > span {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.main-title {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	text-transform: uppercase;
	color: #1E255E;
	margin-bottom: 20px;
}

.main-desc {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #252E76;
	font-weight: 600;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-left: 10px;
	position: relative;
}

.main-desc:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 24px;
	background: #252E76;
}

.main-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 32px;
	color: #444;
	margin-bottom: 0;
	overflow: hidden;
    text-align: justify;
}

.b-image {
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.b-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
}

.b-image > .container {
	position: relative;
	z-index: 10;
}

.badge-item {
	display: block;
	width: 100%;
	padding: 0;
}

.badge-item > div {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 10px;
}

.badge-item > div > i {
	width: 60px;
	min-width: 60px;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #252E76;
	
}

.badge-item > div > span {
	display: block;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	padding: 10px 15px;
	color: #252E76;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #f5f5f5;
	border-bottom: solid 2px #252E76;
}

.badge-item > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #444;
}

.project-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(10/9*100%);
	margin-bottom: 20px;
}

.project-item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.project-item > .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.6);
	border-top: solid 1px rgba(255,255,255,0.3);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	min-height: 25%;
	transition: 0.4s ease 0s;
}

.project-item > .desc > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 5px;
}

.project-item > .desc > h3 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-weight: 600;
    width: 100%;
}

.project-item:hover > .desc {
	min-height: 100%;
	background: rgba(0,0,0,0.8);
}

.project-item:hover > img {
	transform: scale(1.1);
}

.news-item {
	display: block;
	margin-bottom: 20px;
}

.news-item > .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	margin-bottom: 10px;
}

.news-item > .img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.news-item > .desc > h3 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #222;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-item > .desc > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #888;
}

.news-item > .desc > p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #444;
}

.news-item:hover > .img > img {
	transform: scale(1.1);
}

.ftr-content {
	padding-top: 50px;
	padding-bottom: 20px;
	background: #222;
}

.ftr-bottom {
	padding: 20px 0;
	background: #000;
}

.ftr-bottom > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ftr-bottom span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #eee;
	margin: 5px 0;
}

.ftr-bottom a {
	display: block;
	margin: 5px 0;
}

.ftr-bottom a img {
	width: 70px;
	filter: grayscale(1);
}

.ftr-bottom a:hover img {
	filter: none;
}

.ftr-logo {
	margin-bottom: 30px;
}

.ftr-logo img {
	width: 200px;
	filter: contrast(0) brightness(2);
}

.ftr-content h2 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ftr-content .main-btn {
	margin-bottom: 30px;
}

.ftr-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 30px;
}

.ftr-links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ddd !important;
	margin-bottom: 10px;
	transition: 0.2s ease 0s;
}

.ftr-links a:hover {
	text-decoration: underline !important;
	color: #fff !important;
}

.ftr-links a:last-child {
	margin-bottom: 0;
}

.ftr-contact {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 30px;
}

.ftr-contact > div {
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ftr-contact > div span,
.ftr-contact > div a {
	color: #ddd !important;
	font-size: 14px;
	line-height: 20px;
	display: block;
	transition: 0.2s ease 0s;
}

.ftr-contact > div i {
	font-size: 16px;
	line-height: 22px;
	color: #ddd;
	margin-right: 10px;
}

.ftr-contact > div a:hover {
	text-decoration: underline !important;
	color: #fff !important;
}

.ftr-contact > div:last-child {
	margin-bottom: 0;
}

.bcrumb {
	padding: 50px 0;
	background: #f0f0f0;
}

.bcrumb h1 {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	text-transform: uppercase;
	color: #1E255E;
	margin-bottom: 0;
}

.bcrumb-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

.bcrumb-links > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
	text-decoration: underline !important;
	margin-right: 20px;
	position: relative;
}

.bcrumb-links > a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	text-align: center;
	pointer-events: none;
}

.bcrumb-links > a:last-child:after {
	content: none;
}

.page-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(520/1280*100%);
	margin-bottom: 30px;
}

.page-banner > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side-ctg {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.side-ctg > a {
	display: block;
	width: 100%;
	padding: 20px 15px;
	padding-right: 35px;
	background: #f0f0f0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #222 !important;
	margin-bottom: 5px;
	position: relative;
	transition: 0.4s ease 0s;
}

.side-ctg > a > span {
	display: block;
	position: relative;
	z-index: 10;
}

.side-ctg > a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 20px;
	right: 15px;
	width: 10px;
	text-align: center;
}

.side-ctg > a:last-child {
	margin-bottom: 0;
}

.side-ctg > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #ddd;
	transition: 0.4s ease 0s;
}

.side-ctg > a:hover:before,
.side-ctg > a.active:before {
	width: 100%;
	background: #F36F21;
}

.side-ctg > a:hover,
.side-ctg > a.active {
	color: #fff !important;
}

.side-map {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(4/3*100%);
	border: solid 1px #ddd;
	margin-bottom: 30px;
}

.side-map > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prj-specs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	border-top: solid 2px #ddd;
}

.prj-specs > div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	border-bottom: solid 2px #ddd;
}

.prj-specs > div > span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #444;
	padding: 20px;
}

.prj-specs > div > span:first-child {
	color: #252E76;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	width: 40%;
}

.prj-specs > div > span:last-child {
	width: 60%;
}

.prj-specs > div > span:first-child:after {
	content: ":";
	position: absolute;
	top: 20px;
	right: 0;
}

.inpage-title {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	color: #252E76;
	margin-bottom: 20px;
	border-left: solid 2px #252E76;
	padding-left: 8px;
}

.inpage-date {
	display: block;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.gal-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	margin-bottom: 30px;
	position: relative;
}

.gal-item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.gal-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(rgba(255,255,255,0.4) 50%, rgba(0,0,0,0.4) 50%);*/
	z-index: 10;
}

.gal-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	/*background: linear-gradient(rgba(0,0,0,0.2) 50%, rgba(255,255,255,0.2) 50%);*/
	z-index: 12;
}

.gal-item > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	z-index: 14;
}

.gal-item:hover > img {
	transform: scale(1.1);
}

.share-buttons {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	width: 100%;
	margin-bottom: 30px;
}

.share-buttons small {
	text-align: right;
}

.share-buttons small {
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.share-buttons a {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff !important;
	position: relative;
}

.share-buttons a.mail {
	background: #002663;
}

.share-buttons a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	transition: 0.2s ease 0s;
}

.share-buttons a:hover i {
	font-size: 18px;
}

.share-buttons a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	opacity: 0;
	transition: 0.2s ease 0s;
}

.share-buttons a:hover:before {
	opacity: 1;
}

.small-title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.captcha-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.map-frame {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	margin-bottom: 30px;
}

.map-frame > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-contact {
	padding: 20px;
	background: #f0f0f0;
	margin-bottom: 30px;
}

.page-contact > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.page-contact > div:last-child {
	margin-bottom: 0;
}

.page-contact > div > i {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 22px;
	background: #F36F21;
	margin-right: 10px;
	color: #fff !important;
}

.page-contact > div > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

.page-contact > div > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	text-decoration: underline !important;
}

.page-contact > div > a:hover {
	text-decoration: none !important;
}

.divider {
	border-bottom: solid 2px #ddd;
	margin-bottom: 30px;
}