header{background-image: url("../img/demopageheaderbg.png");height: 574px;background-repeat: no-repeat;background-attachment: fixed;}
.navbar-default {
    background-color: hsla(0, 0%, 0%, 0);
    border-color: hsl(0, 0%, 91%);
    border: 0;
}
.navbar-default .navbar-nav > .active > a{background-color: transparent;color: white;}
.navbar-brand > img {
    display: block;
    margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: hsl(0, 0%, 100%);
    font-family: 'Lato', sans-serif;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}


.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .active > a:hover{color: hsl(45, 96%, 51%); background-color: transparent}
.navbar-nav{margin-top: 28px}
.navbar-nav li a.demo{    color: hsl(45, 96%, 51%);
    border: 2px solid;
    border-radius: 34px;
    padding: 7px;
    width: 84px;
    text-align: center;
    margin-top: 7px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out}
.navbar-nav li a.demo:hover{color: white; background-color: hsl(45, 96%, 51%); border-color: hsl(45, 96%, 51%)}


header .header-content{margin-top: 80px}
header .header-content h3{
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    }
header .header-content button{
    background-color: hsla(0, 0%, 0%, 0);
    border: 0;
    background-image: url('../img/setItInActionBtn.png');
    height: 48px;
    width: 200px;
    text-align: center;
    background-repeat: no-repeat;
    color: hsl(0, 0%, 100%);
    margin-top: 10px;
    }

header .header-content p{    color: hsl(0, 0%, 100%);
    line-height: 2;
    font-family: 'Lato', sans-serif;
    font-size: 15px}


.requestademo{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.557px 3.961px 30.78px 7.22px rgba(118, 118, 150, 0.07);
  z-index: 56;
  padding: 40px 0 116px 35px;
  margin-top: -185px;
}
.requestademo label{
    display: block;
    color: hsl(240, 1%, 52%);
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin-top: 25px;
    }

.requestademo input{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  background-color: rgb(246, 247, 247);
  z-index: 65;
  padding: 10px 10px;
  width: calc(100% - 35px);
}
.requestademo h3{margin-bottom: 25px}
.requestademo .submitinput input{
  background-image: url('../img/setItInActionBtn.png');
  z-index: 59;
  width: 50%;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 49px;
  margin-left: 20%;
  margin-top: 55px;
  color: white;
}

.contact form textarea{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  background-color: rgb(246, 247, 247);
  max-width: calc(100% - 35px);
  min-width: calc(100% - 35px);
  min-height: 225px;
  max-height: 225px;
  min-height: 225px;
  padding: 10px 15px;
  line-height: 2;
}

.mapimg{box-shadow: 3px 2px 38px -13px #767696}


.Key-Features{margin-top: 60px}
.Key-Features hr{margin-bottom: 50px}
.quickdemo .col-md-7{padding-left: 55px}
.quickdemo p span{    color: hsl(0, 0%, 100%);
    width: 22px;
    height: 22px;
    background-color: hsl(358, 70%, 34%);
    display: inline-block;
    line-height: 20px;
    border-radius: 50%;
    margin: 0 12px 0 0;
    text-align: center}

footer {margin-top: 85px}
footer ul{list-style-type: none;margin-left: -40px;}
footer ul li{float: left;padding: 20px;margin: 0;padding: 0;}
footer ul li a{font-family: 'Lato', sans-serif;
    color: hsl(208, 56%, 46%);
    text-decoration: none;
    color: hsl(0, 0%, 60%)}
footer p{color: hsl(0, 0%, 60%);font-family: 'Lato', sans-serif}
footer span{margin: 0 20px;color: #ddd;}
footer .footerContent{width: 90%;border-top: 1px solid hsl(0, 0%, 87%);padding: 25px 0 70px 0;margin: 0 auto;}



/* Styles in different places */
.Key-Features h3, .quickdemo h3{color: #e76834;font-family: 'Lato', sans-serif}
.specialh3{font-size: 35px}
.Key-Features p, .quickdemo p{font-family: 'Lato', sans-serif;color: #515151; line-height: 2}
button{font-family: 'Lato', sans-serif}
.Key-Features button, .quickdemo button
        {
          color: #e76834;
          border: 2px solid;
          width: 160px;
          background-color: hsla(0, 0%, 0%, 0);
          padding: 7px;
          border-radius: 20px;
          margin-top: 20px;
          transition: all .5s ease-in-out;
          -webkit-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          -ms-transition: all .5s ease-in-out;
        }
.Key-Features button:hover, .quickdemo button:hover{color: white; background-color: hsl(17, 79%, 55%)}


@media (max-width: 767px) {
  .navbar ul li a{width: 50%;margin: 0 auto;text-align: center}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus ,.navbar-default .navbar-toggle {
    background-color: hsla(0, 0%, 0%, 0);
    border: 0;
    color: hsl(0, 0%, 100%);
    margin: 20px 31px 0 0;
    }
}


@media (max-width: 645px) {
  footer ul li{float: none}
  footer ul span{display: none}
}


@media (max-width: 1199px) {
  .requestademo .submitinput input{margin-left: 0; width: 95%; text-align: left; padding-left: 15%}
}
