body {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #606060;
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3 { font-weight: 300; }
p { line-height: 28px; }
hr {
  border-color: #f2f2f2;
  width: 100px;
  margin-bottom: 40px;
}
.title {
  color: #303030;
  font-size: 60px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* START NAVIGATION */
.sticky-navigation { opacity: 1; }
.navbar-default {
  background: rgba(255, 255, 255, 0.98);
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 0;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease-in-out;
}
.navbar-default.scrolled {
  box-shadow: 0 6px 20px rgba(235, 84, 36, 0.12);
}
.navbar-default .navbar-brand {
  color: #212227;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  padding: 10px 0 0 12px;
  display: flex;
  align-items: center;
  height: 70px;
}
.navbar-brand .logo-text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #eb5424;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 50px;
  background: linear-gradient(135deg, #eb5424 0%, #d63311 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0 15px;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}
.navbar-brand .logo-text:hover {
  transform: scale(1.05);
}
.navbar-default .navbar-nav li a {
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.8px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav li a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 0;
  height: 2px;
  background: #eb5424;
  transition: width 0.3s ease-in-out;
}
.navbar-default .navbar-nav li a:hover::after,
.navbar-default .navbar-nav > .active > a::after {
  width: 100%;
}
.navbar-default .navbar-nav li a:hover { color: #eb5424; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eb5424;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eb5424;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #eb5424;
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: rgba(235, 84, 36, 0.1);
}
/* END NAVIGATION */

/* START HOME */
.templatemo-home {
  background: url('../images/home-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #5f5f5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;  
  height: 100vh;
  position: relative;
  z-index: 1;
}
.templatemo-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: -1;
}
.templatemo-home .container {
  position: relative;
  z-index: 2;
}
.tm-home-title,
 .tm-home-subtitle {
  text-transform: uppercase;
 }
.tm-home-title { 
  font-size: 60px;
  color: #212227;
  font-weight: 800;
}
.tm-home-subtitle {
  color: #eb5424;
  font-weight: bold;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
.templatemo-home p {
  color: #606060;
  font-size: 18px;
  line-height: 30px;
  max-width: 600px;
  margin: 0 auto 30px;
}
.tm-view-more-btn {
  background: #eb5424;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 50px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
  box-shadow: 0 4px 15px rgba(235, 84, 36, 0.3);
  display: inline-block;
}
.tm-view-more-btn:hover {
  background: #ffffff;
  color: #eb5424;
  box-shadow: 0 8px 25px rgba(235, 84, 36, 0.4);
  transform: translateY(-3px);
}
/* END HOME */

/* START WORK */
.tm-padding-top-bottom-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tm-work-h3 {
  color: #eb5424;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.work-wrapper {
  border: 1px solid #666;
  border-radius: 2px;
  text-align: center;
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.work-wrapper:hover { border-color: #eb5424; }
.work-wrapper .fa {
  color: #888888;
  font-size: 60px;
  padding-bottom: 40px;
}
/* END WORK */

/* START PORTFOLIO */
.tm-portfolio {
  background: #f8f8f8;
  padding-top: 80px;
}
.tm-portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-portfolio .col-md-3,
 .tm-portfolio .col-sm-3 {
  padding: 0;
  margin: 0;
}
.tm-portfolio-title {
  text-align: center;
  text-transform: uppercase;
}
.portfolio-item-title {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.portfolio-thumb {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.portfolio-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eb5424;
  color: #ffffff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;  
  padding: 0 40px;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.8;  
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.portfolio-overlay .fa {
  border: 1px solid #666;
  border-radius: 0;
  color: #666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 10px;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:focus,
 .filter-wrapper li a:hover,
 .filter-wrapper li a.selected {
  background: #eb5424;
  border-color: transparent;
  color: #ffffff;
}

/* ISOTOPE BOX CSS */
.iso-box-section { width: 100%; }
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
  height: auto;
}
/* END PORTFOLIO */

/* START RESUME */
.tm-red-text { color: #eb5424; }
.tm-info-label {
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.tm-progress {
  background: #fff;
  border-radius: 2px;
  height: 4px;
}
.progress-bar-danger { background: #eb5424; }
.tm-progress-label {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}
.progress-percent-small {
  display: block;
  float: right;
  padding-right: 80px;
}
/* END RESUME */

/* START ABOUT */
.tm-about {
  background: url('../images/about-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 100px;
}
/* END ABOUT */

/* START SOCIAL */
.tm-social {
  text-transform: uppercase;
}
.tm-social .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-social .col-md-4 {
  padding: 0;
  margin: 0;
}
.facebook:hover,
.twitter:hover,
.pinterest:hover {
  background: #202020;
}
.facebook { background: #3b5998; }
.twitter { background: #55acee; }
.pinterest { background: #cc2127; }
.media {
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-social a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.tm-social .media .fa {
  background: #ffffff;
  border-radius: 2px;
  color: #707070;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
}
.tm-social-title {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
/* END SOCIAL */

/* START CONTACT */
.tm-contact {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.form-control {
  background: transparent;
  border: 1px solid #666;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.form-control:focus,
 .form-control:hover {
  background: #202020;
  color: #ffffff;
}
input { height: 50px; }
.panel-group .panel {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  margin-bottom: 20px;
}
.panel-group .panel-heading {
  padding: 0;
  background: transparent;
  border: none;
}
.panel-group .panel-title {
  font-size: 16px;
}
.panel-group .panel-title a {
  color: #606060;
  font-weight: 600;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.panel-group .panel-title a:hover {
  color: #eb5424;
  background: #f8f8f8;
}
.panel-group .panel-body {
  padding: 15px 20px;
  color: #606060;
  line-height: 28px;
}
.panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #f2f2f2;
}

/* DETAILED SERVICE SECTIONS */
#deep-steam h4,
#stain-odor h4,
#rug-upholstery h4,
#commercial h4,
#sanitizing h4,
#move-in-out h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

#deep-steam p,
#stain-odor p,
#rug-upholstery p,
#commercial p,
#sanitizing p,
#move-in-out p {
  font-size: 15px;
  line-height: 28px;
  color: #606060;
}

#deep-steam .tm-view-more-btn,
#stain-odor .tm-view-more-btn,
#rug-upholstery .tm-view-more-btn,
#commercial .tm-view-more-btn,
#sanitizing .tm-view-more-btn,
#move-in-out .tm-view-more-btn {
  background: #eb5424;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 40px;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

#deep-steam .tm-view-more-btn:hover,
#stain-odor .tm-view-more-btn:hover,
#rug-upholstery .tm-view-more-btn:hover,
#commercial .tm-view-more-btn:hover,
#sanitizing .tm-view-more-btn:hover,
#move-in-out .tm-view-more-btn:hover {
  background: #ffffff;
  color: #eb5424;
}

/* SERVICE DETAIL IMAGES */
.service-detail-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
  display: block;
}

.service-detail-img:hover {
  box-shadow: 0 10px 30px rgba(235, 84, 36, 0.2);
  transform: translateY(-4px);
}

/* SERVICES SECTION IMAGE */
.services-section-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  display: block;
}

.services-section-img:hover {
  box-shadow: 0 12px 35px rgba(235, 84, 36, 0.25);
  transform: translateY(-6px);
}

@media screen and (max-device-width: 1024px){
  .templatemo-home {
    background-attachment: scroll;
  }
}

/* START MEDIA 980 */
/* CONTACT SECTION ENHANCEMENTS */
.contact-card {
  transition: all 0.3s ease-in-out;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(235, 84, 36, 0.2);
}

.address-card {
  transition: all 0.3s ease-in-out;
}

.address-card:hover {
  box-shadow: 0 6px 15px rgba(235, 84, 36, 0.15);
  transform: translateX(4px);
}

@media screen and (max-width:980px){
  .portfolio-overlay  { padding-top: 10px; }
}
/* END MEDIA 980 */

@media screen and (max-width: 767px) {
  .tm-home-title { font-size: 40px; }
  .service-detail-img {
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .navbar-default .navbar-brand {
    height: 60px;
    padding: 8px 0 0 8px;
  }
  .navbar-brand .logo-text {
    font-size: 14px;
    height: 44px;
    padding: 0 10px;
    border-radius: 4px;
  }
  .navbar-default .navbar-nav li a {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.5px;
    padding: 0 12px;
  }
  .navbar-default .navbar-nav li a::after {
    bottom: 12px;
  }
}

/* START MEDIA 360 */
@media screen and (max-width:480px){
  .navbar-default .navbar-brand {
    height: 55px;
    padding: 6px 0 0 6px;
  }
  .navbar-brand .logo-text {
    font-size: 12px;
    height: 40px;
    padding: 0 8px;
    letter-spacing: 0.2px;
  }
  .navbar-default .navbar-nav li a {
    font-size: 11px;
    line-height: 35px;
    padding: 0 8px;
  }
  .tm-home-title { font-size: 32px; }
  .tm-home-subtitle { font-size: 14px; }
  .templatemo-home p { font-size: 14px; }
}

@media screen and (max-width:360px){
  .navbar-default .navbar-brand {  
    height: 50px;
    padding: 4px 0 0 4px;
  }
  .navbar-brand .logo-text {
    font-size: 11px;
    height: 36px;
    padding: 0 6px;
  }
  .navbar-default .navbar-nav li a {
    font-size: 10px;
    line-height: 32px;
    padding: 0 6px;
  }
  .tm-home-title { font-size: 24px; }
}
/* END MEDIA 360 */
