html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: #111; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #c70505; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }

.btn {
  position: relative;
  white-space: nowrap;
  outline: none;
  margin: 15px 0;
  color: #fff;
  background-color: #c70505;
  border: 2px solid #c70505;
  padding: 8px 35px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Smooch Sans", sans-serif;
  transition: all 0.5s ease-in-out;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .btn {
      padding: 9px 35px;
      font-size: 20px; } }

.btn:hover {
  color: #fff;
  background-color: #0d1a26;
  border: 2px solid #0d1a26; }

.btn:focus {
  color: #fff;
  background-color: #0d1a26;
  border: 2px solid #0d1a26; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0d1a26;
  border: 2px solid #0d1a26; }

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #0d1a26;
  border: 2px solid #0d1a26; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #0d1a26;
  border: 2px solid #0d1a26; }

.btn:focus {
  box-shadow: none; }

.btn.focus, .btn:focus {
  box-shadow: none; }

.title-h {
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
  padding-bottom: 5px;
  margin-bottom: 00px;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Smooch Sans", sans-serif; }
  @media (max-width: 768px) {
    .title-h {
      font-size: 39px;
      line-height: 39px; } }

.litle-h {
  position: relative;
  padding-left: 80px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #c70505;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif !important; }
  @media (max-width: 991px) {
    .litle-h {
      font-size: 15px;
      padding-left: 65px; } }

.litle-h:before {
  z-index: 1;
  display: block;
  left: 0;
  top: 50%;
  content: '';
  height: 2px;
  width: 50px;
  margin-top: -1px;
  position: absolute;
  background-color: #c70505; }

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 15px;
  margin-top: 20px;
  color: #666; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.inner-h {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: "Smooch Sans", sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 0px; } }

.back-img {
  background-size: cover;
  background-position: center; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block  !important; } }

.desctop-view {
  display: block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none  !important; } }

/******navbar start*******/
.top-bar {
  background-color: #0d1a26;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 768px) {
    .top-bar {
      text-align: center; } }
  .top-bar p {
    position: relative;
    color: #fff;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px; }
    @media (max-width: 991px) {
      .top-bar p {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
        padding: 4px 0 4px 0; } }
  .top-bar a {
    color: #fff;
    display: inline-block; }
  .top-bar a:hover {
    color: #ccc; }
  .top-bar .svg-inline--fa {
    margin: 5px 0px 2px 7px;
    height: 27px;
    width: 27px;
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 15px; }
  .top-bar .svg-inline--fa:hover {
    border: 1px solid #c70505;
    color: #fff;
    background: #c70505; }
  .top-bar .top-right {
    text-align: right; }
    @media (max-width: 991px) {
      .top-bar .top-right {
        display: none; } }
  @media (max-width: 991px) {
    .top-bar .top-left {
      text-align: center; } }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 24px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #c70505; }

  .attr-nav {
    display: none; } }
nav.navbar.bootsnav {
  background: #fff;
  z-index: 100; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      border-bottom: 1px solid #f2f2f2; } }

.navbar {
  min-height: 135px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 110px; } }

.navbar-brand {
  padding: 0px 0px 0 10px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 5px 5px 2px 5px; } }
  @media (max-width: 460px) {
    .navbar-brand {
      padding: 0px 5px 0px 5px; } }

.navbar-brand img {
  width: auto;
  height: 93px; }
  @media (max-width: 1100px) {
    .navbar-brand img {
      height: 80px; } }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 60px; } }
  @media (max-width: 460px) {
    .navbar-brand img {
      height: 69px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #c70505;
    width: 250px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 40px 18px 30px 0px;
    font-weight: 400;
    font-size: 16px; } }
  @media (min-width: 991px) and (max-width: 1260px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 40px 12px 10px 0px;
      font-weight: 500;
      font-size: 13px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #c70505; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 15px;
    font-weight: 400; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #eee; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    color: #0d1a26;
    padding: 14px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #0d1a26;
    font-size: 17px;
    padding: 7px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.navbar-fixed.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 28px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #0d1a26;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: #0d1a26 !important; }
  @media (max-width: 992px) {
    nav.navbar-fixed.bootsnav .btn {
      background-color: #c70505 !important;
      color: #fff !important;
      margin: 10px 10px 0 0px; } }

nav.no-background.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 28px 10px 0 0px;
  font-weight: 500;
  background-color: transparent  !important;
  border: 2px solid  #fff  !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff  !important;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 992px) {
    nav.no-background.bootsnav .btn {
      background-color: #c70505 !important;
      color: #fff !important;
      margin: 10px 10px 0 0px; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #0d1a26 !important;
  border: 2px solid #0d1a26 !important;
  color: #fff !important; }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 100px;
  margin-top: 8px; }
  @media (max-width: 1100px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 80px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 85vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 65vh;
      padding-bottom: 30px; } }
  .hero .hero-box {
    margin-top: 31vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin: 26vh 00px 10px 00px; } }
    .hero .hero-box h1 {
      color: #fff;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-bottom: 10px; }
    .hero .hero-box h2 {
      color: #fff;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 2px;
      font-weight: 400;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 0px; }
      @media (max-width: 991px) {
        .hero .hero-box h2 {
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0px; } }

.hero .back {
  background: rgba(26, 26, 26, 0.5); }

/***************hero end******/
.hero-bottom {
  padding: 30px 0;
  background-color: #0d1a26; }
  .hero-bottom h4 {
    color: #fff;
    margin: 0; }

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0; }
  @media (max-width: 991px) {
    .cta {
      padding: 80px 0; } }
  .cta h3 {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
  .cta .back {
    background-color: rgba(26, 26, 26, 0.5); }
  .cta .btn {
    margin-top: 10px; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/*********** before-after slider start *********/
.b-a-section .back {
  background-color: rgba(255, 255, 255, 0.6); }

.page-wrap {
  padding: 0px 0 110px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

#home-slider {
  height: 70vh;
  width: 70vw;
  position: relative; }
  @media screen and (min-width: 1500px) {
    #home-slider {
      height: 70vh;
      width: 60vw; } }
  @media screen and (max-width: 640px) {
    #home-slider {
      height: 280px;
      width: 96vw; } }

.swiper-container {
  height: 100%;
  width: 100%; }

.swiper-image {
  width: 50%;
  height: 100%;
  margin: 8px; }
  @media (max-width: 768px) {
    .swiper-image {
      margin: 0; } }

.swiper-image-one {
  background-image: url(../images/epoxy-before.jpg); }

.swiper-image-two {
  background-image: url(../images/epoxy-after.jpg); }

.swiper-image-three {
  background-image: url(../images/epoxy-before.jpg); }

.swiper-image-four {
  background-image: url(../images/epoxy-after.jpg); }

.swiper-image-five {
  background-image: url(../images/epoxy-before.jpg); }

.swiper-image-six {
  background-image: url(../images/epoxy-after.jpg); }

.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay; }

.swiper-image-inner.swiper-image-left, .swiper-image-inner.swiper-image-right {
  padding: 30px 30px; }
  @media (max-width: 991px) {
    .swiper-image-inner.swiper-image-left, .swiper-image-inner.swiper-image-right {
      padding: 20px 20px; } }

.page-wrap h1 {
  font-size: 34px;
  line-height: 1;
  font-family: "Smooch Sans", sans-serif;
  letter-spacing: 1px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  align-self: flex-start;
  margin: 0 0 auto 0;
  margin-bottom: auto;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  color: #fff; }
  @media (max-width: 991px) {
    .page-wrap h1 {
      font-size: 20px; } }

.swiper-slide.swiper-slide-active h1 {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex; }
  @media (max-width: 991px) {
    .swiper-slide {
      height: 100%; } }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #ccc;
  opacity: 0.4; }
  @media (max-width: 991px) {
    .swiper-pagination-bullet {
      width: 9px;
      height: 9px; } }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #c70505;
  opacity: 0.6; }

.swiper-pagination-bullet-active {
  opacity: 0.6;
  background: #c70505; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%; }

/*********** before-after slider end *********/
#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  position: relative; }

#accordion .panel-heading {
  padding: 0;
  position: relative; }

#accordion .panel-heading:before {
  content: "";
  width: 40px;
  height: 100%;
  background: #0d1a26;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  background: #eee;
  font-size: 24px;
  font-weight: 600;
  font-family: "Smooch Sans", sans-serif;
  color: #0d1a26;
  overflow: hidden;
  position: relative; }

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  transition: all 0.3s ease 0s; }

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "+";
  transform: translateY(250px); }

#accordion .panel-title a.collapsed:before {
  transform: translateY(-50px); }

#accordion .panel-title a.collapsed:after {
  transform: translateY(0); }

#accordion .panel-body {
  padding: 10px 30px 10px 60px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 28px;
  position: relative; }

#accordion .panel-body:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0; }

.faq-img {
  height: 600px; }
  @media (max-width: 768px) {
    .faq-img {
      height: 250px; } }

.test-img {
  height: 600px; }
  @media (max-width: 768px) {
    .test-img {
      height: 250px; } }

.faq-padd {
  height: 20px; }
  @media (max-width: 768px) {
    .faq-padd {
      height: 1px; } }

/*************** slider ****************/
.testimonial-index {
  padding-top: 100px; }
  @media (max-width: 768px) {
    .testimonial-index {
      padding-top: 50px; } }
  .testimonial-index .back {
    background-color: rgba(255, 255, 255, 0.5); }
  .testimonial-index .review-content {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .testimonial-index .review-content {
        margin-top: 15px; } }
  .testimonial-index .review-content p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .testimonial-index .review-content p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 26px; } }
  .testimonial-index .review-content h4 {
    color: #0d1a26;
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Smooch Sans", sans-serif; }
    @media (max-width: 991px) {
      .testimonial-index .review-content h4 {
        font-size: 18px;
        line-height: 26px; } }
  .testimonial-index .owl-theme .owl-controls {
    text-align: left;
    margin-top: 30px; }
  .testimonial-index .owl-theme .owl-dots .owl-dot.active span, .testimonial-index .owl-theme .owl-dots .owl-dot:hover span {
    background: #c70505; }

/***** slider end********/
.services-right-text {
  padding: 0; }

.services-right-text .services-img {
  margin-right: 45vw; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-img {
      margin-right: 0; } }

.services-right-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #0d1a26;
  margin-right: -45vw; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-text {
      margin-right: 0;
      margin-left: 0;
      padding: 50px 15px;
      width: 100%; } }

.services-right-text .services-img2 {
  display: none; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-img2 {
      height: 220px;
      display: block; } }

.services-right-text h3, .services-right-text p, .services-right-text li, .about-left-text h3, .about-left-text p, .about-left-text li {
  color: #fff; }
.services-right-text p, .services-right-text li, .about-left-text p, .about-left-text li {
  color: #eee; }
.services-right-text ul, .about-left-text ul {
  list-style: none;
  padding-left: 0; }
.services-right-text .svg-inline--fa, .about-left-text .svg-inline--fa {
  margin-right: 15px;
  color: #c70505; }
.services-right-text li, .about-left-text li {
  margin-bottom: 10px; }

.about-left-text {
  padding: 0; }

.about-left-text .about-img {
  margin-left: 45vw; }
  @media screen and (max-width: 991px) {
    .about-left-text .about-img {
      margin-left: 0; } }

.about-left-text .about-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #0d1a26;
  margin-left: -45vw; }
  @media screen and (max-width: 991px) {
    .about-left-text .about-text {
      margin-right: 0;
      margin-left: 0;
      padding: 50px 15px;
      width: 100%; } }

.about-left-text .about-img2 {
  display: none; }
  @media screen and (max-width: 991px) {
    .about-left-text .about-img2 {
      height: 220px;
      display: block; } }

.services-right-text input, .services-right-text textarea {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }
.services-right-text ::-webkit-input-placeholder {
  /* Edge */
  font-family: "Smooch Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 1px; }
.services-right-text :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Smooch Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 1px; }
.services-right-text ::placeholder {
  font-family: "Smooch Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 1px; }

/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 70px 0 35px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 30px 0 25px 0; } }
  .tc-footer .back {
    background: rgba(18, 18, 18, 0.9); }
  .tc-footer .footer-h {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #c70505;
    letter-spacing: 1px;
    padding-left: 40px;
    font-family: "Smooch Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: 60px; }
  .tc-footer .footer-h:after {
    z-index: 1;
    display: block;
    left: 0;
    top: 50%;
    content: '';
    height: 3px;
    width: 30px;
    margin-top: -1px;
    position: absolute;
    background-color: #c70505; }
  .tc-footer a {
    font-weight: 300;
    color: #e6e6e6;
    font-size: 15px;
    line-height: 30px; }
    @media only screen and (max-width: 990px) {
      .tc-footer a {
        font-size: 14px; } }
  .tc-footer a:hover {
    color: #c70505; }
  .tc-footer p {
    color: #e6e6e6;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 990px) {
      .tc-footer p {
        font-size: 14px;
        line-height: 21px; } }
  .tc-footer .svg-inline--fa {
    color: #ccc;
    margin-right: 10px; }
  .tc-footer .svg-inline--fa:hover {
    color: #c70505; }
  .tc-footer .copyright .svg-inline--fa {
    font-size: 20px;
    margin: 5px 8px; }
  .tc-footer img {
    width: 75%;
    margin-top: 0px; }
    @media only screen and (max-width: 990px) {
      .tc-footer img {
        height: auto;
        width: 90%;
        margin-bottom: 40px; } }
  .tc-footer hr {
    margin-top: 40px;
    margin-bottom: 35px;
    border-top: 1px solid #fff; }
    @media only screen and (max-width: 990px) {
      .tc-footer hr {
        margin-top: 20px;
        margin-bottom: 20px; } }

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 15px 0; } }

/*****footer end******/
.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden; }

.tc-header .back {
  background: rgba(0, 0, 0, 0.4); }

.reviews-page .review {
  position: relative;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin-top: 30px; }
  @media only screen and (max-width: 990px) {
    .reviews-page .review {
      padding: 15px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      margin-top: 15px; } }
  .reviews-page .review .back {
    background-color: rgba(255, 255, 255, 0.6); }
  .reviews-page .review h3 {
    font-family: "Smooch Sans", sans-serif;
    font-size: 37px;
    font-weight: 500;
    color: #0d1a26; }
  .reviews-page .review h5 {
    text-align: right;
    margin: 40px 30px 10px 0;
    color: #c70505;
    font-size: 23px;
    font-family: "Smooch Sans", sans-serif; }

.pagination {
  margin-top: 60px; }

.pagination > li > a, .pagination > li > span {
  color: #c70505; }

.blog-box {
  position: relative;
  background-color: #fff;
  margin: 15px 0;
  box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .blog-box .blog-img {
    height: 300px; }
    @media (max-width: 550px) {
      .blog-box .blog-img {
        height: 250px; } }
  .blog-box .blog-text {
    padding: 25px 20px 5px 20px; }
  .blog-box h3 {
    font-family: "Smooch Sans", sans-serif;
    font-size: 30px;
    line-height: 30px;
    min-height: 120px;
    margin-top: 10px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .blog-box h3 {
        min-height: auto; } }
  .blog-box a {
    color: #c70505; }

.blog-box:hover a {
  font-weight: 700;
  letter-spacing: 1px; }

.blog-box:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15); }

.blog-ul {
  padding-left: 0;
  list-style: none; }
  .blog-ul li {
    display: inline-block; }
  .blog-ul .svg-inline--fa {
    height: 40px;
    width: 40px;
    padding: 12px;
    border-radius: 50%;
    background-color: #eee;
    color: #c70505;
    margin: 20px 4px 5px 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-ul .svg-inline--fa:hover {
    padding: 10px; }

.blog-detail-img {
  height: 400px;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .blog-detail-img {
      height: 250px; } }

.sidebar {
  background-color: #f5f5f5;
  padding: 5px 20px 20px 20px; }
  .sidebar .sidebar-img {
    height: 85px; }
  .sidebar .padd-right {
    padding-left: 0; }
  .sidebar .sidebar-box {
    position: relative;
    margin-top: 15px; }
    .sidebar .sidebar-box h4 {
      font-family: "Smooch Sans", sans-serif;
      font-size: 20px;
      margin-bottom: 0;
      margin-top: 5px; }
  .sidebar .sidebar-box:hover h4 {
    color: #c70505; }

.inner-div {
  background: #333;
  height: 150px; }
  @media screen and (max-width: 991px) {
    .inner-div {
      height: 100px; } }

.faq-page #accordion .panel-heading:before {
  content: "";
  width: 40px;
  height: 100%;
  background: #c70505;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.gallery-page .example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(25% - 15px);
  display: inline-block; }
  @media screen and (max-width: 999px) {
    .gallery-page .example-image {
      height: 250px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .gallery-page .example-image {
      height: 250px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

input, textarea {
  width: 100%;
  padding: 18px 15px;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }
  @media screen and (max-width: 768px) {
    input, textarea {
      padding: 12px 15px;
      margin-bottom: 10px; } }

select {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #f6f6f6;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  font-size: 15px;
  color: #333;
  background-color: #f6f6f6;
  height: 64px;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    select {
      padding: 12px 15px;
      margin-bottom: 10px; } }

@media screen and (max-width: 768px) {
  form {
    margin-top: 30px; } }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 15px;
  color: #333;
  font-weight: 400; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px;
  color: #333;
  font-weight: 400; }

::placeholder {
  font-size: 15px;
  color: #333;
  font-weight: 400; }

.contact-info .svg-inline--fa {
  margin-right: 10px;
  color: #c70505; }

.contact-info a {
  color: #333; }

.contact-info .inner-h {
  margin-bottom: 0; }

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: inline-block;
  margin: 15px 5px;
  width: calc(25% - 15px); }
  @media (max-width: 1100px) {
    .team-box {
      width: calc(49% - 15px); } }
  @media (max-width: 550px) {
    .team-box {
      width: calc(99% - 15px); } }

.team-img {
  height: 350px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 5px 25px 5px; }

.team-info h3 {
  font-family: "Smooch Sans", sans-serif;
  color: #0d1a26;
  font-size: 32px;
  margin-top: 0; }

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  opacity: 0.7; }

.team-info .btn {
  padding: 10px 20px 8px 20px;
  font-size: 16px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.team-page .back {
  background-color: rgba(255, 255, 255, 0.6); }

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-job-desc {
  font-weight: 600;
  font-family: "Smooch Sans", sans-serif;
  font-size: 32px;
  color: #0d1a26;
  margin-top: 0; }

.team-name {
  font-size: 16px;
  color: #c70505;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #c70505;
  margin: 10px 6px 2px 0px;
  color: #c70505; }

.staff-bio .svg-inline--fa:hover {
  background-color: #c70505;
  color: #fff; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
.flooring-page .about-img {
  height: 350px;
  margin-bottom: 30px; }
  @media (max-width: 500px) {
    .flooring-page .about-img {
      height: 220px;
      margin-bottom: 15px; } }

.finishes .example-image {
  background-size: cover;
  background-position: center;
  height: 210px;
  margin-bottom: 15px; }

.finishes .services-box:hover {
  box-shadow: -2px -5px 30px rgba(0, 0, 0, 0.2); }

.finishes .services-box {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.finishes .services-box h3 {
  font-family: "Smooch Sans", sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  margin: 0 15px 10px 15px;
  letter-spacing: 1px; }

.b-a-page .example-image {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: 5px 0px;
  width: 100%;
  display: inline-block; }
  @media (max-width: 500px) {
    .b-a-page .example-image {
      height: 220px; } }

.b-a-images {
  padding: 50px 0; }

.b-a-images:nth-child(even) {
  background: #f6f6f6; }

.b-a-images:nth-child(odd) {
  background: #fff; }

/*# sourceMappingURL=style.css.map */
