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;}

h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight: 700;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 16px;}
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;
}


.SectionOne{
  padding: 50px 25px;
  height: 100vh;
  background: url(../img/bg1.jpg) no-repeat center center;
  background-size: cover;
}
.SectionOne img.Logo{width: 200px;}
.SectionOne h1{margin:15% 0 0;text-shadow: 0px 2px 0px #fff;}
.SectionOne a{margin-top: 20px;display:inline-block;}
.SectionOne button{
  color: #fff;
  border:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 700;
  background: rgb(248,80,50);
  background: linear-gradient(180deg, rgba(248,80,50,1) 0%, rgba(162,8,13,1) 100%);
}
.SectionOne button:hover{background: #a2080d;}

.SectionTwo{padding: 70px 25px;background: #fff;}
.SectionTwo h2{color: #a4090e;}
.SectionTwo h4{color: #1d1b1b; text-transform: uppercase;}
.SectionTwo p{color: #1d1b1b;font-weight: 300;font-size: 18px;line-height: 30px;}


.SectionThree{
  padding: 100px 25px;
  background-size: cover;
  background: url(../img/bg2.jpg) no-repeat center center; 
}
.SectionThree h1{color: #fff;}
.SectionThree ul{margin-top: 30px;}
.SectionThree ul li{
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  list-style-image: url(../img/check.png);
}
.SectionThree a{margin-top: 20px;display:inline-block;}
.SectionThree button{
  color: #a4090e;
  border:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 700;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(180,180,180,1) 100%);
}
.SectionThree button:hover{background: #b4b4b4;}


/* calltoaction */
.calltoaction {
  padding: 70px 0;
  background: #232323 url('../img/bg3.jpg') repeat center center;
}
.calltoaction h1{
  color:#fff;
}
.calltoaction h4{
  color: #fff;
  text-transform: uppercase;
}


/* FORM */
.form-bottom {
  margin: 30px 0 0;
  padding: 25px;
  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;
}
.FormBtn{
  color: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    background: rgb(248,80,50);
    background: linear-gradient(180deg, rgba(248,80,50,1) 0%, rgba(162,8,13,1) 100%);
}


/* Media Queries */
@media only screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
.SectionOne{
  padding: 30px 25px 100px;
  height: auto;
}
.SectionOne img.Logo{width: 150px;}

}
@media screen and (max-width: 414px) {

h1{font-size: 30px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
.SectionOne{
  padding: 0 25px 70px;
  height: auto;
}
.SectionOne img.Logo{width: 100px;}

.SectionThree{
  padding: 70px 25px;
  }
.SectionThree ul li{
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  list-style-image: url(../img/check.png);
}
.SectionThree button{font-size: 16px;}
}