@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap");
:root {
  --text-font: "Open Sans";
  --text-normal-size: 14px;
  --text-medium-size: 15px;
  --text-large-size: 18px;
  --title-font: "Titillium Web";
  --pantone-dark: #000;
  --pantone-light: #fff;
  --pantone-primary: #e53935;
  --pantone-primary-trans: rgba(229, 57, 53, 0.8);
  --pantone-secondary: #020d27;
  --pantone-secondary-trans: rgba(2, 13, 39, 0.9);
  --pantone-contrast: #f3f7fa;
  --pantone-text-color-light: #5d6576;
  --swiper-theme-color: #fff;
}
nav {
  display: none;
  position: fixed;
  z-index: 9;
  background-color: var(--pantone-light);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  top: 0;
}
nav .brand-logo img {
  width: 140px;
}
nav ul li {
  overflow-y: hidden;
}
nav ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: var(--pantone-contrast);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav ul li:last-child:after {
  content: none;
}
nav ul li a {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 17px;
  color: var(--pantone-dark);
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
nav ul li a:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: var(--pantone-primary);
  position: absolute;
  bottom: 15px;
  left: -100%;
  transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  color: var(--pantone-primary);
  background-color: transparent;
}
nav ul li.active {
  background-color: transparent;
}
nav ul li a:hover:after,
nav ul li a:focus:after,
nav ul li a:active:after {
  left: 15px;
}
nav ul li a.btn:after {
  content: none;
}
nav .sidenav-trigger i {
  color: var(--pantone-dark);
  font-size: 35px;
}

#navBar #topBar {
  background-color: var(--pantone-dark);
  font-size: var(--text-medium-size);
}
#navBar #topBar p {
  font-family: var(--text-font), sans-serif;
  color: var(--pantone-light);
}
#navBar #topBar .btn {
  border: 0;
}
#navBar #topBar .social {
  display: inline-block;
  margin-right: 10px;
}
#navBar #topBar .social a {
  display: inline-block;
  margin: 0 5px;
  color: var(--pantone-light);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#navBar #topBar .social a:hover,
#navBar #topBar .social a:focus,
#navBar #topBar .social a:active {
  color: var(--pantone-primary);
}
#navBar #menuBar ul {
  margin: 0;
  line-height: 0;
}
#navBar #menuBar ul li {
  display: inline-block;
  position: relative;
  overflow-y: hidden;
}
#navBar #menuBar ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: var(--pantone-contrast);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#navBar #menuBar ul li:last-child:after {
  content: none;
}
#navBar #menuBar ul li a {
  width: auto;
  padding: 40px 15px;
  display: block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 17px;
  color: var(--pantone-dark);
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#navBar #menuBar ul li a:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: var(--pantone-primary);
  position: absolute;
  bottom: 20px;
  left: -100%;
  transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
}
#navBar #menuBar ul li a:hover,
#navBar #menuBar ul li a:focus,
#navBar #menuBar ul li a:active {
  color: var(--pantone-primary);
}
#navBar #menuBar ul li a:hover:after,
#navBar #menuBar ul li a:focus:after,
#navBar #menuBar ul li a:active:after {
  left: 15px;
}
#navBar #menuBar img {
  height: 40px;
}

@media (min-width: 993px) {
  #navBar #menuBar img {
    padding-left: 3rem;
  }
}

.sidenav img {
  width: 80%;

}

.sidenav li a {
  font-family: var(--title-font);
  color: var(--pantone-secondary);
  font-size: var(--text-large-size);
  font-weight: 600;
}
.sidenav li a i {
  font-size: 35px;
  padding-top: 7px;
  color: var(--pantone-primary) !important;
}
.sidenav li.active {
  background-color: var(--pantone-primary);
}
.sidenav li.active a {
  color: var(--pantone-light);
}
.sidenav li.active a i {
  color: var(--pantone-light) !important;
}

header {
  width: 100%;
  height: 700px;
}
header .swiper-container {
  width: 100%;
  height: 100%;
}
header .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .swiper-slide .content {
  width: 100%;
  padding: 0 50px;
}
header h1 {
  margin: 0;
  font-family: var(--title-font), sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: var(--pantone-light);
}
header h1 span {
  color: var(--pantone-primary);
}
header .txt {
  font-size: var(--text-medium-size);
  color: var(--pantone-light);
}
header .btn:last-child {
  margin-left: 5px;
}

main section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}
main section.primary {
  background-color: var(--pantone-light);
}
main section.contrast {
  background-color: var(--pantone-contrast);
}
main section.secondary {
  background-color: var(--pantone-secondary);
}

main section:first-child .box {
  width: 95%;
  height: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -75px;
  z-index: 1;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
main section:first-child .box .inner {
  padding: 35px 15px;
}
main section:first-child .box .inner h4 {
  margin: 0;
  font-family: var(--title-font), sans-serif;
  font-size: 23px;
  color: var(--pantone-dark);
}
main section:first-child .box .inner .txt {
  margin: 0;
  font-size: var(--text-normal-size);
}
main section:first-child .box .inner span {
  margin: 15px 0;
  display: block;
  width: 100%;
  height: 2px;
  border-top: 1px dashed var(--pantone-contrast);
}
main section:first-child .box .inner i {
  font-size: 70px;
  color: var(--pantone-primary);
}

main section#about {
  margin-top: 50px;
  padding-bottom: 100px;
}
main section#about .image-items {
  width: 100%;
  height: 550px;
  position: relative;
}
main section#about .image-items .main-image {
  width: 75%;
  height: 420px;
  position: absolute;
  top: 0;
  right: 0;
}
main section#about .image-items .main-image .item-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--pantone-primary);
  position: absolute;
  top: 25px;
  left: -75px;
  z-index: 1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}
main section#about .image-items .main-image .item-circle .txt {
  color: var(--pantone-light);
  font-size: var(--text-medium-size);
  line-height: 18px;
  text-align: center !important;
}
main section#about .image-items .main-image .item-circle i {
  font-size: 50px;
  color: var(--pantone-light);
}
main section#about .image-items .secondary-image {
  width: 300px;
  height: 300px;
  padding: 15px;
  background-color: var(--pantone-light);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
main section#about .image-items .secondary-image .bg {
  width: 100%;
  height: 100%;
}

main section:nth-child(3) {
  padding: 100px 0;
  position: relative;
}
main section:nth-child(3) span.subseparator {
  margin: 50px 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
main section:nth-child(3) h4 {
  margin: 0;
  font-family: var(--title-font);
  color: var(--pantone-light);
  font-size: 21px;
  font-weight: 600;
}
main section:nth-child(3) i {
  font-size: 70px;
  color: var(--pantone-light);
}
main section:nth-child(3) .bg {
  width: 35%;
  height: calc(100% + 100px);
  position: absolute;
  right: 25px;
  top: -50px;
  z-index: 1;
}
main section:nth-child(3) .bg .box {
  width: 90%;
  height: auto;
  padding: 25px;
  background-color: var(--pantone-primary-trans);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main section:nth-child(3) .bg .box h5 {
  font-family: var(--text-font);
  font-size: 22px;
  font-weight: 600;
  color: var(--pantone-light);
}

main section#services {
  padding: 100px 0;
  position: relative;
}
main section#services .box {
  width: 100%;
  height: auto;
}
main section#services .box .inner-box {
  width: 100%;
  height: auto;
  padding: 35px 25px;
  background-color: var(--pantone-light);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 280px;
}
main section#services .box .inner-box h5 {
  font-family: var(--title-font);
  font-size: 22px;
}
main section#services .box .inner-box i {
  font-size: 70px;
  color: var(--pantone-primary);
}
main section#services .box span {
  margin: 25px 0 25px 10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--pantone-light);
  line-height: 40px;
  text-align: center;
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
main section#services .box .inner-box:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--pantone-light);
  position: absolute;
  left: 20px;
  bottom: -10px;
  transform: rotateZ(45deg);
}
main section#services .box .inner-box.top:after {
  bottom: auto;
  top: -10px;
}
main section#services .box:hover span,
main section#services .box:focus span,
main section#services .box:active span {
  background-color: var(--pantone-primary);
  color: var(--pantone-light);
}

main section:nth-child(5) {
  padding: 100px 0;
}
main section:nth-child(5) .bg {
  width: 35%;
  height: calc(100% + 50px);
  position: absolute;
  right: 25px;
  top: -50px;
  z-index: 1;
}
main section:nth-child(5) .bg .inner {
  width: 90%;
  height: auto;
  padding: 25px;
  background-color: var(--pantone-primary-trans);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main section:nth-child(5) .bg .inner .separator span:first-child {
  background-color: var(--pantone-secondary);
}
main section:nth-child(5) .bg .inner h5 {
  margin: 0;
  font-family: var(--title-font), sans-serif;
  font-size: 28px;
  color: var(--pantone-light);
  font-weight: 600;
}

main section:nth-child(6) {
  padding: 100px 0;
}
main section:nth-child(6) .title {
  color: var(--pantone-primary);
  font-size: 35px;
}
main section:nth-child(6) .title span {
  color: var(--pantone-dark);
}

main section#projects .box {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: var(--pantone-light);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
main section#projects .box .min-box {
  width: 100%;
  height: 350px;
  margin: 10px 0;
}
main section#projects .box .min-box .wrapper {
  position: relative;
  overflow-y: hidden;
  background-color: var(--pantone-secondary-trans);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  filter: opacity(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
main section#projects .box .min-box .wrapper .buttons {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  top: -100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
main section#projects .box .min-box .wrapper .buttons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--pantone-primary);
  color: var(--pantone-light);
  border-radius: 50%;
}
main section#projects .box .min-box .wrapper .description {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: var(--pantone-primary);
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
main section#projects .box .min-box .wrapper .description:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: inherit;
  left: 15px;
  top: -10px;
  position: absolute;
  transform: rotateZ(45deg);
}
main section#projects .box .min-box .wrapper .description h5 {
  margin: 0 0 10px 0;
  font-family: var(--title-font), sans-serif;
  font-size: 20px;
  color: var(--pantone-light);
  font-weight: 600;
}
main section#projects .box .min-box .wrapper .description .txt {
  color: var(--pantone-light);
  font-size: 12px;
  margin-bottom: 0;
  text-align: left !important;
}
main section#projects .box .min-box:hover .wrapper {
  opacity: 1;
  visibility: visible;
  filter: opacity(1);
}
main section#projects .box .min-box:hover .wrapper .buttons {
  top: 30%;
}
main section#projects .box .min-box:hover .wrapper .description {
  bottom: -1px;
}

main section:nth-child(8) {
  padding: 15px 0;
}

main section#contact {
  position: relative;
  padding: 0;
}
main section#contact #formContact {
  width: 70%;
  height: auto;
  padding: 50px;
  background-color: var(--pantone-secondary);
  position: relative;
  top: 0;
  left: 5%;
}
main section#contact #formContact .title {
  color: var(--pantone-light);
}
main section#contact #formContact .separator span:last-child {
  background-color: var(--pantone-light);
}
main section#contact #formContact .txt {
  color: var(--pantone-contrast);
}
main section#contact #dataContact {
  width: 35%;
  height: auto;
  padding: 40px;
  background-color: var(--pantone-primary);
  position: absolute;
  right: 5%;
  bottom: -50px;
  z-index: 1;
}
main section#contact #dataContact h5 {
  margin: 0 0 25px 0;
  font-family: var(--title-font), sans-serif;
  color: var(--pantone-light);
  font-size: 30px;
  font-weight: 600;
}
main section#contact #dataContact h6 {
  margin: 0 0 10px 0;
  font-family: var(--title-font), sans-serif;
  color: var(--pantone-light);
  font-size: 22px;
  font-weight: 600;
}
main section#contact #dataContact .txt {
  color: var(--pantone-light);
}
main section#contact #dataContact i {
  color: var(--pantone-contrast);
  font-size: 30px;
}

main section:nth-child(11) {
  padding: 0;
}
main section:nth-child(11) .wrapper {
  background-color: var(--pantone-secondary-trans);
  padding: 100px 0;
}
main section:nth-child(11) i {
  font-size: 35px;
  color: var(--pantone-light);
}
main section:nth-child(11) .txt {
  color: var(--pantone-light);
  margin-bottom: 0;
}
main section:nth-child(11) h6 {
  font-family: var(--title-font), sans-serif;
  color: var(--pantone-primary);
  font-size: 25px;
}
main section:nth-child(11) .row .col {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#brandsCarousel .item img {
  width: 70%;
  filter: grayscale(1) opacity(0.5);
  -webkit-filter: grayscale(1) opacity(0.5);
  -moz-filter: grayscale(1) opacity(0.5);
  -o-filter: grayscale(1) opacity(0.5);
  transition: filter 0.8s ease;
  -webkit-transition: filter 0.8s ease;
  -moz-transition: filter 0.8s ease;
  -o-transition: filter 0.8s ease;
}
#brandsCarousel .item:hover img {
  filter: unset;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
form textarea,
form select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  outline: 0;
  font-family: var(--text-font);
  color: var(--pantone-light);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
form textarea {
  resize: none;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form textarea:focus,
form select:focus {
  border-color: var(--pantone-primary);
}

#map {
  width: 100%;
  height: 400px;
  background-color: #fafafa;
}

.window form input[type="text"],
.window form input[type="email"],
.window form input[type="tel"],
.window form input[type="password"],
.window form textarea,
.window form select {
  border-color: #ddd;
  color: var(--pantone-secondary);
}

.window form input[type="text"]:focus,
.window form input[type="email"]:focus,
.window form input[type="tel"]:focus,
.window form input[type="password"]:focus,
.window form textarea:focus,
.window form select:focus {
  border-color: var(--pantone-primary);
}

.window .close-button {
  position: relative;
}
.window .close-button button {
  position: absolute;
  top: -25px;
  right: -25px;
}

footer {
  padding: 50px 0 0 0;
}
footer h5 {
  margin: 0;
  font-family: var(--title-font), sans-serif;
  color: var(--pantone-dark);
  font-weight: 600;
}
footer img {
  width: 250px;
}
footer a {
  margin: 5px 0;
  display: block;
  font-family: var(--text-font), sans-serif;
  font-size: 16px;
  color: var(--pantone-secondary);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: var(--pantone-primary);
}
footer .social a {
  display: inline-block;
  margin: 0 3px;
}
footer span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
}
footer .txt i {
  color: var(--pantone-primary);
}
footer .txt b {
  color: var(--pantone-secondary);
}
footer .copy {
  margin-top: 50px;
  width: 100%;
  height: auto;
  padding: 25px 0;
  background-color: var(--pantone-secondary);
}
footer .copy .txt {
  color: var(--pantone-light);
}
footer .copy a {
  color: var(--pantone-light);
  display: inline;
}

.subtitle {
  margin: 0 0 15px 0;
  font-family: var(--text-font), sans-serif;
  font-size: var(--text-medium-size);
  text-transform: uppercase;
  color: #888;
}
.title {
  margin: 0;
  font-family: var(--title-font), sans-serif;
  font-size: 45px;
  color: var(--pantone-dark);
  font-weight: 500;
  text-transform: capitalize;
}
.title span {
  font-weight: 600;
}
.subtext {
  font-family: var(--title-font), sans-serif;
  font-size: 24px;
  font-weight: 400;
}

section.secondary .title {
  color: var(--pantone-light);
}
section.secondary .subtitle {
  color: var(--pantone-contrast);
}
section.secondary .separator span:last-child {
  background-color: var(--pantone-light);
}
section.secondary .txt {
  color: var(--pantone-contrast);
}

.call-us {
  margin-top: 25px;
  width: 70%;
  display: flex;
  height: 80px;
  background-color: var(--pantone-secondary);
}
.call-us .text,
.call-us .icon {
  display: inline-flex;
  height: 100%;
}
.call-us .icon {
  margin-right: 15px;
  width: 20%;
  background-color: var(--pantone-primary);
}
.call-us .icon i {
  font-size: 40px;
  color: var(--pantone-light);
}
.call-us .text h6 {
  margin: 0;
  font-family: var(--text-font), sans-serif;
  font-size: var(--text-medium-size);
  color: var(--pantone-light);
}
.call-us .text h5 {
  margin: 2px 0 0 0;
  font-family: var(--title-font), sans-serif;
  font-size: 30px;
  color: var(--pantone-light);
  font-weight: 600;
}

.separator {
  margin: 15px 0;
}
.separator span {
  display: inline-block;
}
.separator span:first-child {
  width: 60px;
  height: 3px;
  background-color: var(--pantone-primary);
}
.separator span:last-child {
  width: 20px;
  height: 3px;
  background-color: #ccc;
}

.txt {
  font-family: "Open Sans", sans-serif;
  color: var(--pantone-text-color-light);
}
.row {
  margin-bottom: 0;
}
.btn {
  box-shadow: none;
  border-radius: 0;
  font-family: var(--text-font);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn.primary {
  background-color: var(--pantone-primary);
  color: var(--pantone-light);
  border: 2px solid var(--pantone-primary);
}
.btn.secondary-outline {
  background-color: transparent;
  border: 1px solid var(--pantone-light);
  color: var(--pantone-light);
}
.btn.hover-light:hover,
.btn.hover-light:focus,
.btn.hover-light:active {
  background-color: var(--pantone-light);
  color: var(--pantone-dark);
  box-shadow: none;
}
.btn.hover-trans:hover,
.btn.hover-trans:focus,
.btn.hover-trans:active {
  background-color: var(--pantone-primary-trans);
  box-shadow: none;
}
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-valign-wrapper {
  width: 100%;
}
.flex {
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 992px) {
  #navBar {
    display: none;
  }
  nav {
    display: block;
  }
  header h1 {
    font-size: 40px;
  }
  header .btn {
    margin: 5px 0;
  }
  header .btn:last-child {
    margin-left: 0;
  }
  main section:first-child .box {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: unset;
  }
  main section#about {
    margin-top: 0;
  }
  main section#about .image-items {
    margin-bottom: 50px;
  }
  main section#about .image-items .main-image {
    width: 90%;
  }

  main section:nth-child(3) {
    padding-bottom: 0;
  }
  main section:nth-child(3) .bg {
    width: 100%;
    height: 400px;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 50px;
  }
  main section:nth-child(3) .bg .box {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
  }
  .call-us {
    width: 70%;
  }

  main section:nth-child(5) {
    padding-bottom: 0;
  }
  main section:nth-child(5) .bg {
    position: relative;
    height: 400px;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 50px;
  }
  main section:nth-child(5) .bg .inner {
    width: 100%;
    bottom: 0;
    top: auto;
    transform: none;
    left: auto;
  }

  main section#contact #formContact {
    width: 100%;
    left: auto;
  }
  main section#contact #dataContact {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }

  main section:nth-child(11) .row .col {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  main section:nth-child(11) .row .col:last-child {
    border-bottom: 0;
  }

  main section#projects .right-align {
    text-align: left;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  nav .brand-logo img {
    width: 120px;
  }

  header {
    text-align: center;
  }
  header h1 {
    font-size: 35px;
  }
  header .swiper-slide .content {
    padding: 0 1em;
  }
  header .btn {
    width: 100%;
  }

  main section:first-child .box {
    text-align: center;
  }
  main section:first-child .box .inner h4 {
    margin-top: 15px;
  }

  main section#about .image-items .main-image {
    width: 80%;
  }
  main section#about .subtitle,
  main section#about .title,
  main section#about .separator {
    text-align: center;
  }
  main section#about .subtext,
  main section#about .txt {
    text-align: justify;
  }

  main section#services .box .inner-box.top:after {
    bottom: -10px;
    top: auto;
  }

  main section:nth-child(3) .subtitle,
  main section:nth-child(3) .title,
  main section:nth-child(3) .separator,
  main section:nth-child(3) h4,
  main section:nth-child(3) h5,
  main section:nth-child(3) .txt {
    text-align: center;
  }
  main section:nth-child(3) h4 {
    margin-top: 15px;
  }
  main section:nth-child(3) .txt {
    margin-bottom: 15px;
  }

  main section:nth-child(5) {
    text-align: center;
  }

  main section:nth-child(6) .title {
    font-size: 25px;
  }

  main section#projects .right-align,
  main section#projects .title,
  main section#projects .separator,
  main section#projects .txt {
    text-align: center;
  }

  .call-us {
    width: 100%;
  }
  .call-us .icon {
    width: 25%;
  }
  .call-us .text h5 {
    font-size: 22px;
  }

  .title {
    font-size: 35px;
  }

  main section#contact #formContact,
  main section#contact #dataContact {
    padding: 50px 0.75em;
    text-align: center;
  }
  main section#contact #dataContact h6 {
    margin-top: 10px;
  }

  footer {
    text-align: center;
  }
}

@media (min-width: 993px) {
  nav .brand-logo img {
    padding-left: 3rem;
  }
}