@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,600,700&display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: auto;
  box-sizing: border-box;
  font-size: 1.8rem;
}

.container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem;
}

.container-sm {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6rem 2rem;
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .container-sm {
    max-width: 102.4rem;
  }
}

.row {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.container::after,
.row::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  clear: both;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 90em) {
  /*1440px*/
  .container {
    padding: 0;
  }
}

input,
textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

/*----------BREADCRUMBS---------*/
.bread-crumbs ul {
  list-style: none;
  padding-left: 0;
}
.bread-crumbs ul li {
  display: inline-block;
  font-size: 1.4rem;
}
.bread-crumbs ul li a {
  color: #363636;
  display: inline-block;
}
.bread-crumbs ul li a:hover {
  color: #00aeef;
}
.bread-crumbs ul li:after {
  content: "|";
  padding-left: 1rem;
  padding-right: 1rem;
}
.bread-crumbs ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
/*---------------END BREADCRUMBS----------*/
/*---------------FLEX----------*/
.flex-row-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.flex-row-sb {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.flex-row-fs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.flex-column-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-row-stretch {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}
/*---------------END FLEX----------*/
/*--------------COOKIES-------------*/

.cc_banner-wrapper .cc_container {
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  background-color: #333333;
  left: auto;
  right: initial;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
}

.cc_banner-wrapper .cc_container .cc_message {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited,
.cc_banner-wrapper .cc_container .cc_more_info,
.cc_banner-wrapper .cc_container .cc_more_info:visited {
  display: inline-block;
  color: #222222;
  background-color: #fff;
  font-size: 1.4rem;
  text-transform: capitalize;
  position: relative;
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 1rem;
  text-align: center;
  padding: 1.2rem 0;
  border-radius: 0;
  line-height: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_more_info:hover {
  color: #fff;
  background-color: #e47600;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .cc_banner-wrapper .cc_container {
    width: 36rem;
    left: auto;
    right: 1rem;
    bottom: 1rem;
  }
}

/*--------------END COOKIES-------------*/

/*404*/

.wrapper-404 {
  width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.wrapper-404 h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 4.8rem;
}

.wrapper-404 img {
  width: 36rem;
  margin: 3rem 0;
}

.wrapper-404 p {
  font-size: 2.2rem;
  font-weight: 200;
}

.blue-btn {
  text-align: center;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #e47600;
  text-transform: uppercase;
  margin-top: 3rem;
}

.blue-btn:hover {
  color: #fff;
  background-color: #e47600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  font-weight: 300;
}

img {
  max-width: 100%;
  border: 0;
}

a {
  color: #e47600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p,
li,
a {
  font-size: 1.8rem;
  line-height: inherit;
  font-weight: 300;
}
p,
li {
  color: #1e1e1e;
}

a:hover {
  color: #e47600;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: circle;
}

p {
  padding: 1rem 0;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*ELEMENTS*/

.list {
  list-style: none;
  padding: 0;
}

.none {
  display: none;
}

.bck-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.space {
  padding: 8rem 0;
}

.space-top {
  padding: 7.4rem 0 0 0;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .space-top {
    padding: 9rem 0 0 0;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .space-top {
    padding: 12rem 0 0 0;
  }
  .space {
    padding: 10rem 0;
  }
}

/*HEADER*/

/*toggle*/

#toggle {
  display: block;
  width: 3rem;
  height: 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

#toggle span {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  height: 0.2rem;
  width: 100%;
  background-color: #e47600;
  display: block;
  transition: 0.3s ease-in-out;
}

#toggle span:first-child {
  top: 0;
}

#toggle span:nth-child(2) {
  top: 50%;
}

#toggle span:last-child {
  top: 100%;
}

#toggle.open span:first-child {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

#toggle.open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

#toggle.open span:last-child {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

@media only screen and (min-width: 30em) {
  /*480px*/
  #toggle {
    width: 3.5rem;
    height: 2rem;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  #toggle {
    display: none;
  }
}

/*navigation*/

.header {
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 2rem 0;
  transition: 0.3 ease-in-out;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
}

.header-logo img {
  width: 10rem;
  padding: 0.5rem 0 0 0;
}

.main-menu {
  order: 4;
  width: 100%;
  display: none;
  padding-top: 3rem;
}

.lang-menu {
  order: -1;
}

.main-menu li {
  width: 100%;
  padding: 0.5rem 0;
}

.main-menu li,
.lang-menu li {
  display: inline-block;
}

.main-menu li a,
.lang-menu li a {
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 7px;
  font-size: 1.6rem;
}

.main-menu li a.mslc,
.lang-menu li a.current-lang,
.main-menu li a:hover,
.lang-menu li a:hover {
  background-color: #e47600;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .main-menu li {
    padding: 0;
  }
  .main-menu li a,
  .lang-menu li a {
    padding: 1.5rem;
  }
  .header-logo img {
    width: 12rem;
  }
  .main-menu {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .header {
    padding: 0;
  }
  .header-logo {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
  }
  .header-logo img {
    padding: 0;
    width: 15rem;
  }
  .main-menu,
  .lang-menu {
    padding: 0 0 0 1rem;
  }
  .main-menu {
    order: unset;
    width: auto;
    padding: 0;
    display: block;
  }
  .main-menu li {
    width: auto;
  }
  .main-menu li a,
  .lang-menu li a {
    padding: 5rem 2rem;
  }
  .lang-menu {
    order: unset;
  }
}

/*header sm*/

header.header-sm {
  background-color: rgba(51, 51, 51, 1);
}

header.header-sm .main-menu li a,
header.header-sm .lang-menu li a {
  padding: 3rem 2rem;
}

header.header-sm .header-logo img {
  width: 12rem;
}

/*HOME SLIDER*/

.slider-section {
  position: relative;
}

.home-slider {
  position: relative;
}

.home-slider .slide {
  width: 100%;
  height: 100vh;
}

.slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(8, 7, 6);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(8, 7, 6, 0.5)),
    to(rgba(56, 56, 55, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(8, 7, 6, 0.5) 0%,
    rgba(56, 56, 55, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080706",endColorstr="#383837",GradientType=1);
}

.home-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 5rem;
  height: 5rem;
}

.home-slider .slick-next.slick-arrow {
  background-image: url("../images/svg/arrow-right.svg");
  right: 3%;
}

.home-slider .slick-prev.slick-arrow {
  background-image: url("../images/svg/arrow-left.svg");
  left: 3%;
}

.slide-content {
  width: 95%;
  border: 1px solid #fff;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.slide-content img {
  width: 11rem;
  display: block;
  margin: auto;
}

.slide-content h1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 300;
}

.slide-content p {
  color: #e47600;
  font-size: 3rem;
}

.to-section {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3%;
  z-index: 1;
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("../images/svg/arrow-down.svg") no-repeat center;
  background-size: contain;
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .slide-content {
    width: 64rem;
  }
  .slide-content img {
    width: 15rem;
  }
  .slide-content h1 {
    font-size: 6rem;
  }
}

/*SERVICES*/

.services {
  position: relative;
}

.service-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
}

.services-content {
  width: 95%;
  text-align: center;
  z-index: 1;
  margin: auto;
  margin-bottom: 5rem;
}

.services-content p {
  color: #fff;
  font-size: 2.5rem;
}

.service {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 5rem 0;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
}

.service img {
  width: auto;
  height: 6rem;
  margin-bottom: 2rem;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}

.service p {
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}

.service:hover img,
.service:hover p {
  opacity: 0;
  visibility: hidden;
}

.service-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}

.service:hover .service-img {
  opacity: 1;
  visibility: visible;
}

.service-border {
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background-color: #e47600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  animation: borderAnimeOut 0.6s ease-in-out forwards;
}

.service:hover .service-border {
  animation: borderAnimeIn 0.6s ease-in-out forwards;
}

@keyframes borderAnimeIn {
  0% {
    bottom: 0;
    height: 1rem;
  }
  50% {
    height: 100%;
  }
  100% {
    bottom: unset;
    top: 0;
    height: 1rem;
  }
}

@keyframes borderAnimeOut {
  0% {
    bottom: unset;
    top: 0;
    height: 1rem;
  }
  50% {
    height: 100%;
  }
  100% {
    bottom: 0;
    top: unset;
    height: 1rem;
  }
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .services-content {
    width: 64rem;
  }
  .services-content p {
    font-size: 3.5rem;
  }
  .service img {
    height: 8rem;
  }
}

@media only screen and (min-width: 50em) {
  /*800px*/
  .service {
    width: 32%;
    padding: 9rem 3rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 56.25em) {
  /*900px*/
  .service {
    width: 30%;
  }
}

/*TESTIMONIALS*/

.testimonials {
  background: #333333 url("../images/svg/testimonials-background.svg") no-repeat
    center;
  background-size: 50%;
}
.testimonials h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}

.testimonial {
  width: 100%;
  margin: 3rem 0;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.testimonial img {
  width: 12rem;
  margin-bottom: 1rem;
}

.testimonial p {
  font-weight: 300;
  font-style: italic;
  color: #fff;
  font-size: 1.6rem;
}

.testimonial span {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #e47600;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .testimonials h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 50em) {
  /*800px*/
  .testimonial {
    width: 33.33%;
    margin: 6rem 0;
    padding: 2rem 3rem;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .testimonial:last-child {
    border: none;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .testimonial {
    padding: 2rem 6rem;
  }
}

/*GALLERY SECTION*/

.gallery-img {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  border-bottom: 3px solid #fff;
}

.gallery-info {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 118, 0, 0.9);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s ease-in-out;
  padding: 10%;
}
.gallery-img:hover .gallery-info {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.border-wrapper {
  border: 1px solid #fff;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.gallery-info h1 {
  font-size: 2.8rem;
  color: #fff;
  padding-bottom: 0;
}

.gallery-info p {
  font-size: 1.8rem;
  color: #fff;
}

.gallery-info a {
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
}

.gallery-info a.open-gallery {
  display: block;
  background-color: #fff;
  color: #333333;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  width: 10rem;
  margin: 2rem auto 0 auto;
  font-weight: 400;
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .gallery-img {
    width: 50%;
    height: 350px;
    border-left: 3px solid #fff;
  }
  .gallery-img:nth-child(2n + 1) {
    border-left: none;
  }
}

@media only screen and (min-width: 67.5em) {
  /*1080px*/
  .gallery-img {
    width: 33.33%;
    height: 450px;
  }
  .gallery-img:nth-child(2n + 1) {
    border-left: 3px solid #ffffff;
  }
  .gallery-img:nth-child(3n + 1) {
    border-left: none;
  }
}

.lb-data .lb-close {
  display: none;
}

/*FOOTER*/

footer {
  border-top: 2px solid #f0f0f0;
}

footer .space {
  padding: 3rem 0;
}

.footer-copy {
  background-color: #e47600;
  padding: 1rem 0;
}

.copy {
  padding: 1rem 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.copy,
.copy a {
  color: #fff;
  font-size: 1.4rem;
}

.copy a {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}

.v {
  margin: auto;
}

.footer-content {
  width: 100%;
  padding: 2rem 0;
}

.footer-social li {
  display: inline-block;
  padding: 0 5px;
}

.footer-social li a img {
  width: 3.5rem;
}

.logo-footer {
  width: 15rem;
}

.footer-content ul {
  text-align: center;
}

.footer-content ul li {
  margin-bottom: 0.5rem;
}

.footer-content ul li:first-child {
  margin-bottom: 1rem;
}

.footer-content ul li a {
  color: #1e1e1e;
}

.footer-content ul li a:hover {
  color: #e47600;
}

@media only screen and (min-width: 37.5em) {
  /*600px*/
  .footer-content {
    width: 50%;
    padding: 2rem;
  }
  .footer-content ul {
    text-align: left;
  }
  footer .space {
    padding: 7rem 0;
  }
  .copy,
  .v {
    padding: 0;
    margin: 0;
  }
  .logo-footer {
    width: 20rem;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .footer-content {
    width: 25%;
    padding: 0 2rem;
  }
}

/*PROJECT*/

.project-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.project {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  position: relative;
}

.empty-div,
.project-img,
.project-txt {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
}

.project-txt {
  padding: 0 3%;
}

.project-txt h3 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1rem;
  font-size: 2rem;
}

.project-img img {
  width: 15rem;
}

.empty-div {
  display: none;
}

@media only screen and (min-width: 50em) {
  /*800px*/
  .project {
    width: 33.33%;
  }
}

@media only screen and (min-width: 61.25em) {
  /*980px*/
  .project-txt {
    padding: 0 12%;
  }
  .project::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background-color: #e47600;
    border-radius: 50%;
  }

  .project:first-child::before {
    display: none;
  }

  .project::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #e47600;
    z-index: -1;
  }

  .project:last-child::after {
    display: none;
  }

  .project:nth-child(2) {
    flex-direction: column-reverse;
  }
  .empty-div {
    display: block;
  }
}

/* .parent:first-child .child:first-child,
.parent:last-child .child:first-child {
  display: none;
} */

/*PARTNERS*/

.partners {
  padding: 3rem 0;
  background-color: #f0f0f0;
}

.partners-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.partners-list a {
  display: block;
  text-align: center;
  width: calc(100% / 2);
  padding: 2rem 0;
}

.partners-list a img {
  width: 14rem;
  height: auto;
  filter: grayscale();
  transition: 0.3s ease-in-out;
}

.partners-list a:hover img {
  filter: none;
}

@media only screen and (min-width: 37.5em) {
  /*600px*/
  .partners-list a {
    width: calc(100% / 3);
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .partners-list a {
    width: calc(100% / 6);
    padding: 0;
  }
}

/*CONTACT*/

.contact-form,
.contact-text {
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
}

.contact-text {
  background-color: #f0f0f0;
}

.contact-list li {
  padding: 0.5rem 0;
}

.contact-list h1 {
  padding-bottom: 1rem;
  font-weight: 300;
}

.contact-list li,
.contact-list a,
.contact-list h1 {
  color: #1e1e1e;
}

.callus {
  width: 100%;
}

.callus input,
.callus textarea {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #afafaf;
  border-radius: 10px;
}

.contact-send-btn {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
  border: 1px solid #afafaf;
  text-align: center;
  margin-top: 1.5rem;
  font-weight: 300;
  border-radius: 10px;
}

.contact-send-btn:hover {
  color: #ffffff;
  background-color: #e47600;
  border-color: #e47600;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}

.heading h1 {
  font-weight: 500;
}

.office {
  text-transform: uppercase;
  margin-top: 1rem;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .callus {
    width: 80%;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .contact-form,
  .contact-text {
    width: 50%;
  }
}

/*GALLERY*/

.gallery-images a {
  display: none;
}

.gallery-images a:first-child {
  display: block;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}

/*ABOUT US*/

.gallery-all {
  width: 100%;
}

.text-all {
  padding: 10%;
}

.gallery-all p,
.gallery-all h1 {
  color: #1e1e1e;
}

.gallery-all h1 {
  padding-bottom: 1rem;
}

.about-slider {
  width: 50%;
  height: 60rem;
}

.about-img {
  width: 100%;
  height: 60rem;
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .about-img {
    height: 60rem;
  }
}

/*--------------RESPONSIVE-------------*/
@media only screen and (min-width: 105em) {
  /*1680px*/
}
@media only screen and (min-width: 100em) {
  /*1600px*/
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
@media only screen and (min-width: 85.375em) {
  /*1366px*/
}
@media only screen and (min-width: 85em) {
  /*1360px*/
}
@media only screen and (min-width: 80em) {
  /*1280px*/
}
@media only screen and (min-width: 76.25em) {
  /*1220px*/
}
@media only screen and (min-width: 67.5em) {
  /*1080px*/
}
@media only screen and (min-width: 64em) {
  /*1024px*/
}
@media only screen and (min-width: 61.25em) {
  /*980px*/
}
@media only screen and (min-width: 56.25em) {
  /*900px*/
}
@media only screen and (min-width: 50em) {
  /*800px*/
}
@media only screen and (min-width: 48em), only screen and (hover: none) {
}
@media only screen and (min-width: 48em) {
  /*768px*/
}
@media only screen and (min-width: 42.5em) {
  /*680px*/
}
@media only screen and (min-width: 40em) {
  /*640px*/
}
@media only screen and (min-width: 38.75em) {
  /*620px*/
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
}
@media only screen and (min-width: 30em) {
  /*480px*/
}
@media only screen and (min-width: 22.5em) {
  /*360px*/
}
/*--------------END RESPONSIVE-------------*/

/*NEW CSS 04.02.2020.*/

.footer-cert img {
  width: 15rem;
}

.main-heading {
  background-color: #f0f0f0;
}

.main-heading h1 {
  font-size: ;
}

.main-heading h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-top: 1.5rem;
  font-weight: 400;
}

.center {
  text-align: center;
}

.social-link img {
  width: 1.8rem;
}

.padding-3 {
  padding: 3rem;
}

/*REFERENCES*/

.references {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.references a {
  display: block;
  text-align: center;
  width: calc(100% / 2);
  padding: 2rem 0;
}

.references a img {
  width: 14rem;
  height: auto;
  filter: grayscale();
  transition: 0.3s ease-in-out;
}

.references a:hover img {
  filter: none;
}

@media only screen and (min-width: 37.5em) {
  /*600px*/
  .references a {
    width: calc(100% / 3);
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .references a {
    width: calc(100% / 4);
  }
}
