@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}

p {
  color: #000;
}

a {
  color: #7c673e;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a i {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #b59c6b;
}
a:hover i, a:focus i, a:active i {
  color: #b59c6b;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #d9d9d9;
}

.preloader i {
  color: #ffffff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

.sep {
  max-width: 80px;
  border: 2px solid #184e89;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #184e89;
  margin-top: 40px;
  margin-bottom: 40px;
}

section.ds-section-light {
  background: #ffffff;
}
section.ds-section-light h2 {
  color: black;
}
section.ds-section-light a {
  color: #7c673e;
}
section.ds-section-light a:hover, section.ds-section-light a:focus, section.ds-section-light a:active {
  color: #b59c6b;
}

section {
  background: #d9d9d9;
  padding: 60px 0;
  text-align: center;
}
section h2 {
  text-transform: uppercase;
  color: black;
}
section .services-box {
  margin-top: 40px;
}
section .services-box .col-md-4 {
  margin-bottom: 20px;
}
section .services-box .col-md-4 .media-left, section .services-box .col-md-4 .media-right, section .services-box .col-md-4 .media-body {
  vertical-align: baseline;
}
section .services-box .col-md-4 .media-left p, section .services-box .col-md-4 .media-right p, section .services-box .col-md-4 .media-body p {
  text-align: left;
}
section .services-box .col-md-4 .media-left h3, section .services-box .col-md-4 .media-right h3, section .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: black;
}
section .services-box .col-md-4 .media-left span, section .services-box .col-md-4 .media-right span, section .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #000;
}

@media (max-width: 768px) {
  section .services-box .col-md-4 .media-left {
    display: block;
  }
  section .services-box .col-md-4 .media-left h3, section .services-box .col-md-4 .media-right h3, section .services-box .col-md-4 .media-body h3 {
    text-align: center;
  }
}
.ds-icon-heading {
  text-align: left;
}

.ds-center-row {
  display: flex;
  justify-content: space-around;
}

i {
  color: #184e89;
}

.ds-section-light i {
  color: #184e89;
}

.media-left {
  padding-right: 20px;
}

.ds-break-small {
  line-height: 200%;
}

.ds-subtitle, p.footer {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

@media (max-width: 489px) {
  .ds-pipe {
    display: none;
  }
  .ds-subtitle {
    margin-top: 25px !important;
  }
}
@media (min-width: 490px) {
  .ds-break-small {
    display: none;
  }
  .ds-pipe {
    font-size: 20px;
    color: #184e89;
  }
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: black;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: black;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: black;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: black;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: black;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: black;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
}
p {
  font-size: 16px;
  color: black;
  font-weight: 400;
}

a {
  cursor: pointer;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #184e89;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  outline: none;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  color: #FFF;
  background: #184e89;
  text-decoration: none;
}

.ds-flags {
  margin-top: 5px;
  margin-bottom: 15px;
}

img.ds-flag {
  width: 28px;
  height: 18px;
  padding-right: 5px;
}

.navbar-default {
  background: rgba(24, 78, 137, 0.8);
  margin-bottom: 0;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}

.navbar-default .nav-wrap {
  width: 70%;
}

.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default a:active {
  color: #c6b38d !important;
}

.navbar-default .nav li a {
  background: transparent !important;
}
.navbar-default .nav li a:hover {
  color: #c6b38d;
}
.navbar-default .nav li a:active, .navbar-default .nav li a:focus {
  color: #fff;
}
.navbar-default .nav li.active a, .navbar-default .nav li.active a:active, .navbar-default .nav li.active a:focus, .navbar-default .nav li.active a:hover {
  color: #c6b38d;
}
.navbar-default .navbar-header {
  width: 20%;
}
.navbar-default .nav-wrap {
  width: 80%;
}

.top-nav-collapse {
  background: #184e89;
}

.navbar-brand img {
  width: 48px;
  height: 48px;
}

.navbar-brand {
  padding: 10px 15px;
}

a.navbar-brand, a.page-scroll {
  outline: none;
}

@media (min-width: 1200px) {
  .navbar-default .nav > li > a {
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
  .ds-show-wide {
    display: initial !important;
  }
  .ds-show-narrow {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .ds-show-wide {
    display: none !important;
  }
  .ds-show-narrow {
    display: initial !important;
  }
  #navbar-collapse {
    max-height: initial !important;
  }
}
@media (max-width: 1199px) {
  .navbar-default {
    width: 100%;
    background: #184e89;
  }
  .navbar-default .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
    margin-left: 10px;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 38px;
    height: 38px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left, .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-collapse {
    border-top: 1px solid white;
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .navbar-nav > li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-default .navbar-header {
    width: 20%;
  }
  .navbar-default .nav-wrap {
    width: 80%;
  }
}
section.landing-page {
  padding-bottom: 0;
  padding-top: 0;
}

#company-header {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#company-header .caption {
  text-align: center;
  z-index: 15;
}
#company-header .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  /* text-transform: uppercase;*/
  font-weight: 500;
  color: #000;
}
#company-header .caption h1 span {
  font-weight: 700;
}
#company-header .caption h6 {
  color: #000;
  margin: 0;
}

/* ==========================================================================
Team Style
========================================================================== */
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  font-weight: 500;
}

img.team-img {
  height: 200px;
  width: 200px;
}

i.social-media {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

i.social-media:hover {
  color: #b59c6b;
}

/* ==========================================================================
Contact Style
========================================================================== */
#contact ul.ds-address {
  text-align: left;
  list-style: none;
}
#contact .ds-address {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#contact .ds-address:hover {
  color: #b59c6b;
}

/* ==========================================================================
Footer Style
========================================================================== */
footer {
  padding: 20px 0;
  text-align: center;
  background: #d9d9d9;
}
footer h2 {
  text-transform: uppercase;
  margin-bottom: 60px;
}
footer h5 {
  font-weight: 500;
}

@media (max-width: 1199px) {
  .customers-grid {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
  }
  .customer:hover .customer-img img {
    filter: initial;
  }
  .customer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    border: 1px solid lightgray;
  }
  .customer .customer-img {
    height: 127.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .customer .customer-img a {
    outline: none;
  }
  .customer .customer-img img {
    max-width: 102px;
    height: 102px;
    cursor: pointer;
    outline: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%) opacity(1);
    transition: all 0.5s ease;
  }
  .customer .technologies {
    height: 22.5px;
    width: 100%;
    background-color: #184e89;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .customer .technologies .technology {
    filter: brightness(0) invert(1);
    height: 15.75px;
    max-width: 15.75px;
    margin: 0 3px;
  }
}
@media (min-width: 1200px) {
  .customers-grid {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
  }
  .customer:hover .customer-img img {
    filter: initial;
  }
  .customer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    border: 1px solid lightgray;
  }
  .customer .customer-img {
    height: 127.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .customer .customer-img a {
    outline: none;
  }
  .customer .customer-img img {
    max-width: 102px;
    height: 102px;
    cursor: pointer;
    outline: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) opacity(0.66);
    transition: all 0.5s ease;
  }
  .customer .technologies {
    height: 22.5px;
    width: 100%;
    background-color: #184e89;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .customer .technologies .technology {
    filter: brightness(0) invert(1);
    height: 15.75px;
    max-width: 15.75px;
    margin: 0 3px;
  }
}
#projects {
  transition: padding-bottom 0.5s;
}

#projects.details-expanded {
  padding-bottom: 0;
}

.projects-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.project {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 20px 10px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.project .project-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  color: white;
  opacity: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.project .project-overlay span {
  transition: all 250ms ease-in-out;
  font-size: 150%;
  white-space: nowrap;
}

.project:hover .project-overlay {
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
}
.project:hover .project-overlay span {
  font-size: 110%;
}

.project img, .project-details-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.project-details-image img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.project-details {
  display: none;
}
.project-details > div {
  background-color: #184e89;
  padding: 0;
  display: flex;
  justify-content: center;
}
.project-details .project-details-inner {
  display: flex;
  justify-content: flex-start;
  margin: 20px;
  position: relative;
}
.project-details .project-details-inner .project-details-image {
  max-width: 350px;
}
.project-details .project-details-inner .project-details-description {
  margin: 0 30px;
  max-width: 700px;
  width: 100%;
  color: white;
}
.project-details .project-details-inner .project-details-description h3 {
  text-align: left;
  color: white;
  margin-bottom: 0;
}
.project-details .project-details-inner .project-details-description a {
  color: #c6b38d;
}
.project-details .project-details-inner .project-details-description a:hover, .project-details .project-details-inner .project-details-description a:focus, .project-details .project-details-inner .project-details-description a:active {
  color: #d7c9af;
}
.project-details .project-details-inner .project-details-description p {
  text-align: left;
  color: white;
}
.project-details .project-details-inner .project-details-description ul li {
  text-align: initial;
}
.project-details .project-details-inner .project-details-description .technologies {
  height: 50px;
  width: 100%;
  background-color: #184e89;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.project-details .project-details-inner .project-details-description .technologies .technology {
  filter: brightness(0) invert(1);
  height: 20px;
  max-width: 20px;
  margin: 0 4px;
  font-size: 130%;
}
.project-details .project-details-inner > i {
  color: white;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-size: 130%;
}

@media (max-width: 1199px) {
  .project {
    height: 150px !important;
    width: 150px !important;
    margin: 10px !important;
  }
  .project .project-overlay span {
    white-space: initial !important;
  }
  .projects-grid {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .project-details-inner > i {
    font-size: 100% !important;
    top: 5px !important;
  }
  .project-details-inner, .project-details-description {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .project-details-image {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
