* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#banner .logo-banner {
  height: 80px;
  width: 200px;
  background-size: cover !important;
  position: absolute;
  bottom: 5%;
  right: 0%; }
  @media only screen and (max-width: 1274px) {
    #banner .logo-banner {
      right: 10%; } }
  @media only screen and (max-width: 1150px) {
    #banner .logo-banner {
      bottom: 29%;
      right: -1%; } }
  @media only screen and (max-width: 698px) {
    #banner .logo-banner {
      bottom: inherit;
      right: 0;
      top: 15%;
      left: 0;
      margin: auto; } }
#banner .swiper-container {
  height: 598px; }
  @media only screen and (max-width: 700px) {
    #banner .swiper-container {
      height: 350px; } }
  #banner .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #banner .swiper-container .swiper-slide .slider-content {
      text-align: justify;
      position: absolute;
      bottom: 30px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 0 0 12px 25px; }
      @media only screen and (max-width: 1274px) {
        #banner .swiper-container .swiper-slide .slider-content {
          width: 60%;
          margin-left: -110px; } }
      @media only screen and (max-width: 1150px) {
        #banner .swiper-container .swiper-slide .slider-content {
          width: 100%;
          margin-left: 0; } }
      @media only screen and (max-width: 700px) {
        #banner .swiper-container .swiper-slide .slider-content {
          max-width: 90%;
          padding: 20px;
          text-align: left; } }
      #banner .swiper-container .swiper-slide .slider-content h2, #banner .swiper-container .swiper-slide .slider-content h1 {
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        text-shadow: 0px 1px #7a7975;
        margin-bottom: 0;
        letter-spacing: 5px;
        font-size: 76px;
        font-weight: bolder;
        font-size: 3em; }
        @media only screen and (max-width: 700px) {
          #banner .swiper-container .swiper-slide .slider-content h2, #banner .swiper-container .swiper-slide .slider-content h1 {
            font-size: 1.5em;
            letter-spacing: inherit; } }
      #banner .swiper-container .swiper-slide .slider-content span {
        color: #fff;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold; }
        @media only screen and (max-width: 700px) {
          #banner .swiper-container .swiper-slide .slider-content span {
            font-size: .8em; } }
      #banner .swiper-container .swiper-slide .slider-content a {
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        background-color: #000000;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
        @media only screen and (max-width: 700px) {
          #banner .swiper-container .swiper-slide .slider-content a {
            font-size: .8em;
            padding: 5px;
            width: 60%;
            text-align: center;
            margin: 10px auto; } }
@media only screen and (max-width: 700px) {
  #banner .nav-button.custom-container {
    background: #b11414 !important;
    border-radius: 0 !important;
    height: auto !important; }
    #banner .nav-button.custom-container ul li a {
      display: block;
      padding: 3px 10px; } }

.custom-grid {
  float: left;
  padding: 0 20px; }

.empty-space {
  padding: 0;
  margin: 0; }

.contact-us .grey-border,
.request-qoutes .grey-border {
  border: 5px solid #999;
  border-radius: 5px;
  padding: 1em; }
  .contact-us .grey-border .rq-form .uk-input,
  .request-qoutes .grey-border .rq-form .uk-input {
    float: left; }
  .contact-us .grey-border .rq-form input[type="submit"],
  .request-qoutes .grey-border .rq-form input[type="submit"] {
    color: #fff;
    padding: 10px 20px;
    background: #b11414;
    border: none; }
  .contact-us .grey-border .rq-form input[type="submit"],
  .contact-us .grey-border .rq-form select,
  .request-qoutes .grey-border .rq-form input[type="submit"],
  .request-qoutes .grey-border .rq-form select {
    height: 50px !important; }
  .contact-us .grey-border .rq-form textarea,
  .request-qoutes .grey-border .rq-form textarea {
    height: 260px; }

@media (min-width: 1200px) {
  [class*=uk-column-] {
    column-gap: 10px !important; } }
.header-title h1, .header-title h2 {
  font-size: 36px;
  font-weight: 600;
  padding: 35px 0;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000; }
  @media only screen and (max-width: 700px) {
    .header-title h1, .header-title h2 {
      font-size: 2em;
      padding: 10px 0; } }
.header-title > h1,
.header-title > h2 {
  position: relative; }
  .header-title > h1:after,
  .header-title > h2:after {
    position: absolute;
    height: 4px;
    content: '';
    width: 150px;
    background: #e54337;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.request-qoutes form select, .request-qoutes form input {
  height: 50px; }

/* may 17 CSS INJECTION */
@media only screen and (max-width: 800px) {
  .tab-content-desc .uk-column-1-3 {
    column-count: 2;
    padding: 20px; } }
@media only screen and (max-width: 700px) {
  .tab-content-desc .uk-column-1-3 {
    column-count: 1;
    padding: 20px; } }
.tab-content-desc .owner_holder {
  left: 10px;
  margin-top: -90px;
  position: relative;
  z-index: 2;
  width: 300px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8); }
  .tab-content-desc .owner_holder h3 {
    font-size: 1.2em;
    font-weight: bold; }
  .tab-content-desc .owner_holder .dates {
    font-size: .9em; }
@media only screen and (max-width: 600px) {
  .tab-content-desc .uk-column-1-2 {
    column-count: 1 !important; }
    .tab-content-desc .uk-column-1-2 p {
      font-size: .9em; } }
.tab-content-desc .uk-column-1-2 img {
  width: 95%; }
@media only screen and (max-width: 600px) {
  .tab-content-desc p {
    padding: 5px 10px !important; } }

.service-content .service-container .project-details .proj-details-images,
.service-content .service-container .project-details .project-desc {
  float: left;
  display: block;
  max-width: inherit; }
  @media only screen and (max-width: 600px) {
    .service-content .service-container .project-details .proj-details-images,
    .service-content .service-container .project-details .project-desc {
      width: 100%; } }
.service-content .service-container .project-details .proj-details-images {
  width: 70%; }
.service-content .service-container .project-details .project-desc {
  width: 30% !important; }
  .service-content .service-container .project-details .project-desc .proj-request a {
    padding: 15px;
    display: inline-block;
    font-weight: bold;
    font-size: .9em; }
@media only screen and (max-width: 1000px) {
  .service-content .service-container .project-details .proj-details-images,
  .service-content .service-container .project-details .project-desc {
    width: 100% !important;
    padding: 0 15px; }
    .service-content .service-container .project-details .proj-details-images .sp-wrap,
    .service-content .service-container .project-details .project-desc .sp-wrap {
      max-width: 100%; } }
.service-content .service-container .project-details .proj-details-images .sp-large img {
  width: 100%; }
.service-content .service-container .project-details .proj-details-images .sp-large .sp-zoom {
  display: none !important; }
.service-content .service-container .project-details .proj-details-images .sp-thumbs a {
  max-width: 110px !important;
  display: block !important;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  opacity: 1; }
  @media only screen and (max-width: 900px) {
    .service-content .service-container .project-details .proj-details-images .sp-thumbs a {
      max-width: 80px !important; } }
  .service-content .service-container .project-details .proj-details-images .sp-thumbs a.sp-current {
    opacity: .5 !important; }
  .service-content .service-container .project-details .proj-details-images .sp-thumbs a:nth-child(4), .service-content .service-container .project-details .proj-details-images .sp-thumbs a:nth-child(8) {
    margin-right: 0 !important; }
.service-content .service-container .project-details .proj-details-images .sp-wrap {
  width: 100%;
  margin: 0;
  padding-right: 30px; }
  @media only screen and (max-width: 700px) {
    .service-content .service-container .project-details .proj-details-images .sp-wrap {
      padding-right: 0; } }
.service-content .service-container .our-projects-content .proj-image {
  height: 200px;
  background-size: cover !important;
  background-color: #ddd !important; }
  .service-content .service-container .our-projects-content .proj-image a {
    display: block;
    width: 100%;
    height: 100%; }
    .service-content .service-container .our-projects-content .proj-image a img {
      height: auto !important;
      width: 100% !important;
      max-width: inherit; }
.service-content .service-container .our-projects-content .proj-content {
  overflow: hidden;
  padding: 15px 0 15px 10px; }
  .service-content .service-container .our-projects-content .proj-content a {
    font-weight: bold; }
.service-content .service-container .onHover:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  opacity: .8; }
@media only screen and (max-width: 800px) {
  .service-content .service-container .container-tabs::after {
    display: block;
    clear: both;
    content: ''; }
  .service-content .service-container .container-tabs ul.uk-tab-left.services-tabs.uk-tab {
    width: 30%;
    max-width: inherit; }
    .service-content .service-container .container-tabs ul.uk-tab-left.services-tabs.uk-tab li span {
      display: inline-block;
      width: 35px;
      margin: 0 !important;
      padding: 0 !important;
      margin-right: 10px !important;
      float: left; }
      .service-content .service-container .container-tabs ul.uk-tab-left.services-tabs.uk-tab li span img {
        margin: 0;
        padding: 0; } }
    @media only screen and (max-width: 800px) and (max-width: 700px) {
      .service-content .service-container .container-tabs ul.uk-tab-left.services-tabs.uk-tab li span {
        width: 100%;
        text-align: center; } }
  @media only screen and (max-width: 800px) and (max-width: 700px) {
    .service-content .service-container .container-tabs ul.uk-tab-left.services-tabs.uk-tab li a {
      text-align: center; } }
  @media only screen and (max-width: 800px) and (max-width: 700px) and (max-width: 414px) {
    .service-content .service-container .container-tabs ul.uk-tab-left.services-tabs.uk-tab li a {
      font-size: .8em; } }

@media only screen and (max-width: 800px) {
  .service-content .service-container .container-tabs ul#my-id {
    max-width: inherit;
    width: 70%;
    padding: 0 15px !important;
    margin: 0 !important; } }
@media only screen and (max-width: 1000px) and (min-width: 800px) and (max-width: 960px) and (min-width: 800px) {
  .service-content .service-container .container-tabs ul.uk-tab-left.services-tabs.uk-tab {
    width: 30%;
    max-width: 30%; } }
@media only screen and (max-width: 1000px) and (min-width: 800px) and (max-width: 1000px) and (min-width: 800px) {
  .service-content .service-container .container-tabs ul#my-id {
    width: 70% !important;
    max-width: 70% !important;
    padding-right: 15px; } }

.contact-map {
  clear: both; }

#banner {
  margin-bottom: 10px; }
  #banner h2 {
    display: none; }
  #banner .nav-button {
    top: 0; }
    #banner .nav-button ul li a {
      padding: 11px 15px 10px; }

#services {
  padding: 0; }
  #services .services-col {
    background-size: cover;
    margin-top: 50px;
    position: relative; }
    #services .services-col a {
      display: block;
      text-decoration: none; }
    #services .services-col h4 {
      margin-top: -35px; }
    @media only screen and (max-width: 800px) {
      #services .services-col {
        width: 33.33%;
        float: left;
        max-width: inherit;
        background-size: cover !important; } }
    @media only screen and (max-width: 700px) {
      #services .services-col {
        width: 100%; } }
    #services .services-col .overlay {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute; }
      #services .services-col .overlay:hover, #services .services-col .overlay:focus {
        background: rgba(0, 0, 0, 0.8); }

.main-wrapper-container .highlight h6 {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 50px;
  right: 6%;
  width: 190px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500; }
  .main-wrapper-container .highlight h6 span {
    display: block;
    font-size: 1.5em; }
    .main-wrapper-container .highlight h6 span a {
      position: inherit;
      font-size: 1em;
      text-decoration: none; }
@media only screen and (max-width: 800px) {
  .main-wrapper-container .highlight .overlay {
    background-size: cover !important;
    width: 60%;
    padding: 20px;
    height: 100%; }
    .main-wrapper-container .highlight .overlay h4 {
      text-align: center;
      font-size: 1.2em; }
  .main-wrapper-container .highlight h6 {
    right: 0;
    width: 30%; } }
@media only screen and (max-width: 700px) {
  .main-wrapper-container .highlight {
    padding: 8px;
    height: auto; }
    .main-wrapper-container .highlight h6, .main-wrapper-container .highlight .overlay {
      position: inherit;
      display: block;
      margin: 0;
      width: 100%; }
    .main-wrapper-container .highlight .overlay {
      background-size: cover !important;
      height: auto;
      padding: 20px; }
      .main-wrapper-container .highlight .overlay h4 {
        text-align: center;
        font-size: 1.2em; }
    .main-wrapper-container .highlight h6 {
      right: inherit;
      width: 100%; } }

.tabs-content .tab-description {
  font-size: .8em;
  font-weight: 600;
  line-height: 24px; }
  .tabs-content .tab-description p {
    text-align: justify; }
.tabs-content .tab-title-content {
  margin-bottom: 20px; }
  .tabs-content .tab-title-content h2 {
    font-weight: 500; }
.tabs-content .proj-request {
  display: block;
  margin-top: 50px; }
  @media only screen and (max-width: 700px) {
    .tabs-content .proj-request {
      margin-top: 20px; } }
  .tabs-content .proj-request a {
    display: inline-block;
    text-shadow: 1px 1px 2px #000000; }
    @media only screen and (max-width: 700px) {
      .tabs-content .proj-request a {
        font-size: .8em;
        padding: 5px; } }

footer a {
  text-decoration: none; }
footer .footer-col ul li a {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  display: inline-block; }
  footer .footer-col ul li a i {
    position: absolute;
    left: -2px;
    top: 2px; }
  footer .footer-col ul li a:hover {
    color: #b11414; }
  @media only screen and (max-width: 700px) {
    footer .footer-col ul li a {
      font-size: .9em;
      line-height: 10px; }
      footer .footer-col ul li a i {
        font-size: .9em; } }
@media only screen and (max-width: 700px) {
  footer .footer-col ul, footer .footer-col li {
    margin: 0;
    padding: 0; }
  footer .footer-col h6 {
    font-size: 1.8em;
    padding-bottom: 10px; }
  footer .footer-col.force-col-wrapper .col-force-6 {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px; }
    footer .footer-col.force-col-wrapper .col-force-6 h6 {
      font-size: 1.3em; } }
footer h6.footer-cta {
  margin: 0;
  padding: 0;
  display: block;
  padding-bottom: 10px !important;
  position: relative; }
  footer h6.footer-cta a {
    display: block;
    font-size: 1.2em !important;
    text-decoration: none; }
  footer h6.footer-cta::after {
    width: 80px;
    height: 1px;
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background: #b11414;
    bottom: 0; }
footer .footer-col h6 {
  margin-top: 0 !important; }
@media only screen and (max-width: 700px) {
  footer .footer-col .menu-footer-mid h5 {
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0; } }
footer .footer-col ul li.call-now a {
  pointer-events: auto; }
@media only screen and (max-width: 700px) {
  footer .footer-col {
    width: 100% !important;
    padding: 0 15px;
    max-width: 100% !important; } }
@media only screen and (max-width: 700px) {
  footer .footer-col:last-child ul li {
    margin-bottom: 15px; }
    footer .footer-col:last-child ul li a {
      line-height: 18px; }
      footer .footer-col:last-child ul li a i {
        font-size: 1.3em; } }
footer .footer-col:last-child ul li a {
  pointer-events: none; }
footer .footer-col:last-child ul li:first-child a {
  pointer-events: visible; }
@media only screen and (max-width: 800px) {
  footer .menu-footer {
    padding: 15px; } }
footer .copyright .custom-container a {
  color: #b11414;
  text-decoration: none; }

header .request-quote-text {
  margin-bottom: 5%; }
  header .request-quote-text span {
    font-size: 1em !important; }
    header .request-quote-text span i {
      position: relative;
      bottom: -3px; }
header .header-nav > a {
  display: inline-block; }
  header .header-nav > a > img {
    width: 250px; }
    @media only screen and (max-width: 700px) {
      header .header-nav > a > img {
        width: 130px; } }
header .header-nav .nav-menu ul li a {
  text-decoration: none; }
header .header-nav .nav-menu span a {
  color: #b11414 !important;
  text-decoration: none; }
  header .header-nav .nav-menu span a i {
    color: #b11414 !important; }
header .header-nav .nav-menu span:first-child {
  font-weight: 500;
  font-size: .9em !important; }
@media only screen and (max-width: 700px) {
  header .header-nav .nav-menu {
    display: block; } }
header .right #main {
  margin: 5px !important;
  padding: 0;
  line-height: 35px; }
  header .right #main span {
    background: #b11414;
    padding: 0px 15px;
    color: #fff; }
@media only screen and (max-width: 700px) {
  header .right .request-quote-text {
    display: none; } }
header #mySidenav {
  right: 0; }
  header #mySidenav a {
    font-size: 1.3em;
    padding: 0 !important;
    color: #fff !important;
    display: block;
    line-height: 2em;
    text-decoration: none; }
  header #mySidenav ul {
    position: absolute;
    right: 0;
    display: block;
    margin: 0;
    width: 100%; }
    header #mySidenav ul li {
      display: block;
      margin: 0; }

.main-404-page {
  margin: 50px auto !important;
  text-align: center;
  border: 5px solid #ddd;
  padding: 50px 0;
  max-width: 980px; }
  .main-404-page h2 {
    font-size: 3em !important;
    font-weight: bold;
    color: #b11414; }
    .main-404-page h2::before, .main-404-page h2::after {
      content: '--';
      margin: 0 5px;
      display: inline-block; }
  .main-404-page hr,
  .main-404-page p.mg-top-40 {
    display: none; }

@media only screen and (max-width: 700px) {
  .contact-us .rq-content > div {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .contact-us .custom-grid {
    padding: 0; }
  .contact-us .uk-input,
  .contact-us .uk-select,
  .contact-us .uk-textarea {
    font-size: .8em; }

  .about-us-content {
    padding-bottom: 0; }
    .about-us-content .tab-content-desc {
      margin: 0;
      padding: 0; }
      .about-us-content .tab-content-desc p {
        font-size: .8em; } }
.visible-phone {
  display: none !important; }
  .visible-phone ul li a {
    pointer-events: visible !important; }

@media only screen and (max-width: 700px) {
  .hidden-phone {
    display: none !important; }

  .visible-phone {
    display: block !important; } }
.mobile-request .proj-request a {
  display: inline-block;
  padding: 5px !important;
  font-size: .9em;
  width: 100%;
  text-align: center;
  font-weight: bold; }

/*# sourceMappingURL=front-end.css.map */
