@font-face {

  font-family: 'Myriad Pro Regular';

  font-style: normal;

  font-weight: normal;

  src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff"); }

@font-face {

  font-family: 'Open Sans';

  font-style: normal;

  font-weight: 400;

  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff"); }

* {

  margin: 0;

  padding: 0;

  box-sizing: border-box; }



body {

  font-family: 'Roboto';

  background: #000;

  overflow: hidden; }

  body.fixed {

    overflow: hidden; }



.inner-content {

  padding-top: 70px;

  padding-bottom: 100px; }



.container-fluid {

  padding: 0; }



.row {

  margin: 0; }



.preload {

  background: black;

  height: 100vh;

  width: 100vw;

  z-index: 9999;

  position: fixed; }

  .preload .loading-image {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%); }

    .preload .loading-image .lds-ripple {

      display: inline-block;

      position: relative;

      width: 80px;

      height: 80px; }

    .preload .loading-image .lds-ripple div {

      position: absolute;

      border: 4px solid #fff;

      opacity: 1;

      border-radius: 50%;

      animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

    .preload .loading-image .lds-ripple div:nth-child(2) {

      animation-delay: -0.5s; }

@keyframes lds-ripple {

  0% {

    top: 36px;

    left: 36px;

    width: 0;

    height: 0;

    opacity: 1; }

  100% {

    top: 0px;

    left: 0px;

    width: 72px;

    height: 72px;

    opacity: 0; } }

#navbar {

  padding: 0 15px !important;

  font-family: 'Segoe UI','Open Sans' !important;

  z-index: 10;

  transition: all 0.5s;

  position: fixed;

  width: 100%;

  height: 70px;

  display: flex;

  align-items: center; }

  #navbar h3 {

    font-weight: 700;

    color: #FFF; }

  #navbar .container-fluid {

    display: flex;

    justify-content: space-between;

    align-items: center; }

  #navbar .logo {

    margin-top: -8px; }

    #navbar .logo img {

      max-width: 180px; }

      #navbar .logo img:nth-child(2) {

        display: none; }

  #navbar .main-nav {

    float: none !important; }

    #navbar .main-nav ul {

      margin-bottom: 0 !important; }

    #navbar .main-nav ul li {

      display: inline;

      padding: 10px;

      font-size: 18px; }

      #navbar .main-nav ul li a {

        color: #FFF;

        text-decoration: none;

        transition: color ease 0.5s; }

      #navbar .main-nav ul li.active a, #navbar .main-nav ul li:hover a {

        color: red; }

  #navbar .mobile-nav .hamburger {

    position: absolute;

    cursor: pointer;

    right: 5%;

    top: 50%;

    transform: translate(-5%, -50%); }

  #navbar .mobile-nav .line {

    width: 30px;

    height: 3px;

    background: #FFF;

    margin: 5px; }

  #navbar .mobile-nav .cross {

    display: none;

    width: 30px;

    height: 3px;

    background: #FFF; }

    #navbar .mobile-nav .cross:nth-child(4) {

      -ms-transform: rotate(45deg);

      /* IE 9 */

      transform: rotate(45deg); }

    #navbar .mobile-nav .cross:nth-child(5) {

      -ms-transform: rotate(-45deg);

      /* IE 9 */

      transform: rotate(-45deg);

      margin-top: -3px; }

  #navbar .mobile-nav .nav-links {

    position: fixed;

    background: #FFF;

    height: 100vh;

    width: 100%;

    left: 0;

    top: 70px;

    clip-path: circle(100px at 100% -40%);

    -webkit-clip-path: circle(100px at 100% -40%);

    transition: all 0.5s ease-out; }

    #navbar .mobile-nav .nav-links li {

      text-align: center;

      list-style: none;

      margin: 20px; }

      #navbar .mobile-nav .nav-links li a {

        text-decoration: none; }

    #navbar .mobile-nav .nav-links.open {

      z-index: 9999;

      clip-path: circle(2000px at 100% -40%);

      -webkit-clip-path: circle(2000px at 100% -40%); }

  #navbar.navbar-scrolled {

    transition: all 0.5s;

    background-color: rgba(255, 255, 255, 0.9);

    z-index: 997;

    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);

    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);

    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5); }

    #navbar.navbar-scrolled h3 {

      color: red; }

    #navbar.navbar-scrolled .logo img:nth-child(1) {

      display: none; }

    #navbar.navbar-scrolled .logo img:nth-child(2) {

      display: block; }

    #navbar.navbar-scrolled .main-nav ul li a {

      color: #000; }

    #navbar.navbar-scrolled .main-nav ul li.active a, #navbar.navbar-scrolled .main-nav ul li:hover a {

      color: red; }

    #navbar.navbar-scrolled .mobile-nav .line {

      background: red; }

    #navbar.navbar-scrolled .mobile-nav .cross {

      background: red; }

      #navbar.navbar-scrolled .mobile-nav .cross:nth-child(4) {

        animation: cross1 0.5s linear; }

      #navbar.navbar-scrolled .mobile-nav .cross:nth-child(5) {

        animation: cross2 0.5s linear; }

    #navbar.navbar-scrolled .mobile-nav .nav-links {

      position: fixed;

      background: rgba(255, 255, 255, 0.9);

      height: 100vh;

      width: 100%;

      left: 0;

      top: 70px;

      clip-path: circle(100px at 100% -40%);

      -webkit-clip-path: circle(100px at 100% -40%);

      transition: all 0.5s ease-out; }

      #navbar.navbar-scrolled .mobile-nav .nav-links li {

        text-align: center;

        list-style: none;

        margin: 20px; }

        #navbar.navbar-scrolled .mobile-nav .nav-links li a {

          text-decoration: none;

          color: #000; }

        #navbar.navbar-scrolled .mobile-nav .nav-links li.active a, #navbar.navbar-scrolled .mobile-nav .nav-links li:hover a {

          color: red; }

      #navbar.navbar-scrolled .mobile-nav .nav-links.open {

        z-index: 9999;

        clip-path: circle(2000px at 100% -40%);

        -webkit-clip-path: circle(2000px at 100% -40%); }



#home {

  color: #FFF; }

  #home .main-banner .home-main-banner-bw {

    position: absolute;

    opacity: 1;

    visibility: visible;

    transition: all ease 0.5s; }

  #home .coating {

    margin-bottom: 100px; }

    #home .coating .header {

      height: 238px;

      align-items: center;

      display: flex;

      justify-content: center;

      background-image: url(../images/home/bg-text.jpg);

      background-position: center;

      background-repeat: no-repeat;

      background-size: cover;

      text-align: center;

      position: relative; }

      #home .coating .header .text {

        letter-spacing: 1.5;

        margin: 0 10px;

        font-size: 90px;

        color: red;

        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

        #home .coating .header .text:first-child {

          animation-delay: 0s; }

        #home .coating .header .text:nth-child(2) {

          animation-delay: 0.2s; }

        #home .coating .header .text:last-child {

          animation-delay: 0.4s; }

        #home .coating .header .text:first-child, #home .coating .header .text:last-child {

          font-weight: 1000; }

        #home .coating .header .text:nth-child(2) {

          font-weight: 300; }

    #home .coating .left .desc {

      line-height: 2; }

    #home .coating .right {

      display: flex;

      flex-direction: column;

      justify-content: flex-end; }

      #home .coating .right .video-section video:focus {

        outline: none; }

    #home .coating .protection-section {

      margin-top: 50px !important;

      align-items: center;

      justify-content: space-between; }

      #home .coating .protection-section .background {

        background: red;

        height: 145px;

        width: 100%;

        z-index: 0;

        position: absolute; }

      #home .coating .protection-section .content {

        overflow: hidden;

        position: relative;

        z-index: 1;

        width: 100%;

        align-items: center;

        display: flex;

        justify-content: center; }

        #home .coating .protection-section .content .text {

          position: absolute;

          left: 20px;

          font-size: 50px;

          line-height: 1;

          font-weight: 500; }

        #home .coating .protection-section .content .body {

          display: flex;

          justify-content: center; }

          #home .coating .protection-section .content .body .item {

            perspective: 1200px;

            display: inline-block; }

            #home .coating .protection-section .content .body .item figure {

              position: relative;

              transform-style: preserve-3d;

              transition: 1s transform;

              margin-bottom: 0px !important; }

              #home .coating .protection-section .content .body .item figure:hover {

                transform: rotateY(0.5turn); }

                #home .coating .protection-section .content .body .item figure:hover .icon {

                  opacity: 0; }

                #home .coating .protection-section .content .body .item figure:hover figcaption {

                  opacity: 1; }

              #home .coating .protection-section .content .body .item figure .icon {

                opacity: 1;

                transition: 0.6s .1s opacity; }

              #home .coating .protection-section .content .body .item figure figcaption {

                position: absolute;

                width: 100%;

                height: 100%;

                top: 0;

                left: 0;

                transform: rotateY(0.5turn) translateZ(1px);

                text-align: center;

                opacity: 0;

                transition: 0.6s .1s opacity; }

        #home .coating .protection-section .content .img-right img {

          position: absolute;

          right: 0;

          top: 0; }

  #home .coating-benefit {

    margin-bottom: 70px; }

    #home .coating-benefit .header {

      height: 238px;

      align-items: center;

      display: flex;

      justify-content: center;

      background-image: url(../images/home/bg-text-2.jpg);

      background-position: center;

      background-repeat: no-repeat;

      background-size: cover;

      text-align: center;

      position: relative; }

      #home .coating-benefit .header .text {

        letter-spacing: 1.5;

        margin: 0 10px;

        font-size: 90px;

        color: red;

        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

        #home .coating-benefit .header .text:first-child {

          animation-delay: 0s; }

        #home .coating-benefit .header .text:nth-child(2) {

          animation-delay: 0.15s; }

        #home .coating-benefit .header .text:first-child, #home .coating-benefit .header .text:last-child {

          font-weight: 1000; }

        #home .coating-benefit .header .text:nth-child(2) {

          font-weight: 300; }

    #home .coating-benefit .body .row {

      justify-content: center; }

      #home .coating-benefit .body .row .box-item {

        padding: 0px !important;

        margin: 0 !important; }

        #home .coating-benefit .body .row .box-item .item {

          position: relative;

          overflow: hidden; }

          #home .coating-benefit .body .row .box-item .item .desc {

            text-transform: uppercase;

            font-size: 20px;

            font-weight: 600;

            text-align: center;

            position: absolute;

            top: 80%;

            left: 50%;

            transform: translate(-50%, -50%);

            transition: all ease-in-out 0.2s;

            text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5); 

            width: 100%;}

          #home .coating-benefit .body .row .box-item .item img {

            width: 100%;

            transition: all ease-in-out 0.2s;

            filter: grayscale(100%); }

          #home .coating-benefit .body .row .box-item .item:hover .desc {

            font-size: 30px; }

          #home .coating-benefit .body .row .box-item .item:hover img {

            transform: scale(1.1);

            filter: grayscale(0%); }

  #home .social {

    align-items: center;

    justify-content: space-between; }

    #home .social .background {

      background: red;

      height: 145px;

      width: 100%;

      z-index: 0;

      position: absolute; }

    #home .social .content {

      overflow-x: hidden;

      position: relative;

      z-index: 1;

      width: 100%;

      align-items: center;

      display: flex;

      justify-content: center; }

      #home .social .content .text {

        position: absolute;

        left: 20px;

        font-size: 50px;

        line-height: 1;

        font-weight: 500; }

      #home .social .content .body {

        display: flex;

        justify-content: center; }

        #home .social .content .body .icon {

          padding-top: 70px;

          margin: 0 25px; }

          #home .social .content .body .icon .counter-container {

            align-items: center;

            justify-content: center;

            display: flex;

            width: 100%; }

            #home .social .content .body .icon .counter-container span {

              font-size: 50px; }

            #home .social .content .body .icon .counter-container i {

              font-size: 30px; }

      #home .social .content .img-right img {

        position: absolute;

        right: 0;

        top: 50px; }



#about .container-fluid {

  padding: 0; }

#about .about-us {

  margin-bottom: 70px; }

  #about .about-us .photo-container {

    overflow: hidden !important;

    padding: 50px 0; }

  #about .about-us .photo {

    position: relative;

    padding-left: 20vw;

    margin-bottom: 5px; }

    #about .about-us .photo:before {

      content: "";

      width: 30vw;

      height: 450px;

      background: red;

      position: absolute;

      z-index: -1;

      left: 0;

      top: 55px; }

    #about .about-us .photo:after {

      content: "";

      width: 100vw;

      height: 450px;

      background: red;

      position: absolute;

      z-index: -1;

      left: 35vw;

      top: 155px; }

    #about .about-us .photo img {

      width: 100%;

      max-width: 400px;

      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

    #about .about-us .photo .header {

      position: absolute;

      top: 50%;

      left: 110%;

      font-size: 70px;

      line-height: 1;

      color: #FFF;

      font-weight: 300; }

  #about .about-us .text {

    margin-top: 100px;

    font-size: 18px;

    text-align: justify;

    color: #FFF; }

    #about .about-us .text a {

      color: red;

      text-decoration: none; }

  #about .about-us .team {

    margin-top: 50px;

    padding: 0px; }

#about .first {

  height: 1077px;

  background-image: url(../images/about/bg-first.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  margin: 0;

  padding: 0;

  position: relative; }

  #about .first .header {

    padding-top: 50px;

    height: auto;

    transition: all ease 0.5s; }

    #about .first .header.hide {

      height: 0 !important;

      padding-top: 0px; }

  #about .first .header-text-container div {

    animation-delay: 0.5s; }

    #about .first .header-text-container div:first-child {

      color: #FFF;

      text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.8); }

    #about .first .header-text-container div:last-child {

      font-size: 100px;

      color: red;

      text-shadow: 3px 3px 0px rgba(255, 0, 0, 0.8); }

  #about .first .overlay {

    height: 0%;

    position: absolute;

    width: 100%;

    background: rgba(255, 0, 0, 0.7);

    left: 0;

    transition: all ease 0.3s; }

    #about .first .overlay.show {

      height: 100%; }

  #about .first .text-container {

    margin-bottom: 30px;

    color: #FFF;

    height: 100%;

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center; }

    #about .first .text-container .item-container {

      z-index: 1;

      margin: 30px 0;

      font-size: 30px; }

#about .timeline {

  margin-bottom: 70px; }

  #about .timeline .header {

    height: 238px;

    align-items: center;

    display: flex;

    justify-content: center;

    background-image: url(../images/about/bg-timeline.jpg);

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    text-align: center;

    position: relative; }

    #about .timeline .header .text {

      letter-spacing: 1.5;

      margin: 0 10px;

      font-size: 90px;

      color: red;

      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

      #about .timeline .header .text:first-child {

        animation-delay: 0s; }

      #about .timeline .header .text:nth-child(2) {

        animation-delay: 0.15s; }

      #about .timeline .header .text:last-child {

        animation-delay: 0.4s; }

      #about .timeline .header .text:first-child, #about .timeline .header .text:nth-child(2) {

        font-weight: 300; }

      #about .timeline .header .text:last-child {

        font-weight: 1000; }

  #about .timeline .body img {

    transition: all ease 0.5s;

    filter: grayscale(1); }

    #about .timeline .body img:hover {

      filter: grayscale(0); }

#about .organization .row {

  justify-content: center; }

#about .organization .header {

  height: 238px;

  align-items: center;

  display: flex;

  justify-content: center;

  background-image: url(../images/about/bg-organization.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  text-align: center;

  position: relative; }

  #about .organization .header .text {

    letter-spacing: 1.5;

    margin: 0 10px;

    font-size: 90px;

    color: red;

    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

    #about .organization .header .text:first-child {

      animation-delay: 0s; }

    #about .organization .header .text:nth-child(2) {

      animation-delay: 0.2s; }

    #about .organization .header .text:first-child {

      font-weight: 300; }

    #about .organization .header .text:last-child {

      font-weight: 1000; }

#about .organization .box-container {

  margin-top: 50px;

  text-align: center; }

  #about .organization .box-container .photo img {

    max-width: 250px; }

  #about .organization .box-container .identity .top {

    margin-top: 10px;

    color: #FFF; }

    #about .organization .box-container .identity .top .name {

      font-size: 20px;

      font-weight: 600; }

    #about .organization .box-container .identity .top .position {

      font-size: 18px; }

  #about .organization .box-container .identity .bottom {

    margin-top: 5px;

    justify-content: center;

    display: flex; }

    #about .organization .box-container .identity .bottom .underline {

      width: 200px;

      height: 5px;

      background-color: red; }



#blueflame {

  color: #FFF; }

  #blueflame .main-banner .container-fluid {

    padding: 0; }

    #blueflame .main-banner .container-fluid .title {

      margin-bottom: 30px; }

  #blueflame .what-is .top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #FFF;

    margin-bottom: 50px;

    margin-top: 50px; }

    #blueflame .what-is .top .title {

      width: 750px;

      font-size: 35px;

      line-height: 1.5;

      font-weight: 700;

      line-height: 1.2; }

    #blueflame .what-is .top .desc {

      text-align: right;

      font-size: 18px;

      line-height: 1.2; }

      #blueflame .what-is .top .desc p {

        margin-bottom: 0; }

  #blueflame .what-is .bottom {

    display: flex;

    align-items: center;

    position: relative; }

    #blueflame .what-is .bottom .left {

      width: 50vw;

      position: relative; }

      #blueflame .what-is .bottom .left p {

        position: absolute;

        top: 35%;

        font-size: 26px;

        font-weight: 600;

        text-transform: uppercase;

        width: 474px;

        right: 100px; }

      #blueflame .what-is .bottom .left img {

        max-width: 100%; }

    #blueflame .what-is .bottom .right {

      height: 100%;

      width: 60vw; }

      #blueflame .what-is .bottom .right .miring-container {

        display: flex;

        position: absolute;

        height: 100%;

        top: 0; }

      #blueflame .what-is .bottom .right .miring {

        width: 100%;

        max-width: 60px;

        height: auto;

        transform: skew(-10deg);

        background: red;

        z-index: 2; }

      #blueflame .what-is .bottom .right .content-container {

        position: relative;

        padding-left: 30px;

        margin-left: -70px;

        color: #FFF;

        display: flex;

        flex-direction: column;

        justify-content: space-around;

        overflow: hidden;

        z-index: 1; }

      #blueflame .what-is .bottom .right .content {

        display: flex;

        height: 100%;

        align-items: center;

        position: relative; }

        #blueflame .what-is .bottom .right .content.show .number {

          opacity: 0; }

        #blueflame .what-is .bottom .right .content.show .text {

          opacity: 1; }

        #blueflame .what-is .bottom .right .content.show .overlay {

          width: 110%; }

        #blueflame .what-is .bottom .right .content:nth-child(1) .number {

          padding-left: 110px; }

        #blueflame .what-is .bottom .right .content:nth-child(1) .background-img {

          left: 75px; }

        #blueflame .what-is .bottom .right .content:nth-child(1) .image {

          background-image: url(../images/blueflame/bg-1.jpg); }

        #blueflame .what-is .bottom .right .content:nth-child(1) .overlay {

          left: 70px; }

        #blueflame .what-is .bottom .right .content:nth-child(2) .number {

          padding-left: 75px; }

        #blueflame .what-is .bottom .right .content:nth-child(2) .background-img {

          left: 40px; }

        #blueflame .what-is .bottom .right .content:nth-child(2) .image {

          background-image: url(../images/blueflame/bg-2.jpg); }

        #blueflame .what-is .bottom .right .content:nth-child(2) .overlay {

          left: 35px; }

        #blueflame .what-is .bottom .right .content:nth-child(3) .number {

          padding-left: 40px; }

        #blueflame .what-is .bottom .right .content:nth-child(3) .image {

          background-image: url(../images/blueflame/bg-3.jpg); }

        #blueflame .what-is .bottom .right .content .number {

          z-index: 2;

          transition: opacity ease 0.5s;

          font-size: 35px; }

        #blueflame .what-is .bottom .right .content .text {

          opacity: 0;

          transition: opacity ease 0.5s;

          padding-left: 50px;

          padding-right: 220px;

          font-size: 20px;

          z-index: 2; }

        #blueflame .what-is .bottom .right .content .overlay {

          background-color: rgba(255, 0, 0, 0.7);

          height: 100%;

          width: 100px;

          position: absolute;

          left: 0;

          transform: skew(-10deg);

          transition: width ease 0.5s;

          z-index: 1; }

        #blueflame .what-is .bottom .right .content .background-img {

          width: 110%;

          height: 100%;

          position: absolute;

          transform: skew(-10deg);

          -ms-transform: skew(-10deg);

          /* IE 9 */

          -webkit-transform: skew(-10deg);

          /* Safari and Chrome */

          overflow: hidden;

          -webkit-transform-origin: top left;

          -ms-transform-origin: top left;

          transform-origin: top left; }

          #blueflame .what-is .bottom .right .content .background-img .image {

            background-repeat: no-repeat;

            background-size: cover;

            width: 100%;

            height: 100%;

            background-color: rgba(0, 0, 0, 0.5);

            background-blend-mode: multiply; }

      #blueflame .what-is .bottom .right .list {

        display: flex;

        margin-bottom: 15px; }

        #blueflame .what-is .bottom .right .list .number {

          margin-right: 10px;

          padding-top: 4px;

          font-weight: 600; }

          #blueflame .what-is .bottom .right .list .number div {

            background: #FFF;

            color: blue;

            padding: 5px 10px;

            border-radius: 5px; }

  #blueflame .video {

    padding: 0;

    margin-bottom: 50px; }

    #blueflame .video .video-item video:focus {

      outline: none; }

  #blueflame .slide {

    padding: 0px; }



#dgc .container-fluid {

  padding: 0; }

#dgc .description {

  margin-top: 50px;

  color: #FFF; }

  #dgc .description .photo-container {

    overflow: hidden !important;

    padding: 50px 0; }

  #dgc .description .photo {

    position: relative;

    padding-left: 25vw;

    margin-bottom: 5px; }

    #dgc .description .photo:before {

      content: "";

      width: 30vw;

      height: 250px;

      background: red;

      position: absolute;

      z-index: -1;

      left: 0;

      top: 55px; }

    #dgc .description .photo:after {

      content: "";

      width: 100vw;

      height: 250px;

      background: red;

      position: absolute;

      z-index: -1;

      left: 33vw;

      top: 200px; }

    #dgc .description .photo img {

      width: 100%;

      max-width: 400px;

      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

    #dgc .description .photo .header {

      position: absolute;

      top: 26%;

      left: 102%;

      width: fit-content;

      color: #FFF; }

      #dgc .description .photo .header div {

        line-height: 1; }

        #dgc .description .photo .header div:nth-child(1) {

          font-size: 40px;

          text-transform: uppercase;

          font-weight: 700; }

        #dgc .description .photo .header div:nth-child(2) {

          font-size: 25px;

          text-transform: uppercase;

          font-weight: 300; }

    #dgc .description .photo .text {

      width: 130%;

      position: absolute;

      top: 45%;

      left: 103%;

      font-size: 18px; }



#luminosity .main-banner {

  margin-bottom: 50px; }

  #luminosity .main-banner .container-fluid {

    padding: 0; }

    #luminosity .main-banner .container-fluid .title {

      margin-bottom: 30px; }

#luminosity .description {

  margin-top: 50px;

  color: #FFF; }

  #luminosity .description .top {

    margin-bottom: 70px; }

    #luminosity .description .top a {

      color: red;

      text-decoration: none; }

  #luminosity .description .bottom {

    display: flex;

    align-items: center;

    position: relative; }

    #luminosity .description .bottom .left {

      display: flex;

      align-items: center;

      width: 45vw; }

      #luminosity .description .bottom .left img {

        width: 30%;

        background: #FFF; }

      #luminosity .description .bottom .left .text {

        width: 70%;

        font-size: 26px;

        font-weight: 600;

        text-transform: uppercase;

        padding: 0 60px;

        line-height: 2; }

    #luminosity .description .bottom .right {

      height: 100%; }

      #luminosity .description .bottom .right .miring-container {

        display: flex;

        position: absolute;

        height: 100%;

        top: 0; }

      #luminosity .description .bottom .right .miring {

        width: 100%;

        max-width: 60px;

        height: auto;

        transform: skew(-10deg);

        background: red;

        z-index: 2; }

      #luminosity .description .bottom .right .content-container {

        position: relative;

        padding-left: 30px;

        margin-left: -70px;

        color: #FFF;

        display: flex;

        flex-direction: column;

        justify-content: space-around;

        overflow: hidden;

        z-index: 1; }

      #luminosity .description .bottom .right .content {

        display: flex;

        height: 100%;

        align-items: center;

        position: relative; }

        #luminosity .description .bottom .right .content.show {

          justify-content: center; }

          #luminosity .description .bottom .right .content.show .number {

            opacity: 0; }

          #luminosity .description .bottom .right .content.show .text {

            opacity: 1; }

          #luminosity .description .bottom .right .content.show .overlay {

            width: 110%; }

        #luminosity .description .bottom .right .content:nth-child(1) .number {

          padding-left: 115px; }

        #luminosity .description .bottom .right .content:nth-child(1) .background-img {

          left: 75px; }

        #luminosity .description .bottom .right .content:nth-child(1) .image {

          background-image: url(../images/luminosity/bg-1.jpg); }

        #luminosity .description .bottom .right .content:nth-child(1) .overlay {

          left: 72px !important; }

        #luminosity .description .bottom .right .content:nth-child(2) .number {

          padding-left: 95px; }

        #luminosity .description .bottom .right .content:nth-child(2) .background-img {

          left: 50px; }

        #luminosity .description .bottom .right .content:nth-child(2) .image {

          background-image: url(../images/luminosity/bg-2.jpg); }

        #luminosity .description .bottom .right .content:nth-child(2) .overlay {

          left: 50px !important; }

        #luminosity .description .bottom .right .content:nth-child(3) .number {

          padding-left: 75px; }

        #luminosity .description .bottom .right .content:nth-child(3) .background-img {

          left: 30px; }

        #luminosity .description .bottom .right .content:nth-child(3) .image {

          background-image: url(../images/luminosity/bg-3.jpg); }

        #luminosity .description .bottom .right .content:nth-child(3) .overlay {

          left: 28px !important; }

        #luminosity .description .bottom .right .content:nth-child(4) .number {

          padding-left: 50px; }

        #luminosity .description .bottom .right .content:nth-child(4) .background-img {

          left: 5px; }

        #luminosity .description .bottom .right .content:nth-child(4) .image {

          background-image: url(../images/luminosity/bg-4.jpg); }

        #luminosity .description .bottom .right .content:nth-child(4) .overlay {

          left: 5px !important; }

        #luminosity .description .bottom .right .content:nth-child(5) .number {

          padding-left: 30px; }

        #luminosity .description .bottom .right .content:nth-child(5) .image {

          background-image: url(../images/luminosity/bg-5.jpg); }

        #luminosity .description .bottom .right .content:nth-child(5) .overlay {

          left: -17px !important; }

        #luminosity .description .bottom .right .content .number {

          z-index: 2;

          transition: opacity ease 0.5s;

          font-size: 35px; }

        #luminosity .description .bottom .right .content .text {

          opacity: 0;

          transition: opacity ease 0.5s;

          padding-left: 50px;

          padding-right: 200px;

          font-size: 20px;

          z-index: 2;

          text-align: center; }

        #luminosity .description .bottom .right .content .overlay {

          background-color: rgba(255, 0, 0, 0.7);

          height: 100%;

          width: 100px;

          position: absolute;

          left: 0;

          transform: skew(-10deg);

          transition: width ease 0.5s;

          z-index: 1; }

        #luminosity .description .bottom .right .content .background-img {

          width: 110%;

          height: 100%;

          position: absolute;

          transform: skew(-10deg);

          -ms-transform: skew(-10deg);

          /* IE 9 */

          -webkit-transform: skew(-10deg);

          /* Safari and Chrome */

          overflow: hidden;

          -webkit-transform-origin: top left;

          -ms-transform-origin: top left;

          transform-origin: top left; }

          #luminosity .description .bottom .right .content .background-img .image {

            background-repeat: no-repeat;

            background-size: cover;

            width: 100%;

            height: 100%;

            background-color: rgba(0, 0, 0, 0.5);

            background-blend-mode: multiply; }



#velosity .container-fluid {

  padding: 0; }

#velosity .description {

  color: #FFF; }

  #velosity .description .bottom {

    display: flex;

    align-items: center;

    position: relative; }

  #velosity .description .left {

    display: flex;

    align-items: center;

    width: 40vw; }

    #velosity .description .left img {

      width: 35%;

      background: #FFF; }

    #velosity .description .left .text {

      width: 65%;

      font-size: 26px;

      font-weight: 600;

      text-transform: uppercase;

      padding: 0 60px;

      line-height: 2; }

  #velosity .description .right {

    height: 100%; }

    #velosity .description .right .miring-container {

      display: flex;

      position: absolute;

      height: 100%;

      top: 0; }

    #velosity .description .right .miring {

      width: 100%;

      max-width: 60px;

      height: auto;

      transform: skew(-10deg);

      background: red;

      z-index: 2; }

    #velosity .description .right .content-container {

      position: relative;

      padding-left: 30px;

      margin-left: -70px;

      color: #FFF;

      display: flex;

      flex-direction: column;

      justify-content: space-around;

      overflow: hidden;

      z-index: 1; }

    #velosity .description .right .content {

      display: flex;

      height: 100%;

      align-items: center;

      position: relative; }

      #velosity .description .right .content.show {

        justify-content: center; }

        #velosity .description .right .content.show .number {

          opacity: 0; }

        #velosity .description .right .content.show .text {

          opacity: 1; }

        #velosity .description .right .content.show .overlay {

          width: 110%; }

      #velosity .description .right .content:nth-child(1) .number {

        padding-left: 115px; }

      #velosity .description .right .content:nth-child(1) .background-img {

        left: 75px; }

      #velosity .description .right .content:nth-child(1) .image {

        background-image: url(../images/velosity/bg-text.jpg); }

      #velosity .description .right .content .number {

        z-index: 2;

        transition: opacity ease 0.5s;

        font-size: 35px; }

      #velosity .description .right .content .text {

        opacity: 0;

        transition: opacity ease 0.5s;

        padding-left: 280px;

        padding-right: 200px;

        font-size: 20px;

        z-index: 2;

        text-align: center; }

      #velosity .description .right .content .overlay {

        background-color: rgba(255, 0, 0, 0.7);

        height: 100%;

        width: 125px;

        position: absolute;

        left: 0;

        transform: skew(-10deg);

        transition: width ease 0.5s;

        z-index: 1; }

      #velosity .description .right .content .background-img {

        width: 110%;

        height: 100%;

        position: absolute;

        transform: skew(-10deg);

        -ms-transform: skew(-10deg);

        /* IE 9 */

        -webkit-transform: skew(-10deg);

        /* Safari and Chrome */

        overflow: hidden;

        -webkit-transform-origin: top left;

        -ms-transform-origin: top left;

        transform-origin: top left; }

        #velosity .description .right .content .background-img .image {

          background-repeat: no-repeat;

          background-size: cover;

          width: 100%;

          height: 100%;

          background-color: rgba(0, 0, 0, 0.5);

          background-blend-mode: multiply; }



#package .main-banner {

  margin-bottom: 150px;

  position: relative; }

  #package .main-banner .title {

    margin-bottom: 150px; }

    #package .main-banner .title .header {

      height: 238px;

      align-items: center;

      display: flex;

      justify-content: center;

      background-image: url(../images/package/bg-1.jpg);

      background-position: center;

      background-repeat: no-repeat;

      background-size: cover;

      text-align: center;

      position: relative; }

      #package .main-banner .title .header .text {

        letter-spacing: 1.5;

        margin: 0 10px;

        font-size: 90px;

        color: red;

        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

        #package .main-banner .title .header .text:first-child {

          animation-delay: 0s; }

        #package .main-banner .title .header .text:nth-child(2) {

          animation-delay: 0.2s; }

        #package .main-banner .title .header .text:last-child {

          animation-delay: 0.4s; }

        #package .main-banner .title .header .text:first-child, #package .main-banner .title .header .text:last-child {

          font-weight: 1000; }

        #package .main-banner .title .header .text:nth-child(2) {

          font-weight: 300; }

  #package .main-banner .banner {

    position: relative; }

    #package .main-banner .banner .overlay-container {

      position: absolute;

      top: 0;

      height: 100%;

      width: 100%;

      padding: 0 50px; }

      #package .main-banner .banner .overlay-container .overlay {

        height: 100%;

        width: 100%;

        display: flex;

        flex-direction: column;

        justify-content: space-between;

        align-items: center;

        border-right: 4px solid red;

        border-left: 4px solid red;

        position: relative; }

        #package .main-banner .banner .overlay-container .overlay .top:after, #package .main-banner .banner .overlay-container .overlay .top:before {

          position: absolute;

          content: "";

          height: 4px;

          width: 28%;

          background: red;

          top: 0; }

        #package .main-banner .banner .overlay-container .overlay .top:before {

          left: 0; }

        #package .main-banner .banner .overlay-container .overlay .top:after {

          right: 0; }

        #package .main-banner .banner .overlay-container .overlay .top .text {

          margin-top: -35px;

          color: #FFF;

          font-size: 50px;

          font-weight: 300; }

        #package .main-banner .banner .overlay-container .overlay .bottom a {

          text-decoration: none; }

        #package .main-banner .banner .overlay-container .overlay .bottom:after, #package .main-banner .banner .overlay-container .overlay .bottom:before {

          position: absolute;

          content: "";

          height: 4px;

          width: 37%;

          background: red;

          bottom: 0; }

        #package .main-banner .banner .overlay-container .overlay .bottom:before {

          left: 0; }

        #package .main-banner .banner .overlay-container .overlay .bottom:after {

          right: 0; }

        #package .main-banner .banner .overlay-container .overlay .bottom .text {

          color: #FFF;

          font-size: 23px;

          font-weight: 700;

          background: red;

          padding: 2px 25px;

          border-radius: 30px;

          margin-bottom: -15px;

          cursor: pointer; }

        #package .main-banner .banner .overlay-container .overlay .middle img {

          max-width: 25vw; }

          #package .main-banner .banner .overlay-container .overlay .middle img:nth-child(1) {

            margin-right: 20px; }

          #package .main-banner .banner .overlay-container .overlay .middle img:nth-child(2) {

            margin-left: 20px; }

#package .our-coating .container-fluid {

  padding: 0; }

#package .our-coating .header {

  height: 238px;

  align-items: center;

  display: flex;

  justify-content: center;

  background-image: url(../images/package/bg-2.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  text-align: center;

  position: relative; }

  #package .our-coating .header .text {

    letter-spacing: 1.5;

    margin: 0 10px;

    font-size: 90px;

    color: red;

    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

    #package .our-coating .header .text:first-child {

      animation-delay: 0s; }

    #package .our-coating .header .text:nth-child(2) {

      animation-delay: 0.2s; }

    #package .our-coating .header .text:first-child {

      font-weight: 1000; }

    #package .our-coating .header .text:nth-child(2) {

      font-weight: 300; }

#package .our-coating .item-container .item {

  margin-bottom: 50px;

  display: flex;

  justify-content: space-between; }

  #package .our-coating .item-container .item .inner-item {

    padding: 0;

    max-width: 33%; }

    #package .our-coating .item-container .item .inner-item:nth-child(2) .bottom {

      transition-delay: 0.3s; }

    #package .our-coating .item-container .item .inner-item:nth-child(3) .bottom {

      transition-delay: 0.6s; }

    #package .our-coating .item-container .item .inner-item .top {

      text-align: center;

      background: #FFF;

      border-bottom: solid 90px red; }

    #package .our-coating .item-container .item .inner-item .bottom {

      padding: 0 10%;

      color: #FFF;

      background: red;

      border-bottom: 30px solid red; }

      #package .our-coating .item-container .item .inner-item .bottom .title {

        font-size: 40px;

        font-weight: 700; }

      #package .our-coating .item-container .item .inner-item .bottom .desc {

        font-size: 20px; }



#client {

  color: #FFF; }

  #client .box-container .top {

    margin-bottom: 10px; }

    #client .box-container .top .car {

      background-image: url(../images/client/bg-car.jpg); }

    #client .box-container .top .aviation {

      background-image: url(../images/client/bg-aviation.jpg); }

    #client .box-container .top .marine {

      background-image: url(../images/client/bg-marine.jpg); }

    #client .box-container .top .motorcycle {

      background-image: url(../images/client/bg-motorcycle.jpg); }

    #client .box-container .top .header {

      height: 238px;

      align-items: center;

      display: flex;

      justify-content: center;

      background-position: center;

      background-repeat: no-repeat;

      background-size: cover;

      text-align: center;

      position: relative; }

      #client .box-container .top .header .text {

        font-weight: 1000;

        letter-spacing: 1.5;

        margin: 0 10px;

        font-size: 90px;

        color: red;

        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

  #client .box-container .bottom .item-container {

    align-items: center;

    margin: 15px 0 !important;

    height: 100vh;

    max-height: 400px; }

    #client .box-container .bottom .item-container .title span {

      font-size: 40px;

      line-height: 1;

      text-transform: uppercase;

      font-weight: 700; }

    #client .box-container .bottom .item-container .text {

      opacity: 0;

      visibility: hidden;

      transition: all ease 0.3s;

      cursor: pointer; }

      #client .box-container .bottom .item-container .text.show {

        opacity: 1;

        visibility: visible; }

      #client .box-container .bottom .item-container .text.hide {

        opacity: 0;

        visibility: hidden; }

      #client .box-container .bottom .item-container .text .sub-title {

        font-weight: 600;

        font-size: 20px;

        color: red; }

      #client .box-container .bottom .item-container .text .desc {

        font-size: 18px; }

    #client .box-container .bottom .item-container .col-md-3 .button {

      left: 50%;

      top: 50%;

      transform: translate(-50%, -50%); }

    #client .box-container .bottom .item-container .col-md-9 .button {

      right: 45px;

      top: 50%;

      transform: translateY(-50%); }

    #client .box-container .bottom .item-container .button {

      transition: all ease 0.3s;

      opacity: 1;

      visibility: visible;

      position: absolute;

      background: red;

      max-width: 240px;

      width: 100%;

      max-height: 170px;

      height: 100%;

      text-align: center;

      font-size: 95px;

      border-radius: 15px;

      color: #000;

      font-weight: 700;

      align-items: center;

      display: flex;

      justify-content: center;

      flex-direction: column;

      -webkit-box-shadow: 3px 3px 8px 0px rgba(255, 0, 0, 0.8);

      -moz-box-shadow: 3px 3px 8px 0px rgba(255, 0, 0, 0.8);

      box-shadow: 3px 3px 8px 0px rgba(255, 0, 0, 0.8);

      cursor: pointer; }

      #client .box-container .bottom .item-container .button div {

        line-height: 1; }

      #client .box-container .bottom .item-container .button small {

        line-height: 1;

        font-size: 23px;

        font-weight: 600; }

      #client .box-container .bottom .item-container .button.show {

        opacity: 1;

        visibility: visible; }

      #client .box-container .bottom .item-container .button.hide {

        opacity: 0;

        visibility: hidden; }

  #client .box-container .bottom .client-carousel {

    padding: 0px; }

    #client .box-container .bottom .client-carousel .item .overlay {

      transition: all ease-in-out 0.2s;

      visibility: hidden;

      background: rgba(255, 0, 0, 0.6);

      height: 100%;

      width: 100%;

      position: absolute;

      left: 0;

      top: 0;

      opacity: 0; }

    #client .box-container .bottom .client-carousel .item .text {

      transition: all ease-in-out 0.2s;

      visibility: hidden;

      position: absolute;

      top: 50%;

      left: 50%;

      transform: translate(-50%, -50%);

      color: #FFF;

      font-size: 20px;

      letter-spacing: 2px;

      opacity: 0; }

    #client .box-container .bottom .client-carousel .item a {

      cursor: pointer; }

      #client .box-container .bottom .client-carousel .item a:hover .overlay, #client .box-container .bottom .client-carousel .item a:hover .text {

        visibility: visible;

        opacity: 1; }

  #client .testimonial .header {

    height: 238px;

    align-items: center;

    display: flex;

    justify-content: center;

    background-image: url(../images/client/bg-testimonial.jpg);

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    text-align: center;

    position: relative; }

    #client .testimonial .header .text {

      font-weight: 1000;

      letter-spacing: 1.5;

      margin: 0 10px;

      font-size: 90px;

      color: red;

      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

      #client .testimonial .header .text:first-child {

        animation-delay: 0s; }

      #client .testimonial .header .text:nth-child(2) {

        animation-delay: 0.2s; }

      #client .testimonial .header .text:first-child {

        font-weight: 300; }

      #client .testimonial .header .text:nth-child(2) {

        font-weight: 1000; }

  #client .testimonial .testimonial-item {

    display: flex;

    margin-bottom: 50px;

    position: relative; }

    #client .testimonial .testimonial-item .image {

      position: absolute;

      top: 20px; }

      #client .testimonial .testimonial-item .image img {

        border-radius: 20px;

        -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);

        -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);

        box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4); }

    #client .testimonial .testimonial-item .text {

      background: #FFF;

      border-radius: 20px;

      color: #000;

      padding: 20px 40px 20px 60px;

      margin-left: 50px;

      width: 100%; }

      #client .testimonial .testimonial-item .text .title {

        font-weight: 700;

        font-size: 18px;

        border-bottom: 2px solid red;

        margin-bottom: 5px;

        padding-bottom: 4px; }

      #client .testimonial .testimonial-item .text .desc {

        font-size: 15px;

        font-style: italic; }



#community .header {

  height: 238px;

  align-items: center;

  display: flex;

  justify-content: center;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  text-align: center;

  position: relative; }

  #community .header .text {

    letter-spacing: 1.5;

    margin: 0 10px;

    font-size: 90px;

    color: red;

    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

    #community .header .text:first-child {

      animation-delay: 0s; }

    #community .header .text:nth-child(2) {

      animation-delay: 0.2s;

      border-bottom: 2px solid red;

      line-height: 1; }

    #community .header .text:last-child {

      animation-delay: 0.4s; }

    #community .header .text:first-child, #community .header .text:last-child {

      font-weight: 1000; }

    #community .header .text:nth-child(2) {

      font-weight: 300; }

#community .item-container {

  position: relative; }

  #community .item-container:not(:last-child) {

    margin-bottom: 70px;

    padding-bottom: 70px; }

    #community .item-container:not(:last-child):after {

      content: "";

      height: 2px;

      width: 80%;

      background: red;

      position: absolute;

      bottom: 0px;

      left: 50%;

      transform: translateX(-50%); }

#community .left {

  flex: 0 0 44%;

  max-width: 44%; }

  #community .left .title {

    background: #FFF;

    max-height: 200px;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;

    margin-bottom: 15px; }

    #community .left .title .text {

      text-align: center;

      font-size: 40px; }

      #community .left .title .text span:nth-child(2n-1) {

        font-weight: 1000; }

    #community .left .title .logo img {

      height: 100%;

      max-height: 77px; }

  #community .left .main-photo {

    background-repeat: no-repeat !important;

    background-size: cover !important;

    height: calc(100% - 215px); }

#community .right {

  padding-left: 0;

  flex: 0 0 56%;

  max-width: 56%; }

  #community .right .photo {

    padding: 0; }

    #community .right .photo img {

      width: 100%; }

    #community .right .photo:nth-child(1) {

      padding-right: 7.5px;

      padding-bottom: 7.5px; }

    #community .right .photo:nth-child(2) {

      padding-left: 7.5px;

      padding-bottom: 7.5px; }

    #community .right .photo:nth-child(3) {

      padding-right: 7.5px;

      padding-top: 7.5px; }

    #community .right .photo:nth-child(4) {

      padding-left: 7.5px;

      padding-top: 7.5px; }



#contact .container-fluid {

  padding: 0;

  overflow: hidden; }

#contact .main-form {

  position: relative;

  margin-bottom: 50px; }

  #contact .main-form #form-contact {

    max-width: 500px;

    width: 100%;

    position: absolute;

    right: 10%;

    top: 50%;

    transform: translateY(-50%);

    background: rgba(0, 0, 0, 0.6);

    padding: 20px;

    border-radius: 10px; }

    #contact .main-form #form-contact .header {

      color: #FFF;

      font-size: 30px;

      margin-bottom: 20px; }

    #contact .main-form #form-contact .input-container {

      position: relative; }

      #contact .main-form #form-contact .input-container input, #contact .main-form #form-contact .input-container textarea {

        width: 100%;

        height: 60px;

        border-radius: 22px;

        outline: none;

        border: none;

        padding: 20px 20px 10px 70px;

        font-size: 20px;

        margin-top: 20px; }

      #contact .main-form #form-contact .input-container textarea {

        height: 300px; }

      #contact .main-form #form-contact .input-container span {

        position: absolute;

        left: 15px;

        top: 22px;

        font-size: 14px; }

      #contact .main-form #form-contact .input-container button {

        background: red;

        color: #FFF;

        padding: 5px 70px;

        border-radius: 22px;

        margin-top: 20px; }

      #contact .main-form #form-contact .input-container .error {

        color: red; }

      #contact .main-form #form-contact .input-container .loading-text {

        display: none; }

#contact .address {

  color: #FFF; }

  #contact .address .google-maps {

    position: relative;

    padding-bottom: 36%;

    height: 0;

    overflow: hidden; }

    #contact .address .google-maps frame {

      position: absolute;

      top: 0;

      left: 0;

      width: 100% !important;

      height: 100% !important; }



#footer {

  background-image: url(../images/footer.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 50px 150px;

  background-color: rgba(0, 0, 0, 0.5);

  background-blend-mode: multiply; }

  #footer .footer-desktop .top {

    justify-content: space-around;

    margin: 0 0 50px 0; }

    #footer .footer-desktop .top ul li {

      color: #FFF;

      list-style: none;

      margin-bottom: 30px; }

      #footer .footer-desktop .top ul li a {

        text-decoration: none;

        color: #FFF; }

  #footer .footer-desktop .bottom {

    margin: 0 0 50px 0;

    color: #FFF; }

  #footer .footer-mobile {

    color: #FFF;

    display: none; }

    #footer .footer-mobile .page {

      text-align: center;

      padding: 10px 0; }

      #footer .footer-mobile .page span {

        color: #FFF; }

      #footer .footer-mobile .page a {

        color: #FFF;

        margin-right: 8px;

        margin-bottom: 2px;

        line-height: 2; }

      #footer .footer-mobile .page:last-child {

        margin-bottom: 20px !important; }

    #footer .footer-mobile .divider {

      height: 1px;

      background: #FFF;

      margin: 0 10%; }



@media (min-width: 1200px) {

  .container {

    max-width: 1366px !important; } }

@media (max-width: 1536px) {

  #home .coating .protection-section .background {

    height: 120px; }

  #home .coating .protection-section .content .text {

    font-size: 40px; }

  #home .coating .protection-section .content .img-right img {

    top: 35px;

    max-width: 230px; }

  #home .social .background {

    height: 120px; }

  #home .social .content .text {

    font-size: 40px; }

  #home .social .content .img-right img {

    max-width: 230px;

    top: 100px; } }

@media (max-width: 1366px) {

  #home .coating .protection-section .background {

    height: 100px; }

  #home .coating .protection-section .content .text {

    font-size: 35px; }

  #home .coating .protection-section .content .body .item figure img {

    max-width: 180px; }

  #home .coating .protection-section .content .body .item figure figcaption img {

    max-width: 180px; }

  #home .coating .protection-section .content .img-right img {

    max-width: 210px;

    top: 0px; }

  #home .social .background {

    height: 100px; }

  #home .social .content .text {

    font-size: 35px; }

  #home .social .content .body .icon {

    padding-top: 30px;

    max-width: 170px; }

    #home .social .content .body .icon .counter-container span {

      font-size: 30px; }

    #home .social .content .body .icon .counter-container i {

      font-size: 20px; }

  #home .social .content .img-right img {

    max-width: 210px;

    top: 40px; }



  #dgc .description .photo {

    padding-left: 18vw; }

    #dgc .description .photo .text {

      width: 160%;

      top: 45%; }



  #luminosity .description .bottom .left .text {

    font-size: 20px; }

  #luminosity .description .bottom .right .content:nth-child(1) .number {

    padding-left: 105px; }

  #luminosity .description .bottom .right .content:nth-child(1) .overlay {

    left: 60px !important; }

  #luminosity .description .bottom .right .content:nth-child(2) .number {

    padding-left: 90px; }

  #luminosity .description .bottom .right .content:nth-child(2) .overlay {

    left: 47px !important; }

  #luminosity .description .bottom .right .content:nth-child(3) .number {

    padding-left: 75px; }

  #luminosity .description .bottom .right .content:nth-child(3) .overlay {

    left: 33px !important; }

  #luminosity .description .bottom .right .content:nth-child(4) .number {

    padding-left: 60px; }

  #luminosity .description .bottom .right .content:nth-child(4) .overlay {

    left: 19px !important; }

  #luminosity .description .bottom .right .content:nth-child(5) .number {

    padding-left: 45px; }

  #luminosity .description .bottom .right .content:nth-child(5) .overlay {

    left: 4px !important; }

  #luminosity .description .bottom .right .content .text {

    font-size: 17px; }



  #velosity .description .right .content .text {

    padding-left: 150px;

    padding-right: 150px;

    font-size: 18px; }



  #package .main-banner .banner .overlay-container .overlay .top:after, #package .main-banner .banner .overlay-container .overlay .top:before {

    width: 23%; }

  #package .main-banner .banner .overlay-container .overlay .bottom:after, #package .main-banner .banner .overlay-container .overlay .bottom:before {

    width: 28%; }

  #package .our-coating .item-container .item .inner-item .bottom .title {

    font-size: 35px; } }

@media (max-width: 1280px) {

  #navbar .main-nav ul li {

    font-size: 14px; }



  #blueflame .what-is .bottom .left p {

    font-size: 24px;

    right: 50px; }



  #luminosity .description .bottom .right .content .text {

    padding-right: 160px; }



  #velosity .description .right .content .text {

    padding-left: 100px;

    padding-right: 50px; } }

@media (max-width: 1024px) {

  #navbar .main-nav ul li {

    font-size: 12px; }



  #home .coating .header .text, #home .coating-benefit .header .text {

    font-size: 60px; }

  #home .coating .protection-section .content .text {

    font-size: 25px; }

  #home .coating .protection-section .content .body .item figure img {

    max-width: 160px; }

  #home .coating .protection-section .content .body .item figure figcaption img {

    max-width: 160px; }

  #home .coating .protection-section .content .img-right img {

    max-width: 190px; }

  #home .social .background {

    height: 100px; }

  #home .social .content .text {

    font-size: 25px; }

  #home .social .content .img-right img {

    max-width: 190px;

    top: 40px; }



  #about .timeline .header .text, #about .organization .header .text {

    font-size: 60px; }

  #about .about-us .photo .header {

    font-size: 50px; }

  #about .first .text-container .item-container {

    font-size: 25px; }



  #blueflame .what-is .top .title {

    font-size: 30px; }

  #blueflame .what-is .top .desc {

    font-size: 15px; }

  #blueflame .what-is .bottom .left p {

    left: 15px;

    font-size: 24px;

    width: 400px; }

  #blueflame .what-is .bottom .right .content .text {

    padding-right: 50px; }



  #dgc .description .photo {

    padding-left: 18vw; }

    #dgc .description .photo .text {

      width: 125%;

      top: 45%;

      font-size: 16px; }



  #package .our-coating .header .text {

    font-size: 60px; }

  #package .main-banner .title .header .text {

    font-size: 60px; }

  #package .main-banner .banner .overlay-container .overlay .top:after, #package .main-banner .banner .overlay-container .overlay .top:before {

    width: 17%; }

  #package .main-banner .banner .overlay-container .overlay .top .text {

    font-size: 30px;

    margin-top: -18px; }

  #package .main-banner .banner .overlay-container .overlay .bottom:after, #package .main-banner .banner .overlay-container .overlay .bottom:before {

    width: 29%; }

  #package .main-banner .banner .overlay-container .overlay .bottom .text {

    font-size: 16px;

    margin-bottom: -10px; }

  #package .our-coating .item-container .item .inner-item .bottom .title {

    font-size: 20px; }

  #package .our-coating .item-container .item .inner-item .bottom .desc {

    font-size: 14px; }



  #luminosity .description .bottom .left .text {

    font-size: 15px; }

  #luminosity .description .bottom .right .content .text {

    font-size: 17px;

    padding-right: 50px; }



  #velosity .description .left .text {

    padding: 0 30px; }

  #velosity .description .right .content .text {

    padding-left: 100px;

    padding-right: 50px;

    font-size: 16px; }



  #client .box-container .top .header .text {

    font-size: 60px; }

  #client .box-container .bottom .item-container .title span {

    font-size: 30px; }

  #client .box-container .bottom .item-container .text .sub-title {

    font-size: 18px; }

  #client .box-container .bottom .item-container .text .desc {

    font-size: 15px; }

  #client .box-container .bottom .item-container .button {

    transition: all ease 0.3s;

    opacity: 1;

    visibility: visible;

    position: absolute;

    background: red;

    max-width: 190px;

    width: 100%;

    max-height: 170px;

    height: 100%;

    text-align: center;

    font-size: 80px;

    border-radius: 15px;

    color: #000;

    font-weight: 700;

    align-items: center;

    display: flex;

    justify-content: center;

    flex-direction: column;

    -webkit-box-shadow: 3px 3px 8px 0px rgba(255, 0, 0, 0.8);

    -moz-box-shadow: 3px 3px 8px 0px rgba(255, 0, 0, 0.8);

    box-shadow: 3px 3px 8px 0px rgba(255, 0, 0, 0.8);

    cursor: pointer; }

    #client .box-container .bottom .item-container .button div {

      line-height: 1; }

    #client .box-container .bottom .item-container .button small {

      line-height: 1;

      font-size: 23px;

      font-weight: 600; }

    #client .box-container .bottom .item-container .button.hide {

      opacity: 0;

      visibility: hidden; }

  #client .box-container .bottom .client-carousel {

    padding: 0px; }

    #client .box-container .bottom .client-carousel .item .overlay {

      transition: all ease-in-out 0.2s;

      visibility: hidden;

      background: rgba(255, 0, 0, 0.6);

      height: 100%;

      width: 100%;

      position: absolute;

      left: 0;

      top: 0;

      opacity: 0; }

    #client .box-container .bottom .client-carousel .item .text {

      transition: all ease-in-out 0.2s;

      visibility: hidden;

      position: absolute;

      top: 50%;

      left: 50%;

      transform: translate(-50%, -50%);

      color: #FFF;

      font-size: 20px;

      letter-spacing: 2px;

      opacity: 0; }

    #client .box-container .bottom .client-carousel .item a {

      cursor: pointer; }

      #client .box-container .bottom .client-carousel .item a:hover .overlay, #client .box-container .bottom .client-carousel .item a:hover .text {

        visibility: visible;

        opacity: 1; }

  #client .testimonial .header .text {

    font-size: 60px; }



  #community .header .text {

    font-size: 60px; } }

@media (max-width: 768px) {

  .container {

    max-width: 100%; }



  .inner-content {

    padding-bottom: 0px; }



  .miring {

    display: none; }



  #home .coating .header, #home .coating-benefit .header {

    height: 90px; }

    #home .coating .header .text, #home .coating-benefit .header .text {

      font-size: 6vw; }

  #home .coating .protection-section {

    position: relative;

    margin-top: 100px; }

    #home .coating .protection-section .content {

      display: block; }

      #home .coating .protection-section .content .text {

        position: static;

        width: 100%;

        left: 0;

        text-align: center;

        margin-bottom: 20px; }

      #home .coating .protection-section .content .img-right {

        display: none; }

      #home .coating .protection-section .content .body .item figure img {

        max-width: 25vw; }

      #home .coating .protection-section .content .body .item figure figcaption img {

        max-width: 25vw; }

    #home .coating .protection-section .background {

      top: 45%;

      height: 85px; }

  #home .coating-benefit .body .row .box-item .item:hover .desc {

    font-size: 15px; }

  #home .coating-benefit .body .row .box-item .item .desc {

    font-size: 10px; }

  #home .social {

    position: relative; }

    #home .social .content {

      display: block; }

      #home .social .content .text {

        position: static;

        width: 100%;

        left: 0;

        text-align: center;

        margin-bottom: 20px; }

      #home .social .content .img-right {

        display: none; }

    #home .social .background {

      top: 45%;

      height: 85px; }
      
      #home .social .content .body .icon {

        padding-top: 10px;
    
        max-width: 80px; }
    
        #home .social .content .body .icon .counter-container span {
    
          font-size: 20px; }
    
        #home .social .content .body .icon .counter-container i {
    
          font-size: 10px; }



  #about .about-us .photo-container {

    padding: 0; }

  #about .about-us .photo {

    padding-left: 0;

    text-align: center;

    width: 100%; }

    #about .about-us .photo .header {

      position: static;

      margin-top: 70px;

      font-size: 35px;

      background: red;

      padding: 15px 0;

      font-weight: 500; }

      #about .about-us .photo .header div {

        display: inline; }

    #about .about-us .photo:before, #about .about-us .photo:after {

      width: 0;

      height: 0; }

  #about .about-us .text {

    margin-top: 20px; }

  #about .first {

    height: 800px; }

    #about .first .text-container .item-container {

      font-size: 18px;

      text-align: center; }

  #about .timeline .header, #about .organization .header {

    height: 90px; }

    #about .timeline .header .text, #about .organization .header .text {

      font-size: 6vw; }



  #blueflame {

    color: #FFF; }

    #blueflame .main-banner .container-fluid {

      padding: 0; }

      #blueflame .main-banner .container-fluid .title {

        margin-bottom: 30px; }

    #blueflame .what-is .top {

      display: block;

      text-align: center; }

      #blueflame .what-is .top .title {

        font-size: 25px;

        padding-bottom: 10px;

        margin-bottom: 10px;

        width: 100%;

        position: relative; }

        #blueflame .what-is .top .title:after {

          content: "";

          height: 2px;

          width: 170px;

          background: red;

          position: absolute;

          bottom: 0;

          left: 50%;

          transform: translateX(-50%); }

      #blueflame .what-is .top .desc {

        text-align: center;

        font-size: 16px; }

    #blueflame .what-is .bottom {

      display: block; }

      #blueflame .what-is .bottom .left {

        width: 100vw;

        position: relative;

        display: flex;

        align-items: center; }

        #blueflame .what-is .bottom .left p {

          font-size: 3vw;

          margin-bottom: 0px;

          padding: 5px 10px;

          bottom: 0;

          top: auto;

          width: 100%;

          position: static; }

        #blueflame .what-is .bottom .left img {

          max-width: 150px; }

      #blueflame .what-is .bottom .right {

        height: 100%;

        width: 100vw; }

        #blueflame .what-is .bottom .right .miring-container {

          display: flex;

          position: static;

          height: 100%;

          top: 0; }

        #blueflame .what-is .bottom .right .miring {

          transform: skew(0deg); }

        #blueflame .what-is .bottom .right .content.show .number {

          width: 0;

          padding-left: 45px !important; }

        #blueflame .what-is .bottom .right .content .number {

          padding-left: 75px !important; }

        #blueflame .what-is .bottom .right .content .overlay {

          left: 30px !important;

          transform: skew(0deg); }

        #blueflame .what-is .bottom .right .content .background-img {

          left: 0 !important;

          transform: skew(0deg); }

        #blueflame .what-is .bottom .right .content .text {

          padding: 20px;

          font-size: 17px; }



  #dgc .description .photo {

    display: block;

    padding-left: 0;

    text-align: center; }

    #dgc .description .photo:before {

      width: 50vw;

      height: 150px; }

    #dgc .description .photo:after {

      width: 50vw;

      left: 50vw;

      height: 150px;

      top: 180px; }

    #dgc .description .photo img {

      margin-left: 0vw;

      max-width: 200px; }

    #dgc .description .photo .header {

      margin-top: 25px;

      background: red;

      padding: 20px 0;

      position: static;

      width: 100%;

      text-align: center; }

      #dgc .description .photo .header div:nth-child(1) {

        font-size: 30px; }

      #dgc .description .photo .header div:nth-child(2) {

        font-size: 18px; }

    #dgc .description .photo .text {

      position: static;

      width: 100%;

      padding: 0 15px;

      margin-top: 25px; }



  #luminosity .description .bottom {

    display: block; }

    #luminosity .description .bottom .left {

      width: 100vw;

      display: block;

      align-items: center;

      text-align: center; }

      #luminosity .description .bottom .left img {

        width: 100%;

        max-width: 100px;

        background: transparent; }

      #luminosity .description .bottom .left .text {

        width: 100%;

        padding: 5px 10px;

        font-size: 18px;

        line-height: 1.5; }

    #luminosity .description .bottom .right .miring-container {

      position: relative; }

      #luminosity .description .bottom .right .miring-container .content-container {

        padding-left: 0; }

      #luminosity .description .bottom .right .miring-container .miring {

        transform: skew(0deg); }

      #luminosity .description .bottom .right .miring-container .content.show .number {

        padding-left: 55px;

        width: 0; }

      #luminosity .description .bottom .right .miring-container .content .number {

        padding-left: 90px; }

      #luminosity .description .bottom .right .miring-container .content .overlay {

        left: 30px !important;

        transform: skew(0deg); }

      #luminosity .description .bottom .right .miring-container .content .background-img {

        left: 0 !important;

        transform: skew(0deg); }

      #luminosity .description .bottom .right .miring-container .content .text {

        padding: 20px; }



  #velosity .description {

    color: #FFF; }

    #velosity .description .bottom {

      display: block; }

    #velosity .description .left {

      width: 100vw;

      display: block;

      align-items: center;

      text-align: center; }

      #velosity .description .left img {

        width: 100%;

        max-width: 100px;

        background: transparent; }

      #velosity .description .left .text {

        width: 100%;

        padding: 5px 10px;

        font-size: 18px;

        text-align: center;

        line-height: 1.5; }

    #velosity .description .right .miring-container {

      position: relative; }

      #velosity .description .right .miring-container .content-container {

        padding-left: 0; }

      #velosity .description .right .miring-container .miring {

        transform: skew(0deg); }

      #velosity .description .right .miring-container .content .number {

        padding-left: 90px; }

      #velosity .description .right .miring-container .content .overlay {

        left: 30px !important;

        transform: skew(0deg); }

      #velosity .description .right .miring-container .content .background-img {

        left: 0 !important;

        transform: skew(0deg); }

      #velosity .description .right .miring-container .content .text {

        padding: 20px;

        padding-left: 90px; }



  #package .our-coating .header {

    height: 90px; }

    #package .our-coating .header .text {

      font-size: 6vw; }

  #package .main-banner .title {

    margin-bottom: 50px; }

  #package .main-banner .banner .overlay-container .overlay .top .text {

    font-size: 4.5vw;

    margin-top: -2.5vw; }

  #package .main-banner .banner .overlay-container .overlay .bottom:before, #package .main-banner .banner .overlay-container .overlay .bottom:after {

    width: 20%; }

  #package .main-banner .banner .overlay-container .overlay .bottom .text {

    font-size: 2.5vw; }

  #package .main-banner .title .header {

    height: 90px; }

    #package .main-banner .title .header .text {

      font-size: 6vw; }



  #client .box-container .top .header {

    height: 90px; }

    #client .box-container .top .header .text {

      font-size: 6vw; }

  #client .box-container .bottom .item-container {

    height: 100%;

    max-height: fit-content; }

    #client .box-container .bottom .item-container .title {

      text-align: center; }

    #client .box-container .bottom .item-container .col-md-3, #client .box-container .bottom .item-container .col-md-9 {

      flex: 0 0 100%;

      max-width: 100%; }

      #client .box-container .bottom .item-container .col-md-3 .sub-title, #client .box-container .bottom .item-container .col-md-9 .sub-title {

        text-align: center; }

    #client .box-container .bottom .item-container .col-md-3:not(:first-child), #client .box-container .bottom .item-container .col-md-9 {

      margin-bottom: 10px; }

    #client .box-container .bottom .item-container .col-md-3:first-child {

      margin-bottom: 15px; }

    #client .box-container .bottom .item-container .col-md-9 .button {

      left: 50%;

      top: 50%;

      transform: translate(-50%, -50%); }

  #client .testimonial .header {

    height: 90px; }

    #client .testimonial .header .text {

      font-size: 6vw; }



  #community .header .text {

    font-size: 6vw; }

  #community .left, #community .right {

    flex: 0 0 100%;

    max-width: 100%; }

  #community .right {

    padding-right: 0px; }

    #community .right .photo {

      padding: 15px; }

  #community .left {

    height: fit-content; }

    #community .left .main-photo {

      height: 400px;

      background-position: left center !important; }



  #contact .main-form #form-contact {

    left: 50% !important;

    transform: translate(-50%, -50%) !important; }

  #contact .address .google-maps {

    margin-top: 40px;

    margin-bottom: 20px;

    padding-bottom: 60%; }



  #footer {

    padding: 20px 5px !important; }

    #footer .footer-desktop {

      display: none; }

    #footer .footer-mobile {

      display: block; } }

@media (max-width: 500px) {

  #home .social .background {

    top: 43.5%; }
    
    #home .social .content .body .icon {

        padding-top: 10px;
    
        max-width: 70px; }
    
        #home .social .content .body .icon .counter-container span {
    
          font-size: 15px; }
    
        #home .social .content .body .icon .counter-container i {
    
          font-size: 10px; }



  #package .main-banner .banner .overlay-container {

    padding: 0 10px; }

    #package .main-banner .banner .overlay-container .overlay .bottom .text {

      margin-bottom: -7px; }

  #package .our-coating .item-container .item .inner-item {

    max-width: 100%; }

    #package .our-coating .item-container .item .inner-item .top img {

      max-width: 120px; }

    #package .our-coating .item-container .item .inner-item .bottom {

      transition-delay: 0s; } }

.owl-carousel .owl-nav .arrow {

  max-width: 15px; }

.owl-carousel .owl-nav .owl-prev {

  position: absolute;

  left: -25px;

  top: 50%;

  transform: translateY(-50%); }

  .owl-carousel .owl-nav .owl-prev:focus {

    outline: none; }

.owl-carousel .owl-nav .owl-next {

  position: absolute;

  right: -25px;

  top: 50%;

  transform: translateY(-50%); }

  .owl-carousel .owl-nav .owl-next:focus {

    outline: none; }



@keyframes cross1 {

  0% {

    -ms-transform: rotate(0deg);

    /* IE 9 */

    transform: rotate(0deg); }

  100% {

    -ms-transform: rotate(45deg);

    /* IE 9 */

    transform: rotate(45deg); } }

@keyframes cross2 {

  0% {

    -ms-transform: rotate(0deg);

    /* IE 9 */

    transform: rotate(0deg); }

  100% {

    -ms-transform: rotate(-45deg);

    /* IE 9 */

    transform: rotate(-45deg); } }

video:focus {

  outline: none; }



#modal-client-image .modal-content {

  border-radius: 0;

  background-color: gray; }

  #modal-client-image .modal-content .modal-header {

    border: 0; }

    #modal-client-image .modal-content .modal-header .modal-title {

      color: #FFF; }

    #modal-client-image .modal-content .modal-header .close:focus {

      outline: none; }

    #modal-client-image .modal-content .modal-header .close div {

      height: 28px;

      width: 28px;

      background: #000;

      color: #FFF;

      border-radius: 100%; }



#button-to-top {

  transition: all ease-in-out 0.5s;

  cursor: pointer;

  bottom: 10px;

  background: red;

  color: #FFF;

  font-size: 27px;

  position: fixed;

  right: 2%;

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 37px;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

  opacity: 0;

  visibility: hidden;

  z-index: -1; }

  #button-to-top.show {

    z-index: 999;

    opacity: 1;

    visibility: visible; }



#floating-whatsapp {

  z-index: 999;

  right: 2% !important;

  bottom: 70px !important; }

  #floating-whatsapp .floating-wpp-button {

    width: 52px !important;

    height: 52px !important;

    background-color: transparent !important;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }



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

