@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

.bg-black {
  background: black;
}

.bg-grey {
  background: #f5f5f5;
}

.btn-primary {
  color: #fff;
  background-color: #ae8155;
  border-color: #ae8155;
}

.btn-primary:hover {
  color: #fff;
  background-color: #966e47;
  border-color: #8d6843;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 129, 85, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ae8155;
  border-color: #ae8155;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8d6843;
  border-color: #84613f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 129, 85, 0.5);
}

.hero-fullscreen-banner .background-image {
  left: 0;
  height: 100vh;
  object-fit: cover;
  opacity: 0.7;
}

.hero-fullscreen-container {
  height: 100vh;
}

.jobs-completed .jobs-thumbnail-image {
  height: 225px;
  object-fit: cover;
  border-radius: 10px;
}

.jobs-completed .job-summary {
  font-size: 1rem;
}

.jobs-completed .btn-secondary {
  font-size: .8rem;
}

.btn-circle.btn {
  border-radius: 10px;
}

.products-sidebar .product {
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 0.9rem;
}

.products-sidebar .product:hover {
  background: #e2e2e2;
  color: #343a40;
}

.products-sidebar .product:last-child {
  border-bottom: 0 !important;
}

.main-navigation {
  z-index: 1;
}

.main-navigation a:hover {
  text-decoration: none;
}

.main-navigation .top-bar {
  font-size: .7rem;
  letter-spacing: .08rem;
  background-color: #ae8156;
}

.main-navigation .nav-item {
  font-size: .9rem;
  letter-spacing: .08rem;
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.3s ease;
  color: white;
}

.main-navigation .nav-item:active,
.main-navigation .nav-item.active {
  color: #ae8155;
}

.main-navigation .nav-item:last-child {
  margin-right: 0 !important;
}

.main-navigation .main-section .nav-height {
  height: 75px;
}

.main-navigation .mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  background: #ae8156;
  color: #ffffff;
  z-index: 99;
  display: none;
  height: 100vh;
  overflow-y: auto;
}

.main-navigation .icon-bar {
  height: 3px;
  width: 30px;
  background: #272727;
}

.our-products{
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}

.our-products .product-image {
  object-fit: cover;
  height: 230px;
}

.our-products .product-name {
  z-index: 1;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.2s ease;
}

.our-products .product-name:hover {
  background: rgba(0, 0, 0, 0.65);
}

.our-clients{
  display: flex;
  padding-bottom: 3rem;
}

.our-clients .client-image{
  object-fit: cover;
  height: 150px;
}

.sub-menu {
  position: relative;
  display: none;
}

.sub-nav-item {
  color: white;
  font-size: .8rem;
}

.product-container .main-image {
  height: 300px;
  object-fit: cover;
}

.client-logos-carousel .slick-slide img {
  max-height: 100px;
  max-width: 250px;
  text-align: center;
}

.btn-circle.primary-color {
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px !important;
}

.footer-cta {
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px !important;
  color: #9e7348 !important;
}

.slick-track {
  margin-left: 0 !important;
}

.collapsed .footer-toggle:after {
  content: "\f078";
}

.footer-menu a:hover {
  text-decoration: none;
}

.footer-collapse {
  max-width: 250px;
}

.footer-toggle:after {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 9px;
  padding-left: 0.5em;
  position: relative;
  bottom: 1px;
}

/* @media (max-width: 991px) {
  .jobs-completed .jobs-thumbnail-image {
    height: 250px;
  }
} */

@media screen and (min-width: 768px) {
  .main-navigation .mobile-navigation {
    position: relative;
    top: 0px;
    display: block !important;
    background: transparent;
    color: #000000;
    height: auto;
    overflow-y: visible;
  }

  .main-navigation .mobile-navigation .nav-item {
    font-size: .9rem;
    letter-spacing: .08rem;
    border-bottom: 3px solid transparent;
    transition: border-bottom 0.3s ease;
    color: #272727;
  }

  .main-navigation .mobile-navigation .nav-item:active,
  .main-navigation .mobile-navigation .nav-item.active,
  .main-navigation .mobile-navigation .nav-item:hover {
    border-bottom: 3px solid #a77c52;
  }

  .main-navigation .mobile-navigation .nav-item:last-child {
    margin-right: 0 !important;
  }

  .main-navigation .top-bar {
    font-size: .82rem;
  }

  .main-navigation .main-section .nav-height {
    height: 100px;
  }

  .jobs-completed .btn-secondary {
    font-size: 1rem;
  }

  .sub-nav-item {
    font-size: .9rem;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .sub-nav-item:hover {
    background: white;
    color: black;
  }

  .sub-menu {
    position: absolute;
    top: 75px;
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 560px) {
  .jobs-completed .jobs-thumbnail-image {
    height: 225px;
    object-fit: cover;
  }
}

.item {
  background: grey;
  text-align: center;
  padding: 50px 0;
}

.slick-slide {
  margin: 0 5px;
}

.slick-prev:before,
.slick-next:before {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.product-thumbnails .thumbnail-container .thumbnail-img {
  object-fit: cover;
  height: 50px;
  cursor: pointer;
}

.jobs-completed-carousel .thumbnail-container .thumbnail-img {
  object-fit: cover;
  height: 130px;
}

.jobs-completed-carousel .recent-title {
  bottom: 0px;
  margin: 0 auto;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: .8rem;
}

.row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.gutter-10 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-next:before {
  content: "" !important;
  font-family: FontAwesome !important;
  color: black !important;
  padding: 2px !important;
  font-size: 1rem !important;
  background: transparent !important;
  box-shadow: none !important;
}

.slick-prev:before {
  content: "" !important;
  font-family: FontAwesome !important;
  color: black !important;
  padding: 2px !important;
  font-size: 1rem !important;
  background: transparent !important;
  box-shadow: none !important;
}

.slick-dots li button:before {
  content: "" !important;
  font-family: FontAwesome !important;
  font-size: 12px !important;
}

@media screen and (max-width: 590px) {

  .slick-next,
  .slick-prev {
    display: none !important;
  }

  .jobs-completed .jobs-thumbnail-image {
    height: 150px;
  }

  .product-container .main-image {
    height: 170px;
  }

  /* NEW CSS */
  .top_nav_font_size{
    font-size: 7px;
  }

  .small_icon{
    width: 10px !important;
  }

  .display_none_mobile{
    display: none;
  }

}

/* NEW CSS */
.display_flex{
  display: flex;
}

.direction_row{
  flex-direction: row;
}

.space_between{
  justify-content: space-between;
}

.space_around{
  justify-content: space-around;
}

.bold{
  font-weight: 800;
}

.small_icon{
  width: 20px;
}

.top_nav_opacity{
  background-color: rgba(28, 28, 28, 0.5);
}

.col_md_10{
  max-width: 83.333333% !important;
}

.padding_left_10_percent{
  padding-left: 10% !important;
}

.padding_right_10_percent{
  padding-right: 10% !important;
}

.padding_left_15_percent{
  padding-left: 15% !important;
}

.undo_margin_right{
  margin-right: 0px !important;
}

.padding_top_30px{
  padding-top: 30px;
}

.padding_bottom_30px{
  padding-bottom: 30px;
}

.padding_bottom_7px{
  padding-bottom: 7px;
}

.bordered_div {
  position: relative;
  padding: 2px;
  border-right: 5px solid #ae8156;
  border-top: 5px solid #ae8156;
  border-bottom: 5px solid #ae8156;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.bordered_div::before,
.bordered_div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background-image: linear-gradient(to right, #c8a98b, #ae8156);
}

.bordered_div::before {
  top: -5px; 
}

.bordered_div::after {
  bottom: -5px; 
}

.secondary_container_styling{
  padding-left: 12%;
}

.secondary_container_styling_h2{
  padding-left: 20%;
  padding-bottom: 5%;
}

.padding_left_5_percent{
  padding-left: 5%;
}

.padding_right_5_percent{
  padding-right: 5%;
}

.padding_left_20_percent{
  padding-left: 20%;
}

.mb-3{
  margin-bottom: 3%;
}

.mb-4{
  margin-bottom: 4%;
}

.button_styling {
  padding: 6px 35px;
  border: none !important;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(to right, #c8a98b, #ae8156);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.image_radius img{
  border-radius: 15px;
  overflow: hidden;
}

.text_center{
  text-align: center;
}

.slick-prev{
  left: 0 !important;
}

.about_container_background {
  background-image: url('/images/about-background.png');
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
}

.contact_container_background{
  background-image: url('/images/contact-us-background.jpg');
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.company_details_container_background {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
}

.footer_nav_container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
}

.footer_copyright_container{
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 12px;
}

.company_details_logo{
  max-width: 250px;
}

.about_us_image_div{
  max-width: 40%;
}

.about_us_image{
  max-width: 450px;
}

.company_details_image{
  max-width: 550px;
}

.about_us_text_div{
  max-width: 40%;
}

.flex{
  display: flex;
}

.direction_row{
  flex-direction: row;
}

.direction_column{
  flex-direction: column;
}

.h3_gradient_text {
  background-image: linear-gradient(to right, #c8a98b, #ae8156);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.about_us_heading{
  font-weight: 600;
}

.slick-dots {
  list-style: none !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0;
  margin: 0;
  margin-top: 25px !important;
  width: unset !important;
  bottom: 0 !important;
  position: relative !important;
}

.main_about_us_div{
  align-items: center;
}

.projects_cards{
  border-radius: 10px;
  height: 375px;
  max-width: 300px;
}

.featured_work_div{
  background-image: linear-gradient(to right, #c8a98b, #ae8156);
  max-width: unset !important;
}

.pt-5{
  padding-top: 3rem;
}

.individual-job{
  background-color: white;
}

.project_details{
  height: 400px;
}

.project_name_button_div{
  margin-top: auto;
  padding-top: 10px;
}

.jobs-completed .slick-next{
  right: 0 !important;
}

.contact_form_card{
  background-color: white;
  border-radius: 10px;
}

.inputs{
  border-radius: 10px;
  border: 2px solid #ae8156;
}

.jobs-completed.slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}

.projects_button_div{
  padding-left: 12%;
}

.contact_us_text_div{
  width: 40%;
}

.uppercase{
  text-transform: uppercase;
}

.details_labels{
  font-weight: 600;
  color: #ae8156;
  padding-right: 8px;
}

.fax_spacing{
  padding-left: 50px;
}

.follow_us_labels{
  font-weight: 600;
  padding-right: 20px;
}

.pr_10px{
  padding-right: 10px;
}

.set_hard_width{
  width: 607.05px;
}

.copyright_logo{
  width: 32%;
}

.copyright_date{
  width: 65%;
}

.mt_secondary_blades{
  margin-top: 20vh;
}

.pb_5_percent{
  padding-bottom: 5%;
}

.lora{
  font-family: "Lora", serif;
}

.whole_footer_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1300px) {
  .whole_footer_container {
    position: relative; 
  }
}

@media(min-width: 1231px) {
  .bordered_div{
    max-width: 80%;
  }

  .slick-next{
    right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .override_max_width{
    max-width: 1940px !important;
  }
}

@media(max-width: 370px) {
  .hero_text{
    font-size: 16px !important;
  }
}

@media(max-width: 480px) {
  .secondary_container_styling_h2{
    text-align: center;
    padding-left: 0 !important;
  }
}

@media(max-width: 600px) {
  .hero_text{
    font-size: 18px !important;
  }

  .about_us_image{
    max-width: 315px !important;
  }

  .projects_cards{
    height: 340px !important;
    max-width:  unset !important;
  }

  .flex_mobile_clients{
    width: 100%;
  }

  .contact_us_text_div {
    width: 100% !important;
  }

  .fax_spacing{
    padding-left: 20px !important;
  }

  .mobile_header_contact_btn_mobile{
    padding-left: unset;
    text-align: center;
  }

  .company_details_container_background{
    margin-top: 0;
  }

  .company_details_image {
    max-width: 300px !important;
    padding-top: 2rem;
  }

  .footer_nav_container{
    margin-top: 0;
  }

  .copyright_date{
    width: unset;
  }

  .copyright_logo{
    width: unset;
  }
}

@media(max-width:769px){
  .jobs-completed .job-summary{
    font-size: .7rem;
  }
  .display_none_mobile{
    display: none;
  }
}

@media(max-width:921px){
  .jobs-completed .job-summary{
    font-size: .7rem;
  }
}

@media(max-width: 1300px){
  .company_details_image {
    max-width: 450px;
  }
}

@media(max-width:1000px){
  .main_about_us_div{
    flex-direction: column !important;
  }

  .about_us_text_div{
    max-width: 100% !important;
    text-align: center !important;
  }

  .about_us_image_div {
    max-width: 100% !important;
  }

  .about_container_background .padding_right_10_percent{
    padding-right: unset;
  }

  .about_container_background .padding_left_10_percent{
    padding-left: unset;
  }

  .about_us_button_div{
    margin-bottom: 3rem;
  }
  .hero_text{
    font-size: 24px;
  }
  .display_none_mobile{
    display: none;
  }
  .contact_us_text_div{
    width: 100%;
  }
}