h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
h1 {
    font-size: 20px;
}

h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

h3 {
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: .5px;
    font-weight: 300;
    font-style: normal;
    color: #1f1f1f;
    font-family: 'Open Sans', sans-serif;
}

.navbar {
    padding: 20px;
    display: table;
    width: 100%;
}

.navbar-toggle {
    padding: 9px 0;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
}

.logo {
    height: auto;
    width: 285px
}

.navbar-toggle .icon-bar {
    background: black;
}

.top-heading {
    padding: 180px 0 155px;
    text-align: center;
    background: linear-gradient(
            rgba(222, 222, 222, .7),
            rgba(222, 222, 222, .7)
    );
    position: relative;
    overflow: hidden;
}

.top-heading .bg-banner {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-heading {
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px;
    text-align: center;
    text-rendering: optimizeLegibility;
    opacity: 0;
    top: 100px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.idea-img {
    width: 493px;
    height: 296px;
    padding-bottom: 34px;
}

.combined-steps {
    width: 494px;
    height: 414px;
    margin-bottom: 34px;
}

.sm-steps {
    width: 268px;
    height: 119px;
}

.page-content {
    max-width: 1020px;
    margin: 0 auto;
    padding: 96px 32px;
}

.content {
    margin-bottom: 34px
}

.title {
    padding: 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.cut-the-bs {
    margin: 0 auto;
    padding: 156px 32px;
    text-align: center;
    background: linear-gradient(
            rgba(222, 222, 222, .7),
            rgba(222, 222, 222, .7)
    ), url('../img/cutthebs.jpg') center center no-repeat;
    background-size: 100%;
}

.process {
    font-size: 20px;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    font-style: normal;
    color: #404040;
    margin: 20px auto;

}

.process p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 4px
}

.suresh-joshi {
    margin-bottom: 34px;
}

.consultant-bio {
    font-size: 16px
}

.consultant-title {
    margin-bottom: 34px;
    font-style: italic;
    letter-spacing: 1px
}

footer {
    border-top: 60px solid #f0f0f0;
    padding: 50px 32px;
    background-color: #919191;
}

.contact-information p,
.contact-information a {
    color: rgba(255, 255, 255, .4);
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: .5px;
    font-weight: 300;
    font-style: normal;
}


.button {
    border: 2px solid red;
    color: red;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    margin-left: 1em;
    padding: 0.7em 1em !important;
    display: block;
    text-align: center;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.button:hover {
    border: 2px solid red;
    color: white;
    background: red;
    text-decoration: none;
}

.submit-button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 1.5em;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    border-radius: 0;
    text-transform: uppercase;
}

.submit-button:hover {
    color: white;
    background-color: #454545;
    border-color: #454545;
}

.hire-us {
    background: linear-gradient(
            rgba(222, 222, 222, .7),
            rgba(222, 222, 222, .7)
    ), url('../img/contact.jpg') center center no-repeat;
    background-size: cover;
    min-height: 350px;
}

label {
    min-height: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.form-control {
    height: auto;
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group span {
    font-size: 12px;
}

/*hide.show nav*/
.animated-hide,
.animated-show {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.animated-hide {
    top: -170px;
}

.animated-fadein {
    opacity: 1;
    top: 10px;
}

.text-results {
    text-align: center;
    margin: 20px 0
}

.navbar-nav {
    width: 100%;
}

.navbar-nav > li {
    width: 100%;
}
.nav > li > a {
  background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: red;
}

.back-top {
  color: white;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: .5px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
}

/*============================================================================
	Responsive
==============================================================================*/

@media (max-width: 975px) {
  .cut-the-bs {
      background-size: 100%;
  }
}

@media (max-width: 555px) {
    h1 {
      font-size: 16px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
      font-size: 24px;
    }
    .combined-steps {
        width: 100%;
        height: 100%;
        margin: 0 auto 34px;
    }
    .idea-img {
        width: 100%;
        height: 100%;
        margin: 0 auto 34px;
    }
    .cut-the-bs {
        background-size: 150%;
    }
    .page-content {
        padding: 20px;
    }
    .sm-steps {
        width: 100%;
        height: 100%;
    }
    .button {
        display: none;
    }
    .top-heading {
      padding: 30px 0;
      text-align: center;
      background: linear-gradient( rgba(222, 222, 222, .5), rgba(222, 222, 222, .5) );
      background-size: 100% 100%;
    }
    .nav > li > a {
        background-color: red;
        color: white;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: red;
    }
}


@media (max-width: 1024px) {


}
