* {
/*
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
*/
  font-family: "basic-sans",sans-serif; }

a:hover {
  text-decoration: none; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.overflow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px; }

ul, li {
  list-style: none;
  padding: 0; }

html, body {
  overflow-x: hidden; }

body {
  position: relative; }

.wrapper-light,
.wrapper-dark {
  padding-top: 115px;
  padding-bottom: 80px;
  text-align: center; }
  .wrapper-light h2,
  .wrapper-dark h2 {
    margin-bottom: 30px; }
  .wrapper-light .line,
  .wrapper-dark .line {
    margin: 0 auto 30px;
    width: 50px;
    border-top: 2px solid #F7941E; }
  .wrapper-light p:nth-of-type(1),
  .wrapper-dark p:nth-of-type(1) {
    margin-bottom: 60px; }

.wrapper-dark {
  background-color: #F2F2F2; }

.logo {
  width: 160px;
  height: 50px; }

.nav-item a {
  color: #292F36 !important;
  font-weight: bold; }
  .nav-item a:hover {
    color: #F7941E !important; }

.nav-item .active {
  color: #F7941E !important; }

.jumbotron {
  text-align: center;
  margin-bottom: 0px; }

.jumbo-hero {
  height: 496px;
  background-image: url(../img/jumbo.jpg);
  background-origin: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.jumbotron h1 {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 50px; }
  .jumbotron h1 span {
    color: #F7941E; }

.jumbotron p {
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 60px; }

.jumbotron a {
  padding: 10px 30px;
  color: #FFFFFF !important;
  background-color: #F7941E;
  border: 2px solid #F7941E;
  font-weight: bold; }
  .jumbotron a:hover {
    color: #F7941E !important;
    border: 2px solid #F7941E;
    background-color: transparent;
    cursor: pointer; }

.jumbo-contact {
  height: 194px;
  background-color: #F7941E; }
  .jumbo-contact p {
    margin-bottom: 30px; }
  .jumbo-contact a {
    padding: 10px 30px;
    color: #F7941E !important;
    background-color: #292F36;
    border: 2px solid #292F36;
    font-weight: bold; }
    .jumbo-contact a:hover {
      color: #292F36 !important;
      border: 2px solid #292F36;
      background-color: transparent;
      cursor: pointer; }

.wrapper-dark .contact-info .contact-p {
  margin-bottom: 50px;
}

.values-container {
  background-image: url(../img/values.jpg);
  background-origin: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.values {
  position: relative;
  padding: 0;
  height: 600px;
  border: 1px solid lightgray; }

.values:nth-of-type(odd) {
  border-right: none; }

.values:nth-of-type(2) {
  border-right: none; }

.svg-circle {
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: -30px;
  bottom: auto;
  background-color: #F7941E;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 100;
  border: 1px solid #F2F2F2; }
  .svg-circle svg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 25px;
    width: 25px;
    fill: #F2F2F2; }

.values-light {
  background-color: #FFFFFF;
  width: 100%;
  padding: 50px 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80;
  -webkit-transition: top .8s;
  transition: top .8s;
  padding: 0 20px; }
  .values-light h5 {
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: bold; }
  .values-light p {
    margin-bottom: 10px; }

.values-light-up {
  top: -358px; }

.values-dark {
  width: 100%;
  position: absolute;
  top: 415px;
  left: 0;
  z-index: 90;
  -webkit-transition: top .8s;
  transition: top .8s;
  padding: 0 20px; }
  .values-dark h4 {
    color: #FFFFFF;
    margin-bottom: 165px; }
  .values-dark p {
    margin-bottom: 10px;
    color: #FFFFFF;
    margin-top: 20px; }

.values-dark-up {
  top: 0px; }
  .values-dark-up h4 {
    margin-bottom: 50px;
    margin-top: 70px; }

.more-info {
  padding: 90px 10px 80px; }
  .more-info h3 {
    text-align: left;
    margin-bottom: 30px; }
  .more-info .line {
    margin: 0 0 30px; }
  .more-info p {
    margin-bottom: 40px; }

.profile {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px; }

.industry ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.industry-info {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 15px; }
  .industry-info h5 {
    margin-top: 21px; }
  .industry-info p {
    margin: 0 !important; }

.svg-square {
  background-color: #F7941E;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0; }
  .svg-square svg {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: #F2F2F2; }

.service-icon-container h5 {
  font-weight: bold;
  margin-bottom: 50px; }

.active-service {
  color: #F7941E; }

.service-item {
  padding-right: 0;
  padding-left: 0; }
  .service-item:hover {
    cursor: pointer; }
  .service-item:hover h5 {
    color: #F7941E; }

.svg-container {
  margin-bottom: 30px; }

.svg-container svg {
  width: 30px;
  height: 30px;
  fill: #F7941E; }

.service-info {
  background-color: #E6E6E6;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  .service-info h4 {
    margin-bottom: 30px;
    color: #F7941E; }
  .service-info img {
    width: 100%;
    margin-bottom: 40px; }
  .service-info p {
    margin-bottom: 30px; }
  .service-info h5 {
    font-weight: bold; }
  .service-info h5,
  .service-info ul,
  .service-info li {
    text-align: left; }
  .service-info ul li {
    padding-left: 10px; }

.rhomb {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: black;
  text-overflow: clip;
  background: #E6E6E6;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: 0 100% 0deg;
  transform-origin: 0 100% 0deg; }

.parralax {
  height: 425px;
  padding: 90px 10px 50px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/viewCliens.jpeg.jpg);
  color: #FFFFFF;
  text-align: center; }
  .parralax h2 {
    margin-bottom: 50px; }
  .parralax p {
    margin-bottom: 50px; }
  .parralax a {
    padding: 10px 30px;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF; }
    .parralax a:hover {
      color: #002626 !important;
      border: 2px solid #FFFFFF;
      background-color: #FFFFFF;
      cursor: pointer; }

.project-item {
  border: 1px solid #292F36;
  position: relative;
  overflow: hidden; 
  width: 320px;
  height: 200px;
  margin: 0 auto 20px;}
  .project-item .project-title {
    position: absolute;
    top: 158px;
    left: 0;
    background-color: #F7941E;
    padding: 10px 10px;
    width: 100%; }
    .project-item .project-title p {
      margin-bottom: 0px; }
  .project-item img {
    width: 320px;
    height: 200px;}

.project-item:hover {
  cursor: pointer; }

.project-item:hover .project-title {
  top: 125px; }

.project-title h4 {
  font-size: 1.1em;
}

.project-title p {
  font-size: .9em;
}

.modal {
  text-align: center; }
  .modal img {
    width: 100%;
    margin-bottom: 20px; }

.blog-img-container {
  position: relative; }

.blog-entry .img-container {
  position: relative;
  margin: 0 auto; }
.blog-entry .date-container {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #F7941E;
  z-index: 10;
  padding: 0px 10px; }
  .blog-entry .date-container h4,
  .blog-entry .date-container h5 {
    margin-top: 5px;
    display: inline-block;
    color: #FFFFFF; }
.blog-entry img {
  width: 310px;
  height: 210px;
  margin: 0 auto; }
.blog-entry .blog-title {
  margin-top: 30px;
  margin-bottom: 20px; }

.blog-img {
  width: 100%;
}

.slick-dots li.slick-active button:before {
  color: #F7941E; }

.blog-entry:hover {
  cursor: pointer; }

.blog-entry:hover .blog-title {
  color: #F7941E; }

.modal-blog {
  position: absolute; }

.review {
  background-color: #F2F2F2;
  padding: 40px 20px 60px; }
  .review p {
    font-style: italic; }

.feedback-svg {
  text-align: left;
  margin-bottom: 30px; }

.feedback-svg svg {
  width: 25px;
  height: 25px;
  fill: #F7941E; }

.review-profile {
  position: relative; }
  .review-profile .rhomb {
    top: -50px;
    left: -210px;
    background: #F2F2F2; }

.review-logo {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 150px; }
  .review-logo img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100px;
    height: 100px; }

.review-name {
  position: absolute;
  left: 125px;
  top: 20px;
  text-align: left; }
  .review-name h4 {
    color: #F7941E; }

.contact-info {
  text-align: left;
  margin-bottom: 50px; }
  .contact-info a {
    color: #F7941E; }
  .contact-info a:hover {
    color: #292F36; }

form {
  margin-bottom: 60px; }

#name,
#email,
#phone,
#message {
  padding-left: 40px;
  background-color: #E6E6E6;
  border-radius: 0 !important; }

#message {
  padding-top: 20px;
  margin-bottom: 40px; }

#name,
#email,
#phone {
  height: 60px; }

.form-group {
  position: relative; }

.contact-svg {
  position: absolute;
  top: 19px;
  left: 10px; }
  .contact-svg svg {
    height: 20px;
    width: 20px; }

#submit {
  padding: 10px 30px;
  color: #FFFFFF !important;
  background-color: #F7941E;
  border: 2px solid #F7941E;
  font-weight: bold; }
  #submit:hover {
    color: #F7941E !important;
    border: 2px solid #F7941E;
    background-color: transparent;
    cursor: pointer; }

footer {
  background-color: #292F36;
  padding: 40px 10px; }
  footer h4 {
    color: #F7941E;
    margin-bottom: 30px; }
  footer p,
  footer h5,
  footer h6 {
    color: #FFFFFF; }
  footer a {
    color: #F7941E; }
    footer a:hover {
      color: #FFFFFF; }
  footer form {
    margin-top: 30px;
    margin-bottom: 30px; }
  footer input {
    height: 50px;
    border-radius: 0px !important; }
  footer .footer-svg {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center; }
    footer .footer-svg svg {
      width: 40px;
      height: 40px;
      fill: #F7941E; }
  footer .footer-svg a:hover svg {
    fill: white;
    cursor: pointer; }
  footer button {
    position: absolute;
    height: 48px;
    right: 0;
    top: 1px;
    padding: 0px 10px;
    background-color: #F7941E;
    color: #292F36;
    border: 0px;
    font-size: .8em; }
    footer button:hover {
      cursor: pointer;
      color: #FFFFFF; }
  footer span {
    color: #F7941E; }
  footer .line {
    width: 100%;
    border-top: 1px solid #FFFFFF;
    margin-bottom: 40px; }
  footer h6 {
    margin-bottom: 20px;
    text-align: center; }
    footer h6 a {
      color: #F7E269; }

@media (min-width: 768px) {
  .jumbo-contact {
    height: 220px; }

  .profile {
    margin-top: 15px; }
    .profile h5:nth-of-type(1) {
      margin-bottom: 15px;
      color: #F7941E; }

  .wrapper-light .more-info p {
    text-align: left; }

  .review-profile .rhomb {
    left: -570px; } }
@media (min-width: 992px) {
  h1 {
    font-size: 3em; }

  .wrapper-light .line,
  .wrapper-dark .line {
    margin-bottom: 90px; }

  .wrapper-light p:nth-of-type(1),
  .wrapper-dark p:nth-of-type(1) {
    margin-bottom: 120px; }

  #navbarTogglerDemo02 {
    position: absolute;
    right: 0px; }

  .nav-item {
    margin-left: 30px; }

  .jumbo-hero {
    height: 660px;
    padding-top: 175px; }
    .jumbo-hero h1,
    .jumbo-hero p {
      margin-bottom: 60px; }

  .jumbo-contact {
    padding: 60px 0px;
    height: 214px; }

  .values-dark {
    top: 455px; }

  .values-dark-up {
    top: 0px; }

  .wrapper-light .values-light p {
    margin-bottom: 60px; }

  .values-light h5 {
    margin-top: 80px; }

  .wrapper-dark .contact-info .contact-p {
    margin-bottom: 60px;
  }
  
  .profile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .profile h5 {
      font-size: 1em; }
    .profile div {
      width: 50%; }
    .profile div {
      margin-left: 20px; }

  .wrapper-light .more-info p {
    text-align: left; }

  .profile-img {
    width: 200px;
    height: 200px;
    margin: 0; }

  .wrapper-light .more-info .more-info-p-2 {
    margin-bottom: 35px; }

  .industry li {
    margin-bottom: 10px; }
  
  .industry h5 {
    font-size: 1em;
  }
  
  .rhomb {
    top: -98px;
    left: 70px;
    margin: 0; }

  .service1 {
    left: 70px;
    margin: 0; }

  .service2 {
    left: 258px;
    margin: 0; }

  .service3 {
    left: 450px;
    margin: 0; }

  .service4 {
    left: 640px;
    margin: 0; }

  .service5 {
    left: 830px;
    margin: 0; }

  .service6 {
    left: 1020px;
    margin: 0; }

  .service-info {
    padding-top: 80px; }

  .service-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }

  .wrapper-dark .service-info-box p {
    margin-bottom: 50px; }
  
  .service-info-container {
    text-align: left; }

  .service-paragraph-1,
  .service-list {
    text-align: left; }

  .wrapper-dark .service-paragraph-2 {
    margin-bottom: 30px !important; }

  .service-list {
    margin-left: 50px; }
  
  .project-item,
  .project-item img {
    width: 359px;
  }
  
  .project-item .project-title {
    top: 204px; }

  .review {
    margin: 0px 10px; }

  .review-profile .rhomb {
    left: 40px; }

  .blog-img {
    width: 450px !important;
  }  
  
  #contact h2,
  #contact .line {
    text-align: left;
    margin: 0px 0px 30px; }

  #submit {
    text-align: left;
    margin-left: 0px; }

  footer {
    padding-top: 60px; }

  footer h4 {
    font-size: 1em;
    font-weight: 200; }

  footer p {
    font-size: .9em; }

  footer a {
    color: #FFFFFF;
    font-size: .9em; }
    footer a:hover {
      color: #F7941E; }

  .modal img {
    margin-bottom: 50px;
    max-height: 400px;} }
.ie-margin {
  margin-top: -17px !important; }

.modal-img .slick-prev {
  display: none !important;
}

.modal-img .slick-next {
  display:none !important;
}


