@charset "UTF-8";
/* CSS Document */
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Oswald', sans-serif;
  background-color: #f4f5f7;
}
html {
  width: 100%;
  height: 100%;
}
.bg-custom {
  background-color: #535c70;
}
.top-item {
  color: #fff;
  font-size: 14px;
}
.top-item a {
  color: #fff;
  text-decoration: none;
}
.top-item a:hover {
  color: #be9e21;
  text-decoration: none;
}
.navbar-custom {
  background-color: #535c70;
  border-color: #535c70;
  text-transform: uppercase;
  border-top: 1px solid #ACACAC;
}
.navbar-custom .navbar-brand {
  color: #fff;
}
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  margin-right: 5px;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
  color: #be9e21;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
  color: #be9e21;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: #be9e21;
}
.navbar-custom .navbar-toggle {
  color: #fff;
  text-transform: uppercase;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, .02);
}
.custom-toggler {
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}
.navbar-custom .custom-toggler:focus, .navbar-custom .custom-toggler:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.section-1 {
  padding-top: 40px;
  color: #535c70;
}
.section-1 h5 {
font-size: 14px;
	padding-top: 10px; 
}
.sec
.section-2 {
  margin-top: 40px;
}
.zoom {
  position: relative;
  overflow: hidden;
}
.zoom img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.section-3 {
  margin-top: 40px;
  margin-bottom: 80px;
}
.section-4 {
  margin-top: 40px;
  margin-bottom: 80px;
}
.section-5 {
  margin-top: 40px;
  margin-bottom: 80px;
}
.card {
  border: none;
}
/*parallax fixed*/
.parallax {
  /* The image used */
  background-image: url('../img/woman1920.jpg');
  /* Full height */
  height: 300px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax h2 {
  color: #FFFFFF;
  padding-top: 130px;
  text-align: center;
}
.parallax p {
  color: #FFFFFF;
  text-align: center;
}
/*parallax move*/
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.parallax-window h2 {
  color: #FFFFFF;
  text-align: center;
}
/*portfolio*/
.portfolio {
  margin-top: 40px;
}
.portfolio img {
  margin-bottom: 15px;
}
.content {
  position: relative;
  width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.content:hover .overlay {
  height: 100%;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*second effect*/
.overlay-2 {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.content:hover .overlay-2 {
  bottom: 0;
  height: 100%;
}
/**/
.footer {
  height: 60px;
  background-color: #555555;
  text-align: center;
  color: #FFFFFF;
  padding-top: 18px;
}
.footer p {
  font-size: 14px;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.divider {
  background-color: #be9e21;
  padding: 1px;
  width: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-custom {
  background-color: #be9e21;
  color: #fff;
}
.links a {
  text-decoration: none;
  color: #535c70;
}
.links a:hover {
  text-decoration: underline;
  color: #535c70;
}
/**/
.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}
.home {
  height: 300px;
  background-image: url("../img/slider/home.jpg");
}