body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 2048px !important;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}

.fullscreen-image {
  position: fixed;
  left: 0;
  top: 0;
  border-top: 5em solid #fff;
  border-right: 5em solid #fff;
  border-left: 5em solid #fff;
  border-bottom: 4em solid #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  background: url(../images/main_bg.jpg) no-repeat center center;
  background-size: cover;
  background-position-y: -50px;
}
@media (max-width: 768px) {
  .fullscreen-image {
    border-right: 1em solid #fff;
    border-left: 1em solid #fff;
    background-position-y: -20px;
  }
}
@media (max-width: 1200px) {
  .fullscreen-image {
    background-position-y: -25px;
  }
}

.white-background {
  position: relative;
  left: 0;
  top: 0;
  border-top: 5em solid #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 0;
  box-sizing: border-box;
  background: #fff;
  background-size: cover;
  background-position-y: -50px;
  border-bottom: 0;
}
.white-background .top-banner {
  border-right: 5em solid #fff;
  border-left: 5em solid #fff;
  height: auto;
  overflow: hidden;
}
.white-background .top-banner img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .white-background .top-banner {
    border-right: 1em solid #fff;
    border-left: 1em solid #fff;
    height: auto;
  }
}
@media (max-width: 768px) {
  .white-background {
    border-right: 1em solid #fff;
    border-left: 1em solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .white-background {
    border-top: 8em solid #fff;
  }
}

.gray-background {
  background-color: #eee;
  position: fixed;
}

.project-item {
  width: 70%;
  margin: 20px auto;
}
.project-item img {
  width: 100%;
  height: auto;
}
.project-item .white-box {
  background-color: #fff;
  padding: 20px;
}
.project-item.active .white-box {
  border: 1px solid #eee;
  opacity: 0.8;
}

.navbar-brand img {
  display: inline;
  width: 22px;
}

#navbar {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #navbar {
    padding-bottom: 0;
  }
}

.navbar-nav > li > a {
  padding: 30px 10px 0 10px;
  color: #555;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: underline;
  background-color: rgba(238, 238, 238, 0);
}

.logo-brand,
.logo {
  display: inline;
  color: #555;
  position: relative;
  top: 10px;
}

.logo-brand {
  font-size: 24px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .logo-brand {
    font-size: 20px;
  }
}

.logo {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 100;
}
@media (max-width: 768px) {
  .logo {
    font-size: 16px;
  }
}

header.nav-header {
  display: block;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
header.nav-header .wrapper {
  padding: 0 5em;
}
@media (max-width: 768px) {
  header.nav-header .wrapper {
    padding: 0 1em;
  }
}

.navbar-toggle .icon-bar {
  background-color: #555;
}
@media (max-width: 768px) {
  .navbar-toggle {
    padding: 25px 10px 10px 10px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    padding: 0 1em;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-right {
    float: left !important;
  }

  .navbar-nav > li > a {
    margin-bottom: 15px;
  }
}
.submenu {
  width: 100%;
  margin: 0;
}
.submenu .owl-carousel {
  position: fixed;
  top: 5em;
  z-index: 100000;
}
.submenu .owl-carousel .icon-title {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.submenu .owl-carousel .icon-description {
  margin-bottom: 0;
}

.footer {
  padding-bottom: 20px;
  width: 100%;
  border-right: 5em solid #fff;
  border-left: 5em solid #fff;
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer .wrapper {
    padding: 0;
  }
}
.footer .footer-logo {
  position: relative;
  top: 5px;
  text-align: center;
}
.footer .footer-logo img {
  width: 22px;
}
@media (max-width: 768px) {
  .footer .footer-logo {
    text-align: left;
  }
}
.footer .social-icons {
  float: right;
  bottom: 15px;
  position: relative;
}
.footer .social-icons .fa {
  font-size: 18px;
  color: #555;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .footer {
    border-right: 1em solid #fff;
    border-left: 1em solid #fff;
  }
}

.projects-cotnainer {
  padding: 2em 6em;
}
.projects-cotnainer header {
  margin: 20px 0;
}
.projects-cotnainer header .project-title {
  font-weight: 600;
}
.projects-cotnainer .project-description ul {
  list-style: none;
  padding: 0;
}
.projects-cotnainer .project-description ul li {
  padding: 22px 0;
}
.projects-cotnainer .project-description .right-panel {
  padding: 2em 0;
}
@media (max-width: 768px) {
  .projects-cotnainer .project-description .right-panel {
    border-right: 1em solid #fff;
    border-left: 1em solid #fff;
    margin: 0 5px;
  }
}
.projects-cotnainer .project-description .about-row {
  padding: 0 15px;
}
.projects-cotnainer ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .projects-cotnainer .video-container iframe {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .projects-cotnainer {
    padding: 0;
  }
}

.single-content {
  margin: 1em 0;
}

.single-content_1 {
  margin: 0em 0;
}
.single-content .single-image img {
  width: 100%;
  height: auto;
}