:root {
  --red: #9e0e0e;
  --bodyText: #252525;
  --white: #ffffff;
  --black: #000000;
  --darkBg: #160b14;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #353841;
}

h1 {
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 56px;
  text-transform: uppercase;
}

h3 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

h6 {
  font-size: 24px;
  font-weight: bold;
}

.container {
  max-width: 16000px;
  width: 100%;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

a:hover,
a {
  text-decoration: none;
}

a:hover {
  color: var(--white);
}

.container {
  max-width: 1400px;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

header .hdr_icons {
  height: 24px;
  width: 24px;
}

header .hdr_contact {
  background: var(--red);
  padding: 8px 0;
  color: var(--white);
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 1.71px;
}

header .hdr_contact span,
header .hdr_contact a {
  padding: 0 7px;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

header nav .header_logo_img {
  max-width: 80px;
  width: 100%;
  display: block;
}

header nav .header_logo_img,
header nav li a,
header .bg-light {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

header .navbar-light .navbar-nav .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  color: #160b14;
  padding: 10px 24px;
}

header .dropdown-menu {
  border-radius: 0px;
  border: none;
  width: 100%;
}

header .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--red);
}

header .bg-light {
  background: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-toggler {
  margin: 5px 0 3px 0;
}

.navbar-toggler {
  padding: 0 5px;
  border: none;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

.main_title {
  background-image: url("../img/home_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--red);
  padding-top: 230px;
  padding-bottom: 130px;
}

.main_title img {
  max-width: 360px;
  width: 100%;
}

.main_title h2 {
  font-weight: normal;
}

.bisiness_desc {
  padding-top: 47px;
  padding-bottom: 60px;
  background: var(--darkBg);
  color: var(--white);
}

.bisiness_desc .wrapper {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.bisiness_desc h4 {
  color: var(--red);
}

.red_btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  background: var(--red);
  padding: 35px;
  min-width: 224px;
  width: auto;
}

.about {
  background-image: url("../img/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
  padding-top: 170px;
  padding-bottom: 160px;
}

.about .about_text .wrapper {
  max-width: 1584px;
  width: 100%;
  margin: 0 auto;
}

.about .about_text .text_wrapper,
.pricing .wrapper {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 7%;
  padding-right: 7%;
}

.about .about_text .text_wrapper h5 {
  margin-bottom: 35px;
}

.about .red_wrapper {
  background: var(--red);
  opacity: 1;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 38px;
}

.about .red_wrapper a {
  color: var(--white);
  letter-spacing: 2px;
}

.application,
.process {
  background: var(--white);
  padding-top: 88px;
  padding-bottom: 88px;
}

.application .application_title,
.process .process_title {
  color: var(--red);
  margin-bottom: 46px;
}

.main_desc {
  background-color: #160b14;
}

.blackSection a,
.blackSection_inf,
.blackSection_inf .blackSection_inf-a {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.blackSection a {
  color: var(--white);
  cursor: pointer;
}

.blackSection_inf {
  padding: 48px 15px 67px;
  color: var(--white);
  background-image: linear-gradient(to top, white 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 0.5s ease-in-out;
}

.blackSection_inf .blackSection_inf-a {
  color: var(--white);
}

.blackSection_inf:hover {
  background-position: bottom;
  color: var(--black);
}

.blackSection_inf:hover .blackSection_inf-a,
.blackSection_inf:hover a {
  color: var(--black);
}

.blackSection_inf span {
  font-size: 40px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 8.33px;
  display: block;
  margin-bottom: 36px;
}

.blackSection_inf h4 {
  font-size: 20px;
  font-weight: 500;
}

.blackSection_inf p {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.process h6 {
  margin-top: 18px;
  margin-bottom: 29px;
  text-transform: uppercase;
}

.process p.last_p {
  margin-bottom: 54px;
}

.process .process_row {
  max-width: 1614px;
  width: 100%;
  margin: 0 auto;
}

.process .process_imgs {
  max-width: 360px;
  width: 100%;
  margin: 34px auto;
}

.process .red_btn {
  margin-top: 54px;
}

.pricing {
  background-image: url("../img/pricing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
  padding: 144px 15px;
}

.pricing .pricing_titles {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
}

.pricing .price {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

.reviews {
  background-image: linear-gradient(180deg, var(--red) 10%, #000000 91%) !important;
  padding: 88px 15px 120PX;
}


.reviews .reviews_title {
  color: var(--white);
  margin-bottom: 50px;
}

.reviews_wrapper {
  background: var(--white);
  padding: 30px;
  height: 100%;
}

.reviews_block {
  padding-bottom: 25px;
}

.contact {
  padding-top: 114px;
  padding-bottom: 126px;
}

.contact form {
  max-width: 768px;
  margin: 0 auto;
}

.contact form h6 {
  opacity: 0.9;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 4.58px;
  color: #160b14;
  margin-bottom: 45px;
}

.contact form label {
  opacity: 0.8;
  font-size: 25px;
  line-height: 1.28;
  color: #160b14;
  margin-bottom: 10px;
}

.contact form label span {
  color: var(--red);
}

.contact form input {
  border: solid 1px #160b14;
  padding: 12px 16px;
  width: 100%;
  line-height: 1;
  margin-bottom: 48px;
}

.contact form button {
  width: 100%;
  background: var(--red);
  line-height: 1;
  padding: 35px;
  border: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

#thankyou_message h2 {
  text-align: center;
  margin-bottom: 50px;
}

#honeypot {
  display: none;
}

.contact .map {
  padding: 0 15px;
}

.contact #map_canvas {
  max-width: 632px;
  width: 100%;
  min-height: 300px;
  height: 100%;
}

footer {
  background: #160b14;
  padding: 88px 0 30px;
  color: var(--white);
}

footer .footer_logo {
  max-width: 224px;
  width: 100%;
  margin: 0 auto;
}


footer .menu ul {
  list-style-type: none;
  padding: 0;
}

footer .menu li a {
  display: inline-block;
}

footer .menu li a,
footer .footer_contact_inf {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 3px;
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: var(--white);
}

footer .menu li a:hover {
  color: var(--red);
}

footer .footer_contact_inf {
  display: block;
}

footer .footer_btns {
  width: 24px;
  height: 24px;
}

footer .social_span {
  margin-right: 15px;
}

footer .footer_icons {
  margin: 28px 0 0 0;
  padding: 0;
  list-style: none;
}

footer .footer_icons li {
  display: inline-block;
}

footer .footer_icons a img {
  margin: 5px;
  transition: 1s;
}

footer .footer_icons a:hover img {
  transform: scale(1.3);
}

footer .AllRightsReserved {
  padding-top: 40px;
  display: block;
  letter-spacing: 1.16px;
}

/* services page */
.services_page {
  background-image: url("../img/services.jpg");
}

.services_page,
.about_page,
.blog_page {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
  padding-top: 230px;
  padding-bottom: 150px;
}

.services_page_inf h6 {
  text-transform: uppercase;
  margin-bottom: 36px;
}

.services_page_inf .red_wrapper {
  max-width: 632px;
  width: 100%;
  margin: 0 auto;
}

.services_page_inf .red_wrapper {
  background: var(--red);
  padding: 205px 88px;
  color: var(--white);
}

.services_page_inf .red_wrapper h3 {
  margin-bottom: 0;
}

.services_page_inf .highlighted_text h6 {
  color: var(--red);
  margin-bottom: 25px;
}

/* about.html */
.about_page {
  background-image: url("../img/about_page.jpg");
}

.about_page .main_logo,
.blog_page .main_logo,
.post_page .main_logo,
.services_page .main_logo {
  max-width: 360px;
  width: 100%;
}

.about_page .wrapper,
.blog_page .wrapper,
.post_page .wrapper,
.services_page .wrapper {
  max-width: 630px;
  width: 100%;
}

.about_page .wrapper p {
  font-size: 40px;
  line-height: 1.65;
}

.about_page .about_title {
  margin-bottom: 47px;
}

.about_page_inf,
.services_page_inf {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about_inf_title,
.services_inf_title {
  max-width: 496px;
  width: 100%;
}

.about_inf_title h3,
.services_inf_title h3 {
  color: var(--red);
  margin-bottom: 12px;
}

.about_inf_title .wrapper,
.about_inf_img {
  max-width: 632px;
  width: 100%;
}

.about_inf_row,
.services_inf_row {
  margin-top: 100px;
}

.about_page_inf .black_wrapper,
.about_page_inf .wrapper {
  max-width: 632px;
  width: 100%;
}

.about_page_inf .black_wrapper {
  background: #160b14;
  padding: 205px 88px;
  color: var(--white);
}

.about_page_inf .black_wrapper h3 {
  margin-bottom: 0;
}

.about_page_inf .highlighted_text {
  text-transform: uppercase;
}

/* blog.html */
.blog_page {
  background-image: url("../img/blog.jpg");
}

.posts {
  padding-top: 44px;
}

.posts .post_img,
.post .wrapper {
  max-width: 632px;
  width: 100%;
  margin: 44px auto;
}

.posts .post_title {
  text-transform: uppercase;
  margin-bottom: 36px;
}

.posts .post_description {
  margin-bottom: 36px;
}

.post .post_btns {
  float: right;
  padding: 14px;
  min-width: 168px;
}

/* post page */
.post_page {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
  padding-top: 230px;
  padding-bottom: 150px;
}

.post_page1 {
  background-image: url("../img/blog/post1.jpg");
}

.post_page2 {
  background-image: url("../img/blog/post2.jpg");
}

.post_page3 {
  background-image: url("../img/blog/post3.jpg");
}

.post_inf {
  padding-top: 88px;
  padding-bottom: 88px;
}

.post_inf .wrapper {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto 30px;
}

.services_page_inf .services_inf_img,
.services_page_inf .wrapper {
  max-width: 632px;
  width: 100%;
  margin: 0 auto;
}

/* garage-flooring.html */
.garage_floors {
  background-image: url("../img/garage.jpg");
}

.garage_inf {
  margin-top: 112px;
  margin-bottom: 80px;
}

.garage_logos img {
  max-width: 224px;
  width: 100%;
  display: block;
  margin: 16px auto;
}

/* commercial-flooring.html */
.commercial_floors {
  background-image: url("../img/commercial.jpg");
}

.commercial_inf {
  margin-bottom: 80px;
}

.commercial_logos img {
  max-width: 224px;
  width: 100%;
  display: block;
  margin: 16px auto;
}

/*aviation-hangar-flooring.html*/
.airport_floors {
  background-image: url("../img/Aviation.jpg");
}

.services_page_inf .highlighted_text h3 {
  color: var(--red);
  margin-bottom: 55px;
}

/* our-process.html */
.process_page {
  background-image: url("../img/process.jpg");
}

.process_wrapper h6 {
  margin-bottom: 36px;
}

.process_wrapper p {
  margin-bottom: 100px;
}

.process_inf h3 {
  color: var(--red);
  margin-bottom: 64px;
}

.process_pricing {
  background-image: url("../img/process_pricing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
  padding: 144px 15px;
}

.process_design h3 {
  color: var(--red);
  margin-bottom: 100px;
  margin-top: 108px;
}

.process_colors {
  padding-top: 96px;
}

.process_colors .color_imgs {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 48px;
}

.metallics_epoxy .color_imgs {
  display: inline-block;
  max-width: 136px;
  width: 100%;
  margin: 48px auto 0;
}

.metallics_epoxy h3 {
  color: var(--red);
  margin-bottom: 64px;
  margin-top: 120px;
}

@media only screen and (max-width : 1660px) {}

@media only screen and (max-width : 1450px) {}

@media only screen and (max-width : 1200px) {
  footer .social_span {
    display: block;
  }
}

@media only screen and (max-width : 1140px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 42px;
  }
}

@media only screen and (max-width : 1024px) {
  .attachment_scroll {
    background-attachment: scroll !important;
  }
}

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

  .bisiness_desc,
  .application {
    text-align: center;
  }

  .application .application_title,
  .process .process_title {
    margin-bottom: 26px;
  }

  .bisiness_desc .red_btn,
  .main_desc .red_btn {
    margin-top: 30px;
  }

  .main_desc .red_btn {
    margin-bottom: 30px;
  }

  .contact iframe {
    display: block;
    margin: 50px auto 0;
    max-width: 768px;
  }

  .contact form h6 {
    margin-bottom: 25px;
  }

  .contact form input {
    margin-bottom: 18px;
  }

  .contact form button {
    margin-top: 25px;
  }

  footer .menu li a {
    margin-bottom: 8px;
  }

  .contact #map_canvas,
  .services_page_inf .services_inf_img,
  .services_page_inf .wrapper,
  .services_page_inf .red_wrapper {
    max-width: 768px;
    width: 100%;
    margin: 50px auto 0;
  }

  .services_inf_title {
    margin: 0 auto;
    max-width: 768px;
  }

  .about_page_inf .black_wrapper,
  .services_page_inf .red_wrapper {
    padding: 100px 50px;
  }

  .about_page_inf .black_wrapper h3,
  .services_page_inf .red_wrapper h3 {
    font-size: 36px;
  }

  .posts .post_img {
    margin: 44px auto 0;
  }

  .process_colors .clrs_fist_block .col,
  .metallics_epoxy .clrs_fist_block .col {
    width: 25% !important;
    flex: auto;
  }

  .process_colors .clrs_second_block .col {
    width: 50% !important;
    flex: auto;
  }

  .process_colors .color_imgs {
    margin: 0 auto 15px;
  }

  .metallics_epoxy .color_imgs {
    margin: 15px auto 0;
  }
}

@media only screen and (max-width : 920px) {}

@media only screen and (max-width : 900px) {}

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

  .process_colors .col,
  .metallics_epoxy .col {
    width: 25%;
  }
}

@media only screen and (max-width : 768px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  header .hdr_contact,
  .pricing {
    text-align: center;
  }

  header .hdr_contact span {
    display: block;
  }

  .process .process_imgs {
    margin: 15px auto;
  }

  footer {
    text-align: center;
  }

  .about_page,
  .blog_page,
  .post_page,
  .services_page {
    text-align: center;
  }

  .about_page .wrapper,
  .blog_page .wrapper,
  .post_page .wrapper,
  .services_page .wrapper {
    margin: 0 auto;
  }

  .about_page,
  .blog_page,
  .post_page {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .about_inf_title,
  .about_inf_title .wrapper,
  .about_inf_img,
  .about_inf_row,
  .about_page_inf .black_wrapper,
  .about_page_inf .wrapper,
  .about_page_inf .black_wrapper {
    max-width: 768px;
    margin: 0 auto;
    display: block;
  }

  .about_page_inf .about_inf_img,
  .about_page_inf .black_wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .about_page_inf .red_btn {
    margin-top: 30px;
  }

  .about_page_inf,
  .post_inf,
  .services_page_inf {
    padding-bottom: 0;
  }

  .posts .post_title,
  .posts .post_description {
    margin-bottom: 15px;
  }

  .post .wrapper {
    margin: 15px auto 44px;
  }

  .services_inf_row {
    margin-top: 0px;
  }

  .services_page_inf .highlighted_text h3 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width : 768px) {}

@media only screen and (max-width : 575px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  .main_desc {
    text-align: center;
  }

  .blackSection_inf {
    padding: 20px 15px 20px;
  }
}

@media only screen and (max-width : 450px) {
  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .about_page_inf .black_wrapper .services_page_inf .red_wrapper {
    padding: 50px 15px;
  }

  .about_page_inf .black_wrapper h3,
  .services_page_inf .red_wrapper h3 {
    font-size: 26px;
  }

  .process_colors .clrs_fist_block .col,
  .metallics_epoxy .clrs_fist_block .col {
    width: 50% !important;
    flex: auto;
  }
}