/*
Template Name: Orabel
Template URL: https://ultimatewebsolutions.net/orabel/
Author: Ultimate Websolutions
Author URL: https://themeforest.net/user/ultimatewebsolutions/

[Table of contents]

01. Common
      - Fonts
      - Normalize
      - Typography
      - Top bar
      - Menu
      - Big menu btn
      - Big menu
      - Grid
      - Photo
      - Spaces
      - Button
      - Page transitions
      - Contact form
02. Home 1
03. Home 2
04. Home 3
05. Home 4
06. Home 5
07. Portfolio 1
08. Portfolio 2
09. Portfolio 3
10. Portfolio 4
11. Portfolio 5
12. Menu 1
13. Menu 2
14. Contact 1
15. Contact 2
16. Contact 3
17. Blog 1
18. Blog 2
19. Blog 3
20. Blog 4
21. About 1
22. About 2
23. About 3
24. Form validation
25. Success submit


/* Fonts
==================================== */

@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("font-awesome/css/all.min.css");
/* Normalize
==================================== */

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none;
  padding: 0;
}

*:focus {
  outline: inherit !important;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #3e4d54;
}

::-webkit-scrollbar-thumb {
  width: 7px;
  background: #d4412b;
}

a {
  color: #3e4d54;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  color: #d4412b;
}

a,
input,
img,
svg,
select,
button,
textarea,
svg path {
  transition: all 0.5s;
}

b,
strong {
  font-weight: 700;
}

body {
  padding: 0;
  margin: 0;
  /*overflow: hidden;*/
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #3e4d54;
  background-color: #ffffff;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overflow-hidden-desktop {
  overflow: hidden;
}

.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  body {
    /*overflow: auto;*/
  }
  .overflow-hidden-desktop {
    overflow: auto;
  }
}

#home-personalizar {
  position: fixed;
  width: 250px;
  height: 50px;
  right: 0;
  top: 150px;
  overflow: hidden;
  z-index: 8;
}

.btn-personalizar {
  position: fixed;
  width: 250px;
  height: 50px;
  right: 0;
  top: 150px;
  overflow: hidden;
  z-index: 8;
}

.home-personalizar a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: top left;
  transform: skew(45deg, 0deg);
  transition: all 0.5s;
}

.home-personalizar a:hover:before {
  background: #d4412b;
}

.home-personalizar {
  position: relative;
}

.home-personalizar a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 40px 15px 10px;
  display: block;
  background-color: transparent;
  width: 250px;
  color: #00586d;
  text-decoration: none;
  text-align: right;
  transition: all 0.5s;
}

.home-personalizar a h3 {
  color: #00586d;
  font-size: 14px;
  font-family: "Oxanium", cursive;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  transition: all 0.5s;
}

.home-personalizar a:hover {
  color: #ffffff;
}

.home-personalizar a:hover h3 {
  color: #ffffff;
}

@media (max-width: 480px) {
  .btn-personalizar {
    width: 200px;
    top: 100px;
  }
  .home-personalizar a {
    padding: 15px 20px 15px 10px;
    width: 200px;
  }
  .home-personalizar a:before {
    transform: skew(30deg, 0deg);
  }
  .home-personalizar a h3 {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 992px) {
  .row.rowbig {
    --bs-gutter-x: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-left: -40px;
  }

  .row.rowbig > * {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.orb-wrapper {
  /*height: calc(var(--vh, 1vh) * 100);*/
}

.orb-wrapper .transition-fade {
  width: 100%;
  height: 100%;
}

.orb-scroll-frame {
  height: 100vh;
  overflow-y: scroll;
  background-color: #eaf0ee;
  padding: 120px 80px 40px;
}

.orb-scroll-frame .orb-top-bar-frame {
  background-color: #d4412b;
}

@media (max-width: 768px) {
  .orb-scroll-frame {
    padding: 100px 20px 0;
  }

  .orb-scroll-frame .orb-top-bar-frame {
    background-color: #d4412b;
  }
}

.orb-page-frame {
  width: 100%;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-page-frame-align {
  flex-direction: column;
  align-items: flex-start;
}

.orb-content {
  position: relative;
  width: 100%;
}

.orb-relative {
  position: relative;
}

.swiper-container {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Typography
==================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

.oxanium {
  font-family: "Oxanium", cursive;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.laranja {
  color: #d4412b;
}

.verde {
  color: #00586d;
}

.cinza {
  color: #3e4d54;
}

img {
  max-width: 100%;
  height: auto;
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-45 {
  font-size: 45px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.font-60 {
  font-size: 60px;
}

.font-70 {
  font-size: 70px;
}

.font-75 {
  font-size: 75px;
}

.font-80 {
  font-size: 80px;
}

.font-90 {
  font-size: 90px;
}

.font-100 {
  font-size: 100px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-t0 {
  padding-top: 0 !important;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b0 {
  padding-bottom: 0 !important;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.m-auto {
  margin: auto;
}

.m-a0 {
  margin: 0 !important;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px !important;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-t0 {
  margin-top: 0 !important;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px !important;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px !important;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px !important;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b0 {
  margin-bottom: 0 !important;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px !important;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px !important;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px !important;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-l0 {
  margin-left: 0 !important;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px !important;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r0 {
  margin-right: 0 !important;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px !important;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media only screen and (max-width: 1400px) {
  .m-lp-30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0;
  }

  .m-lg-t5 {
    margin-top: 5px;
  }

  .m-lg-t10 {
    margin-top: 10px;
  }

  .m-lg-t15 {
    margin-top: 15px;
  }

  .m-lg-t20 {
    margin-top: 20px;
  }

  .m-lg-t30 {
    margin-top: 30px;
  }

  .m-lg-t40 {
    margin-top: 40px;
  }

  .m-lg-t50 {
    margin-top: 50px;
  }

  .m-lg-t60 {
    margin-top: 60px;
  }

  .m-lg-t70 {
    margin-top: 70px;
  }

  .m-lg-t80 {
    margin-top: 80px;
  }

  .m-lg-t90 {
    margin-top: 90px;
  }

  .m-lg-t100 {
    margin-top: 100px;
  }

  .m-lg-b0 {
    margin-bottom: 0;
  }

  .m-lg-b5 {
    margin-bottom: 5px;
  }

  .m-lg-b10 {
    margin-bottom: 10px;
  }

  .m-lg-b15 {
    margin-bottom: 15px;
  }

  .m-lg-b20 {
    margin-bottom: 20px;
  }

  .m-lg-b30 {
    margin-bottom: 30px;
  }

  .m-lg-b40 {
    margin-bottom: 40px;
  }

  .m-lg-b50 {
    margin-bottom: 50px;
  }

  .m-lg-b60 {
    margin-bottom: 60px;
  }

  .m-lg-b70 {
    margin-bottom: 70px;
  }

  .m-lg-b80 {
    margin-bottom: 80px;
  }

  .m-lg-b90 {
    margin-bottom: 90px;
  }

  .m-lg-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0;
  }

  .m-md-t5 {
    margin-top: 5px;
  }

  .m-md-t10 {
    margin-top: 10px;
  }

  .m-md-t15 {
    margin-top: 15px;
  }

  .m-md-t20 {
    margin-top: 20px;
  }

  .m-md-t30 {
    margin-top: 30px;
  }

  .m-md-t40 {
    margin-top: 40px;
  }

  .m-md-t50 {
    margin-top: 50px;
  }

  .m-md-t60 {
    margin-top: 60px;
  }

  .m-md-t70 {
    margin-top: 70px;
  }

  .m-md-t80 {
    margin-top: 80px;
  }

  .m-md-t90 {
    margin-top: 90px;
  }

  .m-md-t100 {
    margin-top: 100px;
  }

  .m-md-b0 {
    margin-bottom: 0;
  }

  .m-md-b5 {
    margin-bottom: 5px;
  }

  .m-md-b10 {
    margin-bottom: 10px;
  }

  .m-md-b15 {
    margin-bottom: 15px;
  }

  .m-md-b20 {
    margin-bottom: 20px;
  }

  .m-md-b30 {
    margin-bottom: 30px;
  }

  .m-md-b40 {
    margin-bottom: 40px;
  }

  .m-md-b50 {
    margin-bottom: 50px;
  }

  .m-md-b60 {
    margin-bottom: 60px;
  }

  .m-md-b70 {
    margin-bottom: 70px;
  }

  .m-md-b80 {
    margin-bottom: 80px;
  }

  .m-md-b90 {
    margin-bottom: 90px;
  }

  .m-md-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0;
  }

  .m-sm-t5 {
    margin-top: 5px;
  }

  .m-sm-t10 {
    margin-top: 10px;
  }

  .m-sm-t15 {
    margin-top: 15px;
  }

  .m-sm-t20 {
    margin-top: 20px;
  }

  .m-sm-t30 {
    margin-top: 30px;
  }

  .m-sm-t40 {
    margin-top: 40px;
  }

  .m-sm-t50 {
    margin-top: 50px;
  }

  .m-sm-t60 {
    margin-top: 60px;
  }

  .m-sm-t70 {
    margin-top: 70px;
  }

  .m-sm-t80 {
    margin-top: 80px;
  }

  .m-sm-t90 {
    margin-top: 90px;
  }

  .m-sm-t100 {
    margin-top: 100px;
  }

  .m-sm-b0 {
    margin-bottom: 0;
  }

  .m-sm-b5 {
    margin-bottom: 5px;
  }

  .m-sm-b10 {
    margin-bottom: 10px;
  }

  .m-sm-b15 {
    margin-bottom: 15px;
  }

  .m-sm-b20 {
    margin-bottom: 20px;
  }

  .m-sm-b30 {
    margin-bottom: 30px;
  }

  .m-sm-b40 {
    margin-bottom: 40px;
  }

  .m-sm-b50 {
    margin-bottom: 50px;
  }

  .m-sm-b60 {
    margin-bottom: 60px;
  }

  .m-sm-b70 {
    margin-bottom: 70px;
  }

  .m-sm-b80 {
    margin-bottom: 80px;
  }

  .m-sm-b90 {
    margin-bottom: 90px;
  }

  .m-sm-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .p-sm-a0 {
    padding: 0;
  }

  .m-xs-t0 {
    margin-top: 0;
  }

  .m-xs-t5 {
    margin-top: 5px;
  }

  .m-xs-t10 {
    margin-top: 10px;
  }

  .m-xs-t15 {
    margin-top: 15px;
  }

  .m-xs-t20 {
    margin-top: 20px;
  }

  .m-xs-t30 {
    margin-top: 30px;
  }

  .m-xs-t40 {
    margin-top: 40px;
  }

  .m-xs-t50 {
    margin-top: 50px;
  }

  .m-xs-t60 {
    margin-top: 60px;
  }

  .m-xs-t70 {
    margin-top: 70px;
  }

  .m-xs-t80 {
    margin-top: 80px;
  }

  .m-xs-t90 {
    margin-top: 90px;
  }

  .m-xs-t100 {
    margin-top: 100px;
  }

  .m-xs-b0 {
    margin-bottom: 0;
  }

  .m-xs-b5 {
    margin-bottom: 5px;
  }

  .m-xs-b10 {
    margin-bottom: 10px;
  }

  .m-xs-b15 {
    margin-bottom: 15px;
  }

  .m-xs-b20 {
    margin-bottom: 20px;
  }

  .m-xs-b30 {
    margin-bottom: 30px;
  }

  .m-xs-b40 {
    margin-bottom: 40px;
  }

  .m-xs-b50 {
    margin-bottom: 50px;
  }

  .m-xs-b60 {
    margin-bottom: 60px;
  }

  .m-xs-b70 {
    margin-bottom: 70px;
  }

  .m-xs-b80 {
    margin-bottom: 80px;
  }

  .m-xs-b90 {
    margin-bottom: 90px;
  }

  .m-xs-b100 {
    margin-bottom: 100px;
  }
}
.max-w50 {
  max-width: 50px;
}

.max-w60 {
  max-width: 60px;
}

.max-w80 {
  max-width: 80px;
}

.max-w100 {
  max-width: 100px;
}

.max-w200 {
  max-width: 200px;
}

.max-w300 {
  max-width: 300px;
}

.max-w400 {
  max-width: 400px;
}

.max-w500 {
  max-width: 500px;
}

.max-w600 {
  max-width: 600px;
}

.max-w700 {
  max-width: 700px;
}

.max-w800 {
  max-width: 800px;
}

.max-w900 {
  max-width: 900px;
}

.max-w1000 {
  max-width: 1000px;
}

/* Top bar
==================================== */

.orb-top-bar-frame {
  position: absolute;
  z-index: 15;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

@media (max-width: 992px) {
  .orb-top-bar-frame {
    position: fixed;
  }
}

.orb-top-bar-frame .orb-menu-frame {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.orb-top-bar-frame .orb-top-bar {
  position: relative;
  padding: 0 80px;
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orb-breadcrump {
  padding: 30px 80px;
  color: #3e4d54;
  font-size: 12px;
}

.orb-breadcrump a,
.orb-breadcrump a:hover {
  color: #3e4d54;
}

.orb-top-bar-frame .orb-top-bar .orb-logo-frame {
  display: block;
  height: 19px;
}

.orb-top-bar-frame .orb-top-bar .orb-logo-frame img,
.orb-top-bar-frame .orb-top-bar .orb-logo-frame svg {
  width: 125px;
}

.orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #442a24;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.orb-top-bar-frame .orb-top-bar .orb-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orb-top-bar-frame .orb-top-bar:before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  background-color: #442a24;
}

.orb-top-bar-frame.orb-menu-opened {
  background-color: transparent !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-top-bar-frame.orb-menu-opened .orb-top-bar:before {
  background-color: #442a24 !important;
}

.orb-top-bar-frame.orb-menu-opened .orb-top-bar .orb-logo-frame img path,
.orb-top-bar-frame.orb-menu-opened .orb-top-bar .orb-logo-frame svg path {
  fill: #442a24 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-top-bar-frame.orb-menu-opened .orb-menu-frame {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-top-bar-frame.orb-menu-opened .orb-menu-btn span,
.orb-top-bar-frame.orb-menu-opened .orb-menu-btn span:after,
.orb-top-bar-frame.orb-menu-opened .orb-menu-btn span:before {
  background-color: #ffffff !important;
}

@media (max-width: 992px) {
  .orb-top-bar-frame .orb-top-bar .orb-right-side {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .orb-top-bar-frame .orb-top-bar {
    /*height: 80px;*/
    padding: 0 20px;
  }

  .orb-breadcrump {
    padding: 60px 20px 30px;
  }

  .orb-top-bar-frame .orb-menu-frame {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
  .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

/* Menu
==================================== */

.orb-menu-frame {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-menu-frame nav .orb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orb-menu-frame nav .orb-menu li {
  height: 120px;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orb-menu-frame nav .orb-menu li.icons-menu {
  padding: 0 10px;
}

.orb-menu-frame nav .orb-menu li.icons-menu.first {
  padding-left: 30px;
}

.orb-menu-frame nav .orb-menu li.icons-menu svg:hover path {
  fill: #d4412b;
}

@media (max-width: 992px) {
  .orb-menu-frame.orb-fs-menu nav .orb-menu li.icons-menu {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .orb-menu-frame.orb-fs-menu nav .orb-menu li.icons-menu a {
    margin: 0 15px;
  }

  .orb-menu-frame.orb-fs-menu nav .orb-menu li.icons-menu svg path {
    fill: #ffffff;
  }

  .orb-menu-frame.orb-fs-menu nav .orb-menu li.icons-menu svg:hover path {
    fill: #00586d;
  }
}

.orb-menu li.icons-menu.icons-orange svg path {
  fill: #d4412b;
}
.orb-menu li.icons-menu.icons-orange svg:hover path {
  fill: #00586d !important;
}

li.icons-menu.icons-orange a {
  position: relative;
}
li.icons-menu.icons-orange a span {
  font-size: 12px;
  position: absolute;
  top: -12px;
  right: -10px;
  color: #d4412b;
  transition: 0.4s ease-in-out;
}
li.icons-menu.icons-orange a:hover span {
  color: #00586d;
}

.orb-menu-frame nav .orb-menu li a {
  white-space: nowrap;
  text-decoration: none;
  color: #00586d;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 992px) {
  .orb-menu-frame nav .orb-menu li a {
    color: #fff;
  }
  .orb-menu-frame nav .orb-menu li a:hover {
    color: #00586d;
  }
  .orb-menu-frame nav .orb-menu li a {
    position: relative;
  }
  .orb-menu-frame nav .orb-menu li a span {
    font-size: 12px;
    position: absolute;
    top: -12px;
    right: -10px;
    color: #ffffff;
    transition: 0.4s ease-in-out;
  }
  .orb-menu-frame nav .orb-menu li a:hover span {
    color: #00586d;
  }
  .orb-menu-frame nav .orb-menu li a span i {
    font-size: 11px;
  }
}

.orb-menu-frame nav .orb-menu li.orb-has-children ul {
  padding: 20px 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 120px;
  left: 0;
  min-width: 150px;
  background-color: #d4412b;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-menu-frame nav .orb-menu li.orb-has-children ul li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 40px;
}

.orb-menu-frame nav .orb-menu li.orb-has-children ul li a {
  color: #fff;
}

.orb-menu-frame nav .orb-menu li.orb-has-children ul li:last-child {
  border: none;
}

.orb-menu-frame nav .orb-menu li.orb-has-children:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.orb-menu-frame nav .orb-menu li.orb-current > a {
  color: #00586d !important;
}

.orb-menu-frame nav .orb-menu li.orb-current > a:after {
  content: "";
  background-color: #00586d;
  height: 1px;
  width: 60%;
  /*top: 49%;*/
  bottom: -2px;
  left: 20%;
  position: absolute;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: calc(var(--vh, 1vh) * 100);
  padding: 80px;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 20px;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li:last-child {
  margin-bottom: 0;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li a {
  font-size: 36px;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul li {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul li:first-child {
  margin-top: 20px;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul li a {
  color: #00586d;
  font-size: 11px;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul li a:hover {
  color: #d4412b;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active {
  opacity: 1;
  max-height: 250px;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(2) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(4) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(6) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(7) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(8) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(9) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-has-children ul.orb-active li:nth-child(10) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-current > a {
  position: relative;
  display: inline;
  color: #d4412b;
}

.orb-menu-frame.orb-fs-menu nav .orb-menu li.orb-current > a:after {
  content: "";
  height: 2px;
  width: 110%;
  /*top: 49%;*/
  bottom: -2px;
  left: -5%;
}

@media (max-width: 992px) {
  .orb-menu-frame {
    display: none;
  }

  .orb-menu-frame.orb-fs-menu {
    display: block;
  }

  .orb-menu-frame.orb-fs-menu nav .orb-menu {
    margin-top: 80px;
    height: calc(var(--vh, 1vh) * 100 - 120px);
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orb-menu-frame.orb-fs-menu nav .orb-menu li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orb-menu-frame.orb-fs-menu nav .orb-menu li a {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .orb-menu-frame.orb-fs-menu nav .orb-menu {
    height: calc(100vh - 80px);
  }
}

@media (max-width: 768px) {
  .orb-menu-frame.orb-fs-menu nav .orb-menu {
    padding-top: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .orb-menu-frame.orb-fs-menu nav .orb-menu li a {
    font-size: 18px;
  }
}

/* Big menu button
==================================== */

.orb-menu-btn {
  width: 30px;
  height: 17px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (min-width: 991px) {
  .orb-menu-btn {
    display: none;
  }
}

.orb-menu-btn span,
.orb-menu-btn span:after,
.orb-menu-btn span:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #00586d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.orb-menu-btn span {
  position: relative;
  margin: 7px 0 0;
  background-color: transparent;
}

.orb-menu-btn span:after,
.orb-menu-btn span:before {
  position: absolute;
}

.orb-menu-btn span:before {
  top: -7px;
}

.orb-menu-btn span:after {
  width: 20px;
  top: 7px;
}

.orb-menu-btn.orb-active {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.orb-menu-btn.orb-active span {
  background-color: #00586d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.orb-menu-btn.orb-active span:before {
  -webkit-transform: translate(0px, 7px) rotate(-90deg);
  transform: translate(0px, 7px) rotate(-90deg);
}

.orb-menu-btn.orb-active span:after {
  width: 30px;
  -webkit-transform: translate(0px, -7px) rotate(-90deg);
  transform: translate(0px, -7px) rotate(-90deg);
}

/* Big menu
==================================== */

.orb-big-menu-frame {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.orb-big-menu-frame.orb-active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 768px) {
  .orb-big-menu-frame {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

/* Grid
==================================== */

.orb-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.orb-grid .orb-g-10 {
  width: 10%;
}

.orb-grid .orb-g-15 {
  width: 15%;
}

.orb-grid .orb-g-20 {
  width: 20%;
}

.orb-grid .orb-g-25 {
  width: 25%;
}

.orb-grid .orb-g-30 {
  width: 30%;
}

.orb-grid .orb-g-33 {
  width: 33.333%;
}

.orb-grid .orb-g-35 {
  width: 35%;
}

.orb-grid .orb-g-40 {
  width: 40%;
}

.orb-grid .orb-g-45 {
  width: 45%;
}

.orb-grid .orb-g-50 {
  width: 50%;
}

.orb-grid .orb-g-55 {
  width: 55%;
}

.orb-grid .orb-g-60 {
  width: 60%;
}

.orb-grid .orb-g-65 {
  width: 65%;
}

.orb-grid .orb-g-70 {
  width: 70%;
}

.orb-grid .orb-g-75 {
  width: 75%;
}

.orb-grid .orb-g-80 {
  width: 80%;
}

.orb-grid .orb-g-85 {
  width: 85%;
}

.orb-grid .orb-g-90 {
  width: 90%;
}

.orb-grid .orb-g-95 {
  width: 95%;
}

.orb-grid .orb-g-100 {
  width: 100%;
}

.orb-grid.orb-padding-grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

.orb-grid.orb-padding-grid .orb-g-10,
.orb-grid.orb-padding-grid .orb-g-100,
.orb-grid.orb-padding-grid .orb-g-15,
.orb-grid.orb-padding-grid .orb-g-20,
.orb-grid.orb-padding-grid .orb-g-25,
.orb-grid.orb-padding-grid .orb-g-30,
.orb-grid.orb-padding-grid .orb-g-33,
.orb-grid.orb-padding-grid .orb-g-35,
.orb-grid.orb-padding-grid .orb-g-40,
.orb-grid.orb-padding-grid .orb-g-45,
.orb-grid.orb-padding-grid .orb-g-50,
.orb-grid.orb-padding-grid .orb-g-55,
.orb-grid.orb-padding-grid .orb-g-60,
.orb-grid.orb-padding-grid .orb-g-65,
.orb-grid.orb-padding-grid .orb-g-70,
.orb-grid.orb-padding-grid .orb-g-75,
.orb-grid.orb-padding-grid .orb-g-80,
.orb-grid.orb-padding-grid .orb-g-85,
.orb-grid.orb-padding-grid .orb-g-90,
.orb-grid.orb-padding-grid .orb-g-95 {
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .orb-grid .orb-g-10.orb-lg-30,
  .orb-grid .orb-g-100.orb-lg-30,
  .orb-grid .orb-g-15.orb-lg-30,
  .orb-grid .orb-g-20.orb-lg-30,
  .orb-grid .orb-g-25.orb-lg-30,
  .orb-grid .orb-g-30.orb-lg-30,
  .orb-grid .orb-g-33.orb-lg-30,
  .orb-grid .orb-g-35.orb-lg-30,
  .orb-grid .orb-g-40.orb-lg-30,
  .orb-grid .orb-g-45.orb-lg-30,
  .orb-grid .orb-g-50.orb-lg-30,
  .orb-grid .orb-g-55.orb-lg-30,
  .orb-grid .orb-g-60.orb-lg-30,
  .orb-grid .orb-g-65.orb-lg-30,
  .orb-grid .orb-g-70.orb-lg-30,
  .orb-grid .orb-g-75.orb-lg-30,
  .orb-grid .orb-g-80.orb-lg-30,
  .orb-grid .orb-g-85.orb-lg-30,
  .orb-grid .orb-g-90.orb-lg-30,
  .orb-grid .orb-g-95.orb-lg-30 {
    width: 30%;
  }

  .orb-grid .orb-g-10.orb-lg-40,
  .orb-grid .orb-g-100.orb-lg-40,
  .orb-grid .orb-g-15.orb-lg-40,
  .orb-grid .orb-g-20.orb-lg-40,
  .orb-grid .orb-g-25.orb-lg-40,
  .orb-grid .orb-g-30.orb-lg-40,
  .orb-grid .orb-g-33.orb-lg-40,
  .orb-grid .orb-g-35.orb-lg-40,
  .orb-grid .orb-g-40.orb-lg-40,
  .orb-grid .orb-g-45.orb-lg-40,
  .orb-grid .orb-g-50.orb-lg-40,
  .orb-grid .orb-g-55.orb-lg-40,
  .orb-grid .orb-g-60.orb-lg-40,
  .orb-grid .orb-g-65.orb-lg-40,
  .orb-grid .orb-g-70.orb-lg-40,
  .orb-grid .orb-g-75.orb-lg-40,
  .orb-grid .orb-g-80.orb-lg-40,
  .orb-grid .orb-g-85.orb-lg-40,
  .orb-grid .orb-g-90.orb-lg-40,
  .orb-grid .orb-g-95.orb-lg-40 {
    width: 40%;
  }

  .orb-grid .orb-g-10.orb-lg-50,
  .orb-grid .orb-g-100.orb-lg-50,
  .orb-grid .orb-g-15.orb-lg-50,
  .orb-grid .orb-g-20.orb-lg-50,
  .orb-grid .orb-g-25.orb-lg-50,
  .orb-grid .orb-g-30.orb-lg-50,
  .orb-grid .orb-g-33.orb-lg-50,
  .orb-grid .orb-g-35.orb-lg-50,
  .orb-grid .orb-g-40.orb-lg-50,
  .orb-grid .orb-g-45.orb-lg-50,
  .orb-grid .orb-g-50.orb-lg-50,
  .orb-grid .orb-g-55.orb-lg-50,
  .orb-grid .orb-g-60.orb-lg-50,
  .orb-grid .orb-g-65.orb-lg-50,
  .orb-grid .orb-g-70.orb-lg-50,
  .orb-grid .orb-g-75.orb-lg-50,
  .orb-grid .orb-g-80.orb-lg-50,
  .orb-grid .orb-g-85.orb-lg-50,
  .orb-grid .orb-g-90.orb-lg-50,
  .orb-grid .orb-g-95.orb-lg-50 {
    width: 50%;
  }

  .orb-grid .orb-g-10.orb-lg-60,
  .orb-grid .orb-g-100.orb-lg-60,
  .orb-grid .orb-g-15.orb-lg-60,
  .orb-grid .orb-g-20.orb-lg-60,
  .orb-grid .orb-g-25.orb-lg-60,
  .orb-grid .orb-g-30.orb-lg-60,
  .orb-grid .orb-g-33.orb-lg-60,
  .orb-grid .orb-g-35.orb-lg-60,
  .orb-grid .orb-g-40.orb-lg-60,
  .orb-grid .orb-g-45.orb-lg-60,
  .orb-grid .orb-g-50.orb-lg-60,
  .orb-grid .orb-g-55.orb-lg-60,
  .orb-grid .orb-g-60.orb-lg-60,
  .orb-grid .orb-g-65.orb-lg-60,
  .orb-grid .orb-g-70.orb-lg-60,
  .orb-grid .orb-g-75.orb-lg-60,
  .orb-grid .orb-g-80.orb-lg-60,
  .orb-grid .orb-g-85.orb-lg-60,
  .orb-grid .orb-g-90.orb-lg-60,
  .orb-grid .orb-g-95.orb-lg-60 {
    width: 60%;
  }

  .orb-grid .orb-g-10.orb-lg-70,
  .orb-grid .orb-g-100.orb-lg-70,
  .orb-grid .orb-g-15.orb-lg-70,
  .orb-grid .orb-g-20.orb-lg-70,
  .orb-grid .orb-g-25.orb-lg-70,
  .orb-grid .orb-g-30.orb-lg-70,
  .orb-grid .orb-g-33.orb-lg-70,
  .orb-grid .orb-g-35.orb-lg-70,
  .orb-grid .orb-g-40.orb-lg-70,
  .orb-grid .orb-g-45.orb-lg-70,
  .orb-grid .orb-g-50.orb-lg-70,
  .orb-grid .orb-g-55.orb-lg-70,
  .orb-grid .orb-g-60.orb-lg-70,
  .orb-grid .orb-g-65.orb-lg-70,
  .orb-grid .orb-g-70.orb-lg-70,
  .orb-grid .orb-g-75.orb-lg-70,
  .orb-grid .orb-g-80.orb-lg-70,
  .orb-grid .orb-g-85.orb-lg-70,
  .orb-grid .orb-g-90.orb-lg-70,
  .orb-grid .orb-g-95.orb-lg-70 {
    width: 70%;
  }

  .orb-grid .orb-g-10.orb-lg-100,
  .orb-grid .orb-g-100.orb-lg-100,
  .orb-grid .orb-g-15.orb-lg-100,
  .orb-grid .orb-g-20.orb-lg-100,
  .orb-grid .orb-g-25.orb-lg-100,
  .orb-grid .orb-g-30.orb-lg-100,
  .orb-grid .orb-g-33.orb-lg-100,
  .orb-grid .orb-g-35.orb-lg-100,
  .orb-grid .orb-g-40.orb-lg-100,
  .orb-grid .orb-g-45.orb-lg-100,
  .orb-grid .orb-g-50.orb-lg-100,
  .orb-grid .orb-g-55.orb-lg-100,
  .orb-grid .orb-g-60.orb-lg-100,
  .orb-grid .orb-g-65.orb-lg-100,
  .orb-grid .orb-g-70.orb-lg-100,
  .orb-grid .orb-g-75.orb-lg-100,
  .orb-grid .orb-g-80.orb-lg-100,
  .orb-grid .orb-g-85.orb-lg-100,
  .orb-grid .orb-g-90.orb-lg-100,
  .orb-grid .orb-g-95.orb-lg-100 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .orb-grid .orb-g-10.orb-md-30,
  .orb-grid .orb-g-100.orb-md-30,
  .orb-grid .orb-g-15.orb-md-30,
  .orb-grid .orb-g-20.orb-md-30,
  .orb-grid .orb-g-25.orb-md-30,
  .orb-grid .orb-g-30.orb-md-30,
  .orb-grid .orb-g-33.orb-md-30,
  .orb-grid .orb-g-35.orb-md-30,
  .orb-grid .orb-g-40.orb-md-30,
  .orb-grid .orb-g-45.orb-md-30,
  .orb-grid .orb-g-50.orb-md-30,
  .orb-grid .orb-g-55.orb-md-30,
  .orb-grid .orb-g-60.orb-md-30,
  .orb-grid .orb-g-65.orb-md-30,
  .orb-grid .orb-g-70.orb-md-30,
  .orb-grid .orb-g-75.orb-md-30,
  .orb-grid .orb-g-80.orb-md-30,
  .orb-grid .orb-g-85.orb-md-30,
  .orb-grid .orb-g-90.orb-md-30,
  .orb-grid .orb-g-95.orb-md-30 {
    width: 30%;
  }

  .orb-grid .orb-g-10.orb-md-40,
  .orb-grid .orb-g-100.orb-md-40,
  .orb-grid .orb-g-15.orb-md-40,
  .orb-grid .orb-g-20.orb-md-40,
  .orb-grid .orb-g-25.orb-md-40,
  .orb-grid .orb-g-30.orb-md-40,
  .orb-grid .orb-g-33.orb-md-40,
  .orb-grid .orb-g-35.orb-md-40,
  .orb-grid .orb-g-40.orb-md-40,
  .orb-grid .orb-g-45.orb-md-40,
  .orb-grid .orb-g-50.orb-md-40,
  .orb-grid .orb-g-55.orb-md-40,
  .orb-grid .orb-g-60.orb-md-40,
  .orb-grid .orb-g-65.orb-md-40,
  .orb-grid .orb-g-70.orb-md-40,
  .orb-grid .orb-g-75.orb-md-40,
  .orb-grid .orb-g-80.orb-md-40,
  .orb-grid .orb-g-85.orb-md-40,
  .orb-grid .orb-g-90.orb-md-40,
  .orb-grid .orb-g-95.orb-md-40 {
    width: 40%;
  }

  .orb-grid .orb-g-10.orb-md-50,
  .orb-grid .orb-g-100.orb-md-50,
  .orb-grid .orb-g-15.orb-md-50,
  .orb-grid .orb-g-20.orb-md-50,
  .orb-grid .orb-g-25.orb-md-50,
  .orb-grid .orb-g-30.orb-md-50,
  .orb-grid .orb-g-33.orb-md-50,
  .orb-grid .orb-g-35.orb-md-50,
  .orb-grid .orb-g-40.orb-md-50,
  .orb-grid .orb-g-45.orb-md-50,
  .orb-grid .orb-g-50.orb-md-50,
  .orb-grid .orb-g-55.orb-md-50,
  .orb-grid .orb-g-60.orb-md-50,
  .orb-grid .orb-g-65.orb-md-50,
  .orb-grid .orb-g-70.orb-md-50,
  .orb-grid .orb-g-75.orb-md-50,
  .orb-grid .orb-g-80.orb-md-50,
  .orb-grid .orb-g-85.orb-md-50,
  .orb-grid .orb-g-90.orb-md-50,
  .orb-grid .orb-g-95.orb-md-50 {
    width: 50%;
  }

  .orb-grid .orb-g-10.orb-md-60,
  .orb-grid .orb-g-100.orb-md-60,
  .orb-grid .orb-g-15.orb-md-60,
  .orb-grid .orb-g-20.orb-md-60,
  .orb-grid .orb-g-25.orb-md-60,
  .orb-grid .orb-g-30.orb-md-60,
  .orb-grid .orb-g-33.orb-md-60,
  .orb-grid .orb-g-35.orb-md-60,
  .orb-grid .orb-g-40.orb-md-60,
  .orb-grid .orb-g-45.orb-md-60,
  .orb-grid .orb-g-50.orb-md-60,
  .orb-grid .orb-g-55.orb-md-60,
  .orb-grid .orb-g-60.orb-md-60,
  .orb-grid .orb-g-65.orb-md-60,
  .orb-grid .orb-g-70.orb-md-60,
  .orb-grid .orb-g-75.orb-md-60,
  .orb-grid .orb-g-80.orb-md-60,
  .orb-grid .orb-g-85.orb-md-60,
  .orb-grid .orb-g-90.orb-md-60,
  .orb-grid .orb-g-95.orb-md-60 {
    width: 60%;
  }

  .orb-grid .orb-g-10.orb-md-70,
  .orb-grid .orb-g-100.orb-md-70,
  .orb-grid .orb-g-15.orb-md-70,
  .orb-grid .orb-g-20.orb-md-70,
  .orb-grid .orb-g-25.orb-md-70,
  .orb-grid .orb-g-30.orb-md-70,
  .orb-grid .orb-g-33.orb-md-70,
  .orb-grid .orb-g-35.orb-md-70,
  .orb-grid .orb-g-40.orb-md-70,
  .orb-grid .orb-g-45.orb-md-70,
  .orb-grid .orb-g-50.orb-md-70,
  .orb-grid .orb-g-55.orb-md-70,
  .orb-grid .orb-g-60.orb-md-70,
  .orb-grid .orb-g-65.orb-md-70,
  .orb-grid .orb-g-70.orb-md-70,
  .orb-grid .orb-g-75.orb-md-70,
  .orb-grid .orb-g-80.orb-md-70,
  .orb-grid .orb-g-85.orb-md-70,
  .orb-grid .orb-g-90.orb-md-70,
  .orb-grid .orb-g-95.orb-md-70 {
    width: 70%;
  }

  .orb-grid .orb-g-10.orb-md-100,
  .orb-grid .orb-g-100.orb-md-100,
  .orb-grid .orb-g-15.orb-md-100,
  .orb-grid .orb-g-20.orb-md-100,
  .orb-grid .orb-g-25.orb-md-100,
  .orb-grid .orb-g-30.orb-md-100,
  .orb-grid .orb-g-33.orb-md-100,
  .orb-grid .orb-g-35.orb-md-100,
  .orb-grid .orb-g-40.orb-md-100,
  .orb-grid .orb-g-45.orb-md-100,
  .orb-grid .orb-g-50.orb-md-100,
  .orb-grid .orb-g-55.orb-md-100,
  .orb-grid .orb-g-60.orb-md-100,
  .orb-grid .orb-g-65.orb-md-100,
  .orb-grid .orb-g-70.orb-md-100,
  .orb-grid .orb-g-75.orb-md-100,
  .orb-grid .orb-g-80.orb-md-100,
  .orb-grid .orb-g-85.orb-md-100,
  .orb-grid .orb-g-90.orb-md-100,
  .orb-grid .orb-g-95.orb-md-100 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .orb-grid {
    height: auto;
  }

  .orb-grid.orb-sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .orb-grid .orb-g-10.orb-sm-30,
  .orb-grid .orb-g-100.orb-sm-30,
  .orb-grid .orb-g-15.orb-sm-30,
  .orb-grid .orb-g-20.orb-sm-30,
  .orb-grid .orb-g-25.orb-sm-30,
  .orb-grid .orb-g-30.orb-sm-30,
  .orb-grid .orb-g-33.orb-sm-30,
  .orb-grid .orb-g-35.orb-sm-30,
  .orb-grid .orb-g-40.orb-sm-30,
  .orb-grid .orb-g-45.orb-sm-30,
  .orb-grid .orb-g-50.orb-sm-30,
  .orb-grid .orb-g-55.orb-sm-30,
  .orb-grid .orb-g-60.orb-sm-30,
  .orb-grid .orb-g-65.orb-sm-30,
  .orb-grid .orb-g-70.orb-sm-30,
  .orb-grid .orb-g-75.orb-sm-30,
  .orb-grid .orb-g-80.orb-sm-30,
  .orb-grid .orb-g-85.orb-sm-30,
  .orb-grid .orb-g-90.orb-sm-30,
  .orb-grid .orb-g-95.orb-sm-30 {
    width: 30%;
  }

  .orb-grid .orb-g-10.orb-sm-40,
  .orb-grid .orb-g-100.orb-sm-40,
  .orb-grid .orb-g-15.orb-sm-40,
  .orb-grid .orb-g-20.orb-sm-40,
  .orb-grid .orb-g-25.orb-sm-40,
  .orb-grid .orb-g-30.orb-sm-40,
  .orb-grid .orb-g-33.orb-sm-40,
  .orb-grid .orb-g-35.orb-sm-40,
  .orb-grid .orb-g-40.orb-sm-40,
  .orb-grid .orb-g-45.orb-sm-40,
  .orb-grid .orb-g-50.orb-sm-40,
  .orb-grid .orb-g-55.orb-sm-40,
  .orb-grid .orb-g-60.orb-sm-40,
  .orb-grid .orb-g-65.orb-sm-40,
  .orb-grid .orb-g-70.orb-sm-40,
  .orb-grid .orb-g-75.orb-sm-40,
  .orb-grid .orb-g-80.orb-sm-40,
  .orb-grid .orb-g-85.orb-sm-40,
  .orb-grid .orb-g-90.orb-sm-40,
  .orb-grid .orb-g-95.orb-sm-40 {
    width: 40%;
  }

  .orb-grid .orb-g-10.orb-sm-50,
  .orb-grid .orb-g-100.orb-sm-50,
  .orb-grid .orb-g-15.orb-sm-50,
  .orb-grid .orb-g-20.orb-sm-50,
  .orb-grid .orb-g-25.orb-sm-50,
  .orb-grid .orb-g-30.orb-sm-50,
  .orb-grid .orb-g-33.orb-sm-50,
  .orb-grid .orb-g-35.orb-sm-50,
  .orb-grid .orb-g-40.orb-sm-50,
  .orb-grid .orb-g-45.orb-sm-50,
  .orb-grid .orb-g-50.orb-sm-50,
  .orb-grid .orb-g-55.orb-sm-50,
  .orb-grid .orb-g-60.orb-sm-50,
  .orb-grid .orb-g-65.orb-sm-50,
  .orb-grid .orb-g-70.orb-sm-50,
  .orb-grid .orb-g-75.orb-sm-50,
  .orb-grid .orb-g-80.orb-sm-50,
  .orb-grid .orb-g-85.orb-sm-50,
  .orb-grid .orb-g-90.orb-sm-50,
  .orb-grid .orb-g-95.orb-sm-50 {
    width: 50%;
  }

  .orb-grid .orb-g-10.orb-sm-60,
  .orb-grid .orb-g-100.orb-sm-60,
  .orb-grid .orb-g-15.orb-sm-60,
  .orb-grid .orb-g-20.orb-sm-60,
  .orb-grid .orb-g-25.orb-sm-60,
  .orb-grid .orb-g-30.orb-sm-60,
  .orb-grid .orb-g-33.orb-sm-60,
  .orb-grid .orb-g-35.orb-sm-60,
  .orb-grid .orb-g-40.orb-sm-60,
  .orb-grid .orb-g-45.orb-sm-60,
  .orb-grid .orb-g-50.orb-sm-60,
  .orb-grid .orb-g-55.orb-sm-60,
  .orb-grid .orb-g-60.orb-sm-60,
  .orb-grid .orb-g-65.orb-sm-60,
  .orb-grid .orb-g-70.orb-sm-60,
  .orb-grid .orb-g-75.orb-sm-60,
  .orb-grid .orb-g-80.orb-sm-60,
  .orb-grid .orb-g-85.orb-sm-60,
  .orb-grid .orb-g-90.orb-sm-60,
  .orb-grid .orb-g-95.orb-sm-60 {
    width: 60%;
  }

  .orb-grid .orb-g-10.orb-sm-70,
  .orb-grid .orb-g-100.orb-sm-70,
  .orb-grid .orb-g-15.orb-sm-70,
  .orb-grid .orb-g-20.orb-sm-70,
  .orb-grid .orb-g-25.orb-sm-70,
  .orb-grid .orb-g-30.orb-sm-70,
  .orb-grid .orb-g-33.orb-sm-70,
  .orb-grid .orb-g-35.orb-sm-70,
  .orb-grid .orb-g-40.orb-sm-70,
  .orb-grid .orb-g-45.orb-sm-70,
  .orb-grid .orb-g-50.orb-sm-70,
  .orb-grid .orb-g-55.orb-sm-70,
  .orb-grid .orb-g-60.orb-sm-70,
  .orb-grid .orb-g-65.orb-sm-70,
  .orb-grid .orb-g-70.orb-sm-70,
  .orb-grid .orb-g-75.orb-sm-70,
  .orb-grid .orb-g-80.orb-sm-70,
  .orb-grid .orb-g-85.orb-sm-70,
  .orb-grid .orb-g-90.orb-sm-70,
  .orb-grid .orb-g-95.orb-sm-70 {
    width: 70%;
  }

  .orb-grid .orb-g-10.orb-sm-100,
  .orb-grid .orb-g-100.orb-sm-100,
  .orb-grid .orb-g-15.orb-sm-100,
  .orb-grid .orb-g-20.orb-sm-100,
  .orb-grid .orb-g-25.orb-sm-100,
  .orb-grid .orb-g-30.orb-sm-100,
  .orb-grid .orb-g-33.orb-sm-100,
  .orb-grid .orb-g-35.orb-sm-100,
  .orb-grid .orb-g-40.orb-sm-100,
  .orb-grid .orb-g-45.orb-sm-100,
  .orb-grid .orb-g-50.orb-sm-100,
  .orb-grid .orb-g-55.orb-sm-100,
  .orb-grid .orb-g-60.orb-sm-100,
  .orb-grid .orb-g-65.orb-sm-100,
  .orb-grid .orb-g-70.orb-sm-100,
  .orb-grid .orb-g-75.orb-sm-100,
  .orb-grid .orb-g-80.orb-sm-100,
  .orb-grid .orb-g-85.orb-sm-100,
  .orb-grid .orb-g-90.orb-sm-100,
  .orb-grid .orb-g-95.orb-sm-100 {
    width: 100%;
  }
}

/* Photo
==================================== */

.orb-photo-frame {
  display: block;
  position: relative;
  overflow: hidden !important;
  padding-bottom: 100%;
}

.orb-photo-frame .orb-slideshow,
.orb-photo-frame img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-photo-frame .orb-zoom {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #d4412b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-photo-frame .orb-zoom img {
  -webkit-transform: none;
  transform: none;
  position: static;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-photo-frame .orb-slideshow img {
  -webkit-transform: none;
  transform: none;
  -webkit-animation: none;
  animation: none;
}

.orb-photo-frame:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.orb-photo-frame.orb-from-top .orb-slideshow,
.orb-photo-frame.orb-from-top img {
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-photo-frame.orb-from-top:after {
  width: 100%;
  height: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.orb-photo-frame.orb-active .orb-slideshow,
.orb-photo-frame.orb-active img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.orb-photo-frame.orb-active:after {
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-photo-frame.orb-active.orb-from-top .orb-slideshow,
.orb-photo-frame.orb-active.orb-from-top img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.orb-photo-frame.orb-active.orb-from-top:after {
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-photo-frame:hover .orb-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.orb-photo-link {
  display: block;
  overflow: hidden;
}

.orb-photo-link .orb-photo-frame {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-photo-link:hover .orb-photo-frame {
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

@media (max-width: 768px) {
  .orb-photo-frame.orb-from-top .orb-slideshow,
  .orb-photo-frame.orb-from-top img {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }

  .orb-photo-frame.orb-from-top:after {
    width: 0;
    height: 100%;
  }

  .orb-photo-frame.orb-active.orb-from-top .orb-slideshow,
  .orb-photo-frame.orb-active.orb-from-top img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .orb-photo-frame.orb-active.orb-from-top:after {
    width: 100%;
  }
}

/* Spaces
==================================== */

.orb-mb-10 {
  margin-bottom: 10px;
}

.orb-mb-20 {
  margin-bottom: 20px;
}

/* Button
==================================== */

.orb-button {
  z-index: 2;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #00586d;
  width: 180px;
  height: 180px;
  font-weight: bold;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 0 50px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-button .orb-arrow {
  margin-bottom: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-button:hover {
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.orb-button:hover .orb-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 768px) {
  .orb-button {
    width: 145px;
    height: 145px;
    padding: 0 30px;
  }

  .orb-button .orb-arrow {
    margin-bottom: 20px;
  }

  .orb-button:hover {
    -webkit-box-shadow: 0 0 0 1px #00586d;
    box-shadow: 0 0 0 1px #00586d;
  }
}

/* Page transitions
==================================== */

.transition-fade {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
}

.transition-fade-in {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
  animation-duration: 3000ms;
}

html.is-animating .transition-fade {
  opacity: 0.999;
}

.orb-loader-frame {
  width: 100%;
  pointer-events: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
}

.orb-loader-frame .orb-loader {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #00586d;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.orb-loader-frame .orb-loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.03);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.orb-loader-frame .orb-loader .orb-deco-1 {
  position: relative;
  height: calc(100% - 155px);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto 40px;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-loader-frame .orb-loader .orb-deco-1 .orb-prog {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 1px;
  background-color: #fff;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.orb-loader-frame .orb-loader .orb-deco-2 {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}

.orb-loader-frame .orb-loader .orb-deco-2 .orb-spiner {
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-loader-frame .orb-loader .orb-deco-2:after {
  content: "";
}

html.is-animating .orb-loader-frame,
html.is-preload .orb-loader-frame {
  bottom: auto;
  top: 0;
}

html.is-animating .orb-loader-frame .orb-loader,
html.is-preload .orb-loader-frame .orb-loader {
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

html.is-animating .orb-loader-frame .orb-loader:after,
html.is-preload .orb-loader-frame .orb-loader:after {
  height: 0;
}

html.is-animating .orb-loader-frame .orb-loader .orb-deco-1,
html.is-preload .orb-loader-frame .orb-loader .orb-deco-1 {
  opacity: 1;
}

html.is-animating .orb-loader-frame .orb-loader .orb-deco-1 .orb-prog,
html.is-preload .orb-loader-frame .orb-loader .orb-deco-1 .orb-prog {
  height: 100%;
}

html.is-animating .orb-loader-frame .orb-loader .orb-deco-2,
html.is-preload .orb-loader-frame .orb-loader .orb-deco-2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

html.is-animating .orb-loader-frame .orb-loader .orb-deco-2 .orb-spiner,
html.is-preload .orb-loader-frame .orb-loader .orb-deco-2 .orb-spiner {
  background-color: transparent;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

html.is-animating .orb-loader-frame .orb-loader .orb-deco-2:after,
html.is-preload .orb-loader-frame .orb-loader .orb-deco-2:after {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00586d;
}

html.is-preload .orb-loader-frame .orb-loader:after {
  height: 100%;
}

html.is-preload .orb-loader-frame .orb-loader .orb-deco-1 {
  opacity: 0;
}

html.is-preload .orb-loader-frame .orb-loader .orb-deco-1 .orb-prog {
  height: 0;
}

html.is-preload .orb-loader-frame .orb-loader .orb-deco-2 .orb-spiner {
  background-color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
}

html.is-preload .orb-loader-frame .orb-loader.orb-active:after {
  height: 0;
}

html.is-preload .orb-loader-frame .orb-loader.orb-active .orb-deco-1 {
  opacity: 1;
}

html.is-preload .orb-loader-frame .orb-loader.orb-active .orb-deco-1 .orb-prog {
  height: 100%;
}

html.is-preload .orb-loader-frame .orb-loader.orb-active .orb-deco-2 .orb-spiner {
  background-color: #00586d;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Contact form
==================================== */

.orb-group-input {
  position: relative;
  margin-bottom: 30px;
}

.orb-group-input input,
.orb-group-input textarea {
  border-radius: 0;
  height: 50px;
  position: relative;
  font-size: 13px;
  background-color: transparent;
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 1px #00586d;
}

.orb-group-input textarea {
  height: 85px;
  resize: none;
}

.orb-group-input input:focus,
.orb-group-input textarea:focus {
  outline: none;
  border-color: #d4412b;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

@media (max-width: 1200px) {
  .orb-group-input {
    margin-bottom: 35px;
  }

  .orb-group-input input,
  .orb-group-input textarea {
    font-size: 14px;
    height: 60px;
  }

  .orb-group-input textarea {
    padding-top: 20px;
    height: 100px;
  }
}

/* Input placeholders */

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3e4d54;
  opacity: 1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3e4d54;
}

/* Checkbox */

label.cbx.terms {
  margin: 0;
  padding: 0;
  border: 0;
  height: 22px;
}

label.cbx {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  border: solid 1px #00586d;
  height: 45px;
  padding: 10px 15px;
}

.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}

.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #00586d;
  transition: all 0.2s ease;
  margin-right: 10px;
}

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #d4412b;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.cbx:hover span:first-child {
  border-color: #d4412b;
}

.inp-cbx {
  display: none;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #d4412b;
  border-color: #d4412b;
  animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

/* Terms Link */

.terms-link,
.terms-link:visited {
  text-decoration: none;
  color: #d4412b;
  margin-left: 5px;
  transition: none;
}

.terms-link:hover {
  color: #d4412b;
  text-decoration: underline;
}

/* Home 1
==================================== */

.orb-home-1 {
  padding-top: 120px;
  padding-left: 80px;
  background-color: #d4412b;
}

.orb-home-1 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-home-1 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-home-1 .orb-content .rb-object-frame {
  position: relative;
}

.orb-home-1 .orb-content .rb-object-frame .orb-obj-1 {
  width: 60%;
  margin-left: 40%;
  padding-bottom: 0;
  height: calc(var(--vh, 1vh) * 100 - 120px);
}

.orb-home-1 .orb-content .rb-object-frame .orb-deco {
  width: 330px;
  height: 70px;
  margin-left: auto;
  background-color: #d4412b;
  position: absolute;
  bottom: 0;
  right: 60%;
}

.orb-home-1 .orb-content .rb-object-frame .orb-slide-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 45%;
  left: 5%;
  z-index: 1;
}

.orb-home-1 .orb-content .rb-object-frame .orb-slide-caption h1 {
  font-size: 90px;
}

.orb-home-1 .orb-content .rb-object-frame .orb-slide-caption h1 span {
  background-color: #d4412b;
}

.orb-home-1 .orb-content .rb-object-frame .orb-slide-caption .orb-suptitle {
  padding-top: 53px;
  margin-right: 40px;
  font-size: 18px;
  font-style: italic;
  text-align: right;
}

.orb-home-1 .orb-content .orb-navigation {
  width: 100%;
  padding-right: 80px;
  position: absolute;
  bottom: 80px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-home-1 .orb-content .orb-navigation .orb-pagination {
  width: 110px;
  font-size: 28px;
}

.orb-home-1 .orb-content .orb-navigation .orb-line {
  margin-right: 40px;
  height: 1px;
  background-color: #00586d;
  width: calc(100% - 340px);
}

.orb-home-1 .orb-content .orb-navigation .orb-button {
  z-index: 2;
  border-radius: 50%;
  border: 1px solid #00586d;
  color: #00586d;
  width: 180px;
  height: 180px;
  background-color: #d4412b;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 0 50px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-home-1 .orb-content .orb-navigation .orb-button .orb-arrow {
  margin-bottom: 20px;
}

.orb-home-1 .orb-content .orb-navigation .orb-button:hover {
  -webkit-box-shadow: 0 0 0 1px #00586d;
  box-shadow: 0 0 0 1px #00586d;
}

@media (max-width: 1200px) {
  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 10%;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption .orb-suptitle {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .orb-home-1 .orb-top-bar-frame {
    background-color: #d4412b;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption {
    left: 0;
    top: 5%;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption h1 {
    font-size: 64px;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption h1 span {
    background-color: #d4412b;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption .orb-suptitle {
    font-size: 14px;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-deco {
    width: 80%;
    left: 0;
    right: auto;
  }
}

@media (max-width: 768px) {
  .orb-home-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .orb-home-1 .orb-content .rb-object-frame {
    margin-bottom: 40px;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-obj-1 {
    height: auto;
    width: 75%;
    margin-left: 25%;
    padding-bottom: 155%;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-obj-1 img {
    -o-object-position: bottom;
    object-position: bottom;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-deco {
    height: 120px;
    bottom: -60px;
    height: 105px;
    width: 80%;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption {
    bottom: 80px;
    top: auto;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption h1 {
    font-size: 42px;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption h1 span {
    background-color: #d4412b;
  }

  .orb-home-1 .orb-content .rb-object-frame .orb-slide-caption .orb-suptitle {
    font-size: 12px;
  }

  .orb-home-1 .orb-content .orb-navigation {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 0;
    padding-right: 0;
  }

  .orb-home-1 .orb-content .orb-navigation .orb-pagination {
    width: calc(100% - 145px);
    font-size: 22px;
    line-height: 20px;
  }

  .orb-home-1 .orb-content .orb-navigation .orb-line {
    display: none;
  }

  .orb-home-1 .orb-content .orb-navigation .orb-button {
    width: 145px;
    height: 145px;
    padding: 0 30px;
  }

  .orb-home-1 .orb-content .orb-navigation .orb-button .orb-arrow {
    margin-bottom: 20px;
  }

  .orb-home-1 .orb-content .orb-navigation .orb-button:hover {
    -webkit-box-shadow: 0 0 0 1px #00586d;
    box-shadow: 0 0 0 1px #00586d;
  }
}

/* Home 2
==================================== */

.orb-home-2 {
  background-color: #979795;
}

.orb-home-2 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-home-2 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-home-2 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;
	background-color: #FFF;*/
}

.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #fff;
}

.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-menu li a:hover {
  color: #d4412b;
}

.orb-menu li a {
  position: relative;
}
.orb-menu li a span {
  font-size: 12px;
  position: absolute;
  top: -12px;
  right: -10px;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
.orb-menu li a:hover span {
  color: #d4412b;
}

.orb-menu li a span i {
  font-size: 11px;
  color: #00586d;
}

.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #fff;
}

.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-home-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-home-2 .orb-content .rb-object-frame .orb-obj-1 {
  width: 100%;
  padding-bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
}

.orb-home-2 .orb-content .orb-slide-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 100px 80px 100px;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-main-title {
  width: 35%;
}

@media (max-width: 768px) {
  .orb-home-2 .orb-content .orb-slide-caption .orb-main-title {
    width: 100%;
  }
}

.orb-home-2 .orb-content .orb-slide-caption .orb-main-title .orb-suptitle {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
  color: #fff;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-main-title .orb-suptitle span {
  position: relative;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-main-title .orb-suptitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  height: 100%;
  width: 100%;
  background-color: #d4412b;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-main-title .h1,
.orb-home-2 .orb-content .orb-slide-caption .orb-main-title h1 {
  font-family: "Oxanium", cursive;
  font-weight: 300;
  margin-left: 0;
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  text-transform: none;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-main-title p {
  margin-left: 0;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  text-transform: none;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-main-title .img-patented {
  max-width: 80px;
  height: auto;
  margin-top: 30px;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-description {
  width: 50%;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-description span {
  padding-right: 40px;
  width: 220px;
  color: #d4412b;
}

.orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-description .orb-line {
  height: 1px;
  background-color: #fff;
  width: calc(100% - 220px);
}

.orb-home-2 .orb-navigation {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-home-2 .orb-navigation .orb-pagination {
  margin-right: 40px;
}

.orb-home-2 .orb-navigation .orb-pagination .swiper-pagination-bullet {
  margin-left: 20px !important;
  background-color: #ffffff !important;
  width: 40px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-home-2 .orb-navigation .orb-pagination .swiper-pagination-bullet-active {
  background: #d4412b !important;
}

.orb-home-2 .orb-navigation .orb-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.orb-home-2 .orb-navigation .orb-nav {
  /*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
  display: none;
}

.orb-home-2 .orb-navigation .orb-nav .orb-next,
.orb-home-2 .orb-navigation .orb-nav .orb-prev {
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 40px;
}

.orb-home-2 .orb-navigation .orb-nav .orb-next img,
.orb-home-2 .orb-navigation .orb-nav .orb-prev img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-home-2 .orb-navigation .orb-nav .orb-next:first-child,
.orb-home-2 .orb-navigation .orb-nav .orb-prev:first-child {
  margin-left: 0;
}

.orb-home-2 .orb-navigation .orb-nav .orb-next.swiper-button-disabled,
.orb-home-2 .orb-navigation .orb-nav .orb-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.orb-home-2 .orb-navigation .orb-nav .orb-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .orb-home-2 .orb-content .orb-slide-caption .orb-main-title .h1,
  .orb-home-2 .orb-content .orb-slide-caption .orb-main-title h1 {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .orb-home-2 {
    padding-bottom: 0;
  }

  .orb-home-2 .orb-top-bar:before {
    /*left: auto !important;
		right: 0 !important;
		width: 60% !important;
		opacity: 0.15;
		background-color: #FFF;	*/
  }

  .orb-home-2 .orb-content .rb-object-frame .orb-obj-1 {
    height: calc(var(--vh, 1vh) * 100);
  }

  .orb-home-2 .orb-content .orb-slide-caption {
    padding: 50px 20px 50px;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-main-title {
    /*margin-bottom: 40px;*/
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-main-title .h1,
  .orb-home-2 .orb-content .orb-slide-caption .orb-main-title h1 {
    margin-left: 0;
    font-size: 42px;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-button {
    width: 145px;
    height: 145px;
    padding: 0 30px;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-button .orb-arrow {
    margin-bottom: 20px;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-button:hover {
    -webkit-box-shadow: 0 0 0 1px #00586d;
    box-shadow: 0 0 0 1px #00586d;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-description {
    width: 50%;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-description span {
    width: 100%;
    padding: 0;
  }

  .orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-description .orb-line {
    display: none;
  }

  .orb-home-2 .orb-navigation {
    bottom: 40px;
    left: 20px;
    width: 100%;
  }

  .orb-home-2 .orb-navigation .orb-pagination .swiper-pagination-bullet {
    margin-left: 30px;
    background-color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .orb-home-2 .orb-navigation .orb-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }

  .orb-home-2 .orb-navigation .orb-nav .orb-next.swiper-button-disabled,
  .orb-home-2 .orb-navigation .orb-nav .orb-prev.swiper-button-disabled {
    opacity: 0.2;
    cursor: not-allowed;
  }

  .orb-home-2 .orb-navigation .orb-nav .orb-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* Home 3
==================================== */

.orb-home-3 {
  background-color: #979795;
  padding-top: 120px;
  padding-left: 80px;
}

.orb-home-3 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-home-3 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-home-3 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 0;
	width: 37%;
	opacity: 0.15;
	background-color: #FFF;*/
}

.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #fff;
}

.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #fff;
}

.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-home-3 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-home-3 .orb-content .rb-object-frame {
  position: relative;
}

.orb-home-3 .orb-content .rb-object-frame .orb-obj-1 {
  width: 45%;
  padding-bottom: 0;
  height: calc(var(--vh, 1vh) * 100 - 120px);
}

.orb-home-3 .orb-content .rb-object-frame .orb-deco {
  width: 260px;
  height: 70px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -80px;
  background-color: #d4412b;
}

.orb-home-3 .orb-content .rb-object-frame .orb-caption {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 33%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding-right: 40px;
}

.orb-home-3 .orb-content .rb-object-frame .orb-caption h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.orb-home-3 .orb-content .rb-object-frame .orb-caption .orb-button {
  margin-left: 30%;
}

.orb-home-3 .orb-content .orb-position-fix {
  padding-top: 15vh;
}

.orb-home-3 .orb-content .orb-position-fix .orb-obj-2 {
  padding-bottom: 70%;
  margin-right: 50%;
  margin-bottom: 40px;
}

.orb-home-3 .orb-content .orb-position-fix .orb-caption {
  padding-right: 80px;
  padding-bottom: 40px;
  border-bottom: solid 1px #fff;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1200px) {
  .orb-home-3 .orb-content .rb-object-frame .orb-caption h2 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .orb-home-3 {
    padding-left: 0;
  }

  .orb-home-3 .orb-content .orb-position-fix .orb-obj-2 {
    margin-right: 80px;
  }
}

@media (max-width: 768px) {
  .orb-home-3 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #979795;
  }

  .orb-home-3 .orb-top-bar-frame {
    background-color: #979795;
  }

  .orb-home-3 .orb-top-bar-frame .orb-top-bar:before {
    /*right: 0;
		width: 37%;
		opacity: 0.15;
		background-color: #FFF;*/
  }

  .orb-home-3 .orb-content .rb-object-frame {
    position: relative;
    margin-bottom: 80px;
  }

  .orb-home-3 .orb-content .rb-object-frame .orb-obj-1 {
    margin-left: 25%;
    width: 75%;
    padding-bottom: 125%;
    height: auto;
  }

  .orb-home-3 .orb-content .rb-object-frame .orb-deco {
    bottom: 20px;
  }

  .orb-home-3 .orb-content .rb-object-frame .orb-caption {
    padding-left: 0;
    width: 100%;
    padding-right: 45%;
    top: 20%;
    bottom: auto;
    right: auto;
    left: 0;
  }

  .orb-home-3 .orb-content .rb-object-frame .orb-caption br {
    display: none;
  }

  .orb-home-3 .orb-content .rb-object-frame .orb-caption h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
  }

  .orb-home-3 .orb-content .rb-object-frame .orb-caption .orb-button {
    right: 0;
    margin-left: 30%;
    position: absolute;
    bottom: -100%;
  }

  .orb-home-3 .orb-content .orb-position-fix {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .orb-home-3 .orb-content .orb-position-fix .orb-obj-2 {
    width: 40%;
    padding-bottom: 63%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .orb-home-3 .orb-content .orb-position-fix .orb-caption {
    width: calc(60% - 40px);
    padding-right: 0;
    padding-bottom: 40px;
    font-size: 14px;
  }
}

/* Home 4
==================================== */

.orb-home-4 {
  background-color: #d4412b;
  padding-top: 120px;
}

.orb-home-4 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-home-4 .orb-top-bar-frame {
  background-color: #d4412b;
}

.orb-home-4 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;*/
}

.orb-home-4 .orb-content .orb-position-fix {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-home-4 .orb-content .orb-position-fix .orb-obj-1 {
  width: 100%;
  z-index: 1;
  padding-bottom: 120%;
}

.orb-home-4 .orb-content .orb-position-fix:before {
  content: "";
  width: 180px;
  height: 188px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -100px;
  background-color: #d4412b;
}

.orb-home-4 .orb-content .orb-object-frame {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-home-4 .orb-content .orb-object-frame .orb-obj-2 {
  width: 100%;
  z-index: 1;
  padding-bottom: 120%;
}

.orb-home-4 .orb-content .orb-object-frame .orb-obj-3 {
  width: 50%;
  padding-bottom: 60%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -100px;
}

.orb-home-4 .orb-content .orb-object-frame:before {
  content: "";
  width: 220px;
  height: 280px;
  position: absolute;
  z-index: 1;
  bottom: 80px;
  left: -50px;
  background-color: #979795;
}

.orb-home-4 .orb-content .orb-main-title {
  padding: 80px 0;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orb-home-4 .orb-content .orb-main-title .orb-suptitle {
  font-size: 18px;
}

.orb-home-4 .orb-content .orb-main-title .orb-suptitle .orb-number {
  display: block;
  font-size: 42px;
  font-style: italic;
  color: #d4412b;
  margin-bottom: 10px;
}

.orb-home-4 .orb-content .orb-main-title h1 {
  font-size: 64px;
  text-transform: uppercase;
}

.orb-home-4 .orb-content .orb-main-title .orb-button-frame {
  text-align: center;
}

.orb-home-4 .orb-content .orb-main-title .orb-button-frame .orb-sm-button {
  cursor: pointer;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: solid 1px #00586d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orb-home-4 .orb-content .orb-main-title .orb-button-frame .orb-btn-label {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .orb-home-4 .orb-content .orb-main-title h1 {
    font-size: 52px;
  }
}

@media (max-width: 992px) {
  .orb-home-4 .orb-content .orb-main-title h1 {
    font-size: 42px;
  }
}

@media (max-width: 810px) {
  .orb-home-4 .orb-content .orb-main-title h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .orb-home-4 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .orb-home-4 .orb-content .orb-position-fix {
    height: auto;
  }

  .orb-home-4 .orb-content .orb-position-fix .orb-obj-1 {
    width: 100%;
    padding-bottom: 43%;
    width: 60%;
  }

  .orb-home-4 .orb-content .orb-position-fix .orb-obj-1 img {
    -o-object-position: center;
    object-position: center;
  }

  .orb-home-4 .orb-content .orb-position-fix:before {
    content: "";
    width: 50%;
    top: 20px;
    right: 0;
    height: 60px;
  }

  .orb-home-4 .orb-content .orb-object-frame {
    height: auto;
    padding-bottom: 40px;
  }

  .orb-home-4 .orb-content .orb-object-frame .orb-obj-2 {
    width: 60%;
    margin-left: 40%;
    z-index: 1;
    padding-bottom: 55%;
  }

  .orb-home-4 .orb-content .orb-object-frame .orb-obj-2 img {
    -o-object-position: center;
    object-position: center;
  }

  .orb-home-4 .orb-content .orb-object-frame .orb-obj-3 {
    width: 50%;
    padding-bottom: 35%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
  }

  .orb-home-4 .orb-content .orb-object-frame:before {
    width: 25%;
    height: 80%;
    bottom: 0;
    left: 32%;
  }

  .orb-home-4 .orb-content .orb-main-title {
    height: auto;
    padding: 40px 0;
  }

  .orb-home-4 .orb-content .orb-main-title .orb-suptitle {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .orb-home-4 .orb-content .orb-main-title .orb-suptitle .orb-number {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .orb-home-4 .orb-content .orb-main-title h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .orb-home-4 .orb-content .orb-main-title .orb-button-frame .orb-sm-button {
    width: 60px;
    height: 60px;
  }

  .orb-home-4 .orb-content .orb-main-title .orb-button-frame .orb-btn-label {
    font-size: 14px;
  }
}

/* Home 5
==================================== */

.orb-home-5 {
  background-color: #979795;
}

.orb-home-5 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-home-5 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-home-5 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;
	background-color: #FFF;*/
}

.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #fff;
}

.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #fff;
}

.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-home-5 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-home-5 .orb-content .rb-object-frame .orb-obj-1 {
  width: 100%;
  padding-bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
}

.orb-home-5 .orb-content .orb-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 200px 80px 80px;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orb-home-5 .orb-content .orb-caption .orb-main-title {
  width: 45%;
  margin-bottom: 15vh;
}

.orb-home-5 .orb-content .orb-caption .orb-main-title .orb-suptitle {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  color: #fff;
}

.orb-home-5 .orb-content .orb-caption .orb-main-title .h1,
.orb-home-5 .orb-content .orb-caption .orb-main-title h1 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}

.orb-home-5 .orb-content .orb-caption .orb-button-frame {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15vh;
  position: relative;
}

.orb-home-5 .orb-content .orb-caption .orb-button-frame:after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #d4412b;
  position: absolute;
  top: 0;
  right: -80px;
}

.orb-home-5 .orb-content .orb-caption .orb-button-frame .orb-line {
  height: 1px;
  background-color: #fff;
  width: calc(100% - 220px);
}

.orb-home-5 .orb-content .orb-caption .orb-description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.orb-home-5 .orb-content .orb-caption .orb-description p {
  padding-left: 80px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.orb-home-5 .orb-content .orb-caption .orb-description .orb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.orb-home-5 .orb-content .orb-caption .orb-description .orb-link img {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .orb-home-5 {
    padding-bottom: 0;
  }

  .orb-home-5 .orb-top-bar:before {
    /*left: auto !important;
		right: 0 !important;
		width: 60% !important;*/
  }

  .orb-home-5 .orb-content .rb-object-frame .orb-obj-1 {
    width: 100%;
    padding-bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
  }

  .orb-home-5 .orb-content .orb-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 100px 20px 20px;
  }

  .orb-home-5 .orb-content .orb-caption .orb-main-title {
    width: 100%;
    margin-bottom: 40px;
  }

  .orb-home-5 .orb-content .orb-caption .orb-main-title .h1,
  .orb-home-5 .orb-content .orb-caption .orb-main-title h1 {
    font-size: 36px;
  }

  .orb-home-5 .orb-content .orb-caption .orb-button-frame {
    width: 100%;
    margin-bottom: 40px;
  }

  .orb-home-5 .orb-content .orb-caption .orb-button-frame:after {
    display: none;
  }

  .orb-home-5 .orb-content .orb-caption .orb-button-frame .orb-line {
    height: 1px;
    background-color: #fff;
    width: calc(100% - 165px);
  }

  .orb-home-5 .orb-content .orb-caption .orb-description {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .orb-home-5 .orb-content .orb-caption .orb-description p {
    padding-left: 50%;
    width: 100%;
    color: #fff;
    margin-bottom: 80px;
  }

  .orb-home-5 .orb-content .orb-caption .orb-description .orb-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
  }

  .orb-home-5 .orb-content .orb-caption .orb-description .orb-link img {
    margin-right: 15px;
  }

  .orb-home-5 .orb-content .orb-caption .orb-description .orb-link:after {
    content: "";
    width: 50%;
    height: 60px;
    background-color: #d4412b;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}

/* Portfolio 1
==================================== */

.orb-portfolio-1 {
  background-color: #d4412b;
  padding-top: 120px;
  padding-bottom: 80px;
}

.orb-portfolio-1 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-portfolio-1 .orb-top-bar-frame {
  background-color: #d4412b;
}

.orb-portfolio-1 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;*/
}

.orb-portfolio-1 .swiper-slide .orb-content {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame {
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-obj-1 {
  z-index: 1;
  padding-bottom: 0;
  height: calc(100vh - 200px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-slide-caption {
  position: absolute;
  z-index: 1;
  top: 100%;
  font-size: 18px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-slide-caption:before {
  content: "";
  width: 110px;
  height: 300px;
  background-color: #d4412b;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-slide-caption h2 {
  display: block;
  padding: 20px;
  white-space: nowrap;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-1 .swiper-slide.swiper-slide-prev .orb-content {
  margin-top: 40px;
}

.orb-portfolio-1 .swiper-slide.swiper-slide-next .orb-content {
  margin-top: -40px;
}

.orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content {
  padding: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content .orb-object-frame .orb-obj-1 {
  height: calc(100vh - 200px);
  padding-bottom: 0;
}

.orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content .orb-object-frame .orb-slide-caption {
  margin-top: 40px;
  position: absolute;
  z-index: 1;
  top: calc(100% - 130px);
  font-style: normal;
  font-weight: normal;
}

.orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content .orb-object-frame .orb-slide-caption:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: -40px;
}

.orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content .orb-object-frame .orb-slide-caption h2 {
  padding: 20px;
  background-color: #d4412b;
}

.orb-portfolio-1 .orb-nav-frame {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav {
  position: absolute;
  background-color: red;
  height: 0px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-nav-label {
  display: none;
  font-size: 14px;
  font-style: italic;
  width: 100px;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-next,
.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  height: 60px;
  width: 60px;
  border: solid 1px #00586d;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-next:first-child,
.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev:first-child {
  margin-left: 0;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-next img,
.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-next.swiper-button-disabled,
.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev.swiper-button-disabled {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  cursor: not-allowed;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-next:hover,
.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev:hover {
  background-color: #d4412b;
}

.orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .orb-portfolio-1 .orb-nav-frame .orb-nav {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .orb-portfolio-1 {
    padding: 80px 20px 20px;
  }

  .orb-portfolio-1 .swiper-slide .orb-content {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }

  .orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-obj-1 {
    height: auto;
    padding-bottom: 155%;
  }

  .orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-slide-caption {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
    font-size: 18px;
  }

  .orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-slide-caption:before {
    top: -95px;
    left: 0;
  }

  .orb-portfolio-1 .swiper-slide .orb-content .orb-object-frame .orb-slide-caption h2 {
    padding: 20px;
  }

  .orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content .orb-object-frame .orb-obj-1 {
    height: auto;
    padding-bottom: 155%;
  }

  .orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content .orb-object-frame .orb-slide-caption {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
    font-size: 18px;
  }

  .orb-portfolio-1 .swiper-slide.swiper-slide-active .orb-content .orb-object-frame .orb-slide-caption:before {
    height: 265px;
    width: 80px;
    top: -95px;
    left: -20px;
  }

  .orb-portfolio-1 .swiper-slide.swiper-slide-prev .orb-content {
    margin-top: 0;
  }

  .orb-portfolio-1 .swiper-slide.swiper-slide-next .orb-content {
    margin-top: 0;
  }

  .orb-portfolio-1 .orb-nav-frame {
    margin-top: 40px;
    position: relative;
  }

  .orb-portfolio-1 .orb-nav-frame .orb-nav {
    padding-left: 100px;
    width: 100%;
  }

  .orb-portfolio-1 .orb-nav-frame .orb-nav .orb-nav-label {
    display: block;
  }

  .orb-portfolio-1 .orb-nav-frame .orb-nav .orb-next,
  .orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .orb-portfolio-1 .orb-nav-frame .orb-nav .orb-next.swiper-button-disabled,
  .orb-portfolio-1 .orb-nav-frame .orb-nav .orb-prev.swiper-button-disabled {
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Portfolio 2
==================================== */

.orb-portfolio-2 {
  padding-left: 80px;
  background-color: #979795;
}

.orb-portfolio-2 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-portfolio-2 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;*/
}

.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #fff;
}

.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #fff;
}

.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-portfolio-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-portfolio-2 .orb-content .rb-object-frame {
  position: relative;
}

.orb-portfolio-2 .orb-content .rb-object-frame .orb-obj-1 {
  padding-bottom: 0;
  height: 100vh;
}

.orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption {
  position: absolute;
  top: 25%;
  left: -19%;
  z-index: 1;
  color: #fff;
  padding: 20px;
}

.orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption h2 {
  font-size: 68px;
  margin-bottom: 20px;
}

.orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption .orb-suptitle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
}

.orb-portfolio-2 .orb-content .orb-position-fix {
  position: absolute;
  bottom: 80px;
}

.orb-portfolio-2 .orb-content .orb-position-fix .orb-title-2 {
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
}

.orb-portfolio-2 .orb-content .orb-position-fix .orb-obj-2 {
  padding-bottom: 0;
  height: 220px;
  width: 180px;
}

.orb-portfolio-2 .orb-description {
  padding-left: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  bottom: 80px;
  left: 0;
  width: 100%;
}

.orb-portfolio-2 .orb-description span {
  width: calc(100% - 350px);
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.orb-portfolio-2 .orb-description .orb-nav {
  padding: 60px;
  background-color: #d4412b;
  position: absolute;
  bottom: -80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-nav-label {
  font-size: 14px;
  font-style: italic;
  color: #fff;
  width: 100px;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-next,
.orb-portfolio-2 .orb-description .orb-nav .orb-prev {
  height: 40px;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-next:first-child,
.orb-portfolio-2 .orb-description .orb-nav .orb-prev:first-child {
  margin-left: 0;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-next img,
.orb-portfolio-2 .orb-description .orb-nav .orb-prev img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-next.swiper-button-disabled,
.orb-portfolio-2 .orb-description .orb-nav .orb-prev.swiper-button-disabled {
  cursor: not-allowed;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-next.swiper-button-disabled img,
.orb-portfolio-2 .orb-description .orb-nav .orb-prev.swiper-button-disabled img {
  opacity: 0.2;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-prev {
  border-right: solid 1px #fff;
  margin-right: 10px;
  padding-right: 20px;
}

.orb-portfolio-2 .orb-description .orb-nav .orb-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .orb-portfolio-2 .orb-content .rb-object-frame {
    position: static;
  }

  .orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption {
    left: 0;
    top: 160px;
    padding-left: 0;
  }

  .orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption h2 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .orb-portfolio-2 {
    padding: 80px 20px 20px;
  }

  .orb-portfolio-2 .orb-top-bar-frame {
    background-color: #979795;
  }

  .orb-portfolio-2 .orb-content .rb-object-frame {
    position: relative;
    margin-bottom: 40px;
  }

  .orb-portfolio-2 .orb-content .rb-object-frame .orb-obj-1 {
    padding-bottom: 135%;
    height: auto;
    margin-bottom: 0;
  }

  .orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption {
    background-color: #979795;
    width: 50%;
    top: auto;
    bottom: 20px;
    left: -1px;
    padding-left: 20px;
  }

  .orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .orb-portfolio-2 .orb-content .rb-object-frame .orb-slide-caption .orb-suptitle {
    font-size: 11px;
  }

  .orb-portfolio-2 .orb-content .orb-position-fix {
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .orb-portfolio-2 .orb-content .orb-position-fix .orb-title-2 {
    width: 50%;
    padding-left: 20px;
  }

  .orb-portfolio-2 .orb-content .orb-position-fix .orb-obj-2 {
    padding-bottom: 66%;
    height: auto;
    width: 50%;
  }

  .orb-portfolio-2 .orb-description {
    padding: 0;
    bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .orb-portfolio-2 .orb-description span {
    display: none;
  }

  .orb-portfolio-2 .orb-description .orb-nav {
    width: calc(50% - 20px);
    padding: 20px 10px 20px 20px;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .orb-portfolio-2 .orb-description .orb-nav .orb-nav-label {
    display: none;
  }

  .orb-portfolio-2 .orb-description .orb-nav .orb-next:first-child,
  .orb-portfolio-2 .orb-description .orb-nav .orb-prev:first-child {
    margin-left: 0;
  }

  .orb-portfolio-2 .orb-description .orb-nav .orb-next img,
  .orb-portfolio-2 .orb-description .orb-nav .orb-prev img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .orb-portfolio-2 .orb-description .orb-nav .orb-next.swiper-button-disabled,
  .orb-portfolio-2 .orb-description .orb-nav .orb-prev.swiper-button-disabled {
    cursor: not-allowed;
  }

  .orb-portfolio-2 .orb-description .orb-nav .orb-next.swiper-button-disabled img,
  .orb-portfolio-2 .orb-description .orb-nav .orb-prev.swiper-button-disabled img {
    opacity: 0.2;
  }

  .orb-portfolio-2 .orb-description .orb-nav .orb-prev {
    border-right: solid 1px #fff;
    margin-right: 10px;
    padding-right: 20px;
  }

  .orb-portfolio-2 .orb-description .orb-nav .orb-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* Portfolio 3
==================================== */

.orb-portfolio-3 {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-top: 120px;
  background-color: #eaf0ee;
}

.orb-portfolio-3 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-portfolio-3 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-portfolio-3 .orb-top-bar-frame {
  background-color: #eaf0ee;
}

.orb-portfolio-3 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;*/
}

.orb-portfolio-3 .orb-content .orb-position-fix {
  height: calc(var(--vh, 1vh) * 100 - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.orb-portfolio-3 .orb-content .orb-position-fix .orb-slide-caption {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 60px;
}

.orb-portfolio-3 .orb-content .orb-position-fix .orb-slide-caption span {
  display: block;
  padding-right: 100px;
}

.orb-portfolio-3 .orb-content .orb-position-fix .orb-slide-caption:before {
  content: "";
  width: 160px;
  height: 210px;
  position: absolute;
  top: 0;
  right: -80px;
  background-color: #979795;
}

.orb-portfolio-3 .orb-content .orb-position-fix .orb-obj-1 {
  margin-right: 40px;
  padding-bottom: 120%;
}

.orb-portfolio-3 .orb-content .orb-obj-2 {
  height: calc(100% - 160px);
  padding-bottom: 0;
}

.orb-portfolio-3 .orb-content .orb-obj-3 {
  padding-bottom: 120%;
  margin-top: 80px;
  margin-left: 40px;
}

.orb-portfolio-3 .orb-description {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-left: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-portfolio-3 .orb-description .orb-text {
  width: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-portfolio-3 .orb-description .orb-text a {
  line-height: 6px;
  font-size: 14px;
  font-style: italic;
  color: #00586d;
  text-decoration: none;
  width: 100px;
}

.orb-portfolio-3 .orb-description .orb-text span {
  width: calc(100% - 100px);
  height: 1px;
  background-color: #00586d;
  z-index: 1;
}

.orb-portfolio-3 .orb-description .orb-nav-frame {
  width: 170px;
  position: relative;
}

.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav {
  position: absolute;
  top: -30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-next,
.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-prev {
  height: 60px;
  width: 60px;
  border: solid 1px #00586d;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-next:first-child,
.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-prev:first-child {
  margin-left: 0;
}

.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-next img,
.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-prev img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-next.swiper-button-disabled,
.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav .orb-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .orb-portfolio-3 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .orb-portfolio-3 .orb-top-bar:before {
    /*left: 0 !important;
		width: 60% !important;*/
  }

  .orb-portfolio-3 .orb-content .orb-position-fix {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .orb-portfolio-3 .orb-content .orb-position-fix .orb-slide-caption {
    width: 50%;
    margin-bottom: 0;
    padding: 40px 20px;
  }

  .orb-portfolio-3 .orb-content .orb-position-fix .orb-slide-caption span {
    padding: 0;
  }

  .orb-portfolio-3 .orb-content .orb-position-fix .orb-slide-caption:before {
    top: 100%;
    right: -20px;
    width: 237px;
    height: 141px;
  }

  .orb-portfolio-3 .orb-content .orb-position-fix .orb-obj-1 {
    width: 50%;
    margin: 0;
    padding-bottom: 55%;
    margin-bottom: 20px;
  }

  .orb-portfolio-3 .orb-content .orb-obj-2 {
    height: auto;
    padding-bottom: 90%;
    margin-bottom: 20px;
  }

  .orb-portfolio-3 .orb-content .orb-obj-3 {
    float: right;
    padding-bottom: 55%;
    width: 50%;
    margin-top: 0;
    margin-left: 0;
  }

  .orb-portfolio-3 .orb-description {
    padding: 0;
    bottom: 0;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orb-portfolio-3 .orb-description .orb-text {
    width: 100%;
  }

  .orb-portfolio-3 .orb-description .orb-text a {
    width: 100%;
    margin-bottom: 100px;
  }

  .orb-portfolio-3 .orb-description .orb-text span {
    display: none;
  }

  .orb-portfolio-3 .orb-description .orb-nav-frame {
    width: 100%;
    position: relative;
  }

  .orb-portfolio-3 .orb-description .orb-nav-frame .orb-nav {
    top: 0;
    position: relative;
  }
}

/* Portfolio 4
==================================== */

.orb-portfolio-4 {
  padding-top: 120px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  background-color: #979795;
}

.orb-portfolio-4 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-portfolio-4 .orb-top-bar-frame {
  background-color: #979795;
}

.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 80px;
	width: 22%;
	opacity: 0.15;
	background-color: #FFF;*/
}

.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #fff;
}

.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #fff;
}

.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-portfolio-4 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-portfolio-4 .orb-content .rb-object-frame {
  position: relative;
}

.orb-portfolio-4 .orb-content .rb-object-frame .orb-obj-1 {
  height: 100%;
  height: calc(100vh - 290px);
  padding-bottom: 0;
  margin-right: 160px;
}

.orb-portfolio-4 .orb-content .rb-object-frame .orb-slide-caption {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  font-size: 36px;
  bottom: 80px;
  right: 90px;
  background-color: #979795;
  padding: 20px;
}

.orb-portfolio-4 .orb-content .orb-position-fix {
  height: calc(var(--vh, 1vh) * 100 - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.orb-portfolio-4 .orb-content .orb-position-fix .orb-obj-2 {
  padding-bottom: 127%;
}

.orb-portfolio-4 .orb-description {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-portfolio-4 .orb-description:before {
  content: "";
  width: 160px;
  height: 230px;
  background-color: #d4412b;
  position: absolute;
  left: -80px;
  bottom: -80px;
}

.orb-portfolio-4 .orb-description .orb-pagination {
  line-height: 6px;
  width: 30%;
  padding-left: 120px;
  color: #fff;
  font-size: 30px;
}

.orb-portfolio-4 .orb-description .orb-text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-portfolio-4 .orb-description .orb-text a {
  line-height: 6px;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  text-decoration: none;
  width: 100px;
}

.orb-portfolio-4 .orb-description .orb-text span {
  width: calc(100% - 100px);
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.orb-portfolio-4 .orb-next-btn {
  position: absolute;
  z-index: 2;
  top: 4vh;
  right: 1px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  width: 180px;
  height: 180px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 0 50px;
  background-color: #979795;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-4 .orb-next-btn .orb-nav {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orb-portfolio-4 .orb-next-btn .orb-nav .orb-next,
.orb-portfolio-4 .orb-next-btn .orb-nav .orb-prev {
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-4 .orb-next-btn .orb-nav .orb-next img,
.orb-portfolio-4 .orb-next-btn .orb-nav .orb-prev img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-4 .orb-next-btn .orb-nav .orb-next.swiper-button-disabled,
.orb-portfolio-4 .orb-next-btn .orb-nav .orb-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.orb-portfolio-4 .orb-next-btn .orb-nav .orb-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.orb-portfolio-4 .orb-next-btn:hover {
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

@media (max-width: 1200px) {
  .orb-portfolio-4 .orb-content .rb-object-frame .orb-obj-1 {
    margin-right: 40px;
  }

  .orb-portfolio-4 .orb-content .rb-object-frame .orb-slide-caption {
    right: 40px;
    font-size: 20px;
    width: auto;
    bottom: 40px;
  }
}

@media (max-width: 768px) {
  .orb-portfolio-4 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .orb-portfolio-4 .orb-top-bar-frame .orb-top-bar:before {
    /*width: 100%;
		right: 0;*/
  }

  .orb-portfolio-4 .orb-content .rb-object-frame {
    margin-bottom: 20px;
  }

  .orb-portfolio-4 .orb-content .rb-object-frame .orb-obj-1 {
    padding-bottom: 136%;
    height: auto;
    margin-right: 0;
  }

  .orb-portfolio-4 .orb-content .rb-object-frame .orb-slide-caption {
    bottom: 20px;
    width: 50%;
  }

  .orb-portfolio-4 .orb-content .rb-object-frame:before {
    content: "";
    width: 60px;
    height: 160px;
    background-color: #d4412b;
    position: absolute;
    z-index: 1;
    left: -20px;
    bottom: -80px;
  }

  .orb-portfolio-4 .orb-content .orb-position-fix {
    height: auto;
  }

  .orb-portfolio-4 .orb-content .orb-position-fix .orb-obj-2 {
    margin-left: 50%;
    padding-bottom: 70%;
    height: auto;
  }

  .orb-portfolio-4 .orb-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    bottom: 0;
  }

  .orb-portfolio-4 .orb-description:before {
    display: none;
  }

  .orb-portfolio-4 .orb-description .orb-pagination {
    line-height: normal;
    padding: 0;
    font-size: 22px;
    padding-top: 20px;
  }

  .orb-portfolio-4 .orb-description .orb-text {
    width: 100%;
  }

  .orb-portfolio-4 .orb-description .orb-text a {
    width: 40%;
    line-height: normal;
  }

  .orb-portfolio-4 .orb-description .orb-text span {
    width: 85%;
    height: 1px;
    background-color: #fff;
    z-index: 1;
  }

  .orb-portfolio-4 .orb-next-btn {
    padding: 0 30px;
    width: 145px;
    height: 145px;
    top: auto;
    bottom: 90px;
    left: 0;
  }
}

/* Portfolio 5
==================================== */

.orb-portfolio-5 {
  padding-top: 120px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  background-color: #d4412b;
}

.orb-portfolio-5 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-portfolio-5 .orb-top-bar-frame {
  background-color: #d4412b;
}

.orb-portfolio-5 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;*/
}

.orb-portfolio-5 .orb-content .orb-deco {
  content: "";
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0;
  width: 60%;
  height: 30px;
  background-color: #d4412b;
}

.orb-portfolio-5 .orb-content .orb-obj-1 {
  z-index: 1;
  padding-bottom: 120%;
  margin-right: 15%;
}

.orb-portfolio-5 .orb-content .orb-obj-2 {
  margin-top: 20%;
  padding-bottom: 80%;
  margin-right: 20%;
  z-index: 3;
}

.orb-portfolio-5 .orb-content .orb-obj-3 {
  z-index: 1;
  height: calc(var(--vh, 1vh) * 100 - 200px);
  margin-right: 15%;
  padding-bottom: 0;
}

.orb-portfolio-5 .orb-description {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.orb-portfolio-5 .orb-description .orb-pagination {
  border-bottom: solid 1px #00586d;
  margin-right: 65%;
  padding-bottom: 50px;
  font-size: 18px;
  font-style: italic;
}

.orb-portfolio-5 .orb-description .orb-pagination.swiper-pagination-fraction {
  width: auto;
}

.orb-portfolio-5 .orb-description .orb-pagination.swiper-pagination-fraction .swiper-pagination-total {
  font-size: 14px;
}

.orb-portfolio-5 .orb-description .orb-text {
  margin-left: 40%;
}

.orb-portfolio-5 .orb-description .orb-text h1 {
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}

.orb-portfolio-5 .orb-description .orb-text .orb-suptitle {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.orb-portfolio-5 .orb-next-btn {
  position: absolute;
  z-index: 2;
  bottom: 30%;
  right: 1px;
  border: 1px solid #00586d;
  width: 180px;
  height: 140px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 20px;
  background-color: #d4412b;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-5 .orb-next-btn .orb-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}

.orb-portfolio-5 .orb-next-btn .orb-nav .orb-next,
.orb-portfolio-5 .orb-next-btn .orb-nav .orb-prev {
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-5 .orb-next-btn .orb-nav .orb-next img,
.orb-portfolio-5 .orb-next-btn .orb-nav .orb-prev img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-portfolio-5 .orb-next-btn .orb-nav .orb-next.swiper-button-disabled,
.orb-portfolio-5 .orb-next-btn .orb-nav .orb-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.orb-portfolio-5 .orb-next-btn .orb-nav .orb-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.orb-portfolio-5 .orb-next-btn:hover {
  -webkit-box-shadow: 0 0 0 1px #00586d;
  box-shadow: 0 0 0 1px #00586d;
}

@media (max-width: 768px) {
  .orb-portfolio-5 {
    padding: 80px 20px 20px;
  }

  .orb-portfolio-5 .orb-top-bar:before {
    /*left: 0 !important;
		width: 60% !important;*/
  }

  .orb-portfolio-5 .orb-content .orb-deco {
    content: "";
    top: 12%;
    width: 100%;
  }

  .orb-portfolio-5 .orb-content .orb-obj-1 {
    padding-bottom: 140%;
    margin-right: 0;
  }

  .orb-portfolio-5 .orb-content .orb-obj-2 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 90%;
    margin-bottom: 20px;
  }

  .orb-portfolio-5 .orb-content .orb-obj-3 {
    height: auto;
    margin-right: 60px;
    padding-bottom: 106%;
  }

  .orb-portfolio-5 .orb-description {
    position: relative;
    padding-top: 20px;
    background-color: #d4412b;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .orb-portfolio-5 .orb-description .orb-pagination {
    padding: 0;
    padding-top: 60px;
    border: none;
    border-top: solid 1px #00586d;
    margin: 0;
    width: 30%;
    text-align: right;
  }

  .orb-portfolio-5 .orb-description .orb-pagination.swiper-pagination-fraction {
    width: 30%;
  }

  .orb-portfolio-5 .orb-description .orb-text {
    margin: 0;
    width: 70%;
  }

  .orb-portfolio-5 .orb-next-btn {
    width: 130px;
    height: 120px;
    top: auto;
    bottom: 180px;
  }
}

/* Menu 1
==================================== */

.orb-big-menu-1 {
  padding-right: 0;
  background-color: #d4412b;
}

.orb-big-menu-1 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-big-menu-1 .rb-object-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: calc(var(--vh, 1vh) * 100);
}

.orb-big-menu-1 .rb-object-frame .orb-obj-1 {
  width: 72%;
  height: 100%;
}

.orb-big-menu-1 .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-big-menu-1 .rb-object-frame .orb-position-fix {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: calc(72% + 80px);
}

.orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-obj-2 {
  width: 27%;
  padding-bottom: 35%;
  height: auto;
}

.orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-obj-2:after {
  z-index: 2;
}

.orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-obj-2 img {
  z-index: 3;
}

.orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-deco {
  width: 27%;
  padding-bottom: 35%;
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: 40px;
  background-color: #d4412b;
}

.orb-big-menu-1 .rb-object-frame .orb-descr {
  width: 40%;
  position: absolute;
  z-index: 2;
  top: 200px;
  left: 0;
}

.orb-big-menu-1 .rb-object-frame .orb-descr .orb-descr-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 40px;
}

.orb-big-menu-1 .rb-object-frame .orb-descr .orb-descr-title .orb-line {
  height: 1px;
  width: calc(100% - 60px);
  background-color: #00586d;
}

.orb-big-menu-1 .rb-object-frame .orb-descr p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 160px;
  margin-bottom: 40px;
}

.orb-big-menu-1 .rb-object-frame .orb-descr a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .orb-big-menu-1 .rb-object-frame .orb-descr {
    display: none;
  }
}

@media (max-width: 992px) {
  .orb-big-menu-1 .rb-object-frame {
    width: 100%;
  }

  .orb-big-menu-1 .rb-object-frame .orb-obj-1 {
    width: 100%;
  }

  .orb-big-menu-1 .rb-object-frame .orb-position-fix {
    bottom: 0;
    width: 100%;
  }

  .orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-obj-2 {
    display: none;
  }

  .orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-deco {
    width: 80px;
    bottom: 0;
    left: -40px;
  }

  .orb-big-menu-1 .rb-object-frame .orb-descr {
    display: none;
  }
}

@media (max-width: 768px) {
  .orb-big-menu-1 {
    height: calc(var(--vh, 1vh) * 100);
  }

  .orb-big-menu-1 .rb-object-frame {
    display: none;
  }
}

/* Menu 2
==================================== */

.orb-big-menu-2 {
  background-color: #d4412b;
}

.orb-big-menu-2 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-big-menu-2 .rb-object-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: calc(var(--vh, 1vh) * 100);
}

.orb-big-menu-2 .rb-object-frame .orb-obj-1 {
  width: 100%;
  height: 100%;
}

.orb-big-menu-2 .orb-menu-text-frame {
  position: relative;
  padding: 120px 80px 80px;
  height: calc(var(--vh, 1vh) * 100);
}

.orb-big-menu-2 .orb-menu-text-frame .orb-menu-text {
  position: relative;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-big-menu-2 .orb-menu-text-frame .orb-menu-text:before {
  content: "";
  background-color: #d4412b;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -80px;
}

.orb-big-menu-2 .orb-menu-text-frame .orb-menu-text p {
  position: relative;
  font-size: 22px;
  line-height: 28px;
}

.orb-big-menu-2 .orb-menu-text-frame .orb-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 80px;
  left: 80px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #00586d;
}

.orb-big-menu-2 .orb-menu-text-frame .orb-instagram img {
  width: 20px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .orb-big-menu-2 .orb-menu-text-frame {
    display: none;
  }
}

@media (max-width: 992px) {
  .orb-big-menu-1 .rb-object-frame {
    width: 100%;
    display: none;
  }

  .orb-big-menu-1 .rb-object-frame .orb-obj-1 {
    width: 100%;
  }

  .orb-big-menu-1 .rb-object-frame .orb-position-fix {
    bottom: 0;
    width: 100%;
  }

  .orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-obj-2 {
    display: none;
  }

  .orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-deco {
    width: 80px;
    bottom: 0;
    left: -40px;
  }

  .orb-big-menu-1 .rb-object-frame .orb-descr {
    display: none;
  }
}

@media (max-width: 768px) {
  .orb-big-menu-1 {
    height: calc(var(--vh, 1vh) * 100);
  }

  .orb-big-menu-1 .rb-object-frame {
    display: none;
  }
}

/* Contact 1
==================================== */

.orb-contact-1 {
  padding-top: 0;
  padding-left: 0;
  background-color: #fff;
}

.orb-contact-1 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-contact-1 .orb-top-bar-frame {
  background-color: #fff;
}

.orb-contact-1 .orb-top-bar-frame .orb-photo-frame .orb-top-bar:before {
  /*right: 0;
	width: 40%;
	opacity: 0.15;*/
}

.orb-contact-1 .orb-content .rb-object-frame {
  position: relative;
  background-color: #f3f7f8;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 120px;
  background-image: url(../img/fundo-canto-contacto.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.orb-contact-1 .orb-content .rb-object-frame .orb-obj-1 {
  width: calc(100% + 40px);
  padding-bottom: 80%;
  height: auto;
}

.orb-contact-1 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-contact-1 .orb-content .rb-object-frame .orb-page-title {
  position: absolute;
  bottom: 80px;
  left: 80px;
  font-size: 48px;
}

.orb-contact-1 .orb-content .rb-object-frame .orb-deco {
  width: 70px;
  height: 200px;
  margin-left: auto;
  /*background-color: #D4412B;*/
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  background-image: url(../img/contactos-02.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}

.orb-contact-1 .orb-content .orb-form-frame {
  padding: 120px 80px 30px 120px;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-title {
  font-size: 36px;
  margin-bottom: 60px;
}

.orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
}

.orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn .orb-arrow {
  margin-left: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn:hover .orb-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 1200px) {
  .orb-contact-1 .orb-content .rb-object-frame .orb-page-title {
    font-size: 36px;
  }

  .orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-title br {
    display: none;
  }
}

@media (max-width: 992px) {
  .orb-contact-1 .orb-content .rb-object-frame .orb-page-title {
    font-size: 30px;
  }

  .orb-contact-1 .orb-content .rb-object-frame .orb-deco {
    top: 40%;
  }

  .orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-title {
    font-size: 28px;
  }

  .orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .orb-contact-1 {
    padding: 80px 20px 20px;
  }

  .orb-contact-1 .orb-top-bar-frame {
    background-color: #d4412b;
  }

  .orb-contact-1 .orb-content .rb-object-frame {
    position: relative;
    background-color: #d4412b;
    height: auto;
    padding: 0;
  }

  .orb-contact-1 .orb-content .rb-object-frame .orb-obj-1 {
    width: 75%;
    margin-right: 25%;
    padding-bottom: 100%;
    height: auto;
  }

  .orb-contact-1 .orb-content .rb-object-frame .orb-page-title {
    background-color: #d4412b;
    font-size: 24px;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 2;
    padding: 20px;
  }

  .orb-contact-1 .orb-content .rb-object-frame .orb-deco {
    left: -20px;
    top: auto;
    bottom: 0;
    right: auto;
    width: 58px;
  }

  .orb-contact-1 .orb-content .orb-form-frame {
    padding: 80px 0 0;
    height: auto;
    margin-bottom: 60px;
  }

  .orb-contact-1 .orb-content .orb-form-frame .orb-form-content .orb-form-title {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

/* Contact 2
==================================== */

.orb-contact-2 {
  padding-top: 0;
  padding-left: 0;
  background-color: #979795;
}

.orb-contact-2 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-contact-2 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-contact-2 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 0;
	width: 37%;
	opacity: 0.15;
	background-color: #FFF;*/
}

.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #fff;
}

.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #fff;
}

.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-contact-2 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-contact-2 .orb-content .rb-object-frame {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}

.orb-contact-2 .orb-content .rb-object-frame .orb-obj-1 {
  width: calc(100% + 120px);
  padding-bottom: 0;
  height: calc(var(--vh, 1vh) * 100);
}

.orb-contact-2 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: bottom;
  object-position: bottom;
}

.orb-contact-2 .orb-content .orb-form-frame {
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 170px;
  padding-top: 120px;
}

.orb-contact-2 .orb-content .orb-form-frame .orb-form-content {
  width: 100%;
  background-color: #d4412b;
  z-index: 2;
  padding: 60px;
}

.orb-contact-2 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orb-contact-2 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom p {
  text-align: right;
  font-size: 14px;
  font-style: italic;
  padding-right: 80px;
}

.orb-contact-2 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn {
  background-color: #d4412b;
  border: none;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.orb-contact-2 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn .orb-arrow {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-contact-2 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn:hover .orb-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.orb-contact-2 .orb-content .orb-position-fix {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orb-contact-2 .orb-content .orb-position-fix .orb-obj-2 {
  width: 50%;
  margin-left: 50%;
  padding-bottom: 70%;
  position: relative;
  z-index: 3;
}

.orb-contact-2 .orb-content .orb-position-fix h1 {
  margin-left: -80px;
  padding: 55px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  width: calc(100% + 80px);
  display: block;
  background-color: #d4412b;
  font-size: 32px;
  text-transform: uppercase;
}

.orb-contact-2 .orb-content .orb-instagram-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 80px;
  bottom: 80px;
  width: calc(50% - 80px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.orb-contact-2 .orb-content .orb-instagram-frame img {
  width: 20px;
}

.orb-contact-2 .orb-content .orb-instagram-frame .orb-line {
  margin-right: 40px;
  height: 1px;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .orb-contact-2 {
    padding-top: 80px;
    background-color: #979795;
  }

  .orb-contact-2 .orb-top-bar-frame {
    background-color: #979795;
  }

  .orb-contact-2 .orb-content .rb-object-frame {
    height: 10vh;
  }

  .orb-contact-2 .orb-content .rb-object-frame .orb-obj-1 {
    width: 100%;
    padding-bottom: 75%;
    height: auto;
  }

  .orb-contact-2 .orb-content .orb-form-frame {
    height: auto;
    padding: 0 20px;
  }

  .orb-contact-2 .orb-content .orb-form-frame .orb-form-content {
    padding: 40px 20px;
  }

  .orb-contact-2 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .orb-contact-2 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom p {
    padding-right: 0;
  }

  .orb-contact-2 .orb-content .orb-position-fix {
    padding: 20px;
    padding-bottom: 0;
    height: auto;
  }

  .orb-contact-2 .orb-content .orb-position-fix .orb-obj-2 {
    width: 35%;
    margin-left: 0;
    padding-bottom: 49%;
    position: relative;
    z-index: 3;
  }

  .orb-contact-2 .orb-content .orb-position-fix .orb-obj-2 img {
    -o-object-position: center;
    object-position: center;
  }

  .orb-contact-2 .orb-content .orb-position-fix h1 {
    padding: 20px;
    padding-top: 40px;
    font-size: 24px;
    width: 80%;
    text-align: right;
    position: absolute;
    bottom: 60px;
    top: 0;
    left: auto;
    right: 20px;
  }

  .orb-contact-2 .orb-content .orb-instagram-frame {
    padding: 0 20px;
    bottom: 20px;
    width: 100%;
    left: 0;
  }
}

/* Contact 3
==================================== */

.orb-contact-3 {
  padding: 120px 80px 0 0;
  background-color: #d4412b;
}

.orb-contact-3 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-contact-3 .orb-top-bar-frame {
  background-color: #d4412b;
}

.orb-contact-3 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 30%;
	opacity: 0.15;*/
}

.orb-contact-3 .orb-content .rb-object-frame {
  position: relative;
}

.orb-contact-3 .orb-content .rb-object-frame .orb-obj-1 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 120px);
}

.orb-contact-3 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-contact-3 .orb-content .rb-object-frame .orb-deco-1 {
  width: 80px;
  height: 230px;
  background-color: #d4412b;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -80px;
}

.orb-contact-3 .orb-content .rb-object-frame .orb-deco-2 {
  width: 80px;
  height: 90px;
  background-color: #d4412b;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -40px;
}

.orb-contact-3 .orb-content .rb-object-frame .orb-instagram {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  width: 100%;
  bottom: 80px;
  font-size: 14px;
  text-transform: uppercase;
}

.orb-contact-3 .orb-content .rb-object-frame .orb-instagram img {
  width: 20px;
  margin: 0 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-contact-3 .orb-content .rb-object-frame .orb-instagram:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.orb-contact-3 .orb-content .orb-form-frame {
  height: calc(var(--vh, 1vh) * 100 - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 80px;
  font-style: italic;
  font-weight: 100;
  font-size: 16px;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content {
  background-color: #979795;
  padding: 80px;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input {
  position: relative;
  margin-bottom: 45px;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input input,
.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input textarea {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input label {
  opacity: 0.5;
  color: #fff;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input input:focus ~ label,
.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input input:valid ~ label,
.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input textarea:focus ~ label,
.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-group-input textarea:valid ~ label {
  top: -15px;
  color: #fff;
  opacity: 1;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  opacity: 0.5;
  background-color: transparent;
  border: none;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn .orb-arrow {
  margin-left: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn:hover {
  opacity: 1;
}

.orb-contact-3 .orb-content .orb-form-frame .orb-form-content .orb-form-bottom .orb-submit-btn:hover .orb-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 768px) {
  .orb-contact-3 {
    padding: 80px 20px 20px;
    background-color: #d4412b;
  }

  .orb-contact-3 .orb-content .rb-object-frame {
    position: relative;
  }

  .orb-contact-3 .orb-content .rb-object-frame .orb-obj-1 {
    width: 100%;
    height: auto;
    padding-bottom: 48%;
  }

  .orb-contact-3 .orb-content .rb-object-frame .orb-obj-1 img {
    -o-object-position: top;
    object-position: top;
  }

  .orb-contact-3 .orb-content .rb-object-frame .orb-deco-1 {
    display: none;
  }

  .orb-contact-3 .orb-content .rb-object-frame .orb-instagram {
    bottom: 20px;
  }

  .orb-contact-3 .orb-content .orb-form-frame {
    height: auto;
  }

  .orb-contact-3 .orb-content .orb-form-frame .orb-form-title {
    padding: 20px 0;
    font-size: 14px;
  }

  .orb-contact-3 .orb-content .orb-form-frame .orb-form-content {
    padding: 40px 20px;
  }
}

/* Blog 1
==================================== */

.orb-blog-1 {
  padding: 120px 80px 0 0;
  background-color: #979795;
}

.orb-blog-1 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-blog-1 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-blog-1 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 0;
	background-color: #FFF;
	width: 37%;
	opacity: 0.15;*/
}

.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #fff;
}

.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #fff;
}

.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-blog-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-blog-1 .orb-content .rb-object-frame {
  position: relative;
}

.orb-blog-1 .orb-content .rb-object-frame .orb-obj-1 {
  z-index: 1;
  margin-top: 80px;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 200px);
}

.orb-blog-1 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-blog-1 .orb-content .rb-object-frame .orb-deco {
  width: 250px;
  height: 300px;
  background-color: #d4412b;
  position: absolute;
  top: -80px;
  right: -40px;
}

.orb-blog-1 .orb-content .orb-blog-frame {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  padding-top: 80px;
  padding-left: 120px;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-all-posts {
  position: absolute;
  bottom: 80px;
  right: 0;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-all-posts .orb-all-btn {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-all-posts .orb-all-btn .orb-arrow {
  margin-left: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-all-posts .orb-all-btn:hover .orb-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-blog-title {
  border-bottom: solid 1px #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-blog-title h1 {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-post-card {
  display: block;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-post-card .orb-date {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 20px;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-post-card h2 {
  font-size: 18px;
  color: #fff;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-post-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-blog-1 .orb-content .orb-blog-frame .orb-post-card:hover:after {
  width: 100%;
}

@media (max-width: 992px) {
  .orb-blog-1 .orb-content .orb-blog-frame .orb-blog-title h1 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .orb-blog-1 {
    padding: 80px 20px 20px;
  }

  .orb-blog-1 .orb-top-bar-frame {
    background-color: #979795;
  }

  .orb-blog-1 .orb-content .rb-object-frame {
    margin-bottom: 20px;
  }

  .orb-blog-1 .orb-content .rb-object-frame .orb-obj-1 {
    margin-top: 20px;
    padding-bottom: 65%;
    height: auto;
  }

  .orb-blog-1 .orb-content .rb-object-frame .orb-deco {
    height: 100%;
    top: -20px;
    right: 0;
  }

  .orb-blog-1 .orb-content .orb-blog-frame {
    height: auto;
    padding: 0 20px;
  }

  .orb-blog-1 .orb-content .orb-blog-frame .orb-all-posts {
    position: relative;
    bottom: 0;
  }

  .orb-blog-1 .orb-content .orb-blog-frame .orb-blog-title {
    padding-bottom: 20px;
  }

  .orb-blog-1 .orb-content .orb-blog-frame .orb-blog-title h1 {
    font-size: 38px;
  }
}

/* Blog 2
==================================== */

.orb-blog-2 {
  padding: 120px 80px 80px;
  background-color: #eaf0ee;
}

.orb-blog-2 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-blog-2 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-blog-2 .orb-top-bar-frame {
  background-color: #eaf0ee;
}

.orb-blog-2 .orb-top-bar-frame .orb-top-bar:before {
  /*left: 80px;
	width: 37%;
	opacity: 0.15;*/
}

.orb-blog-2 .orb-content .orb-text-frame {
  position: relative;
  padding: 80px 80px 0 0;
}

.orb-blog-2 .orb-content .orb-text-frame .orb-post-title {
  color: #00586d;
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-blog-2 .orb-content .orb-text-frame .orb-post-title h2 {
  font-size: 36px;
}

.orb-blog-2 .orb-content .orb-text-frame .orb-post-title:hover {
  color: #d4412b;
}

.orb-blog-2 .orb-content .orb-text-frame p {
  font-size: 18px;
  color: #979795;
  margin-bottom: 40px;
}

.orb-blog-2 .orb-content .orb-text-frame .orb-date {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.orb-blog-2 .orb-content .orb-object-frame {
  position: relative;
}

.orb-blog-2 .orb-content .orb-object-frame .orb-deco {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -40px;
  width: 80px;
  height: 160px;
  background-color: #d4412b;
}

.orb-blog-2 .orb-content .orb-object-frame .orb-obj-1 {
  height: calc(var(--vh, 1vh) * 100 - 120px);
  padding: 0;
}

.orb-blog-2 .orb-content .orb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-blog-2 .orb-content .orb-addition-post {
  display: block;
  margin-left: 50%;
  padding-top: 80px;
}

.orb-blog-2 .orb-content .orb-addition-post .orb-photo-link {
  margin-bottom: 20px;
}

.orb-blog-2 .orb-content .orb-addition-post .orb-photo-link .orb-obj-2 {
  padding-bottom: 130%;
}

.orb-blog-2 .orb-content .orb-addition-post .orb-post-title {
  display: block;
  color: #00586d;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 20px;
}

.orb-blog-2 .orb-content .orb-addition-post .orb-post-title h2 {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

.orb-blog-2 .orb-content .orb-addition-post .orb-post-title:hover {
  color: #d4412b;
}

.orb-blog-2 .orb-content .orb-addition-post .orb-date {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.orb-blog-2 .orb-description {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-blog-2 .orb-description .orb-text {
  width: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-blog-2 .orb-description .orb-text a {
  line-height: 6px;
  font-size: 14px;
  font-style: italic;
  color: #00586d;
  text-decoration: none;
  width: 150px;
}

.orb-blog-2 .orb-description .orb-text span {
  width: calc(100% - 150px);
  height: 1px;
  background-color: #00586d;
  z-index: 1;
}

.orb-blog-2 .orb-description .orb-nav-frame {
  width: 170px;
  position: relative;
}

.orb-blog-2 .orb-description .orb-nav-frame .orb-nav {
  position: absolute;
  top: -30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-next,
.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-prev {
  height: 60px;
  width: 60px;
  border: solid 1px #00586d;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-next:first-child,
.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-prev:first-child {
  margin-left: 0;
}

.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-next img,
.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-prev img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-next.swiper-button-disabled,
.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.orb-blog-2 .orb-description .orb-nav-frame .orb-nav .orb-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .orb-blog-2 .orb-content .orb-text-frame {
    padding-right: 40px;
  }

  .orb-blog-2 .orb-content .orb-text-frame .orb-post-title h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .orb-blog-2 {
    padding: 80px 20px 20px;
  }

  .orb-blog-2 .orb-content .orb-text-frame {
    padding: 40px 0;
    margin-bottom: 20px;
  }

  .orb-blog-2 .orb-content .orb-text-frame .orb-post-title h2 {
    font-size: 18px;
  }

  .orb-blog-2 .orb-content .orb-object-frame .orb-obj-1 {
    height: auto;
    padding-bottom: 100%;
  }

  .orb-blog-2 .orb-content .orb-addition-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .orb-blog-2 .orb-content .orb-addition-post .orb-photo-link {
    margin-bottom: 0;
    width: 200px;
  }

  .orb-blog-2 .orb-content .orb-addition-post .orb-photo-link .orb-obj-2 {
    margin: 0;
    padding-bottom: 120%;
  }

  .orb-blog-2 .orb-content .orb-addition-post .orb-post-text {
    padding-left: 20px;
  }

  .orb-blog-2 .orb-content .orb-addition-post .orb-post-text .orb-post-title {
    display: block;
    color: #00586d;
    text-decoration: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 20px;
  }

  .orb-blog-2 .orb-content .orb-addition-post .orb-post-text .orb-post-title h2 {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
  }

  .orb-blog-2 .orb-content .orb-addition-post .orb-post-text .orb-post-title:hover {
    color: #d4412b;
  }

  .orb-blog-2 .orb-content .orb-addition-post .orb-post-text .orb-date {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
  }

  .orb-blog-2 .orb-description {
    height: 60px;
    position: relative;
    bottom: 20px;
  }
}

/* Blog 3
==================================== */

.orb-blog-card {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
}

.orb-blog-card .orb-photo-frame {
  padding-bottom: 70%;
  margin-bottom: 20px;
}

.orb-blog-card .orb-photo-frame img {
  -o-object-position: center;
  object-position: center;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-blog-card .orb-post-text {
  color: #00586d;
}

.orb-blog-card .orb-post-text h2 {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-blog-card .orb-post-text p {
  color: #979795;
  margin-bottom: 20px;
}

.orb-blog-card .orb-post-text .orb-date {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.orb-blog-card:hover .orb-photo-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.orb-blog-card:hover .orb-post-text h2 {
  color: #d4412b;
}

.orb-banner {
  text-align: center;
  padding: 80px 0;
}

.orb-banner h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

.orb-banner svg {
  width: 250px;
}

.orb-banner svg path {
  fill: #00586d;
}

.orb-banner p {
  font-size: 16px;
  color: #979795;
}

@media (max-width: 992px) {
  .orb-banner h1 {
    font-size: 54px;
  }

  .orb-blog-card .orb-post-text h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .orb-banner {
    padding: 40px 0;
  }

  .orb-banner h1 {
    font-size: 42px;
  }

  .orb-blog-card {
    margin-bottom: 20px;
  }

  .orb-blog-card .orb-post-text h2 {
    font-size: 18px;
  }
}

.orb-demo-card {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
}

.orb-demo-card .orb-photo-frame {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.orb-demo-card .orb-photo-frame img {
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.orb-demo-card .orb-post-text {
  color: #00586d;
}

.orb-demo-card .orb-post-text h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-demo-card .orb-post-text p {
  color: #979795;
  margin-bottom: 20px;
}

.orb-demo-card .orb-post-text .orb-date {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.orb-demo-card:hover .orb-photo-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.orb-demo-card:hover .orb-post-text h2 {
  color: #d4412b;
}

/* Blog 4
==================================== */

.orb-blog-4 {
  padding: 120px 80px 0 0;
  background-color: #d4412b;
}

.orb-blog-4 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-blog-4 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-blog-4 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 0;
	background-color: #00586D;
	width: 37%;
	opacity: 0.15;*/
}

.orb-blog-4 .orb-content .rb-object-frame {
  position: relative;
}

.orb-blog-4 .orb-content .rb-object-frame .orb-obj-1 {
  z-index: 1;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 120px);
}

.orb-blog-4 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-blog-4 .orb-content .rb-object-frame h1 {
  text-transform: uppercase;
  top: 40%;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 4;
  font-size: 72px;
  text-align: center;
  color: #fff;
}

.orb-blog-4 .orb-content .rb-object-frame .orb-deco {
  width: 140px;
  height: 120px;
  background-color: #979795;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -40px;
}

.orb-blog-4 .orb-content .orb-blog-frame {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  padding-top: 80px;
  padding-left: 120px;
}

.orb-blog-4 .orb-content .orb-blog-frame .orb-post-text {
  padding-right: 80px;
  overflow-y: scroll;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 400px);
  margin-bottom: 80px;
}

.orb-blog-4 .orb-content .orb-blog-frame .orb-post-text h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.orb-blog-4 .orb-content .orb-blog-frame .orb-post-text p {
  font-size: 16px;
  line-height: 28px;
  color: #818c89;
  margin-bottom: 40px;
}

.orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer {
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 120px;
}

.orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer .orb-date {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d4412b;
}

.orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer .orb-share {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  color: #00586d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer .orb-share img {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .orb-blog-4 .orb-content .rb-object-frame h1 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .orb-blog-4 {
    padding: 80px 20px 20px;
  }

  .orb-blog-4 .orb-photo-frame:after {
    background-color: #d4412b;
  }

  .orb-blog-4 .orb-top-bar-frame {
    background-color: #d4412b;
  }

  .orb-blog-4 .orb-content .rb-object-frame {
    margin-bottom: 40px;
  }

  .orb-blog-4 .orb-content .rb-object-frame .orb-obj-1 {
    height: auto;
    padding-bottom: 100%;
  }

  .orb-blog-4 .orb-content .rb-object-frame .orb-obj-1 img {
    -o-object-position: center;
    object-position: center;
  }

  .orb-blog-4 .orb-content .rb-object-frame h1 {
    font-size: 48px;
  }

  .orb-blog-4 .orb-content .rb-object-frame .orb-deco {
    width: 80px;
    height: 80px;
    right: 0;
    bottom: -20px;
  }

  .orb-blog-4 .orb-content .orb-blog-frame {
    height: auto;
    padding: 0;
  }

  .orb-blog-4 .orb-content .orb-blog-frame .orb-post-text {
    padding: 0;
    height: auto;
    overflow: visible;
    height: auto;
    margin: 0;
  }

  .orb-blog-4 .orb-content .orb-blog-frame .orb-post-text h2 {
    font-size: 24px;
  }

  .orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer {
    padding: 0;
    height: auto;
  }

  .orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer .orb-date {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #d4412b;
  }

  .orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer .orb-share {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    color: #00586d;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .orb-blog-4 .orb-content .orb-blog-frame .orb-post-footer .orb-share img {
    margin-left: 10px;
  }
}

/* About 1
==================================== */

.orb-about-1 {
  padding: 120px 0 0;
  background-color: #ffffff;
}

.orb-about-1 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-about-1 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-about-1 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 0;
	background-color: #FFF;
	width: 37%;
	opacity: 0.15;*/
}

.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-logo-frame img path,
.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-logo-frame svg path {
  fill: #fff;
}

.orb-about-1 .orb-menu-frame nav .orb-menu li.icons-menu svg:hover path {
  fill: #00586d;
}

.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-menu li a,
.orb-about-3 .orb-top-bar-frame .orb-top-bar .orb-menu li a,
.orb-contact-1 .orb-top-bar-frame .orb-top-bar .orb-menu li a {
  color: #3e4d54;
}

.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-menu li a:hover,
.orb-about-3 .orb-top-bar-frame .orb-top-bar .orb-menu li a:hover,
.orb-contact-1 .orb-top-bar-frame .orb-top-bar .orb-menu li a:hover {
  color: #d4412b;
}

.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:after,
.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn span:before {
  background-color: #00586d;
}

.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span,
.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:after,
.orb-about-1 .orb-top-bar-frame .orb-top-bar .orb-menu-btn.orb-active span:before {
  background-color: #fff;
}

.orb-about-1 .orb-content .rb-object-frame {
  position: relative;
}

.orb-about-1 .orb-content .rb-object-frame .orb-obj-1 {
  z-index: 1;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 120px);
}

.orb-about-1 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-about-1 .orb-content .orb-about-frame {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  padding-left: 100px;
}

.orb-about-1 .orb-content .orb-about-frame .orb-about-text {
  padding-top: 80px;
  color: #3e4d54;
  padding-right: 80px;
}

.orb-about-1 .orb-content .orb-about-frame .orb-about-text h1 {
  font-size: 48px;
  margin-bottom: 60px;
}

.orb-about-1 .orb-content .orb-about-frame .orb-about-text p {
  font-size: 15px;
}

.orb-about-1 .orb-content .orb-about-frame .orb-position-fix {
  padding-right: 80px;
  position: relative;
}

.orb-about-1 .orb-content .orb-about-frame .orb-position-fix .orb-obj-2 {
  padding-bottom: 140%;
}

.orb-about-1 .orb-content .orb-about-frame .orb-position-fix .orb-deco {
  position: absolute;
  top: 70%;
  right: 0;
  /*background-color: #D4412B;*/
  width: 115px;
  height: 277px;
  background-image: url(../img/cubroo_03.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  z-index: 5;
  transform: rotate(180deg);
}

.orb-about-1 .orb-content .orb-bottom-panel {
  padding: 0 80px;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  bottom: 80px;
}

.orb-about-1 .orb-content .orb-bottom-panel .orb-instagram {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orb-about-1 .orb-content .orb-bottom-panel .orb-instagram span {
  width: 80px;
  color: #fff;
  font-style: italic;
}

.orb-about-1 .orb-content .orb-bottom-panel .orb-instagram .orb-line {
  height: 1px;
  background-color: #fff;
  width: calc(100% - 160px);
}

.orb-about-1 .orb-content .orb-bottom-panel .orb-instagram a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.orb-about-1 .orb-content .orb-bottom-panel .orb-instagram a img {
  width: 20px;
}

.orb-about-1 .orb-content .orb-bottom-panel .orb-instagram a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.orb-about-1 .orb-content .orb-bottom-panel .orb-mail {
  color: #fff;
  font-style: italic;
}

@media (max-width: 1200px) {
  .orb-about-1 .orb-content .orb-about-frame {
    padding-left: 80px;
  }

  .orb-about-1 .orb-content .orb-about-frame .orb-about-text h1 {
    font-size: 42px;
    line-height: normal;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .orb-about-1 .orb-content .orb-about-frame .orb-about-text h1 {
    font-size: 36px;
  }
  .orb-about-1 .orb-top-bar-frame {
    background-color: #d4412b;
  }
}

@media (max-width: 768px) {
  .orb-about-1 {
    padding: 80px 20px 0;
  }

  .orb-about-1 .orb-content .orb-about-frame {
    padding: 0;
    height: auto;
  }

  .orb-about-1 .orb-content .orb-about-frame .orb-about-text {
    /*padding: 20px 0;*/
  }

  .orb-about-1 .orb-content .orb-about-frame .orb-about-text h1 {
    font-size: 36px;
  }

  .orb-about-1 .orb-content .orb-position-fix {
    display: none;
  }

  .orb-about-1 .orb-content .rb-object-frame {
    position: relative;
  }

  .orb-about-1 .orb-content .rb-object-frame .orb-obj-1 {
    padding-bottom: 120%;
    height: auto;
  }

  .orb-about-1 .orb-content .orb-bottom-panel {
    width: auto;
    bottom: 0;
    background-color: #d4412b;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orb-about-1 .orb-content .orb-bottom-panel .orb-instagram {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .orb-about-1 .orb-content .orb-bottom-panel .orb-instagram .orb-line {
    display: none;
  }

  .orb-about-1 .orb-content .orb-bottom-panel .orb-mail {
    width: 100%;
  }
}

/* About 2
==================================== */

.orb-about-2 {
  padding: 120px 0 0;
  background-color: #d4412b;
}

.orb-about-2 .orb-photo-frame:after {
  background-color: #d4412b;
}

.orb-about-2 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-about-2 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 80px;
	width: 30%;
	opacity: 0.15;*/
}

.orb-about-2 .orb-content .rb-object-frame {
  position: relative;
}

.orb-about-2 .orb-content .rb-object-frame .orb-obj-1 {
  z-index: 1;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 120px);
}

.orb-about-2 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-about-2 .orb-content .rb-object-frame .orb-deco {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -40px;
  width: 120px;
  height: 80px;
  background-color: #d4412b;
}

.orb-about-2 .orb-content .orb-about-frame {
  padding-right: 80px;
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  padding-left: 120px;
}

.orb-about-2 .orb-content .orb-about-frame .orb-about-text {
  padding-top: 80px;
}

.orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-deco {
  width: 80px;
  height: 220px;
  background-color: #979795;
  position: absolute;
  right: 0;
  bottom: 80px;
}

.orb-about-2 .orb-content .orb-about-frame .orb-about-text h1 {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote .orb-quote-frame {
  padding: 25px 40px 0 0;
  border-right: solid 1px #d4412b;
  padding-bottom: 80px;
}

.orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote p {
  display: block;
  padding-left: 40px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 80px;
}

.orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote p span {
  font-size: 14px;
  margin-top: 20px;
  display: block;
  color: #d4412b;
  font-style: italic;
}

@media (max-width: 1200px) {
  .orb-about-2 .orb-content .orb-about-frame {
    padding-left: 80px;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-deco {
    display: none;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text h1 {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 992px) {
  .orb-about-2 .orb-content .orb-about-frame {
    padding-left: 80px;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text h1 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .orb-about-2 {
    padding: 80px 20px 20px;
  }

  .orb-about-2 .orb-top-bar-frame {
    background-color: #d4412b;
  }

  .orb-about-2 .orb-content .rb-object-frame {
    position: relative;
  }

  .orb-about-2 .orb-content .rb-object-frame .orb-obj-1 {
    height: auto;
    padding-bottom: 100%;
  }

  .orb-about-2 .orb-content .rb-object-frame .orb-obj-1 img {
    -o-object-position: top;
    object-position: top;
  }

  .orb-about-2 .orb-content .orb-about-frame {
    height: auto;
    padding: 0;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text {
    padding: 40px 0 0;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text h1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 40px;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote {
    position: relative;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote .orb-quote-frame {
    padding: 25px 20px 0 0;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .orb-about-2 .orb-content .orb-about-frame .orb-about-text .orb-quote p br {
    display: none;
  }
}

/* About 3
==================================== */

.orb-about-3 {
  /*padding: 120px 80px 80px;*/
  /*background-color: #D4412B;*/
  padding: 120px 80px 0 0;
  background-color: #ffffff;
}

.orb-about-3 .orb-square {
  position: absolute;
  bottom: 0;
  right: 0;
}

.orb-about-3 .orb-photo-frame:after {
  background-color: #818c89;
}

.orb-about-3 .orb-top-bar-frame {
  background-color: transparent;
}

.orb-about-3 .orb-top-bar-frame .orb-top-bar:before {
  /*right: 80px;
	width: 30%;
	opacity: 0.15;*/
}

.orb-about-3 .orb-content .rb-object-frame {
  position: relative;
}

.orb-about-3 .orb-content .rb-object-frame .orb-obj-1 {
  z-index: 1;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 200px);
}

.orb-about-3 .orb-content .rb-object-frame .orb-obj-1 img {
  -o-object-position: center;
  object-position: center;
}

.orb-about-3 .orb-content .rb-object-frame .orb-deco {
  position: absolute;
  z-index: 2;
  bottom: -80px;
  left: -50px;
  /*width: 160px;*/
  /*height: 160px;*/
  /*background-color: #D4412B;*/
  width: 100px;
  height: 238px;
  background-image: url(../img/qualidade-03.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  z-index: 5;
}

.orb-about-3 .orb-content .orb-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100 - 200px);
  padding-right: 80px;
  background-color: #f3f7f8;
}

.orb-about-3 .orb-content .orb-left h2 {
  /*font-size: 18px;
	line-height: 28px;*/
  margin-bottom: 40px;
  margin-left: 80px;
  margin-right: 80px;
}

.orb-about-3 .orb-content .orb-left .text2 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 40px;
}

.orb-about-3 .orb-content .orb-left .orb-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.orb-about-3 .orb-content .orb-left .orb-instagram img {
  width: 20px;
  margin-right: 10px;
}

.orb-about-3 .orb-content .orb-left .orb-instagram span {
  color: #00586d;
  font-style: italic;
  font-size: 18px;
}

.orb-about-3 .orb-content .orb-right {
  position: relative;
  padding-top: 80px;
}

.orb-about-3 .orb-content .orb-right h1 {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
  margin-bottom: 80px;
  /*font-size: 36px;
	line-height: 45px;*/
  font-size: 26px;
  font-family: "Oxanium", cursive;
  color: #00586d;
  font-weight: 700;
  line-height: 1;
}

.orb-about-3 .orb-content .orb-right h1 span {
  color: #3e4d54;
  display: block;
  font-weight: 300;
}

.orb-about-3 .orb-content .orb-right .orb-position-fix {
  width: 40%;
  margin-left: 60%;
}

.orb-about-3 .orb-content .orb-right .orb-position-fix .orb-deco {
  height: 1px;
  position: absolute;
  background-color: #00586d;
  width: calc(100% + 80px);
  left: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.orb-about-3 .orb-content .orb-right .orb-position-fix .orb-obj-2 {
  padding-bottom: 130%;
}

@media (max-width: 1200px) {
  .orb-about-3 .orb-content .orb-right {
    padding-left: 80px;
  }

  .orb-about-3 .orb-content .orb-right h1 {
    -webkit-transform: none;
    transform: none;
    font-size: 24px;
  }

  .orb-about-3 .orb-content .orb-right .orb-position-fix {
    width: 50%;
    margin-left: 50%;
  }
}

@media (max-width: 992px) {
  .orb-about-3 .orb-content .orb-left {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .orb-about-3 .orb-content .orb-left .text2 {
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 80px;
    margin-right: 20px;
    margin-bottom: 40px;
  }

  .orb-about-3 .orb-content .orb-left h2 {
    font-size: 22px;
    margin-top: 30px;
    line-height: normal;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .orb-about-3 .orb-content .orb-right h1 {
    -webkit-transform: none;
    transform: none;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 40px;
  }

  .orb-about-3 .orb-content .orb-right .orb-position-fix {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .orb-about-3 {
    padding: 80px 20px 20px;
  }

  .orb-about-3 .orb-top-bar-frame {
    background-color: #d4412b;
  }

  .orb-about-3 .orb-content .orb-left {
    height: 250px;
    display: block;
    padding-right: 0;
  }

  .orb-about-3 .orb-content .orb-left h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .orb-about-3 .orb-content .orb-left .text2 {
    display: flex;
    margin-left: 40px;
    font-size: 14px;
    margin-right: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .orb-about-3 .orb-content .orb-left .orb-instagram {
    position: relative;
  }

  .orb-about-3 .orb-content .rb-object-frame {
    margin-bottom: 40px;
  }

  .orb-about-3 .orb-content .rb-object-frame .orb-obj-1 {
    padding-bottom: 100%;
    height: auto;
  }

  .orb-about-3 .orb-content .rb-object-frame .orb-deco {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: -20px;
    width: 80px;
    height: 80px;
    background-color: #d4412b;
  }

  .orb-about-3 .orb-content .orb-right {
    padding: 0;
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .orb-about-3 .orb-content .orb-right h1 {
    padding-right: 20px;
    font-size: 20px;
    margin-bottom: 0;
  }

  .orb-about-3 .orb-content .orb-right .orb-position-fix .orb-deco {
    display: none;
  }

  .orb-about-3 .orb-content .orb-right .orb-position-fix .orb-obj-2 {
    padding-bottom: 112%;
  }
}

/* Form validation
==================================== */

.parsley-errors-list {
  font-size: 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #d4412b;
  background-color: #d4412b;
  color: #ffffff;
  padding: 2px 0 0 3px !important;
  margin: 10px 0 10px 0 !important;
  list-style-type: none;
  opacity: 0;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-errors-list:before {
  content: "";
  display: block;
  margin-top: -9px;
  pointer-events: none;
  position: absolute;
  border-bottom: solid 6px #d4412b;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

/* Success submit
==================================== */

#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}

#success h4 {
  margin-top: 10px;
  font-size: 18px;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 50;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 480;
  }
}

@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 480;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 480;
  }
}

.inlinesvg .svg svg {
  display: inline;
}

.icon-order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon-order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/* footer */

.footer {
  width: 100%;
  background-color: #00586d;
  color: #ffffff;
  padding: 50px 0 35px;
  font-size: 12px;
  margin-top: 80px;
}
.footer .copyright {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
}
.footer a,
.footer .copyright a {
  color: #ffffff;
}
.footer a:hover,
.footer .copyright a:hover {
  color: #d4412b;
}

.footer .boxcontentall {
  display: flex;
  justify-content: right;
}
.footer .boxcontent {
  margin-bottom: 30px;
  margin-left: 60px;
}

.footer p {
  margin: 0 0 5px 0;
  font-weight: 300;
}

.footer h5 {
  font-size: 12px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  padding: 5px 0;
}

.footer ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer .icon-socials {
  display: inline-block;
  margin-right: 5px;
}
.footer .icon-socials svg {
  width: 20px;
  height: auto;
}
.footer .icon-socials:hover svg path {
  fill: #d4412b;
}

@media (max-width: 767px) {
  .footer .boxcontentall {
    display: block;
    justify-content: left;
  }
  .footer .boxcontent {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 30px;
  }
}

/* pagina cubroo */

.pag-cubroo h1 {
  font-family: "Oxanium", cursive;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 80px;
  color: #3e4d54;
}

.pag-cubroo h1 span {
  display: block;
  font-weight: 700;
  color: #00586d;
}

@media (min-width: 767px) {
  .pag-cubroo .orb-about-text {
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: end;
  }
}

/* pagina lista produtos 1º e 2 nivel */

.list-category .content-img-product .orb-photo-frame {
  padding-bottom: 115%;
}

.list-category .content-img-product:nth-child(1) .img-category {
  margin-top: 50px;
}
.list-category .content-img-product:nth-child(2) .img-category {
  margin-top: 0;
}
.list-category .content-img-product:nth-child(3) .img-category {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .list-category .content-img-product:nth-child(1) .img-category {
    margin-top: 30px;
  }
  .list-category .content-img-product:nth-child(2) .img-category {
    margin-top: 50px;
  }
  .list-category .content-img-product:nth-child(3) .img-category {
    margin-top: 50px;
  }
}

.title-page-product {
  font-size: 36px;
  font-family: "Oxanium", cursive;
  color: #3e4d54;
  font-weight: 300;
  line-height: 1;
}
.title-page-product span {
  color: #00586d;
  display: block;
  font-weight: 700;
}

.title-page-product2 {
  font-size: 24px;
  font-family: "Oxanium", cursive;
  color: #3e4d54;
  font-weight: 300;
  line-height: 1;
}
.title-page-product2 span {
  color: #00586d;
  display: block;
  font-weight: 700;
}

@media (max-width: 767px) {
  .title-page-product.mt80 {
    margin-top: 80px;
  }
}

.img-efect:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(0, 88, 109, 0.7);
  z-index: 8;
  transition: all 0.8s;
}
.img-efect:hover:after {
  top: 0;
}

.img-efect:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0px 0px;
  border-color: transparent #fff transparent transparent;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 5;
}

.title-product {
  margin-top: 10px;
}

.title-product a {
  font-size: 20px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
}
.title-product a span {
  font-weight: 300;
}
.title-product a:hover {
  color: #d4412b;
}

.content-img-product:hover .title-product a {
  color: #d4412b;
}
.content-img-product:hover .img-efect:after {
  top: 0;
}

.categorys {
  text-align: right;
}
@media (max-width: 575px) {
  .categorys {
    text-align: center;
  }
}
.categorys ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categorys ul li {
  padding: 5px 10px;
  display: inline-block;
}
.categorys ul li a {
  font-family: "Oxanium", cursive;
  font-size: 16px;
  font-weight: 400;
  color: #3e4d54;
}
.categorys ul li a:hover {
  color: #00586d;
}
.categorys ul li.active a {
  font-weight: 700;
  color: #00586d;
}

/* pagina do produto */

.content-product {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #f2f3f2;
  padding: 0 80px;
}
@media (max-width: 1000px) {
  .content-product {
    padding: 60px 80px 0;
  }
}
@media (max-width: 767px) {
  .content-product {
    padding: 50px 20px 0;
  }
}
.content-product .name-product {
  position: absolute;
  top: 30px;
  left: 80px;
}
@media (max-width: 767px) {
  .content-product .name-product {
    position: absolute;
    top: 30px;
    left: 20px;
  }
}
.content-product .name-product .name1 {
  font-size: 16px;
  color: #d4412b;
  font-weight: 700;
  line-height: 1.1;
}
.content-product .name-product .name2 {
  font-size: 26px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
}
.content-product .name-product .name3 {
  font-size: 26px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
}
.content-product .image-product {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-product .image-product img {
  max-width: 500px;
  max-height: 500px;
}
.content-product .image-product svg {
  max-width: 500px;
  max-height: 500px;
}

@media (max-width: 600px) {
  .content-product .image-product img {
    max-width: 500px;
    max-height: 500px;
  }
  .content-product .image-product svg {
    max-width: 300px;
    max-height: 300px;
  }
}

.features-product .navigation {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-product .navigation .pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #dee1df;
  width: 25px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.features-product .navigation .pagination-bullet.active,
.features-product .navigation .pagination-bullet:hover {
  background-color: #d4412b;
}

.features-product .prev-arrow {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}
.features-product .prev-arrow span {
  color: #3e4d54;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s;
}
.features-product .prev-arrow span:hover {
  color: #00586d;
}
.features-product .prev-arrow:hover span {
  color: #00586d;
}
.features-product .prev-arrow svg {
  width: 20px;
}
.features-product .prev-arrow svg path {
  fill: #d4412b;
}
.features-product .prev-arrow svg:hover path {
  fill: #00586d;
}
.features-product .prev-arrow:hover svg path {
  fill: #00586d;
}

.features-product .next-arrow {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}
.features-product .next-arrow span {
  color: #3e4d54;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s;
}
.features-product .next-arrow:hover span {
  color: #00586d;
}
.features-product .next-arrow svg {
  width: 20px;
}
.features-product .next-arrow svg path {
  fill: #d4412b;
}
.features-product .next-arrow svg:hover path {
  fill: #00586d;
}
.features-product .next-arrow:hover svg path {
  fill: #00586d;
}

.features-product .name-product-config {
  min-width: 150px;
  display: inline-block;
  color: #00586d;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin: 0 30px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .features-product .prev-arrow,
  .features-product .next-arrow {
    padding: 10px 0;
  }
  .features-product .name-product-config {
    margin: 10px 30px;
  }
}
@media (max-width: 550px) {
  .features-product .name-product-config {
    display: block;
  }
}

.features-product .name-product-config span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  text-transform: lowercase;
  margin-top: 5px;
}

/* material com tag <a> */
.features-product .material-product {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  min-width: 100px;
  margin: 7px;
  padding: 7px 15px;
  border: solid 1px #3e4d54;
  color: #3e4d54;
  background-color: #fff;
  border-radius: 20px;
}
.features-product .material-product:hover,
.features-product .material-product.active {
  background-color: #f0dccf;
  border: solid 1px #d4412b;
  color: #3e4d54;
}

/* cores com tag <a> */
.features-product .color-product {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  transition: all 0.5s;
}
.features-product .color-product .color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00586d;
}
.features-product .color-product span {
  display: block;
  color: #3e4d54;
  margin-top: 10px;
  font-weight: 700;
  font-size: 11px;
  transition: all 0.5s;
}
.features-product .color-product .border-product {
  border: 2px solid transparent;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.5s;
}
.features-product .color-product .border-product.active {
  border: 2px solid #d4412b;
  padding: 5px;
  border-radius: 50%;
}
.features-product .color-product:hover span {
  color: #d4412b;
}
.features-product .color-product:hover .border-product {
  border: 2px solid #d4412b;
}

/* checkbox materiais */
.check-box-material {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  font-size: 0;
  line-height: 0;
  opacity: 0;
}
.check-material {
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  min-width: 100px;
  margin: 7px;
  padding: 7px 15px;
  border: solid 1px #3e4d54;
  color: #3e4d54;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.5s;
}
.check-material:hover {
  border: solid 1px #d4412b;
  background-color: #f0dccf;
}
.check-box-material:checked + .check-material {
  border: solid 1px #d4412b;
  background-color: #f0dccf;
}

.label-check-box {
  display: inline-block;
}
.label-check-box span {
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  min-width: 100px;
  margin: 7px;
  padding: 7px 15px;
  border: solid 1px #3e4d54;
  color: #3e4d54;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.5s;
}
.label-check-box:hover span {
  border: solid 1px #d4412b;
  background-color: #f0dccf;
}
.label-check-box .check-box-material:checked + span {
  border: solid 1px #d4412b;
  background-color: #f0dccf;
}

/* checkbox cores */
.check-box-color {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  font-size: 0;
  line-height: 0;
  opacity: 0;
}
.check-color-product {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 7px;
  transition: all 0.5s;
}
.check-color-product .color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00586d;
}
.check-color-product span {
  display: block;
  color: #3e4d54;
  margin-top: 10px;
  font-weight: 500;
  font-size: 10px;
  transition: all 0.5s;
}
.check-color-product .border-product {
  border: 2px solid transparent;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.5s;
}
.check-color-product .border-product.active {
  border: 2px solid #d4412b;
  padding: 4px;
  border-radius: 50%;
}
.check-color-product:hover span {
  color: #d4412b;
}
.check-color-product:hover .border-product {
  border: 2px solid #d4412b;
}
.check-box-color:checked + .check-color-product .border-product {
  border: 2px solid #d4412b;
  padding: 4px;
  border-radius: 50%;
}
.check-box-color:checked + .check-color-product span {
  color: #d4412b;
}

.check-color-product .check-box-color:checked + .border-product {
  border: 2px solid #d4412b;
  padding: 4px;
  border-radius: 50%;
}

/* arranjo linhas caracteristicas e cores para telas e estruturas */
.content-all-telas {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.content-all-estruturas {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.lista-telas {
  display: inline-block;
}
.lista-estruturas {
  display: inline-block;
}
.cores-telas {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
}
.cores-estruturas {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
}

@media (max-width: 767px) {
  .content-all-telas {
    margin-bottom: 0;
  }
  .content-all-estruturas {
    margin-bottom: 0;
  }
  .lista-telas {
    display: block;
  }
  .lista-estruturas {
    display: block;
  }
  .cores-telas {
    position: relative;
  }
  .cores-estruturas {
    position: relative;
  }
}

.btn-resumo {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
  transition: all 0.5s;
}
.btn-resumo span {
  color: #3e4d54;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  transition: all 0.5s;
}
.btn-resumo:hover span {
  color: #d4412b;
}
.btn-resumo svg {
  width: 35px;
}
.btn-resumo svg path,
.btn-resumo svg rect {
  fill: #d4412b;
  transition: all 0.5s;
}
.btn-resumo svg circle {
  stroke: #d4412b;
  transition: all 0.5s;
}
.btn-resumo svg:hover path,
.btn-resumo svg:hover rect {
  fill: #00586d;
}
.btn-resumo svg:hover circle {
  stroke: #00586d;
}
.btn-resumo:hover svg path,
.btn-resumo:hover svg rect {
  fill: #00586d;
}
.btn-resumo:hover svg circle {
  stroke: #00586d;
}

.btn-add-fav {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
  -webkit-appearance: none;
  background: none;
  border: 0;
  transition: all 0.5s;
}
.btn-add-fav div {
  display: inline-block;
  vertical-align: middle;
}
.btn-add-fav span {
  display: block;
  color: #3e4d54;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  transition: all 0.5s;
}
.btn-add-fav:hover span {
  color: #d4412b;
}
.btn-add-fav svg {
  width: 35px;
}
.btn-add-fav svg path,
.btn-add-fav svg rect {
  fill: #d4412b;
  transition: all 0.5s;
}
.btn-add-fav svg circle {
  stroke: #d4412b;
  transition: all 0.5s;
}
.btn-add-fav svg:hover path {
  fill: #00586d;
}
.btn-add-fav svg:hover circle {
  stroke: #00586d;
}
.btn-add-fav:hover svg path {
  fill: #00586d;
}
.btn-add-fav:hover svg circle {
  stroke: #00586d;
}

.btn-solicitar {
  font-family: "Oxanium", cursive;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin: 10px 20px;
  padding: 10px 25px;
  border: solid 1px #d4412b;
  color: #ffffff;
  background-color: #d4412b;
  border-radius: 20px;
  letter-spacing: 1px;
}
.btn-solicitar:hover {
  background-color: #ffffff;
  border: solid 1px #d4412b;
  color: #d4412b;
}

.fichatec {
  position: relative;
  display: inline-block;
  width: 50%;
  background-color: #f3f7f8;
  padding: 20px 10px;
  text-align: center;
  color: #00586d;
  font-weight: 700;
  font-size: 14px;
}
.galeria {
  position: relative;
  display: inline-block;
  width: 50%;
  background-color: #d9e6e9;
  padding: 20px 10px;
  text-align: center;
  color: #00586d;
  font-weight: 700;
  font-size: 14px;
}

.fichatec:hover,
.galeria:hover {
  background-color: #00586d;
  color: #ffffff;
}

@media (max-width: 480px) {
  .fichatec {
    width: 60%;
    font-size: 13px;
  }
  .galeria {
    width: 40%;
    font-size: 13px;
  }
}

.container-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.container-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.galeria:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: -60px;
  z-index: 5;
  background-color: #d9e6e9;
  transform-origin: bottom left;
  transform: skew(-45deg, 0deg);
  transition: all 0.5s ease 0s;
}
.galeria:hover:before {
  background-color: #00586d;
}

.content-product-features {
  position: relative;
  width: 100%;
  padding: 0 80px;
}
@media (max-width: 767px) {
  .content-product-features {
    padding: 0 20px;
  }
}

.product-features {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.product-features h3 {
  font-size: 40px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
  margin: 20px 0 0 0;
}
.product-features h4 {
  font-size: 40px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px 0;
}
.product-features p {
  color: #3e4d54;
  font-size: 14px;
  margin: 0 0 20px 0;
}

.accordion-fundo-2 {
  position: absolute;
  left: -20px;
  bottom: -80px;
  z-index: 8;
}
.accordion-fundo-2 img {
  max-width: 70px;
}
@media (max-width: 767px) {
  .accordion-fundo-2 {
    left: -10px;
  }
}

.accordion-fundo {
  background-image: url(../img/fundo-accordion.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 15% 10% 15% 15%;
}

@media (max-width: 480px) {
  .accordion-fundo {
    background-position: 0px -30px;
    padding: 20% 5% 15% 5%;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #d4412b;
  font-weight: 700;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: all 0.5s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #d4412b;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  transform: rotate(360deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: 500;
  margin-left: auto;
  content: "+";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0;
  transition: all 0.5s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
  border-bottom: solid 1px #00586d;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid transparent;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 30px 30px;
  font-size: 14px;
}

.accordion-body ul {
  margin-bottom: 20px;
  font-size: 14px;
}
.accordion-body li {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
.accordion-body li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 0;
  top: 3px;
  position: absolute;
  color: #00586d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.outros-produtos-fundo {
  background-image: url(../img/fundo-outros-produtos.svg), url(../img/barra-fundo-outros-produtos.svg);
  background-position: 0 0, -35px 80%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto 35px;
  height: 100%;
  padding: 15% 10% 15% 15%;
}

.outros-produtos-fundo {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.outros-produtos-fundo h3 {
  font-size: 40px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
  margin: 20px 0 0 0;
}
.outros-produtos-fundo h4 {
  font-size: 40px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px 0;
}

.outros-produtos .content-img-product:nth-child(1) .img-category {
  margin-top: 0;
}
.outros-produtos .content-img-product:nth-child(2) .img-category {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .outros-produtos .content-img-product:nth-child(1) .img-category {
    margin-top: 100px;
  }
  .outros-produtos .content-img-product:nth-child(2) .img-category {
    margin-top: 30px;
  }
}

.outros-nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
.outros-prev {
  position: absolute;
  left: 3%;
}
.outros-next {
  position: absolute;
  right: 3%;
}

@media (max-width: 991px) {
  .outros-nav {
    align-items: flex-start;
    top: 30px;
  }
}

.outros-nav svg {
  width: 45px;
  height: auto;
}
.outros-nav svg path {
  fill: #d4412b;
  transition: all 0.5s;
}
.outros-nav svg circle {
  stroke: #d4412b;
  transition: all 0.5s;
}
.outros-nav svg:hover path {
  fill: #00586d;
}
.outros-nav svg:hover circle {
  stroke: #00586d;
}

.popup-resumo h3.res {
  font-size: 30px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.popup-resumo h4.per {
  font-size: 30px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px 0;
}

.popup-resumo .designacao .name1 {
  font-size: 14px;
  color: #d4412b;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 10px;
}
.popup-resumo .designacao .name2 {
  font-size: 24px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
  margin-right: 10px;
}
.popup-resumo .designacao .name3 {
  font-size: 24px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
}

.popup-resumo .separador {
  height: 1px;
  background-color: #00586d;
  margin-top: 20px;
  margin-bottom: 30px;
}

.popup-resumo .image-product {
  background-color: #f6f6f6;
  background-image: url(../img/fundo-produto-resumo.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  /*padding: 50px 10% 75px 10%;*/
  padding: 25px 0 0;
}

@media (max-width: 767px) {
  .popup-resumo .image-product {
    height: 350px; /*padding: 25px 10% 25px 10%;*/
  }
}

.popup-resumo .image-product img,
.popup-resumo .image-product svg {
  max-width: 100%;
  max-height: 300px;
}

.divauto {
  overflow: auto;
}

#tableresumo {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
}
#tableresumo td {
  padding: 15px 10px;
  font-size: 11px;
  line-height: 1.3;
  vertical-align: middle;
  border: 0;
  text-align: left;
  color: #3e4d54;
}
#tableresumo tr td:first-child {
  font-weight: 700;
  color: #00586d;
  white-space: nowrap;
}
#tableresumo tr:nth-child(odd) {
  background: #d9e6e9;
  color: #036f5f;
}
#tableresumo tr:nth-child(even) {
  background: #f3f7f8;
  color: #036f5f;
}

#tableresumo input[type="text"] {
  border: 0;
  outline: none;
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: left;
  color: #3e4d54;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  -webkit-appearance: none;
}

@media (min-width: 600px) {
  #tableresumo tr td:nth-child(2) input[type="text"] {
    min-width: 170px;
  }
  #tableresumo tr td:nth-child(3) input[type="text"] {
    min-width: 140px;
  }
}

@media (max-width: 600px) {
  #tableresumo input[type="text"] {
    width: 100%;
  }
  #tableresumo td {
    display: block;
  }
  #tableresumo tr td:nth-child(2) {
    padding: 0px 10px;
  }
  #tableresumo tr td:last-child {
    text-align: left;
  }
}

.popup-resumo .btn-solicitar {
  font-family: "Oxanium", cursive;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  padding: 10px 25px;
  border: solid 1px #d4412b;
  color: #ffffff;
  background-color: #d4412b;
  border-radius: 20px;
  letter-spacing: 1px;
}
.popup-resumo .btn-solicitar:hover {
  background-color: #ffffff;
  border: solid 1px #d4412b;
  color: #d4412b;
}

/* pagina do carrinho */

@media (min-width: 575px) {
  .bemvindo {
    display: flex;
    justify-content: end;
    text-align: end;
    align-items: end;
    height: 100%;
    padding-bottom: 10px;
  }
}

.pag-carrinho .content-carrinho {
  background: #fff;
  border: solid 1px #00586d;
  border-radius: 20px;
  padding: 30px 30px 0 30px;
}

.pag-carrinho .image-product {
  background-color: #f6f6f6;
  background-image: url(../img/fundo-produto-resumo.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  /*padding: 50px 10% 75px 10%;*/
  padding: 25px 0 0;
}

@media (max-width: 767px) {
  .pag-carrinho .image-product {
    height: 350px; /*padding: 25px 10% 25px 10%;*/
  }
}

.pag-carrinho .image-product img,
.pag-carrinho .image-product svg {
  max-width: 100%;
}

.pag-carrinho .designacao .name1 {
  font-size: 14px;
  color: #d4412b;
  font-weight: 700;
  line-height: 1.1;
}
.pag-carrinho .designacao .name2 {
  font-size: 24px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
}
.pag-carrinho .designacao .name3 {
  font-size: 24px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
}

.pag-carrinho .content-dados {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pag-carrinho .btn-delete {
  display: flex;
  justify-content: flex-end;
}

.pag-carrinho .btn-delete .delete {
  display: inline-block;
  font-size: 11px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
  transition: all 0.5s;
}
.pag-carrinho .btn-delete .delete:hover,
.pag-carrinho .btn-delete:hover .delete {
  color: #d4412b;
}

.pag-carrinho .btn-delete button {
  background: none;
  border: 0;
  letter-spacing: 0.5px;
}

.pag-carrinho .btn-delete .close {
  display: inline-block;
  color: #00586d;
  border: solid 1px #d4412b;
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  transition: all 0.5s;
}

.pag-carrinho .btn-delete .close:hover,
.pag-carrinho .btn-delete:hover .close {
  color: #ffffff;
  border: solid 1px #d4412b;
  background-color: #d4412b;
}

.pag-carrinho .designacao {
  display: flex;
  align-items: flex-end;
  flex: 1 1 auto;
  margin-top: 30px;
}

.pag-carrinho .quantidade {
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 20px;
}

.pag-carrinho .quantidade span {
  display: block;
  font-size: 14px;
  color: #d4412b;
  font-weight: 700;
  margin-bottom: 5px;
}

.pag-carrinho .content-btnqtd {
  width: 77px;
  border: solid 1px #00586d;
  border-radius: 20px;
}

.pag-carrinho .qtd {
  width: 35px;
  height: 32px;
  border: 0;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  padding: 0;
  color: #3e4d54;
}

.pag-carrinho .quantidade button {
  width: 20px;
  height: 32px;
  background: none;
  border: 0;
  vertical-align: middle;
  border-radius: 0;
  color: #3e4d54;
  font-size: 14px;
}
.pag-carrinho .quantidade button:hover {
  color: #d4412b;
}

/* pagina login/registo */

.form-link {
  color: #d4412b;
  font-size: 12px;
}
.form-link:hover {
  color: #00586d;
}

.input-form {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #3e4d54;
  font-style: italic;
  font-weight: 400;
  height: auto;
  border: 0;
  border-bottom: 1px solid #00586d;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  transition: all 0.5s;
}

.btn-enviar {
  font-family: "Oxanium", cursive;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
  line-height: 1;
  margin: 0;
  padding: 10px 30px;
  border: solid 1px #d4412b;
  color: #ffffff;
  background-color: #d4412b;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.btn-enviar:hover {
  background-color: #ffffff;
  border: solid 1px #d4412b;
  color: #d4412b;
}

@media (max-width: 480px) {
  .btn-enviar {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px 20px;
  }
}

.page-title-01 {
  font-size: 30px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
}

.page-title-02 {
  font-size: 30px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
}

.page-title-03 {
  font-size: 20px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
}

.content-login {
  width: 100%;
  padding: 50px 10%;
}
.content-login-image {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.content-login-image .orb-deco-login {
  position: absolute;
  bottom: -15%;
  right: 8%;
  width: 70px;
  height: 200px;
  background-image: url(../img/pagin-login_02.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  z-index: 5;
}

@media (max-width: 767px) {
  .content-login {
    padding: 80px 0 50px;
  }
  .content-login-image {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-registo {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.content-registo-form {
  width: 100%;
  padding: 80px 10%;
  background-color: #f3f7f8;
}
.content-registo-int {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .content-registo {
    padding-left: 12px;
    padding-right: 12px;
  }
  .content-registo-form {
    padding: 50px 5%;
  }
  .content-registo-int {
    margin-left: 0;
    margin-right: 0;
  }
}

.content-areares-title {
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 767px) {
  .content-areares-title {
    padding: 50px 5%;
  }
}
.areares-title-01 {
  font-size: 36px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
}
.areares-title-02 {
  font-size: 36px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
}

.form-registo h5 {
  color: #00586d;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* The container check  */
.container-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #3e4d54;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-check a {
  color: #3e4d54;
  font-size: 12px;
}
.container-check a:hover {
  color: #00586d;
}
/* Hide the browser's default checkbox */
.container-check input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
  width: auto;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border: solid 1px #00586d;
  background-color: transparent;
  transition: all 0.4s linear;
}
/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #d4412b;
  border: solid 1px #d4412b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container checkbox  */

/* The container radio */
.container-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #3e4d54;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
  width: auto;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1px #d4412b;
  background-color: transparent;
  /*border-radius: 50%;*/
  transition: all 0.4s linear;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .radiomark {
  background-color: #d4412b;
  border: solid 1px #d4412b;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .radiomark {
  background-color: #d4412b;
  border: solid 1px #d4412b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .radiomark:after {
  /*top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;*/
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* The container radio */

/* area reservada */

.menu_areareservada ul {
  margin-bottom: 30px;
}

.menu_areareservada ul li {
  margin-bottom: 10px;
}
.menu_areareservada ul li a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #3e4d54;
}
.menu_areareservada ul li a:hover {
  color: #00586d;
}
.menu_areareservada ul li a.current {
  color: #00586d;
  font-weight: 700;
}

.areareservada .designacao {
  margin-bottom: 30px;
}

.areareservada .dataenc {
  margin-left: 20px;
}

@media (max-width: 400px) {
  .areareservada .dataenc {
    margin-left: 0;
    display: block;
  }
}

.areareservada .titleform {
  color: #3e4d54;
  border-bottom: solid 1px #00586d;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.areareservada .designacao .name2 {
  font-size: 24px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
}

.areareservada .designacao .name3 {
  font-size: 24px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
}

#tableencomendas {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
}
#tableencomendas td {
  padding: 15px 15px;
  font-size: 12px;
  line-height: 1.3;
  vertical-align: middle;
  border: 0;
  text-align: left;
  color: #3e4d54;
  font-weight: 500;
}
#tableencomendas tr:nth-child(odd) {
  background: #d9e6e9;
  color: #036f5f;
}
#tableencomendas tr:nth-child(even) {
  background: #f3f7f8;
  color: #036f5f;
}
#tableencomendas tr:first-child {
  background: none;
  border-bottom: solid 1px #00586d;
}
#tableencomendas tr:first-child td {
  color: #3e4d54;
  font-weight: 700;
  padding: 5px 15px 15px;
}
#tableencomendas tr td:last-child {
  text-align: right;
}
#tableencomendas .vermais {
  font-family: "Oxanium", cursive;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  line-height: 1;
  padding: 10px 20px 7px;
  border: solid 1px #d4412b;
  color: #3e4d54;
  background-color: transparent;
  border-radius: 20px;
  text-transform: uppercase;
  transition: all 0.5s;
}
#tableencomendas .vermais:hover {
  background-color: #d4412b;
  border: solid 1px #d4412b;
  color: #ffffff;
}

@media (max-width: 480px) {
  #tableencomendas td {
    display: block;
  }
  #tableencomendas tr td:nth-child(2) {
    padding: 0px 15px;
  }
  #tableencomendas tr td:nth-child(2):before {
    content: "Data: ";
  }
  #tableencomendas tr td:last-child {
    text-align: left;
  }
  #tableencomendas tr:nth-child(1) td:before {
    content: "";
  }
}

.areareservada .image-product {
  background-color: #f6f6f6;
  background-image: url(../img/fundo-produto-resumo.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  /*padding: 50px 10% 75px 10%;*/
  padding: 25px 0 0;
}

@media (max-width: 767px) {
  .areareservada .image-product {
    height: 350px; /*padding: 25px 10% 25px 10%;*/
  }
}

.areareservada .image-product img,
.areareservada .image-product svg {
  max-width: 100%;
}

.encomenda .designacao {
  margin-bottom: 0;
}
.encomenda .designacao .name1 {
  font-size: 14px;
  color: #d4412b;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 10px;
}
.encomenda .designacao .name2 {
  font-size: 24px;
  color: #3e4d54;
  font-family: "Oxanium", cursive;
  font-weight: 400;
  line-height: 1.1;
  margin-right: 10px;
}
.encomenda .designacao .name3 {
  font-size: 24px;
  color: #00586d;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  line-height: 1.1;
}

.encomenda .separador {
  height: 1px;
  background-color: #00586d;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .encomenda .quantidade {
    text-align: right;
  }
}

.encomenda .quantidade span {
  display: inline-block;
  font-size: 14px;
  color: #d4412b;
  font-weight: 700;
  margin-bottom: 5px;
}

.encomenda .qtd {
  border: solid 1px #00586d;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  padding: 5px 20px 5px 20px;
  color: #3e4d54;
  display: inline-block;
}
.encomenda input.qtd {
  padding: 5px 0px 5px 10px;
  width: 60px;
}

.areareservada .encomenda {
  margin-bottom: 30px;
}

.voltar {
  font-family: "Oxanium", cursive;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 10px 30px;
  border: solid 1px #d4412b;
  color: #ffffff;
  background-color: #d4412b;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.voltar:hover {
  background-color: #ffffff;
  border: solid 1px #d4412b;
  color: #d4412b;
}

.voltar-inv {
  font-family: "Oxanium", cursive;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 10px 30px;
  border: solid 1px #d4412b;
  color: #3e4d54;
  background-color: transparent;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.voltar-inv:hover {
  background-color: #d4412b;
  border: solid 1px #d4412b;
  color: #ffffff;
}

@media (max-width: 480px) {
  .voltar,
  .voltar-inv {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px 20px;
  }
}

/* Pagina cookies */

/*#cookies{width:100%; background: rgba(0, 0, 0, .4); position:relative; z-index:9999999; top:0!important}*/
#plk-div-cookie {
  width: 100%;
  background: #d4412b;
  position: fixed;
  z-index: 9999999;
  bottom: 0 !important;
}
#plk-div-cookie .learn-more-cookies {
  padding-top: 5px !important;
  font-size: 10px !important;
  text-transform: none !important;
  font-weight: bold !important;
}
#plk-div-cookie .learn-more-cookies:hover {
  color: white !important;
  text-decoration: underline !important;
}
#plk-div-cookie .description span {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 11px !important;
}
#plk-div-cookie .description a {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 11px !important;
}
#plk-div-cookie {
  margin: 0 auto;
}
#plk-div-cookie .notification {
  padding: 15px 50px 17px 50px;
  font-size: 14px;
  line-height: 1.1;
  text-transform: none;
  text-align: center;
}
#plk-div-cookie .containercookie div:nth-child(2) {
  position: absolute;
  right: 10px;
  top: 15px;
}
#plk-div-cookie #btn_cookie_accept {
  border: 1px solid white;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1;
  padding: 3px 6px;
  text-decoration: none;
}
#plk-div-cookie #btn_cookie_accept:hover {
  color: #d4412b !important;
  background: white !important;
}

/* Pagina cookies */


label.error{color: #d4412b;}

.form_div {min-height:90px}
.form_div input {margin:0}
.form_div label.error {font-size:12px}