/* COLORS */
/* FONTS */
a, p, h2, h3, h4, button, input, submit, span, div, strong, ::placeholder, ul, li {
  font-family: "Montserrat", sans-serif !important; }

/* RESET BOOTSTRAP */
.container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-11, .col-md-12 .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .row {
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 0 !important; }

/* GLOBAL*/
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 100%;
  margin-bottom: 200px !important; }
  @media (max-width: 1200px) {
    body {
      margin-bottom: 125px !important; } }
  body b, body strong {
    font-weight: 500; }
  body p, body li {
    font-size: 16px;
    font-weight: 400; }
    @media (max-width: 1200px) {
      body p, body li {
        font-size: 14px; } }
  body .shadow {
    webkit-box-shadow: 3px 7px 19px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 7px 19px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 7px 19px -16px rgba(0, 0, 0, 0.75);
    position: fixed !important;
    background-color: white !important;
    z-index: 99999999; }
  body .black {
    background-color: black; }
  body .black-font {
    color: black !important; }
  body select {
    border: 3px solid black;
    font-weight: 700;
    margin-left: 10px; }
  body .top-bckg {
    background-image: url(img/photo-top.jpg);
    width: 100%;
    height: 550px;
    background-size: cover; }
    @media (max-width: 1200px) {
      body .top-bckg {
        height: 250px;
        background-position: right; } }
    body .top-bckg .wrapper {
      display: flex;
      align-items: center;
      height: 100%; }
      body .top-bckg .wrapper p {
        margin-top: 7%;
        font-size: 70px;
        color: white;
        font-weight: 700;
        text-align: right; }
        @media (max-width: 1200px) {
          body .top-bckg .wrapper p {
            font-size: 30px; } }
  body #content {
    padding: 0px; }
  body .site {
    background-color: white; }
  body .button {
    padding: 12px 32px;
    color: white;
    font-weight: 700;
    border-radius: 0px;
    font-size: 16px;
    border: solid 3px white;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
    color: white;
    position: relative; }
    @media (max-width: 1200px) {
      body .button {
        font-size: 14px;
        padding: 8px 20px; } }
    body .button span {
      transition-duration: .4s; }
    body .button:hover {
      text-decoration: none;
      color: white; }
      body .button:hover span {
        padding-right: 10px; }
    body .button:after {
      content: "";
      background-image: url(img/arrow.png);
      display: inline-block;
      width: 0px;
      height: 17px;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      transition-duration: .4s;
      top: 3px; }
    body .button:hover:after {
      transition-duration: .4s;
      width: 17px; }
  body .red {
    background-color: #a92013;
    border-color: #a92013; }
    body .red:hover {
      background-color: #d72918;
      border-color: #d72918;
      text-decoration: none;
      color: white; }

/* SCROLL */
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #cbcbcb; }

::-webkit-scrollbar-thumb {
  background: #7e7e7e; }

header .logo {
  display: none; }
  header .logo img {
    width: 165px;
    height: auto;
    margin-left: 25%; }
header .shadow .logo {
  display: none; }
  @media (min-width: 992px) {
    header .shadow .logo {
      display: block;
      position: absolute; } }
header nav {
  background-color: transparent !important;
  position: absolute !important;
  z-index: 100;
  width: 100%; }
  header nav .menu-item {
    font-size: 18px;
    font-weight: 700; }
    header nav .menu-item .nav-link {
      color: black !important;
      text-transform: uppercase; }
      header nav .menu-item .nav-link:hover {
        opacity: 0.7; }
    header nav .menu-item:before {
      display: none !important; }
  header nav .current-menu-item .nav-link {
    color: #a92013 !important; }
    header nav .current-menu-item .nav-link:hover {
      opacity: 1; }

.slider .swiper-container {
  max-height: 800px;
  height: 100%; }
  .slider .swiper-container .button {
    margin-top: 5%; }
    .slider .swiper-container .button:nth-of-type(1) {
      margin-right: 5%; }
  .slider .swiper-container .swiper-slide {
    max-height: 800px;
    position: relative; }
    @media (max-width: 1200px) {
      .slider .swiper-container .swiper-slide {
        height: 300px;
        background-position: right; } }
    .slider .swiper-container .swiper-slide .slide-img {
      background-size: cover;
      min-height: 80vh;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (max-width: 1200px) {
        .slider .swiper-container .swiper-slide .slide-img {
          background-position: 65%;
          height: 300px;
          min-height: 0; } }
    .slider .swiper-container .swiper-slide .slider-hero {
      position: absolute;
      height: 800px;
      width: 100%; }
      @media (max-width: 1500px) {
        .slider .swiper-container .swiper-slide .slider-hero {
          height: 500px; } }
      @media (max-width: 1200px) {
        .slider .swiper-container .swiper-slide .slider-hero {
          height: 300px; } }
      .slider .swiper-container .swiper-slide .slider-hero .align-things {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        color: white;
        right: 0;
        text-align: right; }
        .slider .swiper-container .swiper-slide .slider-hero .align-things h3 {
          font-weight: 700;
          font-size: 70px;
          margin-bottom: 5%; }
          @media (max-width: 1200px) {
            .slider .swiper-container .swiper-slide .slider-hero .align-things h3 {
              font-size: 35px; } }
        .slider .swiper-container .swiper-slide .slider-hero .align-things p {
          font-weight: 300;
          font-size: 18px;
          margin-top: 5%;
          margin-left: auto;
          text-align: right;
          margin-bottom: 0px;
          max-width: 360px;
          color: white; }
          @media (max-width: 1200px) {
            .slider .swiper-container .swiper-slide .slider-hero .align-things p {
              font-size: 14px; } }
        .slider .swiper-container .swiper-slide .slider-hero .align-things .line {
          height: 6px;
          background-color: white;
          border-radius: 15px;
          width: 300px;
          margin-left: auto;
          display: block; }
          @media (max-width: 1200px) {
            .slider .swiper-container .swiper-slide .slider-hero .align-things .line {
              width: 200px; } }
.slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff;
  width: 11px;
  height: 11px; }
.slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%; }

.first-section {
  margin-top: 5%; }
  @media (max-width: 1200px) {
    .first-section {
      margin-top: 8%; } }
  .first-section .boxes .icon {
    width: 25px; }
  .first-section .boxes .title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-top: 6%;
    margin-bottom: 0; }
    @media (max-width: 1200px) {
      .first-section .boxes .title {
        font-size: 17px; } }
    .first-section .boxes .title img {
      position: absolute;
      left: -35px;
      max-height: 40px;
      top: 2px;
      max-width: 40px; }
  .first-section .boxes .desc {
    font-weight: 400;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 60px; }
    @media (max-width: 1200px) {
      .first-section .boxes .desc {
        font-size: 14px; } }

.second-section {
  margin-top: 5%; }
  @media (max-width: 1200px) {
    .second-section {
      margin-top: 8%; } }
  .second-section .col-sm-4 {
    overflow: hidden; }
    .second-section .col-sm-4 .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.8);
      transition-duration: .4s; }
      .second-section .col-sm-4 .overlay:hover {
        background: rgba(0, 0, 0, 0); }
  .second-section h3 {
    font-size: 25px;
    font-weight: 700; }
    .second-section h3:after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      margin-top: 1%;
      border-radius: 10px;
      background: black;
      position: relative; }
      @media (max-width: 1200px) {
        .second-section h3:after {
          font-size: 30px; } }
    @media (max-width: 992px) {
      .second-section h3 {
        font-size: 18px; } }
  .second-section img {
    width: 100%;
    height: 100%;
    transition: all .4s; }
    @media (max-width: 1200px) {
      .second-section img {
        height: 100%; } }
  .second-section .desc {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 10000;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
    .second-section .desc span {
      color: white;
      font-size: 25px;
      font-weight: 700; }
      @media (max-width: 1200px) {
        .second-section .desc span {
          font-size: 18px; } }
    .second-section .desc p {
      color: white;
      font-weight: 400;
      font-size: 18px; }
      @media (max-width: 1200px) {
        .second-section .desc p {
          font-size: 16px; } }
  .second-section .col-sm-4:hover .desc {
    display: none; }
  .second-section .col-sm-4:hover img {
    transform: scale(1.03); }

.thrid-section {
  margin-top: 5%;
  position: relative; }
  @media (max-width: 1200px) {
    .thrid-section {
      margin-top: 8%; } }
  .thrid-section img {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 992px) {
      .thrid-section img {
        position: relative;
        width: 100%; } }
    @media (min-width: 992px) {
      .thrid-section img {
        width: 50%; } }
    @media (min-width: 1800px) {
      .thrid-section img {
        max-width: 1100px; } }
  .thrid-section h3 {
    font-size: 25px;
    font-weight: 700; }
    .thrid-section h3:after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      margin-top: 1%;
      border-radius: 10px;
      background: black;
      position: relative; }
    @media (max-width: 1200px) {
      .thrid-section h3 {
        font-size: 20px; } }

.fourth-section {
  margin-top: 21%; }
  .fourth-section h3 {
    font-size: 25px;
    font-weight: 700; }
    .fourth-section h3:after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      margin-top: 1%;
      border-radius: 10px;
      background: black;
      position: relative; }
    @media (max-width: 1200px) {
      .fourth-section h3 {
        font-size: 20px; } }
  .fourth-section .col-10 .col-6 a {
    height: 100%;
    display: flex;
    align-items: center; }
  .fourth-section img {
    max-width: 100%;
    padding: 0% 6% 6% 6%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-duration: .4s; }
    .fourth-section img:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

.CTA {
  margin-top: 5%;
  margin-bottom: 5%; }
  .CTA .button {
    margin-top: 0; }
  .CTA h3 {
    font-size: 20px;
    font-weight: 700; }

#wrapper-footer {
  margin-top: 5%;
  width: 100%;
  height: 200px;
  position: fixed;
  bottom: 0;
  z-index: -1;
  background-color: black;
  color: white;
  font-size: 14px;
  text-align: center; }
  @media (max-width: 1200px) {
    #wrapper-footer {
      margin-top: 8%;
      height: auto; } }
  #wrapper-footer p {
    margin-top: 3%; }
  #wrapper-footer a {
    width: 40px;
    height: 40px;
    opacity: 0.7;
    margin: 3% 10px 1% 10px;
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: .4s; }
    #wrapper-footer a:hover {
      opacity: 1; }
  #wrapper-footer .fb {
    background-image: url(img/facebook.png); }
  #wrapper-footer .mail {
    background-image: url(img/mail.png); }
  #wrapper-footer .linked {
    background-image: url(img/linked.png); }
  #wrapper-footer a[href] {
    color: #a92013; }

/* CONTACT */
@media (min-width: 1200px) {
  .text-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em; } }

.contact-section {
  margin-top: 5%;
  margin-bottom: 5%; }
  @media (max-width: 1200px) {
    .contact-section {
      margin-top: 8%;
      margin-bottom: 8%; } }
  .contact-section h3 {
    font-size: 25px;
    font-weight: 700; }
    .contact-section h3:after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      margin-top: 1%;
      border-radius: 10px;
      background: black;
      position: relative; }
    @media (max-width: 1200px) {
      .contact-section h3 {
        font-size: 20px; } }
  .contact-section .wpcf7 .warning {
    display: inline-block;
    font-weight: 700; }
  .contact-section .wpcf7 .wpcf7-form-control {
    width: 100%; }
  .contact-section .wpcf7 .wpcf7-list-item-label {
    display: block;
    padding-left: 15px;
    font-size: 11px; }
  .contact-section .wpcf7 .wpcf7-list-item label input {
    left: 0px;
    position: absolute;
    margin-top: 6px;
    background-color: white;
    border: 1px solid #a92013;
    border-radius: 0px; }
  .contact-section .wpcf7 label {
    display: block;
    min-height: 50px;
    width: 48.5%;
    margin-bottom: 15px;
    display: inline-block; }
    .contact-section .wpcf7 label:nth-of-type(even) {
      float: right; }
    .contact-section .wpcf7 label:last-of-type {
      width: 100%; }
  .contact-section .wpcf7 input, .contact-section .wpcf7 textarea {
    border: 1px solid black;
    padding-left: 12px; }
    .contact-section .wpcf7 input:focus, .contact-section .wpcf7 textarea:focus {
      outline-color: #e5e5e5; }
  .contact-section .wpcf7 input {
    min-height: 45px; }
  .contact-section .wpcf7 .wpcf7-submit {
    padding: 10px 30px;
    width: 160px;
    background-color: #a92013;
    border: none;
    color: white;
    float: right;
    transition-duration: .4s; }
    .contact-section .wpcf7 .wpcf7-submit:hover {
      background-color: #d72918;
      text-decoration: none;
      color: white; }
    @media (max-width: 1200px) {
      .contact-section .wpcf7 .wpcf7-submit {
        width: 110px; } }

/* ABOUT PAGE */
.about-section {
  margin-top: 5%; }
  @media (max-width: 1200px) {
    .about-section {
      margin-top: 8%; } }
  .about-section h3 {
    font-size: 25px;
    font-weight: 700; }
    .about-section h3:after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      margin-top: 1%;
      border-radius: 10px;
      background: black;
      position: relative; }
    @media (max-width: 1200px) {
      .about-section h3 {
        font-size: 20px; } }
  .about-section .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }

.page-template-page-about .logo {
  max-width: 350px; }
.page-template-page-about .bullets, .page-template-page-about ul {
  list-style-type: none; }
  .page-template-page-about .bullets li, .page-template-page-about ul li {
    position: relative; }
    .page-template-page-about .bullets li:before, .page-template-page-about ul li:before {
      content: "";
      height: 6px;
      width: 6px;
      left: -14px;
      top: 7px;
      background-color: #a92013;
      border-radius: 50%;
      display: inline-block;
      position: absolute; }

/* PORTFOLIO PAGE */
.portfolio-section {
  padding-bottom: 5%; }
  @media (max-width: 1200px) {
    .portfolio-section {
      padding-bottom: 8%; } }

/* SINGLE PAGE */
.gallery-section {
  margin-top: 5%;
  margin-bottom: 5%; }
  @media (max-width: 1200px) {
    .gallery-section {
      margin-top: 8%;
      margin-bottom: 8%; } }
  .gallery-section h2, .gallery-section h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px; }
    .gallery-section h2:after, .gallery-section h3:after {
      content: "";
      display: block;
      width: 70px;
      height: 3px;
      margin-top: 1%;
      border-radius: 10px;
      background: black;
      position: relative; }
    @media (max-width: 1200px) {
      .gallery-section h2, .gallery-section h3 {
        font-size: 20px; } }
  .gallery-section .gallery {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center; }
    @media (max-width: 1200px) {
      .gallery-section .gallery {
        margin-top: 8%;
        margin-bottom: 8%; } }
    .gallery-section .gallery img {
      width: 400px;
      height: 300px;
      object-fit: contain;
      max-width: 100%; }
      @media (max-width: 1200px) {
        .gallery-section .gallery img {
          width: 100%;
          height: auto; } }
  .gallery-section .nav-next, .gallery-section .nav-previous {
    margin-bottom: 5%; }
    @media (max-width: 1200px) {
      .gallery-section .nav-next, .gallery-section .nav-previous {
        margin-top: 8%;
        margin-bottom: 8%; } }
    .gallery-section .nav-next a, .gallery-section .nav-previous a {
      font-size: 16px;
      color: black;
      font-weight: 700; }
      .gallery-section .nav-next a:hover, .gallery-section .nav-previous a:hover {
        color: #a92013; }
      @media (max-width: 1200px) {
        .gallery-section .nav-next a, .gallery-section .nav-previous a {
          font-size: 14px; } }

/* 404 */
.error404 header {
  display: none; }
.error404 .container {
  height: 40em;
  position: relative; }
.error404 h1 {
  font-size: 90px;
  color: #a92013;
  text-align: center !important; }
.error404 .centered-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%); }
.error404 h2 {
  text-align: center !important; }

/* SLIDER */
.page-template-slider .bottom {
  height: 200px !important;
  background-color: red; }
.page-template-slider .slider .swiper-container .swiper-slide .slide-img {
  min-height: 60vh !important; }
.page-template-slider .container-slide {
  width: 80% !important;
  display: inline-block; }
  .page-template-slider .container-slide img {
    width: 100%; }
.page-template-slider .pagination {
  display: inline-block;
  height: 60vh;
  position: absolute;
  right: 0;
  width: 20%;
  background-color: black; }
.page-template-slider .slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff;
  width: 100%;
  height: 50px;
  border-radius: 0%; }
.page-template-slider .slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: white;
  border: 1px solid white;
  border-radius: 0%; }
.page-template-slider .slider .swiper-container .swiper-slide .slider-hero {
  position: absolute;
  margin: auto;
  z-index: 9999999999999999999999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%); }

.current {
  background: #a92013 !important; }

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