@font-face {
	font-family: 'Circular';
	src: url("../fonts/CircularStd-Book.woff");
	font-weight: 400
}

@font-face {
	font-family: 'Circular';
	src: url("../fonts/CircularStd-Bold.woff");
	font-weight: 700
}

@font-face {
	font-family: 'Circular';
	src: url("../fonts/Circular-Std-Medium.woff");
	font-weight: 500
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px
}

.hover-link {
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease
}

.hover-link:hover {
	color: #574e46 !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #000;
	font-family: "Circular", Times New Roman, serif !important
}

h1 {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	font-size: 72px;
	margin: 0px
}

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 62px
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 52px
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 35px
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 29px
	}
}

h2 {
	font-size: 45px;
	font-weight: 700;
	font-family: "Circular", Times New Roman, serif
}

@media screen and (max-width: 1199px) {
	h2 {
		font-size: 40px
	}
}

@media screen and (max-width: 991px) {
	h2 {
		font-size: 35px
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 30px
	}
}

@media screen and (max-width: 480px) {
	h2 {
		font-size: 25px
	}
}

h3 {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	font-size: 33px
}

@media screen and (max-width: 1199px) {
	h3 {
		font-size: 30px
	}
}

@media screen and (max-width: 991px) {
	h3 {
		font-size: 25px
	}
}

@media screen and (max-width: 767px) {
	h3 {
		font-size: 20px
	}
}

@media screen and (max-width: 480px) {
	h3 {
		font-size: 16px
	}
}

h4 {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	font-size: 23px
}

@media screen and (max-width: 1199px) {
	h4 {
		font-size: 21px
	}
}

@media screen and (max-width: 991px) {
	h4 {
		font-size: 19px
	}
}

@media screen and (max-width: 767px) {
	h4 {
		font-size: 17px
	}
}

@media screen and (max-width: 480px) {
	h4 {
		font-size: 16px
	}
}

h5 {
	font-size: 18px;
	font-weight: 700;
	font-family: "Circular", Times New Roman, serif
}

@media screen and (max-width: 991px) {
	h5 {
		font-size: 17px
	}
}

@media screen and (max-width: 767px) {
	h5 {
		font-size: 16px
	}
}

@media screen and (max-width: 480px) {
	h5 {
		font-size: 15px
	}
}

h6 {
	font-weight: 700;
	font-size: 17px;
	font-family: "Circular", Times New Roman, serif;
	color: #58595b;
	line-height: 1.35
}

@media screen and (max-width: 991px) {
	h6 {
		font-size: 16px
	}
}

@media screen and (max-width: 767px) {
	h6 {
		font-size: 15px
	}
}

@media screen and (max-width: 480px) {
	h6 {
		font-size: 14px
	}
}

p {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 20px
}

@media screen and (max-width: 991px) {
	p {
		font-size: 15px
	}

	p br {
		display: none
	}
}

@media screen and (max-width: 767px) {
	p {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	p {
		font-size: 13px
	}
}

p,
li {
	list-style: none;
	font-family: "Circular", Times New Roman, serif !important
}

ul {
	position: relative;
	padding-left: 30px
}

a {
	color: inherit;
	text-decoration: none;
	outline: none
}

a:hover,
a:focus,
a:active {
	color: inherit;
	outline: none
}

.wrapper {
	overflow-x: hidden
}

.fixed-bg {
	position: fixed;
	top: 92px;
	left: 0;
	width: 100%;
	height: calc(80vh - 92px);
	z-index: -1
}

@media screen and (max-width: 1199px) {
	.fixed-bg {
		height: 800px;
		top: 85px
	}
}

@media screen and (max-width: 991px) {
	.fixed-bg {
		height: 600px;
		top: 70px
	}
}

@media screen and (max-width: 767px) {
	.fixed-bg {
		height: 400px
	}
}

@media screen and (max-width: 480px) {
	.fixed-bg {
		height: 175px
	}
}

@media screen and (max-width: 768px) {
	.fixed-bg {
		display: none
	}
}

.red-link {
	color: #ed145a;
	margin: 0px;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none !important;
	border-bottom: 2px solid !important;
	line-height: 1.3
}

.valign {
	left: 0px;
	width: 100%;
	top: 50%;
	padding: 0px 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.menu-offset {
	margin-top: 92px
}

@media screen and (max-width: 1199px) {
	.menu-offset {
		margin-top: 85px
	}
}

@media screen and (max-width: 991px) {
	.menu-offset {
		margin-top: 70px
	}
}

@media screen and (max-width: 767px) {
	.menu-offset {
		margin-top: 43px
	}
}

.main-carousel {
	background: rgba(0, 0, 0, 0.2)
}

.main-carousel.single-item .owl-controls,
.fixed-main-carousel.single-item .owl-controls {
	display: none
}

.main-carousel .item,
.fixed-main-carousel .item {
	width: 100%;
	height: calc(80vh - 92px)
}

@media screen and (max-width: 1199px) {

	.main-carousel .item,
	.fixed-main-carousel .item {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {

	.main-carousel .item,
	.fixed-main-carousel .item {
		width: 100%;
		height: 700px
	}
}

@media screen and (max-width: 767px) {

	.main-carousel .item,
	.fixed-main-carousel .item {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 480px) {

	.main-carousel .item,
	.fixed-main-carousel .item {
		width: 100%;
		height: calc(100vh - 43px)
	}
}

.main-carousel .item .project-link,
.fixed-main-carousel .item .project-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

.main-carousel .item .container,
.fixed-main-carousel .item .container {
	position: relative;
	text-align: center;
	height: 100%
}

.main-carousel .item .container .text,
.fixed-main-carousel .item .container .text {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	padding: 0px 15px
}

.main-carousel .item .container h1,
.fixed-main-carousel .item .container h1 {
	line-height: .85;
	color: #FFF;
	margin-bottom: 20px;
	pointer-events: none
}

@media screen and (max-width: 480px) {

	.main-carousel .item .container h1,
	.fixed-main-carousel .item .container h1 {
		margin-bottom: 10px
	}
}

.main-carousel .item .container h4,
.fixed-main-carousel .item .container h4 {
	padding-top: 8px;
	color: #FFF;
	pointer-events: none
}

.main-carousel .item .container h4 br,
.fixed-main-carousel .item .container h4 br {
	display: none
}

@media screen and (max-width: 1199px) {

	.main-carousel .item .container h4,
	.fixed-main-carousel .item .container h4 {
		font-size: 20px
	}
}

@media screen and (max-width: 991px) {

	.main-carousel .item .container h4,
	.fixed-main-carousel .item .container h4 {
		font-size: 18px
	}

	.main-carousel .item .container h4 br,
	.fixed-main-carousel .item .container h4 br {
		display: inline-block
	}
}

@media screen and (max-width: 767px) {

	.main-carousel .item .container h4,
	.fixed-main-carousel .item .container h4 {
		font-size: 14px
	}
}

.main-carousel .item .container p,
.fixed-main-carousel .item .container p {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.main-carousel .item .container a,
.fixed-main-carousel .item .container a {
	display: table;
	margin: 0px auto;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	font-size: 23px;
	color: #ed145a;
	padding-top: 75px;
	line-height: 1.3;
	border-bottom: 2px solid !important;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 1199px) {

	.main-carousel .item .container a,
	.fixed-main-carousel .item .container a {
		font-size: 18px
	}
}

@media screen and (max-width: 991px) {

	.main-carousel .item .container a,
	.fixed-main-carousel .item .container a {
		font-size: 15px;
		padding-top: 40px
	}
}

@media screen and (max-width: 767px) {

	.main-carousel .item .container a,
	.fixed-main-carousel .item .container a {
		font-size: 13px;
		padding-top: 20px
	}
}

.main-carousel .item .container h5,
.fixed-main-carousel .item .container h5 {
	color: #FFF;
	position: absolute;
	right: 110px;
	bottom: 50px;
	margin: 0;
	line-height: 1;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	pointer-events: none
}

@media screen and (max-width: 991px) {

	.main-carousel .item .container h5,
	.fixed-main-carousel .item .container h5 {
		display: none
	}
}

.main-carousel.fixed-main,
.fixed-main-carousel.fixed-main {
	position: fixed;
	top: 0px;
	z-index: -2
}

.main-carousel.fixed-main .owl-controls,
.fixed-main-carousel.fixed-main .owl-controls {
	display: none
}

.main-carousel.fixed-main .item,
.fixed-main-carousel.fixed-main .item {
	height: calc(80vh - 92px)
}

@media screen and (max-width: 1199px) {

	.main-carousel.fixed-main .item,
	.fixed-main-carousel.fixed-main .item {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {

	.main-carousel.fixed-main .item,
	.fixed-main-carousel.fixed-main .item {
		width: 100%;
		height: 700px
	}
}

@media screen and (max-width: 767px) {

	.main-carousel.fixed-main .item,
	.fixed-main-carousel.fixed-main .item {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 480px) {

	.main-carousel.fixed-main .item,
	.fixed-main-carousel.fixed-main .item {
		width: 100%;
		height: calc(100vh - 43px)
	}
}

@media screen and (max-width: 767px) {

	.main-carousel .owl-controls,
	.fixed-main-carousel .owl-controls {
		display: none
	}
}

.main-carousel .owl-controls .owl-nav,
.fixed-main-carousel .owl-controls .owl-nav {
	position: absolute;
	right: 32px;
	bottom: 37px
}

.main-carousel .owl-controls .owl-nav .owl-prev,
.fixed-main-carousel .owl-controls .owl-nav .owl-prev {
	background: transparent;
	width: 37px;
	height: 37px;
	border: 2px solid #fff;
	border-right: 1px solid #FFF;
	margin: 0px;
	float: left
}

.main-carousel .owl-controls .owl-nav .owl-prev:before,
.fixed-main-carousel .owl-controls .owl-nav .owl-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	color: #FFF;
	margin: 2px 12px
}

.main-carousel .owl-controls .owl-nav .owl-next,
.fixed-main-carousel .owl-controls .owl-nav .owl-next {
	background: transparent none repeat scroll 0% 0%;
	border: 2px solid #fff;
	margin: 0px;
	width: 37px;
	height: 37px;
	float: left;
	border-left: 1px solid #FFF
}

.main-carousel .owl-controls .owl-nav .owl-next:before,
.fixed-main-carousel .owl-controls .owl-nav .owl-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	color: #FFF;
	margin: 2px 12px
}

.main-carousel .owl-controls .owl-nav div,
.fixed-main-carousel .owl-controls .owl-nav div {
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease
}

.main-carousel .owl-controls .owl-nav div:before,
.fixed-main-carousel .owl-controls .owl-nav div:before {
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease
}

.main-carousel .owl-controls .owl-nav div:hover,
.fixed-main-carousel .owl-controls .owl-nav div:hover {
	background: #FFF
}

.main-carousel .owl-controls .owl-nav div:hover:before,
.fixed-main-carousel .owl-controls .owl-nav div:hover:before {
	color: #000
}

.info {
	width: 100%;
	padding-bottom: 88px;
	background: #FFF;
	padding-top: 55px
}

@media screen and (max-width: 991px) {
	.info {
		padding-bottom: 32px;
		padding-top: 35px
	}
}

.info .container {
	text-align: center;
	padding: 0px 175px
}

@media screen and (max-width: 991px) {
	.info .container {
		padding: 0px 75px
	}
}

@media screen and (max-width: 767px) {
	.info .container {
		padding: 0px 15px
	}
}

.info .container p {
	font-size: 26px;
	line-height: 1.2;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 1199px) {
	.info .container p {
		font-size: 20px
	}

	.info .container p br {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.info .container p {
		font-size: 18px
	}
}

@media screen and (max-width: 767px) {
	.info .container p {
		font-size: 16px
	}
}

.info .container .link-row {
	margin-top: 68px
}

.info .container .link-row .red-link {
	margin: 0px 15px
}

@media screen and (max-width: 1199px) {
	.info .container .link-row .red-link {
		font-size: 18px
	}
}

@media screen and (max-width: 991px) {
	.info .container .link-row .red-link {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.info .container .link-row .red-link {
		font-size: 13px
	}
}

@media screen and (max-width: 1199px) {
	.info .container .link-row {
		margin-top: 20px
	}
}

.info .container h6 {
	color: #939598;
	font-size: 20px !important;
	font-weight: 100;
	margin: 0px;
	padding: 35px 0px 0px
}

@media screen and (max-width: 1199px) {
	.info .container h6 {
		font-size: 18px !important
	}

	.info .container h6 br {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.info .container h6 {
		font-size: 16px !important;
		padding: 20px 0px 0px
	}
}

@media screen and (max-width: 767px) {
	.info .container h6 {
		font-size: 14px !important;
		padding: 15px 0px 0px
	}
}

.info .container .mini-logo-image {
	padding-top: 65px;
	padding-bottom: 45px
}

@media screen and (max-width: 991px) {
	.info .container .mini-logo-image {
		width: 50px;
		padding-top: 38px;
		padding-bottom: 26px
	}
}

.footer {
	width: 100%;
	padding: 72px 0px 72px;
	background: #ebebeb;
	position: relative
}

.footer hr {
	padding: 0px;
	margin-top: 53px;
	margin-bottom: 0px;
	border-top: 2px solid #cccccc
}

@media screen and (max-width: 767px) {
	.footer hr {
		border-width: 1px
	}
}

.footer h3 {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	margin: 0
}

.footer h3 a {
	opacity: 1 !important
}

@media screen and (max-width: 767px) {
	.footer h3 {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.footer h3 {
		font-size: 12px
	}
}

.footer p {
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #363637;
	margin: 0px
}

.footer p br {
	display: inline-block
}

@media screen and (max-width: 480px) {
	.footer p {
		font-size: 12px
	}
}

@media screen and (max-width: 1199px) {
	.footer {
		padding: 60px 0px
	}

	.footer hr {
		margin-top: 45px
	}
}

@media screen and (max-width: 991px) {
	.footer {
		padding: 45px 0px
	}

	.footer hr {
		margin-top: 35px
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding: 30px 0px
	}

	.footer hr {
		margin-top: 25px
	}
}

.footer .row .footer-nav {
	text-align: left
}

.footer .row .footer-nav .footer-menu {
	display: inline-block;
	vertical-align: top
}

.footer .row .footer-nav .footer-menu ul {
	margin: 0px 0px 35px;
	padding: 0;
	line-height: 1.1
}

.footer .row .footer-nav .footer-menu ul li {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	list-style: none;
	display: inline-block;
	padding-right: 22px
}

.footer .row .footer-nav .footer-menu ul li:hover {
	color: #574e46
}

.footer .row .footer-nav .footer-menu ul li a {
	text-decoration: none
}

.footer .row .footer-nav .footer-menu ul li:last-child {
	padding-right: 0px
}

@media screen and (max-width: 1199px) {
	.footer .row .footer-nav .footer-menu ul {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.footer .row .footer-nav .footer-menu {
		display: none
	}
}

.footer .row .footer-nav .contact {
	display: inline-block;
	vertical-align: top;
	padding-left: 60px
}

.footer .row .footer-nav .contact h3 {
	margin-bottom: 17px
}

@media screen and (max-width: 1199px) {
	.footer .row .footer-nav .contact {
		padding-left: 0px
	}

	.footer .row .footer-nav .contact p {
		margin-top: 15px
	}
}

@media screen and (max-width: 767px) {
	.footer .row .footer-nav .contact {
		text-align: center;
		width: 100%;
		border-bottom: 2px solid #cdcdcd;
		display: table;
		padding-bottom: 22px
	}
}

@media screen and (max-width: 480px) {
	.footer .row .footer-nav .contact h3 {
		margin-bottom: 10px
	}

	.footer .row .footer-nav .contact p {
		margin-top: 0px
	}
}

.footer .row .chinese-page-nav {
	text-align: right
}

.footer .row .chinese-page-nav h3 {
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	cursor: pointer
}

.footer .row .chinese-page-nav h3:hover {
	color: #574e46
}

.footer .row .chinese-page-nav .lang-toggle {
	color: #ed145a;
	font-size: 16px;
	margin-bottom: 30px;
	cursor: pointer;
	display: block;
	opacity: 1;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease
}

.footer .row .chinese-page-nav .lang-toggle:hover {
	color: #574e46
}

@media screen and (max-width: 767px) {
	.footer .row .chinese-page-nav .lang-toggle {
		font-size: 14px;
		margin-bottom: 15px
	}
}

@media screen and (max-width: 480px) {
	.footer .row .chinese-page-nav .lang-toggle {
		font-size: 12px;
		margin-bottom: 3px
	}
}

.footer .row .chinese-page-nav .privacy,
.footer .row .chinese-page-nav .disclaimer,
.footer .row .chinese-page-nav .divider {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 400;
	font-size: 13px;
	color: #363637;
	letter-spacing: .5px;
	opacity: .4;
	text-decoration: none
}

@media screen and (max-width: 480px) {

	.footer .row .chinese-page-nav .privacy,
	.footer .row .chinese-page-nav .disclaimer,
	.footer .row .chinese-page-nav .divider {
		font-size: 10px;
		letter-spacing: 0px
	}
}

.footer .row .chinese-page-nav a {
	opacity: .4;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease
}

.footer .row .chinese-page-nav a:hover {
	opacity: 1;
	color: #574e46
}

@media screen and (max-width: 767px) {
	.footer .row .chinese-page-nav {
		text-align: left;
		padding-top: 25px
	}

	.footer .row .chinese-page-nav .left-50 {
		width: 50%;
		float: left
	}

	.footer .row .chinese-page-nav .copyright {
		padding-right: 25px
	}

	.footer .row .chinese-page-nav .copyright p {
		line-height: 1.4
	}

	.footer .row .chinese-page-nav .copyright p a {
		display: block
	}
}

.wrapper .header {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 92px
}

.wrapper .header.off {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media screen and (max-width: 1199px) {
	.wrapper .header {
		height: 85px
	}
}

@media screen and (max-width: 991px) {
	.wrapper .header {
		height: 70px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .header {
		height: 43px
	}
}

.wrapper .header .container {
	position: relative
}

.wrapper .header .mobile-menu {
	display: none;
	background: #ebebeb;
	position: fixed;
	top: 43px;
	left: 0;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align: center
}

.wrapper .header .mobile-menu .mob-overflow {
	min-height: 500px
}

@media screen and (min-width: 769px) {
	.wrapper .header .mobile-menu {
		display: none !important
	}
}

.wrapper .header .mobile-menu ul {
	margin: 65px 0px 60px;
	position: relative;
	top: 0;
	left: 0;
	padding: 0px
}

.wrapper .header .mobile-menu ul li {
	font-size: 30px;
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	display: block;
	padding: 0px;
	margin: 0px 0px 20px
}

.wrapper .header .mobile-menu ul li.current a {
	text-decoration: underline
}

.wrapper .header .mobile-menu ul li a {
	color: inherit;
	opacity: 1
}

.wrapper .header .mobile-menu ul li a:hover {
	text-decoration: underline
}

.wrapper .header .mobile-menu .lang-toggle {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 400;
	color: #333334;
	font-size: 12px;
	cursor: pointer
}

.wrapper .header .mobile-menu .privacy {
	font-size: 10px;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 400;
	color: #333334;
	margin-bottom: 20px;
	margin-top: 19px
}

.wrapper .header .mobile-menu .privacy span {
	opacity: .4
}

.wrapper .header .mobile-menu .privacy a {
	opacity: .4;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transition: all 300ms ease
}

.wrapper .header .mobile-menu .privacy a:hover,
.wrapper .header .mobile-menu .privacy a:focus {
	opacity: 1
}

@media screen and (max-width: 768px) {
	.wrapper .header .mobile-menu ul {
		display: block
	}
}

.wrapper .header #hamburger {
	display: none;
	height: 18px;
	width: 21px;
	position: absolute;
	left: 12px;
	top: 13px;
	cursor: pointer
}

.wrapper .header #hamburger span {
	width: 100%;
	height: 2px;
	position: absolute;
	display: block;
	background: #FFF;
	poiner-events: none;
	left: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transition: all 300ms ease
}

.wrapper .header #hamburger span:first-child {
	top: 0
}

.wrapper .header #hamburger span:nth-child(2) {
	top: 8px
}

.wrapper .header #hamburger span:last-child {
	top: 16px
}

@media screen and (max-width: 768px) {
	.wrapper .header #hamburger {
		display: block
	}
}

.wrapper .header .home-link {
	display: table;
	margin: 0px auto
}

.wrapper .header ul {
	position: absolute
}

.wrapper .header ul li {
	font-size: 16px;
	display: inline-block;
	padding-left: 54px;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.wrapper .header ul li a {
	opacity: .6;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	text-decoration: none
}

.wrapper .header ul li a:hover {
	opacity: 1
}

.wrapper .header ul li.current a {
	opacity: 1;
	border-bottom: 2px solid transparent !important
}

.wrapper .header ul.nav-left {
	left: -15px;
	padding-top: 36px
}

.wrapper .header ul.nav-left li a {
	border-bottom: 2px solid transparent
}

.wrapper .header ul.nav-left li a:hover {
	border-bottom: 2px solid #00aeef
}

.wrapper .header ul.nav-left li:first-child {
	padding-left: 0px
}

.wrapper .header ul.nav-right {
	right: 15px;
	top: 0;
	padding-top: 36px
}

.wrapper .header ul.nav-right li a {
	border-bottom: 2px solid transparent
}

.wrapper .header ul.nav-right li a img {
	position: relative;
	top: -3px
}

.wrapper .header ul.nav-right li a img.ausflag {
	width: 30px;
	top: 0px;
	margin-left: 4px
}

.wrapper .header ul.nav-right li a:hover {
	border-bottom: 2px solid #00aeef
}

.wrapper .header ul.nav-right li a.lang-toggle {
	padding-bottom: 2px
}

@media screen and (max-width: 1199px) {
	.wrapper .header ul li {
		font-size: 15px;
		padding-left: 25px
	}

	.wrapper .header ul li .lang-toggle {
		padding-bottom: 1px
	}

	.wrapper .header ul.nav-left {
		left: 0
	}

	.wrapper .header ul.nav-right {
		right: 0
	}

	.wrapper .header ul.nav-right,
	.wrapper .header ul.nav-left {
		padding-left: 0;
		padding-top: 32px
	}
}

@media screen and (max-width: 991px) {
	.wrapper .header ul li {
		font-size: 14px;
		padding-left: 15px
	}

	.wrapper .header ul.nav-right,
	.wrapper .header ul.nav-left {
		padding-top: 25px
	}
}

@media screen and (max-width: 768px) {
	.wrapper .header ul {
		display: none
	}
}

.wrapper .header .logo-image {
	padding-top: 20px;
	display: table;
	margin: 0px auto;
	padding-left: 0px;
	height:70px;
	filter:invert(1)brightness(100)grayscale(100)
}

@media screen and (max-width: 1199px) {
	.wrapper .header .logo-image {
		max-width: 250px;
		padding-top: 30px
	}
}

@media screen and (max-width: 991px) {
	.wrapper .header .logo-image {
		max-width: 180px;
		padding-top: 26px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .header .logo-image {
		max-width: 162px;
		padding-top: 10px;
		height: 32px;
	}
}

.wrapper .header.open-menu #hamburger span:first-child {
	top: 8px;
	width: 24px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.wrapper .header.open-menu #hamburger span:nth-child(2) {
	opacity: 0;
	left: -60px
}

.wrapper .header.open-menu #hamburger span:nth-child(3) {
	top: 8px;
	width: 24px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.wrapper .about-us {
	width: 100%;
	height: calc(80vh - 92px);
	padding: 0px 15px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}

@media screen and (max-width: 1199px) {
	.wrapper .about-us {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {
	.wrapper .about-us {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .about-us {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .about-us {
		width: 100%;
		height: 175px
	}
}

@media screen and (min-width: 769px) {
	.wrapper .about-us {
		background: none !important
	}
}

.wrapper .about-us .container {
	text-align: center;
	position: relative;
	height: 100%
}

.wrapper .about-us .container h1 {
	color: #FFF
}

.wrapper .about-us .container h3 {
	padding-top: 15px;
	color: #FFF;
	line-height: 1.15;
	margin-bottom: 0px;
	letter-spacing: 0px
}

@media screen and (max-width: 991px) {
	.wrapper .about-us .container h3 {
		margin-top: 14px;
		padding: 0px
	}

	.wrapper .about-us .container h3 br {
		display: none
	}
}

@media screen and (max-width: 480px) {
	.wrapper .about-us .container h3 {
		font-size: 14px;
		line-height: 1
	}
}

.wrapper .about-us-info {
	background: #FFF
}

.wrapper .about-us-info .container .row {
	padding-top: 55px;
	padding-bottom: 65px
}

@media screen and (max-width: 1199px) {
	.wrapper .about-us-info .container .row {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media screen and (max-width: 1199px) {
	.wrapper .about-us-info .container .row {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .about-us-info .container .row {
		padding-top: 40px;
		padding-bottom: 15px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .about-us-info .container .row {
		padding-top: 25px
	}
}

.wrapper .about-us-info .container .row p {
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	color: #363637;
	margin: 0px
}

@media screen and (max-width: 1199px) {
	.wrapper .about-us-info .container .row p br {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.wrapper .about-us-info .container .row p {
		margin: 0px 0px 15px
	}
}

.wrapper .about-us-info .container .row h6 {
	margin-bottom: 5px;
	margin-top: 5px
}

@media screen and (max-width: 991px) {
	.wrapper .about-us-info .container .row h6 {
		font-size: 15px;
		padding-left: 14px
	}

	.wrapper .about-us-info .container .row h6 br {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.wrapper .about-us-info .container .row h6 {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .about-us-info .container .row h6 {
		font-size: 13px
	}
}

.wrapper .about-us-info .container .row ul {
	padding-bottom: 19px;
	line-height: 1.4;
	padding-left: 18px
}

@media screen and (max-width: 992px) {
	.wrapper .about-us-info .container .row ul {
		padding-left: 6px;
		padding-bottom: 9px
	}
}

.wrapper .about-us-info .container .row ul li {
	font-size: 17px;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	list-style: none;
	padding-left: 24px
}

@media screen and (max-width: 991px) {
	.wrapper .about-us-info .container .row ul li {
		font-size: 15px;
		padding-left: 33px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .about-us-info .container .row ul li {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .about-us-info .container .row ul li {
		font-size: 13px
	}
}

.wrapper .about-us-info .container .row ul li:before {
	content: '\2022';
	position: absolute;
	left: 0;
	display: block
}

@media screen and (max-width: 992px) {
	.wrapper .about-us-info .container .row ul li:before {
		position: absolute;
		left: 13px
	}
}

.wrapper .about-us-info .container .row .col-info-01 h3 {
	font-size: 33.18px;
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	margin: 0px;
	padding-bottom: 30px;
	line-height: 1.35;
	letter-spacing: 2px
}

@media screen and (max-width: 1199px) {
	.wrapper .about-us-info .container .row .col-info-01 h3 {
		letter-spacing: 1px
	}

	.wrapper .about-us-info .container .row .col-info-01 h3 br {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.wrapper .about-us-info .container .row .col-info-01 h3 {
		font-size: 25px;
		padding-bottom: 22px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .about-us-info .container .row .col-info-01 h3 {
		font-size: 20px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .about-us-info .container .row .col-info-01 h3 {
		font-size: 16.09px
	}
}

.wrapper .about-us-info .container .row .col-info-01 p {
	padding-right: 70px
}

@media screen and (max-width: 1199px) {
	.wrapper .about-us-info .container .row .col-info-01 p {
		padding-right: 0px
	}
}

.wrapper .about-us-info .container .row .col-info-02 {
	padding-left: 0px
}

@media screen and (max-width: 991px) {
	.wrapper .about-us-info .container .row .col-info-02 p {
		padding-left: 13px
	}
}

@media screen and (max-width: 1199px) {
	.wrapper .about-us-info .container .row .col-info-02 {
		padding-left: 15px
	}
}

.wrapper .our-services {
	width: 100%;
	height: calc(80vh - 92px);
	padding: 0px 15px
}

@media screen and (max-width: 1199px) {
	.wrapper .our-services {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {
	.wrapper .our-services {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .our-services {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .our-services {
		width: 100%;
		height: 175px
	}
}

@media screen and (min-width: 769px) {
	.wrapper .our-services {
		background: none !important
	}
}

.wrapper .our-services .container {
	text-align: center;
	position: relative;
	height: 100%
}

.wrapper .our-services .container h1 {
	color: #FFF
}

.wrapper .our-services .container h3 {
	padding-top: 15px;
	color: #FFF;
	line-height: 1.15;
	letter-spacing: 0px;
	margin-bottom: 0px
}

@media screen and (max-width: 991px) {
	.wrapper .our-services .container h3 {
		margin-top: 14px;
		padding: 0px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .our-services .container h3 {
		font-size: 14px;
		line-height: 1
	}

	.wrapper .our-services .container h3 br {
		display: none
	}
}

.wrapper .our-services-info {
	background: #FFF
}

.wrapper .our-services-info .service {
	padding: 55px 0px
}

@media screen and (max-width: 991px) {
	.wrapper .our-services-info .service {
		padding: 30px 0px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .our-services-info .service {
		padding: 20px 0px 30px
	}
}

.wrapper .our-services-info .service .title {
	font-size: 19px;
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	margin: 0px;
	letter-spacing: 3.8px;
	padding-bottom: 28px
}

@media screen and (max-width: 991px) {
	.wrapper .our-services-info .service .title {
		display: none;
		padding-top: 15px;
		letter-spacing: 3px
	}
}

.wrapper .our-services-info .service .title-before {
	display: none
}

@media screen and (max-width: 991px) {
	.wrapper .our-services-info .service .title-before {
		display: inline-block;
		font-size: 16px;
		padding-bottom: 16px;
		letter-spacing: 2px
	}
}

.wrapper .our-services-info .service .date {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 3.5px;
	color: #d8dadb;
	line-height: 1
}

@media screen and (max-width: 480px) {
	.wrapper .our-services-info .service .date {
		font-size: 12px;
		letter-spacing: 1.5px;
		color: #d8dadb;
		line-height: 0
	}
}

.wrapper .our-services-info .service p {
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	margin-bottom: 27px
}

@media screen and (max-width: 991px) {
	.wrapper .our-services-info .service p {
		margin-bottom: 18px
	}
}

.wrapper .our-services-info .service p:last-child {
	margin-bottom: 0px
}

.wrapper .our-services-info .service .image {
	display: table;
	max-width: 100%;
	margin: 0px auto
}

@media screen and (max-width: 991px) {
	.wrapper .our-services-info .service .image {
		padding-bottom: 27px
	}
}

.wrapper .our-services-info .service .para {
	color: #363637
}

.wrapper .our-services-info .service .para h6 {
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	font-size: 17px;
	color: #58595b;
	padding-top: 20px
}

@media screen and (max-width: 991px) {
	.wrapper .our-services-info .service .para h6 {
		font-size: 15px;
		padding-top: 0px
	}

	.wrapper .our-services-info .service .para h6 br {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.wrapper .our-services-info .service .para h6 {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .our-services-info .service .para h6 {
		font-size: 13px
	}
}

.wrapper .our-services-info .service .para ul {
	margin: 0px
}

@media screen and (max-width: 992px) {
	.wrapper .our-services-info .service .para ul {
		padding-left: 6px;
		padding-bottom: 9px
	}
}

.wrapper .our-services-info .service .para ul li {
	font-size: 17px;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif
}

@media screen and (max-width: 991px) {
	.wrapper .our-services-info .service .para ul li {
		font-size: 15px;
		padding-left: 14px
	}
}

@media screen and (max-width: 767px) {
	.wrapper .our-services-info .service .para ul li {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.wrapper .our-services-info .service .para ul li {
		font-size: 13px
	}
}

.wrapper .our-services-info .service .para ul li:before {
	content: '\2022';
	position: absolute;
	left: 0px;
	display: block
}

@media screen and (max-width: 992px) {
	.wrapper .our-services-info .service .para ul li:before {
		position: absolute;
		left: 2px
	}
}

.wrapper .our-services-info .service p {
	color: #363637
}

.wrapper .our-services-info .service.blue {
	background-color: #f2f7fb
}

.projects-carousel {
	background: rgba(0, 0, 0, 0.2)
}

.projects-carousel.single-item .owl-controls,
.fixed-carousel.single-item .owl-controls {
	display: none
}

.projects-carousel .item,
.fixed-carousel .item {
	width: 100%;
	height: calc(80vh - 92px);
	padding: 0px 15px
}

@media screen and (max-width: 1199px) {

	.projects-carousel .item,
	.fixed-carousel .item {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {

	.projects-carousel .item,
	.fixed-carousel .item {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 767px) {

	.projects-carousel .item,
	.fixed-carousel .item {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 480px) {

	.projects-carousel .item,
	.fixed-carousel .item {
		width: 100%;
		height: 175px
	}
}

.projects-carousel .item .container,
.fixed-carousel .item .container {
	text-align: center;
	position: relative;
	height: 100%
}

.projects-carousel .item .container h1,
.fixed-carousel .item .container h1 {
	color: #FFF
}

.projects-carousel .item .container h3,
.fixed-carousel .item .container h3 {
	padding-top: 15px;
	color: #FFF;
	line-height: 1.15;
	letter-spacing: 0px;
	margin-bottom: 0px
}

@media screen and (max-width: 991px) {

	.projects-carousel .item .container h3,
	.fixed-carousel .item .container h3 {
		margin-top: 14px;
		padding: 0px
	}
}

@media screen and (max-width: 480px) {

	.projects-carousel .item .container h3,
	.fixed-carousel .item .container h3 {
		font-size: 14px;
		line-height: 1
	}

	.projects-carousel .item .container h3 br,
	.fixed-carousel .item .container h3 br {
		display: none
	}
}

.projects-carousel.fixed,
.fixed-carousel.fixed {
	position: fixed;
	top: 0px;
	z-index: -2
}

.projects-carousel.fixed .owl-controls,
.fixed-carousel.fixed .owl-controls {
	display: none
}

.projects-carousel.fixed .item,
.fixed-carousel.fixed .item {
	height: calc(80vh - 92px)
}

@media screen and (max-width: 1199px) {

	.projects-carousel.fixed .item,
	.fixed-carousel.fixed .item {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {

	.projects-carousel.fixed .item,
	.fixed-carousel.fixed .item {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 767px) {

	.projects-carousel.fixed .item,
	.fixed-carousel.fixed .item {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 480px) {

	.projects-carousel.fixed .item,
	.fixed-carousel.fixed .item {
		width: 100%;
		height: 175px
	}
}

@media screen and (max-width: 767px) {

	.projects-carousel .owl-controls,
	.fixed-carousel .owl-controls {
		display: none
	}
}

.projects-carousel .owl-controls .owl-nav,
.fixed-carousel .owl-controls .owl-nav {
	position: absolute;
	right: 32px;
	bottom: 37px
}

.projects-carousel .owl-controls .owl-nav .owl-prev,
.fixed-carousel .owl-controls .owl-nav .owl-prev {
	background: transparent;
	width: 37px;
	height: 37px;
	border: 2px solid #fff;
	border-right: 1px solid #FFF;
	margin: 0px;
	float: left
}

.projects-carousel .owl-controls .owl-nav .owl-prev:before,
.fixed-carousel .owl-controls .owl-nav .owl-prev:before {
	content: '<';
	/* font-family: 'FontAwesome'; */
	display: block;
	font-size: 20px;
	color: #FFF;
	margin: 2px 12px
}

.projects-carousel .owl-controls .owl-nav .owl-next,
.fixed-carousel .owl-controls .owl-nav .owl-next {
	background: transparent none repeat scroll 0% 0%;
	border: 2px solid #fff;
	margin: 0px;
	width: 37px;
	height: 37px;
	float: left;
	border-left: 1px solid #FFF
}

.projects-carousel .owl-controls .owl-nav .owl-next:before,
.fixed-carousel .owl-controls .owl-nav .owl-next:before {
	content: '>';
	/* font-family: 'FontAwesome'; */
	display: block;
	font-size: 20px;
	color: #FFF;
	margin: 2px 12px
}

.projects-carousel .owl-controls .owl-nav div,
.fixed-carousel .owl-controls .owl-nav div {
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease
}

.projects-carousel .owl-controls .owl-nav div:before,
.fixed-carousel .owl-controls .owl-nav div:before {
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease
}

.projects-carousel .owl-controls .owl-nav div:hover,
.fixed-carousel .owl-controls .owl-nav div:hover {
	background: #FFF
}

.projects-carousel .owl-controls .owl-nav div:hover:before,
.fixed-carousel .owl-controls .owl-nav div:hover:before {
	color: #000
}

.wrap-projects {
	background-color: #f2f7fb;
	padding: 65px 0px 0px
}

@media screen and (max-width: 767px) {
	.wrap-projects {
		padding: 27px 0px 0px
	}
}

.wrap-projects.white-bg {
	background-color: #fff;
	padding-top: 64px;
	padding-bottom: 35px
}

@media screen and (max-width: 767px) {
	.wrap-projects.white-bg {
		padding-top: 27px;
		padding-bottom: 0px
	}
}

.wrap-projects.white-bg .address-info {
	background-color: #ebebeb !important
}

.wrap-projects .container {
	padding-bottom: 20px
}

.wrap-projects .container h5 {
	font-size: 19px;
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	margin: 0px;
	letter-spacing: 4px;
	padding-bottom: 49px
}

@media screen and (max-width: 991px) {
	.wrap-projects .container h5 {
		font-size: 18px;
		padding-bottom: 18px
	}
}

@media screen and (max-width: 767px) {
	.wrap-projects .container h5 {
		font-size: 16px
	}
}

.wrap-projects .container .project {
	padding-bottom: 45px
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.wrap-projects .container .project {
		min-height: 455px
	}
}

@media screen and (max-width: 1199px) {
	.wrap-projects .container .project {
		padding-bottom: 30px
	}
}

@media screen and (max-width: 991px) {
	.wrap-projects .container .project {
		padding-bottom: 20px
	}
}

.wrap-projects .container .project .inner:hover .project-image {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%)
}

.wrap-projects .container .project .inner:hover .address-info {
	background-color: #000 !important
}

.wrap-projects .container .project .inner:hover .address-info .fa,
.wrap-projects .container .project .inner:hover .address-info h6,
.wrap-projects .container .project .inner:hover .address-info p {
	color: #fff
}

.wrap-projects .container .project .project-image {
	height: 280px;
	max-width: 360px;
	width: 100%;
	display: block;
	position: relative;
	transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease
}

@media screen and (max-width: 991px) {
	.wrap-projects .container .project .project-image {
		max-width: none
	}
}

@media screen and (max-width: 767px) {
	.wrap-projects .container .project .project-image {
		height: 225px
	}
}

.wrap-projects .container .project .project-image a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}

.wrap-projects .container .project .address-info {
	position: relative;
	background-color: #fff;
	padding: 34px 24px 26px;
	transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease
}

.wrap-projects .container .project .address-info.bg-color {
	background-color: #ebebeb
}

.wrap-projects .container .project .address-info a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}

.wrap-projects .container .project .address-info h6 {
	color: #363637;
	font-size: 17px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	pointer-events: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease
}

@media screen and (max-width: 1199px) {
	.wrap-projects .container .project .address-info h6 {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.wrap-projects .container .project .address-info h6 {
		font-size: 14px
	}
}

@media screen and (max-width: 767px) {
	.wrap-projects .container .project .address-info h6 {
		font-size: 13.63px
	}
}

.wrap-projects .container .project .address-info .fa {
	position: absolute;
	right: 23px;
	top: 30px;
	font-size: 25px;
	pointer-events: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease
}

.wrap-projects .container .project .address-info p {
	font-size: 15px;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	pointer-events: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease
}

@media screen and (max-width: 991px) {
	.wrap-projects .container .project .address-info p {
		font-size: 14px
	}
}

@media screen and (max-width: 767px) {
	.wrap-projects .container .project .address-info p {
		font-size: 13px
	}
}

@media screen and (max-width: 767px) {
	.wrap-projects .container .project .address-info p {
		font-size: 12.03px
	}
}

@media screen and (max-width: 1199px) {
	.wrap-projects .container .project .address-info {
		padding: 27px 20px 24px
	}

	.wrap-projects .container .project .address-info .fa {
		top: 22px;
		font-size: 23px
	}
}

@media screen and (max-width: 991px) {
	.wrap-projects .container .project .address-info {
		padding: 26px 17px 22px
	}
}

@media screen and (max-width: 767px) {
	.wrap-projects .container .project .address-info .fa {
		top: 28px;
		font-size: 20px
	}
}

.wrap-projects .container .project.extend-height {
	height: 440px
}

@media screen and (max-width: 991px) {
	.wrap-projects .container .project.extend-height {
		height: 0px
	}
}

.wrap-projects .container .project .project-no-image {
	max-width: 360px;
	width: 100%;
	display: block;
	background-color: #000
}

@media screen and (max-width: 991px) {
	.wrap-projects .container .project .project-no-image {
		max-width: none
	}
}

.wrap-projects .container .project .project-no-image a {
	text-decoration: none
}

.wrap-projects .container .project .project-no-image a h3 {
	margin: 0px auto;
	text-align: center;
	padding-top: 0px;
	line-height: 280px;
	font-size: 40px;
	color: #FFF
}

@media screen and (max-width: 767px) {
	.wrap-projects .container .project .project-no-image {
		height: 225px
	}

	.wrap-projects .container .project .project-no-image a h3 {
		line-height: 225px
	}
}

.carousel-wrap {
	position: relative
}

.carousel-wrap .fake-container {
	position: relative;
	max-width: 1140px;
	width: 100%;
	padding: 0px 15px;
	margin: 0px auto;
	z-index: 3
}

.carousel-wrap .fake-container .back-btn {
	position: absolute;
	z-index: 3;
	left: -3px;
	top: 20px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: 0.4;
	text-decoration: none;
	font-family: "Circular", Times New Roman, serif;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transition: all 300ms ease
}

@media screen and (max-width: 1199px) {
	.carousel-wrap .fake-container .back-btn {
		left: 15px
	}
}

@media screen and (max-width: 991px) {
	.carousel-wrap .fake-container .back-btn {
		font-size: 10px
	}
}

@media screen and (max-width: 767px) {
	.carousel-wrap .fake-container .back-btn {
		font-size: 9px
	}
}

.carousel-wrap .fake-container .back-btn .fa {
	font-size: 23px;
	vertical-align: top;
	margin-top: -5px;
	display: inline-block;
	margin-right: 10px
}

@media screen and (max-width: 991px) {
	.carousel-wrap .fake-container .back-btn .fa {
		font-size: 18px;
		padding-left: 10px
	}
}

.carousel-wrap .fake-container .back-btn:hover {
	opacity: 1
}

@media screen and (max-width: 480px) {
	.carousel-wrap .fake-container .back-btn {
		font-size: 7px;
		top: 10px;
		left: 10px
	}

	.carousel-wrap .fake-container .back-btn .fa {
		font-size: 13px;
		margin-right: 5px;
		margin-top: -3px
	}
}

.carousel-wrap .carousel-text {
	width: 100%;
	height: calc(80vh - 92px);
	padding: 0px 15px;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-webkit-transition: all 1500ms ease
}

.carousel-wrap .carousel-text .valign {
	opacity: 1;
	transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-webkit-transition: all 1500ms ease
}

@media screen and (max-width: 1199px) {
	.carousel-wrap .carousel-text {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {
	.carousel-wrap .carousel-text {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 767px) {
	.carousel-wrap .carousel-text {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 480px) {
	.carousel-wrap .carousel-text {
		width: 100%;
		height: 175px
	}
}

.carousel-wrap .carousel-text.faded {
	background: transparent
}

.carousel-wrap .carousel-text.faded .valign {
	opacity: 0
}

.carousel-wrap .custom-controls {
	position: absolute;
	right: 32px;
	bottom: 37px;
	z-index: 9
}

@media screen and (max-width: 767px) {
	.carousel-wrap .custom-controls {
		display: none
	}
}

.carousel-wrap .custom-controls .owl-prev {
	background: transparent;
	width: 37px;
	height: 37px;
	border: 2px solid #fff;
	border-right: 1px solid #FFF;
	margin: 0px;
	float: left;
	cursor: pointer
}

.carousel-wrap .custom-controls .owl-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	color: #FFF;
	margin: 2px 12px
}

.carousel-wrap .custom-controls .owl-next {
	background: transparent none repeat scroll 0% 0%;
	border: 2px solid #fff;
	margin: 0px;
	width: 37px;
	height: 37px;
	float: left;
	border-left: 1px solid #FFF;
	cursor: pointer
}

.carousel-wrap .custom-controls .owl-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	color: #FFF;
	margin: 2px 12px
}

.carousel-wrap .custom-controls div {
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease
}

.carousel-wrap .custom-controls div:before {
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease
}

.carousel-wrap .custom-controls div:hover {
	background: #FFF
}

.carousel-wrap .custom-controls div:hover:before {
	color: #000
}

.carousel-wrap .single-carousel.single-item~.custom-controls {
	display: none
}

.carousel-wrap .single-carousel .item {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	width: 100%;
	height: calc(100vh - 92px);
	padding: 0px 15px
}

@media screen and (max-width: 1199px) {
	.carousel-wrap .single-carousel .item {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {
	.carousel-wrap .single-carousel .item {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 767px) {
	.carousel-wrap .single-carousel .item {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 480px) {
	.carousel-wrap .single-carousel .item {
		width: 100%;
		height: 175px
	}
}

.carousel-wrap .single-carousel.single-project-fixed {
	position: fixed;
	top: 0px;
	z-index: 0
}

.carousel-wrap .single-carousel.single-project-fixed .owl-controls {
	display: none
}

.carousel-wrap .single-carousel.single-project-fixed .item {
	height: calc(80vh - 92px)
}

@media screen and (max-width: 1199px) {
	.carousel-wrap .single-carousel.single-project-fixed .item {
		width: 100%;
		height: 800px
	}
}

@media screen and (max-width: 991px) {
	.carousel-wrap .single-carousel.single-project-fixed .item {
		width: 100%;
		height: 600px
	}
}

@media screen and (max-width: 767px) {
	.carousel-wrap .single-carousel.single-project-fixed .item {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 480px) {
	.carousel-wrap .single-carousel.single-project-fixed .item {
		width: 100%;
		height: 175px
	}
}

.carousel-wrap .container {
	text-align: center;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%
}

@media screen and (max-width: 767px) {
	.carousel-wrap .container {
		width: 100%
	}
}

.carousel-wrap .container h1 {
	color: #FFF
}

.carousel-wrap .container h5 {
	padding-top: 30px;
	margin-bottom: 0px;
	font-size: 19px;
	letter-spacing: 1.5px;
	color: #FFF
}

@media screen and (max-width: 991px) {
	.carousel-wrap .container h5 {
		padding-top: 0px !important;
		font-size: 16px;
		letter-spacing: 1.5px
	}
}

@media screen and (max-width: 480px) {
	.carousel-wrap .container h5 {
		letter-spacing: 1px;
		margin-top: 15px;
		font-size: 14px
	}

	.carousel-wrap .container h5 br {
		display: none
	}
}

.single-project-info {
	background-color: #FFF;
	position: relative
}

.single-project-info .container {
	padding-top: 65px;
	padding-bottom: 110px
}

@media screen and (max-width: 1199px) {
	.single-project-info .container {
		padding-bottom: 90px
	}
}

@media screen and (max-width: 991px) {
	.single-project-info .container {
		padding-bottom: 60px;
		padding-top: 60px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .container {
		padding-bottom: 40px;
		padding-top: 40px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .container {
		padding-bottom: 20px;
		padding-top: 30px
	}
}

.single-project-info .container .para-info .date {
	display: inline-block;
	vertical-align: top;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 4px;
	color: #d8dadb;
	line-height: 1
}

@media screen and (max-width: 991px) {
	.single-project-info .container .para-info .date {
		font-size: 16px;
		letter-spacing: 3px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .container .para-info .date {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .container .para-info .date {
		font-size: 12px;
		letter-spacing: 1.5px;
		color: #d8dadb;
		line-height: 0
	}
}

.single-project-info .container .para-info .text-block {
	display: block;
	vertical-align: top;
	padding-right: 60px
}

@media screen and (max-width: 991px) {
	.single-project-info .container .para-info .text-block {
		padding-right: 0px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .container .para-info .text-block {
		margin-top: 5px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .container .para-info .text-block {
		margin-top: 0px
	}
}

.single-project-info .container .para-info .text-block h3 {
	font-size: 29px;
	color: #000;
	font-weight: 700;
	margin: 0px;
	letter-spacing: 1.5px;
	padding-bottom: 33px;
	line-height: 1.2
}

@media screen and (max-width: 991px) {
	.single-project-info .container .para-info .text-block h3 {
		font-size: 20px;
		padding-bottom: 28px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .container .para-info .text-block h3 {
		font-size: 18px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .container .para-info .text-block h3 {
		font-size: 16.09px
	}
}

.single-project-info .container .para-info .text-block p {
	font-size: 16px;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	margin-bottom: 24px
}

@media screen and (max-width: 1199px) {
	.single-project-info .container .para-info .text-block p br {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.single-project-info .container .para-info .text-block p {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .container .para-info .text-block p {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .container .para-info .text-block p {
		font-size: 13px
	}
}

@media screen and (max-width: 991px) {
	.single-project-info .container .para-info .text-block ul {
		margin-bottom: 34px
	}
}

.single-project-info .container .para-info .text-block ul li {
	font-size: 16px;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif
}

@media screen and (max-width: 991px) {
	.single-project-info .container .para-info .text-block ul li {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .container .para-info .text-block ul li {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .container .para-info .text-block ul li {
		font-size: 13px
	}
}

.single-project-info .container .para-info .text-block ul li:before {
	content: '\2022';
	position: absolute;
	left: 0px;
	display: block
}

.single-project-info .container .para-info .text-block .red-link {
	margin-top: 48px;
	display: table
}

@media screen and (max-width: 991px) {
	.single-project-info .container .para-info .text-block .red-link.visit-website {
		display: none
	}
}

.single-project-info .form-list .move-right {
	display: table;
	width: 100%;
	margin-left: auto
}

@media screen and (max-width: 767px) {
	.single-project-info .form-list .move-right {
		border-bottom: 1px solid #c5c5c5;
		padding-bottom: 20px
	}
}

.single-project-info .form-list h5 {
	font-size: 19px;
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	margin: 0px;
	letter-spacing: 4px;
	padding-bottom: 30px;
	margin-top: 2px
}

@media screen and (max-width: 991px) {
	.single-project-info .form-list h5 {
		font-size: 20px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .form-list h5 {
		font-size: 18px;
		letter-spacing: 2px;
		padding-bottom: 20px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .form-list h5 {
		font-size: 16.09px;
		letter-spacing: 1px
	}
}

.single-project-info .form-list .submit-info label.error {
	display: none !important
}

.single-project-info .form-list .submit-info .form-field {
	width: 100%;
	height: 53px;
	color: #574e46;
	border: 3px solid #c0c0c0;
	padding-left: 10px;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0px;
	box-shadow: 0px;
	display: block;
	margin-top: -3px;
	position: relative;
	z-index: 1;
	-webkit-appearance: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease
}

.single-project-info .form-list .submit-info .form-field:hover,
.single-project-info .form-list .submit-info .form-field:focus,
.single-project-info .form-list .submit-info .form-field:active {
	border-color: #574e46;
	z-index: 9
}

@media screen and (max-width: 991px) {
	.single-project-info .form-list .submit-info .form-field {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .form-list .submit-info .form-field {
		font-size: 14px;
		height: 44px
	}
}

@media screen and (max-width: 480px) {
	.single-project-info .form-list .submit-info .form-field {
		font-size: 13.38px
	}
}

.single-project-info .form-list .submit-info .form-field::-webkit-input-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.single-project-info .form-list .submit-info .form-field::-moz-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.single-project-info .form-list .submit-info .form-field:-ms-input-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.single-project-info .form-list .submit-info .form-field:-moz-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.single-project-info .form-list .submit-info .form-field.error::-webkit-input-placeholder {
	color: #ed145a !important
}

.single-project-info .form-list .submit-info .form-field.error::-moz-placeholder {
	color: #ed145a !important
}

.single-project-info .form-list .submit-info .form-field.error:-ms-input-placeholder {
	color: #ed145a !important
}

.single-project-info .form-list .submit-info .form-field.error:-moz-placeholder {
	color: #ed145a !important
}

.single-project-info .form-list .submit-info .button-submit {
	border: 0px;
	background: none;
	font-size: 18px;
	color: #ed145a;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	padding-top: 46px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none
}

@media screen and (max-width: 991px) {
	.single-project-info .form-list .submit-info .button-submit {
		font-size: 16px;
		padding-top: 23px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .form-list .submit-info .button-submit {
		font-size: 14.56px;
		padding-top: 20px
	}
}

.single-project-info .form-list .google-map {
	display: none
}

@media screen and (max-width: 991px) {
	.single-project-info .form-list .google-map {
		padding-top: 38px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .form-list .google-map {
		display: inline-block;
		font-size: 16px;
		padding-top: 20px
	}
}

@media screen and (max-width: 768px) {
	.single-project-info .form-list .google-map {
		font-size: 14.56px
	}
}

.single-project-info .map-info {
	width: 100%;
	height: 500px
}

@media screen and (max-width: 1199px) {
	.single-project-info .map-info {
		width: 100%;
		height: 400px
	}
}

@media screen and (max-width: 991px) {
	.single-project-info .map-info {
		width: 100%;
		height: 300px
	}
}

@media screen and (max-width: 767px) {
	.single-project-info .map-info {
		display: none
	}
}

.contacts {
	width: 100%
}

.contacts .container {
	border-bottom: 1px solid #626262;
	text-align: center
}

.contacts .container h1 {
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	padding: 90px 0px 85px;
	line-height: 1;
	margin: 0px
}

@media screen and (max-width: 1199px) {
	.contacts .container h1 {
		padding: 70px 0px 60px
	}
}

@media screen and (max-width: 991px) {
	.contacts .container h1 {
		padding: 50px 0px 40px
	}
}

@media screen and (max-width: 767px) {
	.contacts .container h1 {
		padding: 38px 0px 38px
	}
}

.contact-info .container h2 {
	padding-top: 42px;
	color: #000;
	letter-spacing: -1.5px;
	padding-bottom: 52px;
	line-height: 1.15
}

@media screen and (max-width: 1199px) {
	.contact-info .container h2 {
		font-size: 35px;
		padding: 50px 0px;
		margin: 0px
	}

	.contact-info .container h2 br {
		display: none
	}
}

@media screen and (max-width: 991px) {
	.contact-info .container h2 {
		font-size: 28px;
		letter-spacing: -0.5px;
		padding: 30px 0px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container h2 {
		font-size: 21.85px;
		letter-spacing: 0px;
		padding: 23px 0px 39px
	}
}

.contact-info .container .row {
	padding-bottom: 108px
}

@media screen and (max-width: 1199px) {
	.contact-info .container .row {
		padding-bottom: 80px
	}
}

@media screen and (max-width: 991px) {
	.contact-info .container .row {
		padding-bottom: 60px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .row {
		padding-bottom: 40px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container .row {
		padding-bottom: 30px
	}
}

.contact-info .container h5 {
	font-size: 19px;
	color: #000;
	margin: 0px;
	letter-spacing: 4px;
	padding-bottom: 20px
}

@media screen and (max-width: 991px) {
	.contact-info .container h5 {
		font-size: 18px;
		letter-spacing: 2px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container h5 {
		font-size: 17px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container h5 {
		font-size: 16px;
		letter-spacing: 0.5px
	}
}

.contact-info .container p {
	font-size: 16px;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	padding-bottom: 10px
}

.contact-info .container p br {
	display: inline-block
}

@media screen and (max-width: 991px) {
	.contact-info .container p {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container p {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container p {
		font-size: 13px
	}
}

.contact-info .container .form-list label.error {
	display: none !important
}

.contact-info .container .form-list .left-inputs {
	float: left;
	width:100%;
}

@media screen and (max-width: 991px) {
	.contact-info .container .form-list .left-inputs {
		width: 50%
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .form-list .left-inputs {
		width: 100%
	}
}

.contact-info .container .form-list .right-inputs {
	float: left
}

@media screen and (max-width: 991px) {
	.contact-info .container .form-list .right-inputs {
		width: 50%;
		margin-left: -3px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .form-list .right-inputs {
		width: 100%;
		margin-left: 0px
	}
}

@media screen and (max-width: 991px) {
	.contact-info .container .form-list .submit-info {
		padding-bottom: 35px;
		border-bottom: 1px solid #c5c5c5
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .form-list .submit-info {
		padding-bottom: 30px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container .form-list .submit-info {
		padding-bottom: 25px
	}
}

.contact-info .container .form-list .submit-info .form-field {
	width: 100%;
	height: 45px;
	margin: 10px 0;
	color: #574e46;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #000;
	padding-left: 10px;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0px;
	box-shadow: 0px;
	display: block;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	margin-top: -3px;
	z-index: 1;
	position: relative;
	-webkit-appearance: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/* .contact-info .container .form-list .submit-info .form-field:hover,
.contact-info .container .form-list .submit-info .form-field:focus,
.contact-info .container .form-list .submit-info .form-field:active {
	border-color: #574e46;
	z-index: 9
} */

.contact-info .container .form-list .submit-info .form-field:first-child {
	margin-top: 0px
}

.contact-info .container .form-list .submit-info .form-field.error {
	color: #ed145a !important
}

.contact-info .container .form-list .submit-info .form-field.error::-webkit-input-placeholder {
	color: #ed145a !important
}

.contact-info .container .form-list .submit-info .form-field.error::-moz-placeholder {
	color: #ed145a !important
}

.contact-info .container .form-list .submit-info .form-field.error:-ms-input-placeholder {
	color: #ed145a !important
}

.contact-info .container .form-list .submit-info .form-field.error:-moz-placeholder {
	color: #ed145a !important
}

.contact-info .container .form-list .submit-info .form-field::-webkit-input-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.contact-info .container .form-list .submit-info .form-field::-moz-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.contact-info .container .form-list .submit-info .form-field:-ms-input-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.contact-info .container .form-list .submit-info .form-field:-moz-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

@media screen and (max-width: 1199px) {
	.contact-info .container .form-list .submit-info .form-field {
		width: 300px;
		font-size: 15px
	}
}

@media screen and (max-width: 991px) {
	.contact-info .container .form-list .submit-info .form-field {
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .form-list .submit-info .form-field {
		border-width: 2px;
		margin-top: -2px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container .form-list .submit-info .form-field {
		font-size: 13.38px
	}
}

.contact-info .container .form-list .submit-info .clear {
	clear: both
}

.contact-info .container .form-list .submit-info .button-submit {
	border: 0px;
	background: none;
	font-size: 18px;
	color: #ed145a;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	padding-top: 46px;
	padding-left: 0px
}

@media screen and (max-width: 991px) {
	.contact-info .container .form-list .submit-info .button-submit {
		font-size: 16px;
		padding-top: 30px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .form-list .submit-info .button-submit {
		font-size: 15px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container .form-list .submit-info .button-submit {
		font-size: 14.5px;
		padding-top: 23px
	}
}
.contact-info .container .form-list .submit-info .form-field:focus-visible{
	border:none;
}

.contact-info .container .form-list .submit-info .form-field-comment {
	float: right;
	width: 100%;
	height: 150px;
	color: #574e46;
	border:none;
	border: 3px solid #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 500;
	font-size: 16px;
	resize: none;
	border-radius: 0px;
	margin-left: -3px;
	position: relative;
	z-index: 1;
	-webkit-appearance: none !important;
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 10px;
	padding-top: 10px
}

.contact-info .container .form-list .submit-info .form-field-comment:hover,
.contact-info .container .form-list .submit-info .form-field-comment:focus,
.contact-info .container .form-list .submit-info .form-field-comment:active {
	border-color: #574e46;
	z-index: 9
}

@media screen and (max-width: 1199px) {
	.contact-info .container .form-list .submit-info .form-field-comment {
		width: 300px
	}
}

@media screen and (max-width: 991px) {
	.contact-info .container .form-list .submit-info .form-field-comment {
		width: 100%;
		font-size: 15px;
		margin-left: 0px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .form-list .submit-info .form-field-comment {
		border-width: 2px;
		border-left: 2px solid #c0c0c0;
		margin-top: -2px;
		font-size: 14px;
		height: 98px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container .form-list .submit-info .form-field-comment {
		font-size: 13.38px
	}
}

.contact-info .container .form-list .submit-info .form-field-comment::-webkit-input-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.contact-info .container .form-list .submit-info .form-field-comment::-moz-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.contact-info .container .form-list .submit-info .form-field-comment:-ms-input-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

.contact-info .container .form-list .submit-info .form-field-comment:-moz-placeholder {
	color: #c0c0c0 !important;
	opacity: 1 !important
}

@media screen and (max-width: 991px) {
	.contact-info .container .form-list h5 {
		font-size: 20px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .form-list h5 {
		font-size: 18px;
		letter-spacing: 2px;
		padding-bottom: 20px
	}
}

@media screen and (max-width: 480px) {
	.contact-info .container .form-list h5 {
		font-size: 16.09px;
		letter-spacing: 1px;
		padding-bottom: 13px
	}
}

.contact-info .container .address-info {
	padding-left: 75px
}

@media screen and (max-width: 991px) {
	.contact-info .container .address-info {
		padding-left: 15px;
		padding-top: 35px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .address-info {
		padding-top: 30px;
		padding-bottom: 15px
	}
}

.contact-info .container .address-info h6 {
	font-size: 16px;
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	margin: 28px 0px 0px;
	letter-spacing: 4px;
	padding-bottom: 10px
}

@media screen and (max-width: 991px) {
	.contact-info .container .address-info h6 {
		letter-spacing: 2px;
		margin-top: 25px
	}
}

@media screen and (max-width: 767px) {
	.contact-info .container .address-info h6 {
		letter-spacing: 0.5px;
		margin-top: 20px
	}
}

.contact-info .container .address-info p {
	padding-bottom: 0px;
	margin-bottom: 15px
}

.contact-info .container .address-info .red-link {
	font-size: 15px;
	margin-top: 42px;
	display: table
}

.contact-info .container .border-wrap {
	border-top: 1px solid #c0c0c0
}

.contact-info .container .border-wrap .red-link {
	font-size: 14px;
	margin-top: 25px;
	display: table
}

.contact-info .gmap {
	width: 100%;
	height: 500px
}

@media screen and (max-width: 1199px) {
	.contact-info .gmap {
		width: 100%;
		height: 350px
	}
}

@media screen and (max-width: 991px) {
	.contact-info .gmap {
		display: none
	}
}

.generic-top {
	width: 100%
}

.generic-top .container {
	border-bottom: 1px solid #626262;
	text-align: center
}

.generic-top .container h1 {
	color: #000;
	font-family: "Circular", Times New Roman, serif;
	font-weight: 700;
	padding: 90px 0px 85px;
	line-height: 1;
	margin: 0px
}

@media screen and (max-width: 1199px) {
	.generic-top .container h1 {
		padding: 70px 0px 60px
	}
}

@media screen and (max-width: 991px) {
	.generic-top .container h1 {
		padding: 50px 0px 40px
	}
}

@media screen and (max-width: 767px) {
	.generic-top .container h1 {
		padding: 38px 0px 38px
	}
}

.content-general {
	padding: 35px 0px
}

@media screen and (max-width: 767px) {
	.content-general {
		padding: 20px 0px
	}
}

.content-general h1,
.content-general h2,
.content-general h3 {
	margin: 15px 0px 25px
}

.content-general h4,
.content-general h5,
.content-general h6 {
	margin-bottom: 15px
}

.content-general h6 {
	color: #000
}

@media screen and (max-width: 1199px) {
	.content-general h3 {
		font-size: 32px
	}
}

@media screen and (max-width: 991px) {
	.content-general h3 {
		font-size: 28px
	}
}

@media screen and (max-width: 767px) {
	.content-general h3 {
		font-size: 25px
	}
}

@media screen and (max-width: 480px) {
	.content-general h3 {
		font-size: 22px
	}
}

.content-general p {
	font-size: 16px;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 20px
}

@media screen and (max-width: 991px) {
	.content-general p {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.content-general p {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.content-general p {
		font-size: 13px
	}
}

.content-general ul {
	margin-bottom: 20px
}

.content-general ul li {
	list-style: disc;
	font-family: "Garamond", "adobe-garamond-pro", Times New Roman, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 16px
}

@media screen and (max-width: 991px) {
	.content-general ul li {
		font-size: 15px
	}
}

@media screen and (max-width: 767px) {
	.content-general ul li {
		font-size: 14px
	}
}

@media screen and (max-width: 480px) {
	.content-general ul li {
		font-size: 13px
	}
}
