header .icon-bar {
  color: #000000; }
header nav {
  width: 100%;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif; }
  header nav .navbar-toggle {
    margin-top: 20px; }
  header nav.navbar {
    margin-bottom: 0;
    border: none; }
    @media (min-width: 768px) and (max-width: 1199px) {
      header nav.navbar .container {
        width: 100%;
        padding-left: 0; }
        header nav.navbar .container .navbar-brand {
          margin-left: 0; } }
  @media (max-width: 991px) {
    header nav {
      position: fixed !important;
      z-index: 100;
      height: 80px; } }
  header nav span {
    background: #000000; }
  header nav .navbar-nav .dropdown-menu {
    padding: 0; }
  header nav .navbar-nav li {
    padding: 15px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    header nav .navbar-nav li a {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      font-weight: 700;
      text-transform: uppercase;
      color: #39302b;
      background: transparent !important; }
      header nav .navbar-nav li a:hover {
        color: #ffffff !important; }
    header nav .navbar-nav li .fa-angle-down {
      color: #ff5347;
      font-size: 18px !important;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    header nav .navbar-nav li:hover {
      background: #ff5347; }
      header nav .navbar-nav li:hover a {
        color: #ffffff; }
      header nav .navbar-nav li:hover.dropdown:hover .fa-angle-down {
        transform: rotate(180deg);
        color: #ffffff; }
      header nav .navbar-nav li:hover.dropdown:active .fa-angle-down {
        transform: rotate(180deg);
        color: #ffffff; }
      header nav .navbar-nav li:hover.dropdown a {
        color: #ffffff; }
      header nav .navbar-nav li:hover.dropdown .dropdown-menu {
        display: block; }
    header nav .navbar-nav li.active a {
      color: #ff5347; }
    header nav .navbar-nav li.language {
      padding-left: 100px; }
      header nav .navbar-nav li.language a {
        border: 1px solid #f1f1f1 !important; }
    header nav .navbar-nav li .dropdown-toggle {
      cursor: pointer; }
    header nav .navbar-nav li .dropdown-menu li a {
      color: #000000 !important; }
  @media (max-width: 1199px) {
    header nav .navbar-header {
      float: none;
      height: 80px; }
    header nav .navbar-toggle {
      display: block; }
    header nav .navbar-collapse {
      margin-top: -5px;
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
      z-index: 3;
      background: #ffffff;
      position: absolute;
      width: 100%; }
    header nav .navbar-collapse.collapse {
      display: none !important; }
    header nav .navbar-nav {
      float: none !important;
      margin: 7.5px -15px; }
    header nav .navbar-nav > li {
      float: none; }
      header nav .navbar-nav > li.language {
        padding-left: 15px; }
        header nav .navbar-nav > li.language a {
          border: none !important; }
    header nav .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    header nav .navbar-collapse.collapse.in {
      display: block !important; } }

.footer {
  text-align: center; }
  .footer .navbar-nav {
    padding-left: 30px; }
    @media (max-width: 990px) {
      .footer .navbar-nav {
        display: flex;
        margin: 0 auto;
        float: inherit; }
        .footer .navbar-nav li {
          margin: 0 auto; } }
    .footer .navbar-nav li {
      padding: 15px 0;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      font-weight: 700;
      text-transform: uppercase;
      color: #39302b; }
      .footer .navbar-nav li a {
        font-weight: 700;
        text-transform: uppercase;
        color: #39302b; }
        .footer .navbar-nav li a:hover, .footer .navbar-nav li a:active, .footer .navbar-nav li a:focus {
          background: none !important; }
      .footer .navbar-nav li.active a {
        color: #ff5347; }
      .footer .navbar-nav li.logo-footer {
        padding: 0; }
      @media (max-width: 990px) {
        .footer .navbar-nav li {
          display: none; }
          .footer .navbar-nav li.logo-footer {
            display: block; } }
    .footer .navbar-nav.contact-details li a {
      text-transform: none; }
    .footer .navbar-nav .phone {
      padding: 30px 15px !important; }
    @media (max-width: 990px) {
      .footer .navbar-nav {
        display: flex;
        padding-left: 0;
        justify-content: center;
        text-align: center; } }
  .footer .footer-contact {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: 700; }

@media (max-width: 990px) {
  .home {
    padding-top: 80px; } }
.home .slick-dots {
  bottom: 145px; }
  .home .slick-dots button:before {
    background: #ff5347;
    color: #ff5347 !important; }
  @media (max-width: 640px) {
    .home .slick-dots {
      width: inherit;
      left: 30px;
      margin: inherit;
      bottom: 110px; } }
@media (min-width: 1320px) {
  .home .section-under-header .container {
    width: 1300px; } }
.home .section-under-header .main-slider {
  padding: 125px 80px;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 120px; }
  .home .section-under-header .main-slider h1 {
    font-size: 110px;
    margin: 0;
    font-weight: 700; }
  .home .section-under-header .main-slider p {
    padding-right: 9px;
    margin: 0;
    font-size: 24px; }
  @media (max-width: 640px) {
    .home .section-under-header .main-slider {
      padding: 40px 20px;
      margin-bottom: 120px;
      min-height: 270px; }
      .home .section-under-header .main-slider h1 {
        font-size: 3.6rem; }
      .home .section-under-header .main-slider p {
        font-size: 2rem; } }
  .home .section-under-header .main-slider .discover-sofbud {
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 20px;
    background: #ff5347;
    color: #ffffff;
    margin-right: 7px; }
    .home .section-under-header .main-slider .discover-sofbud span {
      padding-left: 5px;
      font-size: 14px !important;
      font-weight: 700; }
  .home .section-under-header .main-slider .see-all-services a {
    color: #3b3131;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    right: 100px;
    bottom: -70px;
    margin-right: 25px; }
    .home .section-under-header .main-slider .see-all-services a span {
      padding-left: 5px;
      font-size: 16px !important;
      font-weight: 700;
      color: #ff5347; }
    @media (max-width: 640px) {
      .home .section-under-header .main-slider .see-all-services a {
        bottom: -145px;
        right: 50px; } }
    @media (max-width: 380px) {
      .home .section-under-header .main-slider .see-all-services a {
        right: 25px; } }
.home .services {
  padding-bottom: 60px; }
  .home .services:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #f1f1f1;
    height: 1px; }
  .home .services .services-row {
    position: relative; }
  .home .services .services-box {
    padding: 20px;
    position: absolute;
    top: -320px;
    left: 0;
    height: 320px;
    background: #ff5347;
    color: #ffffff;
    width: 33.33%;
    font-weight: 700;
    font-size: 32px;
    text-align: right; }
    .home .services .services-box p {
      font-size: 36px;
      text-align: left;
      padding-left: 30px;
      margin-top: 50%;
      text-transform: uppercase;
      font-weight: 700;
      font-family: Montserrat, sans-serif !important; }
    .home .services .services-box img {
      margin-right: 10px; }
    @media (max-width: 1199px) {
      .home .services .services-box {
        top: -230px;
        height: 220px; }
        .home .services .services-box p {
          margin-top: 30%; } }
    @media (max-width: 640px) {
      .home .services .services-box {
        bottom: -70px;
        left: 0;
        width: 100%;
        height: 10%; }
        .home .services .services-box p {
          margin-top: inherit; }
        .home .services .services-box img {
          display: none; } }
  .home .services .services-item {
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .home .services .services-item .img-wrapper {
      height: 200px;
      text-align: center; }
      .home .services .services-item .img-wrapper img {
        margin: 0 auto; }
    .home .services .services-item p {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 20px; }
    .home .services .services-item:hover {
      background: #f1f1f1;
      cursor: pointer; }
.home .production {
  width: 100%;
  background: linear-gradient(#f1f1f1 25%, #ffffff 50%); }
  .home .production .section-title {
    padding: 50px 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif; }
  .home .production a:nth-of-type(1) .production-item {
    border-left: 0; }
  .home .production a:nth-of-type(3) .production-item {
    border-right: 0; }
  .home .production a:nth-of-type(4) .production-item {
    border-left: 0; }
  .home .production a:nth-of-type(6) .production-item {
    border-right: 0; }
  .home .production a:nth-of-type(7) .production-item {
    border-left: 0;
    border-bottom: 0; }
  .home .production a:nth-of-type(8) .production-item {
    border-bottom: 0; }
  .home .production a:nth-of-type(9) .production-item {
    border-right: 0;
    border-bottom: 0; }
  .home .production .production-item {
    border: 1px solid #f1f1f1;
    padding: 30px 60px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    min-height: 140px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #39302b;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .home .production .production-item img {
      margin: 0 auto; }
    @media (max-width: 990px) {
      .home .production .production-item {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #f1f1f1;
        border-bottom: 0; } }
    .home .production .production-item:hover {
      background: #ff5347;
      color: #ffffff;
      cursor: pointer; }
      .home .production .production-item:hover img {
        filter: brightness(6); }
  .home .production .slider {
    text-align: center;
    padding: 60px 30px 30px 30px; }
    .home .production .slider img {
      margin: 0 auto; }

@media (max-width: 990px) {
  .about {
    padding-top: 80px; } }
.about .section-under-header .main-slider {
  padding: 180px 80px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px; }
  @media (min-width: 1320px) {
    .about .section-under-header .main-slider.container {
      width: 1300px; } }
  .about .section-under-header .main-slider .page-title {
    word-break: break-word; }
  .about .section-under-header .main-slider h1 {
    font-size: 10rem;
    margin: 0;
    font-weight: 700; }
  .about .section-under-header .main-slider p {
    padding-right: 9px;
    font-size: 24px;
    margin: 0; }
  @media (max-width: 640px) {
    .about .section-under-header .main-slider {
      padding: 40px 20px; }
      .about .section-under-header .main-slider h1 {
        font-size: 3.6rem; }
      .about .section-under-header .main-slider p {
        font-size: 2rem; } }
  .about .section-under-header .main-slider .discover-sofbud {
    margin-top: 20px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 20px;
    background: #ff5347;
    color: #ffffff;
    margin-right: 7px; }
    .about .section-under-header .main-slider .discover-sofbud span {
      padding-left: 5px;
      font-size: 16px !important;
      font-weight: 700; }
  .about .section-under-header .main-slider:after {
    content: "";
    height: 20px;
    width: 30%;
    background: #ff5347;
    position: absolute;
    bottom: -20px; }
.about .about-details {
  padding: 0 60px 70px 60px;
  font-family: 'Montserrat', sans-serif; }
  .about .about-details .about-sofbud {
    padding: 60px 30px; }
    .about .about-details .about-sofbud strong {
      font-size: 27px; }
      @media (max-width: 640px) {
        .about .about-details .about-sofbud strong {
          font-size: 18px; } }
    .about .about-details .about-sofbud p {
      padding-top: 50px;
      font-size: 14px; }
  .about .about-details .left-column {
    padding-bottom: 30px; }
  @media (max-width: 990px) {
    .about .about-details .right-column img {
      margin: 0 auto; } }
  .about .about-details .about-roller {
    position: relative; }
    .about .about-details .about-roller img {
      position: absolute;
      top: -200px; }
      @media (max-width: 990px) {
        .about .about-details .about-roller img {
          display: none; } }
  @media (max-width: 680px) {
    .about .about-details {
      padding: 0 20px 80px 20px; } }
.about .red-section {
  background: #ff5347;
  font-family: 'Montserrat', sans-serif;
  padding: 60px;
  margin-bottom: 80px; }
  @media (min-width: 1320px) {
    .about .red-section.container {
      width: 1300px; } }
  .about .red-section .red-section-el {
    color: #ffffff;
    text-align: center; }
    .about .red-section .red-section-el .icon-wrapper {
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .about .red-section .red-section-el h3 {
      font-weight: 700;
      margin-bottom: 20px; }

@media (max-width: 990px) {
  .production {
    padding-top: 80px; } }
.production .section-under-header {
  background: linear-gradient(90deg, #f1f1f1 40%, #ffffff 40%); }
  .production .section-under-header .main-slider {
    padding: 80px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px; }
    .production .section-under-header .main-slider .page-title {
      word-break: break-word; }
    .production .section-under-header .main-slider h1 {
      color: #ff5347;
      margin: 0;
      font-weight: 700;
      font-size: 56px; }
      .production .section-under-header .main-slider h1 img {
        margin-right: 25px; }
        @media (max-width: 767px) {
          .production .section-under-header .main-slider h1 img {
            display: none; } }
    @media (max-width: 640px) {
      .production .section-under-header .main-slider {
        padding: 40px 20px; }
        .production .section-under-header .main-slider h1 {
          font-size: 3.6rem; }
        .production .section-under-header .main-slider p {
          font-size: 2rem; } }
.production .nav {
  font-family: 'Montserrat', sans-serif; }
  .production .nav li a {
    font-size: 18px; }
    .production .nav li a:link, .production .nav li a:hover, .production .nav li a:focus {
      border: none;
      color: #000000;
      font-weight: 700;
      text-decoration: none;
      background: transparent; }
  .production .nav li.active a {
    border-bottom: 3px solid #ff5347; }
  @media (max-width: 767px) {
    .production .nav li {
      padding-top: 5px;
      float: none; } }
.production .tab-content {
  font-family: 'Montserrat', sans-serif; }
  .production .tab-content .tab-inside {
    padding: 30px 15px; }
    .production .tab-content .tab-inside ul {
      margin-top: 30px;
      list-style-type: square;
      color: #ff5347; }
      .production .tab-content .tab-inside ul li {
        color: #000000; }
        .production .tab-content .tab-inside ul li:before {
          color: #ff5347; }
    .production .tab-content .tab-inside .tab-about {
      padding-top: 60px; }
    .production .tab-content .tab-inside .tab-img {
      padding: 60px;
      background-position: right;
      background-repeat: no-repeat;
      background-size: contain; }
      .production .tab-content .tab-inside .tab-img img {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto; }
    .production .tab-content .tab-inside .gallery .col {
      height: 250px; }
      .production .tab-content .tab-inside .gallery .col img {
        display: block;
        margin: 0 auto;
        max-width: 90%;
        max-height: 90%; }
    .production .tab-content .tab-inside h3 {
      font-size: 16px;
      font-weight: 700; }

.contact-section-container {
  background: #3b3131;
  padding-bottom: 30px; }
  @media (min-width: 1320px) {
    .contact-section-container.container {
      width: 1300px; } }
  @media (max-width: 990px) {
    .contact-section-container {
      padding-top: 0px; } }
  .contact-section-container .contact-section {
    padding: 80px 100px;
    width: 100%;
    height: auto;
    background: #3b3131;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif; }
    .contact-section-container .contact-section .input-group {
      position: relative;
      margin-bottom: 45px; }
    .contact-section-container .contact-section h2 {
      text-transform: uppercase;
      text-align: center;
      color: #ffffff;
      padding-top: 30px;
      padding-bottom: 70px; }
    .contact-section-container .contact-section .wpcf7 .wpcf7-form label {
      width: 100%; }
    .contact-section-container .contact-section .wpcf7 .wpcf7-form .wpcf7-text {
      background: transparent;
      display: block;
      border: none;
      border-bottom: 1px solid #735f5f;
      margin-bottom: 30px;
      padding-bottom: 10px;
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      outline: none !important; }
      .contact-section-container .contact-section .wpcf7 .wpcf7-form .wpcf7-text:focus {
        outline: none; }
      .contact-section-container .contact-section .wpcf7 .wpcf7-form .wpcf7-text .wpcf7-number {
        background: transparent;
        display: block;
        border: none;
        border-bottom: 1px solid #735f5f;
        margin-bottom: 30px;
        padding-bottom: 10px;
        width: 100%;
        font-size: 12px;
        font-weight: 700;
        outline: none !important; }
        .contact-section-container .contact-section .wpcf7 .wpcf7-form .wpcf7-text .wpcf7-number:focus {
          outline: none; }
    .contact-section-container .contact-section .wpcf7-submit {
      float: right;
      font-size: 10px;
      text-transform: uppercase;
      border-radius: 0;
      padding: 10px 20px;
      background: #ff5347;
      color: #ffffff;
      width: 150px;
      border: none;
      margin-top: 20px; }
    .contact-section-container .contact-section .wpcf7-number {
      background: transparent;
      display: block;
      border: none;
      border-bottom: 1px solid #735f5f;
      margin-bottom: 30px;
      padding-bottom: 10px;
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      outline: none !important; }
      .contact-section-container .contact-section .wpcf7-number:focus {
        outline: none; }
    .contact-section-container .contact-section .wpcf7-textarea {
      width: 100%;
      border: none;
      background: transparent;
      border-bottom: 1px solid #735f5f;
      outline: none !important; }
      .contact-section-container .contact-section .wpcf7-textarea:focus {
        outline: none; }
    @media (max-width: 640px) {
      .contact-section-container .contact-section {
        padding: 40px 20px 80px 20px; } }

.contact {
  position: relative; }
  .contact .contact-box {
    position: absolute;
    padding: 20px 30px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    min-height: 300px;
    width: 400px;
    background: #ff5347;
    margin-left: -175px;
    left: 25%;
    top: 25%; }
    .contact .contact-box h2 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 30px; }
    .contact .contact-box img {
      float: right; }
    .contact .contact-box p {
      margin-bottom: 0; }
    .contact .contact-box a {
      text-decoration: none !important;
      color: #ffffff !important; }
    .contact .contact-box .tel-and-email {
      margin-top: 30px; }
    @media (max-width: 767px) {
      .contact .contact-box {
        width: 100%;
        margin-left: 0;
        left: 0;
        bottom: 0;
        top: auto; } }
  .contact iframe {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .contact iframe {
        margin-bottom: 120px; } }

@media (max-width: 990px) {
  .services {
    padding-top: 80px; } }
.services .section-under-header {
  background: linear-gradient(90deg, #f1f1f1 40%, #ffffff 40%); }
  .services .section-under-header .main-slider {
    padding: 80px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px; }
    .services .section-under-header .main-slider .page-title {
      word-break: break-word; }
    .services .section-under-header .main-slider h1 {
      color: #ff5347;
      margin: 0;
      font-weight: 700;
      font-size: 56px; }
      .services .section-under-header .main-slider h1 img {
        margin-right: 30px;
        height: 40px; }
        @media (max-width: 767px) {
          .services .section-under-header .main-slider h1 img {
            display: none; } }
    @media (max-width: 640px) {
      .services .section-under-header .main-slider {
        padding: 40px 20px; }
        .services .section-under-header .main-slider h1 {
          font-size: 3.6rem; }
        .services .section-under-header .main-slider p {
          font-size: 2rem; } }
.services .nav {
  font-family: 'Montserrat', sans-serif; }
  .services .nav li a {
    font-size: 18px; }
    .services .nav li a:link, .services .nav li a:hover, .services .nav li a:focus, .services .nav li a:active {
      border: none;
      font-weight: 700;
      text-decoration: none;
      background: transparent; }
    .services .nav li a:focus, .services .nav li a:visited, .services .nav li a:link, .services .nav li a :focus-within {
      color: #b6b6b6; }
    .services .nav li a:hover {
      color: #ff5347 !important; }
    .services .nav li a:active {
      color: #000000; }
    .services .nav li a:link, .services .nav li a:hover, .services .nav li a:focus, .services .nav li a:active {
      border: none;
      font-weight: 700;
      text-decoration: none;
      background: transparent; }
  .services .nav li.active a {
    border-bottom: 3px solid #ff5347;
    color: #000000; }
  @media (max-width: 767px) {
    .services .nav li {
      padding-top: 5px;
      float: none; } }
.services .tab-content {
  font-family: 'Montserrat', sans-serif; }
  .services .tab-content .tab-inside {
    padding: 30px; }
    .services .tab-content .tab-inside .row {
      border-bottom: 1px solid #f1f1f1;
      padding-top: 30px;
      padding-bottom: 30px; }
      .services .tab-content .tab-inside .row .col {
        padding: 30px; }
        .services .tab-content .tab-inside .row .col img {
          margin: 0 auto; }
    .services .tab-content .tab-inside ul {
      margin-top: 30px;
      list-style-type: square;
      color: #ff5347; }
      .services .tab-content .tab-inside ul li {
        color: #000000; }
        .services .tab-content .tab-inside ul li:before {
          color: #ff5347; }
    .services .tab-content .tab-inside .tab-about {
      padding-top: 60px; }
    .services .tab-content .tab-inside .tab-img {
      padding: 60px;
      background: url("img/sofbud_logo_grey.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size: contain; }
    .services .tab-content .tab-inside h3 {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }

.realizations .section-under-header {
  background: linear-gradient(90deg, #f1f1f1 40%, #ffffff 40%); }
  .realizations .section-under-header .main-slider {
    padding: 80px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px; }
    .realizations .section-under-header .main-slider .page-title {
      word-break: break-word; }
    .realizations .section-under-header .main-slider h1 {
      color: #ff5347;
      margin: 0;
      font-weight: 700;
      font-size: 56px; }
      .realizations .section-under-header .main-slider h1 img {
        margin-right: 30px;
        height: 40px; }
        @media (max-width: 767px) {
          .realizations .section-under-header .main-slider h1 img {
            display: none; } }
    @media (max-width: 640px) {
      .realizations .section-under-header .main-slider {
        padding: 40px 20px; }
        .realizations .section-under-header .main-slider h1 {
          font-size: 3.6rem; }
        .realizations .section-under-header .main-slider p {
          font-size: 2rem; } }
.realizations .realizations-list {
  padding: 30px;
  font-family: 'Montserrat', sans-serif; }
  .realizations .realizations-list .see-all-services {
    float: right;
    margin-top: -25px;
    padding-bottom: 30px; }
    .realizations .realizations-list .see-all-services button {
      color: #3b3131;
      background: transparent;
      border: 0; }
      .realizations .realizations-list .see-all-services button span {
        padding-left: 5px;
        font-size: 16px !important;
        font-weight: 700;
        color: #ff5347; }
    @media (max-width: 500px) {
      .realizations .realizations-list .see-all-services {
        float: inherit;
        margin-top: inherit; } }
  .realizations .realizations-list .realizations-row {
    border-top: 1px solid #f1f1f1;
    clear: right; }
    .realizations .realizations-list .realizations-row .realizations-element {
      display: none;
      padding: 60px 30px;
      text-align: center; }
      .realizations .realizations-list .realizations-row .realizations-element img {
        height: 150px;
        width: auto; }
      .realizations .realizations-list .realizations-row .realizations-element:nth-of-type(1), .realizations .realizations-list .realizations-row .realizations-element:nth-of-type(2), .realizations .realizations-list .realizations-row .realizations-element:nth-of-type(3) {
        display: block; }
    @media (max-width: 500px) {
      .realizations .realizations-list .realizations-row {
        margin-top: 30px; } }
  .realizations .realizations-list h3 {
    font-weight: 700;
    text-align: left; }
  .realizations .realizations-list p {
    font-weight: 700; }

@media (max-width: 990px) {
  .realization {
    padding-top: 80px; } }
.realization .section-under-header {
  background: linear-gradient(90deg, #f1f1f1 40%, #ffffff 40%); }
  .realization .section-under-header .main-slider {
    padding: 80px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px; }
    .realization .section-under-header .main-slider .page-title {
      word-break: break-word; }
    .realization .section-under-header .main-slider h1 {
      color: #ff5347;
      margin: 0;
      font-weight: 700;
      font-size: 56px; }
      .realization .section-under-header .main-slider h1 img {
        margin-right: 30px;
        height: 40px; }
        @media (max-width: 767px) {
          .realization .section-under-header .main-slider h1 img {
            display: none; } }
    @media (max-width: 640px) {
      .realization .section-under-header .main-slider {
        padding: 40px 20px; }
        .realization .section-under-header .main-slider h1 {
          font-size: 3.6rem; }
        .realization .section-under-header .main-slider p {
          font-size: 2rem; } }
.realization .tab-inside {
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif; }
  .realization .tab-inside .sub-title {
    word-break: break-word; }
  .realization .tab-inside ul {
    margin-top: 30px;
    list-style-type: square;
    color: #ff5347; }
    .realization .tab-inside ul li {
      color: #000000; }
      .realization .tab-inside ul li:before {
        color: #ff5347; }
  .realization .tab-inside .tab-about {
    padding-top: 60px; }
  .realization .tab-inside .tab-img {
    padding: 60px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain; }
    .realization .tab-inside .tab-img img {
      display: block;
      margin: 0 auto;
      height: auto;
      width: 100%; }
  .realization .tab-inside .gallery .col {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .realization .tab-inside .gallery .col img {
      display: block;
      margin: 0 auto;
      max-width: 90%;
      max-height: 90%; }
  .realization .tab-inside h3 {
    font-size: 16px;
    font-weight: 700; }

.error {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(90deg, #f1f1f1 40%, #ffffff 40%);
  padding-top: 20vh;
  padding-bottom: 20vh; }
  .error .not-found {
    font-size: 10em;
    color: #ff5347;
    font-weight: 700; }
  .error h1 {
    font-size: 5em; }
  @media (max-width: 768px) {
    .error {
      padding-top: 1vh;
      padding-bottom: 2vh; }
      .error .not-found {
        font-size: 7em; }
      .error h1 {
        font-size: 3em; } }

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