 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 @import url('https://fonts.cdnfonts.com/css/futura-pt');
*{
    margin: 0px;
    padding: 0px;
    /*font-family: 'Futura PT', sans-serif;*/
	font-family: "Nunito Sans", sans-serif;
}

h1{ font-family: "Nanum Myeongjo", serif;
	font-weight: 400;
	font-style: normal;}
h2{font-size: 60px; color: #434345; margin-bottom: 0;    font-family: "Nanum Myeongjo", serif;
	font-weight: 400; /*word-spacing:-0.6em;*/
	font-style: normal;}

	.fw-bold{font-weight: normal !important;}

h3{  font-family: "Nanum Myeongjo", serif;
	font-weight: 400;
	font-style: normal;}
h4{font-size: 35px; margin-bottom: 24px;font-weight: 700; }
p {
	font-size: 18px;
	line-height: 28px;
	color: #434345;
}

.container {
	max-width: 1460px;
}

.primary-color{
    color: #000;
}
/* header */
.navbar.navbar-expand-lg {
	background: #434345;
	position: fixed;
	z-index: 11111;
	right: 0;
	left: 0;
	top: 0;
}
.navbar-brand img {
	width: 260px;
}
.contact-sec span {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 37.5px;
	color: white;
    margin-right: 34px;
}
.contact-sec span a {
	font-weight: 700;
	color: #fff;
	text-decoration:none ;
	font-family: "Nunito Sans", sans-serif;
}

.contact-sec span a:hover {color: #000;}

.contact-sec img {
	width: 26px;
	height: 26px;
	position: relative;
	top: -4px;
	margin-right: 5px;
}

.contact-form input[type="submit"] {
	background-color: #434345 !important;
	padding: 12px 29px;
	border-radius: 50px;
	color: white;
	font-family: 'Futura PT', sans-serif;
	font-size: 26px;
	line-height: 33.33px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0;
	transition: all 0.3s ease;
	height: auto;
}

.contact-form input[type="submit"]:hover{background: #000 !important;transition: all 0.3s ease;}

.contact-form input {
	height: 56px;
	border: 0 !important;
	border-radius: 8px;
	background: #f4f4f4;
	font-size: 20px;
	padding-left: 24px;
	margin-bottom: 14px;
	outline: 0 !important;
    box-shadow:0 0 0;
}
.contact-form input:focus{box-shadow:0 0 0; border: 0;background: #f4f4f4;}

.contact-form textarea {
	height: 180px;
	border: 0 !important;
	border-radius: 8px;
	background: #f4f4f4;
	font-size: 20px;
	padding-left: 24px;
	margin-bottom: 14px;
	outline: 0 !important;
    box-shadow:0 0 0;
    padding-top: 14px;
}
.contact-form textarea:focus{box-shadow:0 0 0; border: 0;background: #f4f4f4;}

.button {
	background-color: #434345;
	padding: 14px 29px;
	border-radius: 50px;
	border: none;
	color: white;
	font-family: 'Futura PT', sans-serif;
	font-size: 26px;
	line-height: 33.33px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px #fff solid;
	font-family: "Nunito Sans", sans-serif;
}
.button:hover{background: #000;transition: all 0.3s ease;}
.button img {
	filter: brightness(0) invert(1);
	margin-left:4px;
}

.list-unstyled li img {
	position: absolute;
	left: 0;
	top: 11px;
	width: 22px;
	height: 19px;
}
.list-unstyled li {
	position: relative;
	padding-left: 36px;
	line-height: 43px;
	color: #fff;
}
.primary-btn:hover {
    background-color: #715F3F;
}
/* header */
/* hero-sec */
.hero-section {
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	margin-top: 100px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
}
.hero-section .main-sec{
    z-index: 1;
}
.overlay {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); 
}
.col-lg-4.banner-right {
	display: flex;
	justify-content: right;
}
.contact-form {
	background: #fff;
	border-radius: 20px;
	padding:34px 30px 14px;
	z-index: 1;
	width: 92%;
    margin-top: 20px;
}
.heading-title {
	font-size: 53px;
	line-height: 70.51px;
	margin-bottom: 0;
}
.para-sec {
	font-weight: 450;
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	letter-spacing: 0%;
	margin-top: 5px;
}
ul li {
	font-weight: 400;
	font-size: 22px;
	line-height: 46px;
	letter-spacing: 0%;
	color: #434345;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin-top: 24px;
}
.contact-form h3 {
	font-weight: 700;
	font-size: 35px;
	line-height: 44.87px;
	letter-spacing: 0%;
	margin-bottom: 20px;
	color: #434345 !important;
}
form textarea{
    height: 117px;
}


/* hero-sec */
/* About-sec */
.about-section {
    padding:140px 0 220px;
}

.about-content a.contact-btn {
	margin-top: 30px;
	padding: 14px 34px;
}
.about-content a.contact-btn img {
	filter: brightness(0) invert(1);
	width: 21px;
	position: relative;
	top: -2px;
	margin-left: 9px;
}
.about-section p{margin-bottom: 40px;}


.about-img {
    gap: 20px;
}
.about-img img.large-img {
    border-radius: 10px;
}
.about-img img.small-img {
    border-radius: 10px;
    position: absolute;
    left: 34%;
    top: 50%;
}
.info-box {
	top: 10%;
	left: auto;
	padding: 26px 15px 20px;
	border-radius: 20px;
	box-shadow: 0px 0 7px rgba(0, 0, 0, 0.2);
	animation: moveUpDown 2s infinite alternate ease-in-out;
	width: 287px;
	background: #fff;
	right: 86px;
}


.about-left {
	position: relative;
}

.info-box p {
	font-size: 22px;
	line-height: 28px;
	width: 210px;
	margin: 0 auto;
	font-weight: 450;
	color: #000;
}

@keyframes moveUpDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(15px);
    }
}
.info-box strong {
	font-weight: 800;
	font-size: 26px;
	line-height: 33.33px;
	background-color: rgba(0,0,0,.04);
	padding: 11px 44px;
	border-radius: 50px;
	margin-bottom: 14px;
	display: block;
	font-family: "Nunito Sans", sans-serif;
	color: #434345;
}
/* About-sec */
/* Architectural Mouldings */
.architectural-sec {
	padding:90px 20px 118px;
}
.architectural-sec h2 {
	margin-bottom: 10px;
}
.architectural-sec h4 {
	margin-bottom: 66px;
}
.architectural-sec .box span {
	position: absolute;
	bottom: 18px;
	font-size: 30px;
}
.architectural-sec .box {
	width:21%;
    padding-bottom: 34px;
}
.box {
	border-radius: 20px 0px 20px 0px;
	box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.15);
	transition: background-color 0.3s ease;
	background-color: #fff;
}

  .architectural-sec .box.m-3 {
	margin: 0 !important;
}
  
.architectural-sec .row {
	gap: 60px;
	display: flex;
}
  .box:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .box:hover span.primary-color {
	color: #fff;
}
.box .search-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 65px;
	height: 65px;
	background-color: #8B7A52;
	border-radius: 50%;
	 opacity: 0; 
	transition: opacity 0.3s ease;
	z-index: 1;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}
  .box .search-icon img {
        width: 65px;
        height: 65px;
   }
  .box:hover .search-icon {
	opacity: 1;
	z-index: 1;
    }
	.architectural-sec .box.m-3 img{
	width: 258px;
	object-fit: contain;
	border-radius: 10px;
  }
.box:hover .other-img {
	opacity: .5;
}
  /*.unknown-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 10px;
    opacity: 0.8;
  }*/
/* Architectural Mouldings */
/* Discover The Renderlook Difference */

.discover-sec {
	padding: 130px 0 200px;
	background: #FDFBF6;
}
.discover-sec h2 {
	margin-bottom: 14px;
}
.discover-sec  p {
	max-width: 940px;
	margin-bottom: 40px;
}
.carousel-container {
    max-width: 70%;
}
.carousel-inner img {
    border-radius: 10px;
    max-height: 500px;
    object-fit: cover;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 5px;
    background-color: #bbb; 
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}
.dot.active {
    background-color: #937E5B !important; 
}
/* Discover The Renderlook Difference */
/* Need something */

.custom-section {
	background-color: #434345;
	padding: 110px 20px 150px;
}
.custom-section h2 {
	margin-bottom: 26px;
	color: #fff;
}
.custom-section p {
	font-size: 38px;
	max-width: 1090px;
	margin: 0 auto 70px;
	line-height: 54px;
	color: #fff;
}
.custom-button {
	color: #434345;
	padding: 20px 62px;
	border-radius: 50px;
	gap: 8px;
	transition: all 0.3s ease;
	font-size: 30px;
}

.custom-button:hover {
    background-color: #000 !important;
    color: #fff;
}
.custom-button img {
	width: 34px;
	margin-left: 7px;
}
.custom-button:hover img{filter: brightness(0) invert(1);}

.installation-section {
    padding:150px 20px;
	
}

.installation-section h2 {
	margin-bottom: 24px;
}
.installation-section p.installation-text {
	margin-bottom: 32px;
}
.installation-section p.installation-text span {
	font-weight: 450;
}
.installation-section .button {
	margin-top: 18px;
}
.col-lg-6.installation-left {
	padding-right: 50px;
}
.rounded-img {
    border-radius: 20px;
}

.gallery-section .container-fluid .row {
	margin: 0;
}


/* installation-section */
/* contact */
.contact-box {
	background-color: #434345;
	padding: 120px 100px 150px;
}
.contact-box input{
	border-radius: 5px;
	padding: 15px 24px;
	border-radius:8px;
	font-size: 22px;
}

.contact-box h2{margin-bottom:40px;}
.contact-box textarea {
	border-radius: 5px;
	padding: 15px 24px;
	font-size: 22px;
	height: 186px;
	border-radius:8px;
}

.contact-box h2 {
	color: #fff;
}

.contact-box input[type="submit"] {
	font-size: 30px;
	text-transform: uppercase;
	border: 0;
	height: auto;
	padding: 15px 86px;
	border-radius: 50px;
	background: #000;
	color: #fff;
	margin-top: 20px;
	transition: all 0.5s ease;
}
.contact-box input[type="submit"]:hover {
	background: #fff;
	color: #000;
	transition: all 0.5s ease;
}

.submit-btn {
    border-radius: 50px;
}
.submit-btn:hover {
    background-color: #333;
}
.gallery-section h2 {
	margin-bottom: 60px;
}
.gallery-section .container-fluid {
	padding: 0;
}
.gallery-section {
	padding-bottom: 170px;
	margin: 0 0px;
}
.gallery-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity:0;
	transition: all 0.6s ease;
}

.gallery-item:hover .gallery-content{opacity:1; transition: all 0.6s ease;}

.gallery-content span, .gallery-content span img {
	display: block;
	margin: 0 auto;
	width: auto;
}
.gallery-pic {
	background: #000;
	border-radius: 20px;
}

.gallery-item img{transition: all 0.6s ease;}
.gallery-item:hover img{opacity: .2; transition: all 0.6s ease;}

.gallery-content span img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-item:hover .gallery-content img{opacity:1;}

.gallery-content img {
	width: auto !important;
}
.gallery-item {
	position: relative;
}
.footer{
	padding:50px 20px;
}
.footer p {
	margin: 0;
	color: rgba(0, 0, 0,.8);
}
.footer .row .col-md-6 {
	width: auto;
}
.footer .row {
	justify-content: space-between;
}

.footer a{color: #000; font-weight: 450;}
.footer a:hover{color: #434345;}

.faq-sec {
	padding: 150px 20px;
}
.faq-sec h2{text-align: center; margin-bottom: 50px;}


.accordion-button {
	font-size: 30px;
	padding-left: 37px;
	padding-right: 37px;
	lor: #434345;
}
.accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
}
.accordion-button:focus{border:0px !important; outline: 0; box-shadow: 0 0 0;}
.accordion-button:not(.collapsed) {
	background: #000;
	color: #fff;
}
.accordion-button::after {
	width: 30px;
	height: 26px;
	background-size: cover;
}
.accordion-body {
	padding: 37px;
}


.installation-section.capabilities-sec .row {
	flex-direction: row-reverse;
}
.installation-section.capabilities-sec .col-lg-6.text-start.installation-left {
	padding-right: 14px;
	padding-left: 50px;
}

.accordion-body p {
	font-size: 21px;
	line-height: 32px;
}
.capabilities-list {
	display: flex;
	justify-content: space-between;
}
.capabilities-sec p.primary-color {
	font-size: 26px;
}

.about-content h2 {
	margin-bottom: 30px;
}

.gallery-section .slider {
	padding: 0;
}




.modal {
	display: block !important;
	opacity: 0;
	transition: all 0.6s ease;
	top: -100%;
}

.modal.show{z-index: 1111111111111111111; opacity: 1 !important; transition: all 0.6s ease; top:10%;}

.modal.show .modal-dialog .slick-dots {
	bottom: -10px;
}
.modal.show .modal-dialog .slick-dots li, .modal.show .modal-dialog .slick-dots button, .modal.show .modal-dialog .slick-dots button::before {
	width: 10px;
	height: 10px;
}
.modal.show .modal-dialog .slick-dots li{
	margin: 0 4px;
}
.modal-body p {
	margin-bottom: 40px;
}

.gallery-item img{width: 100%; border-radius: 20px;}
 
.contact-sec .button:hover{background-color: #fff; color: #434345;}


.contact-sec-main{padding: 0;}
.contact-sec-main .row {
	margin: 0;
}

.accordion-body ul li {
	line-height: 32px;
	margin-top: 15px;
}

.navbar.navbar-expand-lg .collapse.navbar-collapse {
	display: block;
	width: auto;
	flex-basis: auto;
}

input::placeholder, textarea::placeholder {
	color: rgba(0,0,0,.5) !important;
}

.carousel-container .slick-list {
	border-radius: 20px;
}

.col-lg-3.slick-slide {
	margin: 0 1px;
}

.architectural-sec .box span.pdf {
	display: block;
	position: relative;
	text-align: center;
}

.architectural-sec .box span.pdf img {
	width: 50px;
	margin: 0 auto;
}
.modal-body p {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 24px;
}
.modal-body {
	padding-bottom: 30px;
}

.modal-header h1 {
	font-size: 25px !important;
}

.hero-section.hero-section-thanks {
	height: 100vh !important;
}

.hero-section.hero-section-thanks .container.main-sec {
	align-items: center;
	display: flex;
}
.hero-section.hero-section-thanks .container.main-sec .mb-md-0.banner-left {
	margin-top: -150px;
}
.gallery-section {
	padding-top: 100px;
}

.installation-section.capabilities-sec a {
	color: #000;
	font-weight: 600;
}

.installation-section.capabilities-sec a:hover {
	color: #434345;
	font-weight: 600;
}


.hero-section.hero-section-thanks .fw-bold.heading-title {
	word-spacing: normal !important;
}