@import url('https://fonts.googleapis.com/css?family=Lato:900');

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

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: var(--bodyText);
  font-family: 'Lato', sans-serif;
}

h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

h2 {
  font-size: 40px;
  line-height: 44px;
}

h2 .lttl_text1 {
  font-size: 14px;
}

h2 .lttl_text1 {
  font-size: 12px;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.container {
  max-width: 2200px;
  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;
  color: var(--white);
}

.red_text {
  color: var(--red);
}

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

.hdr_contact {
  background: var(--red);
  padding: 10px 15px;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
}

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

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 nav .header_logo_img {
  max-width: 80px;
  width: 100%;
  display: block;
}

header nav li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #353841;
  padding: 10px 9px;
}

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

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;
}

.about {
  padding: 300px 0;
}

section {
  z-index: 99999;
}

section.main_title {
  z-index: 0 !important;
}

.locations_we_serve {
  overflow: hidden;
  position: relative;
  min-height: 30vh;
}

.locations_we_serve.map_canvas {
  height: 30vh;
}

.map_canvas {
  height: 30vh;
}


.main_title .bg-video-wrap {
  overflow: hidden;
  position: relative;
  background: url(../video/bg-video.PNG) no-repeat center center;
  background-size: cover;
  max-width: 4000px;
  width: 100%;
  margin: 0% auto;
  min-height: 98vh;
  height: 100%;
}

.main_title .bg-video-wrap video {
  max-width: 4000px;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: inherit;
  margin: 0 auto;
  object-fit: cover;
}

.main_title .overlay {
  width: 100%;
  min-height: 98vh;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .3) 50%);
  background-size: 1px 1px;
  z-index: 2;
}

.main_title .title {
  text-align: center;
  color: var(--white);
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 800px;
  width: 100%;
  height: fit-content;
  text-transform: uppercase;
  letter-spacing: 5px;
  transform: translateY(-50%);
}

.main_title .main_btns,
.more_inf .main_btns,
.main_title_about .main_btns {
  position: relative;
  display: inline-block;
  padding: 9px;
  border: 2px solid var(--white);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  margin: 5px;
}

.main_title .main_btns.fill {
  border-color: transparent;
  color: var(--white);
  background: var(--red);
}

.main_title .main_btns:hover {
  color: var(--white);
}

.about {
  background-image: url("../img/span.et_parallax_bg_wrap@3x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
}

.blackSection a {
  color: var(--white);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.blackSection_inf {
  background-color: #160b14;
  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;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.blackSection_inf .blackSection_inf-a {
  color: var(--white);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.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: 24px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.7;
  letter-spacing: 8.33px;
}

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

.showOurWork_arrow {
  background-color: var(--red);
  text-align: center;
  position: relative;
}

.showOurWork_arrow a {
  color: var(--white);
  font-size: 24px;
  letter-spacing: 1.15px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(45%);
}

.about h4 {
  text-transform: uppercase;
}

.about_text {
  color: var(--white);
  padding: 0;
}

.about_text .wrapper {
  background: rgba(0, 0, 0, 0.7);
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
}

.red_wrapper {
  background: rgba(158, 14, 14, 0.8) !important;
  text-align: center;
}

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

.application {
  background: var(--white);
  padding: 60px 50px 60px;
}

.application .application_title,
.main_desc .design_title {
  color: var(--red);
  letter-spacing: 5px;
  font-size: 24px;
}

.main_desc .design_title {
  padding: 30px 50px;
}

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

.pricing .pricing_wrapper {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
}

.pricing .pricing_wrapper h4 {
  margin-bottom: 15px;
}

.pricing .pricing_wrapper .price {
  font-size: 26px;
  font-weight: bold;
  color: var(--red);
}

.pricing .pricing_wrapper p {
  font-weight: 100;
  letter-spacing: 2px;
}

.process {
  padding-top: 50px;
  padding-bottom: 50px;
}

.process h4 {
  text-transform: uppercase;
}

.process .process_wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.process p {
  margin-bottom: 0px;
}

.process_img {
  max-width: 280px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}

.showmore_btn,
.local_business .visitWebsite {
  max-width: 180px;
  background-color: var(--red);
  width: 100%;
  display: block;
  padding: 10px 15px;
  color: var(--white);
  margin: 15px auto 0;
  text-align: center;
  font-size: 15px;
  border-color: rgba(255, 255, 255, 0);
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
}

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

.reviews_stars {
  background-image: url("../img/price_.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
  padding: 0;
}

.reviews_stars .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.7);

}

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

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

.reviews_block {
  padding-bottom: 25px;
}

.reviews_stars i {
  color: var(--red);
  display: inline-block;
  margin: 5px;
  font-size: 20px;
}

.reviews_stars .text {
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.more_inf .epoxy_inf,
.more_inf .video_block,
.more_inf .what_we_do .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.more_inf .epoxy_inf {
  background-color: var(--red);
  padding-left: 30px;
  padding-right: 30px;
  color: var(--white);
}

.more_inf .epoxy_inf .wrapper {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}


.more_inf .text {
  margin-bottom: 15px;
}

.more_inf .video_block {
  position: relative;
}

.more_inf .video_block video,
.more_inf .video_block .video_bg_color {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

.more_inf video[poster] {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.more_inf .video_bg_color {
  background: rgba(0, 0, 0, .3);
}

.more_inf #more_infVideoBtn {
  display: block;
  font-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 1;
  border: 3px solid var(--white);
  border-radius: 50%;
  padding-top: 12px;
  padding-left: 10px;
  text-align: center;
  cursor: pointer;
  margin: 25px auto 0;
  opacity: 0.5;
  color: var(--white);
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.more_inf .prices {
  padding-top: 150px;
  padding-bottom: 150px;
}

.more_inf .what_we_do {
  background: url('../img/epoxy_inf.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}

.more_inf .what_we_do:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.more_inf .what_we_do .wrapper {
  position: relative;
  color: var(--white);
  max-width: 560px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.more_inf .main_btns {
  letter-spacing: 5px;
}

.contact {
  padding: 70px 15px;
}

.contact form {
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
}

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

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.contact form button {
  max-width: 600px;
}

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

#honeypot {
  display: none;
}

.contact .steps {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 30px;
}

.contact .step {
  display: flex;
  position: relative;
}

.contact .step .left_border {
  width: 2px;
  background: var(--red);
  min-height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
}

.contact .step .info {
  margin: 6px 0 30px;
}

.contact .step .title {
  margin: 0 0 8px;
}

.contact .step .text {
  padding-bottom: 0;
  margin: 0;
}

.contact .number {
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50%;
  border: 2px solid var(--red);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--red);
  font-size: 22px;
  font-weight: 600;
  margin-right: 14px;
  margin-left: -25px;
  position: relative;
}

.contact .number.completed {
  background-color: var(--red);
}

.contact .number svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.contact .number svg path {
  fill: var(--white);
}

.map iframe {
  width: 100%;
  min-height: 300px;
  height: 100%;
}

.map .col-md-12 {
  padding: 0;
}

footer {
  background: var(--black);
  padding: 64px 15px;
  color: var(--white);
}

footer .footer_logo {
  max-width: 140px;
  width: 100%;
}

footer .footer_link {
  font-size: 18px;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 2px;
}


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

footer .menu li a {
  font-weight: 400;
  letter-spacing: 2px;
  transition: 0.5s;
}

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

footer .AllRightsReserved {
  letter-spacing: 2px;
  padding-top: 50px;
  display: block;
  font-weight: 200;
}

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

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

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

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

/* gallery page */
.fancybox-lock .fancybox-overlay {
  z-index: 10999 !important;
}

.gallery_btns {
  padding-top: 150px;
}

.gallery_tabs {
  padding: 21px 8px 16px 8px;
  cursor: pointer;
  color: #000000;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.gallery_tabs span {
  font-size: 24px;
  font-weight: 100;
}

.gallery_tabs h5 {
  font-weight: bold;
  font-stretch: condensed;
  margin-top: 10px;
}

.gallery {
  margin-bottom: 130px;
}

.gallery img {
  max-width: 350px;
  width: 100%;
  height: 260px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

/*aviation hangar coatings*/
.aviation-hangar-coatings_title {
  padding-top: 17px;
  padding-bottom: 40px;
}

.aviation_inf {
  margin-top: 46px;
  margin-bottom: 56px;
}

.aviation-hangar-coatings_title img {
  max-width: 700px;
  width: 100%;
}

.aviation_inf h3 {
  margin-top: 48px;
  margin-bottom: 12px;
}

.aviation_inf .logo img {
  max-width: 265px;
  width: 100%;
}

.prep_work span,
.aviation_description span {
  font-family: 'Vegan Style Personal Use';
  font-size: 32px;
  margin-top: 56px;
  margin-bottom: 8px;
  display: block;
}

.aviation-hangar-coatings_title .title_but {
  max-width: 354px;
  width: 100%;
  margin: 60px auto 0 auto;
  height: 48px;
  background-color: #d5daeb;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  line-height: 48px;
}

.aviation-hangar-coatings_title .title_but_red {
  max-width: 160px;
  width: 100%;
  background-color: #9e0e0e;
  display: block;
  float: right;
  padding: 12px 10px;
  color: #fff;
  margin-bottom: 15px;
  font-family: 'Vegan Style Personal Use';
}

.aviation-hangar-coatings_title .title_but_red img,
.aviation_call .title_but_red img {
  max-width: 40px;
  width: 100%;
  margin-left: 7px;
}

.aviation_photos img,
.aviation_description img {
  max-width: 464px;
  width: 100%;
  margin: 0 auto;
}

.aviation_photos .two_img a:first-child,
.aviation_description .two_img a:first-child {
  margin-bottom: 15px;
}

.aviation_photos .one_img a,
.aviation_photos .one_img img {
  height: 100%;
}

.aviation_photos .col-md-6 {
  margin-bottom: 20px;
}

.aviation_call .gray_link {
  background-color: #d5daeb;
  margin-top: 43px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #252a32;
  padding: 12px 10px;
}

.aviation_call .title_but_red {
  max-width: 161px;
  width: 100%;
  background-color: #9e0e0e;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-family: 'Vegan Style Personal Use';
  float: right;
  margin-bottom: 67px;
}

/* about page */
.main_title_about {
  background: var(--red);
  padding-top: 250px;
  padding-bottom: 100px;
  color: var(--white);
}

.main_title_about h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.main_title_about .about_main_ph {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 15px auto;
}

.main_title_about .wrapper,
.about_mote_inf .wrapper,
.about_work .wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.main_title_about .main_btns {
  letter-spacing: 5px;
}

.about_mote_inf {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.about_work {
  background-image: url("../img/price.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
  padding: 0;
}

.about_work .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.7);
}

.about_work .showmore_btn,
.reviews_page .showmore_btn {
  max-width: 240px;
}

/* Aviation Hangar Coatings page*/
.airport_hangars_main {
  background-image: url("../img/price_.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: var(--white);
}

.airport_hangars_main .wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.airport_hangars_main h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.airport_hangars_main .container-fluid {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 300px;
  padding-bottom: 150px;
}

.factors {
  padding-top: 30px;
  padding-bottom: 30px;
}

.factors .row {
  margin-bottom: 50px;
  margin-top: 50px;
}

.main_desc .wrapper {
  max-width: 460px;
  margin: 0 auto;
}

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

.factors .wrapper {
  max-width: 600px;
  margin: auto;
}

.factors img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.call_block {
  padding-top: 25px;
  padding-bottom: 25px;
  color: var(--white);
  background: var(--red);
}

/* contact page */
.contact_page {
  background-image: url("../img/price.jpg");
}

/* reviews page */
.reviews_page_title {
  background-image: url("../img/about.jpeg");
}

.reviews_page {
  padding-top: 70px;
  padding-bottom: 70px;
}

.reviews_page .col-lg-4 {
  margin-bottom: 50px;
}

.reviews_page .wrapper {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: auto;
  background: #eee;
  padding: 15px;
  height: 100%;
}

.reviews_page .reviews_page_icon {
  position: absolute;
  top: -7px;
  left: -7px;
}

.reviews_page .name {
  display: block;
  color: var(--red);
  letter-spacing: 2px;
  font-weight: 700;
}

/* community page */
.local_business {
  padding-bottom: 50px;
}

.local_business .wrapper {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}

.local_business .local_business_img {
  max-width: 500px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.local_business .community_h {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 3px;
}

.local_business .web_site {
  color: var(--red);
  font-weight: bold;
  display: block;
  letter-spacing: 3px;
}

.local_business .visitWebsite {
  max-width: 500px;
}

/*flooring-residential.html */
.garage_floors_page {
  background-image: url("../img/indexTop5.jpg");
}

.garage_floor,
.commercial_floor,
.process_inf,
.base_colors,
.polyaspartic_floor,
.polyaspartic_inf {
  padding-top: 100px;
  padding-bottom: 100px;
}

.garage_floor .wrapper,
.commercial_floor .wrapper,
.polyaspartic_floor .wrapper,
.polyaspartic_inf .wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.garage_floor .garage_floor_item,
.polyaspartic_floor_item {
  max-width: 800px;
  margin: 0 auto 15px;
  background: #eee;
  padding: 15px;
}

.garage_floor .flooring_logos img,
.commercial_floor .commercial_logos img {
  max-width: 156px;
  width: 100%;
  height: 109px;
  margin: 30px auto 10px;
}

.mb_50 {
  margin-bottom: 50px;
}

/* commercial page */
.commercial_page {
  background-image: url("../img/epoxy_inf.jpg");
}

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

/* our process page */
.our_process_page .process_main_imgs {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 30px;
}

.process_inf .wrapper,
.process_metallics_epoxy .wrapper {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.base_colors img,
.process_metallics_epoxy img {
  max-width: 150px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.base_colors span {
  letter-spacing: 2px;
}

.base_colors .color_blend {
  margin-top: 15px;
}

.base_colors .color_blend img {
  margin: 0 auto 25px;
}

.process_metallics_epoxy {
  background: var(--red);
  color: var(--white);
  padding-top: 70px;
  padding-bottom: 70px;
}

/* polyaspartic page */
.polyaspartic_page {
  background-image: url("../img/Polyaspartic.png");
}

.polyaspartic_inf ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.polyaspartic_inf .polyaspartic_img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}

.garage_floor_title {
  margin-bottom: 50px;
}

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

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

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

@media only screen and (max-width : 1140px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 7px;
    padding-left: 7px;
  }
}

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

  .about,
  .pricing,
  .reviews_stars,
  .about_work,
  .airport_hangars_main {
    background-attachment: scroll !important;
  }

  .blackSection_inf h4 {
    font-size: 16px;
  }

  header nav li a {
    letter-spacing: 1px;
  }
}

@media only screen and (max-width : 992px) {
  .factors_items .wrapper {
    max-width: 600px;
  }

  .blackSection_inf {
    background-color: #160b14;
    padding: 30px 15px 30px
  }
}

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

@media only screen and (max-width : 900px) {
  .gallery img {
    height: 200px;
  }
}

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

@media only screen and (max-width : 768px) {
  .hdr_contact {
    text-align: center;
    font-size: 14px;
  }

  .txt_al {
    text-align: center !important;
  }

  .showOurWork_arrow {
    padding: 50px 15px;
  }

  .showOurWork_arrow a {
    position: relative;
  }

  .about,
  .pricing {
    padding: 150px 0;
  }

  .more_inf .epoxy_inf,
  .more_inf .what_we_do .wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .application {
    padding: 60px 50px 0px;
  }

  .contact form {
    margin: 0 auto 70px;
  }

  footer {
    text-align: center;
  }

  .main_title_about {
    text-align: center;
  }

  .garage_floor .wrapper {
    max-width: 800px;
  }

  .process_metallics_epoxy .wrapper {
    max-width: 700px;
    margin-bottom: 50px;
  }

  .process_inf .wrapper {
    max-width: 700px;
  }

  .polyaspartic_floor .wrapper,
  .wrapper,
  .polyaspartic_inf .wrapper,
  .polyaspartic_inf .polyaspartic_img {
    max-width: 800px;
  }
}

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

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

  .blackSection_inf {
    padding: 25px 15px 30px;
  }

  .showOurWork_arrow {
    padding: 30px 15px;
  }

  .gallery img {
    height: 160px;
  }

  .about h4 a {
    font-size: 18px;
  }

  .application {
    padding: 60px 0px 0px;
  }

  .main_desc .design_title {
    padding: 30px 0px;
  }
}

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

  h4 {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .pricing {
    text-align: center;
  }
}
