@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {font-size: 16px; font-weight: 500; overflow-x: hidden; color: #111111;font-family: "Inter", sans-serif; }
*, a {text-decoration: none; }
a {-webkit-transition: 0.4s all; -moz-transition: 0.4s all; -o-transition: 0.4s all; transition: 0.4s all; }
input:focus, textarea:focus, select:focus, button:focus, a:focus {outline: none; box-shadow: none; }
ul, li, ol {list-style: none; margin: 0; padding: 0; }
p {font-size: 16px; font-weight: 500; color: #444444; margin-bottom: 13px; line-height: 1.56; }
p:last-child {margin-bottom: 0; }
::selection {color: #ffffff; background: #444444; }
h1, h2, h3, h4, h5,h6 {font-family: "Inter Tight", sans-serif;line-height: 1.4;}
::-webkit-scrollbar {width: 0px; cursor: pointer; }
::-webkit-scrollbar:horizontal {height: 0px; cursor: pointer; }
::-webkit-scrollbar-track {box-shadow: inset 0 0 1px #444444; border-radius: 30px; }
::-webkit-scrollbar-thumb {background: #cccccc; border-radius: 30px; }
::-webkit-scrollbar-thumb:hover {background: #cccccc; }
.pl-3{padding-left: 40px; }


/* ======= header ========== */
header {padding: 12px 15px; position: fixed; top: 0; z-index: 999; background: #ffffff; width: 100%; left: 0; box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 16%); transition: 0.4s all; }
header.h_fixed {padding-top: 9px; padding-bottom: 9px; }
header .logo {padding: 6px 0;    margin-right: 55px; }
header .static_menu {position: relative; width: 100%; align-items: center; }
header.h_fixed .static_menu .menu_toggle {padding-top: 10px; padding-bottom: 10px; }
header .logo img {max-width: 170px; width: 100%; transition: 0.4s all; }
header.h_fixed .logo img {max-width: 130px; }
header .static_menu ul {display: flex; align-items: center; padding-left: 18px;}
header .static_menu .menu_toggle {width: 70px; padding: 13px 15px 13px 15px; height: 100%; transition: 0.4s all; } 
header .static_menu .menu_toggle .navbar-toggler {display: flex; width: 100%; text-align: center; flex-direction: column; padding: 0; align-items: center; box-shadow: none; }
header .static_menu .menu_toggle .navbar-toggler span {width: 78%; height: 2px; background: #444444; margin: 0 0 6px; }
header .static_menu .menu_toggle .navbar-toggler span:last-child {margin: 0; }
header .static_menu .menu_toggle .navbar-toggler span:nth-child(2) {width: 100%; }
header .static_menu > ul > li {padding: 0 8px; }
header .static_menu > ul > li > a {font-size: 15px; font-weight: 600; padding: 5px 10px; color: #fff; background:#9B7B5D;  position: relative; z-index: 0; transition: 0.4s all; border: 2px solid #9B7B5D; border-radius:150px; overflow:hidden; }
header .static_menu > ul > li > a.dropdown-toggle {padding-right: 21px; }
header .static_menu > ul > li.dropdown {padding-right: 13px; }
header .static_menu > ul > li.dropdown button.dropdown-toggle {background: transparent; border: none; position: absolute; right: 20px; top: 7px; padding: 0; }
header .static_menu > ul > li.dropdown button.dropdown-toggle::after {width: 7px; height: 7px; border: 1px solid #666666; border-left: 0; border-bottom: 0; transform: rotate(135deg); margin: 0; vertical-align: 0; transition: 0.5s all; }
header .static_menu > ul > li.dropdown:hover button.dropdown-toggle::after, header .static_menu > ul > li.dropdown.active button.dropdown-toggle::after {border-color: #666666; }
header .static_menu > ul > li.dropdown a.dropdown-toggle::after {border: none; }
header .static_menu > ul > li.enquiry_button > a {padding: 11px 28px; display: block; border: 2px solid #9B7B5D;letter-spacing: 0; }
header .static_menu > ul > li.enquiry_button > a:before {content: ''; position: absolute; left: 0; width: 100%; height: 0; bottom: 0; background: #fff; transition: 0.5s all; z-index: -1; border-radius:150px; }
header .static_menu > ul > li.enquiry_button > a:hover:before {height: 100%; }
header .static_menu > ul > li.enquiry_button > a:hover {border-color: #9B7B5D; color: #1D1D1D !important; }
header .static_menu > ul > li > a.nav-link:before {content: ''; position: absolute; left: 0; width: 0; height: 100%; top: 0; transition: 0.4s all; z-index: -1; }
header .nav-link {color: #1D1D1D !important; background: #fff !important; border: none !important; font-size: 17px !important; }
header .static_menu > ul > li:hover > a.nav-link:before, header .static_menu > ul > li.active > a.nav-link:before {width: 100%; }
header .static_menu > ul > li:hover > a.nav-link, header .static_menu > ul > li.active > a.nav-link {color: #ffffff; }
header.h_fixed .static_menu > ul > li > a {font-size: 13px; }
header.h_fixed .static_menu > ul > li.enquiry_button > a {padding-top: 10px; padding-bottom: 10px; }
header .navbar-collapse.collapse.show {visibility: visible; -webkit-clip-path: polygon(0 0%, 0 0, 100% 0%, 100% 0%); clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%); -webkit-transform: translateX(0); transform: translateX(0); }
header .navbar-collapse button.navbar-toggler.open_menu {position: absolute; right: 20px; border: none; z-index: 100; width: 60px; box-shadow: none; padding: 0; height: 60px; top: 15px; }
header .navbar-collapse button.navbar-toggler.open_menu:before {content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; background: #9B7B5D; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: -14px -14px 0 0 #9B7B5D, 0px -14px 0 0 #9B7B5D, 14px -14px 0 0 #9B7B5D, -14px 0px 0 0 #9B7B5D, 14px 0px 0 0 #9B7B5D, -14px 14px 0 0 #9B7B5D, 0px 14px 0 0 #9B7B5D, 14px 14px 0 0 #9B7B5D; transition: width 0.4s, box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
header .navbar-collapse button.navbar-toggler.open_menu[aria-expanded="true"]:before {box-shadow: -15px -15px 0 0 #9B7B5D, 8px -8px 0 0 #9B7B5D, 15px -15px 0 0 #9B7B5D, -7px -8px 0 0 #9B7B5D, 8px 7px 0 0 #9B7B5D, -15px 15px 0 0 #9B7B5D, -8px 8px 0 0 #9B7B5D, 15px 15px 0 0 #9B7B5D; width: 5px; height: 5px; }
header .navbar-collapse .navbar_row {padding: 0; height: 100%; margin: 0; display: flex; }
header .navbar-collapse .navbar_row .navbar_left {background: #9b7b5d3d; padding: 30px 30px; position: relative; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(8px); }
header .navbar-collapse .navbar_row .navbar_left > ul {display: flex; flex-direction: column; align-items: flex-start; }
header .navbar-collapse .navbar_row .navbar_left > ul > li {padding: 20px 0; }
header .navbar-collapse .navbar_row .navbar_left > ul > li:first-child {padding-top: 10px; padding-bottom: 20px; }
header .navbar-collapse .navbar_row .navbar_left > ul > li .navbar_logo {filter: invert(1); }
header .navbar-collapse .navbar_row .navbar_left > ul > li .navbar_logo img {max-width: 180px; width: 100%; }
header .navbar-collapse .navbar_row .navbar_left > ul > li .nav_contact {display: flex; flex-direction: column; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #ffffff; letter-spacing: 1.5px; }
header .navbar-collapse .navbar_row .navbar_left > ul > li .nav_contact a, header .navbar-collapse .navbar_row .navbar_left > ul > li.nav_contact p {font-size: 17px; font-weight: 400; text-transform: none; color: rgb(255 255 255 / 75%); letter-spacing: 0; padding-top: 0; white-space: pre-line; margin: 0; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav {margin-top: 12%; display: flex; padding: 0 3% 5% 5%; width: 100%; max-width: 1260px; align-items: flex-start; counter-reset: list; }
/* header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li {display: flex; text-align: left; padding: 4px 0 4px 55px; width: auto; position: relative; flex-direction: column; counter-increment: count; } */
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li:before {position: absolute; left: 0; font-size: 30px; content: counter(count, decimal-leading-zero) "."; counter-increment: list; opacity: 1; font-weight: 600; top: 5px; color: #d5d5d5; margin-right: 8px; width: 50px; display: inline-block; }
header .navbar-collapse .navbar_row .navbar-nav > .dropdown {padding-right: 35px; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav:hover li:hover {-webkit-filter: blur(0); filter: blur(0px); }
/* header .navbar-collapse .navbar_row .navbar_right .navbar-nav .dropdown-toggle::after {border: none; content: '\f107'; font-family: 'fontAwesome'; position: relative; top: 0px; right: -5px; margin: 0px; padding-left: 5px; font-weight: 400; vertical-align: middle; } */
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li > a, header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li> a.dropdown-toggle {font-size: 30px !important; font-weight: 600; padding: 4px 0px 4px 0px; color: #606060 !important; width: auto; display: inline-block; transition: 0.4s all; text-align: left; line-height: 1.3; vertical-align: middle; text-transform: capitalize; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li:hover > a, header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li:hover > a.dropdown-toggle, header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li.active > a, header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li > a.show {color: #000000 !important; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav:hover .nav-item > .nav-link:hover, header .navbar-collapse .navbar_row .navbar_right .navbar-nav:hover .nav-item > a:hover {-webkit-filter: blur(0) !important; filter: blur(0) !important; color: #444444 !important; }
/* header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu {padding: 0px 0 0 2px; border: none; margin: 0; position: static !important; box-shadow: none; inset: auto; display: inline-block; max-height: 0; overflow: hidden; position: absolute; -moz-transition: all ease .5s; top: 10px !important; transition: .5s ease; width: auto; background: transparent; transform: none !important; left: 100% !important; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu.show {max-height: 300px; transition: .5s ease; } */
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li:hover > a.dropdown-toggle {color: #444444; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu li {padding: 0 10px; border: none; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu li a {width: auto; position: relative; background: transparent; font-size: 20px; font-size: 17px; padding: 0px 7px 4px 15px; font-weight: 600; transition: 0.4s all; color: #444444; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu li a:before {content: '\f105'; position: absolute; left: 0; font-family: 'FontAwesome'; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu li a:hover {color: #000000; }
header .navbar-collapse .navbar_row .navbar_right .navbar-nav li.dropdown ul li a.dropdown-toggle {padding-right: 12px; font-size: 20px; }
header .navbar-collapse {position: fixed; right: 0; top: 0; width: 100%; height: 100%; opacity: 1; transform-origin: center; overflow-y: auto; background-color: transparent; /* background-image: url('../images/floor.jpg'); */ background-position: right bottom; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; z-index: 99; display: block !important; padding: 0px 0px 0%; -webkit-box-align: center; -webkit-clip-path: polygon(0 0%, 0 0, 100% 0%, 100% 0%); clip-path: polygon(0 0%, 0 0, 100% 0%, 100% 0%); -webkit-transition: -webkit-clip-path 1s cubic-bezier(.115, .87, .19, 1), -webkit-transform 1s cubic-bezier(.115, .87, .19, 1), -webkit-opacity 1s cubic-bezier(.115, .87, .19, 1); -moz-transition: -webkit-clip-path 1s cubic-bezier(.115, .87, .19, 1), -webkit-transform 1s cubic-bezier(.115, .87, .19, 1), -webkit-opacity 1s cubic-bezier(.115, .87, .19, 1); -o-transition: clip-path 0.4s ease, transform 0.4s ease-in-out, -webkit-clip-path 0.4s ease, -webkit-transform 0.4s ease-in-out, -webkit-opacity 0.3s ease-in-out, opacity 0.3s ease-in-out; transition: clip-path 0.4s ease, transform 0.4s ease-in-out, -webkit-clip-path 0.4s ease, -webkit-transform 0.4s ease-in-out, -webkit-opacity 0.3s ease-in-out, opacity 0.3s ease-in-out; will-change: transform, clip-path; z-index: 99; }
header .static_menu > ul > li > a.nav_btn {background: transparent;color: #9b7b5d;padding: 11px 28px;text-transform: uppercase;display: block; position: relative;overflow: hidden;z-index: 0;}

a.nav_btn {background: #fff; color: #9b7b5d; padding: 11px 28px; text-transform: uppercase; position: relative; }
a.nav_btn:hover {color:#fff !important; }
a.nav_btn:hover img{filter: grayscale(1) invert(1) brightness(3.5); }
a.nav_btn:after {content: '';position: absolute;bottom: 0;left: 0;background: #9B7B5D;z-index: -1;height: 0%;width: 100%;transition:0.5s all;border-radius: 150px;}
a.nav_btn:hover:after {height: 100%; }
a.nav_btn img {margin-right: 6px; top: -1px; position: relative;transition:0.5s all; }
.f_w{font-weight: 500 !important; }

.them_btn {position: relative; background: #fff; padding: 5px 15px; transition: 0.5s all; color: #999999; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; margin-left: 15px; border-radius: 100px;}
.them_btn img {margin-right: 10px; transition:0.5s all; top: -2px; position: relative; }
.them_btn span {padding: 30px 0; }
.them_btn:after {content: ''; position: absolute; height: 70px; width: 70px; border: solid 2px #999999; top: -21px; left: -10px; background: #ffffff00; border-radius: 50px; z-index: -1; transition: 0.5s all; }
.them_btn:hover:after {width: 102%; left: -2px; border: solid 2px #aa8f72; }
.them_btn:hover {padding: 5px 25px; background:transparent;color: #aa8f72; }

.them_btn_white img {margin-right: 10px; transition: 0.5s all; top: -2px; position: relative; filter: grayscale(1) invert(1) brightness(3.5); z-index: 1; }
.them_btn_white {position: relative; background: transparent; padding: 5px 15px; transition: 0.5s all; color: #999999; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; margin-left: 15px; }
.them_btn_white span {padding: 30px 0; }
.them_btn_white:after {content: ''; position: absolute; height: 70px; width: 70px; border: solid 2px #fff; top: -21px; left: -10px; background: #ffffff00; border-radius: 50px; z-index: -1; transition: 0.5s all; }
.them_btn_white:before {content: ''; position: absolute; height: 35px; width: 70px; border: solid 2px #0B2612; top: -4px; left: 8px; background: #0b2411; border-radius: 50px; z-index: 0; transition: 0.5s all; }
.them_btn_white:hover:after {width: 100%; left: 0; border: solid 2px #9AC600; }
.them_btn_white:hover {padding: 5px 25px; background:transparent;color: #9AC600; }
a.them_btn_white span {color: #fff; z-index: 1; position: relative; }

.them_btn_white_collection img {margin-right: 10px; transition: 0.5s all; top: -2px; position: relative; filter: grayscale(1) invert(1) brightness(3.5); z-index: 1; }
.them_btn_white_collection {position: relative; background: transparent; padding: 5px 15px; transition: 0.5s all; color: #999999; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; margin-left: 15px; }
.them_btn_white_collection span {padding: 30px 0; }
.them_btn_white_collection:after {content: ''; position: absolute; height: 70px; width: 70px; border: solid 2px #fff; top: -21px; left: -10px; background: #ffffff00; border-radius: 50px; z-index: -1; transition: 0.5s all; }
.them_btn_white_collection:before {content: ''; position: absolute; height: 35px; width: 70px; border: solid 2px #97785a; top: -4px; left: 8px; background: #97785a; border-radius: 50px; z-index: 0; transition: 0.5s all; }
.them_btn_white_collection:hover:after {width: 100%; left: 0; border: solid 2px #ffffffbd; }
.them_btn_white_collection:hover {padding: 5px 25px; background:transparent;color: #ffffffbd;margin-left: 0;}
a.them_btn_white_collection span {color: #fff; z-index: 1; position: relative; }

.them_btn_brown {position: relative; background: #fff; padding: 5px 15px; transition: 0.5s all; color: #999999; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; margin-left: 15px; }
.them_btn_brown img {margin-right: 6px; transition:0.5s all; top: -2px; position: relative; }
.them_btn_brown:after {content: ''; position: absolute; height: 70px; width: 70px; border: solid 2px #999999; top: -24px; left: -10px; background: #ffffff00; border-radius: 50px; z-index: -1; transition: 0.5s all; }
.them_btn_brown:hover:after {width: 100%; left: 0; border: solid 2px #aa8f72; }
.them_btn_brown:hover {padding: 5px 25px; background:transparent;color: #aa8f72; }

.navbar_right {background: #fff; position: relative; box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 16%); display: flex; justify-content: space-between; flex-direction: column; }
.logo_bottom {text-align: right; margin-left: auto; padding: 30px; }

.contact_info {max-width: 300px; margin-top: 25px; }
.contact_info h3 {font-size: 17px; font-weight: 600; margin-bottom: 0px; } 
.contact_info p{margin-bottom:0; font-size: 15px; }
.contact_info a{
	color: #444444;
}

.common_form .title h2 {margin-bottom: 5px; color: #AA8F72; }
.common_form .form-group {position: relative; display: block; margin-bottom: 0; }
.common_form .form-group label {position: absolute; top: 16px; left: 17px; font-size: 15px; transition: 0.4s all; z-index: 1; font-weight: 500; color: rgba(68, 85, 102, 0.65); background: #ffffff; padding: 2px 7px 2px 5px; text-transform: capitalize; }
.common_form .form-group .form-control {padding: 13px 15px 12px 20px; margin-bottom: 0; border: 1px solid rgb(216 216 216); border-radius: 0px; height: 60px; background: white; box-shadow: 0px 8px 15px -10px rgb(0 0 0 / 0%); transition: 0.8s all; z-index: 1; color: hsl(0, 0%, 0%); position: relative; font-size: 16px; font-weight: 500; width: 100%; }
.common_form .form-group .form-control::placeholder {color: #4e5c67; font-size: 16px; font-weight: 500; } 
.common_form .form-group:has(> .form-select):before {content: ""; position: absolute; display: block; width: 8px; height: 8px; top: 50%; right: 25px; margin-top: -3px; border-bottom: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg) translateY(-50%); transition: all 0.4s ease-in-out; transform-origin: 50% 0; }
.common_form .form-group textarea.form-control, .common_form .form-group textarea {height: 142px; resize: none; text-transform: unset; }
.common_form .form-group .form-control:focus, .common_form .form-group >.form-control:valid, .common_form .form-group .form-control:focus, .common_form .form-group >.form-control:valid {border-color: #AA8F72; background: transparent; }
.common_form .form-group .form-control:valid + label, .common_form .form-group .form-control:valid + label, .common_form .form-group .form-control:focus + label, .common_form .form-group .form-control:focus + label,.form-group.active label {color: #AA8F72; font-size: 12px; top: -11px; background: white; left: 15px; }
.common_form .contact_button .text_button {min-width: 140px; font-size: 14px; padding: 15px 18px; }



.main_banner {position: relative; z-index: 0; display: block; }
#Modalenquiry .modal-body {background-image: url(../images/reqest.png); background-repeat: no-repeat; background-size: cover; }
#Modalenquiry .modalpic {height: 100vh; position: relative; overflow: hidden; margin-left: -1rem; }
#Modalenquiry .modalpic::after {position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; pointer-events: none; background: rgb(0 0 0 / 35%); background-image: url(../images/inq_bg.png); background-position: center; background-size: cover; background-repeat: no-repeat; }
#Modalenquiry .modalpic > img {width: 100%; height: 100%; object-fit: cover; }
#Modalenquiry .common_form {position: relative; padding: 45px 60px; background: white; margin-left: -68px; border-radius: 0px; -webkit-transform: translateX(-36px); transform: translateX(-135px); box-shadow: 10px 15px 66px 0px rgb(0 0 0 / 20%); }
#Modalproduct .modal-body {background-image: url(../images/grunge_bg.jpg); background-repeat: no-repeat; background-size: cover; }
#Modalproduct .modalpic {height: 100vh; position: relative; overflow: hidden; margin-left: -1rem; }
#Modalproduct .modalpic::after {position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 100%; pointer-events: none; background: rgb(0 0 0 / 35%); background-image: url(../images/inq_bg.png); background-position: center; background-size: cover; background-repeat: no-repeat; }
#Modalproduct .modalpic > img {width: 100%; height: 100%; object-fit: cover; }
#Modalproduct .common_form {position: relative; padding: 36px 48px 1px 48px; background: white; margin-left: -68px; border-radius: 5px; -webkit-transform: translateX(-36px); transform: translateX(-36px); box-shadow: 10px 15px 66px 0px rgb(0 0 0 / 20%); }

.close-container {position: absolute; width: 50px; height: 50px; margin: auto; top: 10px; right: 10px; cursor: pointer; z-index: 2; border-radius: 5px;background: #9b7b5d; }
.close-container:after {content: ""; display: block; position: absolute; width: 70%; height: 2px; margin: auto; top: 0; bottom: 0; left: 0; right: 0; background-color: #fff; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transition: all 0.25s cubic-bezier(0.3, 0, 0.2, 1); -moz-transition: all 0.25s cubic-bezier(0.3, 0, 0.2, 1); -ms-transition: all 0.25s cubic-bezier(0.3, 0, 0.2, 1); -o-transition: all 0.25s cubic-bezier(0.3, 0, 0.2, 1); transition: all 0.25s cubic-bezier(0.3, 0, 0.2, 1); }
.close-container .cross-line {position: absolute; width: 76%; height: 3px; border-radius: 6px; margin: auto; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; }
.close-container .cross-line.top-left {-webkit-transform: rotate(45deg); transform: rotate(45deg); }
.close-container .cross-line.top-right {-webkit-transform: rotate(135deg); transform: rotate(135deg); }
.close-container .cross-line.bottom-left {-webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.close-container .cross-line.bottom-right {-webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.close-container .cross-line:before {content: ""; display: block; position: absolute; top: 0; left: 0; width: 50%; height: 100%; border-radius: 6px; background-color: #fff; -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1); transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1); }
.close-container:hover:after {-webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1); transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.close-container:hover .cross-line:before {-webkit-transform: translate(-101%, 0); transform: translate(-101%, 0); }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {border: 1px solid #AA8F72 !important; -webkit-text-fill-color: #AA8F72 !important; -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; transition: background-color 5000s ease-in-out 0s !important; }





.thanks_page {overflow-x: visible; position: relative;}
.thanks_text {position: relative;display: block;height: 100%;text-align: center;background: #ffffff;margin: 0 auto;max-width: 950px;padding: 130px 15px 120px 15px;/* box-shadow: -20px 20px 70px 0px rgb(9 76 36 / 17%); */}
.thanks_text.error_text h2 {font-size: 180px;margin-bottom: 0;font-weight: 700;}
.thanks_text h3 {font-size: 90px;font-weight: 800;margin-bottom: 0;}
.thanks_text h4 {color: #9b7b5d;font-size: 25px;margin: 10px 0 30px 0;}
.thanks_text p {font-size: 17px;margin-bottom: 0;padding-bottom: 0;max-width: 700px;margin: 0 auto;}
.thanks_page .inquiry_left {position: absolute; width: 35%; right: 70%; z-index: -1; opacity: 0.1; transform: rotate(-25deg); filter: saturate(0.5); }
.contain {position: relative; z-index: 0; }
.thanks_text.error_text {padding: 100px 40px;z-index:0; }
.thanks_text.error_text h4 {font-weight: 700; font-size: 27px; margin-bottom: 14px; letter-spacing: 2px; }
.thanks_text.error_text p {font-size: 20px; }
.thanks_text a.them_btn_brown {
	display: inline-block;
}


.footer_copyright p span.webplus {
	margin: 0;
    padding: 0;
}
.footer_copyright p span.webplus:before {
    content: '|';
    padding: 0 5px;
}
.footer_copyright p span.webplus a {
	color: unset;
    padding: 0 0 0 4px;
}
.footer_copyright p span.webplus img {filter: invert(0) grayscale(1) brightness(1); opacity: 0.55; transition: 0.5s all; }
.footer_copyright p span.webplus:hover img {
	opacity: 0.8;
}


.navbar_menu .navbar-nav li .dropdown-toggle {
    justify-content: flex-start;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    padding-left: 3px;
    background-color: transparent;
}
header .navbar-collapse .navbar_row .navbar_right .navbar-nav .dropdown-toggle::after {
    border: none;
    content: '\f107';
    font-family: 'fontAwesome';
    position: relative;
    top: 8px;
    margin: 0px;
    font-weight: 400;
    vertical-align: middle;
    font-size: 30px;
    color: #606060;
}
a.dropdown-toggle::after {
    display: none;
}
.navbar_menu .navbar-nav li .dropdown-toggle {
    justify-content: flex-start;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    padding-left: 7px;
    background-color: transparent;
}
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li {
    padding: 4px 0 4px 55px;
    position: relative;
    flex-direction: column;
    counter-increment: count;
    justify-content: center;
}
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu.show {
    max-height: 300px;
    transition: .5s ease;
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
    visibility: visible;
    height: 100%;
    max-height: 450px;
    background: transparent;
    transition: all 650ms ease;
    padding: 10px 0;
    box-shadow: none;
}
header .navbar-collapse .navbar_row .navbar_right .navbar-nav > li .dropdown-menu {
    padding: 0;
    position: static !important;
    max-height: 0;
    -moz-transition: all ease .5s;
    transform: none !important;
    left: 0;
    top: 37px;
    min-width: 200px;
    border: unset;
    background: transparent;
    border-width: 0px 1px 1px 1px;
    border-radius: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transition: all 650ms ease;
    transform-origin: top;
    overflow: hidden;
    display: block;
    opacity: 0;
    visibility: hidden;
}
li.nav-item.dropdown .dropdown-toggle.show::after, li.nav-item.dropdown:hover .dropdown-toggle::after, li.nav-item.dropdown:hover .dropdown-toggle.show::after {
    color: #000000 !important;
}