/*
  Project Name : Roofers Landing page
  Author Company : Ewebcraft
  Project Date: 08 june, 2015
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body

  + @font-face

  + .back-to-top

  + #header
    - .logo-container
    - .top-info-container

  + #welcome
    - .welcome-info
    - .estimation-form

  + #client-logos

  + #about
    - .section-heading
    - .section-detail

  + #services
    - .services-container
      - .service-detail

  + #news-letter
    - .news-letter-form

  + #clients
    - .client-container

  + #footer
    - .footer-info
    - .copy-right

  -------------------------------------------------------------------*/
@charset "UTF-8";

@font-face {
  font-family: "iconfont";
  src:url("../fonts/chistka.eot");
  src:url("../fonts/chistka.eot?#iefix") format("embedded-opentype"),
    url("../fonts/chistka.woff") format("woff"),
    url("../fonts/chistka.ttf") format("truetype"),
    url("../fonts/chistka.svg#chistka") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "iconfont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "iconfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  display: inline-block;
  text-rendering:auto;
  vertical-align: middle;
  margin-top: 2px;
}
.fa-phone:before {
  content: "a";
}
.fa-facebook:before {
  content: "b";
}
.fa-twitter:before {
  content: "c";
}
.fa-instagram:before {
  content: "d";
}
.fa-pinterest:before {
  content: "e";
}
.fa-google-plus:before {
  content: "f";
}
.fa-phone-square:before {
  content: "g";
}
.fa-angle-up:before {
  content: "h";
}
.fa-clock:before {
  content: "i";
}


.back-to-top {
  position: fixed;
  bottom: 0;
  right:5%;
  width: 52px;
  height: 52px;
  z-index:777100;
  display: none;
  text-decoration: none;
  color: #fff;
  font-size:20px;
  background:#db1c23;
  padding:10px;
}
.back-to-top:hover , .back-to-top:focus{
   color: #ffffff;
}

hr{
  border: 0;
  height: 1px;
  width:12% !important;
  position: relative;
  margin:25px auto;
}
.hr{
  background: #db1c23;
  height: 1px;
  width:35% !important;
  position: relative;
  margin:20px auto;
  display:block;
}
.center{
   background: #db1c23;
}
.center:before{
    background:inherit;
    content: "";
    display: inline-block;
    height: 14px;
    left:50%;
    margin: 0 0 0 -20px;
    position: absolute;
    top: -7px;
    width:40px;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
}

.section-heading {
  font-family: 'Roboto';
  font-weight: 300;
  color: #35383e;
}
.section-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #35383e;
  margin-top: 40px;
  line-height: 1.6em;
}

/* Header */

#header {
  background: #2f3030;
  width:100%;
  position:relative;
}
.col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
  width: 18%;
}
.col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
  width: 82%;
  padding-right: 0px;
  padding-left: 0px;
}
#header span.header-left{
  position: absolute;
  right: 82%;
  width: 100%;
  background: #db1c23;
  height: 100px;
}
#header .logo{
  /* padding-left: 25px; */
  background: #db1c23;
   height: 100px;
   margin-top: 0px;
   position: relative;
   width: 100%;
   overflow: hidden;
   /* padding-left: 75px; */
}
#header .logo:before {
   border-top: 100px solid transparent;
   border-right: 50px solid #2F3030;
   content: "";
   height: 0;
   right: 0;
   position: absolute;
   top: 0;
   width: 0;
}
#header .logo span.for-logo {
  background-color: #212022;
    height: 152px;
    position: absolute;
    right: 31px;
    top: -25px;
    transform: rotate(27deg);
    width: 6px;
}
#header .logo a{
  display: inline-block;
  margin-top: 22px;
}
/* #header .logo a img{
  display: inline-block;
  margin-right: 22px;
} */
#header:after {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
#header:after {
  left: 100%;
  background:#212022;
}
#header .top-info {
  margin-top: 10px;
  text-transform: uppercase;
  color:#b3b3b3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
#header .top-info .phoneNo span {
  display: inline-block;
  width: 70px;
}
#header .top-info .phoneNo a {
  color:#b3b3b3;
  text-decoration: underline;
  text-transform: none;
}
#header .top-info .phoneNo a:hover {
  text-decoration: none;
}
#header .top-info .address,
#header .top-info .emailAddress,
#header .top-info .phoneNo,
#header .top-info .timing-info,
#header .top-info .timing {
  padding: 0px;
}
#header .top-info .timing {
  text-align: center;
}
#header .top-info .timing span {
  display: block;
}
#header .top-info span {
  color: #d31e25;
}
#header .top-info span a {
  color: #b3b3b3;
  text-decoration: none;
}
#header .top-info span i {
  color: #d31e25;
  margin-right: 5px;
}
#header .top-info .timing-1 span,
#header .top-info .timing-2 span {
  color: #d31e25;
  margin-right: 0px;
}

  /* Welcome */

section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax-1 {
  background-image: url(../images/main-bg.jpg);
  padding: 75px 0px;
}

#welcome .welcome-info {
  padding:120px 0px 100px 15px;
}

#welcome .welcome-info h3,
#welcome .welcome-info h1,
#welcome .welcome-info p {
  color: #fff;
}
#welcome .welcome-info h3 {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 400;
}
#welcome .welcome-info h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
}
#welcome .welcome-info p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#welcome .estimation-form {
  background: #080909;
  padding:0 15px;
  width: 100%;
}
#welcome .estimation-form h3 {
  background-color: #d01b22;
  padding:20px 30px;
  -moz-transform:skew(-20deg);
  -webkit-transform:skew(-20deg);
  -o-transform:skew(-20deg);
  -ms-transform:skew(-20deg);
  transform:skew(-20deg);
}
#welcome .estimation-form h3 > .skew-reverse {
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  color: #fff;
  display: inline-block;
  -moz-transform:skew(20deg);
  -webkit-transform:skew(20deg);
  -o-transform:skew(20deg);
  -ms-transform:skew(20deg);
  transform:skew(20deg);
}
#welcome .estimation-form p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #8a8a8a;
  margin-bottom: 25px;
}

#welcome .estimation-form .form-inline .form-group {
  width: 100%;
  margin-bottom: 15px;
  height: auto;
  /* padding: 15px 5px;
  background-color: #fff; */
}

#welcome .estimation-form .form-inline .form-group .form-control {
  width: 100%;
  border-radius: 0px;
  color: #828282;
  font-family: 'Roboto';
  font-weight: 300;
  height: 45px;
}
#welcome .estimation-form .form-inline .form-group textarea.form-control {
  height: auto;
}

#welcome .estimation-form .form-inline .btn-estimation {
  background-color: #d01b22;
  border-color: #d01b22;
  border-radius: 0px;
  margin-top: 20px;
  -moz-transform:skew(-20deg);
  -webkit-transform:skew(-20deg);
  -o-transform:skew(-20deg);
  -ms-transform:skew(-20deg);
  transform:skew(-20deg);
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
  transition:all 0.40s ease;
}
#welcome .estimation-form .form-inline .btn-estimation .btn-skew-reverse {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -moz-transform:skew(20deg);
  -webkit-transform:skew(20deg);
  -o-transform:skew(20deg);
  -ms-transform:skew(20deg);
  transform:skew(20deg);
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
  transition:all 0.40s ease;
}
#welcome .estimation-form .form-inline .btn-estimation:hover .btn-skew-reverse {
  color: #212022;
}

  /* Client-Logos */

#client-logos {
  padding: 30px 0px 20px;
  background: #d7d7d7;
}

#client-logo-slider .item{
  margin: 10px;
}
#client-logo-slider .item img{
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
}

  /* About */

#about {
  padding: 60px 0px 25px;
}

#about .section-detail {
  margin-top: 100px;
}
#about .section-detail .detail {
  margin-bottom: 50px;
  display: inline-block;
}
#about .section-detail h3 {
  margin-top: 0px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #35383e;
  margin-bottom: 25px;
}
#about .section-detail p,
#about .section-detail ol {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.9em;
  color: #35383e;
}
#about .section-detail ol {
  padding-left:25px;
}

  /* Services */

section.module.parallax-2 {
  background-image: url(../images/services-bg.jpg);
  padding: 75px 0px;
}
#services h1 {
  font-family: 'Roboto';
  font-weight: 300;
}
#services .services-container {
  margin-top: 50px;
}
#services .services-container .service-detail {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#services .services-container .service-detail .service-hover {
  background: rgba(255,255,255,1);
  display: inline-block;
  width: 100%;
  padding: 20px;
  height: 30%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
  transition:all 0.40s ease;
}
#services .services-container .service-detail .service-hover h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #19171c;
  margin: 0px;
  text-transform: none;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}
#services .services-container .service-detail .service-hover p {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.8em;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition:all 0.30s ease-in-out;
}

#services .services-container .service-detail:hover .service-hover {
  background: rgba(255,255,255,0.8);
  height: 100%;
}
#services .services-container .service-detail:hover .service-hover h3 {
  text-transform: uppercase;
}
#services .services-container .service-detail:hover .service-hover p {
  display: block;
  color: #262626;
  margin-top: 20px;
}

  /* News-Letter */

#news-letter {
  background: url(../images/news-letter-bg.jpg) no-repeat;
  /*background-size:100% 100%;*/
  background-size:cover;
  padding: 60px 0 50px;
}
#news-letter h1 {
  font-family: 'Roboto';
  font-weight: 300;
  color: #fff;
}
#news-letter p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  font-size: 18px;
}
.news-letter-form {
  margin-bottom: 50px;
  margin-left: 20px;
}
.news-letter-form .form-inline {
  margin-top: 35px;
}
.news-letter-form .form-inline .form-group {
  width: 100%;
}
.news-letter-form .form-inline .form-group .form-input {
  padding: 0px;
}
.news-letter-form .form-inline .form-group .form-control {
  background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: normal;
}
.news-letter-form .form-inline .form-control {
   height: 64px;
    padding: 5px 20px;
    width: 100%;
}
.news-letter-form .submit-button {
  background: #db1c23;
  border-color: #db1c23;
  border-radius: 0;
  color: #fff;
  height: 64px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.news-letter-form .submit-button:hover {
  background: #212022;
  border-color: #212022;
}

  /* Clients */

#clients {
  padding: 60px 0 75px;
}

#clients .client-container {
  margin-top: 75px;
}
#clients .client-box {
  padding: 20px 20px 20px 60px;
  position: relative;
  border: 1px solid #d7d7d7;
  width: 90%;
  margin-right: 1%;
  float: right;
}
#clients .client-box .client-image {
  position: absolute;
  width: 104px;
  height: 104px;
  margin-top: -52px;
  top: 50%;
  left: -60px;
}

#clients .client-box .client-text h4 span {
  font-family: 'Roboto';
  font-weight: 400;
  color: #db1c23;
  padding-right: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #db1c23;
}
#clients .client-box .client-text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #35383e;
  line-height:1.9em;
  margin-top: 25px;
}

  /* Footer */

#footer {
  padding-top: 50px;
  background: #19171c;
  border-top: 5px solid #db1c23;
}
#footer .footer-info h3 {
  font-family: 'Roboto';
  font-weight: 300;
  color: #fff;
}
#footer .footer-info p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 1.4em;
  padding: 20px 40px 40px 0;
}
#footer .footer-info .social a {
  color: #8b8b8b;
  margin-right: 10px;
}
#footer .footer-info .social a .fa {
  color: #8b8b8b;
}
#footer .footer-info .social a .fa:hover {
  color: #db1c23;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#footer .footer-info .bottom-services {
  padding-top: 20px;
}
#footer .footer-info .bottom-services p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #8b8b8b;
}
#footer .footer-info .bottom-services p a {
  color: #8b8b8b;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
#footer .footer-info .bottom-services p a:hover {
  color: #fff;
}
#footer .footer-info .inTouch {
  padding:20px 0px 0px 15px;
}
#footer .footer-info .inTouch .inTouch-row {
  margin-bottom: 15px;
}
#footer .footer-info .inTouch .inTouch-icon {
  padding: 0px;
}
#footer .footer-info .inTouch .inTouch-icon .fa {
  color: #8b8b8b;
}
#footer .footer-info .inTouch .inTouch-text {
  padding: 0px;
}
#footer .footer-info .inTouch p {
  margin: 0;
  padding: 0;
}

#footer .copy-right {
  border-top: 1px solid #db1c23;
  margin-top: 50px;
}
#footer .copy-right p {
  margin: 0px;
  padding: 30px 0px;
  color: #8b8b8b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#footer .copy-right p a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
#footer .copy-right p a:hover {
  color:#db1c23;
}

  /* Media Queries */

@media (min-width:980px) {
  #header .logo {
    max-width:320px;
  }
}
@media (min-width: 1600px) {
  #header span.header-left {
    right: 75%;
  }
}
@media (min-width: 2048px) {
  #header span.header-left {
    right: 72%;
  }
}
@media (min-width: 2280px) {
  #header span.header-left {
    right: 72%;
  }
}
@media (min-width: 2560px) {
  #header span.header-left {
    right: 68%;
  }
}

@media (max-width: 980px) {
  .top-info .col-sm-6 {
    padding: 0px;
  }
  .top-info .col-sm-3 {
    padding: 0px;
  }
  #header .top-info {
    margin-top: 10px;
    font-size: 18px;
  }
  #header .top-info .timing {
    text-align: left;
  }
  .logo-container {
    padding: 0px;
  }
  #header .logo a {
    margin-top: 30px;
    width: 60%;
  }
  #welcome .welcome-info h3 {
    font-size: 20px;
  }
  #welcome .welcome-info h1 {
    font-size: 24px;
  }
  #about .section-detail h3 {
    font-size: 22px;
  }

  #clients .client-box {
    margin-bottom: 30px;
  }
  #footer .footer-info .inTouch p {
    margin-left: 5px;
  }
}
@media (max-width: 800px) {
  #footer .footer-info .inTouch p {
    font-size: 14px;
  }
}



@media (max-width: 768px) {
  #footer .footer-info .inTouch p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  #header .logo a {
    margin-top: 25px;
    margin-left: 20%;
  }
  #header .top-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header .top-info .timing {
    text-align: center;
  }
  #header .top-info .address,
  #header .top-info .phoneNo,
  #header .top-info .emailAddress {
    text-align: center;
  }
  .col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
    width: 100%;
  }
  .col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
    width: 100%;
  }
  #welcome .welcome-info {
    padding: 0 0 10px 0;
  }
  hr {
    width: 40% !important;
  }
  #news-letter h1 {
    font-size: 24px;
  }
  #news-letter p {
    font-size: 14px;
  }
  .news-letter-form {
    margin-left: 0px;
  }
  .news-letter-form .form-inline .form-group {
    width: 70%
  }
  .news-letter-form .submit-button {
    font-size: 20px;
    padding: 10px 25px;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
    left: -40px;
    margin-top: -40px;
  }
  #clients .client-box .client-image img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .news-letter-form .submit-button {
    font-size: 18px;
    padding: 10px 15px;
  }
  #header .top-info .timing {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  #header .logo a {
    margin-top: 25px;
    margin-left: 120px;
  }
  #header .top-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header .top-info .address,
  #header .top-info .phoneNo,
  #header .top-info .emailAddress {
    text-align: center;
  }
  .col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
    width: 100%;
  }
  .col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
    width: 100%;
  }
  #welcome .welcome-info {
    padding: 0 0 10px 0;
  }
  #welcome .estimation-form h3 {
    font-size: 22px;
  }
  .section-heading {
    font-size: 18px;
  }
  #about .section-detail h3 {
    font-size: 18px;
  }
  #services h1 {
    font-size: 32px;
  }
  hr {
    width: 40% !important;
  }
  #news-letter h1 {
    font-size: 24px;
  }
  #news-letter p {
    font-size: 14px;
  }
  .news-letter-form {
    margin-left: 0px;
  }
  .news-letter-form .form-inline .form-group {
    width: 70%
  }
  .news-letter-form .submit-button {
    font-size: 14px;
    padding: 10px 5px;
  }
  #clients h1 {
    font-size: 28px;
  }
  #clients .client-box .client-image {
    width: 80px;
    height: 80px;
    left: -40px;
    margin-top: -40px;
  }
  #clients .client-box .client-image img {
    width: 80px;
    height: 80px;
  }
}
table th,
table td {
  width: 25%;
  padding:20px;
  text-align: center;
}
table th,
table td {
  border-right:1px solid #000;
  border-top:1px solid #000;

}
table th:first-child,
table td:first-child {
  border-left:1px solid #000;
}
table tbody tr:last-child td {
  border-bottom:1px solid #000;
}
