

@font-face {
    font-family:'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Bold.woff') format('woff'), 
	  url('../fonts/OpenSans-Bold.ttf')  format('truetype'), 
	  url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
         url('../fonts/RobotoLight.woff2') format('woff2'),
         url('../fonts/RobotoLight.woff') format('woff'),
         url('../fonts/RobotoLight.ttf') format('truetype'),
         url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf')  format('truetype'), url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* form-submision-preloader*/

.formOverlay:before {
  content: "\f110";
  font-family: fontawesome;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  color: #DB1C23;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5%;
  font-size: 56px;
  margin-top: -34px;
}
.formOverlay {
  /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
  background:rgba(0,0,0,0.2);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.alert .message-icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border:1px solid #9F9F9F;
  border-radius: 50%;
  line-height: 30px;
}

.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:#f57f17;
	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: #f57f17;
  height: 1px;
  width:35% !important;
  position: relative;
  margin:20px auto;
  display:block;
}
.center{
   background: #f57f17;
}
.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: 'RobotoLight';
  color: #35383e;
}
.section-text {
  font-family: 'OpenSansRegular';
  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: #f57f17;
	height: 100px;
}
#header .logo{
	/* padding-left: 25px; */
	background: #f57f17;
   height: 100px;
   margin-top: 0px;
   position: relative;
   width: 100%;
   overflow: hidden;
   /* padding-left: 75px; */
}
#header .logo > h1 {margin-top: 28px;}
#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: 40px;
}
#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: right;
}
#header .top-info span {
	font-family:'OpenSansRegular';
	color: #b3b3b3;
	/* margin-right: 15px; */
  font-size: 12px;
}
#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: linear-gradient(180deg,rgba(102,102,102,.9) 0%,rgba(59,59,59,.9) 100%),url(../images/main-bg.jpg)!important;
  padding: 75px 0px;

}

#welcome .welcome-info {
  padding:120px 0px 100px 15px;
}

#welcome .welcome-info h3,
#welcome .welcome-info h1,
#welcome .welcome-info h1 a,
#welcome .welcome-info p {
  color: #fff;
}
#welcome .welcome-info h3 {
  font-family: 'RobotoRegular';
  text-transform: uppercase;  
}
#welcome .welcome-info h1 {
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
  font-size: 32px;
}
#welcome .welcome-info p {
  font-family:'OpenSansRegular';
  font-size: 16px;
}

#welcome .estimation-form {
  background: #080909;
  padding:0 15px;
  width: 100%; 
}
#welcome .estimation-form h3 {  
  background-color: #f57f17;  
  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: 'RobotoRegular';
  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-size: 'OpenSansRegular';
  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: 'RobotoLight';
  height: 45px;
}
#welcome .estimation-form .form-inline .form-group textarea.form-control {
  height: auto;
}

#welcome .estimation-form .form-inline .btn-estimation {
  background-color: #f57f17;
  border-color: #f57f17;
  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: 'OpenSansRegular';
  -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: 'RobotoLight';
  color: #35383e;
  margin-bottom: 25px;
}
#about .section-detail p {
  font-family: 'OpenSansRegular';
  line-height: 1.9em;
  color: #35383e;
}

  /* Services */

section.module.parallax-2 {
  background-image: url(../images/services-bg.jpg);
  padding: 75px 0px;
}
#services h1 {
  font-family: 'RobotoLight';
  color: #fff;
}
#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: 'OpenSansRegular';
  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: 'OpenSansRegular';
  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: 'RobotoLight';
  color: #fff;
}
#news-letter p {
  font-family: 'OpenSansRegular';
  color: #1a1a1a;
  font-size: 18px;
}
.news-letter-form {
  margin-bottom: 50px;
  margin-left: 20px;
  position: relative;
}
.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:'OpenSansRegular';
    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: #f57f17;
  border-color: #f57f17;
  border-radius: 0;
  color: #fff;
  height: 64px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: 'RobotoLight';
  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: 'RobotoRegular';
  color: #f57f17;
  padding-right: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f57f17;
}
#clients .client-box .client-text p {
  font-family: 'OpenSansRegular';
  color: #35383e;
  line-height:1.9em;
  margin-top: 25px;
}

  /* Footer */

#footer {
  padding-top: 50px;
  background: #19171c;
  border-top: 5px solid #f57f17;
}
#footer .footer-info h3 {
  font-family: 'RobotoLight';
  color: #fff;
}
#footer .footer-info p {
  font-family: 'OpenSansRegular';
  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: #f57f17;
  -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: 'OpenSansRegular';
  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: 35px;
}
#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 #f57f17;
  margin-top: 50px;
}
#footer .copy-right p {
  margin: 0px;
  padding: 30px 0px;
  color: #8b8b8b;
  font-family: 'OpenSansRegular';
  font-size: 16px;
}
#footer .copy-right p a {
  color: #fff;
  text-decoration: none;
}

  /* Media Queries */

@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: 30px;
  } 
  #header .top-info span {
    font-size:12px; 
  }
  .logo-container {
    padding: 0px;
  }
  #header .top-info {
    margin-top: 42px;
  }
  #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: 180px;
  }
  #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;
  }
  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;
  }
}

@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;
  }
}