body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}
p {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
}
h1, h2, h3, h4 {
	font-family: "Cormorant Garamond", serif;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
h2 {
	font-size: 50px;
	margin-bottom: 15px;
}
.text-center {
	text-align: center;
}
span.logo-text {
	display: inline-block;
	width: 100%;
	font-size: 60px;
	margin-bottom: 40px;
	font-weight: 600;
	color: #fff;
	font-family: "Cormorant Garamond", serif;
}
#header {
	background-color: #21406a;
}
.logo-area img {
	width: 264px;
	padding: 20px 0;
}
.main-navigation .navbar {
	background: #8d847c !important;
	padding: 0;
}
.main-navigation .navbar ul li a {
	color: #fff;
	font-size: 16px;
}
body .main-navigation .navbar ul li a {
	color: #fff;
	font-size: 18px;
	padding: 20px 30px !important;
	display: inline-block;
}
body .main-navigation .navbar ul li a:hover, body .main-navigation .navbar ul li a.active {
	background-color: #7a726b;
	color: #fff;
	width: 100%;
}
section.top-content {
	padding: 6rem 0;
}
.arch-slider {
	margin: 0;
	background: #e8e8e8;
}
.arc-images {
	position: relative;
}
.arc-images:before {
	content: " ";
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	z-index: 1;
}
a.arc-link:hover .arc-images:before {
	background: rgba(51,51,51,0.6) !important;
}
.architecturalmillwork-lyt .slick-lightbox-close {
	color: rgba(0,110,158,1) !important;
	font-size: 26px !important;
	width: 38px !important;
	height: 44px !important;
	margin-top: 30px;
	margin-right: 80px;
	right: 0 !important;
	top: 2px !important;
}
.architecturalmillwork-lyt .slick-lightbox-close:before {
	font-family: progallery-svg-font-icons !important;
	display: inline-block;
	vertical-align: middle;
	line-height: 1 !important;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	content: "\F10A" !important;
	font-size: inherit;
	color: rgba(0,0,0,1) !important;
}
.arch-slider .slick-arrow {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	margin-top: -55px;
	z-index: 111;
	padding: 20px 38.5px;
	cursor: pointer;
}
.arch-slider .slick-arrow.next {
	right: 0;
}
.arch-slider .slick-arrow svg {
	-webkit-filter: drop-shadow(0 1px .15px #b2b2b2);
	filter: drop-shadow(0 1px .15px #b2b2b2);
	display: inline-block;
}
.slideshow-arrow {
	fill: #e8e8e8;
}
.arch-slider {
	margin: 0;
	background: #e8e8e8;
}
.arc-images {
	position: relative;
}
.arc-images:before {
	content: " ";
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	z-index: 1;
}
a.arc-link:hover .arc-images:before {
	background: rgba(51,51,51,0.6) !important;
}
.architecturalmillwork-lyt .slick-lightbox-inner {
	background-color: rgba(232,232,232,1) !important;
	z-index: 1111;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow {
	z-index: 111;
	width: 100px;
	height: 100px;
	background-image: url(//cdn2.hubspot.net/hubfs/4795157/Idxcorporation_December2018/Images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 27px;
	margin-top: -50px;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow:before {
	display: none;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-prev {
	left: 0;
}
.architecturalmillwork-lyt .slick-lightbox-inner .slick-next {
	right: 0;
	transform: rotate(180deg);
}
section.cta-block {
	padding: 6rem 0;
	background-color: #423f3c;
}
section.cta-block img {
	width: 138px;
	margin-top: 30px;
}
section.cta-block h2 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}
section.cta-block p {
	font-size: 18px;
	font-weight: 300;
	color: #8D847C;
}
footer {
	padding: 5rem 0 0 0;
	background-color: #21406a;
}
footer h2 {
	font-size: 50px;
	color: #fff;
}
.footer-heading p, .footer-heading a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
.two-block {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.two-block div {
	width: 100%;
}
a.submit_btn {
	background: #8d847c;
	text-decoration: none;
	color: #ffff;
	font-size: 20px;
	padding: 16px 35px;
	margin-top: 20px;
	justify-content: center;
	width: auto;
	display: inline-block;
}
a.submit_btn:hover {
	background: #7a726b;
}
.copyright-text.text-center {
	padding: 4rem 0 1rem 0;
	color: #fff;
}
.copyright-text p {
	font-size: 16px;
}
.single-block {
	text-align: center;
}
.single-block textarea {
	border-radius: 0;
}
.form-block input {
	height: 52px;
	border-radius: 0;
}
.form-block {
	max-width: 780px;
	margin: 0 auto;
}
.sep{ margin: 10px 0 30px 0;}
section.top-content p{ font-size: 17px;}
.inner-container{ background: #d3d3d2; padding: 20px; text-align: center; border-radius: 10px; margin-top: 20px}
.inner-container p a{ text-decoration: none;}


@media(max-width:990px) {
.logo-area img {
	width: 130px;
}
span.logo-text {
	font-size: 35px;
	line-height: 38px;
}
nav.navbar.navbar-expand-lg {
	display: flex;
	justify-content: center;
}
button.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}
h2, section.cta-block h2, footer h2 {
	font-size: 36px;
}
section.top-content {
	padding: 4rem 0;
}
}