@charset "utf-8";
/* CSS Document */

:root {
	--white: #F0EDE9;
	--cream: #D9D0BD;
	--blue: #213650;
	--darkBlue: #16202B;
	--black: #000;
}

body {
	font-family: Futura, 'FuturaStdBook';
	background-color: var(--white);
	font-size: 20px;
	line-height: 24px;
	color: var(--darkBlue);
}

figure {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: var(--creme);
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: var(--creme);
}

/* Common Style Start */
.main-title {
	font-family: 'FuturaMedium';
	font-size: 67px;
	line-height: 115.9%;
	font-weight: normal;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.section-title {
	font-family: 'FuturaStdMedium';
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
}

.top-border-white {
	padding: 16px 0 0;
	color: var(--white);
}

.top-border-white::after {
	content: "";
	background-color: var(--white);
	width: 69px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

.top-border-blue {
	padding: 16px 0 0;
	color: var(--darkBlue);
}

.top-border-blue::after {
	content: "";
	background-color: var(--darkBlue);
	width: 69px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

.section-title * {
	text-decoration: none;
	font-family: Futura;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.block-title {
	font-family: 'FuturaStdMedium';
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.large-detail {
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
}

.large-detail * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.large-detail p {
	text-align: justify;
}

a.project-block .large-detail p {
	text-align: left !important;
}

.common-detail * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-align: justify;
	margin: 0;
}

.detail {
	font-family: 'InterLight';
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
}

.detail * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.future-std-medium {
	font-family: 'FuturaStdMedium';
}

.future-medium {
	font-family: 'FuturaMedium';
}

.btn {
	font-family: 'FuturaMedium';
	font-size: 20px;
	line-height: 27px;
	border: 1px solid;
	text-transform: uppercase;
	padding: 9px 57px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.btn-cream-border {
	border: 1px solid var(--cream);
	color: var(--cream);
}

.btn-cream-border:hover,
.btn-cream-border:active {
	background-color: var(--cream) !important;
	border: 1px solid var(--cream) !important;
	color: var(--blue) !important;
}

.btn-blue-border {
	border: 1px solid var(--blue);
	color: var(--blue);
}

.btn-cream {
	border: 1px solid var(--cream);
	background-color: var(--cream);
	color: var(--darkBlue);
}

.btn-cream:hover,
.btn-cream:active {
	color: var(--cream) !important;
	background-color: var(--blue) !important;
	border-color: var(--blue) !important;
}
/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

body.show-sidebar{
	overflow: hidden;
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 45px 0 0;
}

.header .navbar {
	padding: 0;
	align-items: flex-start;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
	max-width: 131px;
	width: 100%;
}

.header .navbar-nav .nav-item {
	padding: 0 30px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	color: var(--white);
	text-transform: uppercase;
	padding: 0;
	border-bottom: 1px solid transparent;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active {
	border-bottom-color: var(--white);
}

.header .navbar-nav {
	margin-top: 17px;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/
.banner-wrp {
	position: relative;
}

.banner-img img {
	width: 100%;
	height: 1024px;
	object-fit: cover;
}

.banner-img {
	position: relative;
}

.banner-img::after {
	content: "";
	background: -moz-linear-gradient(180deg, rgba(70, 103, 150, 0.80) 43%, rgba(33, 54, 80, 0.80) 100%);
	background: -webkit-linear-gradient(180deg, rgba(70, 103, 150, 0.80) 43%, rgba(33, 54, 80, 0.80) 100%);
	background: linear-gradient(180deg, rgba(70, 103, 150, 0.80) 43%, rgba(33, 54, 80, 0.80) 100%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.banner-section {
	color: var(--white);
}

.banner-section .main-title {
	max-width: 709px;
	width: 100%;
	margin: 0 0 41px;
}

.banner-section .large-detail {
	max-width: 802px;
	width: 100%;
}

.banner-main {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 137px;
}

.banner-inner {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.banner-wrp .slick-dots li {
	width: 26px;
	height: var(--white);
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.banner-wrp .slick-dots li.slick-active {
	width: 56px;
}

.banner-wrp .slick-dots li button {
	display: none;
}

.banner-item {
	position: relative;
}

.banner-block {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 138px;
}

.property-count-main .row {
	margin: 0 -12px;
}

.property-count-main .row>* {
	padding: 0 12px;
}

.property-count-content .section-title {
	font-family: 'FuturaBold';
	line-height: 70px;
	color: var(--blue);
	margin: 0 0 5px;
}

.property-count-content .section-title sup {
	font-size: 40px;
	line-height: 48px;
	font-family: 'FuturaStdLight';
	top: -20px;
    right: -15px;
	position: absolute;
}

.property-count-content .details p {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	color: var(--blue);
	text-transform: uppercase;
}

.property-count-block {
	text-align: center;
	border: 1px solid var(--blue);
	padding: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 276px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.property-count-icon {
	margin: 0 0 30px;
}

.property-count-wrp {
	padding: 105px 0 70px;
}

.news-wrp {
	background-color: var(--blue);
	padding: 70px 0 68px;
}

.news-slider {
	opacity: 0;
	margin: 0 -12px;
	padding: 0 0 46px;
}

.news-arrows {
	max-width: 159px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slick-arrow{
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.slick-arrow:hover{
	opacity: 0.5;
}
.news-slider.slick-initialized {
	opacity: 1;
}

.news-img {
	position: relative;
	border: 1px solid var(--cream);
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.news-img::after {
	content: "";
	/* background: -moz-linear-gradient(180deg, rgba(70, 103, 150, 0.30) 61.18%, rgba(33, 54, 80, 0.30) 100%);
	background: -webkit-linear-gradient(180deg, rgba(70, 103, 150, 0.30) 61.18%, rgba(33, 54, 80, 0.30) 100%);
	background: linear-gradient(180deg, rgba(70, 103, 150, 0.30) 61.18%, rgba(33, 54, 80, 0.30) 100%); */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.new-inner-bnr-wrp{
	margin: 0 !important;
}
.news-wrp-2{padding-top: 113px;}
.news-img img {
	width: 100%;
	height: 273px;
	object-fit: cover;
}

.news-content {
	padding: 27px 16px 44px 29px;
	color: var(--white);
	border: 1px solid var(--cream);
	position: relative;
	margin: -1px 0 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	min-height: 260px;
}

.news-content .btn {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.news-content .block-title {
	margin: 0 0 15px;
}

.news-slider .news-item {
	padding: 0 12px;
}

.news-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slick-dots {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.slick-dots li {
	font-family: 'FuturaStdMedium';
	font-size: 20px;
	line-height: 24px;
	list-style-type: none;
	color: var(--white);
	padding: 0 7px;
	border-bottom: 1px solid var(--white);
	margin: 0 8px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.slick-dots li:hover{
	opacity: 0.5;
}
.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button {
	background-color: transparent;
	padding: 0;
	border: none;
	color: var(--white);
}

.slick-arrow {
	background-color: transparent;
	border: none;
	padding: 0;
}

.news-dots {
	padding: 7px 0 0;
}

.news-main .section-title {
	margin: 0 0 72px;
}

.partners-wrp {
	background-color: var(--blue);
	padding: 67px 0 66px;
}

.partners-main 	.section-title {
	margin: 0 0 67px;
}

.partners-slider {
	margin: 0 -29px;
	opacity: 0;
}

.partners-slider.slick-initialized {
	opacity: 1;
}

.partners-slider .slick-track {
	display: flex;
	align-items: center;
}

.partners-item {
	padding: 0 69px;
}

.partner-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 159px;
	width: 100%;
	margin: 95px auto 0;
}

.centers-wrp {
	padding: 69px 0 147px;
}

.centers-left {
	height: 100%;
}

.centers-left .nav-tabs {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.centers-left .nav-item {
	padding: 0 0 23px;
	width: 100%;
	border: none;
}
.centers-left-slider{
	margin-bottom: -24px;
}
.centers-left-slider .slick-arrow{
	position: absolute;
	bottom: -70px;
	left: 0;
	font-size: 0;
	padding: 0;
	width: 29px;
	height: 19px;
}
.centers-left-slider .slick-arrow.slick-prev{
	background: url(../images/down.svg) 0 0 no-repeat;
	background-size: cover;
	left: 130px;
}
.centers-left-slider .slick-arrow.slick-next{
	background: url(../images/top.svg) 0 0 no-repeat;
	background-size: cover;
	left: 0;
}
.centers-left .nav-item:last-child {
	padding-bottom: 0;
}

.project-wrp-new-m{
	margin: 0 !important;
}

.centers-left .nav-link,
.tab-content .accordion-button {
	width: 100%;
	text-align: left;
	padding: 32px 16px 30px 42px;
	border: 1px solid var(--blue);
	position: relative;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.centers-left .nav-link:hover,
.centers-left .nav-link.active,
.tab-content .accordion-button:not(.collapsed) {
	background-color: var(--blue) !important;
	border-color: var(--blue) !important;
}

.centers-left .nav-link h3,
.tab-content .accordion-button h3 {
	font-family: 'InterBold';
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: var(--blue);
	margin: 0 0 32px;
	text-transform: uppercase;
}

.centers-left .nav-link:hover h3,
.centers-left .nav-link.active h3,
.tab-content .accordion-button:not(.collapsed) h3 {
	color: var(--white);
}

.centers-left .nav-link .btn,
.tab-content .accordion-button .btn {
	position: absolute;
	right: -1px;
	bottom: -1px;
	padding: 9px 55px;
}

.centers-left .nav-link:hover .btn,
.centers-left .nav-link.active .btn,
.tab-content .accordion-button:not(.collapsed) .btn {
	border: 1px solid var(--white) !important;
	background-color: var(--blue) !important;
	color: var(--white) !important;
}

.centers-left .nav-link ul,
.tab-content .accordion-button ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.centers-left .nav-link ul li,
.tab-content .accordion-button ul li {
	font-family: 'InterMedium';
	font-size: 15px;
	line-height: 18px;
	list-style-type: none;
	padding: 0 76px 0 0;
	color: var(--blue);
}

.centers-left .nav-link:hover ul li,
.centers-left .nav-link.active ul li,
.tab-content .accordion-button:not(.collapsed) ul li {
	color: var(--white);
}

.centers-left .nav-link ul li:last-child,
.tab-content .accordion-button ul li:last-child {
	padding-right: 0;
}

.centers-left .nav-link ul li strong,
.tab-content .accordion-button ul li strong {
	font-family: 'InterBold';
	font-weight: normal;
}

.tab-content .accordion-body {
	padding: 0;
	height: 100%;
}

.tab-content .accordion-item {
	border: none;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.location-map {
	display: flex;
}

.location-map iframe {
	max-width: 100%;
	height: 500px;
}

.tab-content {
	height: 100%;
}

.tab-pane {
	height: 100%;
}

.tab-pane .accordion-collapse {
	height: 100%;
}

.centers-section .row {
	margin: 0 -16px;
}

.centers-section .row>* {
	padding: 0 16px;
}

.centers-main .section-title {
	margin: 0 0 74px;
}

.tab-content .accordion-button {
	display: block;
	box-shadow: none;
}

.tab-content .accordion-button.collapsed {
	background-color: transparent;
}

.tab-content .accordion-button:not(.collapsed) {
	background-color: var(--blue);
}

.tab-content .accordion-button::after {
	display: none;
}
/*========== Home Page End ==========*/

/*========== About Page Start ==========*/
.inner-bnr-wrp {
	position: relative;
	margin: 0 0 25px;
}

.inner-bnr-img {
	position: relative;
}

.inner-bnr-block .main-title {
	position: relative;
	padding: 30px 0 0;
	margin: 0 0 37px;
}

.inner-bnr-block .main-title::after {
	content: "";
    background-color: #fff;
    width: 209px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-bnr-block .large-detail {
	max-width: 802px;
	width: 100%;
}

.inner-bnr-img img {
	width: 100%;
	height: 1024px;
	object-fit: cover;
}

.inner-bnr-block {
	color: var(--white);
}

.inner-bnr-section {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 134px;
}

.mission-main {
	border: 1px solid var(--blue);
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.mission-img {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.mission-img::after {
	content: "";
	background: -moz-linear-gradient(180deg, rgba(70, 103, 150, 0.30) 53.75%, rgba(33, 54, 80, 0.30) 127.85%);
	background: -webkit-linear-gradient(180deg, rgba(70, 103, 150, 0.30) 53.75%, rgba(33, 54, 80, 0.30) 127.85%);
	background: linear-gradient(180deg, rgba(70, 103, 150, 0.30) 53.75%, rgba(33, 54, 80, 0.30) 127.85%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.mission-content {
	padding: 70px 128px 20px 69px;
}

.mission-content .section-title {
	margin: 0 0 68px;
}

.mission-content .common-detail p {
	margin: 0 0 24px;
}

.mission-content .common-detail p:last-child {
	margin-bottom: 0;
}

.mission-wrp {
	padding: 70px 0;
}

.pt-113 {
	padding-top: 113px;
}

.mission-img,
.mission-img figure  {
	height: 100%;
}

.mission-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mission-reverse .mission-content {
	padding: 70px 70px 20px 128px;
	color: var(--white);
}

.mission-reverse .mission-main {
	border: 1px solid var(--white);
}

.values-section {
	max-width: 1047px;
	width: 100%;
	margin: 0 auto;
}

.values-number {
	border: 1px solid var(--blue);
	width: 115px;
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-top: -1px;
	margin-right: -1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.values-number * {
	font-size: 40px;
	line-height: 48px;
	color: var(--darkBlue);
	margin: 0;
}

.values-block {
	padding: 0 0 88px;
	border: 1px solid var(--blue);
	height: calc(100% - 43px);
	margin: 0 0 43px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.values-block .common-detail {
	text-align: center;
	max-width: 309px;
	width: 100%;
	margin: 0 auto;
	padding: 64px 0 0;
	position: relative;
}

.values-block .common-detail::after {
	content: "";
	width: 69px;
	background-color: var(--black);
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}

.values-section .row {
	margin: 0 -23px;
}

.values-section .row>* {
	padding: 0 23px;
}

.values-main .section-title {
	margin: 0 0 73px;
}

.values-wrp {
	padding: 70px 0 101px;
}

.bussiness-page .section-title {
	font-size: 44px;
	line-height: 53px;
	margin: 0 0 60px;
}

.bussiness-page .mission-content {
	padding: 70px 30px 20px 69px;
}

.project-block {
	display: block;
	text-align: center;
	background-color: var(--cream);
	margin: 0 0 23px;
	color: var(--blue);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.project-block .large-detail {
	font-family: 'FuturaStdMedium';
	text-transform: uppercase;
	padding: 37px 48px 30px;
	min-height: 135px;
}

.project-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.project-img::after {
	content: "";
	background: -moz-linear-gradient(180deg, rgba(70, 103, 150, 0.30) 43%, rgba(33, 54, 80, 0.30) 100%);
	background: -webkit-linear-gradient(180deg, rgba(70, 103, 150, 0.30) 43%, rgba(33, 54, 80, 0.30) 100%);
	background: linear-gradient(180deg, rgba(70, 103, 150, 0.30) 43%, rgba(33, 54, 80, 0.30) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.project-img img {
	width: 100%;
}

.project-wrp {
	background-color: var(--blue);
	padding: 70px 0 121px;
	margin: 113px 0;
}

.project-main .row {
	margin: 0 -11px;
}

.project-main .row>* {
	padding: 0 11px;
}

.pager-row{
	padding: 35px 0 0;
}
.pager-row .row{
	align-items: center;
}
.pager-nav a{
	font-size: 30px;
	color: #F0EDE9;
	margin-right: 100px;
	font-weight: 300;
}
.pager-nav a:last-child{
	margin: 0;
}
.pager-nav a:hover{
	color: #fff;
}
.paginationbx ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.paginationbx ul li{
	margin-right: 16px;
	width: 26px;
}
.paginationbx ul li:last-child{
	margin: 0;
}
.paginationbx ul li a{
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #F0EDE9;
	border-bottom: 1px solid #F0EDE9;
}
/*========== About Page Start ==========*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: var(--darkBlue);
}

.footer-logo {
	max-width: 289px;
	width: 100%;
	display: block;
}

.footer-logo img {
	width: 100%;
}

.footer-address {
	color: var(--cream);
	display: flex;
	justify-content: center;
	padding: 62px 0 0;
	position: relative;
}

.footer-address::before {
	content: "";
	background-color: var(--white);
	width: 1px;
	height: 335px;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-address::after {
	content: "";
	background-color: var(--white);
	width: 1px;
	height: 335px;
	position: absolute;
	right: 0;
	top: 0;
}

.footer-address ul {
	padding: 0;
	margin: 0 0 0 -30px;
}

.footer-address ul li {
	font-family: 'FuturaStdMedium';
	font-size: 18px;
	line-height: 22px;
	list-style-type: none;
	display: flex;
	align-items: center;
	padding: 0 0 53px;
}

.footer-address ul li:last-child {
	padding-bottom: 0;
}

.footer-address ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 28px;
	margin: 0 33px 0 0;
}

.footer-links {
	display: flex;
	justify-content: center;
	padding: 62px 0 0;
}

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	font-family: 'FuturaStdMedium';
	list-style-type: none;
	color: var(--cream);
	text-transform: uppercase;
	padding: 0 0 40px;
	font-size: 20px;
}

.footer-links ul li:last-child {
	padding-bottom: 0;
}

.footer-top {
	padding: 91px 0 129px;
}

.footer-left {
	position: relative;
	padding: 52px 0 0;
}

.footer-main li a:hover {
	color: var(--white);
}

.social-media ul {
	padding: 0 23px 0 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.social-media ul li {
	font-size: 30px;
	line-height: 30px;
	color: var(--cream);
	list-style-type: none;
	padding: 0 22px 0 0;
}

.social-media ul li a {
	display: flex;
}

.social-media ul li a:hover {
	color: var(--white);
}

.social-media ul li:last-child {
	padding-right: 0;
}

.footer-moddle-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-moddle-right .btn{
	padding: 9px 32px;
}
.footer-moddle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--cream);
}

.footer-moddle-left {
	display: flex;
	align-items: stretch;
}

.footer-moddle-left .btn {
	width: 95px;
	padding: 9px 27px;
}

.footer-moddle-left .btn:first-child {
	margin: 0 16px 0 0;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 31px;
}

.footer-bottom * {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: var(--cream);
	margin: 0;
}

.footer-bottom a {
	border-bottom: 1px solid var(--cream);
}

.footer-bottom a:hover {
	color: var(--white);
	border-bottom-color: var(--white);
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* ****** Novosti Page ******* */
.news-wrp{
	padding: 70px 0;
	background: #213650;
}
.news-block .news-img{
	border-radius: 8px;
	border: 1px solid #D9D0BD;
}
.news-block .news-img img{
	width: 100%;
	border-radius: 8px;
	height: 315px;
	object-fit: cover;
}
.news-data{
	border-radius: 8px;
	border: 1px solid #D9D0BD;
	padding: 25px 25px 45px;
	position: relative;
}
.news-data h3{
	font-size: 28px;
	font-weight: 500;
	color: #F0EDE9;
	line-height: 32px;
	margin: 0 0 20px;
}
.news-data p{
	font-size: 18px;
	font-weight: 300;
	font-family: 'InterLight';
	color: #F0EDE9;
	line-height: 140%;
	margin: 0 0 10px;
}
.news-data .btn {
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.small-new-block{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.small-new-block .news-img{
	width: 40%;
}
.small-new-block .news-img img{
	height: 273px;
}
.small-new-block .news-data{
	width: 60%;
}
.small-new-block .news-data p{
	font-size: 16px;
}


.news-detail-wrp{
	padding: 115px 0 50px;
	background-color: #213650;
}
.news-detail-databx{
	padding: 0 30px 0 0;
}
.news-detail-databx p {
	text-align: justify;
}
.partners-slider .slick-slide img {
	max-height: 150px !important;
}
.news-detail-databx:last-child{
	padding: 100px 30px 0 0;
}
.news-detail-databx h2{
	font-size: 50px;
	font-weight: 500;
	color: #F0EDE9;
	line-height: 60px;
	margin: 0 0 55px;
	padding: 16px 0 0;
	position: relative;
}
.news-detail-databx h2:before{
	position: absolute;
	content: '';
	width: 69px;
	height: 1px;
	background-color: #F0EDE9;
	top: 0;
	left: 0;
}
.news-detail-databx p{
	font-size: 20px;
	font-weight: normal;
	color: #F0EDE9;
	line-height: 28px;
	margin: 0 0 20px;
}
.news-rw-deta{
	margin: 0 0 50px;
}
.more-news{
	padding: 155px 0 0;
}
.more-news h2{
	font-size: 20px;
	font-weight: 500;
	color: #F0EDE9;
	padding: 60px 0 0;
	margin: 0 0 40px;
	display: table;
	position: relative;
}
.more-news h2:before{
	position: absolute;
	content: '';
	width: 125px;
	height: 1px;
	background-color: #F0EDE9;
	top: 0;
	left: 0;
}
.more-news .center-data,
.more-news .center-img{
	border-color: #fff;
}
.more-news .center-data {
	padding: 16px 12px 45px;
}
.more-news .center-data h3{
	color: #fff;
	text-transform: capitalize;
}
.more-news .center-data .btn-blue-border{
	border-color: #fff;
	color: #fff;
}
.more-news .center-data .btn-blue-border:hover{
	background-color: #fff;
	color: #213650;
}
.remore-slider .slick-slide {
	margin: 0 8px;
}
.remore-slider .slick-list {
	margin: 0 -8px;
}

.more-news .center-dots .slick-dots li button{
	color: #F0EDE9	;
}
.more-news .center-dots .slick-dots li.slick-active button{
	color: #fff;
	border-bottom:1px solid #fff;
}
/* ****** End Novosti Page ******* */

/* ****** Contact Page ****** */
.contact-wrp{
	padding: 113px 0 115px;
}
.contact-wrp .container{
	max-width: 1286px;
}
.contact-rowbx{
	border-radius: 6px;
	padding: 68px 58px;
	background-color: #213650;
}
.contact-block{
	padding: 35px 35px 25px;
	position: relative;
	border-radius: 6px;
	border: 1px solid #D9D0BD;
}
.contact-block .form-group{
	margin: 0 0 30px;
}
.contact-block .form-group label{
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #D9D0BD;
	margin: 0 0 5px;
}
.contact-block .form-group .form-control{
	padding: 5px 0;
	height: auto;
	border: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #D9D0BD;
	font-size: 16px;
	background-color: #213650;
	font-weight: normal;
	font-family: 'InterLight';
	color: #fff;
	resize: none;
	transition: .4s linear;
	-webkit-transition: .4s linear;
}
.contact-block .form-group .form-control::placeholder{
	color: #F0EDE9;
}
.contact-block .form-group .form-control:focus{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.contact-block .btn {
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.contact-rightbox{
	padding: 70px 55px;
	background-color: #D9D0BD;
	border-radius: 6px;
	display: flex;
	flex-flow: column;
	height: 100%;
}
.contact-rightbox h2{
	font-size: 30px;
	font-weight: 500;
	color: #213650;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 40px;
}
.contact-rightbox ul{
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.contact-rightbox ul li{
	display: flex;
	margin: 0 0 50px;
}
.contact-rightbox ul li:last-child{
	margin: 0;
}
.contact-rightbox ul li figure{
	margin: 0 20px 0 0;
	min-width: 35px;
}
.contact-rightbox ul li p{
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #213650;
	line-height: 28px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.contact-rightbox ul li a:hover p{
	color: #000;
}
/* ****** End Contact Page ****** */

/* ****** Project Details ***** */
.inner-bnr-section .row{
	align-items: flex-end;
}
.inner-bnr-section .btn-group{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.inner-bnr-section .btn-group .btn-main{
	padding: 16px 16px 16px 27px;
	background-color: #D9D0BD;
	border-radius: 6px;
	color: #213650;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	font-family: 'FuturaStdMedium';
	align-items: center;
	text-transform: uppercase;
}
.inner-bnr-section .btn-group .btn-main figure{
	min-width: 24px;
	margin-right: 19px;
}
.inner-bnr-section .btn-group .btn-main figure{width: 24px;}
.inner-bnr-section .btn-group .btn-main:hover{
	background-color: #fff;
}

.project-details-wrp{
	padding: 135px 0 35px;
	background-color: #F0EDE9;
}
.project-details-row{
	margin: 0 0 168px;
}
.project-details-ingallery-bx{
	margin: 25px 0 0;
}
.project-details-data{
	padding: 0 30px 0 0;
}
.project-in-rw .project-details-data:last-child{
	padding: 80px 30px 0 0;
}
.project-details-data h2{
	font-size: 50px;
	font-weight: 500;
	color: #16202B;
	font-family: 'FuturaStdMedium';
	line-height: 60px;
	margin: 0 0 40px;
	padding: 16px 0 0;
	position: relative;
}
.project-details-data h2:before{
	position: absolute;
	content: '';
	width: 69px;
	height: 1px;
	background-color: #213650;
	top: 0;
	left: 0;
}
.project-details-data p{
	font-size: 20px;
	font-weight: normal;
	color: #213650;
	line-height: 28px;
	margin: 0 0 20px;
	text-align: justify;
}
.project-details-data p:last-child{
	margin: 0;
}
.project-details-img{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.project-details-img img{
	width: 100%;
}
.project-details-img:before{
	position: absolute;
	content:'';
	background: linear-gradient(180deg, rgba(70, 103, 150, 0.3) 43%, rgba(33, 54, 80, 0.3) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.project-deibx{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.project-deibx img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.project-deibx:before{
	position: absolute;
	content:'';
	background: linear-gradient(180deg, rgba(70, 103, 150, 0.3) 43%, rgba(33, 54, 80, 0.3) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.project-deibx.small-details{
	margin: 0 0 24px;
}
.project-deibx.small-details img{
	height: 237px;
}
.bingobx{
	border-radius: 8px;
	width: 100%;
	height: 237px;
	background-color: #213650;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-contact-row h2{
	position: relative;
	padding: 60px 0 0;
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: 500;
	color: #16202B;
}
.project-contact-row h2:before{
	position: absolute;
	content: '';
	width: 125px;
	height: 1px;
	background-color: #16202B;
	top: 0;
	left: 0;
}
.project-contact-row .center-data h3,
.project-contact-row .center-dots .slick-dots li button{
	color: #16202B;
}
.map-box{
	height: 245px;
	width: 100%;
}
.map-inbox{
	padding: 0 40px 0 0;
}
.center-slider .slick-slide {
	margin: 0 8px;
}
.center-slider .slick-list {
	margin: 0 -8px;
}
.center-img{
	border-radius: 6px;
	border: 1px solid #213650;
	position: relative;
	overflow: hidden;
}
.center-img:before{
	position: absolute;
	content: '';
	background: linear-gradient(180deg, rgba(70, 103, 150, 0.3) 61.18%, rgba(33, 54, 80, 0.3) 100%);
	width: 100%;
	height: 100%;
	border-radius: 6px;
	top: 0;
	left: 0;
}
.center-img img{
	width: 100%;
	height: 152px;
	object-fit: cover;
}
.center-data{
	padding: 16px 12px 40px;
	border-radius: 6px;
	border: 1px solid #213650;
	position: relative;
}
.center-data h3{
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #213650;
	text-transform: uppercase;
	font-family: 'FuturaStdMedium';
	line-height: 22px;
}
.center-data .btn-blue-border{
	position: absolute;
	bottom: -1px;
	right: -1px;
	font-size: 12px;
	max-width: 63px;
	padding: 5px 9px;
}
.center-data .btn-blue-border:hover{
	background: var(--blue);
	color: #fff;
}
.other-centers .center-arrows{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 159px;
	width: 100%;
	margin: 0 ;
}
.center-navrw{
	padding: 35px 0 0;
}
.center-navrw .row{
	align-items: center;
}
.center-dots{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.center-dots .slick-dots{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.center-dots .slick-dots li{
	padding: 0;
	margin: 0 15px 0 0;
}
.center-dots .slick-dots li:last-child{
	margin: 0;
}
.center-dots .slick-dots li button{
	font-size: 20px;
	font-weight: 500;
	color: #213650;
	background-color: transparent;
	border: none;
	padding: 0 5px;
	border-bottom: 1px solid #213650;
}
.center-dots .slick-dots li.slick-active button{
	color: #777;
	border-bottom-color: #777;
}
.slick-track,.slick-initialized{
  	opacity: 1 !important;
}
.slick-slider {
  	opacity: 0;
}
.slick-initialized.slick-slider{
  	opacity: 1;
}

.our-value-wrp{
	padding: 85px 0 100px;
	position: relative;
}
.values-list-wrp{
	max-width: 1060px;
	margin: 0 auto;
}
.values-list-wrp ul {
	margin: 0;
	padding: 0;
}
.values-list-wrp ul li{
	margin: 0 0 30px;
	height: 100%;
	list-style-type: none;
	display: flex;
	flex-flow: column;
	width: 100%;
}
.value-rw{
	display: flex;
	flex-wrap: wrap;
}
.values-list-wrp ul li:last-child{
	margin: 0;
}
.value-icon{
	width: 20%;
	background-color: #D9D0BD;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 205px;
}
.value-data{
	padding: 30px 30px;
	border-radius: 6px;
	border: 1px solid #213650;
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 60%;
}
.value-data h3{
	font-size: 40px;
	font-weight: normal;
	color: #16202B;
	margin: 0 0 15px;
}
.value-data p{
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	line-height: 26px;
	text-align: justify;
}

.values-list-wrp ul li:nth-child(even){
	margin: 0 0 30px 20%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.values-list-wrp ul li:nth-child(even) .value-rw{
	justify-content: flex-end;
	flex-flow: row-reverse;
}
.values-list-wrp ul li:nth-child(even) .value-icon{
	background-color: #213650;
}

.our-value-wrp .section-title{
	margin: 0 0 120px;
}
/* ****** End Project Details ***** */
