html{outline: none;}
body{
  margin: 0 auto;
  color: #1d1b1b;
  font-size:14px;
  background:#fff;
  font-family: 'Hind', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
::-moz-selection { /* Code for Firefox */
    color: #999;
    background: #270412;
}

::selection {
    color: #999; 
    background: #270412;
}
small{font-size: 50%;}
hr{border-top: 1px solid #e1e1e1;}
a{color: inherit;text-decoration: none;}
a:hover{color: inherit; text-decoration: none;}
img{width:100%;}
a:focus{text-decoration: none;outline: none !important;}
a:visited{}
a img{border: none;}
.clear{clear:both;}
p{line-height: initial;}

h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight: 700;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: initial;
}
h1{font-size: 48px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 13px;}
button{outline: none;}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.LargeBtn a{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 20px;
  background: #f85032;
}
.SmallBtn{margin-top: 20px;}
.SmallBtn a{
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
  background: #f85032;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(133,133,133,1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(133,133,133,1);
  box-shadow: 0px 5px 10px 0px rgba(133,133,133,1);
}
/* HEADER */
header{
  padding: 20px 0;
  background: #fff;
  border-bottom: 3px solid #a30b0f;
}
header .HPhone{
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  color: #333;
}
header .HPhone span,
header .HPhone a{
  color: #a30b0f;
}

.HPhone, .LargeBtn{
  margin: 10px;
  display: inline-block;
}

/* BANNER */
.Banner{
  position: relative;
  padding: 12% 0;
  color: #fff;
  text-shadow: 0px 4px 20px #5b0202;
  background: url(../img/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.Banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(191,24,40,1) 0%, rgba(191,75,29,1) 100%);
  opacity: .75; 
}
.Banner p{font-size: 24px; font-weight: 300;}
.Banner .LargeBtn{
  text-shadow: none;
  -webkit-box-shadow: 0px 5px 20px 0px #5b0202;
  -moz-box-shadow: 0px 5px 20px 0px #5b0202;
  box-shadow: 0px 5px 20px 0px #5b0202;
}
.BannerImg{margin-top: 50px;}

/* OVERVIEW */
.Overview{
  padding: 70px 0;
  background: #fff;
}
.Overview h3{color: #333;}
.Overview p{
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.Development, .Marketing, .Reputation{padding: 40px 0 0;}
.Development h4, .Marketing h4, .Reputation h4{color: #a30b0f;}
.Development p, .Marketing p, .Reputation p{
  color: #333;
  font-size: 16;
  font-weight: 300;
}

/* SERVICES */
.Services{
  padding: 70px 0;
  background: #f3f3f3;
}
.Services h2{color: #333;}
.Services h2 span{font-weight: 300;}
.Services .List{
  width: 20%; 
  float: left;
  padding: 40px 0 0;
}
.Services img{max-width: 65px;}
.Services h5{
  color:#a30b0f;
  font-weight: 600;
}

/* INDUSTRIES */
.Industries{
  padding: 70px 0;
  background: url(../img/bg2.jpg) no-repeat center center;
  background-size: cover;
}
.Industries h2{color: #fff;}
.Ind{
  margin: 0 5px;
  padding: 20px;
  background: #fff;
}
.Ind img{max-width: 50px;}
.Ind h3{color: #a30b0f;line-height: 24px;}
.Ind p{
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

/* READY BAR */
.ReadyBar{
  padding: 70px 0;
  color: #fff;
  background: rgb(112,0,0);
  background: linear-gradient(90deg, rgba(112,0,0,1) 0%, rgba(180,0,0,1) 100%);
}
.ReadyBar h2{
  font-style: italic;
  color: #fff;
}

/* PORTFOLIO */
.Portfolio h2{
margin: 30px 0 20px;
}
.Portfolio .row{
  margin-right: 0px;
  margin-left: 0px;
}
.Portfolio .row .col-sm-4.col-xs-6{
  padding-right: 0px;
  padding-left: 0px;
}
.Portfolio img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.Portfolio img:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}




/* calltoaction */
.calltoaction{
  padding: 70px 0;
  position: relative;
  background: url(../img/bg3.jpg) no-repeat center center;
  background-size: cover;
}
.calltoaction:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(191,24,40,1) 0%, rgba(191,75,29,1) 100%);
  opacity: .75; 
}
.ContactContent{
  padding: 50px 30px;
  background: #fff;
}
.ContactContent h2{
  background: -webkit-linear-gradient(rgba(191,24,40,1), rgba(191,75,29,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ContactContent p{
  font-size: 18px;
  font-weight: 400;
}
.ContactContent p a{
  font-weight: 700;
  color: #a30b0f;
}


/* FORM */
.form-bottom {
  padding: 20px 0 0;
  background: transparent;
  text-align: center;
  /*color: #fff;*/
}
.form-group {
    margin-bottom: 30px;
}
.form-group label{
    display: none;
}
.form-bottom form textarea {
  height: 100px;
}

.form-bottom form .input-error {
  border-color: #d05a4e;
}
input[type="text"], 
input[type="email"], 
textarea, 
textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #f85032;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    color: #333;
}
.FormBtn{
  color: #fff;
    border: none;
  font-size: 24px;
  padding: 5px 20px;
  background: linear-gradient(180deg, rgba(191,24,40,1) 0%, rgba(191,75,29,1) 100%);
  border-radius: 0;
}


/* Media Queries */
@media only screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  h1{font-size: 30px;}
  h2{font-size: 24px;}
  h3{font-size: 20px;}
  h4{font-size: 18px;}
  h5{font-size: 16px;}
  h6{font-size: 13px;}
  header .text-right{text-align: center;}
  header .HPhone {font-size: 18px;}
  .Services .List{
  width: 100%; 
  display: block;
  padding: 40px 0 0;
  }
  .row-eq-height {
    display: block;
  }
}
@media screen and (max-width: 414px) {
}