
/*@font-face {
  font-family: 'Arimo';
  src: local('Arimo'), url('../fonts/arimo.woff2') format('woff2'), url('../fonts/arimo.woff') format('woff'), url('../fonts/arimo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Italic'), local('Arimo-Italic'), url('../fonts/arimoitalic.woff2') format('woff2'), url('../fonts/arimoitalic.woff') format('woff'), url('../fonts/arimoitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Bold'), local('Arimo-Bold'), url('../fonts/arimobold.woff2') format('woff2'), url('../fonts/arimobold.woff') format('woff'), url('../fonts/arimobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Arimo';
  src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'), url('../fonts/arimobolditalic.woff2') format('woff2'), url('../fonts/arimobolditalic.woff') format('woff'), url('../fonts/arimobolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}*/




@font-face {
  font-family: 'Gill-Sans-MT';
  src: local('Gill-Sans-MT'), url('../fonts/gillsansmt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel-Bold';
  src: local('Corbel-Bold'), url('../fonts/Corbel-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel-Regular';
  src: local('Corbel-Regular'), url('../fonts/Corbel-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

.display_none {
  display: none !important;
}
.visib_hidden {
  visibility: hidden !important;
}

a.btn_link, input[type="submit"], .bordered_btn_link {
  font-family:'Gill-Sans-MT';
  text-transform: uppercase;
}
.product_page h2, h2, h3, h4 {
  font-family:'Corbel-Bold';
}
input:not([type="submit"]), textarea {
  font-family:'Gill-Sans-MT';
}
body {
  margin:0;
  font-family:'Gill-Sans-MT';
  background-color: #000000;
}
h1 {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.policy_page h1 {
  font-size: 36px;
  position: static;
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: #ffffff;
  border-bottom: 2px solid #816042;
  padding-bottom: 10px;
  display: inline-block;
}
.policy_page h2 {
  color: #ffffff;
  font-size: 28px;
  margin-top: 40px;
}
.policy_page h3 {
  color: #ffffff;
  text-transform: unset;
  font-size: 23px;
}
.policy_page p {
  font-size: 16px;
}
.policy_page ul {
  margin-right: 2rem;
}
.policy_page li {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: none;
}
.policy_contact {
  display: flex;
  gap: 60px;
}
.policy_contact p {
  color: #816042;
}
.policy_contact a {
  color: #816042;
  font-size: 18px !important;
}
.section_404 h1 {
  position: static;
  height: auto;
  width: auto;
  overflow: hidden;
  color: #ffffff;
  font-size: 42px;
}
.banner_section h2 {
  font-size: 54px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  margin: 20px 0;
  font-family:'Corbel-Bold';
}

.popup_content { 
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 500px; 
  text-align: center; 
  background-color: #000000; 
  box-sizing: border-box; 
  padding: 10px; 
  padding-bottom: 20px;
  z-index: 100; 
  display: none; 
  border: 1px solid #AFA08D;
  border-radius: 10px;
  /*to hide popup initially*/ 
} 
.popup_content h3 {
  text-transform: unset;
}
.popup_content .btn_link {
  margin-top: 10px;
}
.popup_content .btn_link:hover {
  background-color: #AFA08D; 
}
.no_btn {
  margin-top: 30px !important;
}
.popup_content a {
  text-decoration: unset;
  font-size: 16px;
}
.full_width.limited_section {
  padding-bottom: 30px;
  background-position: 95%;
}
section.limited_title {
  margin-top: 20px;
}
.limited_title .product_section {
  padding-top: 0;
}
.product_page .limited_section h2 {
  font-size: 32px;
}
.limited_section  .product_item_cont {
  padding-top: 30px;
  padding-bottom: 20px;
}
.limited_section.product_item h2 {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.close-btn:hover { 
  cursor: pointer;
} 
.close-btn { 
  position: absolute; 
  width: 33px !important;
  height: 33px !important;
  right: 15px; 
  top: 15px; 
  background-color: #AFA08D; 
  color: white; 
  border-radius: 50%; 
  padding: 4px; 
} 
#popup_content h3 {
  margin-top: 20px;
}
#popup_content .btn_link:hover {
  color: #ffffff !important;
}
.popup_content .w3-active, .hide_el {
  display: none;
}
#popup_content .btn_link {
  padding-top: 10px;
  padding-bottom: 10px;
}


h3 {
  font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 30px;
}
header {
  width: 100%;
  background-color: #000000;
  border-bottom: 1px solid #816042;
}
footer {
  width: 100%;
}
.contact_row {
  text-align: right;
  padding-bottom: 10px;
}
.fr_page .banner_section .btn_link {
  padding: 15px 30px;
}
.main_container a {
  font-size: 16px;
  text-decoration: none;
}
.main_container a:hover, .main_container a:hover i {
  color: #AFA08D !important;
}
.inner_block {
  width: 100%;
}
.file_placeholder {
  margin: 0 10px;
}
.phone_list_item {
  display: flex;
}
.phone_list_item span {
  color: #ffffff;
  margin-left: 10px;
}
.w99 {
  width: 99% !important;
}
.w100 {
  width: 100% !important;
}
.gallery_link {
  display: none;
}
.contact_row i, .contact_row a {
  color: #816042;
  font-size: 16px;
}
.banner_link a {
  color: #816042;
}
.banner_link {
  margin-top: 60px;
}
.link_text {
  margin-right: 10px;
}
.main_container {
  width: 100%;
}
.full_width {
  width: 100%;
}
.brown_bg{
  background-color: #816042;
  margin-top: 60px;
}
.brown_bg .img_col {
  padding-left: 20px;
}
.black_bg .img_col {
  padding-right: 20px;
}
.brown_bg img {
  position: relative;
  bottom: -50px;
}
.black_bg img {
  position: relative;
  top: -50px;
}
.btn_link {
  padding: 15px 50px;
    color: #ffffff;
    margin-top: 20px;
    background-color: #000000;
    display: inline-block;
    text-align: center;
}
.btn_cont {
  text-align: center;
}
.bordered_btn_link {
  padding: 15px 50px;
    color: #816042;
    margin: 0 auto;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #816042;
}
.bordered_btn_link:hover {
    border: 1px solid #AFA08D;
}
.brown_link {
  background-color: #816042;
}
.main_container .btn_link:hover {
  background-color: #AFA08D;
  color:#ffffff !important;
}
.text_col {
  padding: 0 40px;
}
.corP {
  padding-left: 10px;
}
.corP h3 {
  font-size: 1.6rem;
}
.content_section {
  display: flex;
  align-items: center;
}
.content_section .img_col img {
  width: 100%;
}
.brown_bg .text_col {
  text-align: right;
}
.submain_container, section, .root_section {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
}
.inner_img_block {
  padding: 0 12px;
}
.banner_img_cont {
  position: relative;
  left: 12px;
  display: flex;
}
.display_flex {
  display: flex;
}
.team_img_cont img {
  width: 95%;
}
.team_img_right_col img {
  position: relative;
  width: 80%;
  top: 60px;
  left: -80px;
}
.page_name {
  padding-bottom: 10px;
}

.inner_img_block img {
  width: 100%;
}
.banner_section {
  display: flex;
  align-items: center;
}
.banner_text {
  font-size: 23px;
  color: #ffffff;
}
p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
}
.col25 {
  width: 25%;
}
.col75 {
  width: 75%;
}
.col33 {
  width: 33.33%;
}
.col66 {
  width: 66.66%;
}
.col20 {
  width: 20%;
}
.col60 {
  width: 60%;
}
.col40 {
  width: 40%;
}
.col50 {
  width: 50%;
}
.col55 {
  width: 55%;
}
.col45 {
  width: 45%;
}
.col52 {
  width: 52%;
}
.col48 {
  width: 48%;
}
.col100 {
  width: 100%;
}
.border_R {
  border: 1px solid #816042 !important;
}
.header_container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

  position: relative;
}
.topnav {
  overflow: hidden;
  background-color: #000000;

  display: flex;
  align-items: center;
  padding-right: 60px;
}
.our_projects_page .section_title span {
  background: linear-gradient(to top, #816042 60%, #000000 40%);
}
.our_projects_page h3 {
  text-transform: none;
  margin-bottom: 20px;
}
.contact_us_block .footer_contact i {
  color: #816042;
}
.contact_us_block {
  display: flex;
  align-items: center;
}
.contact_us_block .contact_row_container {
  align-items: center;
}
.contact_us_block .col55 {
  border: 1px solid #ffffff;
    padding: 10px 40px 0 30px;
    position: relative;
}
.phone_list a {
  display: block;
  color: #ffffff;
}
.contact_us_block .footer_contact>span {
  background-color: #ffffff;
}
.contact_us_block .footer_contact a {
  color: #ffffff;
}
.phone_list a:nth-child(2) {
  margin-top: 10px;
}
.contact_us_block .col55 h3 {
  text-align: left;
  margin-bottom: 20px;
}
.contact_us_block {
  margin-top: 120px;
}
.contact_us_page {
  position: relative;
}
.contact_us_page h3 {
  font-size: 24px;
}
.contact_form_block {
  display: flex;
  width: 100%;
}
.contact_form_block .section_title {
  margin-top: 120px;
  margin-right: 30px;
}
.contact_form_block .form_col {
  border: 1px solid #ffffff;
  padding: 60px 60px 20px 60px;
  margin-right: 30px;
}
.contact_data_block {
  background: #816042;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    height: 280px;
    top: -51px;
    padding-top: 50px;
}
.white_line  {
  position: absolute;
    top: -1px;
    z-index: 9;
    border-bottom: 1px solid #ffffff;
    width: 92%;
}
.form_title {
  margin-top: 0 !important;
}
.abs_bg_graphic {
  background-color: #816042;
    margin-left: 30px;
    position: absolute;
    height: 330px;
    width: 50%;
    top: 80px;
    right: 0;
    z-index: -1;
}
.contact_img img {
  width: 100%;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 11px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  color: #AFA08D !important;
}

.active {
  color: #ffffff;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  height: 80px;
}
.menu_bg_container {
  width: 100%;
  height: 100px;
  border-top: 1px solid #816042;
  height: 200px;
  background-color: #000000;
  /*background: linear-gradient(to bottom, #000000, #434141);*/
  display: none;
  position: absolute;
  z-index: 90;
}
.cor_image_W .product_item_img_block img {
  width: 80%;
}
.cor_image_W .product_item .product_item_cont {
  padding-right: 0;
}
.cor_image_W .left_img_pos .product_item_cont {
  right: 75px;
}
.cor_image_W .left_img_pos .product_img_col {
  text-align: right;
}
.show_menu_bg_container {
  display: block;
}
footer .row2 .col66 {
  position: relative;
}
footer .row2 .dropdown-content a {
  color: #816042;
}
footer .row3 .contact_row_container {
  align-items: center;
}
footer .row3 .contact_row_container a, 
footer .row3 .contact_row_container span {
  color: #816042;
}

.form_step2 {
  margin-top: 0 !important;
}
.form_step2 h2 {
  margin-bottom: 20px !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 230px;
  padding-top: 15px;
  z-index: 100 !important;
  /*background-color: #816042;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #816042;
  padding: 12px 16px 12px 0;
  margin-left: 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
  background: unset !important;
}

.dropdown.open_dropdown .dropdown-content {
  display: block !important;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #000000;
  color: white;
}
.center_col {
  text-align: center;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.logo_container {
  padding: 10px 30px;
}
.brown_bg_cont {
  position: relative;
}
.expertise_section {
  border: 1px solid #816042;
  background-color: #000000;
    border-left: none;
    width: 92%;
    margin-top: 140px;
    padding: 40px 0;
}
.expertise_title span {
  color: #ffffff;
    border-bottom: 1px solid #816042;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 34px;
    text-transform: uppercase;
    display: inline-block;
}
.expertise_cont img {
  width: 100%;
}
.expertise_cont>.col33 {
  display: flex;
  align-items: center;
}
.expertise_cont .col66 {
  padding-left: 60px;
    padding-right: 30px;
}
.brown_bg_section {
  position: absolute;
    width: 80%;
    height: 400px;
    right: 0;
    background-color: #816042;
    bottom: -50px;
    z-index: -1;
}

.our_gal_section {
  margin-bottom: 60px;
}
.our_gal_section .creat_container .col25:nth-child(2), 
.our_gal_section .creat_container .col25:nth-child(3) {
  margin: 0 24px;
}
.our_gal_section .creat_container .col25:nth-child(2) {
  margin-right: 0;
}
.our_gal_section .creat_container .col25 img {
  width: 100%;
}
.our_gal_section .creat_section {
  margin-top: 0 !important;
}
.our_gal_section .creat_container {
  margin-top: 30px;
}
.our_gal_section .section_title {
  margin: 20px 0 30px;
}
.our_gallery_text {
  width: 90%;
  margin: auto;
  text-align: center;
}

.review_section {
  width: 100%;
  position: relative;
}
.review_container {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.swiper-container .swiper-button-prev{
  left: -40px;
}
.swiper-container .swiper-button-next{
  right: -40px;
}
.mySwiper, .mySwiper p {
  color: #AFA08D;
}
.review_container .swiper-button-next:after, .review_container .swiper-button-prev:after {
  color: #AFA08D;
    border: 1px solid #AFA08D;
    padding: 15px 18px;
    font-size: 20px;
}
.mySwiper p {
  margin: 10px 0;
}
.swiper-button-prev {
  left: -7% !important;
}
.swiper-button-next {
  right: -7% !important;
}
.swiper-header {
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-title {
  text-transform: uppercase;
}
.swiper-footer {
  text-align: right;
}
.swiper-footer a {
  text-decoration: underline;
  color: #AFA08D;
}
.swiper-footer a:hover {
  color: #AFA08D;
}
.slide_container {
  padding: 30px 30px 30px 40px;
  border: 1px solid #AFA08D;

  min-height: 241px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #AFA08D;
}
.swiper-pagination-bullet-active {
  background: #816042;
}
.swiper-pagination {
  display: none;
}
.section_title {
  text-align: center;
  font-size: 34px;
  margin: 50px 0;
}
.section_title span {
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(to bottom, #816042 60%, #000000 40%);
}
.our_team_section .section_title span {
  background: none;
}
.our_team_section .creat_container {
  text-align: left;
  gap: 20px;
}
.our_team_section .creat_container .col25 p {
  line-height: 1.48;
}
.our_team_section .creat_container .col25 p span {
  min-height: 48px;
}
.our_team_section .creat_container h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.our_team_section .creat_section {
  margin-top: 90px;
}
.our_team_section .creat_container p span {
  border-bottom: 1px solid #816042;
  display: inline-block;
  width: 70%;
  font-size: 17px;
  padding-bottom: 10px;
}
.our_team_section .creat_container p {
  margin-top: 10px;
}
.our_history_section_cont {
  margin-top: 60px;
}
.our_history_section {
  display: flex;
  width: 100%;
}
.our_history_img {
  padding-right: 80px;
}
.our_history_img img {
  width: 100%;
}
.our_history_details {
  padding-left: 80px;
  padding-top: 30px;
  border-left: 1px solid #ffffff;
}
.our_history_details p {
  padding-top: 40px;
}

.resCarousel-inner .item .tile div img {
    width: 320px;
    height: 400px;
}



.creat_section, .creat_container {
  width: 100%;
}
.creat_section {
  margin-top: 60px;
}
.creat_container {
  display: flex;
  text-align: center;
}
.creat_container h3  {
  margin-top: 40px;
}
.creat_container h3 span {
  padding: 10px 10px;
    border-top: 1px solid #816042;
    border-bottom: 1px solid #816042;
    display: inline-block;
    width: 80%;
}
.creat_container .col33 img {
  width: 100%;
}
.creat_container .col25 img {
  width: 100%;
}
.creat_container .col33:nth-child(2) {
  margin: 0 24px;
}

footer .row1 a {
  text-decoration: none;
}
footer .row1 a:hover {
  background-color: #AFA08D;
}
footer a.btn_link:hover {
    color: #ffffff !important;
}
.logos_section {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0 30px;
}
.full_width.about_section {
  margin-top: 90px;
}
.full_w_line {
  width: 100%;
  height: 1px;
  background-color: #816042;
  border: none;
  margin-top: 80px;
}
.w3-bar-block .w3-bar-item span {
  color:#000000 !important;
}
.logos_section .col20 {
  padding: 20px;
  text-align: center;
}
.logos_section .col20 img {
  width: 80%;
}
.logos_section .col20:nth-child(1) img {
  width: auto;
  max-height: 70px;
}
.about_section {
  background-color: #816042;
  padding: 60px 0;
}
.about_section section {
  display: block !important;
}
.about_section .content_section img {
  width: 100%;
}
.about_section .section_title {
  text-align: center;
  font-size: 34px;
  margin: 10px 0 50px;
}
.about_section .content_section .col50:nth-child(2) {
  padding-left: 20px;
}
footer {
  padding: 60px 0 20px;
}
.footer_logo img {
  width: 70%;
}
.row1 {
  display: flex;
  align-items: center;
}
.footer_icons {
  text-align: right;
}
.footer_icons a {
  color: #ffffff;
  border-radius: 50%;
    border: 1px solid #ffffff;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    margin-left: 8px;
}
.footer_icons a:hover {
  color: #AFA08D;
  border: 1px solid #AFA08D;
  background: unset !important;
}
.footer_icons i {
  font-size: 18px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); 
}
.our-projects .footer_icons i,
.nos-realisations .footer_icons i, 
.footer_icons i, 
.footer_icons i {
  top: 42%;
}
.topnav, 
.nos-realisations .topnav,
.topnav>div, 
.nos-realisations .topnav>div
{
  overflow: unset;
}
.topnav a {
  font-family: 'Gill-Sans-MT';
  line-height: 18px;
}
.row2 {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.row2 a {
  color: #ffffff;
}
.row2 ul {
  padding-left: 0;
  display: flex;
}
.row2 ul li {
  padding-right: 40px;
}
.row2 ul li a {
  font-size: 18px;
  text-decoration: none;
}
.row3 {
  display: flex;
  width: 100%;
}
.row3 .full_w_line {
  margin-top: 60px;
}
.footer_contact>span {
  color: #816042;
  border-radius: 50%;
  background-color: #816042;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}
.footer_contact i {
  font-size: 22px;
  position: relative;
  color: #000000;
  top: 50%;
  transform: translateY(-50%); 
  font-weight: 600;
}
.footer_contact {
  text-align: left;
  color: #816042;
  padding-top: 20px;
}
.footer_contact {
  display: flex;
  align-items: center;
}
.footer_contact a {
  margin-left: 5px;
  text-decoration: none;
}
.file_btn {
  position: relative;
}
.file_btn input {
  width: 300px;
}
.file_btn input::file-selector-button {
  margin-right: 30px;
}
.file_lable:hover {
  cursor: pointer;
}
.form-group-item img {
  cursor: pointer;
}
.unclickable img {
  cursor: unset;
}
.file_lable {
  position: absolute;
  background-color: #AFA08D;
  z-index: 9;
  width: 140px;
  display: flex;
  align-items: center;
  height: 34px;
  top: -2px;
  /*left: 2px;*/
}
.file_icon {
  position: relative;
  left: -20px;
}
.contact_row {
  display: flex;
}
.contact_row_container {
  display: flex;
}
.contact_row_container .col50:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.footer_full_row {
  display: flex;
  width: 100%;
}
.footer_full_row .full_w_line {
  width: 80%;
  height: 1px;
  background-color: #816042;
  background-color: #000000;
  border: none;
  margin-left: 20%;
  margin-bottom: 0;
  margin-top: 60px;
}
.row3 .full_w_line {
  margin-top: 0;
  position: relative;
  top: -1px;
}
.footer_rect {
  border: 1px solid #816042;
  border-left: none;
  height: 250px;
  position: absolute;
  top: -50px;
  width: 83%;
}
.footer_rect2 {
  height: 180px;
  position: absolute;
  top: 85px;
  width: 82%;
  background-color: #816042;
  display: none;
}
.footer_full_row .col33 {
  position: relative;
}
.row4 {
  display: flex;
  width: 100%;
  margin-top: 60px;
}
.bottom_row p {
  font-size: 14px;
  color: #ffffff;
}
.submain_container .contact_row {
  display: block !important;
}
.submain_container .contact_row a i {
  margin-right: 10px;
}
footer .row2 a:hover {
  color: #AFA08D;
}
.product_section {
  display: flex;
  align-items: flex-end;
}
.product_section {
  padding-top: 30px;
}
.product_main_img_block img {
  width: 100%;
}
.product_banner_details h2 {
  text-transform: none;
  font-size: 42px;
  margin-bottom: 30px;
  color: #ffffff;
}
.product_main_img_block {
  display: flex;
  align-items: flex-end;
}
.product_banner_details {
  padding-left: 30px;
}
.page_name span {
  padding-top: 25px;
  border-top: 1px solid #816042;
  text-transform: uppercase;
  display: none;
}
.product_variants span {
  padding-bottom: 10px;
  border-bottom: 1px solid #816042;
  display: inline-block;
  width: 70%;
}
.product_banner_details p {
  margin-bottom: 0;
}
.inner_block_404 {
  width: 100%;
  padding: 100px 0;
}
.section_404 {
  min-height: 50vh;
}
.section_404 h1 {
  text-align: center;
}
.product_item_details {
  width: 80%;
}
.product_item_links {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.product_item_img_block img {
  width: 100%;
}
.product_item_details {
  color: #ffffff;
}
.product_item h2 {
  font-size: 34px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product_item_title {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #816042;
  padding-bottom: 10px;
  position: relative;
  top: 1px;

  visibility: hidden;
}
.product_page h3 {
  font-size: 28px;
}
.product_page h2 {
  font-size: 42px;
  text-transform: uppercase;
}
.product_item .product_section {
  padding-top: 0;
}
.product_section_cont {
  margin-bottom: 30px;
}
.product_item .product_section {
  align-items: center;
}
.product_item .product_section .col40, .product_item .product_section .col45 {
  border: 1px solid #816042;
  border-right: none;
}
.product_item_details h2 {
  margin-top: 0;
}
.product_item_cont {
  border: 1px solid #816042;
  padding: 50px;
  padding-right: 30px;
  position: relative;
  top: 20px;
  left: 20px;
  background-color: #000000;
  width: 100%;
}
.product_item_links a {
  color: #ffffff;
  text-transform: uppercase;
}
.product_item_more {
  display: none;
}
.product_item_more hr {
  margin-top: 0;
}
.product_img_col {
  align-self: flex-start;
}
.product_item_more p {
  margin: 5px 0;
}
.product_item_cont p {
  font-size: 17px;
}
.product_details_text {
  padding: 10px 10px 10px 0;
}
.left_img_product_title {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  padding-right: 10%;

  visibility: hidden;
}
.product_item.left_img_pos .product_section .col40, .product_item.left_img_pos .product_section .col45 {
  border: 1px solid #816042;
  border-left: none;
}
.left_img_pos .product_item_cont {
  right: 105px;
  left: unset;
}
.change_visibility {
  display: none;
}
.bg_section {
  background-image: url(/images/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-bottom: 70px;
}
.bg_line {
  background-image: url(/images/bg_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.bg_line2 {
  background-image: url(/images/bg_line2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.projects_slider {
  width: 100%;
}
.our_projects_section {
  display: block;
  margin-bottom: 90px;
}
.titleV1 {
  font-size: 24px;
  background-color: #000000;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px 0 10px;
}
.custom_quote_bg {
  /*background-image: url(/images/custom-quote6.jpg);*/
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: top left;
}
.custom_quote_block {
  width: 100%;
  padding-top: 30px !important;
}
.num-item {
  font-family: 'Gill-Sans-MT';
}

input[type="number"] {
  position: relative;
  margin: 0 0 1rem;
  border: 1px solid #BBB;
  border-color: #BBB #ECECEC #ECECEC #BBB;
  padding: .2rem;
}

/* Spin Buttons modified */
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
  width: 2em;
  opacity: .4; /* shows Spin Buttons per default (Chrome >= 39) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #000000;
}
input[type="number"]::-webkit-outer-spin-button:hover, 
input[type="number"]::-webkit-inner-spin-button:hover {
  cursor: pointer;
}
.option_row {
  margin-bottom: 40px;
}
.btns_row .form-group-item {
  width: auto;
  margin-right: 10px;
}
.form-group-items.btns_row .FG-item {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.form-group-items.btns_row {
  justify-content: unset;
}
.other_btn input {
  padding-left: 15px !important;
  padding-right: 0 !important;
  text-align: left !important;
}
.extra_options label .FG-item {
  border: none;
  font-family: 'Corbel-Bold';
  text-transform: uppercase;
  padding-left: 0 !important;
}
.extra_options .form-group-item {
  flex-grow: 1;
}
.extra_options .form-group-item input {
  width: 92% !important;
  /*padding-left: 0 !important;*/
}
.extra_options .form-group-item:last-child input {
  margin-right: 0 !important;
}
.extra_options label {
  display: inline-block;
}
.extra_options .other_btn ::-webkit-input-placeholder { color: #000000; }
.extra_options .other_btn :-ms-input-placeholder { color: #000000; }
.extra_options .other_btn ::-ms-input-placeholder { color: #000000; }
.extra_options .other_btn ::placeholder { color: #000000; }

.other_btn ::-webkit-input-placeholder { color: #000000; }
.other_btn :-ms-input-placeholder { color: #000000; }
.other_btn ::-ms-input-placeholder { color: #000000; }
.other_btn ::placeholder { color: #000000; }

.btns_row .other_btn:hover ::-webkit-input-placeholder { color: #000000; }
.btns_row .other_btn:hover :-ms-input-placeholder { color: #000000; }
.btns_row .other_btn:hover ::-ms-input-placeholder { color: #000000; }
.btns_row .other_btn:hover ::placeholder { color: #000000; }

.margT30 {
  margin-top: 30px;
}
.num_items {
  margin-top: 25px;
}
.num_items .form-group-item {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: space-between;
}
.num_items input[type="number"] {
  background-color: transparent;
  height: 20px;
  width: 60px;
  margin-bottom: 0;
  border: 1px solid #000000;
}
.hr_black {
  width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    margin-top: 20px;
}
.tab_text {
  margin-top: 10px;
}
.custom_quote_page {
  margin-bottom: 60px;
}
.icons_cont img, .two_items img {
  height: auto;
  width: 75% !important;
}
.two_items .FG-item {
  width: 75% !important;
}
.two_items .form-group-item {
  width: 45%;
}
.two_items {
  display: flex;
  justify-content: unset;
  gap: 40px;
}
.three_items .form-group-item {
  width: 30%;
}
.top_corners img {
  /*border-top-left-radius: 50%;
  border-top-right-radius: 50%;*/
}
.two_items .form-group-item img {
  width: 60%;
  /*border-top-left-radius: 50%;
  border-top-right-radius: 50%;*/
}
.three_items .form-group-item img {
  /*border-top-left-radius: 50%;
  border-top-right-radius: 50%;*/
}
.four_items .form-group-item {
  width: 24%;
}
.form-group-title {
  font-family: 'Corbel-Bold';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}
.coren .form-group-title {
  width: 305px;
}
.label_title {
  /*font-size: 18px !important;*/
  color: #000;
}
.form-group-items {
  display: flex;
  justify-content: space-between;
}
.form-group-item {
  width: 28%;
}
.tab3_other_row {
  justify-content: space-between !important;
}
.tab3_other_row .form-group-item:nth-child(1) {
  width: 28%;
}
.tab3_other_row .form-group-item:nth-child(2) {
  width: 65%;
}
.tab3_other_row .form-group-item input {
  width: 100% !important;
}
.form-group-item .FG-item {
  width: 100%;
    background-color: #000000;
    height: 35px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
    outline: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Corbel-Regular';
}
.form-group-items:not(.btns_row) .form-group-item .FG-item {
  height: auto;
  padding: 5px 0;
  min-height: 25px;
}
.other_btn .FG-item {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  height: 33px;
}
.other_btn .FG-item:hover {
  color: #000000 !important;
}
.inner_title_cont {
  position: relative;
}
.inner_title_cont .form-group-title {
  position: absolute;
  top: -37px;
}
.form-group-item input[type="radio"], 
.form-group-item input[type="checkbox"] {
  display: none;
}
.form-group-item img {
  width: 100%;
}
.form-group-item .FG-item:hover {
  color: #AFA08D;
  cursor: pointer;
}
.active_item .FG-item {
  color: #816042 !important;
}
.active_item img {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  border: 4px solid #000000;
}
.step2_row .form-group {
  width: 47%;
}
.textarea_field {
  display: flex;
  align-items: flex-end;
}
.form_cont textarea {
  border-radius: 0 !important;
}

.contact_form_section .step2_row textarea {
  height: 70px;
  height: 40px;
}
.contact_form_section .step2_row input:not([type="submit"]), 
.contact_form_section .step2_row textarea {
  border-bottom: 1px solid #000000;
}
.contact_form_section .step2_row input:focus,
.contact_form_section .step2_row input[type="email"]:focus,
.contact_form_section .step2_row textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #000000 !important;
}
.contact_form_section .step2_row input::placeholder, 
.contact_form_section .step2_row textarea::placeholder {
  color: #000000;
}
.contact_form_section .step2_row input, 
.contact_form_section .step2_row textarea {
  color: #000000;
}
.CQ_block #result-of-form,
.CQ_block .result-of-form {
  color: #e40909;
}
.CQ_block .submit_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CQ_block .submit_row>div {
  width: 50%;
}
.btn_col {
  text-align: right;
}
.back_row:hover {
  cursor: pointer;
  color: #816042;
}
.ContinuebTN {
  background: transparent;
  color: #000000;
  padding: 12px 30px;
  outline: none;
  border: 1px solid #000000;
  font-weight: 600;
}
.ContinuebTN:hover {
  background: #816042;
  cursor: pointer;
}
.back_arrow {
  font-size: 24px;
    margin-right: 10px;
    border: 1px solid #000000;
    color: #000000 !important;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
}
.back_row:hover .back_arrow {
  background-color: #816042;
}
.back_img_arrow {
    font-size: 24px;
    margin-right: 10px;
    border: 1px solid #000000;
    color: #000000 !important;
    border-radius: 50%;
    display: inline-block;
  display: none;
    width: 35px;
    height: 35px;
    text-align: center;
}
.back_img_arrow img {
  width: 10px;
    position: relative;
    top: 4px;
    left: -1px;
}
.back_row:hover .back_img_arrow {
  background-color: #816042;
}
.hidden_part {
  display: none;
  transition: all 0.8s ease;
}
.section2title {
  text-align: right;
}
.section2title span {
  padding-right: 0;
}
.CQ_block .contact_form_section input[type="submit"] {
  max-width: 300px;
    width: 140px;
    border: 1px solid #000000;
    padding: 0 20px !important;
    color: #000000;
    font-weight: 600;
}
.CQ_block .contact_form_section input[type="submit"]:hover {
  background-color: #816042 !important;
  border: 1px solid #000000 !important;
}
.CQ_block {
  background-color: #AFA08D;
  padding: 60px;
  border-radius: 60px;
  font-family: 'Corbel-Bold';
  background-image: url(/images/bg-form-min.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.CQ_block p {
  color: #000000;
  font-family: 'Gill-Sans-MT';
}
.CQ_block h2 {
  text-transform: uppercase;
  margin-top: 0;
  border: none;
    margin: 0;
    padding: 0;
}

.margL {
  margin-left: 6.7%;
}
.margR0 {
  margin-right: 0 !important;
}
.Width100 {
  width: 100% !important;
}
.form-group-items.center_images {
  justify-content: space-around;
}
.two_items.center_images .form-group-item {
  text-align: center;
}
.center_images .inner_title_cont .form-group-title {
  left: 11.7%;
}
.center_item {
  margin-left: auto;
  margin-right: auto;
}

.w3-active {
  border-bottom: 2px solid #AFA08D !important;
}
.custom_quote_block .w3-sidebar {
  border: none !important;
  padding-top: 60px;
  align-self: flex-start;
}
.w3-sidebar button:hover {
  cursor: pointer;
}
.w3-sidebar { height: 100%; z-index: 1; overflow: auto; }
.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click { width: 100%; }
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content { min-width: 100%; }
.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button { text-align: left; padding: 8px 16px; }
.w3-bar-block.w3-center .w3-bar-item { text-align: center; }
.w3-bar-block .w3-bar-item { 
  display: block;
    margin-bottom: 20px;
    font-family: 'Corbel-Bold';
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    outline: 0px;
    border: none;
    background: none;
 }
 .w3-bar-block .w3-bar-item:hover {
  border-bottom: 2px solid #000000 !important;
 }




.arch-slider-item {
  margin: 0 12px;
}
.arch-slider-item .arc-link-wrap:nth-child(2) {
  margin-top: 24px;
}
.arch-slider-item3 .arc-link-wrap:nth-child(2) {
  margin-left: 24px;
  margin-top: 0;
}
.arch-slider-item3 .arc-link-wrap:nth-child(3) {
  margin-top: 24px;
}
.arch-slider-item3-2 .arc-link-wrap:nth-child(2) {
  margin-left: 0;
  margin-right: 24px;
  margin-top: 0;
}
.arch-slider-item3-2 .arc-link-wrap:nth-child(1) {
  margin-bottom: 24px;
}
.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(8,8,8,.75);
  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 {
  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;
  padding: 10px 0 30px;
  background: transparent;
}
.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(8,8,8,.75);
  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-color: #000000;
  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);
}
.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;
}
.topnav button.dropbtn {
  font-family: 'Gill-Sans-MT';
}
footer .topnav {
  padding-right: 0;
}
footer .topnav a {
  padding-left: 10px;
  padding-right: 10px;
}
.architecturalmillwork-lyt .slick-lightbox-close:before {
  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 {
  top: 110%;
  border: 1px solid #AFA08D;
    padding: 12px 13px 8px;
    width: auto;
    height: auto;
}
.slideshow-arrow {
  fill: #AFA08D;
}
.prev.slick-arrow {
  right: 55px;
}
.slick-next:before {
  content: 'next' !important;
  font-family: 'swiper-icons' !important;
  color: #AFA08D !important;
    border: 1px solid #AFA08D;
    padding: 15px 18px;
    font-size: 20px;
}
.slick-lightbox .slick-next {
  right: 40px !important;
  z-index: 9999;
}
.slick-lightbox .slick-prev {
  z-index: 9999;
}
.slick-prev:before {
  content: 'prev' !important;
  font-family: 'swiper-icons' !important;
  color: #AFA08D !important;
    border: 1px solid #AFA08D;
    padding: 15px 18px;
    font-size: 20px;
}




.sub_bg_section .product_item_title {
  margin-top: 0;
}
.icons_section .creat_container .col33 img {
  width: auto;
  height: auto;
}
.icons_section .creat_container .col25 img {
  width: auto;
  height: auto;
}
.icons_section .creat_container .col33>div {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons_section p {
  color: #816042;
}
.icons_section .creat_container .col33 {
  border: 1px solid #816042;
  padding: 60px 20px;
}
.contact_section {
  background-image: url(/images/bg4.png);
    background-repeat: repeat-x;
    background-size: contain;
    margin: 130px 0 120px;
}
.contact_section>div {
  width: 100%;
  height: 100%;
  background: #00000080;
  position: relative;
}
.our_vision_section {
  background-image: url(/images/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 80% bottom;
  margin-top: 140px;
  position: relative;
}
.our_vision_section>div {
  width: 100%;
  height: 100%;
  background: #00000050;
  position: relative;
  padding-bottom: 120px;
}
.our_vision_section section {
  display: flex;
  align-items: center;
  max-width: 1100px;
}
.about_page .our_history_section_cont {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  margin-top: 80px;
}
.text_section {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
}
.about_page .team_img_section {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
}
.our_vision_block {
  border: 1px solid #816042;
  background-color: #000000;
  padding: 60px;
  width: 95%;
}
.abs_border_graphic {
  position: absolute !important;
    border: 1px solid #816042;
    width: 40% !important;
    top: -8%;
    height: 320px !important;
}
.border_graphic {
  width: 5%;
  height: 400px;
  border: 1px solid #816042;
  border-left: none;
}
.graphic_line {
  margin-top: 0;
}
.graphic_line span {
  border-bottom: 1px solid #816042;
  width: 40%;
  margin-bottom: 10px;
  display: inline-block;
}
.our_vision_text_block {
  display: flex;
}
.our_vision_text {
  padding-left: 10%;
}
.our_vision_text_block .col50:nth-child(1) {
  margin-right: 5%;
}
.our_vision_text_block .col50:nth-child(2) {
  margin-left: 5%;
  margin-top: 60px;
}
.contact_section h4 {
  color: #ffffff;
  font-size: 21px;
}
.contact_section .col33, .contact_section .col66 {
  border: 1px solid #ffffff;
}
.contact_section .col33 {
  padding: 40px;
  margin-right: 24px;
  z-index: 99;
}
.contact_section .col66 {
  height: 100%;
}
.contact_form_section {
  margin-top: 30px;
  margin-bottom: 60px;
}

.contact_form_section input, .contact_form_section textarea {
  width: 100%;
  background: transparent !important;
  color: #ffffff !important;
  height: 40px;
  border: none;
  padding: 0 10px !important;
}
.contact_form_section input:not([type="submit"]), .contact_form_section textarea {
  border-bottom: 1px solid #ffffff;
}
.contact_form_section .form_cont input[type="text"]:focus, .contact_form_section input[type="email"]:focus, .contact_form_section textarea:focus {
  border-bottom: 1px solid #ffffff !important;
  outline: none;
}
.contact_form_section .form-group {
  overflow: hidden;
  margin-bottom: 20px;
}
.contact_form_section input::placeholder, .contact_form_section textarea::placeholder {
  color: ffffff !important;
}
.contact_form_section textarea::placeholder, .form_cont textarea::placeholder {
  padding-top: 12px;
}
.contact_form_section.form_step2 .form-group.textarea_field textarea::placeholder {
  padding-top: 0;
  position: relative !important;
  top: 37px;
  top: 4px;
}
.contact_form_section input[type="submit"] {
  max-width: 40%;
    border: 1px solid #ffffff;
    padding: 0 20px !important;
}
.contact_form_section input[type="submit"]:hover {
  cursor: pointer;
}
.follow_icons {
  text-align: center;
  margin-right: 30px;
}
.follow_icons a {
  margin: 0 10px;
}
.form_col textarea {
  border-radius: 0 !important;
}

.contact_section input, .contact_section textarea {
  width: 100%;
  background: transparent !important;
  color: #ffffff !important;
  height: 40px;
  border: none;
  padding: 0 10px !important;
}
.contact_section input:not([type="submit"]), .contact_section textarea {
  border-bottom: 1px solid #ffffff;
}
.contact_section .form_cont input[type="text"]:focus, .contact_section input[type="email"]:focus, .contact_section textarea:focus {
  border-bottom: 1px solid #ffffff !important;
  outline: none;
}
.contact_section .content_section {
  display: flex;
  align-items: center;
  width: 100%;
}
.contact_section .form-group {
  overflow: hidden;
  margin-bottom: 20px;
}
.contact_form_block textarea {
  font-family: 'Gill-Sans-MT';

}
.contact_section input::placeholder, .contact_section textarea::placeholder {
  color: ffffff !important;
}
.contact_form_block textarea::placeholder, 
.form_cont textarea:focus {
  color: ffffff !important;
}
::-webkit-input-placeholder { color: #ffffff !important; font-family: 'Gill-Sans-MT'; }
:-ms-input-placeholder { color: #ffffff !important; font-family: 'Gill-Sans-MT';}
::-ms-input-placeholder { color: #ffffff !important; font-family: 'Gill-Sans-MT';}
::placeholder { color: #ffffff !important; font-family: 'Gill-Sans-MT';}

textarea::-webkit-input-placeholder { position: relative; top: -5px; font-family: 'Gill-Sans-MT'; }
textarea:-ms-input-placeholder {  position: relative; top: -5px; font-family: 'Gill-Sans-MT';}
textarea::-ms-input-placeholder {  position: relative; top: -5px; font-family: 'Gill-Sans-MT';}
textarea::placeholder {  position: relative; top: -5px; font-family: 'Gill-Sans-MT';}

.form-group.textarea_field textarea::placeholder,
.form-group-items input::placeholder,
.form-group-item input::placeholder, 
.custom_quote_page .form_step2 textarea {
  color: #000000 !important;
  position: static !important;
}
.custom_quote_page .form_step2 input, 
.custom_quote_page .form_step2 textarea {
  color: #000000 !important;
  border-radius: 0 !important;
}


.contact_section input[type="submit"] {
  max-width: 40%;
    border: 1px solid #ffffff;
    padding: 0 20px !important;
}
.contact_section input[type="submit"]:hover {
  cursor: pointer;
}
.submit_row {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
#result-of-form {
  color: #ff7575;
}
.lang_link {
  text-transform: uppercase;
  background-color: #816042;
  position: absolute;
  padding: 15px;
  right: 0;
  top: 15px;
  color: #ffffff;
  text-decoration: unset;
  z-index: 9;
}
.lang_link:hover {
  background-color: #AFA08D !important;
}
.lang_link:hover span {
  color: #ffffff !important;
}
.bottom_row p a {
  color: #ffffff;
  text-decoration: none;
}
.bottom_row p a:hover {
  color: #816042;
}
.abs_section {
  position: absolute;
  display: flex;
  width: 100%;
  top: -24px;
}
.abs_section .col33 {
  border: none !important;
  background: transparent !important;
  z-index: -9;
  padding-left: 0;
  padding-right: 0;
}
.abs_section .col66 {
  border: 1px solid #816042;
    border-right: none;
    background-color: #000000;
    height: 400px;
    display: flex;
    align-items: center;
}
.contact_section .content_section .col66 {
  z-index: 9;
}
.cta_btn {
  margin-top: 0;
  position: relative;
  z-index: 99;
}
.cta_btn_row {
  margin-top: 50px;
}
.cust_quote_text {
  width: 66%;
}
.product_form_btn:hover {
  border: 1px solid #AFA08D !important;
  border-bottom: 1px solid #AFA08D !important;
  color: #AFA08D;
}
.contact_form_block .submit_row .product_form_btn:hover, 
.form_cont .submit_row .product_form_btn:hover {
  color: #AFA08D !important;
}

.modal-header, .modal-body, .modal-footer {
  background-color: #000000 !important;
}
.modal-header .modal-title {
  color: d6d6d6;
}
.modal-content a {
  color: #816042;
}
.modal-content .btn-primary {
  background-color: #816042 !important;
  border: none;
  min-width: 120px;
}
.modal-content  .btn-link {
  color: #816042 !important;
}
.modal-content  .btn-link:hover, 
.modal-content a:hover {
  color: #AFA08D !important;
}
html, body {
  background-color: #000000 !important;
}
.modal-content {
  border: 2px solid #AFA08D !important;
  top: 60px;
}

#bootstrapCookieConsentSettingsModal .modal-header .modal-title {
  color: #d6d6d6 !important;
}
#bootstrapCookieConsentSettingsModal .modal-dialog {
  max-width: 800px !important;
}
#bootstrapCookieConsentSettingsModal .modal-body, 
#bootstrapCookieConsentSettingsModal .modal-footer {
  padding: 16px !important;
}
#bootstrapCookieConsentSettingsModal .modal-header {
  border-bottom: 1px solid #ffffff !important;
}
#bootstrapCookieConsentSettingsModal .modal-footer {
  border-top: 1px solid #ffffff !important;
}
.bccs-option {
  color: #ffffff !important;
}
.bccs-option ul {
  margin-left: 20px;
}
.our_projects_block .modal .carousel-indicators {
  left: 0;
}

@media screen and (max-width: 1599px) {
  .abs_section .col66 {
      margin-left: 13%;
  }
}
@media screen and (max-width: 1200px) {
  .custom_quote_bg section {
      max-width: 95%;
  }
  .our_projects_page .submain_container, section {
      max-width: 95%;
  }
  .policy_page {
    max-width: 95%;
    margin: 0 auto;
}
}
@media screen and (max-width: 1100px) {
  .form-group-items.btns_row {
      display: block;
  }
  .form-group-items.tab3_other_row {
      display: flex;
  }
  .btns_row .form-group-item {
      width: 49%;
      margin-right: 0;
      display: inline-block;
  }
  .btns_row .form-group-item:nth-child(2n+1) {
      margin-right: 1.5%;
  }
  .num_items .form-group-item {
      width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .footer_rect {
    width: 75%;
  }
  .custom_quote_block {
      flex-direction: column;
  }
  .custom_quote_block .w3-sidebar {
      padding-top: 10px;
  }
  .w3-sidebar.col33, 
  .CQ_block.col66 {
    width: 100%;
  }
  .CQ_block {
    padding: 0;
    border-radius: 40px;
  }
  .CQ_inner_block {
    padding: 40px;
  }
  
  .our_projects_page .creat_section {
      margin-top: 30px;
  }
  .our_projects_page .section_title {
      margin-bottom: 30px;
  }
  .about_page .our_history_section_cont {
    max-width: 95%;
  }
  .text_section {
    max-width: 95%;
  }
  .about_page .team_img_section {
    max-width: 95%;
  }
  .menu_bg_container {
    display: none !important;
  }
  .dropdown .dropbtn {
    height: auto;
  }
  .dropdown-content a {
      padding: 12px 16px;
      margin-left: 0;
  }
  .dropdown-content {
    padding-top: 0;
  }
  .topnav.responsive {
    background: linear-gradient(to bottom, #000000, #434141);
  }
  .topnav {
    display: block;
    padding-right: 0;
  }
  .lang_link {
      right: 56px;
      top: 0;
      padding: 13px 15px;
  }
  .expertise_section {
      width: 97%;
  }
  .expertise_cont .col66 {
      padding-left: 40px;
  }

  .product_banner_details h2, .product_page h2 {
      font-size: 36px;
  }
  .product_page h3 {
      font-size: 26px;
  }
  .product_item_cont {
    padding: 30px;
  }
  .submain_container, section {
    max-width: 95%;
  }
  header {
    width: 99%;
  }
  .product_banner_details h2, .banner_section h2 {
    font-size: 44px;
  }
  .banner_text {
      font-size: 21px;
  }
  .dropdown.closed .dropdown-content {
    display: none !important;
  }
  .dropdown.open_dropdown .dropdown-content {
    display: block !important;
  }
  .header_container {
    display: block;
    height: 50px;
    position: relative;
    
  }
  .logo_container img {
    width: 100px;
    height: auto;
  }
  .logo_container {
    padding: 12px 30px;
  }
  .logo_container {
    position: absolute;
    z-index: 99;
  }
  .first_menu_item {
    margin-top: 52px;
  }
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    font-size: 19px !important;
  }
  .topnav.responsive {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    /*background-color: #816042;*/
    border-bottom: 1px solid #000000;
  }
  .topnav.responsive .icon {
      background-color: #000000;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav.responsive .dropdown .dropbtn {
    background-color: unset;
    border-bottom: 1px solid #000000;
  }
  .topnav.responsive a {
    color: #ffffff !important;
  }
  h3 {
      font-size: 21px;
      margin-bottom: 0;
  }
  .full_w_line {
    margin-top: 60px;
  }
  .logos_section {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0 30px;
  }
  footer .root_section {
    width: 95%;
    margin: 0 auto;
  }
  .left_img_pos .product_item_cont {
      right: 85px;
  }
  .contact_section {
      margin: 120px 0 80px;
  }
  .contact_section input[type="submit"] {
      max-width: 50%;
  }
  .open_dropdown a {
    margin-left: 20px;
  }
  footer .topnav.responsive {
      position: relative;
  }
  .slide_container {
      min-height: 295px;
  }
}

@media screen and (max-width: 820px) {
  .titleV1 {
    margin-top: 10px !important;
}


  .contact_form_block .section_title {
      margin-top: 80px;
  }
  .contact_form_block .form_col {
      padding: 30px 30px 10px 30px;
  }
  .contact_data_block {
      height: 350px;
  }
  .abs_bg_graphic {
    height: 400px;
  }
  .contact_row_container {
    flex-direction: column;
  }
  .contact_row_container .col50 {
    width: 100%;
  }
  .expertise_section {
      margin-top: 120px;
  }
  .about_page .our_history_section_cont {
      margin-top: 60px;
  }
  .our_vision_section>div {
      padding-bottom: 80px;
  }
  .slide_container {
      min-height: 370px;
  }
  .policy_contact {
      flex-direction: column;
      gap: 0;
  }
  .policy_contact p {
    margin: 10px 0;
  }
  p {
      line-height: 1.2;
  }
  .btn_link {
    padding: 15px 30px;
  }
  .product_banner_details h2, .product_page h2 {
    font-size: 32px;
  }
  .product_variants span {
    width: 100%;
  }
  .product_page h3 {
      font-size: 23px;
  }
  .product_banner_details h2, .banner_section h2 {
    font-size: 36px;
  }
  .banner_text {
      font-size: 20px;
  }
  .banner_link {
      margin-top: 40px;
  }
  .brown_bg img {
      bottom: -15px;
  }
  .black_bg img {
      top: -10px;
  }
  .btn_link {
      margin-top: 10px;
  }
  .brown_bg .img_col {
      padding-left: 15px;
  }
  .black_bg .img_col {
      padding-right: 15px;
  }
  .swiper-header {
    display: unset;
  }
  .contact_row_container {
      flex-direction: column;
  }
  .contact_row_container .col50 {
      width: 100%;
  }
  .contact_row_container .col50:nth-child(2) {
      display: unset;
      margin-top: 0;
  }
  .contact_row_container .col50:nth-child(1) p {
      margin-bottom: 0;
  }
  .contact_row_container .col50:nth-child(2) p {
      margin-top: 0;
  }
  .row4 {
      margin-top: 0px;
  }
  .bottom_row p {
      margin-top: 3px;
  }
  .product_item_links a {
    font-size: 15px;
  }
  .icons_section .creat_container .col33 {
      padding: 30px 10px;
  }
  .abs_section .col66 {
      margin-left: 6%;
  }
  .contact_section .col33 {
      padding: 20px;
  }
  .our_history_img {
    padding-right: 60px;
  }
  .our_history_details {
    padding-left: 60px;
    padding-top: 10px;
  }
  .team_img_right_col img {
    top: 40px;
    left: -60px;
  }

}


@media screen and (max-width: 768px) {
  .slide_container {
      min-height: 385px;
  }
  .product_banner_details h2, .banner_section h2 {
    font-size: 32px;
  }
  .banner_text {
      font-size: 18px;
  }
  .carousel.slide.w-100 .carousel-item {
      justify-content: center;
  }

}
@media screen and (max-width: 660px) {
  .margL {
      margin-left: 0;
      text-align: center;
  }
  .mobCenter {
    text-align: center;
  }

  .footer_contact {
    padding-top: 10px;
  }
  .custom_quote_bg {
    background-size: 100%;
  }
  .section2title {
      margin: 20px 0;
  }
  .section2title span  {
    text-align: right;
  }
  .our_team_section .creat_container .col25 p span {
    min-height: unset;
  }
  .file_btn .contact-file {
      margin-top: 0;
  }
  .icons_cont img, .two_items img, .two_items .FG-item  {
      height: auto;
      width: 60% !important;
  }
  .form-group-item img {
      width: 60%;
  }
  .form-group-item .FG-item {
      width: 60%;
  }
  .unclickable img {
    margin-bottom: 10px;
  }
  .two_items {
      gap: 10px;
  }
  .icons_item img {
    width: auto !important;
    height: 180px;
  }
  
  .cor_image_W .product_item_img_block img {
    width: 100%;
  }
  .popup_content { 
    width: 380px; 
  } 
  .contact-file {
    margin-top: 20px;
  }
  .visib_hidden {
    display: none !important;
  }
  .inner_title_cont .form-group-title {
      position: static;
      margin-top: 20px;
  }
  .step2_row .textarea_field {
    width: 100%;
  }
  .CQ_block h2 {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
  }
  .policy_page h1 {
    font-size: 26px;
  }
  .policy_page h2 {
    font-size: 22px;
  }
  .policy_page h3 {
    font-size: 19px;
  }
  .policy_page ul {
    padding-left: 20px;
    margin-right: 20px;
  }
  .btns_row .form-group-item {
      width: 100%;
  }
  .btns_row .form-group-item:nth-child(2n+1) {
      margin-right: 0;
  }
  .num_items {
    flex-direction: column;
  }
  .num_items .form-group-item {
      width: 100%;
      margin-bottom: 10px;
  }
  .ContinuebTN {
      padding: 12px 20px;
  }
  .form_step1 .form-group-items {
      flex-direction: column;
  }
  .form-group-item .FG-item {
    margin-bottom: 20px;
  }
  .btns_row .FG-item {
    margin-bottom: 0;
  }
  .form_step1 .form-group-item {
      width: 100%;
  }
  .slick-next:before, .slick-prev:before {
    background-color: #AFA08D60;
  }
  .our_projects_page .creat_section {
      margin-top: 0;
  }
  .white_line {
      width: 100%;
  }
  .contact_us_block, .contact_form_block {
    flex-direction: column;
  }
  .about_page .our_history_section_cont {
      margin-top: 40px;
  }
  .abs_bg_graphic {
    display: none;
  }
  .contact_data_block {
    top: -30px;
    padding: 20px !important;
  }
  .contact_us_block {
    margin-top: 40px;
  }
  .contact_us_block .col55 {
      padding: 0;
      margin-top: 30px;
  }
  .contact_form_block .form_col {
      margin-right: 0;
  }
  .follow_icons {
      text-align: center !important;
      margin-right: 0;
      margin-bottom: 40px;
  }
  .contact_form_block .section_title {
      margin-right: 0;
  }
  .about_page .our_history_section_cont {
      max-width: 90%;
  }
  .about_page .team_img_section {
      max-width: 90%;
  }
  
  .text_section {
    max-width: 90%;
  }
  .our_vision_section>div {
      padding-bottom: 40px;
  }
  .our_gallery_text {
      width: 100%;
      padding-bottom: 10px;
  }
  .our_gal_section {
      margin-bottom: 30px;
  }
  .our_gal_section .creat_container .col25:nth-child(2), 
  .our_gal_section .creat_container .col25:nth-child(3) {
      margin: 0;
  }
  .our_gal_section .creat_container .col25 {
    margin-top: 20px !important;
  }
  .our_team_section .creat_section {
      margin-top: 0;
  }
  .our_vision_text_block {
      flex-direction: column;
  }
  .our_vision_block {
      padding: 20px;
  }
  .border_graphic, .abs_border_graphic {
    display: none;
  }
  .our_vision_section {
      margin-top: 60px;
  }
  .our_vision_text_block .col50:nth-child(1) {
      margin-top: 30px;
      margin-right: 0;
  }
  .our_vision_text_block .col50:nth-child(2) {
      margin-top: 30px;
      margin-left: 0;
  }
  .our_vision_block {
      width: 100%;
  }
  .slide_container {
      min-height: 410px;
      min-height: auto;
  }
  .section_title span {
      display: block;
      background: linear-gradient(to bottom, #816042 70%, #000000 30%);
  }
  .bottom_row p {
      font-size: 13px;
  }
  
  .col25, .col75, .col33, .col66, .col20, .col50, .col60, .col40, .col55, .col45, .col48, .col52  {
    width: 100%;
  }
  .banner_section {
      flex-direction: column;
  }
  .banner_img_cont {
      position: static;
  }
  .inner_img_block {
      padding: 0;
  }
  .banner_img_cont .col33:nth-child(2) {
    padding: 0 10px;
  }
  .banner_link {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .content_section {
      flex-direction: column;
  }
  .brown_bg .content_section .col50:nth-child(2), .brown_bg .content_section .col45 {
    order: -1;
  }
  .brown_bg img, .black_bg img {
    position: static;
    margin-top: 30px;
  }
  .brown_bg .img_col {
      padding-left: 0;
  }
  .black_bg .img_col {
      padding-right: 0;
  }
  .submain_container, section {
      max-width: 90%;
  }
  .text_col {
      padding: 0;
  }
  .swiper-pagination {
    display: block;
    bottom: -40px !important;
  }
  .swiper-button-next, 
  .swiper-button-prev {
    display: none !important;
  }
  .creat_container {
      display: unset;
  }
  .creat_container .col33:nth-child(2) {
    margin: 0;
  }
  
  .our_team_section .creat_container .col33:nth-child(2) {
      margin-bottom: 40px;
  }
  .our_team_section .section_title {
      margin: 30px 0;
  }
  .creat_container .col33 {
    margin-bottom: 40px;
  }
  .full_w_line {
      margin-top: 40px;
  }
  .logos_section {
    display: unset;
    margin-top: 0;
    padding-top: 30px;
  }

  .logos_section .col20 {
      padding: 20px 0;
  }
  .logos_section .col20:nth-child(1) img {
    max-height: 90px;
  }
  .logos_section .col20 img {
    max-width: 40%;
  }
  .about_section {
      padding: 40px 0;
  }
  .row1, .row2, .row3, .row4 {
      flex-direction: column;
  }
    .footer_icons {
      text-align: left;
  }
  footer .root_section {
      width: 90%;
  }
  .footer_icons a {
      margin-left: 0;
      margin-right: 10px;
  }
  .row2 ul {
      flex-direction: column;
  }
  .row2 ul li {
      margin-top: 20px;
  }
  .footer_full_row {
    display: none;
  }
  .bottom_row {
    text-align: center;
  }
  .hide_on_mob {
    display: none;
  }
  .product_section {
    flex-direction: column;
  }
  .product_img_l_col {
    order: -1;
  }
  .product_banner_details {
    padding-left: 0;
  }
  .product_item .product_section .col40, .product_item .product_section .col45 {
      border: none;
      margin-top: 10px;
  }
  .product_item_cont {
    position: static;
    width: auto;
  }
  .product_item h2 {
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
  .product_page h3 {
      font-size: 21px;
      width: 100%;
  }
  .product_section {
      padding-top: 0;
  }
  .product_item_cont {
      padding: 20px;
  }
  .product_item_links a {
      font-size: 15px;
  }
  .product_item_details {
      width: 90%;
  }
  .product_main_img_block {
    margin-top: 20px;
  }
  .left_img_product_title {
    display: block;
    padding-right: 0;
  }
  .abs_section {
      position: static;
      flex-direction: column;
  }
  .abs_section .col66 {
      margin-left: 0;
      border-right: 1px solid #816042;
  }
  .contact_section .col33 {
      margin-right: 0;
  }
  .contact_section {
      margin: 40px 0 30px;
  }
  .contact_section .content_section .col66 {
      display: none;
  }
  .contact_section {
      width: 90%;
      margin: 0 auto;
  }
  .contact_section .text_col {
      padding: 20px;
  }
  .icons_section .creat_container .col33 {
      padding: 30px 0;
  }
  .icons_section .creat_container .col33 {
      margin-bottom: 40px;
  }
  .icons_section .creat_section {
      margin-top: 30px;
  }
  .our_history_img {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .our_history_details {
    padding-left: 0;
    padding-top: 0;
    border-top: 1px solid #ffffff;
    border-left: none;
  }
  .our_history_details p {
    padding-top: 30px;
  }
  .our_history_section {
    flex-direction: column;
  }
  .our_history_img img {
    width: 70%;
  }
  .display_flex {
    flex-direction: column;
  }
  .team_img_right_col img {
      position: static;
      width: 100%;
  }
  .team_img_left_col img {
      width: 100%;
  }
  .expertise_section {
      width: 90%;
      margin: 0 auto;
      border: none;
  }
  .brown_bg_cont {
    display: none;
  }
  .expertise_cont .col66 {
    padding: 0;
  }

}

@media screen and (min-width: 1024px) {
  .topnav .dropdown>button.dropbtn {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

@media screen and (min-width: 1400px) {
  .topnav .dropdown>button.dropbtn {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

@media screen and (min-width: 1500px) {
  .footer_rect {
      width: 87%;
  }
}
@media screen and (min-width: 1600px) {
  .abs_section .col66 {
      margin-left: 14.5%;
  }
  .footer_rect {
      width: 92%;
  }
}
@media screen and (min-width: 1800px) {
  .footer_rect {
      width: 99%;
  }
  .abs_section .col66 {
      margin-left: 15.5%;
  }
  .expertise_section {
      width: 85%;
  }
  .expertise_cont {
    padding-left: 20%;
  }
  .brown_bg_section {
    width: 65%;
  }
}
@media screen and (min-width: 2100px) {
  .abs_section .col66 {
      margin-left: 16.5%;
  }
  .expertise_section {
      width: 70%;
  }
  .expertise_cont {
    padding-left: 40%;
  }
  .brown_bg_section {
    width: 60%;
  }
  .expertise_section {
      width: 80%;
  }
  .expertise_cont {
    padding-left: 27%;
  }
  .brown_bg_section {
      width: 65%;
  }
}
@media screen and (min-width: 2400px) {
  .abs_section .col66 {
      margin-left: 18.5%;
  }
  .expertise_section {
      width: 73%;
  }
  .expertise_cont {
    padding-left: 37%;
  }
}
@media screen and (min-width: 3000px) {
  .abs_section .col66 {
      margin-left: 20.5%;
  }
  .expertise_section {
      width: 70%;
  }
  .expertise_cont {
    padding-left: 40%;
  }
  .brown_bg_section {
    width: 60%;
  }
}
