.navbar-brand img {
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 100%;
    padding: 20px;
}

.navbar-brand {
	padding: 20px;
}

.section-image{
	max-height: 750px;
}
.section-image img{
	width: 100%;
}


/* ==========================================================================
Typography
========================================================================== */
.p-b-20{
	padding-bottom: 20px;
}
p {
  font-size: 18px;
  line-height: 28px;
  color: #6c7279; }

h1 {
  font-size: 65px;
  color: #2d3033;
padding-bottom: 20px;}

h2 {
  font-size: 40px;
  color: #2d3033; }

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6c7279; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }


.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: relative;
  width: 100%;
  z-index: 999; }
  #header .header-content {
    margin: 0 auto;
    max-width:100%;
    padding: 40px;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

#header.fixed {
  background-color: #292c47; }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #fff; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #e84545;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #e84545;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
  background-image: url(../images/19.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px; }

.banner-text {
  padding-top: 30%; }
  .banner-text h1 {
  	font-size: 8rem;
    color: #fff;
    font-weight: 300;
     }
    .banner-text h2 {
    color: #fff;
    font-size: 5.3rem;
    font-weight: 300;

     }
  .banner-text p {
    color: #fff;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px; }

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-bottom {
    background-color: #F5F5F5;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 20px; }
  .footer p {
    color: #888;
    font-size: 15px }


/* ==========================================================================
	$Utilities
========================================================================== */

.text-inverse:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.text-inverse:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.list-style li:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.list-style li:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.list-style li:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.form-group {
  margin-bottom: 0;
  padding: 10px 0;
}
.form-group:first-child {
  border-color: transparent;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
  min-height: 40px;
  height: auto;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a3d7a3
}

.form-vertical {
  counter-reset: fieldset;
}
.form-vertical fieldset {
  padding-top: 10px;
  margin: 50px 0;
}
.form-vertical fieldset > legend:before {
  content: counter(fieldset);
  counter-increment: fieldset;
  position: absolute;
  left: -25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background: #e84545;
  color: white;
  font-size: 75%;
  font-weight: bold;
}

label.checkbox {
  margin-bottom: 15px;
  position: relative;
}
label.checkbox .icheckbox_square-blue {
  position: absolute;
  top: 0;
  left: 0;
}
label.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
}
label.checkbox span {
  padding-left: 35px;
  display: block;
}

.radio label {
  padding-left: 0;
}
.radio span {
  vertical-align: middle;
  margin-left: 5px;
}

.btn {
  height: 40px;
  padding: 10px 16px;
  border-radius: 3px;
  min-width: 80px;
}

.btn-group.radio-group .btn {
  height: 50px;
  line-height: 22px;
  padding: 12px 20px;
}
.btn-group.radio-group .btn span {
  line-height: 22px;
  vertical-align: middle;
  margin-left: 5px;
}

/* bootstrap select styles */
.bootstrap-select .btn {
  min-height: 40px;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.bootstrap-select .btn:hover {
  background: white;
}



label {
  cursor: pointer;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

.hidden{
	display: none;
}

.animated {
  visibility: visible; }

.main-section p{
	font-size: 2.6rem;
	line-height: 150%;
		font-weight: 100;
}

.intro-text{
	position: absolute;
	top: 10%;
	padding:0px;
	line-height: 120%;
	float: right;
}
.intro-text p{
	padding-bottom: 30px;
}


@media screen and (max-width: 1024px) {
	.section {
    position: relative;
    padding: 20px 0;
}
	.main-section p{
	font-size: 2rem;
	line-height: 150%;
}
h1 {
  font-size: 50px;
  color: #2d3033;
padding-bottom: 20px;}

h2 {
  font-size: 35px;
  color: #2d3033; }
	.intro-text{
	position: absolute;
	bottom: 0px;
	top: auto;
	left: 0;
	padding: 15px;
	line-height: 120%;
	float: right;
}

.intro-text p{
	padding-bottom: 5px;

	}
.cover p {
    margin-bottom: 5px;
    font-size:2.5rem;
    font-weight: 200;
}

 }
@media screen and (max-width: 768px) {

	.section {
    position: relative;
    padding: 20px 0;
}
	.main-section p{
	font-size: 2rem;
	line-height: 150%;
}
h1 {
  font-size: 50px;
  color: #2d3033;
padding-bottom: 20px;}

h2 {
  font-size: 35px;
  color: #2d3033; }
	.intro-text{
	position: absolute;
	bottom: 0px;
	top: auto;
	left: 0;
	padding: 15px;
	line-height: 120%;
	float: right;
}

.intro-text p{
	padding-bottom: 5px;

	}
.cover p {
    margin-bottom: 5px;
    font-size:2.5rem;
    font-weight: 200;
}
 }
@media screen and (max-width: 640px) {
	.section {
    position: relative;
    padding: 20px 0;
}
	.main-section p{
	font-size: 2rem;
	line-height: 150%;
}
h1 {
  font-size: 50px;
  color: #2d3033;
padding-bottom: 20px;}

h2 {
  font-size: 35px;
  color: #2d3033; }
	.intro-text{
	position: absolute;
	bottom: 0px;
	top: auto;
	left: 0;
	padding: 15px;
	line-height: 120%;
	float: right;
}

.intro-text p{
	padding-bottom: 5px;

	}
.cover p {
    margin-bottom: 5px;
    font-size:2.5rem;
    font-weight: 200;
}

}
@media screen and (max-width: 480px) { 
.section {
    position: relative;
    padding: 20px 0;
}
	.main-section p{
	font-size: 2rem;
	line-height: 150%;
}
h1 {
  font-size: 50px;
  color: #2d3033;
padding-bottom: 20px;}

h2 {
  font-size: 35px;
  color: #2d3033; }
	.intro-text{
	position: absolute;
	bottom: 0px;
	top: auto;
	left: 0;
	padding: 15px;
	line-height: 120%;
	float: right;
}

.intro-text p{
	padding-bottom: 5px;

	}
.cover p {
    margin-bottom: 5px;
    font-size:2.5rem;
    font-weight: 200;
}

}
@media screen and (max-width: 320px) {
  }